@charset "UTF-8";
/*
Theme Name: Kobe Tokiwa univ
Theme URI: https://www.kobe-tokiwa.ac.jp/univ/
Author: Kobe Tokiwa univ
Description: 神戸常盤大学
*/

.editor-styles-wrapper .h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
    line-height: 1.4;
    font-weight: 700;
}

.editor-styles-wrapper h2 {
    margin: 1.5em 0;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #009564;
    text-align: center;
    letter-spacing: 0.2em;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper h2 {
        font-size: 5vw;
        letter-spacing: 0.1em;
    }
}

.editor-styles-wrapper h2 span {
    font-size: 2rem;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper h2 span {
        font-size: 3.125vw;
    }
}

.editor-styles-wrapper h3 {
    margin: 1.5em 0;
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper h3 {
        font-size: 4.375vw;
    }
}

.editor-styles-wrapper h3 span {
    font-size: 2rem;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper h3 span {
        font-size: 3.125vw;
    }
}

.editor-styles-wrapper h4 {
    margin: 1em 0;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper h4 {
        margin: 1.5em 0;
        font-size: 3.75vw;
    }
}

.editor-styles-wrapper h5 {
    margin: 1em 0;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper h5 {
        margin: 1.5em 0;
        font-size: 3.75vw;
    }
}

.editor-styles-wrapper h6 {
    margin: 1em 0;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper h6 {
        font-size: 3.75vw;
    }
}

.editor-styles-wrapper p {
    margin: 1.5em 0;
}

.editor-styles-wrapper .notes {
    margin-top: 0.5em;
    font-size: 1.3rem;
}

.editor-styles-wrapper .bg {
    padding: 8rem 0;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .bg {
        padding: 9.375vw 0;
    }
}

.editor-styles-wrapper .bg.-lgreen {
    background: #F2F8E6;
}

.editor-styles-wrapper .frame-border {
    border: solid 2px #009564;
    border-radius: 1.6rem;
    padding: 4rem;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .frame-border {
        padding: 5vw;
    }
}

.editor-styles-wrapper .-border {
    border: solid 1px rgba(0, 0, 0, 0.25);
}

.editor-styles-wrapper .button-more {
    display: block;
}

.editor-styles-wrapper .button-more span,
.editor-styles-wrapper .button-more a {
    margin: 0 0 0 auto;
    font-size: 1.6rem;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
    position: relative;
    font-weight: 400;
    display: flex;
    justify-content: flex-end;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 640px) {

    .editor-styles-wrapper .button-more span,
    .editor-styles-wrapper .button-more a {
        font-size: 2.8125vw;
        width: 37.5vw;
    }
}

.editor-styles-wrapper .button-more span::after,
.editor-styles-wrapper .button-more a::after {
    margin: auto 0 auto 0.5em;
    content: "";
    display: block;
    width: 3.2rem;
    height: 0.8rem;
    background: url(/univ/assets/img/common/arrow_s_k.svg) no-repeat right center;
    background-size: 100% auto;
}

@media only screen and (max-width: 640px) {

    .editor-styles-wrapper .button-more span::after,
    .editor-styles-wrapper .button-more a::after {
        width: 5vw;
        height: 1.25vw;
    }
}

.editor-styles-wrapper .button-more.-green span,
.editor-styles-wrapper .button-more.-green a {
    color: #009564;
}

.editor-styles-wrapper .button-more.-green span::after,
.editor-styles-wrapper .button-more.-green a::after {
    background: url(/univ/assets/img/common/arrow_s_g.svg) no-repeat right center;
    background-size: 100% auto;
}

.editor-styles-wrapper .button-more.-square {
    margin-top: 6rem;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .button-more.-square {
        margin-top: 6.25vw;
    }
}

