@charset "utf-8";

#caution {
    background: url(../img/caution/bg.webp) no-repeat center top;
    background-size: cover;
}
#caution_img {
    top: 5px;
}

#compare {
    background: url(../img/compare/bg.webp) no-repeat center top;
    background-size: cover;
}

#issue {
    background: url(../img/issue/bg.webp) no-repeat center top;
    background-size: cover;
    height: 599px;
}

#solution_img {
    margin: -30px 15px 0 15px;
}
#solution h2 {
    border-radius: 12px 12px 0 0;
}

#reason_li01 li, #reason_li02 li {
    width: 308px;
    background: #fff url(../img/reason/bg.webp) no-repeat center top;
}
#reason_li02 li {
    margin: 0 4px;
}

.reason_num {
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: 0 auto
}

#total_li li:first-child::after {
    content: "";
    display: block;
    width: 30px;
    height: 45px;
    background: url(../img/total/arw.svg) no-repeat center top;
    background-size: 30px;
    position: absolute;
    top: 96px;
    right: -30px
}

#service {
    background: url(../img/service/bg.webp) no-repeat center top;
    background-size: cover;
}
#service_li li {
    width: 415px;
    background: #fff;
    box-shadow: 0 0 0 3px #1e3c96 inset;
    padding-bottom: 3px;
}
.service_bln {
    position: absolute;
    bottom: -27px;
    right: -30px;
}

.slick-slide {
    width: 420px;
    margin: 0 10px;
}
.voice_img {
    width: 150px
}
.voice_menu {
    padding: 0 0 0 15px;
    margin-right: -35px
}


#secret {
    background: #fff url(../img/common/wave01.svg) no-repeat center bottom;
    background-size: 2000px;
    position: relative
}

#secret .m_box {
    padding-bottom: 210px
}

#secret_ttl {
    width: 44px
}

#secret_img {
    width: 156px;
    position: absolute;
    right: -15px;
    bottom: -2px;
}

.flow_li li:nth-child(2) {
    margin-top: 20px;
}
.flow_li li:nth-child(2) > img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.flow_li div {
    width: 460px;
}
.flow_li h3 {
    margin-top: 5px;
}
.flow_arw {
    margin-top: -10px;
}

.accordion_ttl {
    cursor: pointer;
    padding: 15px 60px 15px 30px;
    border-radius: 15px 15px 0 0
}

.accordion_ttl.close {
    border-radius: 15px
}

.accordion_ttl::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: 30px;
    background: url(../img/common/icon02.svg) no-repeat center;
    background-size: 20px
}

.accordion_ttl.close::after {
    background: url(../img/common/icon01.svg) no-repeat center;
    background-size: 20px
}

.acordion_info {
    border-radius: 0 0 15px 15px
}

#covid {
    margin: -250px 0 0 0
}

.covid_img {
    width: 246px
}

.faq_info {
    padding: 30px 30px 30px 60px;
    background: #fff url(../img/faq/a.svg) no-repeat 30px 30px;
    background-size: 24px
}

footer {
    background: #333;
    color: #fff
}

footer a {
    color: #fff
}

#conversion {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: -webkit-linear-gradient(top, #ffffff00 0, #fff 100%)
}

#modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100
}

.modal_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: absolute
}

#banner_box {
    position: relative;
    width: 42%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100
}

#modal_close {
    width: 30px;
    position: absolute;
    top: -15px;
    right: -15px
}


@media screen and (min-width:481px) {
    #caution {
        height: 356px;
    }
    
    .slick-slide > p {
        height: 210px;
    }
}
@media screen and (max-width:480px) {

    #banner_box {
        width: 80%
    }

    .voice_menu {
        margin-right: -21px
    }

    .voice_menu.fs22 {
        font-size: 22px
    }


    #area .fs18,
    #flow .fs18 {
        font-size: 26px
    }

    .faq_info {
        background-position: 30px 40px;
        font-size: 26px
    }

    #compare_tbl.fs20 {
        font-size: 22px
    }
    #service_box p {
        font-size: 20px
    }
    
    .slick-slide > p {
        height: 440px;
    }
}