.content {
    background: #f5f5f7;
}

.news-list__heading {
    margin: 140px 0 55px;
}

.news-list__heading__main {
    display: block;
    line-height: 0;
    margin: 0 0 15px;
    text-align: center;
}

.news-list__heading__main img {
    width: 102px;
}

.news-list__heading__sub {
    display: block;
    line-height: 1;
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal;
}

.news-list__contents {
    width: 980px;
    margin: 0 auto 90px;
}

.news-list__contents li {
    border-bottom: 1px solid #b5b5b5;
}

.news-list__contents li:first-child {
    border-top: 1px solid #b5b5b5;
}

.news-list__contents a {
    display: flex;
    padding: 15px 0;
    transition: .3s;
}

.news-list__contents a:hover {
    opacity: .7;
}

.news-list__contents__image {
    margin: 0 40px 0 0;
}

.news-list__contents__image img {
    width: 160px;
    height: auto;
}

.news-list__contents__text {
    position: relative;
    margin: 10px 0 0;
    padding: 55px 0 0;
}

.news-list__contents__type {
    position: absolute;
    top: 0;
    left: 150px;
    line-height: 1;
    margin: 4px 0 0;
}

.news-list__contents__type span {
    display: inline-block;
    width: 120px;
    line-height: 2.0rem;
    border-radius: 10px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: .1em;
}

.news-list__contents__type-press span {
    background: #00a0e9;
}

.news-list__contents__type-column span {
    background: #8f82bc;
}

.news-list__contents__type-product span {
    background: #ea68a2;
}

.news-list__contents__type-pmk span {
    background: #6EBA44;
}

.news-list__contents__date {
    position: absolute;
    top: 0;
    width: 125px;
    color: #d20200;
    font-size: 1.9rem;
    font-weight: bold;
}

.news-list__contents__date:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid #e6e6e7;
}

.news-list__nav {
    width: 980px;
    margin: 0 auto 135px;
}

.news-list__nav .pages{
    display: none;
}

.news-list__nav .current{
    width: 78px;
    display: block;
    line-height: 1;
    font-size: 1.8rem;
    text-align: center;
    transition: .3s;
}

.current:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-left: 1px solid #000;
}

.news-detail__heading {
    margin: 140px 0 55px;
}

.news-detail__heading__main {
    display: block;
    line-height: 0;
    margin: 0 0 15px;
    text-align: center;
}

.news-detail__heading__main img {
    width: 102px;
}

.news-detail__heading__sub {
    display: block;
    line-height: 1;
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal;
}

.news-detail__contents {
    width: 980px;
    margin: 0 auto 60px;
    padding: 0 90px;
    background: #fff;
    overflow: hidden;
}

.news-detail__contents__label {
    margin: 0 0 65px;
    text-align: center;
}

.news-detail__contents__label span {
    display: inline-block;
    width: 100px;
    line-height: 4.0rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .1em;
}

.news-detail__contents__label--press span {
    background: #00a0e9;
}

.news-list__contents__type-press span {
    background: #00a0e9;
}

.news-detail__contents__label--column span {
    background: #8f82bc;
}

.news-list__contents__type-column span {
    background: #8f82bc;
}

.news-detail__contents__label--product span {
    background: #ea68a2;
}

.news-list__contents__type-product span {
    background: #ea68a2;
}

.news-detail__contents__heading {
    margin: 0 0 60px;
    border-bottom: 1px solid #b5b5b5;
}

.news-detail__contents__heading__date {
    line-height: 1;
    margin: 0 0 55px;
    color: #d20200;
    font-size: 1.9rem;
}

.news-detail__contents__heading__title {
    margin: 0 50px 60px;
    font-size: 2.4rem;
    font-weight: normal;
}

.news-detail__contents__body {
    margin: 0 50px;
}

.news-detail__contents__body__text {
    margin: 0 0 25px;
    line-height: 1.75;
}

.news-detail__contents__body__text img{
    width: 100%;
    height: auto;
}

.news-detail__contents__body__image {
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0;
}

.news-detail__contents__body__image li{
    width: 330px;
}

.news-detail__contents__body__image li:nth-child(odd) {
    margin: 0 20px 20px 0;
}

.news-detail__contents__body__image li:nth-child(even) {
    margin: 0 0 20px 20px;
}

.news-detail__contents__body__image li img {
    width: 100%;
    height: auto;
}

.news-detail__contents__person {
    float: right;
    margin: 120px -90px 40px 0;
}

