@charset "UTF-8"; /* room */
body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

body .is-layout-flow > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-flow > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-flow > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-constrained > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-constrained > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained > .alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

body .is-layout-flex {
    flex-wrap: wrap;
}

body .is-layout-flex > * {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

header {
  position: relative;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6;
}

.single-room {
    background: #fff;
}

.single-room #contents2, .single-room #contents4, .tax-room_area #contents4 {
    background: #f0f3fa;
}

.single-room #contents3 a {
    color: #3e52c6;
}

.single-room #contents3 .article > h2:nth-child(n+2) {
    margin-top: 2em;
}

.single-room #contents3 p {
    margin-bottom: 1.2em;
}

.page-header {
    background: #f0f3fa;
    color: #1d2080;
}

.page-header .container {
    height: 220px;
    display: flex;
    align-items: center;
}

.page-header h1 {
    font-weight: 800;
    margin: 0;
}

.room__icon {
    margin: 0 0 30px;
}

.room__icon ul li {
    width: 90px;
    margin: 2.5px;
}

.room__icon ul li .icon_false {
    opacity: .3;
}

.room__info_left {
    font-size: 1.14em;
    line-height: 1.6;
    padding-right: 50px;
}

.room__address {
    border-bottom: solid 1px rgba(15, 22, 107, .3);
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.room__access {
    margin: 0 0 30px;
}

.room__info .head h2 {
    font-size: 1.5rem;
    color: #1d2088;
}

.room__info .head img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: inline-block;
    margin-right: .5rem;
}

.room__time dt {
    width: 130px;
    font-weight: 600;
}

.room__time dd {
    width: calc(100% - 130px);
}

.room__googlemap iframe {
    width: 100% !important;
    height: 300px !important;
}

.room__thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 20px;
}

.acf-map {
    width: 100%;
    height: 300px;
}

.acf-map img {
    max-width: inherit !important;
}

.room__btnList {
    margin-top: 60px;
    list-style: none !important;
}

.room__btnList a {
    display: block;
    border-radius: 10px;
    height: 80px;
    line-height: 80px;
}

.room__btnList .tel a {
    border: solid 1px #3e52c6;
    color: #3e52c6;
    font-weight: 600;
    font-size: 2em;
}

.room__btnList .tel a span {
    background: url(assets/img/room/ico_tel@2x.png) no-repeat;
    background-size: auto 100%;
    background-position: left center;
    padding: 0 0 0 30px;
}

.room__btnList .taiken a {
    background: #ffe800 url(assets/img/room/ico_arrow1@2x.png) no-repeat;
    background-size: 10px;
    background-position: right 20px center;
    color: #000;
    font-size: 1.7em;
    font-weight: 600;
    border: none;
}

.room__btnList .siryo a {
    background: #1d2088 url(assets/img/room/ico_arrow2@2x.png) no-repeat;
    background-size: 10px;
    background-position: right 20px center;
    color: #fff;
    font-size: 1.7em;
    font-weight: 600;
}

.subpage__nav {
    background: #f8f8f8;
    padding: 60px 0;
}

.subpage__nav ul li a {
    border-bottom: solid 1px rgba(15, 22, 107, .3);
    background: url(assets/img/room/ico_arrow3@2x.png) no-repeat;
    background-size: 12px;
    background-position: right 10px center;
    font-size: 1.28em;
    font-weight: 600;
    padding: 20px 35px 20px 10px;
    line-height: 1.3;
    height: 100%;
    display: flex;
    align-items: center;
}

.room__section {
    padding: 80px 0;
    font-size: 1.14em;
    line-height: 1.6;
}

h2.section__sub_title {
    color: #1d2088;
    font-weight: 800;
    font-size: 1.37em;
    border-bottom: solid 2px #1d2088;
    padding: 0 0 .5em;
    margin: 0 0 1em;
    line-height: 1.4;
}

h3.section__sub_title, .single-room #contents3 .article h2 {
    background: rgba(62, 82, 198, .05);
    border-left: solid 4px #3e52c6;
    font-weight: 800;
    font-size: 1.37em;
    padding: 12px 12px 12px 20px;
    margin: 0 0 1.2em;
    line-height: 1.4;
}

.single-room #contents3 .article:nth-child(n+2) {
    margin-top: 60px;
}

.rinkai_room_bnrlist {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
}

.room__message_box {
    border: solid 1px #dddfe2;
    padding: 30px;
}

.room__message_box .message_img img {
    width: 100%;
    height: auto;
}

.room__message_box .message_contents .message__name {
    border-left: solid 4px #3e52c6;
    padding: 0 0 0 10px;
    margin: 0 0 20px;
}

.room__message_box .message_contents .message__name .room {
    color: #3e52c6;
    margin: 0;
}

.room__message_box .message_contents .message__name h3 {
    font-size: 1.25em;
}

.room__message_box .room__btn a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 50px;
    background: #1d2088 url(assets/img/room/ico_arrow2@2x.png) no-repeat;
    background-size: 5px;
    background-position: center right 15px;
    text-align: center;
    min-width: 200px;
    padding: 0 20px;
    font-size: .9em;
}

.room__message_box .room__message_freearea {
    background: #F8F8F8;
    margin: 30px 0 0;
    padding: 20px 30px 10px;
    font-size: .9em;
}

.room__message_box .room__message_freearea .btn_readmore a {
    font-weight: 600;
    background: url(assets/img/room/ico_arrow1@2x.png) no-repeat;
    background-size: 6px;
    background-position: right center;
    padding-right: 15px;
}

.room__message_box .room__message_freearea .article {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.room__message_box .room__message_freearea .article:nth-child(n+2) {
    display: none;
}

.room__message_box .room__message_freearea .article h2 {
    font-size: 1em;
    margin: 0;
    line-height: 1.6;
}

.room__message_box .room__message_freearea .article p {
    margin: 0;
}

.room__message_box.student_voice {
    border: solid 3px #3e52c6;
    margin: 0 0 40px;
}

.bnr__block {
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
}

.taisyo__block {
    margin: 0 0 20px;
}

.taisyo__block .head h3 {
    background: #f4c43a;
    color: #fff;
    width: 174px;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
    font-size: 1.14em;
    line-height: 40px;
    margin: 0 0 10px;
}

.taisyo__block .head h3.head_jh {
    background: #9bc458;
}

.taisyo__block .head h3.head_hs {
    background: #6480bd;
}

.taisyo__block dl dt {
    border-left: solid 4px #f4c43a;
    font-weight: 600;
    font-size: 1.286em;
    padding: 0 0 0 10px;
    margin: 0 0 5px;
    line-height: 1.4;
}

.taisyo__block dl.dl_jh dt {
    border-color: #9bc458;
}

.taisyo__block dl.dl_hs dt {
    border-color: #6480bd;
}

.taisyo__block dl dd {
    margin: 0 0 1em;
}

.tax-room_area {
    background: #fff;
}

.tax-room_area #contents1-2 {
    background: #dce2f2;
}

.tax-room_area .room__message_box {
    margin-bottom: 30px;
}

