.news-common-sec .main-bg {
    background: url(../img/about/main_img.jpg) no-repeat center;
    background-size: cover;
}
.news-common-sec {
    padding: 0; 
}
.news-common-sec .box-Shift .inner {
    margin-left: 7vw;
    height: 9rem;
    padding-left: 7vw;
}
.news-common-sec .box-Shift .inner .news-single.flex_box {
    justify-content: flex-start;
    height: 100%;
    align-items: center;
}
.date-box {
    margin-right: 2rem;
    font-size: 1.2rem;
}
.news-cat {
    border: 1px solid #fff;
    border-radius: 3rem;
    font-size: 1.2rem;
}
.news-single .news-cat {
    padding: 0 2rem;
}
.news-content-sec {
    padding: 0 7vw 3rem;
    margin-bottom: 12rem;
}
.single-block {
    padding-bottom: 4rem;
    margin-bottom: 5rem;
    border-bottom: 1px solid #DDDDDD;
}
.single-block h3 {
    font-size: 2.0rem;
    line-height: 1.8;
    padding-bottom: 4rem;
    margin-bottom: 5rem;
    border-bottom: 1px solid #DDDDDD;
}
.single-block a {
    color: #004E97;
}
.single-block p:not(:last-child) {
    margin-bottom: 4rem;
}
.single-btn-block {
    display: flex;
}
.single-btn-block .btn01 {
    margin: 0 auto;
}

.news-list-sec {
    padding: 0; 
}
.news-list-sec .box-Shift .inner {
    margin-left: 7vw;
    padding: 0 7vw 5rem 7vw;
}
.news-cattit-box {
    margin-right: 5rem;
    font-size: 1.2rem;
}
.news-list-sec .news-block {
    border-bottom: 1px solid #DDD;
}
.news-list-sec .news-list {
    border-top: 1px solid #DDD;
    min-height: 11.8rem;
    padding: 4rem 0;
    position: relative;
}
.news-list-sec .news-list a.flex_box {
    height: 100%;
    width: 100%;
    align-items: center;
    padding: 0 2.5rem;
    justify-content: flex-start;
}
.news-list-sec .news-list .news-date {
    font-size: 1.4rem;
    margin-right: 5rem;
}
.news-list-sec .news-list .news-cat {
    margin-right: 5rem;
    width: 14.357%;
}
.news-list-sec .news-list .news-cat span {
    padding: 0 2rem;
    border: 1px solid #111;
    border-radius: 3rem;
    font-size: 1.2rem;
    text-align: center;
    display: block;
}
.news-list-sec .news-list .news-title {
    font-size: 1.5rem;
    width: 59.187%;
}
.news-list-sec .news-list .btn01 {
    position: absolute;
    z-index: 2;
    right: 6rem;
    top: 40%;
    transform: translateY(-50%);
    margin: 0;
}
.news-list-sec .news-list .btn01 #link_icon01_black {
    width: 3.3rem;
    height: 3.5rem;
}
.news-list-sec .news-list .btn01 #link_icon01_black_star {
    top: 1.3rem;
    left: 1.7rem;
    width: 0.7rem;
    height: 0.7rem;
}
.news-tab p span:not(:last-child)::after {
    content: '/';
    padding: 0 0.6rem 0 1.5rem;
}
.news-tab p span a {
    position: relative;
}
.news-tab p span a::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #B9983B;
    bottom: -1rem;    
    transition: .3s;
    opacity: 0;
}
.news-tab p span a:hover::before,
.news-tab p span.current a::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #B9983B;
    bottom: -1rem;
    opacity: 1;
}
.pagenation {
    padding: 5rem 0;
    margin: 0 auto;
}
.wp-pagenavi {
    display: flex;
    justify-content: center;
}
.wp-pagenavi a, 
.wp-pagenavi span {
    text-decoration: none;
    height: 3.4rem;
    width: 3.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F7F7F7;
    color: #111;
    transition: .3s;
    font-size: 1.2rem;
    margin: 0 .5rem;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #004E97;
    color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    background: none;
    color: #111;
    transition: .3s;
    font-size: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 7rem;
}
.wp-pagenavi .previouspostslink {
    margin: 0 4.5rem 0 0;
}
.wp-pagenavi .nextpostslink {
    margin: 0 0 0 4.5rem;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
    background: none;
    color: #111;
}
.wp-pagenavi .previouspostslink::before {
    content: '';
    background: url('../img/news/arrow-back.svg') no-repeat center center;
    width: 0.5rem;
    height: 0.9rem;
    margin-right: 2rem;
}
.wp-pagenavi .nextpostslink::after {
    content: '';
    background: url('../img/news/arrow-next.svg') no-repeat center center;
    width: 0.5rem;
    height: 0.9rem;
    margin-left: 2rem;
}

@media screen and (max-width: 767px) {
.news-common-sec .main-bg {
    background: url(../img/news/main_img_sp.jpg) no-repeat center;
    background-size: cover;
}
.news-common-sec .box-Shift .inner {
    padding: 2.5rem 7vw;
    height: 100%;
}
.news-cattit-box {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}
.news-tab p span:not(:last-child) {
    margin-bottom: 2rem;
}
.news-tab p span a::before,
.news-tab p span a:hover::before,
.news-tab p span.current a::before {
    bottom: -0.5rem;
}
.news-list-sec {
    padding: 2rem 0 0 0;
    margin-bottom: 7rem;
}
.news-list-sec .news-list {
    min-height: auto;
    padding: 2rem 0;
}
.news-list-sec .news-list a.flex_box {
    padding: 0;
}
.news-list-sec .news-list .news-date {
    margin-right: 2rem;
}
.news-list-sec .news-list .news-cat {
    margin-right: 0rem;
    width: 50.357%;
    max-width: 150px;
}
.news-list-sec .news-list .news-title {
    font-size: 1.3rem;
    width: 100%;
    display: block;
    padding-top: 1.5rem;
}
.news-list-sec .news-list .icon-box {
    display: none;
}
.single-block h3 {
    font-size: 1.8rem;
    padding-bottom: 3rem;
    margin-bottom: 4rem;
}
.single-block p {
    font-size: 1.4rem;
}
.news-content-sec {
    padding: 2rem 7vw 3rem;
    margin-bottom: 7rem;
}
.single-btn-block .btn01 {
    padding-right: 4rem;
}
.single-block {
    margin-bottom: 3rem;
}
.pagenation {
    padding: 3rem 0 0 0;
    margin: 0 auto;
}
}

@media screen and (min-width: 768px) and (max-width: 1010px) {
.news-list-sec .news-list .news-cat {
    width: 17.357%;
}
}