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

/* #header li:nth-child(9) a {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
	color: #008842;
	display: inline-block;
	pointer-events: none;
}
#header li:nth-child(9) a:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
} */

#mainimage{
}
#mainimage .inner{
background-color:#1f932f;
color:#fff;
padding:27px 0;
}

#mainimage h1{
font-size:2rem;
text-align:left;
padding-left:6%;
}
#mainimage h1 span{
font-weight:900;
font-size:6rem;
line-height:1.2;
}

#faq{
padding:115px 0 0 0;
}

#faq .box{
border-bottom:1px solid #e5e5e5;
padding:35px 0 30px 0;
}
#faq .box.last{
border-bottom:none;
}
#faq .left,#faq .right{
width:550px;
}
#faq dl{}
#faq dt,#faq dd{
display:inline-block;
vertical-align:top;
}
#faq dt{
font-size:4.8rem;
font-weight:900;
line-height:1;
font-family: 'M PLUS 1p', sans-serif;
width:55px;
}
#faq dd{
width:485px;
}
#faq dd.line1{
padding-top:10px;
}
#faq .box dl:first-child{
padding-bottom:20px;
}
#faq .box dl:first-child dt{
color:#4a84b1;
}
#faq .box dl:first-child dd{
font-size:1.8rem;
line-height:1.4;
font-weight:700;
}
#faq .box dl:first-child dt,#faq .box dl:first-child dd{
vertical-align:middle;
}





@media only screen and (max-width: 767px) {

/* #drawer li:nth-child(9) a {
	color: #fff;
	background-color: #008842;
		display: inline-block;
		pointer-events: none;
} */
	
#mainimage{
padding-top:54px;

}
#mainimage .inner{
padding-bottom:20px;
}
#mainimage .images{
margin-left:0;
height:150px;
position:relative;
top:auto;
}
#mainimage .images:before {
    content: "";
    display: none;
    padding-top: 0;
}

#mainimage h1{
font-size:1.6rem;
padding-left:15px;
}
#mainimage h1 span{
font-size:2.4rem;
line-height:1.2;
}


#faq{
padding:60px 0 0 0;
}


#faq .box{
border-bottom:none;
padding:0;
}
#faq .box.last{
border-bottom:none;
}
#faq .left,#faq .right{
float:none;
width:100%;
padding:30px 0 20px 0;
border-bottom:1px solid #e5e5e5;
}
#faq dl{
letter-spacing:-.4em;
}
#faq dt,#faq dd{
letter-spacing:normal;
}
#faq dt{
font-size:3.8rem;
width:13%;
}
#faq dd{
width:87%;
}
#faq dd.line1{
padding-top:0;
}
#faq .box dl:first-child{
padding-bottom:20px;
}
#faq .box dl:first-child dd{
font-size:1.6rem;
}
#faq .box dl:first-child dt,#faq .box dl:first-child dd{
vertical-align:middle;
}



}