:root {
    --color-gray: #abaaaa;
    --color-light-gray: #f4f4f4;
    --color-light-gray-2: #d8cdd4;
}
#cle_news {
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    color: var(--color-neutral-dark);
}

#cle_news #news {
    margin-bottom: 100px;
}

#cle_news .news-column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#cle_news .news-column:after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
}

#cle_news .news-column .column-box {
    width: 31%;
    margin-bottom: 40px;
}

#cle_news .news-column .column-box a {
    display: block;
    text-decoration: none;
}

#cle_news .news-column .column-box a:hover {
    opacity: .7;
}

#cle_news .news-column .column-box .ph {
    display: block;
    margin-bottom: 20px;
}

#cle_news .news-column .column-box .ph img {
    width: 100%;
}

#cle_news .news-column .column-box .date {
    font-size: 14px;
    display: block;
}

#cle_news .news-column .column-box .title {
    font-size: 14px;
    line-height: 1.4em;
    display: block;
    margin-bottom: 1em;
}

#cle_news .news-column .column-box .category {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#cle_news .news-column .column-box .category li {
    display: inline-block;
    background: var(--color-light-gray);
    font-size: 12px;
    padding: 2px 6px;
    white-space: nowrap;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}

@media (max-width:767px) {
    #cle_news #news {
        margin-bottom: 14vw;
    }
    #cle_news .news-column:after {
        width: 48%;
    }
    #cle_news .news-column .column-box {
        width: 48%;
        margin-bottom: 8vw;
    }
    #cle_news .news-column .column-box .ph {
        margin-bottom: 2vw;
    }
    #cle_news .news-column .column-box .date {
        font-size: 3.2vw;
        display: block;
    }
    #cle_news .news-column .column-box .title {
        font-size: 3.2vw;
    }
    #cle_news .news-column .column-box .category .li {
        font-size: 2.4vw;
        padding: .5vw 1.2vw;
    }
}


/*ページャー*/

#news .pager {
    display: block !important;
    text-align: center;
    padding: 50px 0 0;
}

#news .pager .none {
    display: none;
}

#news .pager ol {
    padding: 0;
}

#news .pager ol li {
    display: inline-block;
    margin: 0;
    vertical-align: baseline;
}

#news .pager ol li a {
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #CCC;
    padding: .5em 1em;
    margin: auto 2px;
}

#news .pager ol li a:hover {
    background: var(--color-neutral-dark);
    color: var(--color-main) !important;
}

#news .pager ol li.WCMselected a {
    background: var(--color-neutral-dark);
    color: var(--color-main) !important;
}

@media (max-width:767px) {
    #news .pager {
        padding: 6vw 0 0;
    }
    #news .pager ol li a {
        font-size: 3vw;
        margin: auto .2vw;
    }
}


/*タブ*/

#tabSp {
    display: none;
}

#news .tabarea {
    margin-bottom: 80px;
}

#news .tab01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#news .tab01 li {
    cursor: pointer;
    width: 50%;
    background: var(--color-neutral-dark);
    color: var(--color-main);
    font-size: 14px;
    text-align: center;
    padding: 10px 10px 25px;
    position: relative;
}

#news .tab01 li:first-child {
    border-right: 1px solid #fff;
}

#news .tab01 li::after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid var(--color-main);
    border-bottom: 1px solid var(--color-main);
    transform: rotate(45deg);
    position: absolute;
    bottom: 10px;
    left: calc(50% - 5px);
}

#news .tab01 li.select {
    color: var(--color-neutral-dark);
    background: var(--color-main);
}

#news .tab01 li.select::after {
    border-right: 1px solid var(--color-neutral-dark);
    border-bottom: 1px solid var(--color-neutral-dark);
}

#news .tabarea>.box {
    padding: 20px;
    background: var(--color-light-gray);
}

#news .tabarea .archive-year {
    display: flex;
    justify-content: stretch;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

#news .tabarea .archive-year.open {
    padding-bottom: 50px;
}

#news .tabarea .archive-year li {
    cursor: pointer;
    background: #fff;
    color: var(--color-neutral-dark);
    font-size: 14px;
    text-align: center;
    padding: 0;
    margin: 10px 10px 0 0;
}

#news .tabarea .archive-year li a {
    padding: 5px 15px;
}

#news .archive-year li.select,
#news .archive-year li a:hover {
    color: #fff;
    background: var(--color-gray);
}

