@charset "UTF-8";

/* header 打ち消し用 */
.l-header,
.l-footer {
    font-family:Arial,Roboto,Droid Sans,"メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,sans-serif!important;
    letter-spacing: 0px;
}
.l-header__siteTitle a {
    position: relative;
    top: 6px;
}
.l-header__utility__item:last-child {
    display: none!important;
}
.l-gnav__parent>li {
    font-size: 13px;
    font-family:Arial,Roboto,Droid Sans,"メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,sans-serif!important;
    line-height: 1.3;
}

@media screen and (max-width: 1000px) {
    #pagetop {
        margin-top: 47px;
    }
    .l-header__logoSp {
        top: 20px;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.6;
    }
    .l-header__logoSp >a img {
        max-width: inherit;
    }
    .l-gnav__parent>li.engMenu {
        display: none!important;
    }
    .l-gnav {
        border-bottom: inherit!important;
    }
    section[id] {
        scroll-margin-top: 80px; /* Gナビの高さに合わせて調整 */
    }
}
@media screen and (max-width: 767px) {
    .l-gnav {
        padding: 0!important;
        border-top: inherit!important;
    }
    .l-header__logoSp {
        top: 10px;
    }
    .m-hero {
        margin-top: 0!important;
    }
}

/* LP コンテンツの調整 */

.p-section-nav-link {
    border: 1px solid #0F4283;
}
.p-section-nav-link:hover {
    background-color: #fff!important;
    border: 1px solid #0F4283;
    color: #005ED2;
}
.p-section-nav-link:hover::after {
    border-top: 0.2rem solid #0F4283;
    border-right: 0.2rem solid #0F4283;
}

@media screen and (max-width: 767px) {
    #section5 .l-content {
        margin: 0;
        padding: 0 5.3333333333vw;
    }
}
