html {
    width: 100%;
    height: 100%;
    color: #101010;
    font-size: 62.5%;
    font-weight: 300;
    font-family: 'IBM Plex Sans JP', sans-serif;
    background-color: #fff;
}

body {
    font-size: 1.6rem;
}

img {
    /*width: auto;
    height: auto;*/
    max-width: 100%;
    max-height: 100%;
}

.wrapper {
    overflow: hidden;
}

.content {
    margin-left: 240px;
}

.container {
    box-sizing: border-box;
    max-width: 1060px;
    padding: 0 30px;
    margin: 0 auto;
}

p {
    font-size: 1.6rem;
    line-height: 1.7
}

a {
    cursor: pointer !important;
}

@media screen and (max-width: 1200px) {
    .content {
        padding-top: 60px;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1.5rem;
    }

    p {
        font-size: 1.5rem
    }
}

/*===================================================================================*/
/*  共通非表示                                                    */
/*===================================================================================*/
.pc-view {
    display: block
}

.sp-view {
    display: none
}

@media only screen and (max-width: 767px) {
    .pc-view {
        display: none;
    }

    .sp-view {
        display: block;
    }
}

/*===================================================================================*/
/*  Style Set                                                    */
/*===================================================================================*/

.nowrap {
    white-space: nowrap !important
}

.nomargin {
    margin: 0 !important
}

.margin10 {
    margin: 10px; !important
}

.ml-0 {
    margin-left: 0 !important
}

.ml-10 {
    margin-left: 10px !important
}

.ml-20 {
    margin-left: 20px !important
}

.ml-30 {
    margin-left: 30px !important
}

.ml-40 {
    margin-left: 40px !important
}

.ml-50 {
    margin-left: 50px !important
}

.mr-0 {
    margin-right: 0 !important
}

.mr-5 {
    margin-right: 5px !important
}

.mr-10 {
    margin-right: 10px !important
}

