@charset "utf-8";
/* ページ調整 */
.tokusetu_conts {
    max-width: 1000px;
    width: 100%;
}
.conts_info_box {
    max-width: 1000px;
    width: 100%;
    background: transparent;
    padding: 10px 0;
}

/* custom */
.tokusetu_conts.hrev .pc { display: block; }
.tokusetu_conts.hrev .sp { display: none; }
.hrev * {
    box-sizing: border-box;
}
.hrev img {
    max-width: 100%;
}
.hrev {

}
.hrev-mv {
    background-size: 100% auto;
    margin-bottom: 40px;
}
.hrev-mv-img {
    width: 100%;
    margin-bottom: 60px;
}
.hrev-mv-img img {
    width: 100%;
}
.hrev-mv-txt {
    color: #504c4c;
    text-align: center;
    font-size: clamp(26px, 3.4vw, 30px);
    margin-top: 30px;
    padding-bottom: 40px;
    font-weight: 600;
}
.hrev-mv-txt .ttl {
    font-size: 120%;
    margin-bottom: 1em;
    font-weight: 700;
}
.hrev-mv-txt .txt {
    line-height: 1.4;
}
.hrev-conts {
    
}
.hrev-conts .img_frame {
    display: block;
}
.hrev-conts .img_frame img {
    display: block;
    width: 100%;
}
.hrev-conts-caution {
    width: 90%;
    margin: 70px auto;
    border: 2px solid #959595;
    padding: 35px 20px 50px;
    border-radius: 20px;
}
.hrev-conts-caution .caution_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}
.hrev-conts-caution .caution_ttl .icon-caution {
    display: block;
    aspect-ratio: 58 / 52;
}
.hrev-conts-caution .caution_ttl .caution_ttl_txt {
    color: #ec6941;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 5px;
}
.hrev-conts-caution .caution_list {

}
.hrev-conts-caution .caution_list li {
    position: relative;
    padding-left: 1.1em;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
}
.hrev-conts-caution .caution_list li::before {
    position: absolute;
    top: 0;
    left: 0;
}
.hrev-conts-caution .caution_list li.list-dot {

}
.hrev-conts-caution .caution_list li.list-dot::before {
    content: "・";
}
.hrev-conts-caution .caution_list li.list-kome {

}
.hrev-conts-caution .caution_list li.list-kome::before {
    content: "※";
}
.hrev-btm {
    margin-top: 40px;
    margin-bottom: 60px;
}
.hrev-btm img {

}
@media screen and (max-width: 768px) {
    .tokusetu_conts.hrev .pc { display: none; }
    .tokusetu_conts.hrev .sp { display: block; }
    .hrev-mv-img {
        margin-bottom: 8vw;
    }
    .hrev-mv-txt .ttl {
        margin-bottom: 15px;
    }
    .hrev-mv-txt .txt {
        line-height: 1.3;
    }
    .conts_info_box {
        padding: 8px 0;
        padding-top: 18px;
    }    
    .hrev-mv-txt {
        font-size: 3.3vw;
        padding-bottom: 5vw;
    }
    .hrev-mv {
        margin-bottom: 4vw;
    }
    .hrev-conts-caution {
        width: 94%;
        padding: 7vw 3vw;
        margin: 12vw auto;
    }
    .hrev-conts-caution .caution_ttl {
        margin-bottom: 6vw;
    }
    .hrev-conts-caution .caution_ttl .caution_ttl_txt {
        font-size: 6vw;
    }
    .hrev-conts-caution .caution_ttl .icon-caution {
        max-width: 58px;
        width: 8.5vw;
    }
    .hrev-conts-caution .caution_list li {
        line-height: 1.6;
        font-size: 3.6vw;
    }
    .comp-btm {
        margin-top: 4vw;
        margin-bottom: 6vw;
    }
    
}