@charset "UTF-8";
/* 
======== CONTENTS ==========================================

 =========================================================
*/

.card img.tb {
    border: 1px solid #d3d3d3;
}


.scrolly{
    overflow-y: scroll;
    height: 400px;
    }
    
    .hs-text {
        margin-top: 0.3em;
    }
    
    /*
     * QA-accordion
     * input の id と label の forをそろえる
     */
    .hs-qalist-accordion__q__check {
      /*チェック*/
      display: none; }
      .hs-qalist-accordion__q__check:checked + .hs-qalist-accordion__q + .hs-qalist-accordion__a {
        /*初期非表示*/
        height: auto;
        opacity: 1; }
    .hs-qalist-accordion__q {
      /*ラベル*/
      position: relative;
      display: -webkit-flex;
      display: flex;
      align-items: flex-start;
      transition: all 0.5s;
      margin-bottom: 10px;
      padding: 10px;
      padding-right: calc(10px + 1.2em);
      background: #f4f4f4;
      cursor: pointer; }
      .hs-qalist-accordion__q::before {
        content: "Q";
        padding-right: 10px;
        flex-basis: 3rem;
        text-align: center;
        font-size: 2em;
        color: #777;
        font-weight: 700;
        line-height: 1; }
      .hs-qalist-accordion__q::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 1em;
        margin: auto 0;
        width: .4em;
        height: .4em;
        border-bottom: 2px solid #cfcfcf;
        border-left: 2px solid #cfcfcf;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transition: 0.2s; }
      .hs-qalist-accordion__q__check:checked + .hs-qalist-accordion__q::after {
        width: 0.7em;
        height: 0;
        border-left: none;
        transform: none;
        -webkit-transform: none;
        transition: 0.2s; }
      .hs-qalist-accordion__q > *:nth-of-type(1) {
        flex-basis: calc(100% - 4em); }
    .hs-qalist-accordion__a {
      /*回答*/
      height: 0;
      padding: 0 0 0 10px;
      overflow: hidden;
      opacity: 0;
      transition: 0.8s;
      display: -webkit-flex;
      display: flex;
      align-items: flex-start;
      margin-bottom: 10px; }
      .hs-qalist-accordion__a::before {
        content: "A";
        padding-right: 10px;
        flex-basis: 3rem;
        text-align: center;
        font-size: 2em;
        color: #b1000e;
        font-weight: 700;
        line-height: 1; }
      .hs-qalist-accordion__a > *:nth-of-type(1) {
        flex-basis: calc(100% - 4em); }
    
    
    div.faq_wrap {
        margin-bottom: 3em;
        padding: 0 15px;
    }
    div.faq_wrap h3.subinfo__title {
        color: inherit;
        font-size: 16px;
        font-weight: 700;
        margin: .5rem 0 1.25rem 0;
    }
    
    div.faq_wrap p.subinfo__text {
        font-size: 13px;
        text-align: center;
    }
    div.faq_wrap div.subinfo__faq {
        overflow: hidden;
        zoom: 1;
    }
    .faq_scrolly {
        background: #fff;
        border: 1px solid #ddd;
        height: 330px;
        overflow-y: scroll;
    } 
    .hs-qalist-accordion__q {
        font-weight: 500;
        margin-left: 0 !important;
    }
    div.subinfo__faq .hs-qalist-accordion .hs-text,
    div.subinfo__faq .hs-qalist-accordion ul.se-ul01-t li {
        font-size: 12px;
        margin-bottom: 0;
    }
    