.mr-20 {
    margin-right: 20px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mr-40 {
    margin-right: 40px !important
}

.mr-50 {
    margin-right: 50px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-35 {
    margin-bottom: 35px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-45 {
    margin-bottom: 45px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-55 {
    margin-bottom: 55px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-65 {
    margin-bottom: 65px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.mb-110 {
    margin-bottom: 110px !important
}

.mb-120 {
    margin-bottom: 120px !important
}

.mb-130 {
    margin-bottom: 130px !important
}

.mb-140 {
    margin-bottom: 140px !important
}

.mb-150 {
    margin-bottom: 150px !important
}

.mb-160 {
    margin-bottom: 160px !important
}

.mb-170 {
    margin-bottom: 170px !important
}

.mb-180 {
    margin-bottom: 180px !important
}

.mb-190 {
    margin-bottom: 190px !important
}

.mb-200 {
    margin-bottom: 200px !important
}

.mb-210 {
    margin-bottom: 210px !important
}

.pt-0 {
    padding-top: 0 !important
}

.mt--10 {
    margin-top: -10px !important
}

.mt--15 {
    margin-top: -15px !important
}

.mt--20 {
    margin-top: -20px !important
}


.mt-0 {
    margin-top: 0 !important
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-35 {
    margin-top: 35px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-45 {
    margin-top: 45px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-55 {
    margin-top: 55px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-65 {
    margin-top: 65px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mt-90 {
    margin-top: 90px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mt-110 {
    margin-top: 110px !important
}

.mt-120 {
    margin-top: 120px !important
}

.mt-130 {
    margin-top: 130px !important
}

.mt-140 {
    margin-top: 140px !important
}

.mt-150 {
    margin-top: 150px !important
}

.mt-160 {
    margin-top: 160px !important
}

.mt-170 {
    margin-top: 170px !important
}

.mt-180 {
    margin-top: 180px !important
}

.mt-190 {
    margin-top: 190px !important
}

.mt-200 {
    margin-top: 200px !important
}

.mt-210 {
    margin-top: 210px !important
}

/* ---------------------------------------------
*   Header
--------------------------------------------- */
.header {
    display: flex;
    flex-direction: column;
    width: 240px;
    background-color: #7B0132;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.header::-webkit-scrollbar {
    display: none;
}

.header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    min-height: 250px;
    margin: 0;
    background-color: #9B003F;
}

.header__logo img {
    width: 185px;
}

.header__logo-img--sp {
    display: none;
}

.header-copyright {
    color: #fff;
    font-size: 1.3rem;
    padding: 15px;
    margin: 60px 0 0;
}

@media screen and (max-width: 1200px) {
    .header {
        flex-direction: row;
        align-items: center;
        width: auto;
        height: 60px;
        padding: 0 15px;
        background-color: #9B003F;
        position: fixed;
        bottom: auto;
        right: 0;
        overflow: hidden;
    }

    .header__logo {
        height: auto;
        background: none;
        min-height: 0;
    }

    .header__logo img {
        width: auto;
        height: 37px;
    }

    .header__logo-img--sp {
        display: inline-block;
    }

    .header__logo-img--pc {
        display: none;
    }

    .header-copyright {
        display: none;
    }
}


/* ---------------------------------------------
*   Global Nav
--------------------------------------------- */
.gnav {
    color: #fff;
    margin-bottom: auto;
}

.gnav::-webkit-scrollbar {
    display: none;
}

.gnav-menu {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
}

.gnav-menu-label {
    display: block;
    color: inherit;
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 0 10px 40px;
    cursor: pointer;
}

.gnav-nested-menu-container {
    height: 0;
    background-color: #650029;
    overflow: hidden;
    transition: height 0.3s;
}

.gnav-nested-menu {
    list-style: none;
    padding: 25px 0;
    margin: 0;
}

.gnav-nested-menu__item a {
    display: block;
    color: inherit;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 0 10px 50px;
    position: relative;
    z-index: 0;
}

.gnav-nested-menu__item a::before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background-image: url(../img/common/icon_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 14px;
    left: 30px;
}

.gnav-btn-list {
    list-style: none;
    padding: 0 40px 0 35px;
    margin: 25px 0 0;
}

.gnav-btn-list__item + .gnav-btn-list__item {
    margin-top: 20px;
}

.gnav-btn {
    color: #7B0132;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    display: flex;
    min-width: 0;
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    padding: 11px 10px 10px;
    text-decoration: none;
    transition: opacity 0.25s;
}

.gnav-btn:hover {
    opacity: 0.7;
}

.gnav-btn::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/common/icon_arrow_circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -1.5px;
    margin-right: 5px;
}

.gnav-btn--sitemap {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    display: flex;
    min-width: 0;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 10px 10px 9px 17px;
    text-decoration: none;
    transition: background-color 0.25s;
}

.gnav-btn--sitemap:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.gnav-btn--sitemap::before {
    content: '';
    display: block;
    width: 22.5px;
    height: 18px;
    background-image: url(../img/common/icon_sitemap.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -1.5px;
    margin-right: 7px;
}

.gnav-toggle {
    display: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    background: none;
    appearance: none;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.gnav-toggle.is-active {
    position: fixed;
}

.gnav-toggle-inner {
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -1.5px;
    transform-origin: center center;
    transition: background-color 0s 0.15s;
}

.gnav-toggle-inner,
.gnav-toggle-inner::before,
.gnav-toggle-inner::after {
    content: '';
    display: block;
    width: 28px;
    height: 3px;
    background-color: #fff;
    position: absolute;
}

.gnav-toggle-inner::before {
    top: -8px;
    transition: top 0.15s 0.15s, transform 0.15s 0s;
}

.gnav-toggle-inner::after {
    bottom: -8px;
    transition: bottom 0.15s 0.15s, transform 0.15s 0s;
}

.gnav-toggle.is-active .gnav-toggle-inner {
    background-color: transparent;
    transition: background-color 0s 0.15s;
}

.gnav-toggle.is-active .gnav-toggle-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.15s 0s, transform 0.15s 0.15s;
}

.gnav-toggle.is-active .gnav-toggle-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.15s 0s, transform 0.15s 0.15s;
}

@media screen and (max-width: 1200px) {
    .gnav {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: calc(100% - 60px);
        background-color: #7B0132;
        margin: 0;
        opacity: 0;
        overflow: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
        transition: opacity 0.3s, bottom 0.3s;
    }

    .gnav.is-active {
        bottom: 0;
        opacity: 1;
    }

    .gnav-menu {
        margin: 0;
    }

    .gnav-menu__item {
        border-bottom: 1px solid #fff;
    }

    .gnav-menu-label {
        padding: 15px 20px;
        position: relative;
        z-index: 0;
    }


    span.gnav-menu-label::before,
    span.gnav-menu-label::after {
        content: '';
        display: block;
        width: 15px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -1px;
    }

    span.gnav-menu-label::after {
        transform: rotate(90deg);
    }

    .gnav-menu__item.is-active span.gnav-menu-label::after {
        display: none;
    }

    .gnav-nested-menu {
        padding: 10px 0;
    }

    .gnav-btn-list {
        display: flex;
        flex-wrap: wrap;
        padding: 30px 22.5px 60px;
        margin: 0;
    }

    .gnav-btn-list__item {
        flex: 0 0 50%;
        padding: 0 7.5px;
    }

    .gnav-btn-list__item + .gnav-btn-list__item {
        margin-top: 15px;
    }

    .gnav-btn-list__item:nth-child(-n+2) {
        margin-top: 0;
    }

    .gnav-btn {
        font-size: 1.5rem;
    }

    .gnav-btn--sitemap {
        font-size: 1.5rem;
        padding: 10px 10px 9px 17px;
    }

    .gnav-btn--sitemap::before {
        width: 20px;
        height: 18px;
        margin-right: 5px;
    }

    .gnav-toggle {
        display: block;
        position: fixed;
    }
}


/* ---------------------------------------------
*   Footer
--------------------------------------------- */
.footer {
    color: #fff;
    background-color: #40081F;
    padding: 80px 0 60px;
}

.footer-inner {
    display: flex;
    min-width: 0;
}

.footer-left {
    flex: 0 0 auto;
}

.footer-right {
    flex: 1 1 auto;
    margin-left: 6.5%;
}

.footer__logo {
    margin: 0 0 35px;
}

.footer__logo img {
    width: 185px;
}

.footer__address {
    line-height: 1.785;
}

.footer__tel {
    line-height: 1.785;
}

.footer__tel a {
    color: inherit;
    text-decoration: none;
}

.footer-menu {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu--top {
    height: 450px;
    border-bottom: 1px dotted #fff;
    margin: 0 0 35px;
}

.footer-menu--bottom {
    height: 185px;
}

.footer-menu__item {
    width: 200px;
    margin-bottom: 20px;
    margin-right: 30px;
}

.footer-menu-label {
    color: inherit;
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.25s;
}

p.footer-menu-label {
    margin: 0
}

p.footer-menu-label:hover {
    opacity: 1
}

.footer-menu-label:hover {
    opacity: 0.7;
}

.footer-nested-menu-label--bold {
    font-weight: 600;
}

.footer-nested-menu {
    font-size: 1.3rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nested-menu__item {
    margin-top: 10px;
}

.footer-nested-menu-label {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    padding-left: 1em;
    position: relative;
    z-index: 0;
    transition: opacity 0.25s;
}

.footer-nested-menu-label:hover {
    opacity: 0.7;
}

.footer-nested-menu-label::before {
    content: '- ';
    position: absolute;
    left: 0;
}

.footer-nested-menu__item .footer-nested-menu {
    padding-left: 5px;
}

.footer-nested-menu__item .footer-nested-menu .footer-nested-menu-label {
    padding-left: 1em;
}

.footer-nested-menu__item .footer-nested-menu .footer-nested-menu-label::before {
    content: '・'
}

.footer-copyright {
    color: #fff;
    font-size: 1.3rem;
    background-color: #7B0132;
    text-align: center;
    margin: 10px 0 0;
    padding: 10px 0;
}


@media screen and (max-width: 1200px) {
    .footer {
        padding: 40px 0 0;
    }

    .footer__logo {
        margin: 0 0 15px;
    }

    .footer-inner {
        flex-direction: column;
        align-items: center;
    }

    .footer-left {
        padding-bottom: 20px
    }

    .footer-right {
        display: none;
    }

    .footer-menu {
        display: block;
        padding-top: 20px;
        border-top: 1px dotted #fff;
    }

    .footer-menu--top {
        height: auto;
        border-bottom: none;
        margin: 0 0 20px;
    }

    .footer-menu--bottom {
        height: auto;
    }
}


/* ---------------------------------------------
*   Top
--------------------------------------------- */
.main-visual {
    position: relative;
    z-index: 0;
}

.main-visual-img {
    width: 100%;
    vertical-align: bottom;
}

.main-visual-overlay {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main-visual-copy {
    color: #fff;
    font-size: 5.3rem;
}

.main-visual-copy-line {
    width: 250px;
    padding: 15px 0;
    line-height: 1;
    background-color: #7b0231;
    text-align: center;
}

.main-visual-copy-line + .main-visual-copy-line {
    margin-top: 20px;
}

.main-visual-copy-line img {
    height: 50px;
    vertical-align: bottom;
}

.top-menu-container {
    padding: 40px 0;
    background-image: url(../img/top/top_menu_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.top-menu {
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
    list-style: none;
    padding: 0;
    margin: 0 -18px;
}

.top-menu__item {
    flex: 0 0 33.333%;
    padding: 0 18px;
    margin-top: 20px;
    box-sizing: border-box;
}

.top-menu__item:nth-child(-n+3) {
    margin-top: 0;
}

.top-menu-link {
    color: inherit;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.25s;
}

.top-menu-link:hover {
    opacity: 0.7;
}

.top-menu-link__icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #7B0132;
    position: relative;
    z-index: 10;
}

.top-menu-link__icon img {
    width: 100%;
    height: 100%;
}

.top-menu-link__text {
    display: flex;
    min-height: 65px;
    font-size: 1.6rem;
    font-weight: 600;
    flex: 1 1 auto;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    margin-left: -32.5px;
}


@media screen and (max-width: 767px) {
    .main-visual-overlay {
        padding: 15px;
    }

    .main-visual-copy {
        color: #fff;
        font-size: 2.5rem;
    }

    .main-visual-copy-line {
        width: 120px;
        padding: 8px 0;
    }

    .main-visual-copy-line + .main-visual-copy-line {
        margin-top: 10px;
    }

    .main-visual-copy-line img {
        height: 24px;
    }

    .top-menu-container {
        padding: 0;
        background-image: none;
        background-color: #7B0132;
    }

    .top-menu-container .container {
        padding: 0;
    }

    .top-menu {
        padding: 0;
        margin: 0;
    }

    .top-menu__item {
        flex: 1 1 auto;
        padding: 0;
        margin-top: 0;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .top-menu__item:nth-child(-n+2) {
        border-top: none;
    }

    .top-menu__item.with-icon--sp {
        flex: 0 0 50%;
    }

    .top-menu__item.with-icon--sp:nth-child(even) {
        border-right: none;
    }

    .top-menu__item:not(.with-icon--sp):last-child {
        border-right: none;
    }

    .top-menu-link {
        color: #fff;
    }

    .top-menu-link__icon {
        width: 35px;
        height: 35px;
        border-radius: 0;
        background: none;
        margin-right: 5px;
    }

    .top-menu__item:not(.with-icon--sp) .top-menu-link__icon {
        display: none;
    }

    .top-menu-link__text {
        flex: 1 1 auto;
        min-height: auto;
        font-size: 1.3rem;
        background: none;
        justify-content: flex-start;
        margin-left: 0;
        padding: 8px 0;
    }

    .top-menu__item:not(.with-icon--sp) .top-menu-link__text {
        justify-content: center;
    }
}


/* ---------------------------------------------
*   Topic
--------------------------------------------- */
.topic-sec {
    padding: 90px 0 70px;
}

.topic-sec-title {
    margin: 0 0 25px;
}

.topic-sec-title img {
    height: 34px;
    vertical-align: bottom;
}

.topic-slider {
    padding: 0 23px;
    margin: 0 -23px 55px;
}

.topic-slider .swiper-button-prev,
.topic-slider .swiper-button-next {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #7B0132;
    top: 50%;
    margin-top: -22.25px;
}

.topic-slider .swiper-button-prev {
    left: 0;
}

.topic-slider .swiper-button-next {
    right: 0;
}

.topic-slider .swiper-button-prev::after,
.topic-slider .swiper-button-next::after {
    content: '';
    display: block;
    width: 14px;
    height: 24px;
    background-image: url(../img/common/slider_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.topic-slider .swiper-button-next::after {
    transform: rotate(180deg);
}

.topic-card {
    color: inherit;
    display: block;
    background-color: #F4F4F4;
    text-decoration: none;
    position: relative;
    z-index: 0;
    transition: opacity 0.25s;
}

.topic-card:hover {
    opacity: 0.7;
}

.topic-card-botom {
    padding: 15px;
}

.topic-card__img {
    padding-top: 66.66%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.topic-card__tag-container {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.topic-card__category {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1;
    padding: 7px 6px 6px;
    position: absolute;
    top: 0;
    left: 0;
}

.topic-card__category--blue {
    background-color: #3425AA;
}

.topic-card__category--purple {
    background-color: #A05A8D;
}

.topic-card__category--green {
    background-color: #64954A;
}

.topic-card__title {
    font-size: 1.5rem;
    font-weight: 600;
    min-height: 3em;
    margin: 0 0 5px;
}

.topic-card__updated-at {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.53;
    text-align: right;
}

.topic-tab-menu {
    display: flex;
    min-width: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.topic-tab-menu__item {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    flex: 0 0 220px;
    text-align: center;
    padding: 9px 0;
    background-color: #4E2133;
    cursor: pointer;
}

.topic-tab-menu__item.is-active {
    background-color: #9B003F;
}

.topic-tab-menu__item + .topic-tab-menu__item {
    margin-left: 5px;
}

.topic-tab-menu-content:not(.is-active) {
    display: none;
}

.topic-list__item:nth-child(odd) {
    background-color: #F2F2F2;
}

.topic-list__item:nth-child(even) {
    background-color: #fff;
}

.topic {
    display: flex;
    align-items: flex-start;
    padding: 15px 13px;
}

.topic__date {
    flex: 0 0 110px;
    margin: 2px 0 0;
}

.topic__category {
    color: #fff;
    font-size: 1.3rem;
    flex: 0 0 112px;
    padding: 4px 0 3px;
    margin-right: 20px;
    text-align: center;
}

.topic__category a {
    color: #fff;
    text-decoration: none;
}

.topic__category--purple {
    background-color: #A05A8D;
}

.topic__category--violet {
    background-color: #847AB4;
}

.topic__category--amethyst {
    background-color: #A07AB4;
}

.topic__title {
    flex: 1 1 auto;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 2px 0 0;
}

.topic__title a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.25s;
}

.topic__title a:hover {
    opacity: 0.7;
}

.topic-list-more-container {
    text-align: right;
    margin: 35px 0 0;
}

.topic-list-more {
    display: inline-block;
    color: #3C50A2;
    font-size: 1.5rem;
    font-weight: 600;
    border: 1px solid #707070;
    border-radius: 20px / 50%;
    padding: 10px 20px;
    text-decoration: none;
}

.topic-list-more::before {
    content: '→ ';
}

@media screen and (max-width: 767px) {
    .topic-sec {
        padding: 40px 0;
    }

    .topic-sec-title {
        margin: 0 0 20px;
        padding: 0 5px;
    }

    .topic-sec-title img {
        height: 22px;
        vertical-align: bottom;
    }

    .topic-slider {
        padding: 0 10px;
        margin: 0 -5px 40px;
    }

    .topic-slider .swiper-button-prev,
    .topic-slider .swiper-button-next {
        display: flex;
        width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border: 1px solid #7B0132;
        top: 50%;
        margin-top: -40px;
    }

    .topic-slider .swiper-button-prev::after,
    .topic-slider .swiper-button-next::after {
        width: 9px;
        height: 16px;
    }

    .topic-card__title {
        font-size: 1.4rem;
    }

    .topic-list-container {
        margin: 0 -15px;
    }

    .topic-tab-menu__item {
        font-size: 1.4rem;
        flex: 0 0 auto;
        padding: 12px 12px;
    }

    .topic {
        flex-wrap: wrap;
        align-items: center;
        padding: 12px 10px 8px;
    }

    .topic__date {
        flex: 0 0 95px;
        margin: 0;
    }

    .topic__category {
        font-size: 1.2rem;
        flex: 0 0 96px;
        padding: 3px 0 1px;
        margin-right: 0;
    }

    .topic__title {
        flex: 0 0 100%;
        margin: 7px 0 0;
    }

    .topic-list-more-container {
        text-align: right;
        margin: 20px 0 0;
        padding: 0 15px;
    }

    .topic-list-more {
        padding: 8px 20px 6px;
    }
}

/* ---------------------------------------------
*   Topic --下階層
--------------------------------------------- */

.ud_topics_list {
    border-top: 1px dotted gray;
}

.ud_topics_list p {
    margin: 0 !important
}

.ud_topics_list .topic {
    padding: 15px 10px 11px;
}

.ud_topics_list .topic-list__item {
    border-bottom: 1px dotted gray
}

.ud_topics_list .topic-list__item a {
    font-weight: 600
}

.ud_topics_list .topic__date {
    flex: 0 0 140px;
    margin: 2px 0 0;
}

@media screen and (max-width: 767px) {
    .ud_topics_list .topic {
        padding: 10px 10px 7px;
    }

}

/* ---------------------------------------------
*   Image Section
--------------------------------------------- */
.top-img-sec {
    padding-top: 26.66%;
    background-image: url(../img/top/sec_bg_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 767px) {
    .top-img-sec {
        padding-top: 48%;
        background-image: url(../img/top/sec_bg_sp.jpg);
    }
}


/* ---------------------------------------------
*   Map
--------------------------------------------- */
.map-sec {
  position: relative  
}

.map-sec iframe {
    height: 350px;
}

.map-sec .link-map {
    background-color: #9B003F;
    position: absolute;
    display: inline-block;
    right:0;
    bottom:0;   
}

.map-sec .link-map a {
    color:#fff;
    text-decoration: none;
    display: block;
    padding: 20px 25px 15px
}

.map-sec .link-map a:hover {
    background-color: #5f0428
}

.map-sec .link-map a:before {
    content: "▶︎";
    margin-right: 4px
}
@media screen and (max-width: 767px) {

.map-sec iframe {
    height: 280px;
}

.map-sec .link-map a {
    padding: 18px 15px 15px;
    font-size: 1.4rem
}

}

/* ---------------------------------------------
*   Utility
--------------------------------------------- */
@media screen and (max-width: 767px) {
    .hidden-sp {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .hidden-pc {
        display: none !important;
    }
}


/* ---------------------------------------------
*   下階層
--------------------------------------------- */

.ud-ttl-wrap {
    background-color: #dedded;
    height: 250px;
    display: flex;
    justify-content: center;
    color: #fff;
    position: relative;
}

.ud-ttl-wrap::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.ud-ttl-wrap h2 {
    font-size: 3.6rem;
    letter-spacing: .08em;
    font-weight: normal;
    position: absolute;
    text-align: center;
    margin: 0;
}

.ud-ttl-wrap h2 span {
    font-size: 1.8rem;
    display: block
}

.ud-ttl-wrap .container {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.ud-main_contents {
    padding: 70px 0 70px
}

.ud-main_contents p {
    margin-top: 0
}

.ud_h3_st {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0 0 35px;
    position: relative;
    border-bottom: 5px solid #ddd;
    padding: 0 0 8px;
}

.ud_h3_st:before {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 15%;
    height: 5px;
    content: '';
    background: #8191d3;
}

.smb-btn__label {
    color:#fff !important;
}

@media screen and (max-width: 767px) {

    .ud-ttl-wrap {
        height: 140px;
    }

    .ud-ttl-wrap h2 {
        font-size: 2rem;
        letter-spacing: .08em;
    }

    .ud-ttl-wrap h2 span {
        font-size: 1.4rem;
    }

    #ud-contents .container {
        padding: 0 15px
    }

    .ud-main_contents {
        padding: 40px 0 35px
    }

    .ud-main_contents p {
        margin-top: 0
    }

    .ud_h3_st {
        font-size: 2.0rem;
        margin: 0 0 25px;
        padding: 0 0 5px;
    }

    .ud_h3_st:before {
        height: 4px;
    }
}


/* ---------------------------------------------
*   下階層：MV背景・タイトル
--------------------------------------------- */
/*.ud-ttl-wrap {
    background: url(../img/mv/mv.jpg)no-repeat center center /cover;
}*/

#updatelog .ud-ttl-wrap {
    background: url(../img/mv/mv.jpg)no-repeat center center /cover;
}

#info-arc .ud-ttl-wrap,
#info-sng .ud-ttl-wrap {
    background: url(../img/mv/mv.jpg)no-repeat center center /cover;
}

#info-arc .ud-ttl-wrap {
    background: url(../img/mv/mv.jpg)no-repeat center center /cover;
}

/***活動報告共通*************/

#ssh-arc .ud-ttl-wrap h2 span.en::after,
#sng-12 .ud-ttl-wrap h2 span.en::after,
#baccalaureate-arc .ud-ttl-wrap h2 span.en::after,
#sng-13 .ud-ttl-wrap h2 span.en::after,
#event-arc .ud-ttl-wrap h2 span.en::after,
#sng-10 .ud-ttl-wrap h2 span.en::after,
#activities-arc .ud-ttl-wrap h2 span.en::after,
#sng-11 .ud-ttl-wrap h2 span.en::after {
    display: block !important;
    font-size: 1.8rem
}

/***汎用背景****************************************************/
.ud-ttl-wrap {
    background: url(../img/mv/mv-img05.jpg)no-repeat center center /cover;
}


/***活動報告-SSH****************************************************/
#ssh-arc .ud-ttl-wrap,
#sng-12 .ud-ttl-wrap {
    background: url(../img/mv/mv-img10.jpg)no-repeat center center /cover;
}

#ssh-arc .ud-ttl-wrap h2 span.en::after,
#sng-12 .ud-ttl-wrap h2 span.en::after {
    content: "SSH Activity Report";
}

/***活動報告-国際バカロレア******************************************/
#baccalaureate-arc .ud-ttl-wrap,
#sng-13 .ud-ttl-wrap {
    background: url(../img/mv/mv-img04.jpg)no-repeat center center /cover;
}

#baccalaureate-arc .ud-ttl-wrap h2 span.en::after,
#sng-13 .ud-ttl-wrap h2 span.en::after {
    content: "IB Activity Report";
}

/***活動報告-学校行事**********************************************/
#event-arc .ud-ttl-wrap,
#sng-10 .ud-ttl-wrap {
    background: url(../img/mv/mv-img11.jpg)no-repeat center center /cover;
}

#event-arc .ud-ttl-wrap h2 span.en::after,
#sng-10 .ud-ttl-wrap h2 span.en::after {
    content: "Topics";
}

/***活動報告-部活動**********************************************/
#activities-arc .ud-ttl-wrap,
#sng-11 .ud-ttl-wrap {
    background: url(../img/mv/mv-img06.jpg)no-repeat center center /cover;
}

#activities-arc .ud-ttl-wrap h2 span.en::after,
#sng-11 .ud-ttl-wrap h2 span.en::after {
    content: "Club Activitie Report";
}


@media screen and (max-width: 767px) {

    #ssh-arc .ud-ttl-wrap h2 span.af_ttl::before,
    #sng-12 .ud-ttl-wrap h2 span.af_ttl::before,
    #baccalaureate-arc .ud-ttl-wrap h2 span.af_ttl::before,
    #sng-13 .ud-ttl-wrap h2 span.af_ttl::before,
    #event-arc .ud-ttl-wrap h2 span.af_ttl::before,
    #sng-10 .ud-ttl-wrap h2 span.af_ttl::before,
    #event-arc .ud-ttl-wrap h2 span.af_ttl::before,
    #sng-10 .ud-ttl-wrap h2 span.af_ttl::before {
        font-size: 2.0rem
    }

    #ssh-arc .ud-ttl-wrap h2 span.en::after,
    #sng-12 .ud-ttl-wrap h2 span.en::after,
    #baccalaureate-arc .ud-ttl-wrap h2 span.en::after,
    #sng-13 .ud-ttl-wrap h2 span.en::after,
    #event-arc .ud-ttl-wrap h2 span.en::after,
    #sng-10 .ud-ttl-wrap h2 span.en::after,
    #activities-arc .ud-ttl-wrap h2 span.en::after,
    #sng-11 .ud-ttl-wrap h2 span.en::after {
        font-size: 1.4rem
    }

}

/* ---------------------------------------------
*   Bread
--------------------------------------------- */
.bread {
    padding: 30px 0;
    border-bottom: 1px solid #D5D5D5
}

.bread ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    margin: 0;
    font-size: 1.4rem
}

.bread ul li.select {
    border-bottom: 1.5px dashed #afafaf
}

.bread ul li a {
    text-decoration: none;
    color: #101010;
}

.bread ul li a:hover {
    color: #d60400
}

.bread ul li::after {
    content: ">";
    margin: 0 12px;
    color: #de1265;
    font-weight: 600
}

.bread ul li:last-child::after {
    content: none
}

@media screen and (max-width: 767px) {
    .bread {
        padding: 10px 0;
    }

    .bread ul {
        font-size: 1.2rem
    }

    .bread ul li::after {
        margin: 0 10px
    }

    .bread ul li.select {
        border-bottom: 1px dashed #afafaf
    }
}


/* ---------------------------------------------
*   ページネーション
--------------------------------------------- */

.pager {
    margin: 50px auto 0
}

.pager .pagination {
    text-align: center;
    font-family: sans-serif
}

.pager .pagination {
    padding: 0;
}

.pager .pagination li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    background: #777777;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    border-radius: 50px;
    font-size: 1.5rem;
    line-height: 0
}


.pager .pagination li a {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pager .pagination li a span {
    display: table-cell;
    vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
    color: #fff;
    background: #9b003f;
    border-radius: 50px;
}

/********* ページネーション  レスポンシブ *********/
@media only screen and (max-width: 767px) {

    .pager {
        margin: 25px auto 0
    }


    .pager .pagination {
        text-align: center;
    }

    .pager .pagination li {
        display: none;
        font-size: 1.4rem;
        background: #9b003f;
    }

    .pager .pagination li.pre,
    .pager .pagination li.next {
        display: inline-block;
        width: 40%;
        height: 50px;
        text-align: center;
    }

    .pager .pagination li.pre a,
    .pager .pagination li.next a {
        width: 100%;
        text-align: center;
    }

    .pager .pagination li.pre span::after {
        content: "　前の15件へ";
    }

    .pager .pagination li.next span::before {
        content: "次の15件へ　";
    }

    .pager .pagination li a:hover,
    .pager .pagination li a.active {
        color: #fff;
        background: #620128;
        border-radius: 50px;
    }
}

/* ---------------------------------------------
*   投稿フォーマット共通
--------------------------------------------- */

.sng_ttl {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0 0 20px;
    position: relative;
    border-bottom: 5px solid #ddd;
    padding: 0 0 12px;
}

.sng_ttl:before {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 15%;
    height: 5px;
    content: '';
    background: #8191d3;
}

.sng_border {
    height: 5px;
    width: 120px;
    background-color: #af5396;
    border: none;
    margin: 12px auto 20px 0
}

.sng-d-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 35px
}

.sing_cat {
    margin-right: 10px
}

.sing_date {
    font-size: 1.5rem;
    margin-right: 15px
}

.sing_cat span {
    font-size: 1.2rem;
    color: #fff;
    margin-right: 10px;
    padding: 4px 8px 2.5px;
    line-height: 1
}

.sng_cont p {
    font-size: 1.6rem;
    line-height: 1.85;
    margin-bottom: 1em
}

.sng_cont ol li,
.sng_cont ul li {
    font-size: 1.6rem;
    margin-bottom: 5px
}

strong {
    font-weight: bold
}

.sng_cont p:first-of-type {
    margin-top: 0
}

/*.sng_cont p:last-of-type {
    margin-bottom: 0
}*/

.sng_cont h1 {
    font-size: 3.6rem;
    font-weight: 600;
    margin: 35px 0;
}

.sng_cont h2 {
    font-size: 3.0rem;
    font-weight: 600;
    margin: 35px 0;
    border-left:10px solid #990440;
    line-height: 1.3;
    padding: 3px 0 0 14px
}

.sng_cont h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 35px 0;
    position: relative;
    border-bottom: 5px solid #ddd;
    padding: 0 0 8px;
}

.sng_cont h3:before {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 15%;
    height: 5px;
    content: '';
    background: #8191d3;
}

.sng_cont h4 {
    font-size: 1.9rem;
    font-weight: 600;
    margin: 35px 0;
    background: #f0f0f0;
    border-left: solid 10px #9B003F;
    border-bottom: solid 1px #bebebe;
    padding: 0.8rem 1.2rem 0.6rem;
}

.sng_cont h5 {
    font-size: 1.7rem;
    font-weight: 600;
    margin: 35px 0 25px;
    padding: 6px 0.6em 4px;
    background: #9B003F;
    color: #fff;
}

.sng_cont h6 {
    font-size: 1.7rem;
    font-weight: 600;
    margin: 25px 0 25px;
    background: #455bb7;
    color: #fff;
    padding: 8px 8px 6px;
    display: inline-block
}

.sng_cont h1:first-of-type,
.sng_cont h2:first-of-type,
.sng_cont h3:first-of-type {
    margin-top: 0
}

.sng_cont img {
    margin: 15px 0;
}

.sng_cont a {
    color: #CF0357
}

.sng_cont a:hover {
    color: #ff8000
}

.sng-more-wrap {
    text-align: center;
    margin: 25px 0 0;
    padding: 0 15px;
}

.sng-more {
    display: inline-block;
    color: #3C50A2;
    font-size: 1.5rem;
    font-weight: 600;
    border: 1px solid #707070;
    border-radius: 20px / 50%;
    padding: 10px 20px 8px;
    text-decoration: none;
}

.sng-more::before {
    content: '→ ';
}

.list-style-none {
    list-style: none !important;
    padding-left: 1em !important;
}

.sng_cont table img {
    margin: 3px !important
}

.sng_cont table td a {
    cursor: pointer;
}

.sng_cont table a img {
    cursor: pointer !important;
}


/********* 投稿ページ詳細  レスポンシブ *********/
@media only screen and (max-width: 767px) {

    .sng_ttl {
        font-size: 1.8rem;
        margin: 0 0 10px;
        padding: 0 0 7px;
    }

    .sng_ttl:before {
        bottom: -4px;
        width: 15%;
        height: 4px;
    }

    .sng_border {
        height: 4px;
        width: 80px;
        margin: 12px auto 15px 0
    }

    .sng-d-wrap {
        margin-bottom: 25px
    }

    .sing_cat {
        margin-right: 0
    }

    .sing_date {
        font-size: 1.4rem;
        margin-right: 10px
    }

    .sing_cat span {
        font-size: 1.15rem;
        margin-right: 8px;
        padding: 4px 5px 2px;
    }

    .sng_cont p {
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .sng_cont h1 {
        font-size: 3.2rem;
        margin: 25px 0 25px;
    }

.sng_cont h2 {
    font-size: 2.1rem;
    margin: 25px 0;
    border-left:8px solid #990440;
    line-height: 1.2;
    padding: 3px 0 0 8px
}


    .sng_cont h3 {
        font-size: 2.0rem;
        margin: 25px 0 25px;
        padding: 0 0 5px;
    }

    .sng_cont h3:before {
        height: 4px;
    }

    .sng_cont h4 {
        font-size: 1.8rem;
        margin: 25px 0 25px;
        border-left: solid 7px #9B003F;
        padding: 0.6rem 0.8rem 0.35rem;
    }

    .sng_cont h5 {
        font-size: 1.6rem;
        margin: 25px 0 18px;
        padding: 5px 0.5em 3px;
    }

    .sng_cont h6 {
        font-size: 1.5rem;
        font-weight: 600;
        margin: 10px 0 20px;
        background: #455bb7;
        color: #fff;
        padding: 0.7rem 0.9rem 0.5rem;
        display: inline-block
    }

    .sng_cont img {
        margin: 10px 0
    }

    .sng-more-wrap {
        text-align: center;
        margin: 25px 0 0;
        padding: 0 15px;
    }

    .sng-more {
        padding: 8px 20px 6px;
    }
}


/* ---------------------------------------------
*   ブロックエディタ用独自CSS
--------------------------------------------- */

/* 画像のキャプションを中央揃えにする */
.wp-block-image figcaption {
    text-align: center;
}

.wp-block-snow-monkey-blocks-box {
    margin-top: 25px;
}


/* ---------------------------------------------
*   News
--------------------------------------------- */
.ud_ub_ttl {
    font-size: 2.4rem;
    margin: 0 0 0
}

#news-arc .sng_border {
    margin-bottom: 30px
}

.news-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    width: calc(100% + 30px);
    margin: 0
}

.news-list li {
    width: calc(100% / 3 - 30px);
    margin-right: 30px;
    margin-bottom: 35px
}

#news-arc .pager {
    margin-top: 15px
}




/* ---------------------------------------------
*   下階層：アクションプラン
--------------------------------------------- */

.ac_sec01_wrap {
    display: flex;
    width: 100%
}

.ac_sec01_wrap .left,
.ac_sec01_wrap .right {
    width: 50%;
    background-color: #f0f0f0;
    border-radius: 0 0 10px 10px
}

.ac_sec01_wrap .left {
    margin: 0 15px
}

.ac_sec01_wrap .right {
    margin: 0 15px
}

.ac_sec01_wrap h4 {
    background: initial;
    border: initial;
    padding: 10px 10px 8px;
    font-size: 1.6rem;
    margin: initial;
    border-radius: 10px 10px 0 0;
    color: #fff;
    text-align: center
}

.ac_sec01_wrap .left h4 {
    background: #c46265
}

.ac_sec01_wrap .right h4 {
    background: #a84f52
}

.ac_sec01_wrap .right p {
    font-weight: 600
}

.ac_sec01_wrap .inner {
    padding: 25px 30px;
}

.ac_sec01_wrap ul {
    margin: 15px 0 0 0;
    padding-left: 1em;
    list-style: none;
    font-weight: 600
}

.ac_sec01_wrap ul li::before {
    content: "▶︎";
    margin-right: 8px;
    color: #a84f52;
    font-size: 1.8rem
}

.ac_sec02_wrap {
    display: flex;
    position: relative;
    height: 100px;
    margin: 25px 0;
    align-items: center
}

.ac_sec02_wrap .right,
.ac_sec02_wrap .left {
    width: 50%;
    text-align: center
}

.ac_sec02_wrap .right img,
.ac_sec02_wrap .left img {
    max-width: 80px;
    margin: 0;
}

.ac_sec02_wrap .left p.ac_ttl {
    margin: 20px 0 0
}

.ac_sec02_wrap .right p.ac_ttl {
    margin: 0 0 20px 0
}

.ac_sec02_wrap .ac_ttl span {
    background: #c46265;
    color: #fff;
    font-weight: 600;
    padding: 5px 20px 3px;
}

.ac_sec02_shisei {
    position: absolute;
    width: 100%;
    text-align: center;
}

.ac_sec02_shisei .inner {
    background-color: #f4f0ed;
    border: 2px solid #baa895;
    display: inline-block;
    padding: 10px 15px 8px 15px !important;
}
.inner-flex {

}
.ac_sec02_shisei .inner h5 {
    border: initial;
    margin: initial;
    padding: 6px 0 3px;
    color: #fff;
    margin: 10px 0
}

.ac_sec02_shisei .inner p {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0
}

.ac_sec03_action {
    display: flex;
    background: #f3efec;
    padding: 10px 5px;
    border: 1px solid #ceb8a8;
}

.ac_sec03_action .action_wrap {
    width: calc(100% / 4);
    background: #fff;
    border: 1px solid #2da1d5;
    margin: 0 5px;
}

.ac_sec03_action .action_wrap .tab {
    background-color: aqua;
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 600;
    margin: 0;
    padding: 3px 0 0 0
}

.ac_sec03_action .action_wrap .actuin_ttl {
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 4px 0 1px 0;
    margin: 0
}

.ac_sec03_action .action_wrap .cont {
    font-size: 1.5rem;
    padding: 4px 0 1px 0;
    padding: 15px;
    margin: 0
}

.ac_sec03_action .action1 {
    border: 1px solid #047fb5;
}

.ac_sec03_action .action1 .tab {
    background-color: #2da1d5;
}

.ac_sec03_action .action1 .actuin_ttl {
    background-color: #047fb5;
}

.ac_sec03_action .action2 {
    border: 1px solid #498811;
}

.ac_sec03_action .action2 .tab {
    background-color: #60a820;
}

.ac_sec03_action .action2 .actuin_ttl {
    background-color: #498811;
}

.ac_sec03_action .action3 {
    border: 1px solid #d46c06;
}

.ac_sec03_action .action3 .tab {
    background-color: #eb8f35;
}

.ac_sec03_action .action3 .actuin_ttl {
    background-color: #d46c06;
}

.ac_sec03_action .action4 {
    border: 1px solid #d45686;
}

.ac_sec03_action .action4 .tab {
    background-color: #f28cb3;
}

.ac_sec03_action .action4 .actuin_ttl {
    background-color: #d45686;
}

@media only screen and (max-width: 991px) {

    .ac_sec01_wrap .left {
        margin: 0 10px
    }

    .ac_sec01_wrap .right {
        margin: 0 10px
    }

    .ac_sec02_wrap .right,
    .ac_sec02_wrap .left {
        width: 50%;
        text-align: center
    }

    .ac_sec02_wrap .ac_ttl span {
        padding: 5px 10px 3px;
    }

    .ac_sec02_shisei .inner {
        padding: 15px 4px 8px
    }

    .ac_sec02_shisei .inner h5 {
        font-size: 1.5rem;
    }

    .ac_sec02_shisei .inner p {
        font-size: 1.6rem;
    }

    .ac_sec03_action {
        display: flex;
        background: #f3efec;
        padding: 10px 5px;
        border: 1px solid #ceb8a8;
    }
}

@media only screen and (max-width: 767px) {

    .ac_sec01_wrap {
        display: block;
    }

    .ac_sec01_wrap .left,
    .ac_sec01_wrap .right {
        width: 100%;
        margin: 0 0 15px
    }

    .ac_sec01_wrap h4 {
        padding: 8px 10px 6px;
        font-size: 1.5rem;
    }

    .ac_sec01_wrap .inner {
        padding: 20px 15px;
    }

    .ac_sec01_wrap ul {
        padding-left: 0.5em;
        margin: 10px 0
    }

    .ac_sec01_wrap ul li {
        font-size: 1.5rem
    }

    .ac_sec01_wrap ul li::before {
        margin-right: 6px;
        font-size: 1.5rem
    }

    .ac_sec02_wrap {
        display: flex;
        height: 100px;
        margin: 20px 0;
        align-items: center
    }

    .ac_sec02_wrap .right,
    .ac_sec02_wrap .left {
        width: 50%;
        text-align: center
    }

    .ac_sec02_wrap .right img,
    .ac_sec02_wrap .left img {
        max-width: 70px;
        margin: 0;
    }

    .ac_sec02_wrap .left p.ac_ttl {
        margin: 15px 0 0
    }

    .ac_sec02_wrap .right p.ac_ttl {
        margin: 0 0 15px 0
    }

    .ac_sec02_wrap .ac_ttl span {
        padding: 5px 15px 3px;
    }

    .ac_sec02_shisei {
        position: initial;
        margin: 10px 0 20px
    }

    .ac_sec03_action {
        display: flex;
        flex-flow: wrap;
        padding: 5px
    }

    .ac_sec03_action .action_wrap {
        width: calc(100% / 2 - 10px);
        margin: 5px;
    }
}


/* ---------------------------------------------
*   下階層：アクションプラン
--------------------------------------------- */

#history table {
    margin-top: 35px
}

#history table th {
    width: 10.5em !important;
    white-space: nowrap;
    font-size: 1.6rem;
    padding: 10px 12px 8px
}

