/*==================================================
事業紹介→下層ページの装飾
===================================*/
.content_img {
    width: 75%;
    height: 400px;
    margin: 20px 0 0 20px;
}

.articleDetailBody {
    padding: 10px 30px;
}

/* brのonoff */
#pageBodyMain .off {
    display: inline;
}

.heading-typeB {
    font-size: 16px;
    border-left: 5px solid #E3E4D9;
    padding-left: 10px;
    line-height: 1.375;
    margin: 20px 10px 10px 10px;
}

#pageBodyMain .phonesize {
    display: none;
}

.tabletsize {
    display: none;
}

.tabletsize01 {
    display: none;
}

/* ローカルナビ */
#pageBodySub {
    position: relative;
    top: 205px;
    right: 180px;
}

#pageBodySub .localNavi {
    border: 1px solid #333;
    width: 180px;
}

#pageBodySub .localNavi ul li {
    font-size: 14px;
    line-height: 1.429;
    margin-bottom: 12px;
    list-style-type: none;
    /* background-image: url("../img/ico_arrow.jpeg"); */
    background-repeat: no-repeat;
    background-position: 0 8px;
    margin: 20px;
}



@media screen and (max-width:768px) {
    .content_img {
        width: 45%;
        height: 300px;
    }

    .content_sub p {
        font-size: 14px;
    }

    #pageBodyMain .heading-typeB {
        max-width: 60%;
    }

    .tabletsize {
        display: inline;
    }

    .tabletsize01 {
        display: inline;
    }

    .phonesize {
        display: none;
    }

    .on01 {
        display: none;
    }

    .off01 {
        display: none;
    }

    /* ローカルナビ */
    #pageBodySub {
        right: 530px;
    }

    #pageBodySub .localNavi {
        width: 120px;
    }

    #pageBodySub .localNavi ul li {
        font-size: 12px;
        list-style-type: none;
        margin: 10px;
    }
}

@media screen and (max-width:480px) {

    .articleDetailBody {
        padding: 0 10px;
    }


    .heading-typeB {
        font-size: 16px;
    }

    .content_sub {
        margin-bottom: 100px;
    }

    .content_sub p {
        font-size: 12px;
    }

    #pageBodyMain .phonesize {
        display: inline;
    }

    .on01 {
        display: inline;
    }

    .tabletsize01 {
        display: none;
    }

    #pageBodyMain .off {
        display: none;
    }

    .content_img {
        width: 30%;
        height: 200px;
    }

    .botomm_fix {
        min-height: 100vh;
        position: relative;
    }

    .botomm_fix {
        position: absolute;
        bottom: -200px
    }

      /* ローカルナビ行方不明!!要調査 */

    #pageBodySub {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        justify-self: start;
        justify-content: flex-start;
        align-content: first baseline;
    }

    #pageBodySub .localNavi {
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;

        justify-self: start;
        justify-content: flex-start;
        align-content: first baseline;
    }
}