* {
    line-height: 1.4;
}
.sub_wrap,
.scroll {
    padding: 14.6rem 1rem;
}

h1 {
    margin-bottom: 3.9rem;
}

table {
    white-space: normal;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
sub_wrap
.term_table_pc{
    display: table;
}

.term_table_mo{
    display: none;
}

table th {
    background-color: #f8f8f8;
    padding: 1.6rem 0;
    font-weight: bold;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

table tbody tr td {
    text-align: start;
    line-height: 1.67;
    padding: 4rem;
    font-size: clamp(1.2rem, 1.7vw, 1.5rem);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

table.table_center tbody tr td.td_center {
    padding: 1.5rem;
    color: #000000;
    text-align: center;
}

/* table.table_center  */

td strong,
p {
    color: #000000;
}

p {
    font-size: 1.55rem;
    letter-spacing: -0.78px;
    line-height: 1.58;
}

p strong {
    font-weight: bold;
    font-size: 1.55rem;
    line-height: 1.58;
    letter-spacing: -0.78px;
}

h2 {
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    font-size: 2.8rem;
    line-height: 2.32;
    letter-spacing: -1.4px;
    margin-top: 1.5rem;
}

h3 {
    padding: 2rem 0 1rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1.33;
    letter-spacing: -0.9px;
}

.term_label_box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.term_label_items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem;
    position: relative;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    grid-column: span 1 / span 1;
    text-align: center;
    overflow: hidden;
}

.term_label_items img {
    width: 70px;
}

.term_label_items:hover .term_label_items_back {
    z-index: 1;
    opacity: 1;
    animation: upper 0.2s linear;
}

.term_label_items_back {
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.label_txt_sub {
    color: #808080;
}

.term_label_items h2 {
    font-size: 2.6rem;
}

p.label_txt {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.4rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: -0.7px;
}

p.indent {
    padding-left: 1.5rem;
    text-indent: -1.5rem;
}

p.term_table_mo_tit{
    padding: 1.5rem 0;
}

span.temp_space {
    padding-left: 1rem;
}

span.temp_space2 {
    padding-left: 2rem;
}


.select_date_new {
    position: absolute;
    top: 0px;
    right: 10px;
}

.fz34{
    font-weight: 800 !important;
}

@media(max-width: 1260px) {    
    body {
        min-width: auto;
    }
}

@media only screen and (max-width:989px) {
    .sub_wrap {
         padding-left: 1rem;
         padding-right: 1rem;
         padding-top: 5rem;
    }

    .term_label_box {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .term_label_items{
        padding: 4rem 0;
    }


    .select_date_new {
        top: -60px;
        left: 0px;
    }

    .term_table_pc{
        display: none;
    }

    .term_table_mo{
        display: table;
    }

    table tbody tr td {
        padding: 1rem;
    }

    *,
    .term_label_items,
    table th,
    p,
    p strong,
    table tbody tr td,
    td strong,
    p.label_txt,
    li {
        /* font-size: 1.1rem; */
    }

    .fz34,
    h2{
        font-size: 1.7rem;
    }

    h3{
        font-size: 1.3rem;
    }

}

@media only screen and (max-width:768px) {
    .sub_wrap {
        overflow-x: scroll;
    }
}

@keyframes upper {
    from {
        top: 100%;
        opacity: 0;
    }

    to {
        top: 0%;
        opacity: 1;
    }
}

@media(max-width: 767px) { 
    .dis-no.vis-767 {
        display: block !important;
    }   
    .term_label_box {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}