/* responsive */
@media screen and (max-width: 750px) {

    /* topicPathArea */
    .topicPathArea .topicPathBtn {
        width: auto;
        gap: 10px;
    }
    .topicPathArea .topicPathBtn li {
        flex: 1;
    }
    .topicPathArea .topicPathBtn li a {
        width: 100%;
        min-width: auto;
        height: 100%;
        padding: 6px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    /* bgTitleAreaType1 */
    .bgTitleAreaType1 .col1of3,
    .bgTitleAreaType1 .col2of3,
    .bgTitleAreaType1 .col1of4,
    .bgTitleAreaType1 .col2of4,
    .bgTitleAreaType1 .col3of4 {
        float: none;
        width: 100%;
    }
    .bgTitleAreaType1 .col2of3 {
        margin-bottom: 12px;
    }
    .bgTitleAreaType1 .btns.h2AreaBtn,
    .bgTitleAreaType1 .btns.h2AreaBtn li {
        margin: 0;
    }
    .bgTitleAreaType1 .btns.h2AreaBtn li {
        margin-bottom: 12px;
    }

    /* figure */
    #content img {
        width: 100%;
        height: auto;
    }
    #content figure.imgArea {
        padding: 0;
        margin: 0 0 20px;
    }
    #content figure.imgArea img {
        padding: 0;
    }

    /* boxType1 */
    #content .boxType1 {
        margin: -20px -20px 0;
        padding: 20px;
    }
    #content .boxType1 .ttl {
        margin: 0;
    }
    #content .boxType1 .row {
        display: flex;
        flex-direction: column;
    }
    #content .boxType1 .row .col {
        width: 100%;
    }
    #content .boxType1 .asBtnType3 {
        margin: 0 0 20px;
    }
    #content .boxType1 ul.itemLinks {
        margin-bottom: 0;
    }

    /* boxType4 */
    #content .boxType4 {
        margin: 0;
        padding: 20px;
    }
    #content .boxType4 .ttl {
        margin: 0;
    }
    #content .boxType4 .row,
    #content .boxType4 .rowBtm {
        display: flex;
        flex-direction: column;
    }
    #content .boxType4 .rowBtm {
        padding: 30px 0 0;
    }
    #content .boxType4 .row .col,
    #content .boxType4 .rowBtm .col {
        width: 100%;
        padding: 0;
        margin-left: 0;
    }
    #content .boxType4 .asBtnType3 {
        margin: 0 0 20px;
    }
    #content .boxType4 ul.itemLinks {
        margin-bottom: 0;
    }
    #content .boxType4 .rowBtm .col .tel span {
        font-size: 250%;
    }
    #content .boxType4 .txt {
        margin-bottom: 10px;
        text-align: center;
    }
    #content .boxType4 .time {
        white-space: normal;
    }


}