
/* 默认显示（PC 上可见） */
.pc-visible {
    display: block;
}
/* 默认情况下（PC端），子元素保持原始顺序 */
.reverse-mobile-1 {
    order: 0; /* 第一列默认顺序 */
}
.reverse-mobile-2 {
    order: 0; /* 第二列默认顺序 */
}
/* 屏幕宽度小于 768px */
@media (max-width: 768px) {
    /* 手机设备隐藏 */
    .pc-visible {
        display: none;
    }
    .reverse-mobile-1 {
        order: 2; /* 第一列在手机端显示为第二 */
    }
    .reverse-mobile-2 {
        order: 1; /* 第二列在手机端显示为第一 */
    }
    .vertical-text-sp{
        display: flex;
        writing-mode: vertical-lr;
        text-align: center;
        justify-content: center;
        flex-direction: column;
    }
    .sp-stretch{
        display: flex;
        align-items: stretch !important;
    }
}
@media (max-width: 991px) {
    .sp-m-w{
        width: 100%;
    }
    .s-m-arrow{
        display: none;
    }
    .s-p-0{
        padding: 0 !important;
    }
    .inf-xin-p{
        padding: 13px 18px !important;
    }
    .pagination-p li {
        display: inline-block;
        border-radius: 4px;
        min-width: 21px;
        font-size: 0.8rem;
    }

}
@media (min-width: 992px) {
    .info-suject {
        background: #f2f2f2;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .s-m-arrow{
        display: block;
    }
    .pagination-p li {
        display: inline-block;
        margin: 0 4px;
        padding: 6px 12px;
        border-radius: 4px;
        min-width: 35px;
    }
    .course-min-h{
        min-height: 27rem;
    }
}

