﻿/**********************************
 *
 * ニュース一覧
 *
 **********************************/ 
#newslist h4 {
    padding: 0 0 18px;
}

#newslist h4 img {
    display: inline-block;
    width: 41px;
    vertical-align: middle;
    padding-right: 10px;
}

#newslist .news {
    padding: 40px 0;
}

#newslist .news ul {
    padding: 40px 0 0;
}

#newslist .news ul li {
    float: left;
    width: 230px;
    margin: 0 19px 40px 0;
}

#newslist .news ul li:nth-child(4n) {
    margin: 0 0 40px 0;
}

#newslist .news ul li figure {
    position: relative;
}

#newslist .news ul li figure .cate {
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    padding: 3px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#newslist .news ul li figure .cate.information {
    background-color: #a3ca0f;
}

#newslist .news ul li figure .cate.product {
    background-color: #eb6120;
}

#newslist .news ul li .title {
    font-size: 14px;
    color: #35312f;
}

#newslist .news ul li .title .time {
    display: block;
    padding: 5px 0;
    font-size: 12px;
}

#newslist .news ul li a:hover p {
    color: #669219;
}


/**********************************
 *
 * CM情報
 *
 **********************************/ 
#newslist .cm {
    padding:0 0 40px 0;
}

#newslist .cm ul {
    padding: 40px 0 0;
}

#newslist .cm ul li {
    float: left;
    width: 470px;
    cursor: pointer;
    margin: 0 0 40px 0;
}

#newslist .cm ul li:nth-child(2n) {
    margin: 0 0 40px 39px;
}

#newslist .cm ul li figure {
    position: relative;
    width: 100%;
}

#newslist .cm ul li figure .playBtn {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    transition: all ease-in .3s;
    margin: auto;
    cursor: pointer;
}

#newslist .cm ul li:hover figure .playBtn {
    -webkit-transform: translateY(-50%) scale(1.1);
        -ms-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
}

#newslist .cm ul li p {
    font-size: 16px;
    padding: 0 0 0 20px;
    margin: 20px 0 0 0;
    border-left: 4px solid #a3ca0f;
}

/**********************************
 *
 * ニュース一覧 > 詳細
 *
 **********************************/
#newslist-detail #underLayerTitle {
    padding: 0 0 20px;
    border-bottom: none;
    width: 100%;
    padding: 0 calc((100% - 980px)/2);
}

#newslist-detail #underLayerTitle .inner{
    width: 730px;
    border-bottom: solid #dcdcdc 1px;
    margin: 0;
}

#newslist-detail #underLayerTitle .wrap .date {
    margin: 0 10px 0 0;
    font-size: 18px;
    letter-spacing: 1.8px;
}

#newslist-detail #underLayerTitle .wrap .cate {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-align: center;
    color: #ffffff;
    padding: 3px 15px;
}

#newslist-detail #underLayerTitle .wrap .cate.product {
    background-color: #eb6120;
}

#newslist-detail #underLayerTitle .wrap .cate.information {
    background-color: #a3ca0f;
}

#newslist-detail #underLayerTitle h2{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.9px;
    padding: .5em 27px .5em 0;
    color: #6c5b52;
}

@media screen and (max-width: 375px) {
    #newslist-detail #underLayerTitle h2 {
        font-size: 6.4vw;
    }
}

#newslist-detail #underLayerTitle h2::after {
    content: none;
}

#newslist-detail > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

#newslist-detail .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 730px;
}

#newslist-detail .detail .wrap {
    width: 100%;
    padding: 25px 0;
}

#newslist-detail .detail .wrap figure {
    width: 520px;
}

#newslist-detail .detail .wrap .txtgrp {
    padding: 25px 0;
    color: #35312f;
    font-size: 16px;
    text-align: left;
    width: 720px;
}

#newslist-detail .detail .wrap .txtgrp strong {
    font-weight: 700;
}

#newslist-detail .detail .wrap a,
#newslist-detail .detail .wrap a:visited,
#newslist-detail .detail .wrap a:hover {
    color: #669219;
}

#newslist-detail .detail .wrap .newslink a {
    position: relative;
    color: #669219;
    border-bottom: 1px solid;
}

@media screen and (max-width: 375px) {
    #newslist-detail .detail .wrap .newslink a {
        font-size: 4.27vw;
    }
}

/* #newslist-detail .detail .wrap .newslink a::before {
    content: '';
    position: absolute;
    top: 3px;
    right: -25px;
    width: 18px;
    height: 19px;
    background-image: url(/wp/wp-content/themes/k-tounyu/img/pc/common/retina/icon_link@2x.png);
    background-size: 18px auto;
} */

#newslist-detail .detail .wrap .newslink a::after {
    content: '';
    /* position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #669219; */
    position: relative;
    display: inline-block;
    top: 3px;
    right: -4px;
    width: 18px;
    height: 19px;
    background-image: url(/wp/wp-content/themes/k-tounyu/img/pc/common/retina/icon_link@2x.png);
    background-size: 18px auto;
}

/**********************************
 *
 * サイドメニュー
 *
 **********************************/

#newslist-detail .menu {
    width: 220px;
    margin: 0 0 0 auto;
}

#newslist-detail .menu .backnum {
    margin: 0 0 30px;
}

#newslist-detail .menu h4 {
    color: #ffffff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 14px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 3.2px;
    font-weight: 700;
    border: none;
}

#newslist-detail .menu .backnum h4 {
    background: #a3ca0f;
}

