.faq .base {
    max-width: 932px;
    margin: 0 auto;
    padding: 0 15px;
}
.faq .c__ttl {
    font-size: 32px;
    font-family: var(--font-zen);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.4em;
    text-align: center;
}
.faq .link {
    padding: 90px 0 95px;
}
.faq .link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 27px 3%;
    margin-top: 30px;
}
.faq .link__list .box {
    width: 48.5%;
    text-align: center;
    position: relative;
    border: 3px solid #f4f2ea;
    border-radius: 15px;
    padding: 30px 15px;
    overflow: hidden;
}
.faq .link__list .box .img {
    max-width: 48px;
    margin: 0 auto 8px;
}
.faq .link__list .box .ttl {
    font-size: 18px;
    font-family: var(--font-zen);
    font-weight: 700;
    letter-spacing: 0.06em;
}
.faq .contents {
    padding: 0 0 100px;
}
.faq .contents .c__ttl {
    margin-bottom: 30px;
}
.faq .contents__list__block {
    padding-top: 150px;
    margin-top: -150px;
    margin-bottom: 60px;
}
.faq .contents__list__block:last-child {
    margin-bottom: 0;
}
.faq .contents__list__block .item {
    background: #f7f6f0;
    border-radius: 5px;
    margin-bottom: 15px;
}
.faq .contents__list__block .item:last-of-type {
    margin-bottom: 0;
}
.faq .contents__list__block .item .q {
    padding: 13px 20px;
    cursor: pointer;
    position: relative;
}
.faq .contents__list__block .item .q p {
    font-size: 18px;
    font-family: var(--font-zen);
    font-weight: 700;
    letter-spacing: 0.06em;
    position: relative;
    padding: 0 30px 0 37px;
}
.faq .contents__list__block .item .q p:before {
    content: "Q.";
    font-size: 18px;
    font-family: var(--font-zen);
    font-weight: 700;
    position: absolute;
    left: 12px;
    top: 0;
}
.faq .contents__list__block .item .q p:after {
    content: "";
}
.faq .contents__list__block .item .q .ico {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 30px;
    top: 20px;
}
.faq .contents__list__block .item .q .ico:after,
.faq .contents__list__block .item .q .ico:before {
    content: "";
    background: #000;
    position: absolute;
}
.faq .contents__list__block .item .q .ico:before {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.faq .contents__list__block .item .q .ico:after {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
}
.faq .contents__list__block .item .q.active .ico:before {
    opacity: 0;
}
.faq .contents__list__block .item .a {
    padding: 0 20px;
    display: none;
}
.faq .contents__list__block .item .a p {
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    border-top: 1px solid #fff;
    padding: 15px 30px 20px 37px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}
.faq .contents__list__block .item .a p:before {
    content: "A.";
    font-size: 18px;
    font-family: var(--font-zen);
    font-weight: 700;
    color: var(--primary-color);
    position: absolute;
    left: 12px;
    top: 10px;
}
.faq .contents__list__block .item .a p a {
    text-decoration: underline;
}
@media only screen and (max-width: 767px) {
    .faq .c__ttl {
        font-size: 24px;
    }
    .faq .link {
        padding: 55px 0 60px;
    }
    .faq .link__list {
        gap: 20px 0;
    }
    .faq .link__list .box {
        padding: 20px 0 35px;
    }
    .faq .link__list .box .img {
        max-width: 40px;
    }
    .faq .link__list .box .ttl {
        font-size: 14px;
    }
    .faq .contents {
        padding: 0 0 60px;
    }
    .faq .contents__list__block .item .q {
        padding-left: 0;
        padding-right: 0;
    }
    .faq .contents__list__block .item .q p {
        font-size: 16px;
    }
    .faq .contents__list__block .item .q p:before {
        font-size: 16px;
    }
    .faq .contents__list__block .item .q .ico {
        right: 15px;
    }
    .faq .contents__list__block .item .a {
        padding: 0 15px;
    }
    .faq .contents__list__block .item .a p {
        padding: 15px 0 20px 20px;
    }
    .faq .contents__list__block .item .a p:before {
        left: -4px;
    }
}
/*# sourceMappingURL=../maps/page/faq.min.css.map */
