@charset "utf-8";

/* ================================================================================
faq
================================================================================= */
#sec_faq {
  padding:40px 20px;
  background:#fff;
}
#sec_faq .md_ttl {
  margin-bottom:0;
}
#sec_faq .md_ttl img {
  max-width:256px;
}
#faq_list dt {
  position:relative;
  padding:17px 30px 15px;
  border-bottom:2px solid #1a1a1a;
  font-size:16px;
  cursor:pointer;
}
#faq_list dt:after {
  position:absolute;
  top:20px;
  left:0;
  content:"";
  display:block;
  width:16px;
  height:16px;
  background:url(../../../2016/common/img/icon_accordion.png);
}
#faq_list dt.active:after {
  background-position:-16px 0;
}
#faq_list dd {
  display:none;
  padding:0 20px;
  border-bottom:2px solid #1a1a1a;
}
/*
#faq_list dt:first-child + dd {
  display:block;
}
*/
#faq_list p {
  padding:17px 0;
}
#faq_list .border_dod {
  background:url(../../common/img/bg_border_dod.png.html) 0 bottom repeat-x;
}

/* スマホサイズ調整----------------------------　*/
@media only screen and (max-width:750px) {
#sec_faq {
  padding:20px;
}
#faq_list dd {
  padding:0 10px;
}
}

@media only screen and (max-width:400px) {
#sec_faq .md_ttl_category img {
  max-width:190px;
  height:auto;
}
}
