.column-list__heading {
    padding: 140px 0 150px;
    background: #f5f5f7;
}

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

.column-list__heading__main img {
    width: 147px;
}

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

.column-list__contents {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 980px;
    margin: -65px auto 0;
}

.column-list__contents li {
    width: 292px;
}

.column-list__contents li:nth-child(3n) {
    margin: 0 0 80px;
}

.column-list__contents li:not(:nth-child(3n)) {
    margin: 0 52px 80px 0;
}

.column-list__contents a {
    display: block;
    height: 100%;
}

.column-list__contents a:hover .column-list__contents__image {
    position: relative;
}

.column-list__contents a:hover .column-list__contents__image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .5;
}

.column-list__contents a:hover .column-list__contents__title {
    opacity: 1;
}

.column-list__contents a:hover .column-list__contents__name,
    .column-list__contents a:hover .column-list__contents__supplement,
    .column-list__contents a:hover .column-list__contents__meta {
    opacity: .7;
}

.column-list__contents__image-wrapper {
    position: relative;
}

.column-list__contents__image img {
    width: 100%;
    height: auto;
}

.column-list__contents__title {
    position: absolute;
    right: 20px;
    bottom: 30px;
    left: 20px;
    line-height: 1.7;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    opacity: 0;
    transition: .3s;
}

.column-list__contents__text {
    position: relative;
    margin: -18px 16px 0;
    padding: 10px;
    background: #fff;
    text-align: center;
}

.column-list__contents__name {
    margin: 0 0 12px;
    font-size: 1.7rem;
    font-weight: bold;
    transition: .3s;
}

.column-list__contents__supplement {
    font-size: 1.4rem;
    transition: .3s;
}

.column-list__contents__meta {
    transition: .3s;
}

.column-list__contents__type {
    display: inline-block;
    width: 70px;
    line-height: 1.5rem;
    border-radius: 10px;
    background: #8f82bc;
    color: #fff;
    font-size: 1.0rem;
    font-weight: bold;
    text-align: center;
    vertical-align: 1px;
    letter-spacing: .1em;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.column-list__contents__volume {
    font-size: 1.4rem;
}

.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;
}


.column-detail__heading {
    padding: 140px 0 150px;
    background: #f5f5f7;
}

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

.column-detail__heading__main img {
    width: 147px;
}

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

.column-detail__contents {
    width: 980px;
    margin: -100px auto 100px;
    background: #fff;
}

.column-detail__contents__label {
    margin: 0 0 70px;
    text-align: center;
}

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

.column-detail__contents__heading {
    margin: 0 90px 70px;
    padding: 0 0 40px;
    border-bottom: 1px solid #b5b5b5;
}

.column-detail__contents__heading__label {
    line-height: 1;
    margin: 0 0 15px;
    color: #d20200;
    font-size: 1.4rem;
    font-weight: bold;
}

.column-detail__contents__heading__meta {
    margin: 0 0 8px;
}

.column-detail__contents__heading__type {
    display: inline-block;
    width: 80px;
    line-height: 1.8rem;
    margin: 0 10px 0 0;
    border-radius: 10px;
    background: #8f82bc;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    vertical-align: 3px;
    letter-spacing: .1em;
}

.column-detail__contents__heading__volume {
    font-size: 2.0rem;
}

.column-detail__contents__heading__name {
    line-height: 1;
    margin: 0 0 8px;
}

.column-detail__contents__body {
    margin: 0 140px;
    overflow: hidden;
}

.column-detail__contents__body__title {
    margin: 0 0 55px;
    font-size: 2.4rem;
    font-weight: bold;
}

.column-detail__contents__body__text {
    line-height: 1.6;
    margin: 0 0 130px;
}

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

.column-detail__contents__body__image {
    margin: 0 0 52px;
}

.column-detail__contents__body__person {
    float: right;
}

.column-detail__nav {
    width: 700px;
    margin: 0 auto 130px;
}

@media screen and (max-width: 768px) {
    .column-list__heading {
        padding: 33px 0 60px;
    }

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

    .column-list__heading__main img {
        width: 106px;
    }

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

    .column-list__contents {
        width: auto;
        margin: -33px 25px 15px;
    }

    .column-list__contents li {
        width: 50%;
    }

    .column-list__contents li:nth-child(3n) {
        margin: 0 0 18px;
    }

    .column-list__contents li:not(:nth-child(3n)) {
        margin: 0 0 18px;
    }

    .column-list__contents li:nth-child(odd) {
        padding: 0 8px 0 0;
    }

    .column-list__contents li:nth-child(even) {
        padding: 0 0 0 8px;
    }

    .column-list__contents a:hover .column-list__contents__image:after {
        content: none;
    }

    .column-list__contents a:hover .column-list__contents__title {
        display: none;
    }

    .column-list__contents a:hover .column-list__contents__name,
    .column-list__contents a:hover .column-list__contents__supplement,
    .column-list__contents a:hover .column-list__contents__meta {
        opacity: 1;
    }

    .column-list__contents__text {
        position: relative;
        margin: -9px 8px 0;
        padding: 12px;
    }

    .column-list__contents__name {
        margin: 0 0 6px;
        font-size: 1.6rem;
    }

    .column-list__contents__supplement {
        margin: 0 0 5px;
        font-size: 1.3rem;
    }

    .column-list__contents__meta {
        margin: 0 -12px;
    }

    .column-list__contents__type {
        width: 60px;
        line-height: 1.6rem;
        margin: 0 3px 0 0;
        font-size: 1.0rem;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .column-list__contents__volume {
        font-size: 1.3rem;
    }

    .column-list__nav {
        width: auto;
        margin: 0 25px 50px;
    }

    .column-detail__heading {
        padding: 33px 0 27px;
    }

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

    .column-detail__heading__main img {
        width: 106px;
    }

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

    .column-detail__contents {
        width: auto;
        margin: 0 auto 75px;
    }

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

    .column-detail__contents__label span {
        width: 80px;
        line-height: 2.9rem;
        font-size: 1.3rem;
    }

    .column-detail__contents__heading {
        margin: 0 40px 45px;
    }

    .column-detail__contents__heading__label {
        line-height: 1;
        margin: 0 0 30px;
    }

    .column-detail__contents__heading__meta {
        margin: 0 0 5px;
    }

    .column-detail__contents__heading__type {
        width: 60px;
        line-height: 1.4rem;
        margin: 0 7px 0 0;
        font-size: 1.0rem;
        vertical-align: 3px;
    }

    .column-detail__contents__heading__volume {
        font-size: 1.6rem;
    }

    .column-detail__contents__body {
        margin: 0 40px;
    }

    .column-detail__contents__body__title {
        line-height: 1.6;
        margin: 0 0 35px;
        font-size: 1.8rem;
    }

    .column-detail__contents__body__text {
        line-height: 1.7;
        margin: 0 0 60px;
    }

    .column-detail__contents__body__image {
        margin: 0 0 32px;
    }

    .column-detail__contents__body__image img {
        width: 100%;
    }

    .column-detail__nav {
        width: auto;
        margin: 0 40px 60px;
    }
}
