/* ================================
  IR情報 下層ページ
================================ */

/* レイアウトその他共通
-------------------------------- */
.l-contents {
    padding-top: 70px;
}

.l-main {
    padding-bottom: 35px;
}


@media screen and (max-width: 767px) {
    .l-contents {
        padding-top: 0;
        margin-bottom: 37px;
    }

    .l-main {
        padding-bottom: 0;
    }
}


/* サイドバー
-------------------------------- */
.p-page-header {
    padding: 0 10px;
    height: 166px;
    box-sizing: border-box;
}

.p-page-header .p-page-header__title {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: .05em;
    text-align: center;
    margin-bottom: 2px;
}

.p-page-header__sub,
.p-cover__header-sub {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: .1em;
    text-align: center;
}

.p-list__item__sub-menu {
    display: none;
}

.p-list__item>a {
    position: relative;
}

.p-list__item>a .p-list__item___toggle {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    top: calc(50% - 20px);
    right: 5px;
}

.p-list__item>a .p-list__item___toggle::before,
.p-list__item>a .p-list__item___toggle::after {
    content: '';
    position: absolute;
    background-color: #005bac;
    border-radius: 1px;
}

.p-list__item>a .p-list__item___toggle::before {
    top: 35%;
    left: 50%;
    width: 1px;
    height: 30%;
    transform: translateX(-50%);
}

.p-list__item>a .p-list__item___toggle::after {
    top: 50%;
    left: 35%;
    width: 30%;
    height: 1px;
    transform: translateY(-50%);
}

.p-list__item.open-acc>a .p-list__item___toggle::before {
    transform: translateX(0%);
    width: 0px;
}

.p-list__item__sub-menu__item a {
    padding: 0 30px 0 55px;
}

.p-list__item__sub-menu__item a:hover {
    padding: 0 30px 0 65px;
}

.p-global-nav__window {
    display: inline-block;
    width: 11px;
    height: 10px;
    background: url(../img/icn_window_black.png) no-repeat center / contain;
    margin: 0 0 0 7px;
    position: relative;
    top: 1px;
}

.p-list__item__sub-menu__item a:hover .p-global-nav__window {
    background: url(../img/icn_window_blue_2.png) no-repeat center / contain;
}

.p-list__item.open-acc>ul>li>a {
    border-top: none;
}

.p-list__item__sub-menu__item.is-current>a {
    background: #f8f8f8;
}

.p-list__item__sub-menu__item.is-current>a::before {
    content: "";
    width: 6px;
    height: 60px;
    background: #005bac;
    transition: left 0.2s ease;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
}


/* メインビジュアル（Mv）
-------------------------------- */
.l-mv {
    background: url(../img/mv_under.jpg) no-repeat center top / cover;
    display: flex;
    justify-content: space-between;
    padding: 43px 0 49px;
    box-sizing: border-box;
    color: #fff;
}

.l-mv .l-sec-inner {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 6.7%;
}

.l-mv__tit__jp {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .025em;
    color: #fff;
    text-align: center;
    margin-right: .4em;
}

.l-mv__tit__en {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: .05em;
    color: #fff;
    text-align: center;
    position: relative;
    top: -8px;
    padding: 0 27px;
}

.l-mv__tit__en::before,
.l-mv__tit__en::after {
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: calc(50% - -1px);
}

.l-mv__tit__en::before {
    left: 0;
}

.l-mv__tit__en::after {
    right: 0;
}


@media screen and (max-width: 767px) {
    .l-mv {
        background: url(../img/mv_under_sp.jpg) no-repeat center top / cover;
        padding: 39px 0 23px;
    }

    .l-mv .l-sec-inner {
        padding: 0 7%;
    }

    .l-mv__tit__jp {
        font-size: 25.5px;
        display: block;
        line-height: 1;
        margin: 0;
    }

    .l-mv__tit__en {
        font-size: 12.5px;
        display: inline-block;
        padding: 0 10px;
        line-height: 1;
        top: -16px;
    }

    .l-mv__tit__en::before,
    .l-mv__tit__en::after {
        width: 4px;
        height: 1px;
        top: calc(50% - 1px);
    }
}


/* パンくず
-------------------------------- */
.p-breadcrumb {
    height: 95px;
    line-height: 95px;
}

.p-breadcrumb__item {
    position: relative;
    top: -4px;
}

@media screen and (max-width: 1199px) {
    .p-breadcrumb {
        height: 50px;
        line-height: 50px;
    }
}


/* PDF注意事項エリア
-------------------------------- */
.l-news__pdf-area {
    margin: 71px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.l-news__pdf-area__link {
    width: 39px;
    min-width: 39px;
    box-sizing: border-box;
    margin-right: 16px;
    position: relative;
    top: 0;
    display: block;
}

.l-news__pdf-area__link:hover {
    opacity: .7;
}

.l-news__pdf-area__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}


@media (max-width: 767px) {
    .l-news__pdf-area {
        margin: 29px 0 0;
    }

    .l-news__pdf-area__link {
        width: 25px;
        min-width: 25px;
        margin-right: 10px;
        top: -4px;
    }

    .l-news__pdf-area__link:hover {
        opacity: 1;
    }

    .l-news__pdf-area__desc {
        font-size: 10px;
        line-height: 1.36;
    }
}