@charset "utf-8";
/* CSS Document */
.bg_white{
	background: #fff;
	margin-bottom: 60px;
}
#contentsBlock2 {
	margin-top	: 30px;
}
#contentsBlock2 figure img{
	width: 100%;
}
section {
	margin-bottom: 30px;
}

section p {
	text-align	: left;
}

#mainFooter {
	width			: 980px;
	margin			: 0 auto;
	margin-bottom	: 50px;
	clear			: both;
}

#tel {
	position	: relative;
	width		: 880px;
	margin		: 0 auto;
}

#tel span {
	position: absolute;
	top		: 60px;
	left	: 268px;
}


#mainFooter {
	clear			: both;
	position		: relative;
	width			: 880px;
	margin			: 0 auto 30px auto;
	border			: 7px solid #e5d3c9;
	background-color: #fff;
	box-sizing		: border-box;
    display			: flex;
    justify-content	: space-between;
}

#mainFooter div.left {
	width: calc(100% - 305px);
}

#mainFooter div.left p {
	color		: #4c3c2d;
	font-weight	: bold;
}

#mainFooter div.left p.title {
	font-size: 18px;
	margin: 1em auto;
	line-height: 1;
}

#mainFooter div.left div.flex {
	display: flex;
	margin-left: 8px;
}

#mainFooter div.left div.flex div.txtArea {
	margin-top: 3px;
    margin-right: 5px;
}
#mainFooter div.left div.flex div.txtArea p:first-child {
	font-size: 28px;
	line-height: 1.2;
}
#mainFooter div.left div.flex div.txtArea p:first-child img {
	margin-right: 3px;
}
#mainFooter div.left div.flex div.txtArea p:last-child {
	font-weight: normal;
	font-size: 12px;
}

#mainFooter figure.spStyle {
	display: none;
}

#mainBlock div:first-child{
	float: left;
}
#contentsBlock {
    margin-top: 30px;
}

#contentsBlock2 .styleBox{
	text-align: center;
	border: solid 3px #92d050;
	background: #ebf1de;
	border-radius: 10px;
	max-width: 670px;
	width: 100%;
	margin: 10px auto 20px;
	font-size: 22px;
	font-weight: 700;
	color: #779344;
	padding: 30px 15px;
	margin-bottom: 40px;
	box-sizing: border-box;
}
#contentsBlock2 .styleBox .spStyle{
	display: none;
}

@media screen and (max-width: 767px) {
	#contentsBlock {
		width	: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.tableStyle01 th, .tableStyle01 td {
		display: block;
	}


	#mainFooter figure.pcStyle {
		display: none;
	}
	#mainFooter figure.spStyle {
		display: block;
		margin: 15px auto;
	}
	#mainFooter div.left p.title br.spStyle {
		display: block;
	}
	#mainFooter {
		max-width	: 350px;
		width		: 100%;
		display		: block;
	}
	#mainFooter img {
		max-width: 100%;
		height: auto;
	}
	#mainFooter div.left {
		width: 100%;
		float: none !important;
	}
	#mainFooter div.left p.title {
		margin: 1em auto 0.5em;
	}
	#mainFooter div.left div.flex {
		display: block;
		margin-left: 0;
	}
	#mainFooter div.left div.flex div.txtArea {
		float: none !important;
	}
	#mainFooter div.left div.flex div.txtArea p:last-child {
		margin: 5px auto;
	}
	#contentsBlock2 .styleBox{
		font-size: 16px;
		max-width: 280px;
		margin-bottom: 20px;
	}
	#contentsBlock2 .styleBox .spStyle{
		display: inherit;
	}
}

@media screen and (max-width: 480px){
}