@charset "UTF-8";
@import url("../components/_caution-boxes.css");
@import url("../components/_delivery-cycle.css");

/* ローカルコンポーネント */
.c-title-box {
    --border-width: 3px;
    border-radius: 8px;
    border: var(--border-width) solid var(--color-water-blue);
    overflow: hidden;
    box-sizing: border-box;
}

.c-title-box__title {
    background-color: var(--color-water-blue);
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding: calc(8px - var(--border-width)) 24px 8px;
    @media screen and (max-width: 960px) {
        font-size: 24px;
        padding: calc(8px - var(--border-width)) 16px 8px;
    }
    @media screen and (max-width: 540px) {
        font-size: 18px;
    }
}

.c-title-box__content {
    padding: 12px 24px;
    @media screen and (max-width: 960px) {
        padding: 12px 16px;
    }
    @media screen and (max-width: 540px) {
        padding: 12px 16px;
    }
}

/* 固有スタイル */
#breadcrumb2 {
    font-size: 12px;
    font-weight: normal;
}
.faq-ss-detail-information {
    font-size: var(--font-size-base);
    font-weight: bold;
    padding: 0 24px;
    p {
        margin-bottom: 20px;
    }
    .ttl {
        font-size: 32px !important;
        margin-left: 0!important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        @media screen and (max-width: 960px) {
            font-size: 24px !important;
        }
        @media screen and (max-width: 540px) {
            font-size: 18px !important;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }
    }
    svg {
        a {
            fill: #147BC6 !important;
        }
    }
}

.ss-detail-caption {
    position: relative;
    padding-left: 60px;
    margin-bottom: 24px;
    @media screen and (max-width: 540px) {
        padding-left: 30px;
    }
    img {
        position: absolute;
        left: 0;
        top: 0;
        width: 50px;
        margin-right: 5px;
        @media screen and (max-width: 540px) {
            width: 24px;
        }
    }
    div {
        color: red;
        font-size: 28px;
        text-decoration: underline;
        @media screen and (max-width: 960px) {
            font-size: 24px !important;
        }
        @media screen and (max-width: 540px) {
            font-size: 18px !important;
        }
    }
    span {
        color: #000;
        font-size: 16px;
    }
}

.confirmation {
    margin-bottom: 24px;
}

.confirmation-2__text {
    max-width: calc(100% - 32px);
    margin-inline: auto;
    @media screen and (max-width: 540px) {
        max-width: 100%;
    }
}

.reception-box {
    max-width: calc(100% - 32px);
    margin-inline: auto;
    @media screen and (max-width: 540px) {
        max-width: 100%;
    }
    a {
        width: 48%;
        @media screen and (max-width: 540px) {
            width: 100%;
        }
    }
}

.caution-box-wrapper {
    margin-top: 20px;
}