#history table thead th {
    font-size: 1.8rem;
}

#history table td {
    font-size: 1.6rem;
    padding: 10px 12px 8px
}

#history table tr:hover th {
    background-color: #d3d3eb
}

#history table tr:hover td {
    background-color: #f0f0ff
}

@media only screen and (max-width: 767px) {
    #history table {
        margin-top: 30px
    }

    #history table th {
        width: 9.5em !important;
        font-size: 1.4rem;
        padding: 8px 7px 6px
    }

    #history table thead th {
        font-size: 1.8rem;
    }

    #history table td {
        font-size: 1.4rem;
        padding: 10px 12px 8px
    }

    #history table tr:hover th {
        background-color: #d3d3eb
    }

    #history table tr:hover td {
        background-color: #f0f0ff
    }
}

/* ---------------------------------------------
*   下階層：カリキュラム
--------------------------------------------- */

#curriculum .sng_cont h2 {
    margin-bottom: 15px
}

#curriculum .sng_cont img {
    margin-bottom: 35px
}

@media only screen and (max-width: 767px) {
#curriculum .sng_cont h2 {
    margin-bottom: 10px
}

#curriculum .sng_cont img {
    margin-bottom: 10px
}
}

/* ---------------------------------------------
*   下階層：SSH
--------------------------------------------- */