.editor-styles-wrapper .button-more.-square span,
.editor-styles-wrapper .button-more.-square a {
    padding: 0 1.6rem 0 2.4rem;
    font-size: 2.6rem;
    width: 19rem;
    color: #fff;
    background: #000;
    justify-content: space-between;
    font-weight: 200;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {

    .editor-styles-wrapper .button-more.-square span,
    .editor-styles-wrapper .button-more.-square a {
        margin: 0 auto;
    }
}

.editor-styles-wrapper .button-more.-square span::after,
.editor-styles-wrapper .button-more.-square a::after {
    width: 3rem;
    height: 0.6rem;
    background: url(/univ/assets/img/common/arrow_s_w.svg) no-repeat right center;
    background-size: 100% auto;
}

.editor-styles-wrapper .button-more.-square.-green span,
.editor-styles-wrapper .button-more.-square.-green a {
    background: #009564;
}

.editor-styles-wrapper .button-more.-center span,
.editor-styles-wrapper .button-more.-center a {
    margin-right: auto;
    margin-left: auto;
}

.editor-styles-wrapper .button-more.-left span,
.editor-styles-wrapper .button-more.-left a {
    margin-right: 0;
    margin-left: auto;
}

.editor-styles-wrapper .button-link a {
    padding: 0 2.5em 0 1em;
    border: solid 2px #009564;
    border-radius: 0.4rem;
    color: rgba(0, 0, 0, 0.75);
    background: #fff;
    font-size: 2rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 8.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    box-shadow: 0.2rem 0.2rem 0 0 #009564;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .button-link a {
        padding: 0.5em 2em 0.5em 0.5em;
        font-size: 3.125vw;
        height: auto;
        min-height: 4em;
    }
}

.editor-styles-wrapper .button-link a::after {
    margin: auto 0 auto 0.5em;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    display: block;
    width: 2.4rem;
    height: 0.8rem;
    background: url(/univ/assets/img/common/arrow_s_g.svg) no-repeat right center;
    background-size: auto 100%;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .button-link a::after {
        width: 3.75vw;
        height: 1.25vw;
    }
}

.editor-styles-wrapper .button-link a span {
    font-size: 1.4rem;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .button-link a span {
        font-size: 2.5vw;
    }
}

.editor-styles-wrapper .button-link.-extarnal a::after {
    margin: auto 0 auto 0.5em;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    display: block;
    width: 2.4rem;
    height: 2rem;
    background: url(/univ/assets/img/common/icon_extarnal.svg) no-repeat right center;
    background-size: auto 100%;
}

.editor-styles-wrapper .button-download>a,
.editor-styles-wrapper .button-download>span {
    display: flex;
    min-height: 3em;
    align-items: center;
    border: none;
    font-weight: 700;
    padding: 2rem 5rem 2rem 2rem;
    border: solid 2px #009564;
    border-radius: 0.4rem;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    box-shadow: 0.2rem 0.2rem 0 0 #009564;
}

@media only screen and (max-width: 640px) {

    .editor-styles-wrapper .button-download>a,
    .editor-styles-wrapper .button-download>span {
        padding: 3.125vw 9.375vw 3.125vw 1.5625vw;
    }
}

.editor-styles-wrapper .button-download>a:after,
.editor-styles-wrapper .button-download>span:after {
    display: none;
}

.editor-styles-wrapper .button-download.-pdf>a,
.editor-styles-wrapper .button-download.-pdf>span {
    background: #fff url(/univ/assets/img/common/icon_pdf.png) no-repeat right 0.75em center;
}

.editor-styles-wrapper .button-download.-pdf-dl>a,
.editor-styles-wrapper .button-download.-pdf-dl>span {
    background: #fff url(/univ/assets/img/common/icon_pdf_dl.png) no-repeat right 0.75em center;
}

.editor-styles-wrapper .button-download.-doc>a,
.editor-styles-wrapper .button-download.-doc>span {
    background: #fff url(/univ/assets/img/common/icon_doc_dl.png) no-repeat right 0.75em center;
}

.editor-styles-wrapper .button-download.-xls>a,
.editor-styles-wrapper .button-download.-xls>span {
    background: #fff url(/univ/assets/img/common/icon_xls_dl.png) no-repeat right 0.75em center;
}

.editor-styles-wrapper .button-download.-small a {
    font-size: 1.6rem;
    letter-spacing: 0;
}

.editor-styles-wrapper .link_text>a,
.editor-styles-wrapper .link_text>span {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.3;
    position: relative;
}

