/**
 * Foundation
**/
/**
 * Project
**/
@media screen and (min-width: 768px) {
  #inpage .hl_h3:first-child {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  #inpage .hl_h3 {
    margin-top: 25px;
    margin-bottom: 30px;
    padding: 20px 0 15px;
    font-size: 18px;
    line-height: 1.3;
  }
  #inpage .hl_h3:first-child {
    margin-top: 35px;
  }
  #inpage .info_section h4 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.3;
  }
  #inpage .faq_list li {
    margin-bottom: 12px;
    font-size: 15px;
  }
  #inpage .faq_list li > a {
    padding: 0 10px 0 12px;
  }
  #inpage .ma_l15 {
    font-size: 15px;
  }
  #inpage .info_section .link {
    padding: 12px 0 30px 20px;
    font-size: 15px;
  }
}

/*---------------- layout utikeshi */
#inpage_wrapper {
  border-top: 0;
  position: relative;
}

/*---------------- layout utikeshi */
.info__section_title {
  font-size: 16px;
  margin-bottom: 20px;
  padding: 13px 0 8px 0;
  /* border-bottom: 1px solid #cccccc; */
  /* background: url(/img/inpage/bg_hl_h3.gif) no-repeat top left; */
  position: relative;
  border-top: 5px solid #e0e0e0;
}

.info__section_title:before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 25%;
  height: 5px;
  content: '';
  background: #002878;
}

.faq_list {
  padding: 5px 0 20px;
}

.faq_list li {
  text-indent: -35px;
  margin-bottom: 8px;
  padding-left: 35px;
  font-size: 14px;
}

.faq_list li img {
  vertical-align: middle;
}

.faq_list li a {
  padding: 0 2px 0 7px;
}

.info_section .link {
  padding: 0 0 24px 16px;
}

.info_section .info__faq_title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 1.3;
  font-size: 16px;
  font-weight: bold;
  margin: 1em 0 12px 0;
  padding-bottom: 2px;
  border-bottom: 3px solid #ededed;
}

@media screen and (min-width: 768px) {
  #inpage .info__section_title {
    margin-top: 3rem;
  }
  .l-information .info_section {
    width: 95%;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  #inpage .info__section_title {
    margin-top: 25px;
    margin-bottom: 30px;
    padding: 20px 0 15px;
    font-size: 18px;
    line-height: 1.3;
  }
  #inpage .info__section_title:first-child {
    margin-top: 35px;
  }
  #inpage .info_section .info__faq_title {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.3;
  }
  #inpage .faq_list li {
    margin-bottom: 12px;
    font-size: 15px;
  }
  #inpage .faq_list li > a {
    padding: 0 10px 0 12px;
  }
  #inpage .ma_l15 {
    font-size: 15px;
  }
  #inpage .info_section .link {
    padding: 12px 0 30px 20px;
    font-size: 15px;
  }
  .info__section_title:before {
    position: absolute;
    top: -5px;
    left: 0;
    width: 40%;
    height: 5px;
    content: '';
    background: #002878;
  }
}

@media screen and (max-width: 400px) {
  .info__section_title:before {
    position: absolute;
    top: -5px;
    left: 0;
    width: 75%;
    height: 5px;
    content: '';
    background: #002878;
  }
}
/*# sourceMappingURL=faq.css.map */