.ssh_report_list {
    border-collapse: collapse;
}

.ssh_report_list th,
.ssh_report_list td {
    text-align: left;
    padding: 10px 20px 7px;
    border: 1px solid #2e2e2e
}

.ssh_report_list td {
    padding: 10px 35px 7px !important;
}

.ssh_report_list th {
    background-color: #f0f0f0
}

.ssh_report_list td a {
    text-decoration: none
}

.ssh_report_list td a::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 24px;
    background-image: url(../img/common/pdf.svg);
    background-size: contain;
    vertical-align: text-bottom;
    margin: 0 8px 0 0
}

h4.material_ttl {
    background: initial;
    font-size: 1.6rem;
    padding: initial;
    border: initial;
    margin-bottom: 15px;
}

h4.material_ttl::before {
    content: "▶︎";
    color: #c46265;
    margin-right: 5px
}

.ssh_material_list {
    border-collapse: collapse;
    width: 100%
}

.ssh_material_list th,
.ssh_material_list td {
    text-align: left;
    padding: 8px 10px 7px;
    border: 1px solid #2e2e2e
}

.ssh_material_list th {
    background-color: #f0f0f0;
    width: 70%
}

.ssh_material_list td a {
    text-decoration: none
}

.ssh_material_list td a::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 24px;
    background-image: url(../img/common/pdf.svg);
    background-size: contain;
    vertical-align: middle;
    margin: 0 8px 0 5px
}

