:root {
    --col-toshinGreen: #009380;
    --col-white: #fff;
    --prim-col: #048;
}

body {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    height: 100%;
    margin: 0 auto;
    max-width: 1920px;
    min-height: 100vh;
    min-width: 1000px;
}

.bg-048 {
    background-color: var(--prim-col);
}

.bg-edf5ff {
    background-color: #edf5ff;
}

.bg-f6f6f6 {
    background-color: #f6f6f6;
}

.col-f00 {
    color: #f00;
}

.col-fff {
    color: var(--col-white);
}

.fw-500 {
    font-weight: 500;
}

.w-50prcnt {
    width: 50%;
}

.w-100prcnt {
    width: 100%;
}

.index-hdr {
    background: url(../img/bg_mv_pc.png) no-repeat 50% 0 / 1920px 348px;
    border-top: 10px solid var(--prim-col);
    min-width: 1000px;
    padding: 30px 0 35px;
}

.mv-ctr {
    background-color: rgba(241, 241, 241, .8);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .3);
    margin: 0 auto;
    text-align: center;
    width: 930px;
}

.mv {
    padding: 16px 0 0;
}

.mv-img {
    width: 718px;
}

.underMv {
    border-top: 1px solid #b9b9b9;
    margin: 7px auto 0;
    width: 920px;
}

.underMv-txt {
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: -.03rem;
    line-height: 1.8;
}

.srchForm-wrapper {
    border-top: 1px solid var(--col-white);
    padding: 1.5em 0 1.9em;
}

.comm-hdr-bottom .srchForm-wrapper {
    border-top: none;
    margin: 0 auto;
    padding: 2.6em 0;
    width: 1000px;
}

.srchForm {
    border: 1px solid #b9b9b9;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 830px;
}

.comm-hdr-bottom .srchForm {
    width: 930px;
}

.srchForm-input {
    border: none;
    border-radius: 0;
    font-size: 1.8rem;
    padding: .65em .5em;
    width: 738px;
}

.comm-hdr-bottom .srchForm-input {
    font-size: 1.5rem;
    padding: .9em .5em;
    width: 90.3%;
}

.srchForm-input::placeholder {
    color: #bebebe;
}

.srchForm-input:focus {
    box-shadow: 0 0 .4rem 0 rgba(0, 147, 128, .5);
    outline: none;
}

.btn-srch {
    background-color: var(--prim-col);
    border: none;
    border-radius: 0;
    color: var(--col-white);
    font-size: 1.6rem;
    letter-spacing: .3rem;
    padding-left: .3rem;
    width: 90px;
}

.comm-hdr-bottom .btn-srch {
    width: 9.7%;
}

.sec-ctr {
    min-width: 1000px;
}

.sec-ctr.pickup {
    padding: 42px 0 32px;
}

.sec-ctr.schlst {
    background-color: var(--prim-col);
    padding-bottom: 62px;
}

.sec-ctr.rec {
    padding: 2.8rem 0 3.5rem;
}

.sec-ctr.result {
    padding-bottom: 7.2rem;
}

.sec-ctr.answer,
.sec-ctr.detail,
.sec-ctr.select {
    padding: 2.2rem 0 8.3rem;
}

.sec-ctr.pickupBnr {
    padding: 5.5rem 0 6rem;
}

.sel-lst {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 750px;
}

.sel-lst-item {
    align-items: center;
    background-color: var(--col-white);
    border: 1px solid #686868;
    border-radius: 1.5rem;
    color: var(--prim-col);
    cursor: pointer;
    display: flex;
    font-size: 1.4rem;
    font-weight: 500;
    justify-content: center;
    letter-spacing: .1rem;
    line-height: 1.8;
    padding: .1rem .5em;
    text-align: center;
    width: 160px;
}

.sel-lst-item[data-id="4"] {
    width: 100px;
}

.sel-lst-item.active {
    background-color: var(--prim-col);
    color: var(--col-white);
}

#pickup-splide {
    margin: 0 auto;
    padding: 1rem 0;
    position: relative;
}

#pickup-splide::before,
#pickup-splide::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 3rem;
    z-index: 2;
}

