@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap');

@font-face {
    font-family: "Source Han Serif JP";
    src: url("/fonts/SourceHanSerifJP-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

.info-wrap.wrap-line-title {
    padding-bottom: 35px;
}

#list-notice .text-noti {
    font-size: 38px;
    color: #000000;
    font-weight: 400;
    font-family: "Shippori Mincho B1";
    line-height: 1;
}

#list-notice .latest {
    font-size: 20px;
    color: #999999;
    font-weight: 400;
    font-family: "Shippori Mincho B1";
}

#list-notice .item-wrap .item {
    display: block;
    border-bottom: 1px solid #C8C8C8;
    padding: 30px 0;
}

#list-notice .item-wrap .item:first-child {
    border-top: 1px solid #C8C8C8;
}

#list-notice .item-wrap .item .date-tag {
    display: flex;
    gap: 25px;
    font-size: 16px;
    align-items: center;
    margin-bottom: 10px;
}

#list-notice .item-wrap .item .date {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: "Shippori Mincho B1";
}

#list-notice .item-wrap .item .tag {
    min-width: 74px;
    height: 22px;
    font-size: 13px;
    font-weight: 300;
    color: #FFFFFF;
    border-radius: 2px;
    text-align: center;
    font-family: "Source Han Serif JP";
}

#list-notice .item-wrap .item a {
    font-size: 20px;
    color: #262626;
    font-weight: 400;
    font-family: "Shippori Mincho";
}

#list-notice .pagenation {
    justify-content: left !important;
}

@media screen and (max-width: 767px) {
    #list-notice .text-noti {
        font-size: 20px;
    }

    #list-notice .latest {
        font-size: 17px;
    }

    #list-notice .item-wrap .item a {
        font-size: 16px;
    }

    #list-notice .item-wrap .item .date-tag {
        margin-bottom: 5px;
    }

    #list-notice .item-wrap .item {
        padding: 15px 0;
    }
}