#news .tabarea ol {
    display: flex;
    justify-content: stretch;
    align-items: center;
    flex-wrap: wrap;
}

#news .tabarea .archive-month {
    display: none;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
}

#news .tabarea .archive-month.open {
    display: flex;
}

#news .tabarea ol li,
#news .tabarea .archive-month li {
    cursor: pointer;
    background: #fff;
    color: var(--color-neutral-dark);
    font-size: 14px;
    text-align: center;
    padding: 0;
    margin: 10px 10px 0 0;
}

#news .tabarea .archive-month li {
    width: calc(100% / 12);
}

#news .tabarea .box a {
    display: block;
    text-decoration: none;
    padding: 5px 10px;
}

#news .tabarea .box.topics a {
    padding-left: 25px;
    position: relative;
}

#news .tabarea .box.topics a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid var(--color-neutral-dark);
    border-bottom: 1px solid var(--color-neutral-dark);
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 4px);
    left: 10px;
}

#news .tabarea .box a:hover {
    color: #fff;
    background: var(--color-gray);
}

@media (max-width:767px) {
    #tabPc {
        display: none;
    }
    #tabSp {
        display: block;
        margin-bottom: 10vw;
    }
    #navTirigger {
        background: var(--color-neutral-dark);
        color: var(--color-main);
        text-align: center;
        font-size: 3.4vw;
        line-height: 6vw;
        padding: .5em 1em;
        cursor: pointer;
    }
    #navTirigger .humburger,
    #navTirigger .humburger span {
        display: inline-block;
        transition: .3s;
        box-sizing: border-box;
    }
    #navTirigger .humburger {
        position: relative;
        width: 5vw;
        height: 5vw;
        margin-left: 2vw;
    }
    #navTirigger .humburger span {
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        width: 5vw;
        height: 2px;
        background-color: var(--color-main);
        transform-origin: center;
    }
    #navTirigger .humburger span:nth-of-type(1) {
        transform: translateY(-1.5vw);
    }
    #navTirigger .humburger span:nth-of-type(2) {
        top: calc(50% - 1px);
    }
    #navTirigger .humburger span:nth-of-type(3) {
        transform: translateY(1.5vw);
    }
    #navTirigger.open .humburger span:nth-of-type(1) {
        transform: rotate(45deg);
    }
    #navTirigger.open .humburger span:nth-of-type(2) {
        display: none;
    }
    #navTirigger.open .humburger span:nth-of-type(3) {
        transform: rotate(-45deg);
    }
    .item__cate .item__child {
        background: var(--color-light-gray);
    }
    .item__cate .item__child li {
        border-bottom: 1px solid var(--color-light-gray-2);
    }
    .item__cate .archive-year ul {
        background: var(--color-light-gray-2);
        padding: 1.5em;
        border-top: 1px solid var(--color-light-gray-2);
    }
    .item__cate .archive-year ul li:last-child {
        border: none;
    }
    .item__cate ul li p {
        background: var(--color-main);
        display: block;
        color: var(--color-neutral-dark);
        font-size: 3.2vw;
        padding: .8em 1.5em;
        text-decoration: none;
        position: relative;
        border-bottom: 1px solid var(--color-light-gray-2);
        cursor: pointer;
    }
    .item__cate ul li p.open::after {
        transform: rotate(0);
    }
    .item__cate ul li a {
        background: var(--color-light-gray);
        display: block;
        color: var(--color-neutral-dark);
        font-size: 3.2vw;
        padding: .8em 1.5em;
        text-decoration: none;
        position: relative;
        cursor: pointer;
    }
    .item__cate ul li .tab_ac::before {
        content: '';
        width: 4vw;
        height: 2px;
        background: var(--color-neutral-dark);
        position: absolute;
        top: calc(50% - 1px);
        right: 4vw;
    }
    .item__cate ul li .tab_ac::after {
        content: '';
        width: 4vw;
        height: 2px;
        background: var(--color-neutral-dark);
        position: absolute;
        top: calc(50% - 1px);
        right: 4vw;
        transform: rotate(90deg);
        transition: .3s;
    }
    .item__cate ul li .tab_ac.open::after {
        transform: rotate(0);
    }
    .box__catenav,
    .category_list,
    .archive-year,
    .archive-month {
        display: none;
    }
    .archive-month.open {
        display: block;
    }
    .archive-month li a::before {
        content: '';
        width: 2vw;
        height: 2vw;
        border-right: 2px solid var(--color-neutral-dark);
        border-bottom: 2px solid var(--color-neutral-dark);
        position: absolute;
        top: calc(50% - 1vw);
        right: 4vw;
        transform: rotate(-45deg);
    }
}