@media only screen and (max-width: 767px) {

    .ssh_report_list th {
        padding: 7px 5px 5px 7px !important;
    }

    .ssh_report_list td {
        padding: 7px 7px 5px 7px !important;
        white-space: nowrap
    }

    .ssh_material_list th {
        width: 70% !important;
        padding: 7px 5px 6px 7px !important;
        ;
    }

    .ssh_material_list td {
        padding: 7px 5px 6px !important;
        ;
    }

    .ssh_report_list td a::before {
        width: 12px;
        height: 16px;
        vertical-align: middle;
        margin: 0 6px 0 0
    }

    h4.material_ttl {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }


    .ssh_material_list td a::before {
        width: 12px;
        height: 16px;
        margin: 0 6px 0 5px
    }
}

/* ---------------------------------------------
*   下階層：国際バカロレア
--------------------------------------------- */

.ib_menu_list {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0 0 40px;
}

.ib_menu_list li {
    width: calc(100% / 3);
    text-align: center;
    border: 1.5px solid #7B0132;
    border-right: none;
    line-height: 1;
}

.ib_menu_list li:last-child {
    border-right: 1.5px solid #7B0132;
}

.ib_menu_list li a {
    display: block;
    text-decoration: none;
    padding: 18px 0 15px;
    color: #7B0132;
}