#pickup-splide::before {
    background: linear-gradient(-90deg, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 1) 100%);
    left: 0;
}

#pickup-splide::after {
    background: linear-gradient(90deg, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 1) 100%);
    right: 0;
}

#pickup-splide-list {
    align-items: center;
}

.pickup-lst {
    display: flex;
    justify-content: space-between;
    margin: .5rem auto;
    width: 830px;
}

.news-lst {
    background-color: var(--col-white);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    margin: .5rem auto;
    padding: 1rem 2rem;
    width: 700px;
}

.pickup-lst-item {
    background-color: var(--col-white);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    padding: .3em 1rem .7rem .7rem;
}

.pickup-lst-item {
    padding: 1rem;
    width: 270px;
}

.pickup-arrow {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    height: 3.4rem;
    opacity: 1;
    width: 3.4rem;
    z-index: 3;
}

.pickup-prev {
    left: -1em;
}

.pickup-next {
    right: -1em;
}

.pickup-arrow svg {
    height: 2rem;
    opacity: .6;
    width: 2rem;
}

.news-lst-item {
    border-bottom: 1px solid #eee;
    margin: 1em 0;
    padding: 0;
}

.news-lst-item-a {
    align-items: flex-start;
    display: flex;
    padding: 0;
    width: 100%;
}

.item-hdr {
    color: var(--prim-col);
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 1rem
}

.item-txt {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-left: 1rem;
    text-decoration: underline;
    text-underline-offset: .1em;
}

.item-ctr-L {
    align-items: center;
    display: flex;
    width: 100%;
}

.item-ctr-R {}

.item-ctr-R-item {
    font-size: 1.6rem;
    line-height: 1.5;
}

.item-ctr-R-item:nth-of-type(2) {
    font-size: 1.4rem;
    line-height: 1;
}

.item-ctr-R-item.toPastExam {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin: 1.7rem 0 1.2rem auto;
    width: fit-content;
}

.item-ctr-R-item.toPastExam::before {
    content: "⇒";
}

.item-ctr-R-item.toPastExam a {
    margin-left: .5em;
    text-decoration: underline;
}

.pickup-pagination {
    position: static;
}

.pickup-page {
    background-color: #ccc;
    height: .65rem;
    margin: .675rem;
    width: .65rem;
}

.pickup-page.is-active {
    background-color: #666;
    transform: none;
}

.sec-ttl {
    font-size: 1.9rem;
    line-height: 2.2;
    text-align: center;
}

.schlst .sec-ttl {
    font-size: 1.8rem;
    margin: 0 auto;
    padding: .8rem 0 .3rem;
    text-align: left;
    width: 930px;
}

.rec .sec-ttl {
    font-size: 1.8rem;
    margin: 0 auto;
    text-align: left;
    width: 930px;
}

.sch-lst-ctr-wrapper {
    background-color: var(--col-white);
    margin: 0 auto;
    padding: .1px 0;
    width: 930px;
}

.sch-lst-ctr {
    margin-bottom: 2em;
}

.sch-lst-ctr.closed {
    display: none;
}

.sch-lst-ttl {
    display: flex;
    font-size: 2.2rem;
    line-height: 1.35;
    margin: 0 auto 11px 48px;
    padding-left: .8em;
    position: relative;
}

.sch-lst-ttl::before {
    align-items: center;
    background-color: #005eae;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 6px;
}

.sch-lst {
    margin: 0 auto;
    width: 900px;
}

.btn-sch-lst {
    background-color: var(--prim-col);
    border-radius: 1em;
    color: var(--col-white);
    cursor: pointer;
    display: block;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.8;
    margin: .9em auto;
    padding-left: 1.1em;
    position: relative;
    text-align: left;
    width: 910px;
}

.btn-sch-lst::after {
    background: url(../img/icon_open_pc.svg) no-repeat 0 0 / contain;
    content: "";
    display: block;
    height: 32px;
    position: absolute;
    right: .6em;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .5s;
    width: 32px;
}

.btn-sch-lst.opened::after {
    background: url(../img/icon_close_pc.svg) no-repeat 0 0 / contain;
    transform: translateY(-50%) rotate(180deg);
}

