@charset "UTF-8";

@media screen and (max-width: 1024px) {
    #mainContents.specialtyIndex .specialtyIndexBox01 section span.num {
        width: 10%;
    }
    #mainContents.specialty .box03 dd ul li img {
        max-height: 6vw;
    }
}

@media screen and (max-width: 767px) {
    #mainContents.specialtyIndex .specialtyIndexBox01 section span.num {
        width: 15%;
    }
    #mainContents.specialty .table01 table {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    #mainContents.specialty .img01, #mainContents.specialty .img02, #mainContents.specialty .img03, #mainContents.specialty .img04 {
        width: auto;
    }
    #mainContents.specialty .box01 {
        margin-bottom: 0;
    }
    #mainContents.specialty .box01 .img01 {
        width: auto;
        float: none;
        margin-right: 0;
    }
    #mainContents.specialty .box01 .txt01 {
        display: block;
        margin-left: 0;
    }
    #mainContents.specialty .box03 dd ul li img {
        max-height: 10vw;
    }
    #contents #subMenu {
        max-height: inherit;
        overflow-y: visible;
    }
}
