@charset "UTF-8";


/* -----------------
 common
-------------------- */

#mainimg_sub{
  background-image:url(../img/mainimg_sub_sp.jpg) !important;
  background-size: cover;
}

/* -----------------
 index
-------------------- */

.block_faq{
  width:94%;
  margin:0 auto 40px;
}
.block_faq:last-child{
  margin:0 auto;
}
.block_faq h4{
  min-height:40px;
  margin:0 0 15px;
  padding:5px 0 0 45px;
  font-size: 18px;
  line-height: 1.6em;
  color:#187c16;
  background:url(../img/text_q.png) no-repeat left 3px;
  background-size: 30px;
  box-sizing:border-box;
}
.block_faq p{
  margin:0;
  font-size: 15px;
  line-height: 2em;
}













