@charset "UTF-8";
.news{
    padding-top: 20px;
}
.news .section__head{
    margin-bottom: 10px;
}
.news .inner{
    width: 90%;
    max-width: 900px;
    border: 1px solid #FABE01;
    background-color: #fff;
    filter: drop-shadow(0 0 3px rgba(250,190,1,0.4));
    padding: 50px;
    margin: auto;
}
.news .inner a.btn{
    margin: 40px auto 0;
    display: block;
}
.news ul.news_list li,.news ul.news_list li a,
.news_page ul li,.news_page ul li a{
    display: flex; 
    flex-wrap: wrap;
    align-items: center;
}
.news ul.news_list li{
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    border-bottom: 1px solid #ccc;
}
.news ul.news_list li .news_day,.news_page ul li .news_day{
    width: 6.5em;
    font-weight:bold;
}
.news ul.news_list li .news_title,.news_page ul li .news_title{
    width: calc(100% - 6.5em);
    padding-left: 1em;
}
.news_page{
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.news_page ul{
    margin-top: 20px;
}
.news_page ul li{
    border-bottom: 1px solid #ccc;
    padding: 1.5em 0;
}
.news_page ul li a{
    width: 100%;
    transition: all 0.1s ease;
}
.news_page ul li a:hover,
.news_single .navigation a:hover,
.news ul.news_list li a:hover .news_title{
    color: #FABE01;
}
.news_page ul li .news_day{
    font-size: 14px;
    color: #999;
}
.news_page ul li .news_title{
    font-size: 17px;
}
.news_page .wp-pagenavi{
    width: 100%;
    margin-top: 50px;
    text-align: center;
}
.news_page .wp-pagenavi .page-numbers{
    display: inline-block;
    width: 3em;
    height: 3em;
    font-size: 14px;
    line-height: 3em;
    border: 1px solid #999;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 .3em 1em;
}
.news_page .wp-pagenavi .current,
.news_page .wp-pagenavi .page-numbers:hover{
    border: 1px solid #FA7501;
    color: #FA7501;
}
.news_single{
    width: 100%;
    max-width: 900px;
    margin: auto;
    line-height: 2;
}
.news_single .day{
    font-size: 13px;
    line-height: 1;
    color: #FABE01;
    margin-bottom: 5px;
}
.news_single .title_single{
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    padding-bottom: .5em;
    margin-bottom: 1em;
    border-bottom: 1px dashed #ccc;
}
.news_single img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.news_single img.alignleft{
    float: left;
}
.news_single img.alignright{
    float: right;
}
.news_single img.aligncenter{
    margin: auto;
}
.news_single p{
    clear: both;
}
.news_single h1{font-size: 28px}
.news_single h2{font-size: 22px}
.news_single h3{font-size: 18px}
.news_single h4{font-size: 16px}
.news_single h5{font-size: 14px}
.news_single h6{font-size: 12px}
.news_single .navigation{
    width: 100%;
    margin-top: 50px;
    padding: 20px 0 50px;
    border-top: 1px solid #000;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    clear: both;
}
.news_single .navigation a,.news ul.news_list li a .news_title{
    transition: all 0.1s ease;
}
.news_single .navigation .prev{
    width: 45%;
    position: absolute;
    left: 0;
}
.news_single .navigation .next{
    width: 45%;
    position: absolute;
    right: 0;
}
.news_single .back_btn{
    display: block;
    width: 9em;
    margin: 2em auto 0;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 15px;
    text-align: center;
    padding: .5em 0;
    line-height: 1;
}
@media (max-width: 767px) {
    .news .inner{
        padding: 7% 5%;
    }
}
@media (max-width: 576px) {
    .news ul.news_list li .news_day,
    .news ul.news_list li .news_title,
    .news_page ul li .news_day,
    .news_page ul li .news_title{
        width: 100%;
    }
    .news ul.news_list li .news_day,
    .news_page ul li .news_day{
        border-bottom: none;
        padding-bottom: 0;
    }
    .news ul.news_list li .news_title,
    .news_page ul li .news_title{
        padding-left: 0;
        padding-top: 0;
    }
}