@charset "UTF-8";

#dreco{
    width:100%;
    height:100%;
    background-color:#FCFCEA;
    padding-bottom:240px;
    color:#333;
    line-height:1.4;
}
#dreco .kv{
    width:1100px;
    margin:0 auto 120px;
}
#dreco .kvImg{
    width:100%;
    vertical-align:bottom;
    margin-bottom:40px;
}
#dreco .txp01{
    display:block;
    width:100%;
    line-height:50px;
    padding:0 1em;
    font-size:17px;
    font-weight:500;
    background-color:#fff;
}
#dreco .schedule{
    width:1100px;
    margin:0 auto;
}
.schedule .ttl02{
    font-size:33px;
    font-weight:600;
    background: url("/campaign/kangen_common/_img_bg/h2_schedule.svg") no-repeat left top;
    background-size:85px auto;
    padding:28px 0 40px 0;
}
.schedule .period{
    font-size:17px;
    font-weight:600;
    margin-bottom:20px;
}
.schedule .year{
    font-size:17px;
    font-weight:500;
    color:#666;
    display:block;
    margin-bottom:5px;
}
.schedule .period b{
    font-size:23px;
    font-weight:600;
}
.schedule .ttl03{
    font-size:23px;
    font-weight:600;
    margin-bottom:12px;
}
.schedule .txp02{
    font-size:17px;
    font-weight:500;
    margin-bottom:120px;
}
.schedule .imgBnr{
    width:796px;
    margin:0 auto;
}
.schedule .imgBnr img{
    width:100%;
    vertical-align:bottom;
}




/* --- SP --- */
@media screen and (max-width:768px){

    #dreco{
        padding-bottom:21vw;
    }
    #dreco .kv{
        width:100%;
        margin:0 auto 21vw;
    }
    #dreco .kvImg{
        margin-bottom:4.5vw;
    }
    #dreco .txp01{
        width:92vw;
        margin:0 auto;
        line-height:1.6;
        padding:1em;
        font-size:13px;
        box-sizing:border-box;
        border-radius:8px;
    }
    #dreco .schedule{
        width:92vw;
        margin:0 auto;
    }
    
    .schedule .ttl02{
        font-size:7.2vw;
        background-size:15vw auto;
        padding:5vw 0 10vw 0;
    }
    .schedule .period{
        font-size:3.7vw;
        margin-bottom:4vw;
    }
    .schedule .year{
        font-size:3.6vw;
        margin-bottom:0.3em;
    }
    .schedule .period b{
        font-size:4.6vw;
    }
    .schedule .ttl03{
        font-size:4.6vw;
        margin-bottom:0.3em;
    }
    .schedule .txp02{
        font-size:3.6vw;
        margin-bottom:21vw;
    }
    .schedule .imgBnr{
        width:92vw;
        margin:0 auto;
    }
    




    
}/* SP */