@media only screen and (max-width: 640px) {

    .editor-styles-wrapper .link_text>a,
    .editor-styles-wrapper .link_text>span {
        padding: 1.5625vw 9.375vw 1.5625vw 0;
    }
}

.editor-styles-wrapper .link_text>a:after,
.editor-styles-wrapper .link_text>span:after {
    display: none;
}

.editor-styles-wrapper .link_text.-pdf>a,
.editor-styles-wrapper .link_text.-pdf>span {
    padding-left: 2.25em;
    background: #fff url(/univ/assets/img/common/icon_pdf.png) no-repeat left center;
    background-size: 1.6em auto;
}

.editor-styles-wrapper .link_text.-pdf-dl>a,
.editor-styles-wrapper .link_text.-pdf-dl>span {
    padding-left: 2.25em;
    background: #fff url(/univ/assets/img/common/icon_pdf_dl.png) no-repeat left center;
    background-size: 1.6em auto;
}

.editor-styles-wrapper .link_text.-doc>a,
.editor-styles-wrapper .link_text.-doc>span {
    padding-right: 2.25em;
    background: #fff url(/univ/assets/img/common/icon_doc_dl.png) no-repeat right center;
    background-size: 1.6em auto;
}

.editor-styles-wrapper .link_text.-xls>a,
.editor-styles-wrapper .link_text.-xls>span {
    padding-right: 2.25em;
    background: #fff url(/univ/assets/img/common/icon_xls_dl.png) no-repeat right center;
    background-size: 1.6em auto;
}

.editor-styles-wrapper .link_text.-small a {
    padding-right: 2.25em;
    font-size: 1.6rem;
    letter-spacing: 0;
}

.editor-styles-wrapper .link_text.-extarnal a {
    padding-right: 2.5em;
}

.editor-styles-wrapper .link_text.-extarnal a::after {
    margin: auto 0 auto 0.5em;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    display: block;
    width: 2rem;
    height: 1.6rem;
    background: url(/univ/assets/img/common/icon_extarnal.svg) no-repeat right center;
    background-size: auto 100%;
}

.editor-styles-wrapper .nav_indexNav a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.75);
}

.editor-styles-wrapper .nav_indexNav .indexNav_title {
    margin-top: 0.5em;
}

.editor-styles-wrapper .nav_indexNav .indexNav_lead {
    margin-bottom: 1em;
    line-height: 1.4;
    font-size: 1.5rem;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .nav_indexNav .indexNav_lead {
        font-size: 1.4rem;
    }
}

.editor-styles-wrapper .nav_indexNav.-textNav.-column2 {
    gap: 3rem 2.6315789474%;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .nav_indexNav.-textNav.-column2 {
        gap: 3.125vw;
    }
}

.editor-styles-wrapper .nav_indexNav.-textNav a {
    padding: 3rem 3rem 2rem;
    border: solid 2px #009564;
    border-radius: 1.2rem;
    display: flex;
    height: 100%;
    justify-content: space-between;
    box-shadow: 0.2rem 0.2rem 0 0 #009564;
    background: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .nav_indexNav.-textNav a {
        padding: 4.6875vw;
        border-radius: 1.875vw;
    }
}

.editor-styles-wrapper .nav_indexNav.-textNav a figure {
    width: 6rem;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .nav_indexNav.-textNav a figure {
        width: 9.375vw;
    }
}

.editor-styles-wrapper .nav_indexNav.-textNav .indexNav_title-box {
    width: calc(100% - 9.5rem);
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .nav_indexNav.-textNav .indexNav_title-box {
        width: calc(100% - 14.84375vw);
    }
}

.editor-styles-wrapper .nav_indexNav.-textNav .indexNav_title-box h3 {
    color: #009564;
}

.editor-styles-wrapper .nav_pageNav .pageNav_list {
    margin: 6rem auto 8rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    justify-content: center;
    letter-spacing: 0;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .nav_pageNav .pageNav_list {
        margin: 6.25vw auto 7.8125vw;
        gap: 1.5625vw;
    }
}

.editor-styles-wrapper .nav_pageNav .pageNav_list.-column3 .pageNav_item {
    width: 36.4rem;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .nav_pageNav .pageNav_list.-column3 .pageNav_item {
        width: 41.5625vw;
    }
}