.news-detail__nav-page {
    width: 700px;
    margin: 0 auto 110px;
}

.news-detail__nav-category {
    display: flex;
    justify-content: space-between;
    width: 980px;
    margin: 0 auto 130px;
}

.news-detail__nav-category__item {
    width: 244px;
}

.news-detail__nav-category__item a {
    position: relative;
    display: block;
    line-height: 10.0rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    transition: .3s;
}

.news-detail__nav-category__item a:hover {
    opacity: .7;
}

.news-detail__nav-category__item a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 17px;
    left: 0;
    width: 20px;
    height: 10px;
    margin: auto;
    background: url('../img/common/icon_arrow_08.png') no-repeat left top/contain;
}

.news-detail__nav-category__item--press a {
    background: #00a0e9;
}

.news-detail__nav-category__item--column a {
    background: #8f82bc;
}

.news-detail__nav-category__item--product a {
    background: #ea68a2;
}

.news-detail__nav-category__item--pmk a {
    background: #6EBA44;
}

@media screen and (max-width: 768px) {
    .news-list__heading {
        margin: 33px 0 5px;
    }

    .news-list__heading__main {
        margin: 0 0 7px;
    }

    .news-list__heading__main img {
        width: 74px;
    }

    .news-list__heading__sub {
        font-size: 1.0rem;
    }

    .news-list__contents {
        width: auto;
        margin: 0 25px 60px;
    }

    .news-list__contents li:first-child {
        border-top: none;
    }

    .news-list__contents a {
        display: flex;
        padding: 23px 0;
    }

    .news-list__contents a:hover {
        opacity: 1;
    }

    .news-list__contents__image {
        margin: 0 25px 0 0;
    }

    .news-list__contents__image img {
        width: 135px;
    }

    .news-list__contents__text {
        margin: 0;
        padding: 0;
    }

    .news-list__contents__type {
        position: static;
        margin: 0 0 5px;
    }

    .news-list__contents__type span {
        width: 90px;
        line-height: 1.4rem;
        font-size: 1.0rem;
    }

    .news-list__contents__body {
        margin: 0 0 5px;
        font-size: 1.4rem;
    }

    .news-list__contents__date {
        position: static;
        width: auto;
        line-height: 1;
        font-size: 1.2rem;
    }

    .news-list__contents__date:after {
        content: none;
    }

    .news-list__nav {
        width: auto;
        margin: 0 25px 75px;
    }

    .news-detail__heading {
        margin: 33px 0 28px;
    }

    .news-detail__heading__main {
        margin: 0 0 7px;
    }

    .news-detail__heading__main img {
        width: 74px;
    }

    .news-detail__heading__sub {
        font-size: 1.0rem;
    }

    .news-detail__contents {
        width: auto;
        margin: 0 25px 40px;
        padding: 0 15px;
    }

    .news-detail__contents__label {
        margin: 0 0 35px;
    }

    .news-detail__contents__label span {
        width: 100px;
        line-height: 3.0rem;
        font-size: 1.3rem;
    }

    .news-detail__contents__heading {
        margin: 0 0 45px;
    }

    .news-detail__contents__heading__date {
        margin: 0 0 35px;
        font-size: 1.4rem;
    }

    .news-detail__contents__heading__title {
        margin: 0 0 25px;
        font-size: 1.8rem;
    }

    .news-detail__contents__body {
        margin: 0;
    }

    .news-detail__contents__body__text {
        margin: 0 0 20px;
        line-height: 1.7;
        font-size: 1.4rem;
    }

    .news-detail__contents__body__image {
        display: block;
        margin: 50px 0;
    }

    .news-detail__contents__body__image li:nth-child(odd) {
        margin: 0 0 30px;
    }

    .news-detail__contents__body__image li:nth-child(even) {
        margin: 0 0 30px;
    }

    .news-detail__contents__person {
        float: right;
        margin: 50px -15px 45px 0;
    }

    .news-detail__nav-page {
        width: auto;
        margin: 0 40px 55px;
    }

    .news-detail__nav-category {
        display: block;
        width: 220px;
        margin: 0 auto 50px;
    }

    .news-detail__nav-category__item {
        width: auto;
        margin: 0 auto 5px;
    }

    .news-detail__nav-category__item a {
        line-height: 5.0rem;
        font-size: 1.4rem;
    }

    .news-detail__nav-category__item a:hover {
        opacity: 1;
    }

    .news-detail__nav-category__item a:after {
        bottom: 7px;
        width: 10px;
        height: 5px;
    }
}