.sch-lst-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 5px;
}

.sch-lst-reg {
    background-color: #e5eff7;
    font-size: 1.4rem;
    margin: .5em 0;
    padding-left: 1em;
    width: 100%;
}

.sch-lst-sch {
    font-size: 1.6rem;
    margin: 9px 16.5px;
    width: 140px;
}

.sch-lst-sch:nth-of-type(5n -4) {
    margin-left: 34px;
}

.sch-lst-sch:nth-of-type(5n) {
    margin-right: 34px;
}

.sch-lst-sch a {
    align-content: center;
    align-items: center;
    display: flex;
    background-color: #f3f3f3;
    border: 1px solid #e5e5e5;
    border-radius: .7rem;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    letter-spacing: 0;
    min-height: 32px;
}

.year-list .sch-lst-sch a {
    align-items: baseline;
}
.sch-lst-sch .withNote {
    font-size: .85em;
    line-height: 1;
}

.year-list .sch-lst-sch a span {
    font-size: .75em;
}
.note {
    display: block;
    font-size: .85em;
    line-height: .8;
    padding-top: .1em;
}

.btn-sch-lst-close {
    display: block;
    margin: 0 1rem 0 auto;
    width: 1.5em;
}

.rec-list {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    margin: .5rem auto;
    width: 930px;
}

.rec-list-item {
    margin: 0;
}

.rec-list-item-a {
    background-color: var(--col-white);
    display: block;
    height: 100%;
    padding: 15px 15px 8px;
    width: 300px;
}

.rec-list-item-bnr {}

.rec-list-item-txt {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-top: 12px;
    padding: 0 1px;
}

.comm-hdr-top {
    box-shadow: 0 .2rem .5rem 0 rgba(0, 0, 0, .2);
    padding: 2.5rem 0;
    position: relative;
}

.comm-hdr-logo {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1000px;
}

.comm-hdr-logo-a {
    display: block;
    width: 500px;
}

.comm-hdr-back2top {
    background-color: var(--prim-col);
    border-radius: 1.5em;
    color: var(--col-white);
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-right: 35px;
    padding: .2em 2.5em;
}

.comm-hdr-bottom {
    background-color: #f6f6f6;
    padding: 1rem 0 0;
}

.breadcrumb {
    font-size: 1.5rem;
    margin: 0 auto;
    width: 1000px;
}

.breadcrumb-lst-item {
    display: inline-block;
    margin-left: .5em;
    width: fit-content;
}

.breadcrumb-lst-item:not(:last-of-type)::after {
    content: "\03e";
    margin-left: .5em;
}

.breadcrumb-lst-item-a {
    color: var(--prim-col);
    text-decoration: underline;
    text-underline-offset: .1em;
}

.result-hdr {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    letter-spacing: 0;
    margin: 0 auto;
    padding: .8em 1em;
    position: relative;
    width: 930px;
}

.result-total {
    margin-left: .5em;
}

.result-display {
    margin: 0 .5em 0 1.5em;
}

.selectForm {
    align-items: center;
    display: flex;
    font-size: 1.5rem;
    font-weight: 600;
    height: 73.33%;
    letter-spacing: 0;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

.selectForm-wrapper {
    height: 100%;
    position: relative;
}

.selectYear .selectForm-wrapper {
    margin: 0 .5rem 0 0;
}

.selectForm-wrapper::after {
    border: 2px solid #808080;
    border-right: none;
    border-top: none;
    content: "";
    display: block;
    height: 1rem;
    pointer-events: none;
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translate(-50%, -75%) rotate(-45deg);
    width: 1rem;
}

.selectYear .selectForm-wrapper::after {
    right: .2rem;
}

.selectForm-select {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--col-white);
    border: 1px solid #a0a0a0;
    color: #242424;
    display: block;
    font-family: "M PLUS 1", sans-serif;
    font-size: 1.2rem;
    height: 100%;
    padding: 0 3.4rem 0 1.3rem;
}

.selectYear .selectForm-select {
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: .01em;
    padding: 0 2.4rem 0 1rem;
}