.editor-styles-wrapper .nav_pageNav .pageNav_list.-column4 .pageNav_item {
    width: 27.6rem;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .nav_pageNav .pageNav_list.-column4 .pageNav_item {
        width: 41.5625vw;
    }
}

.editor-styles-wrapper .nav_pageNav .pageNav_list.-column6 .pageNav_item {
    width: 18rem;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .nav_pageNav .pageNav_list.-column6 .pageNav_item {
        width: 41.5625vw;
    }
}

.editor-styles-wrapper .nav_pageNav .pageNav_item {
    width: 21.8rem;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .nav_pageNav .pageNav_item {
        width: 42.65625vw;
    }
}

.editor-styles-wrapper .nav_pageNav .pageNav_item a {
    padding: 0 2.5em 0 1em;
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    color: rgba(0, 0, 0, 0.75);
    background: #fff;
    font-size: 1.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    min-height: 4em;
    box-shadow: 0.2rem 0.2rem 0 0 rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .nav_pageNav .pageNav_item a {
        padding: 0 2em 0 0.5em;
        font-size: 2.5vw;
    }
}

.editor-styles-wrapper .nav_pageNav .pageNav_item a::after {
    margin: auto 0 auto 0.5em;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.75em;
    display: block;
    width: 1.8rem;
    height: 0.6rem;
    background: url(/univ/assets/img/common/arrow_s_k.svg) no-repeat right center;
    background-size: auto 100%;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .nav_pageNav .pageNav_item a::after {
        width: 2.8125vw;
        height: 0.9375vw;
    }
}

.editor-styles-wrapper .nav_pageNav .pageNav_item.-extarnal a {
    padding-right: 2.5em;
}

.editor-styles-wrapper .nav_pageNav .pageNav_item.-extarnal a::after {
    margin: auto 0 auto 0.5em;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    display: block;
    width: 2rem;
    height: 1.6rem;
    background: url(/univ/assets/img/common/icon_extarnal_k.svg) no-repeat right center;
    background-size: auto 100%;
}

.editor-styles-wrapper .nav_pageNav.-bottom {
    margin-top: 8rem;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .nav_pageNav.-bottom {
        margin-top: 12.5vw;
    }
}

.editor-styles-wrapper .nav_contentLink {
    margin: 6rem auto;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .nav_contentLink {
        margin: 6.25vw auto;
    }
}

.editor-styles-wrapper .nav_contentLink .contentLink_list {
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .nav_contentLink .contentLink_list {
        gap: 3.75vw;
    }
}

.editor-styles-wrapper .nav_contentLink .contentLink_list.-jucticy-start {
    justify-content: flex-start;
}

.editor-styles-wrapper .nav_contentLink .button-link {
    width: 36.4rem;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .nav_contentLink .button-link {
        width: 41.5625vw;
    }
}

