/*FAQ*/
#faq .mainImg {
  background: url(../img/faq/main.jpg);
  -webkit-background-size: cover; background-size: cover;}



#mbread { margin: 20px auto; }
#mbread li { float: left; color: #333; font-size: 14px; }
#mbread a { color: #333; padding-right: 5px; }
#mbread a:hover { text-decoration: underline; }
#mbread .active { padding-left: 5px; color: #d70c19; }

.faqBlo { max-width: 1020px; margin: 0 auto; padding:0 10px; }

.faqblo01 { background-color: #fafafa; padding: 10px 40px 30px; margin: 32px auto 110px; }
.faqblo01 a { display: inline-block; min-width: 285px; font-size: 16px; color: #333333; margin-top: 30px; padding-left: 20px; background: url(../img/faq/arrow-1.png) left center no-repeat;background-size: 14px 14px;}
.faqblo01 a:hover{
  text-decoration: underline;
}

p.note { font-size: 14px; color: #333; margin-bottom: 20px; }

.faqblo02 { margin-bottom: 120px; }
.faqblo02:last-child { margin-bottom: 0; }
.faqblo02 > h4 { font-size: 26px; color: #FFFFFF; font-weight: normal; background-color: #d70c19; padding: 20px 15px; margin-bottom: 30px; }
.faqblo02 .ico1 { font-size: 20px; color: #333333; line-height: 35px; padding-left: 50px; margin-top: 20px; cursor: pointer; background: url(../img/faq/ico-q.png) no-repeat left 0; background-size: 35px 35px;}
.faqblo02 .ico1 span { display: block; background: url(../img/faq/arrow-2-on.png) no-repeat right center; }
.faqblo02 .ico1_on span { background-image: url(../img/faq/arrow-2.png); }
.faqblo02 div.item { padding-bottom: 20px; border-bottom: 1px solid #ccc; }
.faqblo02 div.content { overflow: hidden; background: url(../img/faq/ico-a.png) no-repeat left 0; padding-left: 50px; font-size: 14px; display: none; color: #333333; margin-top: 20px; background-size: 35px 35px;}
.faqblo02 p.taR { margin-top: 20px; }

@media (min-width: 1024px) { .container { width: 1200px; } }
/* SP */
@media (max-width: 767px) { 
  #mbread { margin: 10px 0; }
  #mbread li { font-size: 10px; }
  .faqBlo { padding: 0 10px; }
  .faqblo01 { background: none; padding: 0; margin: 0 auto; margin-bottom: 30px; }
  .faqblo01 a { margin-top: 13px; padding-bottom: 13px; background-position: 0 5px; display: block; font-size: 14px; border-bottom: 1px solid #000; }
  .faqblo02 { margin-bottom: 60px; }
  .faqblo02 > h4 { padding: 15px 10px; font-size: 17px; line-height: 18px; }
  .faqblo02 .ico1 { -webkit-background-size: 18px 18px; background-size: 18px 18px; padding-left: 25px; line-height: normal; font-size: 14px; }
  .faqblo02 .ico1 span { -webkit-background-size: 7px 10px; background-size: 7px 10px; }
  .faqblo02 .ico1_on span { -webkit-background-size: 10px 6px; background-size: 10px 6px; }
  .faqblo02 div.item { padding-bottom: 15px; }
  .faqblo02 div.content { padding-left: 25px; -webkit-background-size: 17px 17px; background-size: 17px 17px; font-size: 12px; margin-top: 10px; }
  p.note { margin-bottom: 10px; }
  p.taR img { max-width: 43px; } }