.bnr_reason {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

/* room_area */
.tax-room_area {
    background: #fff;
}

.tax-room_area #contents1-2 {
    background: #dce2f2;
}

.tax-room_area .room__message_box {
    margin-bottom: 30px;
}

.tax-room_area .google_mymap iframe {
    width: 100% !important;
    height: 400px !important;
}

.area_taisyo_list {
    list-style: none;
    font-size: 1.286em;
    margin: 0 0 20px;
}

.area_taisyo_list li {
    margin: 0 0 .5em;
}

.area_taisyo_list li .marker {
    display: flex;
    align-items: center;
}

.area_taisyo_list li .name {
    width: calc(100% - 16px);
}

.area_taisyo_list li .marker:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #555;
    margin-right: .5em;
}

.area_taisyo_list li .mark-es:before {
    background: #F4C43A;
}

.area_taisyo_list li .mark-es2:before {
    background: #F4C43A;
}

.area_taisyo_list li .mark-jh:before {
    background: #9BC458;
}

.area_taisyo_list li .mark-hs:before {
    background: #6480BD;
}

.area_taisyo_list li .mark-personal:before {
    background: #AE68DD;
}

.gakunen_taisyo_list {
    font-size: .7em;
    margin: .5em 0 1em;
}

.gakunen_taisyo_list li {
    border: solid 2px;
    text-align: center;
    width: 50px;
    margin: .15em;
    line-height: 2em;
    height: 2em;
    border-radius: 4px;
    max-width: calc(100% / 6.5);
    white-space: pre;
}

.gakunen_taisyo_list li.es_1 {
    color: #F4C43A;
}

.gakunen_taisyo_list li.es_2 {
    color: #F4C43A;
}

.gakunen_taisyo_list li.es_3 {
    color: #FB9D00;
}

.gakunen_taisyo_list li.es_4 {
    color: #FB9D00;
}

.gakunen_taisyo_list li.es_5 {
    color: #fa7a00;
}

.gakunen_taisyo_list li.es_6 {
    color: #fa7a00;
}

.gakunen_taisyo_list li.jh_1 {
    color: #67CB98;
}

.gakunen_taisyo_list li.jh_2 {
    color: #25B562;
}

.gakunen_taisyo_list li.jh_3 {
    color: #1E9B40;
}

.gakunen_taisyo_list li.hs_1 {
    color: #29A6E2;
}

.gakunen_taisyo_list li.hs_2 {
    color: #238BD4;
}

.gakunen_taisyo_list li.hs_3 {
    color: #1B6EBC;
}

.gakunen_taisyo_list li.hs_4 {
    color: #1B6EBC;
}

.course_list {
    margin: 0 0 80px;
}

.course_list > div {
    margin: 0 0 .5em;
}

.course_list > div dt {
    width: 174px;
    text-align: center;
    font-size: 1.143em;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    color: #fff;
    background: #555;
}

.course_list > div dt.es {
    background: #F4C43A;
}

.course_list > div dt.jh {
    background: #9BC458;
}

.course_list > div dt.hs {
    background: #6480BD;
}

.course_list > div dt.personal {
    background: #AE68DD;
}

.course_list > div dd {
    padding: .4em 0 0 1.2em;
    width: calc(100% - 174px);
    margin: 0;
}

.course_list > div dd ul li {
    width: calc(100% / 3);
    font-size: 1.143em;
    font-weight: 600;
    background: url(assets/img/room/ico_arrow4@2x.png) no-repeat;
    background-size: 7px;
    background-position: left top 10px;
    padding-left: .8em;
}

.school__basic_info {
    margin: 0 0 60px;
}

.school__basic_info ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.school__basic_info ul li {
    border-bottom: solid 1px #DDDFE2;
    padding: 0 0 15px;
}

.school__basic_info ul li h4.title {
    font-size: 1.25em;
    font-weight: 600;
}

.school__basic_info ul li h4 .marker:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #555;
    border-radius: 50%;
    margin-right: .3em;
}

.school__basic_info ul li h4 .mark-es:before {
    background: #F4C43A;
}

.school__basic_info ul li h4 .mark-jh:before {
    background: #9BC458;
}

.school__basic_info ul li h4 .mark-hs:before {
    background: #6480BD;
}

.school__basic_info ul li h4 .mark-personal:before {
    background: #AE68DD;
}

.school__basic_info ul li h4 .marker .name {
    width: calc(100% - 16px);
}

.school__basic_info ul li .tel a {
    background: url(assets/img/room/ico_tel2@2x.png) no-repeat;
    background-size: 15px;
    background-position: left center;
    padding: 0 0 0 18px;
    font-size: 1.125em;
    min-height: 20px;
    display: inline-block;
}

.school__basic_info ul li .tel a:hover {
    color: #333;
}

@media (max-width: 768px) {
    .course_list > div {
        margin: 0 0 1.2em;
    }

    .course_list > div dd {
        width: 100%;
        padding-left: 0;
    }

    .course_list > div dd ul li {
        width: 100%;
    }

    .school__basic_info ul {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .school__basic_info ul li {
        padding: 0 0 5px;
    }

    .tax-room_area .google_mymap iframe {
        height: 200px !important;
    }

    .room__btnList {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .room__btnList > li {
        margin-bottom: 10px;
    }

    .subpage__nav {
        padding: 20px 0 40px;
    }

    .subpage__nav ul li {
        padding: 0 5px;
    }

    .subpage__nav ul li a {
        font-size: 1em;
        padding: 1em 30px 1em .5em;
    }

    .room__message_box {
        padding: 15px;
    }

    .room__message_box .message_img {
        margin-bottom: 20px;
    }
}

/*template*/
.fv {
    position: relative;
}

.fv img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.fv.height-m img {
    height: 320px;
}

.fv .copy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5%;
    width: 100%;
}

.fv .copy .sub span {
    color: #1d2088;
    background: #fff;
    font-weight: 800;
    font-size: 1.8em;
    padding: .5em;
    display: inline-block;
    margin: 0 0 .5em;
}

.fv .copy h1 span {
    background: #1d2088;
    color: #fff;
    font-weight: 800;
    padding: .3em .5em;
    display: inline-block;
    font-size: 1.2em;
    letter-spacing: .05em;
}

.fv_under {
    background: #1d2088;
    color: #fff;
    padding: .8em;
}

.border-balloon {
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: bold;
    border: 4px solid #d5d5d5;
    box-sizing: border-box;
    margin: 0 0 10px;
}

.border-balloon::before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 12px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    z-index: 2;
}

.border-balloon::after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 14px;
    border-style: solid;
    border-color: #d5d5d5 transparent transparent transparent;
    z-index: 1;
}

.border-balloon p {
    margin: 0;
    font-size: .8em;
    color: #1d2088;
}