.editor-styles-wrapper .nav_contentLink .-column1 .button-link {
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .nav_contentLink .-sp-column1 .button-link {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .nav_contentLink .-sp-column2 .button-link {
        width: 48.275862069%;
    }
}

.editor-styles-wrapper .nav_contentLink .-column2 .button-link {
    width: 47.3684210526%;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .nav_contentLink .-column2 .button-link {
        width: 100%;
    }
}

.editor-styles-wrapper .nav_contentLink .button_caption {
    margin-top: 0.5em;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.editor-styles-wrapper .title {
    line-height: 1.4;
}

.editor-styles-wrapper .title_block {
    margin-bottom: 4em;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .title_block {
        margin-bottom: 3em;
    }
}

.editor-styles-wrapper .title-content {
    margin-bottom: 1.5em;
    font-size: 3.2rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.3;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .title-content {
        font-size: 5vw;
    }
}

.editor-styles-wrapper .title-large {
    margin: 1.5em 0;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #009564;
    text-align: center;
    letter-spacing: 0.2em;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .title-large {
        font-size: 5vw;
        letter-spacing: 0.1em;
    }
}

.editor-styles-wrapper .title-large span {
    font-size: 2rem;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .title-large span {
        font-size: 3.125vw;
    }
}

.editor-styles-wrapper .title-middle {
    margin: 1.5em 0;
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .title-middle {
        font-size: 4.375vw;
    }
}

.editor-styles-wrapper .title-middle span {
    font-size: 2rem;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .title-middle span {
        font-size: 3.125vw;
    }
}

.editor-styles-wrapper .title-small {
    margin: 1em 0;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .title-small {
        margin: 1.5em 0;
        font-size: 3.75vw;
    }
}

.editor-styles-wrapper .title-xsmall {
    margin: 1em 0;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .title-xsmall {
        margin: 1.5em 0;
        font-size: 3.75vw;
    }
}

.editor-styles-wrapper .title-xxsmall {
    margin: 1em 0;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .title-xxsmall {
        font-size: 3.75vw;
    }
}

.editor-styles-wrapper .text_lead {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.8;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .text_lead {
        font-size: 3.4375vw;
    }
}

.editor-styles-wrapper .text_small {
    font-size: 1.5rem;
}

.editor-styles-wrapper .text_notes {
    margin-top: 1em;
    line-height: 1.4;
    font-size: 1.3rem;
}

.editor-styles-wrapper .list_dot li {
    margin: 1em 0;
    padding-left: 1em;
    line-height: 1.4;
    position: relative;
    font-weight: 500;
}

.editor-styles-wrapper .list_dot li::before {
    margin-top: 0.4em;
    content: "⚫︎";
    position: absolute;
    top: 0;
    left: 0;
    color: #009564;
    font-size: 0.75em;
    margin-right: 1em;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .list_dot li::before {
        margin-top: 0.75em;
        width: auto;
    }
}

.editor-styles-wrapper .list_dot-small li {
    margin: 0.5em 0;
    display: flex;
    line-height: 1.4;
}

.editor-styles-wrapper .list_dot-small li::before {
    content: "・";
    margin-right: 0.5em;
}

.editor-styles-wrapper .list_dot.-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 0 4em;
}

.editor-styles-wrapper .list_number {
    counter-reset: listnum;
}

.editor-styles-wrapper .list_number li {
    margin-bottom: 1em;
    padding-left: 2.5rem;
    position: relative;
}

.editor-styles-wrapper .list_number li::before {
    position: absolute;
    top: 0.1em;
    left: 0;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-weight: 600;
    counter-increment: listnum;
    content: counter(listnum) ".";
    color: #009564;
    line-height: 1.4;
    font-size: 1.8rem;
}

.editor-styles-wrapper .list_number.-basic li {
    margin: 0;
}

.editor-styles-wrapper .list_number.-basic li::before {
    font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.75);
    font-size: 1.6rem;
}

.editor-styles-wrapper .list_number.-circle li {
    margin-bottom: 2em;
    padding-left: 5rem;
}

.editor-styles-wrapper .list_number.-circle li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
    width: 4rem;
    height: 4rem;
    border-radius: 2em;
    color: #fff;
    background: #009564;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    counter-increment: listnum;
    content: counter(listnum);
}

.editor-styles-wrapper .list_number.-small li {
    margin-bottom: 1em;
    padding-left: 4rem;
}

.editor-styles-wrapper .list_number.-small li::before {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.8rem;
}

.editor-styles-wrapper .list_number.-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .list_number.-flex {
        gap: 1.5625vw;
    }
}

.editor-styles-wrapper .radius-20 {
    overflow: hidden;
    border-radius: 2rem;
}

.editor-styles-wrapper .wp-block-table {
    margin: 2em auto;
}

.editor-styles-wrapper .wp-block-table td,
.editor-styles-wrapper .wp-block-table th {
    border: solid 1px #ddd;
    padding: .5em;
    background: #fff;
}


.editor-styles-wrapper table {
    width: 100%;
}

.editor-styles-wrapper table th,
.editor-styles-wrapper table td {
    padding: 1em 1.5em;
    border: solid 1px #ddd;
    line-height: 1.4;
}

@media only screen and (max-width: 640px) {

    .editor-styles-wrapper table th,
    .editor-styles-wrapper table td {
        padding: 1em 1em;
    }
}

.editor-styles-wrapper table th {
    font-weight: 700;
    background: #F2F8E6;
}