.ib_menu_list li a:hover {
    color: #7B0132;
}

.ib_menu_list li a::after {
    content: "▶︎";
    margin-left: 6px
}

.ib_menu_list li:hover {
    background-color: #fae7ef;
}

.ib_menu_list li.active {
    background-color: #7B0132;
}

.ib_menu_list li.active a {
    color: #fff;
}

.open_ib_table th {
    width: 30ss%
}

@media only screen and (max-width: 767px) {
    .ib_menu_list {
        display: flex;
        flex-flow: column;
        margin: 0 0 25px;
    }

    .ib_menu_list li {
        width: 100%;
        margin: 0 !important;
        text-align: left;
        border: 1px solid #7B0132;
        border-bottom: none;
    }

    .ib_menu_list li:last-child {
        border-bottom: 1px solid #7B0132;
        border-right: 1px solid #7B0132;
    }

    .ib_menu_list li a {
        padding: 10px 0 8px 10px;
        font-size: 1.4rem
    }

    .ib_menu_list li a:hover {
        color: #7B0132;
    }

    .ib_menu_list li a::after {
        content: none;
    }

    .ib_menu_list li a::before {
        content: "▶︎";
        margin-right: 7px
    }

    .ib_menu_list li:hover {
        background-color: #fae7ef;
    }

    .ib_menu_list li.active {
        background-color: #7B0132;
    }

    .ib_menu_list li.active a {
        color: #fff;
    }

    .open_ib_table th {
        border-bottom: none !important;
        border-top: none !important
    }

    .open_ib_table table {
        border-top: 1px solid #5a5a5a !important
    }
}

