@charset "utf-8";

.content-title{
	background:url(../images/concept-icon01.png) no-repeat;
	background-position:10px center;
	padding-left:45px;
}
.concept-concept{
	font-weight:500;
	font-size:32px;
	margin-bottom:20px;
	background:linear-gradient(transparent 75%,#e4f9e6 75%);
	padding:20px 10px 0;
}
.concept-concept:before{
	content:"“";
	display:inline;
	margin-right:0.2em;
}
.concept-concept:after{
	content:"”";
	display:inline;
	margin-left:0;	
}
.concept-detail{
	text-align:left;
	font-size:17px;
	line-height:2;
	font-weight:600;
}
.concept-sub-title{
	text-align:left;
	margin-top:40px;
	//font-weight:500;
	font-size:22px;
	line-height:42px;
	border-left:10px solid #fe9611;
	padding-left:16px;
	margin-bottom:40px;
}
.rinen{
	font-size:40px;
	line-height:1.5;
}
.concept-houshin{
	text-align:left;
	margin-bottom:36px;
}
.concept-houshin h4{
	font-size:20px;
	line-height:1.8;
	//font-weight:500;
	margin-bottom:18px;
}
.concept-houshin h4:before{
	content:"1";
	display:inline-block;
	width:36px;
	text-align:center;
	color:#fff;
	background:#6f5043;
	font-weight:500;
	margin-right:12px;
}
.concept-houshin:nth-of-type(2) h4:before{
	content:"2";
}
.concept-houshin:nth-of-type(3) h4:before{
	content:"3";
}
.concept-houshin:nth-of-type(4) h4:before{
	content:"4";
}
.concept-houshin:nth-of-type(5) h4:before{
	content:"5";
}
.concept-houshin .txt{
	width:470px;
	line-height:2;
}
.concept-houshin .pic{
	width:220px;
}
.concept-houshin .pic img{
	display:block;
	width:100%;
}


@media screen and (max-width:767px){
.content-title{
	background:url(../images/concept-icon01.png) no-repeat;
	background-position:2vw center;
	padding-left:8vw;
	background-size: auto 7vw;
}
.concept-concept{
    font-weight: 500;
    font-size: 5.6vw;
    margin-bottom: 4vw;
    letter-spacing: -0.2em;
    background: linear-gradient(transparent 60%,#e4f9e6 60%);
    padding: 0;
}
.concept-concept:before{
	content:"“";
	display:inline;
	margin-right:0.2em;
}
.concept-concept:after{
	content:"”";
	display:inline;
	margin-left:0;	
}
.concept-detail{
	font-size:100%;
	line-height:1.8;
}
.concept-sub-title{
	text-align:left;
	margin-top:8vw;
	//font-weight:500;
	font-size:5.4vw;
	line-height:1.8;
	border-left:2vw solid #fe9611;
	padding-left:2vw;
	margin-bottom:6vw;
}
.rinen{
	font-size:8vw;
	line-height:1.5;
}
.concept-houshin{
	text-align:left;
	margin-bottom:36px;
}
.concept-houshin h4{
	font-size:4.735vw;
	line-height:1.8;
	margin-bottom:2vw;
	position:relative;
	padding-left:8vw;
}
.concept-houshin h4:before{
	content:"1";
	display:block;
	width:7vw;
	height:7vw;
	line-height:7vw;
	margin-right:0;
	position:absolute;
	left:0;
	top:0;
}
.concept-houshin:nth-of-type(2) h4:before{
	content:"2";
}
.concept-houshin:nth-of-type(3) h4:before{
	content:"3";
}
.concept-houshin:nth-of-type(4) h4:before{
	content:"4";
}
.concept-houshin:nth-of-type(5) h4:before{
	content:"5";
}
.concept-houshin .txt{
	width:100%;
	line-height:1.8;
	float:none;
}
.concept-houshin .pic{
	width:100%;
	float:none;
}
}