.btn-tel {
    border: solid 2px #1d2088;
    border-radius: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.btn-tel img {
    height: 20px;
    display: inline-block;
    margin: 0 .1em 0 0;
}

.vk_balloon_content p:last-child {
    padding-bottom: 0;
}

.post-title {
    font-size: 2em;
    line-height: 1.6;
    margin: 0 0 1em;
}

.single-post .wznrys h1 {
    color: #1e207b;
    font-size: 2em;
    line-height: 1.6;
    margin: 0 0 1em;
    border-left: solid 4px;
    border-bottom: solid 1px;
    padding: 0 0 .2em .5em;
}

.template-page1 h2,
.single-post .wznrys h2 {
    color: #1e207b;
    font-size: 2em;
    line-height: 1.6;
    margin: 0 0 1em;
    border-bottom: dotted 2px;
    padding: 0 0 .2em;
}

.template-page1 h3,
.single-post .wznrys h3 {
    background: #1e207b;
    color: #fff;
    font-size: 1.6em;
    line-height: 1.6;
    border-radius: 5px;
    padding: .5em .8em;
}

.template-page1 h3.reason {
    background: none;
    padding: 0;
    border-radius: 0;
}

.template-page1 h4, .single-post .wznrys h4 {
    color: #1e207b;
    /* border-left: solid 6px; */
    font-size: 1.2em;
    /* padding: 0 0 0 .8em; */
    line-height: 1.6;
}

.template-page1 h5, .single-post .wznrys h5 {
    background: #eee;
    font-size: 1.1em;
    padding: .5em 1em;
    line-height: 1.6;
    border-radius: 5px;
}

.reason h3 .single-post .wznrys h3 {
    background: none;
}

.template-page1 .vk_button .vk_button_link.btn {
    color: #1d2080;
}

.template-page1 .vk_button_link.is-style-outline.has-vk-color-primary-color:hover {
    background: #1d2080 !important;
    opacity: 1;
}

.template-page1 .vk_faq {
    background: #f5f6fc;
    border: none;
    padding: 20px;
}

.template-page1 .vk_faq .vk_faq_title {
    color: #3e52c6;
    padding-bottom: 0;
    border: none;
}

.template-page1 .vk_faq .vk_faq_title:before {
    color: #3e52c6;
}

.template-page1 .vk_faq .vk_faq_content:before {
    color: #d00c18;
}

.template-page1 .has-vk-color-primary-background-color {
    background: #1d2080;
}

.template-page1 ol {
    list-style: decimal;
}

.template-page1 iframe {
    max-width: 100%;
}

.template-page1 table.table th, .template-page1 table.table td {
    line-height: 1.6;
    font-size: 1rem;
}

.template-page1 table.table tr th {
    background: #f8f8f8;
}

.template-page1 figcaption.wp-element-caption {
    text-align: left;
    line-height: 1.6;
}

div#ez-toc-container {
    width: 100%;
    padding: 20px;
    margin: 20px 0 60px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

div#ez-toc-container ul.ez-toc-list a {
    display: block;
    padding: .5em;
}

.wp-block-image.size-full {
    text-align: center;
}

.column2-side_section {
    font-size: 1rem;
}

.column2-side_section .widget_block h4 {
    background: #1e207b;
    color: #fff;
    padding: .3em .5em;
    border-radius: 4px;
}

.column2-side_section ul {
    margin: 0 0 30px;
}

.column2-side_section ul li {
    margin: 0 0 .5em;
    display: flex;
}

.column2-side_section ul li:before {
    content: '・';
    display: inline-block;
    color: #1e207b;
}

.column2-side_section ul li a {
    border-bottom: solid 1px;
}

.vk_inline-font-size {
    display: inline-block;
}

mark.has-inline-color {
    background: none;
}

.wznrys .parts__table ul {
    list-style: none;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wznrys .parts__table ul li {
    width: 25%;
    padding: 10px 0 15px;
}

.wznrys ul.form__steps li:first-child {
    margin-left: 0;
}

@media (max-width: 751px) {
    .form__input--container.--multiple input[type="text"] {
        max-width: calc(100% - 20px);
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .fv {
        padding: 0;
    }

    .fv img {
        height: 220px;
    }

    .fv.height-m img {
        height: 170px;
    }

    .fv .copy .sub span {
        font-size: 1em;
    }

    .fv .copy h1 span {
        font-size: .9em;
    }

    .fv_under-container {
        padding: 0;
    }

    .btn-tel {
        margin-top: 10px;
    }

    .single-post .wznrys h1, .template-page1 h2, .post-title, .single-post .wznrys h2 {
        font-size: 1.6em;
    }

    .template-page1 h3, .single-post .wznrys h3 {
        font-size: 1.3em;
    }

    body .wp-block-columns.is-layout-flex {
        display: block;
    }

    .vk_balloon {
        margin-bottom: 1em !important;
    }

    .template-page1 .vk_button.vk_button-align-wide, .editor-styles-wrapper .vk_button.vk_button-align-wide {
        max-width: 100%;
    }

    .column2-side_section {
        margin: 40px 0 0;
    }

    section.banner,
    main {
        padding-top: 10px !important;
    }

    .wznrys .parts__table ul li {
        width: 50%;
        padding: 3.2vw 0 .8vw;
    }
}

/* gokaku */
@media (max-width: 750px) {
    .article-gokaku table tr th {
        background: #f8f8f8 !important;
    }
    .article-gokaku table tr td {
        background: #fff !important;
    }
}

.article-gokaku table {
    width: 100%;
    table-layout: fixed;
    color: #111;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 40px;
}

.article-gokaku table th,
.article-gokaku table td {
    padding: .8em;
    border-bottom: solid 1px #eee;
    font-size: 16px;
}

.article-gokaku table tr:nth-child(even) th,
.article-gokaku table tr:nth-child(even) td {
    background: #f8f8f8;
}

.template-gokaku h2.wp-block-heading {
    color: #1e207b;
    font-size: 2em;
    line-height: 1.6;
    margin: 0 0 1em;
    border-bottom: dotted 2px;
    padding: 0 0 .2em;
}

.template-gokaku #ez-toc-container {
    margin: 0 0 40px;
}

.template-gokaku #ez-toc-container ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
}

@media (max-width: 768px) {

    .template-gokaku #ez-toc-container {
        margin: 0 0 20px;
        padding: 15px;
    }

    div#ez-toc-container ul.ez-toc-list a {
        padding: .3em .5em;
    }
}

/* event */
.top_event > div > .tab {
    margin-top: 40px;
}

.top_event .tab-list {
    display: flex;
    column-gap: 5px;
    justify-content: space-between;
    width: 100%;
    margin: 10px auto;
}

.top_event .tab_jigyobu .tab-list-item {
    flex: 1;
    font-size: 1.8em;
    font-weight: 900;
    text-align: center;
    padding: 10px 10px;
    border-radius: 8px;
    cursor: pointer;
    background: #1e207b;
    border: none;
    opacity: .5;
    color: #7F7F7F;
}

.top_event .tab_jigyobu > .tab-list-item:nth-child(1) {
    background: #FFCC33;
}

.top_event .tab_jigyobu > .tab-list-item:nth-child(2) {
    background: #3FA9F5;
}

