

.contents-title {
    font-size:35px;
    font-weight: bold;
}

.news-wrapper {
    padding: 5% 0;
    min-height: calc(100vh - 138px);
}
.news-wrapper a{
    transition: opacity .3s 0s ease;
}
.news-wrapper a:hover{
    opacity: 0.6;
}

.news-list {
    padding: 5%;
}

.news-list-content {
    padding: 5% 5% 0 5% !important;
}

.news-list-date-area {
    padding: 10px 0;
    width: 100%;
}

.news-list-date {
    margin: 0;
    padding: 0;
    width: 12%;
    text-align: start;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}

.news-list-line {
    display: inline-block;
    border-bottom: 1px solid #000;
    margin: 0;
    padding: 5px;
    width: 88%;
    position: relative;
    top: -0.2rem;
}
@media screen and (max-width: 811px){
    .news-list-line {
        width: 64%;
    }   
}

.news-list-title {
    font-size:1.1rem;
    line-height: 1.4;
}
@media screen and (max-width: 811px){
    .news-list-title {
        font-size:1.1rem;
    }
}

/* .news-area {
    padding-bottom: 5%;
} */


.request-news {
    padding: 20px 0;
}

.pnavi {
    text-align: center;
}
.page-numbers{
    display:inline-block;
    margin-right:5px;
    padding:10px 15px;
    color:#333;
    border-radius:3px;
    background:#fff;
    border-radius: 10px;
 }
.current{
    padding:10px 15px;
    background:#1F71B3;
    color:#fff;
 }
.prev,
.next{
    background:transparent;
    color:#1F71B3;
 }
.dots{
    background:transparent;
 }


 .txt-bold {
    font-weight: bold;
 }

.news-content {
    padding: 5% 0 0 0;
    line-height: 1.8;
}

.news-content img {
    max-width: 100%;
    height: auto;
    padding:10px;
}