/*記事*/

#newsSingle .news_tltle {
    border-bottom: 2px solid #c21500;
    border-image: linear-gradient(to right, var(--color-main) 0%, var(--color-main) 240px, var(--color-light-gray-2) 240px);
    border-image-slice: 1;
    padding-bottom: 0.5em;
}

.news_head {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 40px;
}

.news_head .category {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.news_head .category li {
    display: inline-block;
    background: var(--color-light-gray);
    font-size: 12px;
    padding: 2px 6px;
    white-space: nowrap;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}

.news_head .date {
    width: 100px;
    margin-left: 40px;
    text-align: right;
    font-size: 14px;
}

.news_body p {
    font-size: 14px;
    margin-bottom: 2em;
}

.news_body p.center {
    text-align: center;
}

.news_body p b,
.news_body p strong {
    font-weight: 700;
}

.news_body p a {
    color: #337ab7;
}

.news_body .image {
    margin: 2em auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_body .image.center {
    justify-content: center;
    flex-direction: column;
}

.news_body .image .col {
    width: 48%;
    margin-bottom: 2em;
}

.news_body .image.center .col {
    margin: auto auto 2em;
}

.news_body .image .col figure {
    text-align: center;
}

.news_body .image .col figure img {
    width: 100%;
}

.news_body .image .col figcaption {
    text-align: center;
    font-size: 12px;
    margin-top: .2em;
}

.btn_back {
    width: 280px;
    margin: 70px auto auto;
}

.btn_back a {
    display: block;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color-neutral-dark);
    padding: 1em;
    text-decoration: none;
    position: relative;
    text-align: center;
    font-size: 14px;
    color: var(--color-main);
}

.btn_back a::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: 1em;
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--color-main);
    border-right: 2px solid var(--color-main);
    transform: rotate(-135deg);
}

.btn_back a:hover {
    background-color: var(--color-main);
    color: var(--color-neutral-dark);
}

.btn_back a:hover::after {
    border-top: 2px solid var(--color-neutral-dark);
    border-right: 2px solid var(--color-neutral-dark);
}

@media (max-width:767px) {
    #newsSingle .news_tltle {
        line-height: 1.4em;
        border-image: linear-gradient(to right, var(--color-main) 0%, var(--color-main) 30vw, var(--color-light-gray-2) 30vw);
        border-image-slice: 1;
    }
    .news_head {
        margin-top: 4vw;
        margin-bottom: 6vw;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .news_head .category {
        order: 2;
    }
    .news_head .category li {
        font-size: 2.6vw;
        padding: .5vw 2vw;
        margin-right: 0.5em;
        margin-bottom: 0.5em;
    }
    .news_head .date {
        width: 100%;
        margin-left: 0;
        margin-bottom: 2vw;
        text-align: left;
        font-size: 2.6vw;
        order: 1;
    }
    .news_body p {
        font-size: 3.73vw;
        margin-bottom: 1em;
    }
    .news_body .image {
        margin: 1em auto;
        display: block;
    }
    .news_body .image .col {
        width: 100%;
        margin-bottom: 2em;
    }
    .news_body .image.center .col {
        margin: auto auto 1em;
    }
    .news_body .image .col figcaption {
        font-size: 2.6vw;
    }
    .btn_back {
        width: 70vw;
        margin: 10vw auto auto;
    }
    .btn_back a {
        padding: 1em;
        font-size: 3.73vw;
    }
    .btn_back a::after {
        top: calc(50% - .8vw);
        left: 1em;
        width: 1.6vw;
        height: 1.6vw;
    }
}


/*ロゴ*/

.news_body .sdgs-logo ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: auto -5px 30px;
}

.news_body .sdgs-logo ul li {
    width: calc(100% / 9);
    margin-bottom: 20px;
    padding: 0 5px;
}

@media (max-width:767px) {
    .news_body .sdgs-logo ul {
        margin: auto -1vw 4vw;
    }
    .news_body .sdgs-logo ul li {
        width: calc(100% / 4);
        margin-bottom: 3vw;
        padding: 0 1vw;
    }
}


/*リスト*/

.news_body .list ul,
.news_body .list li {
    list-style-type: disc;
    list-style-position: inside;
}