.top_event .tab_jigyobu > .tab-list-item:nth-child(3) {
    background: #abd658;
}

.top_event .tab-area {
    display: flex;
    cursor: pointer;
    width: 100%;
}

.top_event .tab-area .tab:nth-child(n+2) {
    border-left: 1px solid #1e207b;
}

.top_event .tab-area .tab {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    background-color: #dde3f2;
    padding: 0.8em 0;
    font-weight: bold;
    color: #1e207b;
    font-size: 1.2em;
}

.top_event .tab-area .tab.active {
    background-color: #1e207b;
    color: #fff;
}

.top_event .panel {
    display: none;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.top_event .panel.active {
    display: block;
}

.top_event .panel-ul {
    margin: 0 auto;
    max-width: 150px;
    list-style-type: disc;
    line-height: 1.8;
}

.top_event .tab-contents {
    display: none;
    padding: 30px 0;
}

.top_event .tab-contents.tab_jigyobu {
    padding: 10px 0;
}

.top_event .tab_jigyobu .is-btn-active {
    opacity: 1;
    color: #333;
}

.top_event .tab_type .tab-list-item {
    width: calc(33.3% - 5px);
    font-size: 1.8em;
    font-weight: 800;
    text-align: center;
    padding: 12px 10px;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    border: solid 2px #1e207b;
    color: #1e207b;
}

.top_event .tab_type .is-btn-active {
    background: #1e207b;
    color: #fff;
}

.top_event .is-contents-active {
    display: block;
}

.rinkai_event_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.rinkai_event_list li p {
    text-align: left;
    margin: .2em 0 .5em;
}

.top_event .result_es .tab_type .tab-list-item {
    width: calc(50% - 5px);
}

.top_event .result_jhs .tab_type .tab-list-item {
    width: calc(16.6% - 5px);
}

.result_single_block {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.result_single_block img {
    display: block;
    margin: 0 auto;
}


@media (max-width: 768px) {
    .top_event > div > .tab {
        margin-top: 20px;
    }

    .top_event .tab_jigyobu .tab-list-item {
        width: calc(25% - 2.5px);
        padding: 12px 5px;
        font-size: 1.4em;
    }

    .top_event .tab_type .tab-list-item {
        width: calc(33.3% - 2.5px);
        font-size: .85em;
        padding: 10px 0;
    }

    .top_event .tab-contents {
        padding: 20px 0;
    }

    .rinkai_event_list {
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }

    .top_event .tab-area .tab {
        font-size: .85em;
    }

    .top_event .result_jhs .tab-list {
        flex-wrap: wrap;
    }

    .top_event .result_es .tab_type .tab-list-item {
        width: calc(50% - 2.5px);
    }

    .top_event .result_jhs .tab_type .tab-list-item {
        width: calc(33.3% - 2.5px);
        margin: 0 0 5px;
    }
}

/* 教室ページ 教室長メッセージ以降のリンク */
.single-school .l16.f16 a {
    color: #0072cd;
    text-decoration: underline;
}

/**
 * 教室ページ 教室からのお知らせ
 */
/* 〇〇校出身の合格者 */
.classroom__influencer--contents {
    font-size: 14px;
    line-height: 1.64286;
}

.classroom__influencer--txt {
    width: 100%;
}

.classroom__news--contents .classroom__influencer--ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #1d2088;
    margin-top: 0;
}

.classroom__news--contents p {
    margin-top: 24px;
    line-height: 1.64286;
    font-size: 14px;
}

/* 教室ページ　google map link */
.google_map_link {
    margin-top: 5px;
    width: 100%;
    text-align: right;
    padding-right: 25px;
}

.google_map_link a{
    color: #3e52c6;
    text-decoration: underline;
}

.google_map_link a:after{
    font-family:'Bootstrap-icons';
    content: "\F1C5";
    position: absolute;
    padding: 0 5px;
}


@media screen and (min-width: 751px) {
    .util__sp-only {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    .util__pc-only {
        display: none !important;
    }
}

@media screen and (min-width: 751px) {
    .classroom__news--contents .classroom__influencer--thumbs {
        width: 350px;
        min-width: 350px;
        height: 230px;
        margin-right: 20px;
    }

    .classroom__news--contents .classroom__influencer--thumbs img {
        width: 350px;
        height: 230px;
        object-fit: contain;
    }

    .classroom__news--contents .classroom__influencer--contents {
        padding-top: 32px;
        padding-right: 0;
        padding-bottom: 32px;
        padding-left: 0;
        align-items: flex-start;
    }

    .classroom__influencer--contents {
        padding: 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (max-width: 750px) {
    .classroom__influencer--thumbs {
        margin-bottom: 4.26667vw;
    }

    .classroom__news--contents .classroom__influencer--txt {
        margin: 0;
    }

    .classroom__influencer--txt {
        margin: 0 4.26667vw;
        width: initial;
    }

    .classroom__news--contents .classroom__influencer--ttl {
        font-size: 3.73333vw;
        text-align: center;
        margin-bottom: 6.4vw;
    }

    .classroom__news--contents p {
        margin-top: 4.26667vw;
        line-height: 1.42857;
        font-size: 3.73333vw;
    }
}

/* 〇〇〇〇年 高校合格実績 */
.result_tab {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin: 0 0 40px;
}

.result_tab > div a {
    display: block;
    text-align: center;
    font-size: 1.7em;
    font-weight: 800;
    padding: 15px 10px;
    border-radius: 10px;
}

.result_tab > div a:hover {
    color: #333;
}

.result_tab > div:first-child a {
    background: #ddd;
}

.parts__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 16px;
}

.parts__columns.--column2 .parts__column {
    width: calc(50% - 8px);
}

.parts__column {
    line-height: 1.42857;
    font-size: 14px;
}

.classroom__news--contents p {
    margin-top: 24px;
    line-height: 1.64286;
    font-size: 14px;
}

.parts__column.--image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.--column2:not(.--captions) .parts__column--image {
    width: 300px;
    height: 232px;
}

.parts__column--image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 750px) {
    .parts__columns {
        flex-direction: column;
    }

    .parts__columns {
        width: 100%;
        margin-top: 4.26667vw;
        margin-bottom: 4.26667vw;
    }

    .parts__columns.--column2 .parts__column {
        width: 100%;
    }

    .parts__column:not(.--image) {
        order: 2;
    }

    .parts__column {
        line-height: 1.46154;
        font-size: 3.46667vw;
    }

    .classroom__news--contents p {
        margin-top: 4.26667vw;
        line-height: 1.42857;
        font-size: 3.73333vw;
    }

    .parts__column.--image {
        order: 1;
    }

    .--column2:not(.--captions) .parts__column--image {
      width: 100%;
      height: auto;
    }

    .result_tab {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin: 0 0 20px;
    }

    .result_tab > div a {
        font-size: 1.3em;
    }
}

/* 無料体験授業 受付中 */
.campaign__lists {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 15px;
    width: 100%;
    margin-bottom: 24px;
}

.campaign__item {
    flex: 1 1 30%;
}

.campaign__lists a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    border-radius: 5px;
    overflow: hidden;
    opacity: 1;
}

@media screen and (max-width: 750px) {
    .campaign__lists {
        margin-bottom: 2.13333vw;
    }

    .campaign__item {
        flex: 1 1 45%;
    }

    .campaign__item:first-of-type {
        flex: 1 1 100%;
    }
}

/**
 * 教室ページ 教室からのお知らせ ここまで
 */

/* ページタイトル */
.rinkai-page-title {
    margin: 0 !important;
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    .rinkai-page-title {
        font-size: 2.5rem;
    }
}

.rinkai-page-title span {
    background: #1d2088;
    color: #fff;
    font-weight: 800;
    padding: .3em .5em;
    display: inline-block;
    font-size: 1.2em;
    letter-spacing: .05em;
}

/* 緊急時のお知らせページ */

.rinkai-emergency-title {
    margin-top: 32px;
    margin-bottom: 16px;
    padding: 11px 0 11px 16px;
    line-height: 1.45;
    font-size: 23px;
    font-weight: 700;
    border-style: solid;
    border-width: 0 0 1px 10px;
    border-color: #1d2088;
}

.rinkai-emergency-update-date {
    margin-bottom: 16px;
    line-height: 1.875;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 700;
    color: #666;
    background-color: #e1e1e1;
}

/* 緊急時のお知らせ表示 */
.rinkai-emergency-alert {
    display: flex;
    align-items: center;
    padding: 14px 14px 16px 14px;
    line-height: 1.3;
    color: #ba000c;
    font-size: 16px;
    font-weight: bold;
    background: #ffffff;
    border: solid 1px #ba000c;
    transition: opacity .3s ease;
}

.rinkai-emergency-alert:hover {
    color: #ba000c;
    opacity: 0.8;
}

.rinkai-emergency-alert > i {
    font-size: 20px;
}

.rinkai-emergency-alert > span {
    margin-left: 0.5em;
}

.title_bg {
    background: #1d2088;
    padding: 15px 0;
    color: #fff;
}

@media screen and (max-width: 750px) {
    .rinkai-emergency-alert {
        padding: 4.8vw 4.26667vw;
        font-size: 3.2vw;
    }

    .rinkai-emergency-alert > i {
        font-size: 4vw;
    }
}

/* 教室ページ キャンペーンリスト */
.classroom__news--campaign .campaign__lists {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 545px;
    width: 100%;
    margin: 24px auto;
    gap: 10px 15px;
}

.classroom__news--campaign .campaign__item {
    flex: 1 1 45%;
}

.classroom__news--campaign .campaign a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    border-radius: 5px;
    overflow: hidden;
    opacity: 1;
    transition: opacity .3s ease;
    backface-visibility: hidden;
}