/* ---------------------------------------------
*   下階層：行事予定表
--------------------------------------------- */

.schedule_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: wrap;
    width: calc(100% + 10px);

}

.schedule_list li {
    border: 1px solid #3e3e3e;
    margin: 0 10px 12px 0 !important;
    width: calc(100% / 6 - 10px);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0em !important;
    padding-top: 5px
}

.schedule_list li a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedule_list li a:hover {
    background: #9B003F;
    color: #fff;
    margin-top: -5px;
    height: 115%;
}

.sch_table figure {
    margin: 0 !important;
    padding: 0 !important;
}

.sch_table th {
    white-space: nowrap;
    text-align: center !important;
    font-size: 2.4rem;
    padding: 15px !important;
    background-color: #81a8e6 !important;
    color: #fff;
    text-shadow: 1px 1px 3px #464646;
}

.sch_table td {
    padding: 10px 15px !important;
}

.sch_table th::after {
    content: "月";
    font-size: 1.8rem;
    margin-left: 1.5px
}

.sch_img_box img {
    margin: 0
}

@media only screen and (max-width: 991px) {
    .schedule_list li {
        width: calc(100% / 5 - 10px);
        height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .schedule_list li {
        width: calc(100% / 4 - 10px);
        height: 50px;
        font-size: 1.5rem !important
    }

    .sch_table th {
        font-size: 1.8rem;
        padding: 10px 10px 8px 10px !important;
        background-color: #81a8e6 !important;
    }

    .sch_table td {
        padding: 10px 10px 8px 10px !important;
        font-size: 1.4rem
    }

    .sch_table th::after {
        content: "月";
        font-size: 1.4rem
    }

    .sch_img_box img {
        margin: 0
    }

}

@media only screen and (max-width: 567px) {
    .schedule_list li {
        width: calc(100% / 2 - 10px);
        height: 40px;
        padding-top: 4px
    }
}

/* ---------------------------------------------
*   下階層：虎高生の1日
--------------------------------------------- */

.time-table {
    border-top: 1px solid #ddd;
    width: 100%;
    background-image: url(../img/common/tl-line.svg);
    background-repeat: repeat-y;
    background-size: 4px;
    background-position: 42.5px;
}

.time-table:nth-of-type(1) {
    border-top: 0;
    background-repeat: no-repeat;
    background-position: left 42.5px top -20%;
}

.time-table:last-of-type {
    background-repeat: no-repeat;
    background-position: left 42.5px bottom -40%;
}

.time-table-Content {
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
}

.time-table-Content.one {
    padding-top: 0;
}

.time-table-Content-Number {
    margin-right: 25px;
    width: 85px;
    height: 85px;
    line-height: 80px;
}

.time-table-Content-Number img {
    margin: 0;
}

.time-table-Content-Title {
    margin-right: 20px;
    flex: 2;
    white-space: nowrap
}

.time-table-Content-Title .time {
    margin: 0 0 6px;
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 1 !important;
    color: #c3363a
}

.time-table-Content-Title .ttl {
    margin: 0;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.3 !important;
    color: #3b3b3b
}

.time-table-Content-Description {
    line-height: 1.5;
    font-size: 16px;
    flex: 6;
    margin-right: 30px;
}

.time-table-Content-Description p {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.6
}

.time-table-Content-Description ul {
    margin: 7px 0 0 0;
    padding-left: 1.3em
}

.time-table-Content-Description ul li {
    margin: 3px 0 0 0
}

.time-table-img {
    flex: 4;
}

.time-table-img img {
    width: 100%;
    height: auto
}

@media screen and (max-width: 767px) {

    .time-table {
        background-image: none;
    }

    .time-table-Content {
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
    }


    .time-table-Content-Number {
        margin-right: 0;
        width: 100%;
        height: auto;
        text-align: center
    }

    .time-table-Content-Number img {
        width: 110px;
        height: 110px;
        margin-bottom: 10px
    }

    .time-table-Content-Title {
        margin-right: 0;
        text-align: center;
        margin-bottom: 15px
    }

    .time-table-Content-Title .time {
        margin: 0 0 12px;
        font-size: 2.0rem;
    }

    .time-table-Content-Title .ttl {
        font-size: 1.8rem;
        line-height: 1.4 !important;
    }

    .time-table-Content-Description {
        font-size: 15px;
        margin-right: 0;
        margin-bottom: 10px
    }

    .time-table-Content-Description ul {
        margin: 7px 0;
    }

    .time-table-img img {
        width: 100%;
        height: auto
    }
}


/* ---------------------------------------------
*   下階層：学校行事
--------------------------------------------- */

.event_wrap {
    padding: 35px 35px 5px 35px !important;
    margin-bottom: 35px
}

.event_wrap h4 {
    margin: 0 0 20px;
    background: #fff;
    padding: 6px 0 3px 10px
}

.event_wrap img {
    margin: 0
}

.event_wrap p {
    margin-bottom: 10px;
    line-height: 1.65
}

.event_wrap .smb-buttons {
    margin-top: 15px
}

@media screen and (max-width: 767px) {
    .event_wrap {
        padding: 25px 20px 0 20px !important;
        margin-bottom: 25px
    }

    .event_wrap h4 {
        margin: 0 0 20px;
        padding: 6px 0 3px 8px;
        font-size: 1.6rem
    }

    .event_wrap img {
        margin: 0 0 10px 0
    }

    .event_wrap .smb-buttons {
        margin-top: 15px
    }
}

/* ---------------------------------------------
*   下階層：部活動
--------------------------------------------- */
.club_list_wrap {
    margin-top: 25px
}

.club_list_wrap img {
    margin: 0 0 2px !important;
}

.club_list_wrap p {
    margin: 0 !important;
    font-size: 1.4rem;
}

.club_list_wrap .smb-panels__item {
    box-shadow: 0px 3px 8px #e3e3e3;
     !important;
}

.club_list_wrap .smb-panels__item__body {
    padding: 10px 10px 9px 10px !important;
    /*padding: 15px 15px 5px 15px !important;*/
}

.club_list_wrap .smb-panels__item__body a {
    text-decoration: none;
    color: #1e1e1e
}

.club_list_wrap .smb-panels__item__body a:hover {
    color: #9B003F
}

.wp-block-uagb-image-gallery img {
    margin: 10px 0
}

@media screen and (max-width: 991px) {
    .club_list_wrap .smb-panels__item__body {
        padding: 0 !important
    }
}

@media screen and (max-width: 767px) {
    p.club-top-copy span {
        font-size: 1.8rem !important;
        line-height: 1.6 !important;
    }

    .club_list_wrap p {
        font-size: 1.3rem;
    }

    .club_list_wrap .smb-panels__item:hover {
        box-shadow: none;
    }
}

/* ---------------------------------------------
*   下階層：在校生・中学生・保護者の皆様へ・編入情報共通
--------------------------------------------- */
#current-students h4,
#for_junior h4,
#open_school h4,
#junior_other h4,
#for_graduates h4,
#shisuikai h4,
#for_parents h4,
#transfer h4 {
    background-color: #2a2a2a;
    color: #fff;
    padding: 7.5px 6px 5.5px 10px;
    margin: 45px 0 30px;
    font-size: 1.8rem;
    border-left: 8px solid #ce125f
}

