@charset "utf-8";

.cautionBtnList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cautionBtnItem {
    max-width: 250px;
    width: 100%;
}

.cautionBtnLink {
    display: block;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 5px;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
    transition: all .5s;
}

.cautionBtnLink:hover {
    background-color: rgba(255, 255, 255, .5);
    transition: all .5s;
}

.cautionIntroBox {
    margin: 0 0 20px;
}

.cautionStrongTxt {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.cautionWholeMapBox {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 10px;
}

.cautionWholeTxt {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.cautionVipMapBox {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.cautionOtherMapBox {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.cautionAccordionImg {
    margin: 0 0 10px;
}

.cautionPlanImgBox {
    max-width: 360px;
    width: 100%;
    margin: 0 auto 20px;
}

.cautionPlanTxt {
    margin: 0 0 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.cautionPlanStrongTxtBox {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    border: 5px solid #F0EC5F;
}

.cautionPlanStrongTxt {
    color: #F0EC5F;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
}

@media screen and (min-width:768px) {

    .cautionStrongTxt {
        text-align: center;
    }

    .cautionPlanStrongTxt {
    font-size: 20px;
    }

}

@media screen and (min-width:1024px) {

    .cautionWholeTxt {
        font-size: 14px;
    }

    .cautionPlanTxt {
        font-size: 14px;
    }

    .cautionStrongTxt {
        font-size: 16px;
    }

}