.selectForm-select:focus {
    outline: none;
}

.result-lst {
    margin: 0 auto;
    width: 930px;
}

.result-lst-item {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    min-height: 6rem;
}

.result-lst-item:nth-of-type(odd) {
    background-color: var(--col-white);
}

.result-lst-item:nth-of-type(even) {
    background-color: #e9f3fa;
}

.result-lst-item-num {
    align-items: center;
    margin: 0 .5em;
    position: relative;
    text-align: center;
    width: 2em;
}

.icon-folder {
    background: url(../img/icon_folder_pc.svg) no-repeat 50% 50% / contain;
    display: block;
    height: 20px;
    margin-right: .75em;
    width: 30px;
}

.result-lst-item-a {
    color: var(--prim-col);
    text-decoration: underline;
    text-underline-offset: .1em;
}

.detail-wrapper,
.answer-wrapper,
.select-wrapper {
    background-color: var(--col-white);
    box-shadow: 0 0 .8rem 0 rgba(0, 0, 0, .3);
    margin: 0 auto;
    padding: 3rem 3.5rem 5rem;
    width: 1000px;
}

.detail-hdr {
    align-items: center;
    border-bottom: 3px solid var(--prim-col);
    display: flex;
    margin: 0 auto;
    padding: 1rem .9rem;
    position: relative;
    width: 930px;
}

.detail-hdr-ttl {
    border-left: .6rem solid var(--prim-col);
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: .1rem;
    line-height: 1.1;
    padding-left: 1.3rem;
}

.detail-hdr-txt {
    align-self: flex-end;
    font-size: 1.7rem;
    margin: 0 auto 0 2em;
}

.detail-content-ctr {}

.detail-content-ttl {
    color: var(--prim-col);
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: .15rem;
    line-height: 2.7;
    padding-left: .8rem;
}

.classification-ctr {
    margin: 0 auto;
    width: 920px;
}

.classification-ttl {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0 auto .5rem .5rem;
}

.detail-tbl {
    font-size: 1.5rem;
    margin: 0 auto 1rem;
    text-align: center;
    width: 100%;
}

.detail-tbl-hdr {
    background-color: #f2f2f2;
}

.detail-tbl th,
.detail-tbl td {
    border: 1px solid #242424;
    width: 10%;
}

.detail-tbl th {
    line-height: 1.3;
}

.detail-tbl div {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 4rem;
}

.icon-pdf {
    background: url(../img/icon_pdf_pc.svg) no-repeat 50% 50% / contain;
    display: block;
    height: 32px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 32px;
}

.no-icon {
    color: var(--prim-col);
    text-decoration: underline;
    text-underline-offset: .1em;
}

.attribute-list {
    font-size: 2rem;
    margin: 0 auto;
    text-align: center;
    width: fit-content;
}

.attribute-item {
    margin: 4rem auto;
}

.attribute-item-a {
    background-color: #f6f6f6;
    border: 1px solid #666;
    border-radius: 1rem;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .2);
    display: block;
    padding: .8rem 2rem;
    transition: background-color .1s, color .1s, font-weight .1s;
}

.attribute-item-a:hover {
    background-color: var(--col-toshinGreen);
    color: var(--col-white);
    font-weight: 700;
}

.pickupBnr-ttl {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .1rem;
    line-height: 1.2;
    margin: 1rem auto;
    padding: 0 1rem;
    position: relative;
    text-align: center;
    width: fit-content;
}

.pickupBnr-ttl::before,
.pickupBnr-ttl::after {
    border-left: 3px solid #444;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    transform-origin: bottom;
}

.pickupBnr-ttl::before {
    left: 0;
    transform: rotate(-24deg);
}

.pickupBnr-ttl::after {
    right: 0;
    transform: rotate(24deg);
}

.pickupBnr-lst {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 883px;
}





.fixedBnr {
    align-items: center;
    background-color: rgba(0, 147, 128, .8);
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 4vw 1.86vw 4vw;
    position: sticky;
}

.fixedBnr.disabled {
    background-color: transparent;
    bottom: 28vw;
    padding: 0;
    position: fixed;
    right: 0;
}

