/* --------------------
 QA
-------------------- */
.com-page-head__title img {
    width: 148px;
}

@media (min-width: 768px) {
    .com-page-head__title img {
        width: 279px;
    }
}

@media (min-width: 992px) {
    .com-page-head__title img {
        width: 348px;
    }
}

.com-breadcrumb {
    margin-bottom: 20px;
}

.overview {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 40px 20px;
    justify-content: space-between;
    margin: 0 auto 20px;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .overview {
        flex-wrap: nowrap;
        margin: 0 auto 16px;
    }
}

.overview__content {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .overview__content {
        flex: 1 1 auto;
    }
}

.overview__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.89;
    margin: 0 0 1.75em;
}

@media (min-width: 768px) {
    .overview__content p {
        font-size: var(--fs18);
    }
}

@media (min-width: 992px) {
    .overview__content p {
        font-size: var(--fs19);
    }
}

.overview__content p:last-child {
    margin-bottom: 0;
}

.overview__icon {
    flex: 0 0 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .overview__icon {
        flex: 0 0 204px;
        text-align: right;
    }
}

@media (min-width: 992px) {
    .overview__icon {
        flex: 0 0 284px;
        padding: 0 30px 0 0;
    }
}

.overview__icon img {
    width: 178px;
}

@media (min-width: 768px) {
    .overview__icon img {
        width: 204px;
    }
}

@media (min-width: 992px) {
    .overview__icon img {
        width: 254px;
    }
}

.list {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.list__item:last-child {
    border-bottom: 1px solid var(--color-pink);
}

.list__item__head {
    border-top: 1px solid var(--color-pink);
    cursor: pointer;
    padding: 16px 0 16px 60px;
    position: relative;
    transition: background-color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .list__item__head {
        padding: 24px 0 24px 80px;
    }
}

@media (min-width: 992px) {
    .list__item__head {
        padding: 32px 0 32px 90px;
    }
}

.list__item__head:before {
    background-image: url(../images/pages/qa/qa-icon-q.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 31px;
    left: 12px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 31px;
}

@media (min-width: 768px) {
    .list__item__head:before {
        height: 38px;
        left: 20px;
        width: 38px;
    }
}

@media (min-width: 992px) {
    .list__item__head:before {
        left: 30px;
    }
}

.list__item__head__title {
    color: var(--color-burgundy);
    font-size: var(--fs20);
    font-weight: 900;
    letter-spacing: 0.075em;
    line-height: 1.4;
    margin: 0;
    padding: 0 32px 0 0;
    position: relative;
    width: auto;
}

@media (min-width: 768px) {
    .list__item__head__title {
        font-size: var(--fs22);
        padding: 0 62px 0 0;
    }
}

@media (min-width: 992px) {
    .list__item__head__title {
        font-size: var(--fs26);
    }
}

.list__item__head__title:after {
    background-image: url(../images/pages/qa/qa-icon-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 19px;
    margin: auto 0;
    position: absolute;
    right: 12px;
    top: 0;
    transform: rotate(90deg);
    transition: transform var(--duration) var(--cubic) 0s;
    width: 12px;
}

@media (min-width: 768px) {
    .list__item__head__title:after {
        height: 23px;
        right: 32px;
        width: 14px;
    }
}

.list__item__contents {
    background-color: rgba(var(--color-white-rgb), 0.69);
    border-top: 1px solid var(--color-pink);
    display: none;
    padding: 12px 0 16px 0;
    position: relative;
}

@media (min-width: 768px) {
    .list__item__contents {
        padding: 28px 30px 30px 0;
    }
}

.list__item__contents__content {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.89;
    padding: 0 0 0 60px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .list__item__contents__content {
        font-size: var(--fs18);
        padding: 0 0 0 80px;
    }
}

@media (min-width: 992px) {
    .list__item__contents__content {
        font-size: var(--fs19);
        padding: 0 0 0 90px;
    }
}

.list__item__contents__content:before {
    background-image: url(../images/pages/qa/qa-icon-a.svg);
    bottom: auto;
    color: var(--color-text);
    content: "";
    height: 29px;
    left: 12px;
    margin: auto 0;
    position: absolute;
    top: 0px;
    width: 28px;
}

@media (min-width: 768px) {
    .list__item__contents__content:before {
        height: 36px;
        left: 20px;
        width: 34px;
    }
}

@media (min-width: 992px) {
    .list__item__contents__content:before {
        left: 30px;
    }
}

.list__item__contents__content a {
    color: var(--color-coral-red);
    text-decoration: underline;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    transition: color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: color var(--duration) var(--cubic) 0s, text-decoration-color var(--duration) var(--cubic) 0s;
    transition: color var(--duration) var(--cubic) 0s, text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.list__item__contents__content a:focus {
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
}

@media (hover: hover) and (pointer: fine) {
    .list__item__contents__content a:hover {
        -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
        text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    }
}

.list__item__contents__content b, .list__item__contents__content strong {
    font-weight: 700;
}

.list__item__contents__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.89;
    margin: 0 0 1.75em;
}

@media (min-width: 768px) {
    .list__item__contents__content p {
        font-size: var(--fs18);
    }
}

@media (min-width: 992px) {
    .list__item__contents__content p {
        font-size: var(--fs19);
    }
}

.list__item__contents__content p:last-child {
    margin-bottom: 0;
}

.list__item__contents__content p a {
    color: var(--color-coral-red);
    text-decoration: underline;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    transition: color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: color var(--duration) var(--cubic) 0s, text-decoration-color var(--duration) var(--cubic) 0s;
    transition: color var(--duration) var(--cubic) 0s, text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.list__item__contents__content p a:focus {
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
}

@media (hover: hover) and (pointer: fine) {
    .list__item__contents__content p a:hover {
        -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
        text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    }
}

.list__item:nth-child(odd) .list__item__head {
    background-color: #fff1ef;
}

.list__item:nth-child(odd) .list__item__head:focus {
    background-color: var(--color-blush-pink);
}

@media (hover: hover) and (pointer: fine) {
    .list__item:nth-child(odd) .list__item__head:hover {
        background-color: var(--color-blush-pink);
    }
}

.list__item:nth-child(even) .list__item__head {
    background-color: #ffd8d3;
}

.list__item:nth-child(even) .list__item__head:focus {
    background-color: var(--color-blush-pink);
}

@media (hover: hover) and (pointer: fine) {
    .list__item:nth-child(even) .list__item__head:hover {
        background-color: var(--color-blush-pink);
    }
}

.list__item.-active .list__item__head__title:after {
    transform: rotate(0deg);
}