.center-all-about{
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
.center-all{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.center-all-up-down{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.pointer{
    cursor: pointer;
}
.home-subtitle{
    color: #181a1c;
    font-size: 1.3rem;
    padding-bottom: 10px;
}
.logo-f-w{
    width: 85px;
}
.siteFooter-bottomNav {
    position: relative;
    font-size: 1.2rem;
    letter-spacing: .04rem;
    color: #727272;
    margin: 0 .25rem 0 0;
    padding: 0 1.6rem 0 0;
}
.color01{
    color:#010101;
}
.color02{
    color: #828385 !important;
}
.backdrop-cf2{
    background-color: #f2f2f2;
}
.col-blue{
    color: #1e1ed3 !important;
}
.news-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem;
    padding: 1.1rem 1.1rem;
    border-bottom: solid 1px #eaedef;
}
.space {
    height: 100px;
}
.space-30 {
    height: 30px;
}
.c-hr{
    margin: 3px 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.border-right-1{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.row-info {
    display: flex;
    align-items: center;
    background: #f2f2f2;
    margin: 3px 0;
}
.row-info-c {
    display: flex;
    align-items: center;
    margin: 3px 0;
}
.background-f {
    background: #ffffff;
}
.fancy-box {
    /*width: 100%;*/
    min-height: 436px;
    padding: 20px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.fixed {
    position: fixed;
    top: 5rem;
    width: 18.875rem;
}
.bottom-border{
    border-bottom: 1px solid #ccc !important;
    box-shadow: 0 0 0 0 !important;
}
.lines-omitted-1{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.lines-omitted-2{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.subtitle-background{
    margin: 3em 0 1.5em;
    padding: .7em .7em .7em;
    font-weight: 400;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fafafa;
    box-shadow: 0 1px 2px #f7f7f7;
}
.apply-ingor {
    box-shadow: 0 6px 30px 0 rgba(22, 24, 26, 0.08);
    color: #181a1c;
    font-weight: 500;
    list-style-type: none;
    display: inline-block;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    margin-right: 6px;
    padding: 13px 30px;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.1s linear, color 0.1s linear;
}
.apply-ingor.active {
    background-image: linear-gradient(45deg, #07b89b 0%, #2a74bb 100%);
    color: #fff;
    font-weight: 600;
}
.fs-13{
    font-size: 13px;
}
.header-upper-left{
    font-size: clamp(14px, 1.3vw, 33px) !important;
    white-space: normal;
    word-break: break-word;
    line-height: 1;
}
.inf-table {
    border-collapse: collapse;
    width: 100%;
}
.inf-table-td{
    padding: 12px;
    text-align: center;
}
.inf-background-f2{
    background: #f2f2f2;
}
.inf-background-f7{
    background: #f7f7f7;
}
.inf-merge-center {
    vertical-align: middle;
    text-align: center;
}
.inf-border-bottom{
    margin: 3px 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.hr-line {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 8px 0;
}
.required-mark {
    color: red;
    font-weight: bold;
}

/*h1, h2, h3, h4, h5, h6 {*/
/*    letter-spacing: -0.3px;*/
/*    color: white;*/
/*    font-family: "Noto Sans JP", "Outfit", sans-serif;*/
/*    font-weight: 400;*/
/*}*/
:lang(ja) {
    font-family: "Noto Sans JP", "Outfit", sans-serif;
}

:lang(zh) {
    font-family: "Noto Sans SC", "Outfit", sans-serif;
}
:lang(en) {
    font-family: "Outfit", "Noto Sans JP", sans-serif;
}

.min-h-300{
    min-height: 300px;
}
.pagination-p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.pagination-p a {
    display: inline-block;
}
.pagination-p a,
.pagination-p span {
    display: inline-block;
    padding: 6px 12px;
    /*border: 1px solid #ccc;*/
    border-radius: 6px;
    color: #333;
    background-color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 35px;
}
.pagination-p .current {
    background-image: linear-gradient(45deg, #07b89b 0%, #2a74bb 100%);
    color: #fff !important;
    border-color: transparent;
    font-weight: 600;
}
.pagination-p a:hover {
    background-image: linear-gradient(45deg, #07b89b 0%, #2a74bb 100%);
    color: #fff !important;
    border-color: transparent;
}

.calendar-year-toggle {
    cursor: pointer;
    color: #333;
}
.calendar-year-toggle:hover {
    text-decoration: underline;
}


.calendar-box .calendar-months a,
.calendar-box .calendar-months button {
    min-width: 46.05px;
    text-align: center;
}
.calendar-box .disabled {
    pointer-events: none;
    opacity: 0.4;
}
.calendar-year-toggle {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calendar-year-toggle .arrow {
    font-size: 0.9em;
    margin-left: 6px;
    transform: rotate(0deg);
    transition: transform 0.3s;
}
.calendar-months {
    flex-wrap: wrap;
    gap: 6px;
}

.pagination-p li.active {
    background-image: linear-gradient(45deg, #07b89b 0%, #2a74bb 100%);
    color: white;
}
.pagination-p li:hover {
    background-image: linear-gradient(45deg, #07b89b 0%, #2a74bb 100%);
    color: #fff !important;
    border-color: transparent;
}
.not-selected{
    color: #8f99a8 !important;
    pointer-events: none;
    background-color: #d5dce2 !important;
    border-color: #d5dce2 !important;
}
.already-selected{
    border-color: #07b89b;
    color: #07b89b;
}
.already-selected:hover{
    color: var(--bs-btn-hover-color);
    background-image: linear-gradient(45deg, #07b89b 0%, #2a74bb 100%);
    border: none;
}
.bo-no{
    border: none;
}
.bo-no:hover{
    color: #fff;
}

#sidebarBox {
    position: relative;
}

#sidebarBox.fixed {
    position: fixed;
    top: 100px;
    width: inherit;
}

#sidebarBox.stop {
    position: absolute;
    top: auto !important;
    bottom: 0;
    width: 302px;
}
.training-frame:hover{
    box-shadow: 0 10px 40px 0 rgba(22, 24, 26, 0.12);
    background-image: linear-gradient(45deg, #07b89b0f 0%, #2a74bb0f 100%);
}

/* 高亮标签 */
.tag-filter.active {
    color: #181a1c !important;
    font-weight: bold;
}

/* 高亮月份 */
.calendar-month.active {
    color: #181a1c !important;
    font-weight: bold;
}
.course-min-sh{
    min-height: 300px;
}
.toubulogo {
    background: rgb(255 255 255 / 31%);
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    backdrop-filter: blur(10px);
}
.course-soft-red {
    color: #111;
    background-color: #e56b6fa8;
    font-weight: 300;
}
.course-soft-green {
    color: #111;
    background-color: #57cc998f;
    font-weight: 300;
}

.course-soft-blue {
    color: #111;
    background-color: #90e0ef8a;
    font-weight: 300;
}
