@charset "UTF-8";
/*Pagetitle*/
#pagetitle {
    width: 100%;
    height: 305px;
    background: url(../img/dx_img/bg_title_sp.png) no-repeat center top;
    background-size: auto;
    background-size: cover;
    padding: 0 20px;
}
#pagetitle h2 img {
    width: 100%;
    height: auto;
    max-width: 200px;
}
#pagetitle h2 {
    display: block;
    text-align: center;
    padding-top: 100px;
}
@media print, screen and (min-width:768px) {
    #pagetitle {
        width: 100%;
        height: 490px;
        margin: 0 auto -30px;
        background: url(../img/dx_img/bg_title.png) no-repeat center top;
    }
    #pagetitle h2 img {
        width: 100%;
        height: auto;
        max-width: 430px;
    }
    #pagetitle h2 {
        padding-top: 140px;
    }
}
#sec01 {
    padding: 0 0 40px;
    overflow: hidden;
}
@media print, screen and (min-width:768px) {
    #sec01 {
        padding: 0 0 70px;
    }
}