/*
#current-students h4:first-of-type,
#for_junior h4:first-of-type,
#open_school h4:first-of-type,
#junior_other h4:first-of-type,
#for_graduates h4:first-of-type,
#shisuikai h4:first-of-type,
#for_parents h4:first-of-type,
#transfer h4:first-of-type {
    margin-top: 0
}*/

.table_border_none th,
.table_border_none td {
    border: none !important;
    padding: 0 10px 10px 0 !important;
}

.doc_material_list th {
    width: 70%
}

.doc_material_list td {
    width: 30%
}

.doc_material_list td a {
    text-decoration: none
}

.doc_material_list td a::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 24px;
    background-image: url(../img/common/pdf.svg);
    background-size: contain;
    vertical-align: middle;
    margin: 0 8px 0 0
}


.doc_material_list .pdf-none a::before {
    content: none
}

.doc_material_list_col3 th {
    white-space: nowrap
}

.doc_material_list_col3 td {
    width: auto
}

.doc_material_list_col3 td a {
    text-decoration: none
}

.shisui_menu_list li {
    width: calc(100% / 2) !important
}

.table_shisui_link th,
.table_shisui_link td {
    border: none !important;
    padding: 8px 10px 8px 10px !important;
    background: none !important
}

.table_shisui_link td a {
    text-decoration: none;
    background: #455bb7;
    color: #fff;
    padding: 5px 20px 3px;
    border-radius: 30px;
    display: block;
    margin-left: 1em
}

.certificate_block {
    margin: 0 0 5px !important;
    grid-gap: 5px
}


@media screen and (max-width: 767px) {

    #current-students h4,
    #for_junior h4,
    #open_school h4,
    #junior_other h4,
    #for_graduates h4,
    #shisuikai h4,
    #for_parents h4,
    #transfer h4 {
        margin: 30px 0 20px;
        font-size: 1.5rem;
    }

    #transfer .table_border_none th {
        background: #e5e5e5 !important;
        padding: 5px 5px 4px 1px !important;
        margin-bottom: 10px !important;
    }

    .doc_material_list th {
        width: 75%
    }

    .doc_material_list td {
        width: 25%
    }

    .doc_material_list td a::before {
        width: 12px;
        height: 16px;
        margin: 0 6px 0 5px
    }

    .table_info table {
        min-width: 100% !important
    }

    .table_info table th,
    .table_info table td {
        font-size: 1.4rem !important;
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    .shisui_menu_list li {
        width: 100% !important
    }

    .table_shisui_link th,
    .table_shisui_link td {
        padding: 7px 10px 7px 0 !important;
    }

    .table_shisui_link td a {
        padding: 5px 15px 3px;
        font-size: 1.3rem
    }
}

/* ---------------------------------------------
*   下階層：在校生の皆様へ
--------------------------------------------- */

#current-students h4 {
    background-color: #4a4a4a;
    color: #fff;
    margin: 45px 0 30px;
    font-size: 1.8rem
}

#current-students h4:first-of-type {
    margin-top: 0
}

#for_parents doc_material_list td {
    white-space: nowrap
}

@media screen and (max-width: 767px) {

    #current-students h4:first-of-type {
        margin-top: 0
    }
}

/* ---------------------------------------------
*   下階層：アクセス
--------------------------------------------- */
#access iframe {
    margin-bottom: 30px !important
}

@media screen and (max-width: 767px) {

    #access iframe {
        height: 240px;
        margin-bottom: 25px !important
    }
}

/* ---------------------------------------------
*   下階層：サイトマップ
--------------------------------------------- */

.sitemap_table a {
    text-decoration: none;
    color: #1d1d1d
}

.sitemap_table a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #000;
    color: #eb0563;
}

.sitemap_table a::before {
    content: ">";
    margin-right: .6em;
    color: #eb0563
}

.sitemap_table th,
.sitemap_table td {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 10px 10px 7px 12px !important
}

.sitemap_table th {
    background: #f2f2f2 !important;
    padding: 12px 10px 9px 12px !important
}

@media screen and (max-width: 767px) {

    .sitemap_table a::before {
        margin-right: .4em;
    }

    .sitemap_table th,
    .sitemap_table td {
        font-size: 1.3rem;
        line-height: 1.5;
        padding: 7px 7px 4px 8px !important
    }

    .sitemap_table th {
        padding: 7px 7px 4px 7px !important;
        /*white-space: nowrap*/
    }
}
