@charset "utf-8";
/* CSS Document */

/**\*/
@import url("reset.css");
@import url("style-base.css");

.reason{
	padding: 5% 0;
}

.reason h2{
	width: 80%;
	margin: 0 auto;
	font-size: 2.5rem;
	font-weight: bold;
	font-feature-settings: "palt";
	text-align: center;
}
.reason h2 span{
	color: #ea5413;
	font-size: 3.3rem;
}

.reason ul{
	width: 90%;
	margin: 0 auto 2% auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
   flex-direction: row;
	-webkit-flex-wrap: wrap;
   flex-wrap: wrap;
	justify-content: center;
	font-size: 1.6rem;
}
.reason ul li{
	width: 30%;
	margin: 1%;
	display: block;
	border: 3px dotted #888685;
	/*background-color: #FCF9F2;*/
	padding: 2% 4%;
	border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
	box-sizing: border-box;
}
.reason ul li span{
	color: #ea5413;
}

.so{
	width: 64%;
	margin: 0 auto;
	background-image: url("../../img/marunage.png");
	background-repeat: no-repeat;
	background-size: 20%;
	padding-left: 20%;
}
.reason p{
	width: 70%;
	margin: 2% auto;
	font-size: 1.1rem;
	text-align: left;
}

@media screen and (max-width:480px) {
	.reason h2{
	width: 80%;
	font-size: 1.6rem;
		line-height: 100%;
}
.reason h2 span{
	color: #ea5413;
	font-size: 2.2rem;
}

.reason ul{
	font-size: 1.2rem;
}
.reason ul li{
	width: 48%;
}
.so{
	width: 90%;
	margin: 0 auto;
	background-image: none;
	padding-left: 0;
}
.reason p{
	width: 90%;
	margin: 3% auto;
	font-size: 0.9rem;
	text-align: left;
}
}

