@charset "UTF-8";

.deriheru-homepage-production-guide{width:100%;height:auto;max-width:1200px;}
.deriheru-homepage-production-guide h2.ja{width:100%;height:auto;color:#177f94;font-size:19px;line-height:1;border-left: #177f94 6px solid;text-align:left;padding:2px 0px 4px 7px;}
.deriheru-homepage-production-guide p.txt{width:100%;height:auto;line-height:1.6;text-align:left;padding-top:10px;}
.deriheru-homepage-production-guide p.txt a{color: #ff8500;text-decoration:underline;}
	@media all and (min-width: 1025px) {
		.deriheru-homepage-production-guide p.txt a:hover{color: #129ab5;text-decoration:none;}
	}


.deriheru-homepage-production-guide ul
	{width: 100%;height: auto;background: #f4f8f9;border: 1px solid #dce7ea; margin:10px auto;padding: 10px 15px;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
	-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;
	-webkit-flex-wrap: wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.deriheru-homepage-production-guide ul li
	{width:auto;height: auto;padding: 3px 0px;text-align: left;background: url(/img/common/li.png) no-repeat 0px 4px;background-size: 15px 15px;padding-left: 20px;margin:0px;margin:0px 10px 0px 0px;}
	@media all and (max-width: 1024px) {
		.deriheru-homepage-production-guide ul li
			{width:100%;height: auto;}
	}


section.function{width: 100%;height: auto;padding-top:25px;}
section.seo{width: 100%;height: auto;padding-top:25px;}
section.choice{width: 100%;height: auto;padding-top:25px;}
section.failure{width: 100%;height: auto;padding-top:25px;}
section.success{width: 100%;height: auto;padding-top:25px;}
section.price{width: 100%;height: auto;padding-top:25px;}
section.faq{width: 100%;height: auto;padding-top:25px;}
section.check{width: 100%;height: auto;padding-top:25px;}
section.summary{width: 100%;height: auto;padding-top:25px;padding-bottom:25px;}

dl.question{width:100%;height:auto;padding-top:10px;}
dl.question div:last-child{padding-bottom:0px;}
dl.question div{width:100%;height:auto;padding-bottom:25px;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
	-webkit-box-align: start;-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;
	-webkit-flex-wrap: wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
dl.question dt{width:100%;height:auto;background:url(../img/common/q.webp) no-repeat;background-size:25px 20px;background-position:top left;text-align:left;padding-left:30px;}
dl.question dd{width:100%;height:auto;background:url(../img/common/a.webp) no-repeat;background-size:25px 20px;background-position:top left;text-align:left;color:#ffffff;padding-left:30px;margin-top:4px;}
dl.question dt h3{width:100%;height:auto;line-height:200%;color:#1c8578;}
dl.question dd p{width:100%;height:auto;line-height:200%;color:#222222;}
dl.question dd p a{color: #ff8500;text-decoration:underline;}
	@media all and (min-width: 1025px) {
		dl.question dd p a:hover{color: #129ab5;text-decoration:none;}
	}
	@media all and (max-width: 1024px) {
		.question .recruit_box_contents{width:calc(100% - 20px);}
	}
