/*
2024/12 各画面で個別に書かれていたものを共通化
*/
.site-footer .pscsec .service>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: initial;
    font-weight: 700;
}

.new-label {
    color: #fff;
    background-color: #ee0000;
}

@media screen and (min-width: 768px) {
    .new-label {
        position: absolute;
        top: -20px;
        right: 0px;
        font-size: 11px;
        font-weight: 400;
        padding: 1px 10px;
    }
}

@media screen and (max-width: 767px) {
    .new-label {
        padding: 0 10px;
        margin: 0 10px;
        background-color: #ee0000;
    }
}

@media (min-width: 751px) {
    .mod-externals .logo-st1 {
        width: 25%;
        margin-bottom: 20px;
    }

    .mod-externals .logo-st2 {
        width: 33% !important;
        padding: 10px 15px !important;
        margin-top: 20px;
    }

    .mod-externals li:nth-of-type(4) img {
        height: 30.3px !important;
    }

    .mod-externals li:nth-of-type(4) .name {
        margin: 42.7px 0 18px !important;
    }

    .logo-st2:nth-of-type(5),
    .logo-st2:nth-of-type(6) {
        border-top: none !important;
        border-bottom: none !important;
    }

    .logo-st2:nth-of-type(6) {
        border-left: 1px solid #ebebeb !important;
    }

    .logo-st2:nth-of-type(5) a {
        border-right: none !important;
    }

    .logo-st2:nth-of-type(6) a {
        padding: 0 !important;
    }

    .logo-st2:nth-of-type(5) img,
    .logo-st2:nth-of-type(6) img {
        float: none !important;
        padding-left: 0 !important;
        margin-top: 0 !important;
    }

    .logo-st2:nth-of-type(5) .name {
        margin: 38px 0 18px !important;
    }

    .mod-externals li:nth-of-type(6) img {
        height: 46px !important;
    }

    .mod-externals li:nth-of-type(6) .name {
        margin: 27px 0 18px !important;
    }

    .logo-st2:nth-of-type(7) .name {
        margin: 25px 0 18px !important;
    }

    .logo-st2:nth-of-type(5) .txt,
    .logo-st2:nth-of-type(6) .txt {
        margin: 0 !important;
    }

    .mod-externals hr {
        background-color: #ebebeb;
        height: 1px;
        border: none;
        width: 960px;
    }

    .mod-externals ul {
        border-bottom: none;
    }
}

@media (max-width: 750px) {
    .mod-externals li:nth-of-type(4) img {
        height: 6.0vw !important;
    }

    .mod-externals li:nth-of-type(4) .name {
        margin: 10.33333vw 0 4.8vw !important;
    }

    .mod-externals li:nth-of-type(6) img {
        height: 9.33333vw !important;
    }

    .mod-externals li:nth-of-type(6) .name {
        margin: 7.6vw 0 4.8vw !important;
    }
}

/*header*/
body {
    font-family: 'Noto Sans JP', sans-serif !important;
}

.underNav .navList {
    color: #333;
}

.underNav .navList .en {
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    header {
        height: 140px !important;
        font-family: 'YakuHanJP_Noto', 'Noto Sans JP', sans-serif;
    }

    header .underNav nav {
        height: auto !important;
    }

    .underNav .navList {
        height: 92px !important;
    }

    .underNav .navList li {
        margin: 0 !important;
    }

    .underNav .navList a {
        display: block;
        text-align: center;
        padding: 30px 16px 0;
        font-weight: 700;
        line-height: 1 !important;
        height: 92px !important;
        position: relative;
    }

    .underNav .navList a:hover {
        background-color: #333;
        color: #fff;
        opacity: 1.0 !important;
        transition: background .26s cubic-bezier(.25, .46, .45, .94);
    }

    .navList .active a:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 20px;
        width: calc(100% - 40px);
        height: 6px;
        background-color: #333;
        box-sizing: content-box;
    }

    .underNav .navList span {
        display: block;

    }

    .underNav .navList .en {
        font-size: 1.4rem;
        margin-top: 10px;

    }

    .underNav .navList .ja {
        font-size: 8.5pt;
        font-weight: normal;
        margin-top: 7px;
    }

    .new-label {
        position: absolute;
        top: -20px;
        right: 0px;
        font-size: 11px;
        font-weight: 400;
        padding: 1px 10px;
    }

}

@media screen and (max-width: 767px) {
    .new-label {
        padding: 0 10px;
        margin: 0 10px;
        background-color: #ee0000;
    }
}

/*footer*/
.site-footer .pscsec .service>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: initial;
    font-weight: 700;
}

@media (min-width: 751px) {
    .mod-externals .logo-st1 {
        width: 25%;
        margin-bottom: 20px;
    }

    .mod-externals .logo-st2 {
        width: 33% !important;
        padding: 10px 15px !important;
        margin-top: 20px;
    }

    .mod-externals li:nth-of-type(4) img {
        height: 30.3px !important;
    }

    .mod-externals li:nth-of-type(4) .name {
        margin: 42.7px 0 18px !important;
    }

    .logo-st2:nth-of-type(5),
    .logo-st2:nth-of-type(6) {
        border-top: none !important;
        border-bottom: none !important;
    }

    .logo-st2:nth-of-type(6) {
        border-left: 1px solid #ebebeb !important;
    }

    .logo-st2:nth-of-type(5) a {
        border-right: none !important;
    }

    .logo-st2:nth-of-type(6) a {
        padding: 0 !important;
    }

    .logo-st2:nth-of-type(5) img,
    .logo-st2:nth-of-type(6) img {
        float: none !important;
        padding-left: 0 !important;
        margin-top: 0 !important;
    }

    .logo-st2:nth-of-type(5) .name {
        margin: 38px 0 18px !important;
    }

    .mod-externals li:nth-of-type(6) img {
        height: 46px !important;
    }

    .mod-externals li:nth-of-type(6) .name {
        margin: 27px 0 18px !important;
    }

    .logo-st2:nth-of-type(7) .name {
        margin: 25px 0 18px !important;
    }

    .logo-st2:nth-of-type(5) .txt,
    .logo-st2:nth-of-type(6) .txt {
        margin: 0 !important;
    }

    .mod-externals hr {
        background-color: #ebebeb;
        height: 1px;
        border: none;
        width: 960px;
    }

    .mod-externals ul {
        border-bottom: none;
    }

    .site-footer .psc .txt {
        margin-bottom: 186px !important;
    }

    /*common style*/
    .site-footer .pscsec .contacts ul li {
        width: calc(25% - 12px);
    }

    footer.site-footer .inner .contacts ul.compNavList {
        justify-content: flex-start !important;
    }
}

@media (max-width: 750px) {
    .mod-externals li:nth-of-type(4) img {
        height: 6.0vw !important;
    }

    .mod-externals li:nth-of-type(4) .name {
        margin: 10.33333vw 0 4.8vw !important;
    }

    .mod-externals li:nth-of-type(6) img {
        height: 9.33333vw !important;
    }

    .mod-externals li:nth-of-type(6) .name {
        margin: 7.6vw 0 4.8vw !important;
    }
}