.merit{
	width: 90%;
	margin: 0 auto 5% auto;
	background-image: url("../../img/icon02.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 8%;
	padding: 7% 0 0 0;
}

.merit h2{
	font-size: 2.3rem;
	font-weight: bold;
	font-feature-settings: "palt";
	text-align: center;
	margin-bottom: 3%;
}

.merit-list{
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
   flex-direction: row;
	-webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}
.merit-list dl{
	width: 31%;
	margin: 0 1%;
	padding: 0 2%;
	border: 1px solid #888685;
	box-sizing: border-box;
	border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
	position: relative;
}

.merit-list dl dt{
	color: #fff;
	width: 67%;
	display: block;
	position: absolute;
	top:6%;
	left: -2%;
	background-color: #ea5413;
	padding: 2% ;
	font-size: 1.3rem;
	font-weight: bold;
	font-feature-settings: "palt";
	text-align: center;
}
.merit-list dl dd{
	padding: 20% 0 5% 0;
	font-size: 1rem;
}
.merit-list dl dd span{
	color: #ea5413;
	border-bottom: 2px dotted #ea5413;
	font-size: 1.1rem;
}

.increase{
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width:480px) {
	.merit h2{
	font-size: 1.8rem;
}

.merit-list{
	-webkit-flex-direction: column;
   flex-direction: column;
}
.merit-list dl{
	width: 98%;
	margin: 0 1% 2% 1%;
	padding: 0 2%;
	border: 1px solid #888685;
	box-sizing: border-box;
	border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
	position: relative;
}

.merit-list dl dt{
	color: #fff;
	width: 67%;
	display: block;
	position: absolute;
	top:6%;
	left: -2%;
	background-color: #ea5413;
	padding: 2% ;
	font-size: 1.3rem;
	font-weight: bold;
	font-feature-settings: "palt";
	text-align: center;
}
.merit-list dl dd{
	padding: 20% 0 5% 0;
	font-size: 1rem;
}
.merit-list dl dd span{
	color: #ea5413;
	border-bottom: 2px dotted #ea5413;
	font-size: 1.1rem;
}
	.increase{
	width: 98%;
	margin: 0 auto;
}
}

.case{
	width: 80%;
	margin: 0 auto;
	position: relative;
}
.case:before{
content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  margin-left: -15px;
  border: 50px solid transparent;
  border-top: 50px solid #c6c6c6;
}

.caseIn{
	border: 5px solid #c6c6c6;
	padding: 2% 0 0 0;
}

.case-number{
	color: #fff;
	width: 20%;
	display: block;
	background-color: #c6c6c6;
	float: left;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 1% 0;
	text-align: center;
	margin-bottom: 3%;
}

.caseIn h3{
	width: 80%;
	float: right;
	font-size: 1.5rem;
	padding: 1% 0;
}
.case-left{
	width: 60%;
	float: left;
}
.case-right{
	width: 36%;
	padding: 0 2%;
	float: right;
	position: relative;
}
.case-detail{
	overflow: hidden;
	margin-bottom: 2%;
}
.case-detail dt{
	color: #665038;
	border: 2px solid #665038;
	width: 15%;
	margin: 0 3%;
	padding: 1% 0;
	display: block;
	border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
	float: left;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}
.case-detail dd{
	width: 78%;
	float: right;
	font-size: 1rem;
}

.work-list{
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
   flex-direction: row;
	-webkit-flex-wrap: wrap;
   flex-wrap: wrap;
	
}
.work-list li{
	color: #fff;
	padding: 0 2%;
	margin: 0.5% 1%;
	background: #f08302;
	line-height: 180%;
	border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.problem-list li{
	color:#f1522b;
	list-style: none;
	font-weight: bold;
	font-size: 1.1rem;
}

.kakudai a:link,.kakudai a:visited{
	width: 74%;
	margin: 0 5%;
	color: #fff;
	display: block;
	position: absolute;
	bottom:7%;
	left: 5%;
	background-color: #80c269;
	padding: 2% 3%;
	font-size: 1.1rem;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.kakudai a:active,.kakudai a:hover{
	width: 74%;
	margin: 0 5%;
	color: #fff;
	display: block;
	position: absolute;
	bottom:7%;
	left: 5%;
	background-color: #69c2a8;
	padding: 2% 3%;
	font-size: 1.1rem;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.result{
	width: 70%;
	margin: 5% auto 7% auto;
	padding: 3%;
	background-color:#edeadc;
	border: 10px solid #fff;
	-moz-box-shadow: 0px 0px 10px #ddd;
-webkit-box-shadow: 0px 0px 10px #ddd;
}

.result h4{
	color: #f08302;
	font-size: 1.2rem;
}
.result p{
	font-size: 1rem;
}

@media screen and (max-width:480px) {
	.case{
	width: 96%;
	margin: 0 auto;
	position: relative;
}
.case:before{
content: "";
  position: absolute;
  top: 100%;
  left: 46%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-top: 20px solid #c6c6c6;
}

.caseIn{
	border: 5px solid #c6c6c6;
	padding: 2% 0 0 0;
	box-sizing: border-box;
}

.case-number{
	color: #fff;
	width: 45%;
	float: none;
	font-size: 1rem;
}

.caseIn h3{
	width: 96%;
	padding: 0 2%;
	float: none;
	font-size: 1.2rem;
}
.case-left{
	width: 96%;
	float: none;
	padding: 0 1%;
}
.case-right{
	width: 90%;
	padding: 0 5%;
	float: none;
	position: relative;
}
.case-detail{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 2%;
}
.case-detail dt{
	width: 96%;
	color: #665038;
	border: 2px solid #665038;
	padding: 1% 0;
	margin-bottom: 2%;
	float: none;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}
.case-detail dd{
	width: 96%;
	padding: 0 2%;
	float: none;
	font-size: 1rem;
	margin-bottom: 2%;
}

.kakudai a:link,.kakudai a:visited{
	width: 74%;
	margin: 0 5%;
	color: #fff;
	display: block;
	position: absolute;
	bottom:7%;
	left: 5%;
	background-color: #80c269;
	padding: 2% 3%;
	font-size: 1.1rem;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.kakudai a:active,.kakudai a:hover{
	width: 74%;
	margin: 0 5%;
	color: #fff;
	display: block;
	position: absolute;
	bottom:7%;
	left: 5%;
	background-color: #69c2a8;
	padding: 2% 3%;
	font-size: 1.1rem;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.result{
	width: 84%;
	margin: 5% auto 7% auto;
	padding: 3%;
	background-color:#edeadc;
	border: 10px solid #fff;
	-moz-box-shadow: 0px 0px 10px #ddd;
-webkit-box-shadow: 0px 0px 10px #ddd;
}

}

.service-box{
	width: 80%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
   flex-direction: row;
	-webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}

.item{
	width: 48%;
	margin: 1%;
	padding: 2% 3%;
	border: 2px solid #CECECE;
	overflow: hidden;
	box-sizing: border-box;
}

.service-l{
	width: 50%;
	float: left;
}

.service_r{
	width: 48%;
	float: right;
}

.service-tag li{
	color: #fff;
	list-style: none;
	background-color: #ffb01a;
	float: left;
	margin: 1% 1%;
	padding: 2% 3%;
	border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.service-r_ttl{
	font-size: 1rem;
	text-align: center;
	margin-bottom: 3%;
	
}

.service-icon{
	width: 40%;
	margin: 3% 30%;
}

@media screen and (max-width:480px) {
	.service-box{
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
   flex-direction: row;
	-webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}

.item{
	width: 92%;
	margin: 1% auto;
	padding: 2% 3%;
	border: 2px solid #CECECE;
	overflow: hidden;
	box-sizing: border-box;
}

.service-l{
	width: 100%;
	float: none;
}

.service_r{
	width: 100%;
	float: none;
}

.service-tag li{
	color: #fff;
	list-style: none;
	background-color: #ffb01a;
	float: left;
	margin: 1% 1%;
	padding: 2% 3%;
	border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.service-r_ttl{
	font-size: 1rem;
	text-align: center;
	margin-bottom: 3%;
	
}

.service-icon{
	width: 30%;
	margin: 3% 35%;
}
}

.anxiety{
	width: 80%;
	margin: 0 auto 5% auto;
}
.anxiety h3{
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1%;
}
.anxiety h3 span.fuan{
	font-size: 1.1rem !important;
}
.anxiety h3 span.fuan-number{
	color: #ea5413;
}
.anxiety h4{
	color: #ea5413;
	font-size: 1.5rem;
	font-weight: bold;
	padding:3% 0 1% 0;
}
.anxiety p{
	font-size: 1.1rem;
	line-height: 180%;
	padding-bottom: 4%;
}

.anxiety-detail{
	background-image:url("../../img/fuan-bg.png");
	background-repeat: repeat;
	padding: 0 3%;
	border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
	border: 2px solid #e5e5e5;
	margin-bottom: 5%;
}
.anxiety-detailIn{
	background-image:url("../../img/img.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 18%;
	padding-right: 20%;
}
.security{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
   flex-direction: row;
	-webkit-flex-wrap: wrap;
   flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3%;
}
.security li{
	width: 30%;
	list-style: none;
	font-size: 0.9rem;
}
.security li img{
	width: 100%;
}
@media screen and (max-width:480px) {
	.anxiety{
	width: 96%;
	margin: 0 auto 5% auto;
}
.anxiety h3{
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1%;
}
.anxiety h3 span.fuan{
	font-size: 0.9rem !important;
}
.anxiety h4{
	font-size: 1.2rem;
	font-weight: bold;
	padding:3% 0 1% 0;
}
.anxiety p{
	font-size: 0.9rem;
	line-height: 180%;
	padding-bottom: 4%;
}

.anxiety-detail{
	background-image:url("../../img/fuan-bg.png");
	background-repeat: repeat;
	padding: 0 3%;
	border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
	border: 2px solid #e5e5e5;
	margin-bottom: 5%;
}
.anxiety-detailIn{
	background-image:none;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 18%;
	padding-right: 0;
}
.security li{
	font-size: 0.8rem;
}
}

.sample{
	padding: 4% 3%;
}

.sample article{
	width: 86%;
	background-color: #edeadc;
	padding: 2% 1%;
	margin: 2% auto;
	overflow: hidden;
}
.sampleIn{
	width: 36%;
	float: left;
	margin: 0 1.5%;
}
.sampleIn2{
	width: 18%;
	float: left;
	margin: 0 1%;
	background-color: #fff;
	padding: 2% 1%;
}
.sample dl dt{
	font-weight: bold;
	border-bottom: 1px solid #534f4e;
	font-size: 1rem;
}
.sample dl dd{
	margin-bottom: 2%;
}
.sampleIn h4{
	width: 55%;
	color: #fff;
	display: block;
	background-color: #ea5413;
	padding: 1% 3%;
	margin-bottom: 2%;
	border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
	font-size: 1rem;
}
.sampleIn h4.sample-result{
	background-color: #79ee3e !important;
}
.sampleIn p{
	margin-bottom: 2%;
}
@media screen and (max-width:480px) {

.sample article{
	width: 96%;
	background-color: #edeadc;
	padding: 2%;
	margin: 4% auto;
	overflow: hidden;
}
.sampleIn{
	width: 100%;
	float: none;
	margin: 0;
}
.sampleIn2{
	width: 92%;
	float: none;
	margin: 0 0 3% 0;
	padding: 2% 4%;
}
.sample dl dt{
	font-weight: bold;
	border-bottom: 1px solid #534f4e;
	font-size: 1rem;
}
.sample dl dd{
	margin-bottom: 2%;
}
.sampleIn h4{
	width: 55%;
	color: #fff;
	display: block;
	background-color: #ea5413;
	padding: 1% 3%;
	margin-bottom: 2%;
	border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
	font-size: 1rem;
}
.sampleIn h4.sample-result{
	background-color: #79ee3e !important;
}
}

.feature{
	background: -moz-linear-gradient(top, #caf0fb, #fff);
	background: -webkit-gradient(linear,left top,left bottom,from(#caf0fb),to(#fff));
}

.featureIn{
	background-image:url("../../img/office.png") ;
	background-repeat: no-repeat;
	padding: 3% 10% 5% 40%;
	background-size: 40%;
}

.feature h2{
	width: 60%;
	margin: 0 auto 2% auto;
	padding: 5% 0 0 0;
	text-align: center;
	font-size: 2.3rem;
	font-weight: bold;
}

.feature-txt{
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 8%;
}
.feature-txt span{
	border-bottom: 1px solid #ea5413;
}

.featureIn dl dt{
	font-size: 1.3rem;
	font-weight: bold;
}
.featureIn dl dd{
	font-size: 1rem;
	margin-bottom: 3%;
}

.company{
	margin: 5% auto 10% auto;
}

.outline{
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
	padding: 1% 0;
	font-size: 1rem;
	border-bottom: 1px dotted #BBBBBB;
}
.outline dt{
	width: 25%;
	float: left;
}
.outline dd{
	width: 73%;
	float: right;
}

.company-img{
	width: 70%;
	margin: 3% auto 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
   flex-direction: row;
	-webkit-flex-wrap: wrap;
   flex-wrap: wrap;
	justify-content: space-between;
}
.company-img li{
	width: 30%;
	padding: 0 1%;
	list-style: none;
}
@media screen and (max-width:480px) {

.featureIn{
	width: 90%;
	margin: 0 auto;
	background-image:url("../../img/office.png") ;
	background-repeat: no-repeat;
	background-position: center bottom; 
	padding: 0 0 80% 0;
	background-size: 80%;
}

.feature h2{
	width: 90%;
	margin: 0 auto 2% auto;
	padding: 5% 0 0 0;
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 100%;
}

.feature-txt{
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 8%;
}

.featureIn dl dt{
	font-size: 1.2rem;
	font-weight: bold;
}
.featureIn dl dd{
	font-size: 1rem;
	margin-bottom: 3%;
}

.outline{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	padding: 1% 0;
	font-size: 0.9rem;
	border-bottom: 1px dotted #BBBBBB;
}
.outline dt{
	width: 25%;
	float: left;
}
.outline dd{
	width: 73%;
	float: right;
}
.company-img{
	width: 90%;
}

}

.flow{
	width: 90%;
	margin: 5% auto;
}
.flow ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
   flex-direction: row;
	-webkit-flex-wrap: wrap;
   flex-wrap: wrap;
	justify-content: space-between;
}
.flow ul li{
	width: 19%;
	list-style: none;
	padding: 0 0.5%;
}
.flow ul li h3{
	display: block;
	text-align: center;
	padding-top: 38%;
	font-size: 1.3rem;
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: center top;
	margin-bottom: 4%;
}
.flow01{background-image:url("../../img/flow_img01.png");}
.flow02{background-image:url("../../img/flow_img02.png");}
.flow03{background-image:url("../../img/flow_img03.png");}
.flow04{background-image:url("../../img/flow_img04.png");}
.flow05{background-image:url("../../img/flow_img05.png");}
.flow ul li p{
	font-size: 1rem;
	background-image: url("../../img/arrow.png");
	background-repeat: no-repeat;
	background-size: 8%;
	padding-right: 10%;
	background-position: right 5%;
}

.flow ul li p.end{
	background-image: none;
}
@media screen and (max-width:480px) {
	.flow ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
   flex-direction: column;
	-webkit-flex-wrap: wrap;
   flex-wrap: wrap;
	justify-content: space-between;
}
.flow ul li{
	width: 99%;
	list-style: none;
	padding: 0 0.5%;
}
.flow ul li h3{
	display: block;
	text-align: center;
	padding-top: 20%;
	font-size: 1.2rem;
	background-repeat: no-repeat;
	background-size: 20%;
	margin-bottom: 2%;
}
.flow01{background-image:url("../../img/flow_img01.png");}
.flow02{background-image:url("../../img/flow_img02.png");}
.flow03{background-image:url("../../img/flow_img03.png");}
.flow04{background-image:url("../../img/flow_img04.png");}
.flow05{background-image:url("../../img/flow_img05.png");}
.flow ul li p{
	font-size: 0.9rem;
	background-image: none;
	padding-right: 0;
	margin-bottom: 5%;
}

}

.contact-area{
	background-color: #f2f9e8;
	padding: 5% 0 30% 0;
}
.contact{
	width: 60%;
	margin: 0 auto;
	font-size: 1.3rem;
}
.contactIn{
	width: 60%;
	margin: 0 auto 10% auto;
}
.contact dt{
	margin-bottom: 5px;
	font-weight: bold;
}
.contact dt span{
	color:#ea5413;
	font-size: 0.8rem;
}
.contact dd{
	margin-bottom: 2%;
}
.contact option{
	font-size: 0.9rem;
}
.contact input{
	font-size: 1rem;
	padding: 1%;
}
.contact label{
	display: block;
	padding: 0;
	margin: 0;
	height: 4vh;
}
select{font-size: 1rem;border :1px solid #eee;}

.form50{width: 50%;}
.form100{width: 100%;}
@media screen and (max-width:480px) {
	.contact{
	width: 90%;
	margin: 0 auto;
	font-size: 1rem;
}
	.contactIn{
	width: 90%;
	margin-bottom: 15%;
}
.contact dt{
	margin-bottom: 5px;
	font-weight: bold;
}
.contact dt span{
	color:#ea5413;
	font-size: 0.7rem;
}
.contact dd{
	margin-bottom: 3%;
}
.contact option{
	font-size: 0.9rem;
}
.contact input{
	font-size: 0.9rem;
	padding: 0.5%;
}
.contact label{
	display: block;
	padding: 0;
	margin: 0;
	height: 4vh;
}

}

/**************************************/
.ttl{
	text-align: center;
	font-size: 3.3rem;
	font-weight: bold;
	background-image: url("../../img/line.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	font-feature-settings: "palt";
	margin: 3% auto 5% auto;
	font-family: 'M PLUS 1p', sans-serif;
}

.ttl-txt{
	width: 90%;
	margin: 0 auto 5% auto;
	text-align: center;
	font-size: 1rem;
}

.to-contact{
	background-color:#e2edd2;
	padding: 3% 0;
	position: relative;
	margin-bottom: 5%;
}
.inner-btn{
	width: 60%;
	max-width: 680px;
	margin: 0 auto;
}
.hand{
	width: 24%;
	position: absolute;
	bottom:0;
	left: 15%;
}

@media screen and (max-width:480px) {
	.ttl{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	background-size: 50%;
		padding: 0 1%;
}
	.ttl-txt{
	width: 90%;
	font-size: 0.9rem;
}
	#footer{
	font-size: 0.6rem;
}
.to-contact{
	padding: 5% 0;
	}

.inner-btn{
	width: 96%;
}
.hand{
	width: 24%;
	position: absolute;
	bottom:0;
	left: 2%;
}
}


#footer{
	text-align: center;
	font-size: 0.8rem;
	padding:3px 0;
	background-color: #edeadc;
}

.holiday{
	color: #E10003;
	font-size: 1.5rem;
	text-align: center;
	background-image: url("../../img/holiday.png");
	background-repeat: no-repeat;
	background-size: 15%;
	background-position: 10% center;
	padding:3% 10% 3% 16%;
	line-height: 120%;
	font-weight: bold;
}
@media screen and (max-width:480px) {
.holiday{
	font-size: 0.8rem;
	text-align: center;
	background-size: 30%;
	background-position: 0 center;
	padding:0 3% 2% 25%;
	line-height: 120%;
}
}

#return-top {
    bottom: 2%;
    outline: 0;
    position: fixed;
    right: 3%;
    width: 90px;
}

@media screen and (max-width:480px) {
	#return-top {
    width: 18%;
}
}

.strength{
	padding: 3% 10% 5% 10%;
	overflow: hidden;
	background-color:#e2edd2;
}
.strength h3{
	color: #ea5413;
	font-size: 2rem;
	margin: -3% auto 0 auto;
}
.read{
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 3%;
}
.strength-detail{
	font-size: 1.1rem;
	line-height: 170%;
}
.strength-detail span{
	color: #ea5413;
	border-bottom: 2px dotted #ea5413;
}
.strength-img{
	width: 30%;
	float: right;
}
.strength-txt{
	width: 65%;
	float: left;
	margin-right: 5%;
}
.form-txt{
	color:#ea5413;
	font-size: 0.9rem;
	padding-bottom: 10px;
}
@media screen and (max-width:480px) {
	.strength{
	padding: 7% 5% 5% 5%;
	overflow: hidden;
	background-color:#e2edd2;
}
.strength h3{
	color: #ea5413;
	font-size: 1.5rem;
	margin: 2% auto;
	line-height: 130%;
	text-align: center;
}
.read{
	font-size: 1.3rem;
	margin-bottom: 5%;
	line-height: 130%;
}
.strength-detail{
	font-size: 1rem;
}
.strength-img{
	width: 70%;
	float: none;
	margin: 0 auto;
}
.strength-txt{
	width: 100%;
	float: none;
	margin-right: 0;
}
}



.reduct{
	padding: 10% 6% 10% 6%;
	background-image: url("../../img/icon02.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 8%;
}
.reduct h2{
	font-size: 2.5rem;
	font-feature-settings: "palt";
	font-weight: bold;
	text-align: center;
}
.reduct h3{
	color: #ea5514;
	font-size: 1.8rem;
	font-feature-settings: "palt";
	text-align: center;
	margin:-1% 0 3% 0;
}
.reduct-case li{
	width: 46%;
	margin: 0 2%;
	list-style: none;
}
.reduct-case h4{
	color: #42b36a;
	font-size: 1.4rem;
}
.reduct-case h5{
	color: #fff;
	background-color: #42b36a;
	padding: 2% 3% 3% 3%;
	font-size: 1.3rem;
	font-family: 'M PLUS 1p', sans-serif;
	line-height: 130%;
	margin-bottom: 3%;
}
.reduct-case h5 span{
	border-bottom: solid 4px #efcf32;
	line-height: 130%;
}
.reduct-detail{
	font-size: 1.1rem;
	margin-bottom: 2%;
}
.reduct-before{
	width: 38%;
	margin-right: 2%;
	background-color: #ededec;
	padding: 2% 3%;
	box-sizing: border-box;
}
.reduct-before h6{
	color: #929392;
	font-size: 1.1rem;
	text-align: center;
	margin-bottom: 3%;
}
.reduct-before p{
	color: #585757;
	text-align: center;
	font-size: 1.2rem;
	line-height: 130%;
}
.reduct-after{
	width: 62%;
	background-color: #fffcf0;
	border: 2px solid #e6c838;
	padding: 2% 3%;
	box-sizing: border-box;
}
.reduct-after h6{
	color: #efcf32;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 3%;
}
.reduct-after p{
	color: #585757;
	text-align: center;
	font-size: 1.2rem;
	line-height: 130%;
}
.reduct-before p span,.reduct-after p span{
	font-weight: bold;
	line-height: 130%;
}
.performance{
	padding: 0 5%;
}
.performance li{
	width: 31%;
	margin: 0 1%;
	list-style: none;
	background-color: #edeadc;
	padding: 2% 2% 0 2%;
	box-sizing: border-box;
}
.performance li h4{
	color: #fff;
	background-color: #ea5514;
	font-size: 1.2rem;
	font-family: 'M PLUS 1p', sans-serif;
	line-height: 130%;
	text-align: center;
	margin-bottom: 7%;
	padding: 2% 0;
	border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}
.performance-detail{
	overflow: hidden;
	margin-bottom: 4%;
}
.performance-detail dt{
	width: 28%;
	float: left;
	border: none !important;
	font-size: 0.8rem;
	margin-right: 4%;
	background-color: #fff;
	padding: 2%;
	text-align: center;
	font-weight: normal !important;
	box-sizing: border-box;
}
.performance-detail dd{
	width: 68%;
	float: left;
	padding: 2% 0;
	font-size: 1rem;
}

@media screen and (max-width:480px) {
.reduct{
	padding: 10% 6% 10% 6%;
	background-image: url("../../img/icon02.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 8%;
}
.reduct h2{
	font-size: 2rem !important;
	line-height: 180%;
}
.reduct h3{
	font-size: 1.2rem !important;
	margin:-1% 0 8% 0;
	line-height: 110%;
}
.reduct-case li{
	width: 100%;
	margin: 0 0 7% 0;
}
.reduct-case h4{
	font-size: 1.1rem;
}
.reduct-case h5{
	font-size: 1.1rem;
	line-height: 120%;
}
.reduct-case h5 span{
	line-height: 120%;
}
.reduct-detail{
	font-size: 1rem;
	margin-bottom: 3%;
}
.reduct-before{
	width: 100%;
	margin-right:0;
}
.reduct-before h6{
	font-size: 0.9rem;
}
.reduct-before p{
	font-size: 1rem;
}
.reduct-after{
	width: 100%;
}
.reduct-after h6{
	font-size: 0.9rem;
}
.reduct-after p{
	font-size: 1rem;
}
.performance{
	padding: 0 1%;
}
.performance li{
	width: 100%;
	margin: 0 0 5% 0;
	padding: 3% 4% 0 4%;
}

.performance-detail dt{
	font-size: 0.7rem;
}
.performance-detail dd{
	font-size: 0.9rem;
}
}


.catch{
	width: 20%;
	position: absolute;
	bottom:0;
	left: 3%;
}
@media screen and (max-width:480px) {
.catch{
	width: 32%;
	max-width: 300px;
	position: absolute;
	top:14%;
	left: 65%;
}
}

.soft{
	font-size: 0.7rem;
	margin-top: 5%;
}



.point{
	width: 100%;
	margin: 4% auto -5% auto;
}
.point li{
	width: 31%;
	margin: 0 1%;
	background-color: #fff;
	padding: 2% 3%;
	box-sizing: border-box;
	list-style: none;
	border-radius: 10px;
}
.point li h4{
	font-size: 1.5rem;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: bold;
	margin-bottom: 5%;
	text-align: center;
	display: flex;
	align-items: center;
	line-height: 120%;
}
.point li h4:before,
.point li h4:after{
	 content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
.point li h4:before {
    margin-right: 0.5rem;
}

.point li h4:after {
    margin-left: 0.5rem;
}
.point li p{
	font-size: 1rem;
}
.point li p span{
	color: #EE5510;
	background: linear-gradient(transparent 50%, yellow 50%);
}
@media screen and (max-width:480px) {

.point li{
	width: 100%;
	margin: 0 0 3% 0;
	padding: 4% 5%;
}
.point li h4{
	font-size: 1.3rem;
}

.point li p{
	font-size: 0.9rem;
}

}


.news{
	width: 50%;
	margin: 3% auto -3% auto;
}
@media screen and (max-width:480px) {
	.news{
	width: 90%;
	margin: 5% auto 3% auto;
}
}


.buk{
	background-image:url("../../img/buk-bg.jpg");
	background-size:cover;
	padding: 4% 0;
	position: relative;
}
.buk h2{
	width: 60%;
	display: table;
	background: linear-gradient(to left,rgba(255,255,255,0),rgba(255,255,255,1));
	padding: 1.5% 10% 1.5% 5%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	font-size: 1.5rem;
}
.buk h2 span{
	color: #fff;
	background-color: #f14a23;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 0.9rem;
	padding: 0.5% 2%;
	margin-right: 2%;
	border-radius: 20px;
}
.buk p{
	width: 50%;
	margin: 1% 0 5% 5%;
	font-size: 1rem;
	line-height: 170%;
}
.buk p span{
	color: #f14a23;
	font-weight: bold;
	font-size: 1rem;
}

.buk-img01{
	width: 30%;
	list-style: none;
	position: absolute;
	top:10%;
	right: 5%;
}
.buk-img02{
	width: 20%;
	list-style: none;
	position: absolute;
	top:45%;
	right: 23%;
}
@media screen and (max-width:480px) {
	.buk{
	background-image:url("../../img/buk-bg.jpg");
	background-size:cover;
	padding: 5% 0 10% 0;
	position:static;
	overflow: hidden;
}
.buk h2{
	width: 88%;
	padding: 3% 5% 3% 7%;
	font-size: 1.2rem;
}
.buk h2 span{
	display: table;
	padding: 0.5% 5%;
	margin-right: 0;
}
.buk p{
	width: 88%;
	margin: 1% 5% 5% 7%;
	font-size: 0.9rem;
	line-height: 160%;
}

.buk-img01{
	width: 43%;
	list-style: none;
	position:static;
	float: left;
	margin-left: 5%;
}
.buk-img02{
	width: 43%;
	list-style: none;
	position:static;
	float: left;
	margin-left: 5%;
}
}





