@charset "UTF-8";
#breadcrumb {
    padding: 5px 0;
}
.sec_bdt .contents_inner {
	padding: 60px 0;
    border-top: solid 1px #ececec;
}
section .lead{
    font-size: 16px;
}
@media screen and (max-width: 740px){
	section .lead{
		font-size: 14px;
		line-height: 2.4rem;
		text-align: left;
	}
	.sec_bdt .contents_inner {
		padding: 30px 0;
	}
}
/*-----------------------------------

	lead

-----------------------------------*/
#lead {
    text-align: center;
	padding: 60px 0;
}
@media screen and (max-width: 740px){
	#lead {
		padding: 30px 0;
	}
	#lead .text{
		text-align: left;
	}
}
/*-----------------------------------

	reason

-----------------------------------*/
#reason {
    text-align: center;
}
#reason ul li{
	width: 49%;
	text-align: left;
	background: #fff;
	float: left;
	margin:20px 2% 0 0;
	padding: 10px 15px;
}
#reason ul li:nth-child(2n){
	margin-right: 0;
}
#reason ul li .img{
	width: 30%;
}
#reason ul li img{
	width: 100%;
	height: 260px;
	object-fit: cover;
}
#reason ul li .text{
	width: 67%;
}
#reason ul li:first-child .img,
#reason ul li:nth-child(2) .img{
	width: 100%;
}
#reason ul li:first-child img,
#reason ul li:nth-child(2) img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
#reason ul li h4{
	font-size: 24px;
	line-height: 2.8rem;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #5c5034;
}
#reason ul li p{
	font-size: 16px;
	line-height: 2.4rem;
	margin-top: 10px;
}
@media screen and (max-width: 740px){
	#reason .contents_inner {
		padding: 30px 0;
	}
	#reason .text{
		text-align: left;
	}
	#reason ul li{
		width: 100%;
		float: none;
		margin:20px 0 0;
		padding: 10px 2.5%;
	}
	#reason ul li img{
		width: 100%;
		height: 180px;
		object-fit: cover;
	}
	#reason ul li:first-child img,
	#reason ul li:nth-child(2) img{
		width: 100%;
		height: 180px;
		object-fit: cover;
	}
	#reason ul li .img,
	#reason ul li .text{
		width: 100%;
		float: none;
	}
	#reason ul li h4 {
		font-size: 18px;
		line-height: 2.1rem;
		margin: 10px 0;
		padding-bottom: 10px;
	}
	#reason ul li p {
		font-size: 13px;
		line-height: 1.6rem;
		margin-top: 10px;
	}
}
/*-----------------------------------

	environment

-----------------------------------*/
#environment {
    text-align: center;
}
#environment ul{
	background: #fff;
	position: relative;
	margin-top: 20px;
	border: solid 10px #71d1cf;
}
#environment ul:before {
    content: "";
    width: 96%;
    height: 1px;
    background: #b4afb6;
    position: absolute;
    left: 0;
	right: 0;
    top: 50%;
	margin: 0 auto;
}
#environment ul li{
	width: 33%;
	float: left;
	margin: 20px 0;
	padding: 0 15px;
	border-right: solid 1px #b4afb6;
}
#environment ul li:nth-child(3n){
	margin-right: 0;
	border-right: none;
}
#environment ul li h4{
	font-size: 24px;
	line-height: 2.8rem;
	text-align: center;
	margin-bottom: 10px;
}
#environment ul li p{
	font-size: 16px;
	line-height: 2.4rem;
	text-align: left;
	margin-top: 10px;
}
@media screen and (max-width: 740px){
	#environment .contents_inner {
		padding: 30px 0;
	}
	#environment .text{
		text-align: left;
	}
	#environment ul:before {
		content: "";
		width: auto;
		height: auto;
		background: none;
		position: static;
	}
	#environment .contents_inner {
		padding: 30px 0;
	}
	#environment ul{
		padding: 10px 0;
	}
	#environment ul li h4 {
		font-size: 16px;
		line-height: 2.1rem;
		margin-bottom: 10px;
	}
	#environment ul li{
		width: 50%;
		text-align: left;
		float: left;
		position: relative;
		margin: 20px 0 0 0;
		padding: 5px 2%;
		border: none;
	}
	#environment ul li:nth-child(2n) {
		margin-right: 0;
		border-left: solid 1px #b4afb6;
	}
	#environment ul li p {
		font-size: 13px;
		line-height: 1.6rem;
	}
}
/*-----------------------------------

	faq

-----------------------------------*/
#faq {
    text-align: center;
}
#faq h4{
	font-size: 21px;
	text-align: left;
	margin:30px 0 5px;
	padding-bottom: 5px;
	border-bottom: solid 2px #71d1cf;
}
#faq dl{
	text-align: left;
	background: #fff;
	margin-top: 20px;
	padding: 20px 10px;
}
#faq dt {
	cursor: pointer;
}
#faq dt span.Josefin{
	width:40px;
	height: 40px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	float: left;
	display: inline-block;
	background: #62c1b4;
	margin-right: 20px;
	padding-top: 3px;
	border-radius: 30px;
	box-sizing: border-box;
}
#faq dt p{
	width: 90%;
	display: inline-block;
}
#faq dd{
	font-size: 16px;
	line-height: 2.4rem;
	display: none;
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px #f1f1f1;
}
#faq dd span.Josefin{
	width:40px;
	height: 40px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	float: left;
	display: inline-block;
	background: #ff7f7f;
	margin-right: 20px;
	padding-top: 10px;
	border-radius: 30px;
	box-sizing: border-box;
}
#faq dd p{
	width: 93%;
	display: inline-block;
}
#faq dt div {
	content: url("../img/common/icon_arrow_g_bottom.svg");
	width: 20px;
	height: 20px;
	float: right;
	margin: 10px;
}
#faq dt div.active {
	transform: scale(1, -1);
}
@media screen and (max-width: 740px){
	#faq .contents_inner {
		padding: 30px 0;
	}
	#faq .text{
		text-align: left;
	}
	#faq h4{
		font-size: 16px;
	}
	#faq dl {
		padding: 20px 2.5%;
	}
	#faq dt span.Josefin{
		width:25px;
		height: 25px;
		font-size: 16px;
		margin-right: 10px;
		padding-top: 2px;
	}
	#faq dt{
		position: relative;
	}
	#faq dt p{
		width: 80%;
		line-height: 2.1rem;
	}
	#faq dd{
		font-size: 14px;
		line-height: 2.1rem;
	}
	#faq dd span.Josefin{
		width:25px;
		height: 25px;
		font-size: 16px;
		margin: 0 0 3px 0;
		padding-top: 1px;
	}
	#faq dd p{
		width: 100%;
	}
	#faq dt div {
		width: 15px;
		height: 15px;
		margin: 0;
		position: absolute;
		right: 0;
		top: 40%;
	}
}