.news_list .news_main_contents {
    max-width: 844px;
    margin: 5rem auto 10rem auto;
}

.news_list .news_main_contents h2 {
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0;
}

.news_list .news_main_contents p.sub_title {
    color: #1616C1;
    font-size: 1.375rem;
    text-align: center;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}


/*お知らせ一覧*/
.news {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 30px;
}

.news .news_date {
    color: #707070;
    font-size: 1.375rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    min-width: 80px;
}

.news .news_cate {
    min-width: 90px;
    text-align: center;
    color: #fff;
    background-color: #999999;
    padding: 2px 0;
    font-size: 1rem;
    /* margin-left: 2rem; */
}

.news_wrapper a:hover {
    opacity: 0.5;
}

hr.news-line {
    border-top: solid 1px #999999;
    margin: 1.5rem 0;
}

/* news修正 */
.uk-grid {
    margin-left: 0;
}

.uk-grid>* {
    padding-left: 0px;
}

.uk-grid>*>a:last-child {
    display: block;
    margin-left: 15px;
}


@media screen and (max-width: 883px) {
    .news_list .news_main_contents {
        margin: 8rem 1rem;
    }

    .news {
        gap: 0 20px;
    }
}

@media screen and (max-width: 850px) {
    .news {
        display: flex;
    }

    .news .news_cate {
        max-width: 90px;
    }

    .news .news_date {
        margin: 0 0 0;
        min-width: 80px;
    }
}

@media screen and (max-width: 825px) {
    .uk-grid>*>a:last-child {
        margin-left: 30px;
    }
}

@media screen and (max-width: 720px) {
    .uk-grid>*>a:last-child {
        margin-left: 50px;
    }
}

@media screen and (max-width: 639px) {
    .uk-grid>*>a:last-child {
        margin-left: 0px;
    }
}

@media screen and (max-width: 639px) {
    .news_list .news_main_contents h2 {
        font-size: 1.125rem
    }

    .news_list .news_main_contents p.sub_title {
        font-size: 0.8125rem;
    }

    .news {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0.9375rem;
    }

    .news .news_date {
        margin: 0;
        font-size: 1.1875rem;
    }

    .news .news_cate {
        font-size: 0.75rem;
    }
}

/*お知らせ詳細*/
.news_list .news_main_contents h2.news_title {
    font-size: 1.625rem;
    font-weight: 700;
    margin: 8rem auto 5rem auto;
    text-align: center;
}

.news3 {
    text-align: right;
    font-size: 1rem !important;
    line-height: 2rem;
    margin-bottom: 1.875rem;
}

.news4 {
    text-align: left;
    margin: 2rem 0;
    font-size: 1rem;
    line-height: 2
}

@media screen and (max-width: 639px) {
    .news_list .news_main_contents h2.news_title {
        font-size: 1.125rem;
        text-align: left;
        margin: 3rem auto 2rem auto;

    }

    .news3 {
        font-size: 0.8125rem !important;
    }

    .news4 {
        font-size: 0.8125rem;
    }

    *+.uk-grid-margin,
    .uk-grid>.uk-grid-margin {
        margin-top: 20px;
    }

}





/*お知らせ　年度絞り*/
div.select_info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div.select_info-list div.custom-select-years {
    color: #707070;
    font-size: 1.375rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

div.select_info-list .container {
    padding: 2rem 0;
    width: 100px;
    margin-right: 2rem;
}

.form-group {
    box-sizing: inherit;
}

.form-group+.form-group {
    margin-top: 1.5rem;
}

.form-group label {
    display: block;
}

.form-control {
    background: #fff;
    border: 1px solid #dedede;
    height: calc(1.125rem + 0.5rem + 2px);
    line-height: 1.5;
    padding: 0.5rem 0.75rem;
    width: 100%;
    cursor: pointer;
    color: #707070;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
}

.form-control:focus {
    outline: 0;
    border-color: #F2F2F2;
}

div.news_wrapper {
    display: none;
}



/**********************************
 * カスタムセレクトボックス
 **********************************/

/* 元のセレクトボックスは隠す */
.custom-select select {
    display: none;
}

.custom-select {
    position: relative;
}

.custom-select.open {
    border-color: #F2F2F2;
}

/* 下向きの矢印 */
.custom-select::after {
    content: "";
    /*background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1697571/chevron-down.svg) no-repeat center;*/
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid black;
    display: block;
    height: 1rem;
    position: absolute;
    right: 0.75rem;
    top: 60%;
    transform: translatey(-50%);
    transition: transform 300ms linear;
}

.custom-select-list {
    border: 1px solid #dedede;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    display: none;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.open .custom-select-list {
    animation: fadeIn 250ms ease-in-out forwards;
    display: block;
}

.custom-select.open::after {
    /*transform: translatey(-50%) rotate(180deg);*/
}

.custom-select-item {
    cursor: pointer;
    display: block;
    padding: 0.5rem 0.75rem;
    background-color: #fff;
}

.custom-select-item:hover {
    background-color: #F2F2F2;
    color: #222;
}


.custom-select-item+.custom-select-item {
    border-top: 1px solid #dedede;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        top: calc(2.5rem);
    }

    to {
        opacity: 1;
        top: calc(2.5rem);
    }
}