.campaign__item img {
    display: block;
    width: 100%;
    height: auto;
}

/* 教室ページ キャンペーンリスト ここまで */

/* パンくずリスト */
.p-rks-breadcrumb {
    line-height: 1.3;
}

.p-rks-breadcrumb__item {
    display: inline;
}

/* ブログ ページネーション（レガシースタイル） */
.p-rks-pagination {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 64px 0 40px;
}

.p-rks-pagination .screen-reader-text {
    display: none;
}

.p-rks-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
}

.p-rks-pagination .page-numbers {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    font-size: 16px;
    margin: 0 10px;
    color: #0072cd;
    text-decoration: none;
    opacity: 1;
    transition: opacity .3s ease;
    backface-visibility: hidden;
}

.p-rks-pagination .page-numbers.next,
.p-rks-pagination .page-numbers.prev {
    color: #333;
    background-color: #f5f5f5;
}

.p-rks-pagination .page-numbers.current {
    pointer-events: none;
    color: #333;
    text-decoration: underline;
}

@media screen and (max-width: 750px) {
    .p-rks-pagination {
        padding: 8.53333vw 0;
    }
}

/* ページ上のH1タグとキャッチコピー */
.p-rks-header-catchphrase__text {
    margin-bottom: 0.5rem;
    font-size: 14px;
}

.wpcf7-form .form__table input[type=number],
.wpcf7-form .form__table input[type=text],
.wpcf7-form .form__table input[type=email],
.wpcf7-form .form__table input[type=tel],
.wpcf7-form .form__table,
.wpcf7-form textarea {
    width: 100%;
}

.wpcf7-form .form__select.--short {
    width: 33.3%;
    max-width: 160px;
}

.btn-address_tel {
  font-size: 1.2em;
  border: solid 2px;
  background: #fff;
  display: block;
}
/* 模試・説明会・キャンペーン情報のイベント一覧表示でのクラス名の衝突を打消し */
.template-parts-event-event_main .courses {
    min-height: auto;
    margin-top: 0;
}

.template-parts-event-event_main .text-center p {
    font-weight: 600;
    font-size: 20px;
}
@media screen and (max-width: 750px) {
.template-parts-event-event_main .text-center p {
    font-weight: 600;
    font-size: 14px;
 }
}
/**
 * 合格実績ページ タブリスト
 */
.result-tab-wrap .tab-menus {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 10px auto;
}

.result-tab-wrap .result_es .tab-menus .tab-menu {
    width: calc(50% - 5px);
}

@media (max-width: 768px) {
    .result-tab-wrap .result_es .tab-menus .tab-menu {
        width: calc(50% - 2.5px);
    }
}

.result-tab-wrap .result_jhs .tab-menus .tab-menu:first-child{
    margin-left: 0px;
}

.result-tab-wrap .result_jhs .tab-menus .tab-menu{
    flex: 1;
    margin-left: 8px;
}

@media (max-width: 768px) {
    .result-tab-wrap .result_jhs .tab-menus .tab-menu {
        width: calc(33.3% - 2.5px);
        margin: 0 0 5px;
    }
}

.result-tab-wrap .tab-menus .tab-menu {
    width: calc(33.3% - 5px);
    font-size: 1.3em;
    font-weight: 800;
    text-align: center;
    padding: 15px 10px;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    border: solid 2px #1e207b;
    color: #1e207b;
    opacity: 0.5;
}

.result-tab-wrap .tab-menus .tab-menu.is-active {
    display: block;
    background: #1e207b;
    color: #fff;
    opacity: 1;
}

@media (max-width: 768px) {
    .result-tab-wrap .tab-menus .tab-menu {
        width: calc(33.3% - 2.5px);
        font-size: .85em;
        padding: 10px 0;
    }
}

.result-tab-wrap .tab-contents {
    display: none;
    padding: 10px 0;
}

.result-tab-wrap .tab-contents.is-active {
    display: block;
}

@media (max-width: 768px) {
    .result-tab-wrap .tab-contents {
        padding: 20px 0;
    }
}

.result-tab-wrap .result_single_block {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #e1e1e1;
  margin-top: 16px;
  margin-bottom: 16px;
}

.wp-block-table table th {
  background: #e1e1e1;
  font-weight: bold;
  padding: 1em;
}