.fixedBnr-lst {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 98vw;
}

.disabled .fixedBnr-lst {
    display: none;
}

.fixedBnr-lst-item {
    width: 31.33vw;
}

.fixedBnr-lst-item-a {
    display: block;
}

.btn-top-wrapper {
    bottom: 48px;
    display: none;
    margin: -48px 48px 0 auto;
    padding: 0;
    position: sticky;
    width: 48px;
}

.disabled .btn-top-wrapper {
    background-color: transparent;
}

.btn-top {
    display: block;
}

.btn-top img {
    background-color: var(--col-white);
    border-radius: 1rem;
    box-shadow: 0 0 .8rem 0 rgba(0, 0, 0, .3);
}

.btn-close {
    height: 4.26vw;
    position: absolute;
    left: .5rem;
    top: 0;
    transform: translateY(-50%);
    width: 4.26vw;
}

.disabled .btn-close {
    display: none;
}

.answer-hdr-ttl {
    border-bottom: 3px solid var(--prim-col);
    line-height: 1.6;
    padding: 1rem 0;
    text-align: center;
}

.answer-hdr-ttl-school {
    display: block;
    font-size: 2.8rem;
    font-weight: 700;
}

.answer-hdr-ttl-faculty {
    display: block;
    font-size: 2rem;
    font-weight: 400;
}

.answer-hdr-ttl-subject {
    display: block;
    font-size: 2.4rem;
    font-weight: 500;
}

.answer-content-ctr img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: auto;
}

.ftr {
    background-color: var(--col-white);
    font-size: 1.4rem;
    padding: 1.5rem 0;
    text-align: center;
}

.nagaseGroup {
    border-bottom: 2px solid var(--col-toshinGreen);
    margin: 0 auto;
    width: 1000px;
}

.nagaseGroup-hdr {
    align-items: center;
    border-bottom: 2px solid var(--col-toshinGreen);
    display: flex;
    justify-content: space-between;
}

.nagaseGroup-hdr a {
    color: var(--col-toshinGreen);
}

.nagaseGroup-hdr-ttl {
    font-weight: 500;
    letter-spacing: .1rem;
}

.nagaseGroup-hdr-txt {
    font-size: 1.2rem;
    letter-spacing: .02rem;
}

.nagaseGroup-lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px 0 15px;
    width: 960px;
}

.nagaseGroup-lst-item {
    margin: .5rem auto;
    width: 160px;
}

.nagaseGroup-lst-item img {
    width: 128px;
}

.nagaseGroup-lst-item-txt {
    font-size: 1rem;
    line-height: 1.2;
    margin: .2rem 0 0;
}

.ftr-link-list {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 11px auto .5rem;
    width: 900px;
}

.ftr-link-item {
    margin: .2em .75em;
}

.ftr-link-item.sub {
    border-right: 1px solid #444;
    font-size: .85em;
    margin: .4em 0;
    padding: 0 10px;
}

.ftr-link-a {
    color: #1a0dab;
    letter-spacing: 0;
    line-height: 1.6;
    text-decoration: underline;
    text-underline-offset: .2rem;
}

.ftr-link-item.sub .ftr-link-a {
    color: #444;
}

.copyright {
    font-size: .95em;
    line-height: 1.5;
    margin: 1.3rem auto;
}

.empty-results-wrapper {
    width:930px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    font-size: 2rem;
}

.merged-universities-link {
    margin: 10px
}

.merged-universities-link li {
    margin: 1.3rem auto;
    font-size: 1.6em;
}
#page-top,
.page-top,
.global-page-top-button {
  display: none !important;
}

.popup-banner-text {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}

#close {
  display: none;
  /* チェックボックスを除去 */
}

.touitsu-popup-banner {
  --img-width: 400px;
  --img-height: calc(var(--img-width) * 220 / 550);
  width: var(--img-width);
  height: var(--img-height);
  position: fixed;
  bottom: 170px;
  right: 30px;
  z-index: 9999999999999;
  text-align: center;
  background-color: white;
  line-height: 1.5;
}

