/* 
base------------------------------------ */
.news {
    margin-top: 30px;
}

/* 
ttl------------------------------------- */
.news__ttl._main {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 10px;
    padding-bottom: 3%;
    border-bottom: 1px solid #7c7c7c;
    font-family: 'Red_Hat_Display','Zen_Kaku_Gothic_New-Bold', sans-serif;
}
@media screen and (min-width:768px) {
    .news__ttl._main {
        font-size: 30px;
    }
}
/* 
body------------------------------------ */
.news__body {
    margin-top: 30px;
}
.news__img {
    text-align: center;
}
.news__img:nth-child(2) {
    margin-top: 15px;
}
.news__img img{
    width: 100%;
    height: auto;
}
.news__img > .copyright {
    text-align: left;
}
@media screen and (min-width:768px) {
    .news__img img {
        max-width: 500px;
        height: auto;
    }
}
.news__txt {
    margin-top: 7%;
    padding-bottom: 7%;
    border-bottom: 1px solid #7c7c7c; 
    word-break: break-all;  
}
.news__txt--notIndent {
    text-indent: none;
}
@media screen and (min-width:768px) {
    .news__txt {
        margin-top: 3%;
        padding-bottom: 3%;
    }
}
@media screen and (max-width:480px) {
    .news__txt {
        font-size: 14px;
    }
}
.news__instagram {
    text-align: center;
    padding-top: 30px;
}
/* 
pagination------------------------------------ */
.paginationWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-numbers {
    display: inline-block;
    font-size: 20px;
    text-align: center;
}
.page-numbers + .page-numbers {
    margin-left: 10px;
}
.page-numbers--numbers {
    background-color: #fff;
    width: 35px;
    height: 38px;
    color: #000;
}
.page-numbers--numbers._current {
    background-color: #000;
    color: #fff;
}


