@charset 'utf-8';
.site__section{
    padding: 2.94% 0 3.94%;
}
.news__cont {
    grid-template-columns: repeat(3, 1fr);
    gap: 4.86% 2.5%;
}
.news__cont__item .flex{
    display: flex;
    gap: 16px;
    margin: 8px 0 10px;
}
.news__cont__item__date,
.news__cont__item__category {
    font-size: 1.2rem;
}
.news__cont__item__category{
    color:var(--color1);
}
.news__cont__item__title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--black);
    font-family: var(--jp);
}
@media screen and (max-width: 1023px) {
    .news__cont__item__title {
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 767px) {
    .news__cont {
        grid-template-columns:repeat(1, 1fr);
        gap: 4.7rem 3.7rem;
    }
    .news__cont__item__title {
        font-size: 1.8rem;
    }
}
.news__post .site__section__sub-block__link2 {
    margin: 0 auto 3em;
}

.news_post__cont {
    line-height: 2;
}
.news__post__cont a {
    text-decoration: underline;
}
.news__post__cont h3 {
    font-size: 2em;
    margin: 0px 0px 1em;
    color: #000;
}
.news__post__cont h4 {
    font-size: 1.5em;
    margin: 0px 0px 1em;
    color: #000;
}
.news__post__cont h1,.news__post__cont h2,.news__post__cont h3,.news__post__cont h4 {
    font-weight: normal;
    letter-spacing: .05em;
}
.news__post__cont h1 span,.news__post__cont h2 span,.news__post__cont h3 span,.news__post__cont h4 span {
    color: var(--site-color-key)
}
.news__post__cont p {
    color: #000;
    line-height: 2;
}
.news__post__cont p.list {
    margin-bottom: 0px;
    float: left;
    margin-left: 0px;
}
.news__post__cont p:last-child {
    margin-bottom: 0px;
}
.news__post__cont p span.orange {
    color: #ed6e00;
}
.news__post__cont img {
    margin: 1em 0 2em;
    width: auto;
}
@media screen and (max-width: 450px) {
    .lower__header__title .sub {
        font-size: 1.4rem;
        margin: 0 0 .5rem;
    }
    .lower__header__title .main {
        font-size: 3.5rem;
    }
    .top__news {
        padding: 4.6rem 0;
    }
    .news__cont {
        gap: 2.9rem 2.3rem;
    }
    .news__cont__item__title {
        font-size: 1.2rem;
    }
    .news__cont__item__date {
        font-size: 1.2rem;
    }
    .pagination {
        gap: 1.4rem;
        font-size: 1.4rem;
        margin-top: 1.8rem;
    }
    .news__cont__item .flex{
        margin: 8px 0 0;
    }
}
.site__section__block__title .main {
    display: block;
    font-size: 4.6rem;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.2173913044;
    margin: 1.6rem 0 1.9rem;
}
@media screen and (max-width: 1023px) {
    .site__section__block__title .main {
        font-size: 5.6rem;
        margin: 1.6rem 0 3rem;
    }
}
@media screen and (max-width: 767px) {
    .site__section__block__title .main {    
        font-size: 10rem;
        margin: 3rem 0 .6em;
    }
}
.site__section__block__title {
    position: relative;
    border-bottom: 1px solid #d5d5d5;
    padding: 0 0 2em;
}
.site__section__block__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 6em;
    height: 3px;
    background-color: var(--color1);
}
@media screen and (max-width: 1023px) {
    .site__section__block__title .main {
        font-size: 3.6rem;
        margin: 1rem 0 1.9rem;
    }
}
@media screen and (max-width: 450px) {
    .site__section__block__title .main {
        font-size: 3rem;
        margin: .9rem 0 1.8rem;
    }
    .site__section {
        padding: 6.44% 0;
    }
    .news__post__cont p {
        font-size: 1.4rem;
        line-height: 1.8;
    }
    .site__section__block__title .date{
        font-size: 1.3rem;
    }
}
.news__cont__item__pic {
    border: 1px solid #ccc;
}
/* select */
.selectList li span {
    display: block;
    font-size: 1.2rem;
    font-family: var(--en);
    color: #ccc;
    margin-bottom: 5px;
}
.selectList {
    position: relative;
    width: 250px;
    margin-top: 10px;
}
.selectList select {
    width: 100%;
    height: 40px;
    font-size: 13px;
    border: 1px solid #C2C2C2;
    padding: 0 10px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 40px;
}
.selectList li{
    border-bottom: none 0 !important;;
}
#no-event-message {
    color: #ccc;
}
@media screen and (max-width: 450px) {
    .selectList {
        width: 100%;
    }
}
/* add */
.news_detail .category{
    color: var(--color1);
    margin-left: 10px;
}