.wp-block-table table td {
  padding: 1em;
  line-height: 1.5;
  border-width: 1px;
  border-color: #e1e1e1;
}

.single-school-info.honbu table.result_naishin {
  border-collapse: collapse;
  width: 100% !important;
  background: #fff;
  margin: 20px auto;
}

.single-school-info.honbu table.result_naishin2 {
    color: #ff0000;
    font-weight: bold;
    border: none;
    margin-top: 1em;
    width: 50%;
}

.single-school-info.honbu table.result_naishin3,
.single-school-info.honbu table.result_naishin4 {
  color: #ff0000;
  font-weight: bold;
  border: none;
  margin-top: 1em;
  background: #fff;
  width: 50%;
  border: 1px solid #ccc;
}

.single-school-info.honbu table.result_naishin th {
  background: #1e207b;
  color: #fff;
  width: 49%;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

.single-school-info.honbu table.result_naishin2 th,
.single-school-info.honbu table.result_naishin2 td {
  vertical-align: top;
  padding: 0 0 1em;
}

.single-school-info.honbu table.result_naishin3 th,
.single-school-info.honbu table.result_naishin3 td {
  vertical-align: top;
  padding: 0 1em 1em;
}

.single-school-info.honbu table.result_naishin2 tr:first-child th,
.single-school-info.honbu table.result_naishin2 tr:first-child td,
.single-school-info.honbu table.result_naishin3 tr:first-child th,
.single-school-info.honbu table.result_naishin3 tr:first-child td,
.single-school-info.honbu table.result_naishin4 tr:first-child th,
.single-school-info.honbu table.result_naishin4 tr:first-child td {
  padding-top: 1em;
}

.single-school-info.honbu table.result_naishin4 tr:last-child th,
.single-school-info.honbu table.result_naishin4 tr:last-child td {
  padding-bottom: 1em;
}

.single-school-info.honbu table.result_naishin4 th{
    white-space: nowrap;
}

.single-school-info.honbu table.result_naishin4 td {
    width: 100%;
}

.single-school-info.honbu table.result_naishin4 th,
.single-school-info.honbu table.result_naishin4 td {
  padding: 0 1em;
  vertical-align: top;
}

.single-school-info.honbu table.result_naishin td {
  color: #ff0000;
  font-weight: bold;
  /*background: url(assets/img/arrow_up.png) no-repeat;
  background-size: 44px;
  background-position: right 15px center;*/
  font-size: 1.25em;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

.form__input--container label {
  margin-left:20px;
}

.form__input--container label:first-child {
  margin-left: 0;
}

@media (max-width: 768px) {
    .single-school-info.honbu table.result_naishin2,
    .single-school-info.honbu table.result_naishin3,
    .single-school-info.honbu table.result_naishin4 {
      width: 100%;
    }

    .single-school-info.honbu table.result_naishin th,
    .single-school-info.honbu table.result_naishin2 th,
    .single-school-info.honbu table.result_naishin3 th {
        font-size: 0.9em;
    }
    .single-school-info.honbu table.result_naishin td,
    .single-school-info.honbu table.result_naishin2 td,
    .single-school-info.honbu table.result_naishin3 td {
        font-size: 0.9em;
    }

    .single-school-info.honbu table.result_naishin4 th,
    .single-school-info.honbu table.result_naishin4 td {
        font-size: 0.85em;
    }


    .form__input--container label {
      margin-left: 0;
    }
}

.single-school-info.honbu table.result_naishin td p {
  font-size: 1.25rem;
}

ul.is-style-vk-check-mark li::before, ol.is-style-vk-check-mark li::before {
  content: '\f00c'!important;
}

.mobile_top_button_btn.bg-color1 {
  background:#e0e3ef;
}

.mobile_top_button_btn.bg-color2 {
  background:#d70e19;
  color:#fff;
}

/* 教室トップのバナー */
.top_banner_item {
    max-width: 49%;
    margin: 0;
    display: inline-block;
}

@media (max-width: 768px) {
    .top_banner_item {
        max-width: 100%;
    }

    .top_banner_item:nth-child(2) {
        margin-top: 5px;
    }
}

#rule_accordion .accordion-header {
    background-color: #fff;
    margin-bottom: 0;
}

#rule_accordion .accordion-button:not(.collapsed) {
    background-color: #fff;
}

#rule_accordion .accordion-body {
    padding: 0;
}

/* 新規校舎 */
.bg_new {
    background-color: #fcfcee;
}

.new_page_title {
    position: relative;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    text-wrap: nowrap;
    color: #1d2088;
    font-weight: 800;
}

.new-text-box {
    display: inline-block;
    width: 110px;
    background-color: #6e7cd0;
    padding: 8px 0;
    color: white;
    text-align: center;
}



@media (max-width: 1200px) {
    .new-text-box {
        width: 85px;
    }
}

@media (max-width: 768px) {
    .new_page_title {
        font-weight: 600;
        font-size: large;
    }

    .new-text-box {
        width: 70px;
        font-size: 14px;
    }
}

