/* ヘッダー上下位置調整 */
@media screen and (min-width: 1367px){
    body .parts190-195_header1 .container-fluid.position-relative,body .parts190-195_header1 a.navbar-brand{
        align-items:center!important;
    }
    body .parts190-195_header1 a.navbar-brand h1{
        margin-bottom:0rem!important;
    }
}
@media screen and (max-width: 1366px){
    .parts190-195_header1 h1{
        margin-bottom:0rem!important;
    }
}

/* フッター調整 */
@media screen and (min-width: 1367px){
.parts34_footer .conpanyinfo-area .conpanyinfo-right ul.menu-list{
    display:flex!important;
}
.parts34_footer .conpanyinfo-area .conpanyinfo-right ul.menu-list li{
    margin-right:15px!important;
}
}

/* お問い合わせアイコン */
.parts34_footer .contactbox-area .col:last-child > span.Btn-Text:hover{
    fill:#ffffff!important;
}

/* ヘッダーナビ */
.parts190-195_header1 nav.menulist li.nav-item::after{
    background-color:#1e90ff!important;
}


/* トップページ */
@media screen and (max-width: 520px){
.parts255-257_img_wrap .img_wrap h2.h2-img-left{
    max-width:revert!important;
}
}