.popup-close-btn {
  position: absolute;
  top: -12px;
  right: -10px;
  width: 10%;
  transition: all 1s;
}

.popup-close-btn:hover {
  cursor: pointer;
  transform: rotate(360deg);
}

.popup-close-btn:active {
  opacity: 0.5;
}

.popup-banner-flex {
  display: flex;
  background-color: white;
  line-height: 1.5;
}

.popup-banner-button {
  width: 95%;
  margin: auto 0;
  height: auto;
  padding: 6px 0;
}
.ts-popup {
    position: fixed;
    right: 0;
    bottom: -3px;
    background: #fcfcfc;
    width: 370px;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, .4);
    padding: 8px 0;
    z-index: 2147483646;
    transform: translateY(287px);
    transition: transform 300ms;
    line-height: 1.5;
  }
  .ts-popup.is-active {
    transform: translateY(0);
}
  .ts-banner-wrap {
    text-align: center;
    width: 96%;
    margin: 0 auto;
  }

  .ts-banner-image {
    width: 100%;
    height: auto;
  }

.ts-popup-button {
    text-align: center;
    padding: 8px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    width: 180px;
    border-radius: 5px;
    font-size: 17px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
    color: #fff !important;
  }

  .ts-popup-button:hover {
    opacity: 0.7;
  }

  .ts-popup-button.-invitation {
    background-color: #2980e1;
  }

  .ts-popup-button.-apply {
    background-color: #f00;
  }
  .ts-popup-close-button {
    padding: 0px 8px;
    border-radius: 5px 5px 0 0;
    position: absolute;
    top: -29px;
    right: 1px;
    background: #fcfcfc;
    font-size: 20px;
    font-weight: bold;
    color: #767676;
    box-shadow: -2px -2px 2px rgb(0 0 0 / 40%);
    cursor: pointer;
  }

  .ts-popup-note {
    font-size: 11.5px;
    text-align: left;
    margin: 3px 0 0;
  }


  .ts-banner-upper-text {
    margin-bottom: 5px;
    font-size: 19px;
    letter-spacing: -.5px;
    text-align: center !important;
    width: auto !important;
    font-weight: bold;
  }

  .ts-banner-upper-text span {
    font-size: 19px !important;
  }

  .ts-popup-yellow-underline {
    background: linear-gradient(transparent 70%, #fae800 70%);
  }

  .ts-red {
    color: red;
  }

  .ts-fade-btn {
    width: 330px;
    height: calc(330px * 360 / 640);
    display: block;
    margin: 0 auto 5px;
  }

  .ts-fade-img {
    width: 100%;
    display: block;
  }

  .ts-fade-img:hover {
    opacity: 0.7;
  }

.ts-contdown-red {
  color: red;
}
.scroll_up {
    pointer-events: none;  /* ← これ */
  }
  
  .scroll_up.on {
    pointer-events: auto;  /* ← 表示状態ならクリック可能 */
    opacity: 1;
    transform: translateY(0);
  }
  

.popup-js_close {
    opacity: 0;
    transform: translateY(100%);
    pointer-events: none;
    transition: all .3s ease;
}


@media screen and (max-width: 750px) {
  .pop-upbanner-text {
    font-weight: bold;
    font-size: 3.4vw;
  }

  .touitsu-popup-banner {
    --img-width: 70vw;
    --img-height: calc(var(--img-width) * 220 / 550);
    width: var(--img-width);
    height: var(--img-height);
    position: fixed;
    bottom: 25vw;
    right: 26vw;
    z-index: 9999999999;
    text-align: center;
    background-color: white;
  }

  .popup-close-btn {
    position: absolute;
    top: -3vw;
    left: -3vw;
    width: 10%;
    transition: all 1s;
  }

  .popup-banner-button {
    width: 95%;
    margin: auto 0;
    height: auto;
    padding: 1vw 0;
  }
}
.split-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    font-size: 1.6rem;
}

.split-row a {
    font-weight: 500;
}
.subject-list {
    display: flex;
    gap: 16px;
    list-style: none;
    padding: 10px;
    margin: 0;
}

.subject-list a {
    font-size: 1.6rem;
}