@charset "UTF-8";
/*お問い合わせ用ここから*/
    section.faq_list .to_contact{
    text-align: center;
    font-size: 1.4em;
    }
    section.faq_list .btn_line-orn {
    color: #fff;
    background-color:#F29600;
    width: 16em;
    padding: 1.2em;
    margin: 1.2em 0;
    font-size: 1em;
    display: inline-block;
    }
    section.faq_list .to_contact a::after {
        border-color: #fff;
    }

    @media (max-width: 833px) {
        section.faq_list .to_contact{
            font-size: 1.1em;
        }
        section.faq_list .btn_line-orn {
            width: 80%;
            padding: 1em;
            margin: 1em 0;
        }
    }
/*お問い合わせ用ここまで*/
section.faq_cnt {margin-bottom: 0;}
section.faq_cnt .wrap {margin-bottom: 60px;}
.page_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:0 auto 50px;
    justify-content: space-between;
    width: 80%;
}

.page_links-faq li {
    margin:0 0 12px;
    width: 32.666%;
    position: relative;
    display: flex;
  }
.page_links a {
    display: block;
    padding:8px;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    color: #F29600;
    border:2px solid #F29600;
    border-radius:12px;
    min-height: 5.6em;
}
.page_links-faq li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_links-faq li a span {
    padding-bottom: 1em;
    width: 96%;
    color: #000;
    line-height: 1.4;
}
.page_links-faq li a::after {
    position: absolute;
    top: 70%;
    right: 50%;
    border-style:solid;
    border-width:0 2px 2px 0;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-color:#f29600;
    -webkit-transform:
  rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform:
  rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }
@media (max-width: 833px) {
    .page_links-faq {
        width: 94%;
    }
    .page_links-faq li {
        width: 49%;
    }
    .page_links-faq li a {
        font-size: 14px;
    }
}
/**/
.border_h {
    font-size: 20px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
.details-summary h3{
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  line-height: 1.875;
  padding: 0.6em 1.4em;
  font-family: Yu Mincho Regular, YuMincho Medium, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.03em;
}
@media (max-width: 833px) {
    .border_h {font-size: 1.3em; letter-spacing: 0.02em;}
  }
.details-summary h3.faq_title::before {
    width: 46px;
    content: "Q";
    font-size: 38px;
    font-size: 2rem;
    line-height: 1;
    color: #656565;
    display: inline-block;
  }
@media (max-width: 833px) {
  .details-summary h3{padding: 0;}
  .details-summary h3.faq_title::before {
      width: 36px;
      font-size: 24px;
      font-size: 1.6em;
  }
}
@media (min-width: 834px) {
.details-summary h3.faq_title span.title_f{
    max-width: 88%;
    display: inline-block;
}
}
@media (max-width: 833px) {
    .details-summary h3.faq_title span.title_f{
        width: 66%;
        line-height: 1.5;
        font-size: 16px;
        display: inline-block;
    }
}


/*アコーディオン*/
.details {
    margin-bottom: 16px;
    border: solid 3px #f0f0f0;
    border-radius: 10px;
  }
  .details:last-of-type {
    margin-bottom: 0;
  }
  
  .details-summary {
    position: relative;
    display: flex;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    background-color: #f0f0f0;
  }
  .details-summary:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  @media (max-width: 833px) {
    .details-summary {
      padding: 0.6em 0.8em;
    }
  }
  .details-summary .btn_acc {
    position: absolute;
    top: 20%;
    right: 2%;
    width: 36px;
    height: 36px;
    transform-origin: center center;
    transition-duration: 0.2s;
  }
  @media (max-width: 833px) {
    .details-summary .btn_acc {
      top: 25%;
      right: 6%;
    }
  }
  .details-summary .btn_acc:before, .details-summary .btn_acc:after {
    content: "";
    background-color: #F29600;
    width: 36px;
    height: 4px;
    position: absolute;
    top: 16px;
    left: 0;
    transform-origin: center center;
  }
  .details-summary .btn_acc:before {
    width: 4px;
    height: 36px;
    top: 0;
    left: 16px;
  }
  .details-summary.is-active .btn_acc {
    transform: rotate(-180deg);
  }
  .details-summary.is-active .btn_acc:before {
    content: none;
  }
  
  .details-summary::-webkit-details-marker {
    display: none;
  }
  
  .details-content {
    padding: 40px 70px 40px 60px;
    display: flex;
  }
  @media (max-width: 833px) {
    .details-content {
      padding: 20px;
      flex-direction: column;
    }
  }
  .details-content p.faq_answer {
    color: #F29600;
    font-size: 2.8rem;
    line-height: 1;
    padding-right: 1.2rem;
  }
  @media (max-width: 833px) {
    .details-content p.faq_answer {
      font-size: 2rem;
      padding-bottom: 0.6rem;
    }
    .faq_answer_txt {
      padding-left: 0.6rem;
    }
  }
  .details-content p {
    margin: 0;
    color: #000;
    font-size: 17px;
    text-align: left;
  }
  .details-content p:last-of-type {
    margin: 0 0 0;
  }
  @media (max-width: 833px) {
    .details-content p {
      line-height: 1.6;
    }
  }/*# sourceMappingURL=aco.css.map */