.editor-styles-wrapper table th.-bgGreen {
    background: #009564;
    color: #fff;
}

.editor-styles-wrapper table td {
    background: #fff;
}

.editor-styles-wrapper table .-w10 {
    width: 10%;
}

.editor-styles-wrapper table .-w20 {
    width: 20%;
}

.editor-styles-wrapper table .-w25 {
    width: 25%;
}

.editor-styles-wrapper table .-w33 {
    width: 33.3333333333%;
}

.editor-styles-wrapper table .-w40 {
    width: 40%;
}

.editor-styles-wrapper table .-w50 {
    width: 50%;
}

.editor-styles-wrapper table .-w60 {
    width: 60%;
}

.editor-styles-wrapper table .-w66 {
    width: 66.6666666667%;
}

.editor-styles-wrapper table .-w75 {
    width: 75%;
}

.editor-styles-wrapper table .-w80 {
    width: 80%;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper table .-spAuto {
        width: auto;
    }
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper table.-spBlock {
        display: block;
    }

    .editor-styles-wrapper table.-spBlock tbody,
    .editor-styles-wrapper table.-spBlock tr,
    .editor-styles-wrapper table.-spBlock th,
    .editor-styles-wrapper table.-spBlock td {
        display: block;
        width: 100%;
    }
}

.editor-styles-wrapper .content {
    margin: 10rem auto;
    position: relative;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .content {
        margin: 12.5vw auto;
    }
}

.editor-styles-wrapper .wp-block-button__link {
    margin-top: .25em;
    margin-bottom: .25em;
    display: flex;
    min-height: 3em;
    align-items: center;
    border: none;
    font-weight: 700;
    padding: 2rem 5rem 2rem 2rem;
    border: solid 2px #009564;
    border-radius: 0.4rem;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    box-shadow: 0.2rem 0.2rem 0 0 #009564;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.75);
    background: #fff url(/univ/assets/img/common/arrow_s_g.svg) no-repeat right 0.75em center;
    background-size: 30px auto;
}

.editor-styles-wrapper .-pdf .wp-block-button__link {
    background: #fff url(/univ/assets/img/common/icon_pdf.png) no-repeat right 0.75em center;
}

@media only screen and (max-width: 640px) {
    .editor-styles-wrapper .wp-block-button__link {
        padding: 3.125vw 9.375vw 3.125vw 1.5625vw;
    }

    .editor-styles-wrapper .wp-block-buttons>.wp-block-button.wp-block-button__width-50,
    .editor-styles-wrapper .wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
        width: 100%;
    }
}

.editor-styles-wrapper .wp-block-table table tr td:first-child {
    background: #F2F8E6;
    white-space: nowrap;

}

.editor-styles-wrapper .wp-block-embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.editor-styles-wrapper .wp-block-embed__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.editor-styles-wrapper .wp-block-embed-youtube iframe {
    width: 100%;
    height: 100%;
}

/*# sourceMappingURL=module_editor.css.map */



/* 画像行共通 */
.editor-styles-wrapper .images-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 28px;
    align-items: stretch;
    flex-wrap: wrap;
}

.editor-styles-wrapper .images-row figure {
    flex: 0 0 300px;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.editor-styles-wrapper .images-row img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.editor-styles-wrapper .images-row figcaption {
    font-size: 14px;
    padding-top: 6px;
    text-align: left;
}

.editor-styles-wrapper .images-row.center figcaption {
    text-align: center
}

.editor-styles-wrapper .images-row.right figcaption {
    text-align: right
}

/* 下段2枚用（中央寄せ＋gap統一） */
.editor-styles-wrapper .images-row.two-cols {
    justify-content: center;
    gap: 20px;
    /* 上段と同じ間隔 */
}

/* レスポンシブ */
@media (max-width:900px) {
    .editor-styles-wrapper .images-row {
        flex-direction: column;
        align-items: stretch;
    }

    .editor-styles-wrapper .images-row figure {
        flex: 0 0 100%;
    }

    .editor-styles-wrapper .images-row img {
        width: 100%;
        height: auto;
    }

    .editor-styles-wrapper .images-row figcaption {
        text-align: left
    }
}