#newslist-detail .menu .cate h4 {
    background: #669219;
}

#newslist-detail .menu .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#newslist-detail .menu .list > a {
    display: block;
    border-right: solid 1px rgba(128, 128, 128, 0.7);
    border-left: solid 1px rgba(128, 128, 128, 0.7);
    border-bottom: solid 1px rgba(128, 128, 128, 0.7);
    padding: .6em 0 .6em 30px;
}

#newslist-detail .menu .list >a span {
    position: relative;
    font-size: 14px;
    color: #35312f;
}

#newslist-detail .menu .list >a.cate span {
    color: #eb6120;
}

#newslist-detail .menu .list >a.info span {
    color: #669219;
}

#newslist-detail .menu .list >a span::before {
    content: '';
    position: absolute;
    background: #dcdcdc;
    width: 10px;
    height: 1px;
    left: -19px;
    top: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}

#newslist-detail .menu .backnum .list >a span::before {
    background: #a2ca0f;
}

#newslist-detail .menu .list >a span strong {
    color: #669219;
}

/**********************************
*
* 他のお知らせ
*
**********************************/
#newslist-detail .other {
    margin: 130px 0 0;
    width: 700px;
}

#newslist-detail .other h4 img {
    display: inline-block;
    width: 41px;
    padding: 0 10px 0 0;
}

#newslist-detail .other .wrap {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#newslist-detail .other .wrap > div {
    width: 100%;
    max-width: 340px;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: solid 2px #dcdcdc;
}

#newslist-detail .other .wrap .txtgrp {
    width: calc(100% - 40px);
    font-size: 14px;
    padding:0;
    letter-spacing: 1.4px;
    color: #35312f;
    line-height: 1.8;
}
#newslist-detail .other .wrap .txtgrp > a{
    padding: 20px 25px 0 23px;
    display: block;
    color:#35312f;
}

#newslist-detail .other .wrap .txtgrp .date {
    font-size: 12px;
    line-height: initial;
    letter-spacing: 1.2px;
    margin: 0 0 3px;
}

@media screen and (max-width: 375px) {
    #newslist-detail .other .wrap .txtgrp .date + p {
        font-size: 3.6vw;
    }
}
#newslist-detail .other .wrap .yazirusi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 100%;
    background: #dcdcdc;
}

#newslist-detail .other .wrap .next .yazirusi span {
    display: block;
    width: 12px;
    height: 12px;
    border-left: solid 2px #ffffff;
    border-bottom: solid 2px #ffffff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

#newslist-detail .other .wrap .prev .yazirusi span {
    display: block;
    width: 12px;
    height: 12px;
    border-right: solid 2px #ffffff;
    border-bottom: solid 2px #ffffff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}


/*------------------------------------------------------------*/
/* sp
 ------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    /**********************************
    *
    * ニュース一覧
    *
    **********************************/
    #newslist .cm {
        padding:0;
    }

    #newslist h4 {
        padding: 0 0 10px;
    }

    #newslist h4 img {
        width: 41px;
    }

    #newslist .news {
        padding: 30px 0 40px;
    }

    #newslist .news ul {
        padding: 30px 0 0;
    }

    #newslist .news ul li {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
        border: solid 1px #dcdcdc;
    }

    #newslist .news ul li:nth-child(4n) {
        margin: 0 0 20px 0;
    }

    #newslist .news ul li figure {
        display: block;
        width: 35%;
    }

    #newslist .news ul li figure .cate {
        bottom: inherit;
        top: 0;
        left: 100%;
        font-size: 2.9333vw;
        letter-spacing: 1.8px;
        display: block;
        height: 20px;
        line-height: 20px;
        padding: 0 10px;
    }

    #newslist .news ul li .title {
        display: block;
        width: 65%;
        height: calc(100% - 20px);
        padding: 5px 10px;
        font-size: 2.9333vw;
        overflow: hidden;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    #newslist .news ul li .title .time {
        font-size: 2.6666vw;
    }


    /**********************************
    *
    * CM情報
    *
    **********************************/ 
    #newslist .cm {
        padding:0 0 30px 0;
    }

    #newslist .cm ul {
        padding: 30px 0 0;
    }

    #newslist .cm ul li {
        float: none;
        width: 100%;
        margin: 0 0 30px 0;
    }

    #newslist .cm ul li:nth-child(2n) {
        margin: 0 0 20px 0;
    }

    #newslist .cm ul li figure .playBtn {
        width: 70px;
        height: 70px;
    }

    #newslist .cm ul li p {
        font-size: 3.2vw;
        padding: 0 0 0 10px;
        margin: 10px 0 0 0;
        border-left: 2px solid #a3ca0f;
    }



    /*news 詳細 下層ページ*/
    #newslist-detail .detail{
        display: block;
        width: 100%;
    }
    #newslist-detail #underLayerTitle {
        padding: 0 2%;
    }
    #newslist-detail #underLayerTitle .inner {
        width: 100%;
    }
    #newslist-detail > .inner{
        display: block;
    }
    #newslist-detail .other .wrap{
        display: block;
    }
    #newslist-detail .detail .wrap figure {
        width: 100%;
    }
    #newslist-detail .detail .wrap .txtgrp{
        width:100%;
    }
    #newslist-detail .other .wrap > div.next{
        margin:0 0 10px;
    }
    #newslist-detail .other {
        margin: 40px 0 0;
        width: 100%;
    }
    #newslist-detail .menu {
        width: 100%;
    }
}