/* top ページの修正 */
.top_banner .item{position:relative;}
.top_banner .item .banner_btn{position:absolute;right:15px;bottom:15px;z-index:5;}
.top_banner .item .banner_btn a{
    transition:.5s;
    display:flex;align-items:center;
    background:#FFF;font-size:1.8em;font-weight:800;
    border: solid 2px #d70e19;
    border-radius:50px;padding:.5em 1em .5em 1.5em;
    color:#d70e19;}
.top_banner .item .banner_btn a:hover{background:#d70e19;color:#fff;}
.top_banner .item .banner_btn a i{font-size:.8em;margin: 0 0 0 10px;}
@media (max-width:768px){
  .top_banner .item .banner_btn{bottom:10px;right:10px;}
  .top_banner .item .banner_btn a{font-size: 1.2em;}
}

.owl-carousel {
    display: block;
}

.owl-carousel .slide-owl-wrap:not(:first-child) {
    display: none;
}

.owl-carousel img {
    width: 100%;
}

/* 検索結果コースリスト */
#search-results-all .course-list {
    grid-template-columns: 1fr;
}

/*検索ボタン*/
@media (max-width: 768px) {
    .search_xuebu_button label,
    .search_nianji_button {
        padding: 0 !important;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* 幅が小さくなった場合のメニュー調整 */
@media (max-width:1198px){
    .header-menu .header-menu-ul li a {
        padding: 20px 12px;
    }
}

@media (max-width: 992px) {
    .header-menu {
        display: block;
    }
}

/* PICKUPのスタイル */
.rinkai_pickup_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.rinkai_pickup_list li {
    text-align: center;
}

.rinkai_pickup_list li p {
    text-align: left;
    margin: .2em 0 .5em;
}

.box{
  border: 3px solid #DD3514;
  background: #FCFCDB;
  border-radius: 10px;
  position: relative;
}
.box h3{
  position: absolute;
  top: -3px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 120px;
}

.box span{
  font-size: 19px;
  padding-top: 6%;
  background: #DD3514;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 120px;
  font-weight: 900;
  border-radius: 0 0 120px 120px;
}

.box .inner{
  padding: 6em 6em;
}

@media screen and (min-width: 1200px) {
    .rinkai_pickup_list li {
        margin-bottom: 30px;
    }

    .box .inner{
        padding: 6em 6em 4em 6em;
    }
}

@media screen and (max-width: 768px) {
    .box span {
        font-size: 18px;
    }

    .box .inner{
        padding: 5em 1em 3em 1em;
    }      
}
/* footer 調整 */
@media (max-width: 768px) {
    .footer{
        padding: 50px 0px 100px 0px;
    }
    .footer_box ul li a {
        display: inline-block;
        padding: 9px 0px !important;
        margin-bottom: 0px !important;
    }
}
/* ナビ学年コース色 合格者レビューを追加 */
.header-menu .header-menu-ul li .sub-menu li a {
    font-size: 14px;
    padding: 16px 20px;
    color: #333;
}
.text-charcoal {
    color: #333;
}
/*料金ページ変更250512*/
.yearicon_es{
	background:#ffcc33;
	color:#333;
	font-weight:bold;
	padding:3px 8px 4px 9px;
        margin: 0 1px 6px;
}
.box_es{
	border: 2px solid #ffcc33;
	border-radius:8px;
}
.underline_es{
	border-bottom: solid 3px #ffcc33;
	font-weight:bold;
	padding-bottom: 4px;
	line-height: 36px;
}

.yearicon_jh{
	background:#3FA9F5;
	color:#333;
	font-weight:bold;
	padding:3px 8px 4px 9px;
        margin: 0 1px 6px;
}
.box_jh{
	border: 2px solid #3FA9F5;
	border-radius:8px;
}
.underline_jh{
	border-bottom: solid 3px #3FA9F5;
	font-weight:bold;
	padding-bottom: 4px;
	line-height: 36px;
}

.yearicon_hs{
	background:#abd658;
	color:#333;
	font-weight:bold;
	padding:3px 8px 4px 9px;
        margin: 0 1px 6px;
}
.box_hs{
	border: 2px solid #abd658;
	border-radius:8px;
}
.underline_hs{
	border-bottom: solid 3px #abd658;
	font-weight:bold;
	padding-bottom: 4px;
	line-height: 36px;
}
.txt_fee{
	font-size:90%;
	display:block;
	margin-top:10px;
}
.navy_white{
	background:#1d2088;
	color:#fff
}

/* メニュー用・フッターメニュー用 */
header .mobile_top_button_btn img {
    border: 0;
    max-width: 55%;
    height: auto;
}

header .mobile_top_button_btn.mobile_logo img {
    border: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
}

header .mobile_top_button {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}

header .mobile_top_button_btn.mobile_logo {
    grid-area: 1 / 1 / 2 / 5;
}

header .mobile_top_button_btn i {
    font-size: 35px;
}

header .mobile_top_button_btn p {
    font-size: 11px;
}

.mob_foot img {
    max-width: 50%;
}

.mob_foot .col-2{
    border: solid 1px white;
    background-color: #dfdff7;
    height: auto;
}

.mob_foot .col-4{
    border: solid 1px white;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mob_foot .col-2 h4{
    color: #1e207b;
    font-size: 11px;
}

.mob_foot .bg-color1{
    background:#0070c0;
    color:#fff;
}

.mob_foot .bg-color2 {
    background:#d70e19;
    color:#fff;
}

.mob_foot .col-4 h4{
    font-size: 16px;
}

.mob_foot_list {
    padding: 4px 0px 4px 0px ;
}

@media (width < 480px) {
    .mob_foot .col-4 h4{
        font-size: 16px;
    }    
}

@media (480px < width < 700px) {
    .mob_foot .col-4 h4{
        font-size: 16px;
    }    
}

.mob_foot {
    background-color: #fff;
    padding-bottom: 50px;
    position: fixed;
    bottom: -50px;
}

.mw100px{max-width:100px}
.mw150px{max-width:150px}
.mw200px{max-width:200px}
.mw250px{max-width:250px}
.mw300px{max-width:300px}
.mw350px{max-width:350px}
.mw400px{max-width:400px}

/* 特殊仕様　教室ページのボタンのセンター表示 */
.new_lan2_bg.mw400px, .new_hong_bg.mw400px, .btn-address_tel.mw400px {
  margin: 0 auto;
}
.bi-play-circle-fill.color_zhulan {
  float: right;
}
/* 教室ページの色分け */
.jiaoshi_lvse .search_grade_a div { background-color: #3FA9F5; }
.jiaoshi_huangse .search_grade_a div { background-color: #ffcc33; }
.jiaoshi_lanse .search_grade_a div { background-color: #abd658; }
.jiaoshi_zise .search_grade_a div { background-color: #ae68dd; }
/* ボーダー拡張 */
.border-10 { border-width: 10px!important; }

.shun1 .border-10.border_zhulan { border-color: #3FA9F5 !important; }
.shun2 .border-10.border_zhulan { border-color: #3FA9F5 !important; }
.shun3 .border-10.border_zhulan { border-color: #ffcc33 !important; }
.shun4 .border-10.border_zhulan { border-color: #abd658 !important; }
.shun5 .border-10.border_zhulan { border-color: #ae68dd !important; }

/* ボタンの色分け */
.shun1 .d-block.rounded-5.bg_zhulan { background-color: #3FA9F5 !important; color: #000000!important; }
.shun2 .d-block.rounded-5.bg_zhulan { background-color: #3FA9F5 !important; color: #000000!important; }
.shun3 .d-block.rounded-5.bg_zhulan { background-color: #ffcc33 !important; color: #000000!important; }
.shun4 .d-block.rounded-5.bg_zhulan { background-color: #abd658 !important; color: #000000!important; }
.shun5 .d-block.rounded-5.bg_zhulan { background-color: #ae68dd !important; color: #000000!important; }

/* Q&A セクション スタイル */
.qa-container {
    background-color: #ffffff;
}

.qa-question {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    padding: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.qa-question:hover {
    background-color: #e9ecef;
}

.qa-question-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qa-question-text {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.qa-answer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qa-toggle {
    align-self: center;
}

.qa-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 12px;
    flex-shrink: 0;
    position: relative;
}

.qa-icon.q-icon {
    background-color: #3F51B5;
    color: white;
    border-radius: 50%;
    position: relative;
}

.qa-icon.q-icon:before {
    content: '';
    position: absolute;
    bottom: 3px;
    right: -4px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-top: 14px solid #3F51B5;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(201deg);
}

.qa-icon.a-icon {
    background-color: #E53935;
    color: white;
    border-radius: 50%;
    position: relative;
}

  .qa-icon.a-icon:before {
    content: '';
    position: absolute;
    bottom: 3px;
    right: -4px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-top: 14px solid #E53935;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(201deg);
  }


.qa-letter {
    font-size: 18px;
    font-weight: bold;
    color: white;
    z-index: 1;
}

.qa-text {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #495057;
}

.qa-toggle {
    width: 24px;
    height: 24px;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding: 0;
    flex-shrink: 0;
}

.qa-plus-btn {
    color: #3F51B5;
}

.qa-plus-btn:hover {
    color: #4752C4;
}

.qa-minus-btn {
    color: #3F51B5;
}

.qa-minus-btn:hover {
    color: #4752C4;
}

.qa-toggle i {
    transition: transform 0.3s ease;
}

.qa-toggle.active i {
    transform: rotate(180deg);
}

.qa-answer {
    padding: 16px;
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    display: none;
}

.qa-answer.show {
    display: block;
}

.qa-answer-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.qa-answer-text {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #495057;
    flex-grow: 1;
}

.qa-answer-content .qa-icon {
    margin-right: 12px;
}

.qa-link {
    color: #1e207b;
    text-decoration: underline;
}

.qa-link:hover {
    color: #0056b3;
}

.new_huang_bg {background-color: #FFCC33 !important;}
.success_interview_bg{background-color:#f47fa9 !important;}
/* 透過50% */
.opacity_50 {
    opacity: 0.5;
}

#interviewTabs {
    gap: 10px;
    font-weight: 900;
}

#interviewTabs button.active {
  border: 2px solid #f47fa9;
  background: #f47fa9;
  color: #000;
}

#interviewTabs button {
    border: 2px solid #ccc;
    padding: 20px 0px;
    font-size: 18px;
    color: #ccc;
    font-size: 1.7em;
}

/* 合格者の声カードスタイル */
.interview_voices_container {
    margin-top: 20px;
}

.voices_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 -10px;
}

.voice_card {
    display: flex;
    background: #fff;
    overflow: hidden;
    margin: 10px 0px 10px 10px;
    width: calc(50% - 25px);
}

.voice_image {
    width: 190px;
    height: 190px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.voice_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.voice_text {
    padding: 0 20px 20px 20px;
}

.voice_text b {
  font-size: 16px;
}

.voice_text p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    word-wrap: break-word;
}

/* レスポンシブ: スマートフォン */
@media (max-width: 768px) {
    .voices_grid {
        flex-direction: column;
        margin: 0;
    }
    
    .voice_card {
        width: 100%;
        margin: 5px 0 20px 0;
    }
    
    .voice_image {
        width: 100px;
        height: 100px;
    }
    
    .voice_text {
        padding: 12px;
    }
    
    .voice_text b {
      font-size: 14px;
    }

    .voice_text p {
        font-size: 13px;
    }

    #interviewTabs button {
      font-size: 14px;
      padding: 5px 0px;
    }
}

/* 合格者の声カードスタイル */
.text-interview {
  color: #f47fa9;
  font-size: 16px;
  vertical-align: text-bottom;
}

.story_index {
    color: #f47fa9;
    font-weight: 800;
    font-size: 20px;
    padding: 15px 0 0 0;
}

.success_stories_container {
    margin-top: 20px;
}

.success_stories_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
}

.success_story_card {
    display: flex;
    background: #fff;
    overflow: hidden;
    margin: 10px 0px;
    width: calc(50% - 25px);
}

.story_image {
    width: 250px;
    height: 250px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.story_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.story_title {
  padding-top: 15px;
  font-size: 1.2em;
}

.story_content {
    padding: 0 0 20px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.story_excerpt {
    margin: 0 0 10px 0;
    font-size: 1.5em;
    line-height: 1.7;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    flex: 1;
}

.story_read_more {
    margin-top: auto;
    text-align: right;
}

.read_more_link {
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 13px;
    transition: background-color 0.3s ease;
}

.read_more_link:hover {
    opacity: 1;
}

/* レスポンシブ: スマートフォン */
@media (max-width: 768px) {
    .success_stories_grid {
        flex-direction: column;
        margin: 0;
    }
    
    .success_story_card {
        margin: 10px 0;
        width: 100%;
    }
    
    .story_image {
        width: 130px;
        height: 130px;
    }
    
    .story_excerpt {
        font-size: 1.2em;
        line-height: 1.3;
    }
}


.voice_card {
  position: relative;
  flex-wrap: wrap;
  min-height: 180px;
  overflow: visible;
  margin: 5px 0 20px 0;
}

.voice_text {
  position: relative;
  height: 180px;
  overflow: hidden;
  width: calc(100% - 190px);
}

.voice_card:has(.voice_read_more) .voice_text::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100% );
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .voice_text {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .voice_text {
    width: calc(100% - 100px);
  }
}

.voice_card:has(.voice_read_more) .voice_text.is_open:before{
  display: none;
}

.voice_read_more{
  position: relative;
  display: table;
  margin: 0 auto;
  width: 200px;
  height: 37px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #0066cc;
  cursor: pointer;
  z-index: 1;
}

.top_box .top_box_end a:nth-child(1){background:#d70e19 ;
	color:#fff;
font-weight:800; font-size:21px;}

.top_box .top_box_end a:nth-child(2){background:#0070c0;
font-weight:800; font-size:21px;}

.top_search {
    margin: 0px 10px 0px 10px;
    border: 2px solid #1e2088;
    width: 150px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 6px;
}


*, *:before, *:after {
    box-sizing: border-box;
}
.col_3{
width: 90px;
    display: flex;
	margin: auto;
    flex-wrap: wrap;
}
.col_3 > *{
    width: calc( 33.33333% - 8px ) ;
	margin: auto;
    margin-bottom: 12px;
}
.col_3 > *:nth-child(3n){
    margin-right: auto ;
}
.col_3 > * > *{
    background: #ff0000;
    height: 120px;
    position: relative;
    overflow: hidden
}
@media screen and (max-width: 960px) {
    .col_3 > *{
        width: calc( 50% - 6px ) ;margin: auto;
    }
    .col_3 > *:nth-child(3n){
        margin: auto;
    }
    .col_3 > *:nth-child(2n){
        margin: auto;
    }
}


@media screen and (max-width: 580px) {
    .col_3 > * 
    {
      width: 90%;
      margin: auto;
    }

    .col_3 > *:nth-child(3n){
       margin: auto;
    }
}

.accordion {
  font-size: small;
  --bs-accordion-btn-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d='M256 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 160-160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0 0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160 160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-160 0 0-160z'/></svg>");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d='M0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32z'/></svg>");
}

.accordion-button {
    color: #000;
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    color: #000;
    font-weight: 700;
    background-color: #fff;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
  background-size: contain;
  margin-left: 10px;
}

.privacy {
  background-color: #FFF;
  font-size: small;
  color: #000;
}

.privacy a{
  color: #1E2080;
}

@media screen and (max-width: 750px) {
  .privacy .col-9 {
    font-size: x-small;
    padding: 0 0 0 30px;
  }
}

.privacy img {
  max-width: 79px;
  width: 100%;
  min-width: 40px;
}

.copyright {
  text-align: center;
}

.copyright a{
  color: #FFF;
}

#mobile_right_nav .menu-zk .sub-menu li:nth-child(4){background:#f47fa9}

/* header 用 */
.mt-6 {
    margin-top: 4rem !important;
}