@charset "utf-8";
.news-list {
    margin: 0 -20px;
}
.news-list .box{
    position: relative;
}
.news-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.news-list .item {
    width: 25%;
    padding: 0 20px;
}
.news-list .item:nth-child(4n+1) {
    clear: left;
}
.news-list .item {
    margin: 0 auto 40px;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.news-list .pic img{
    width: 100%;
}
.news-list .txt {
    position: relative;
    box-sizing: border-box;
    padding: 15px 20px 20px;
    padding-left: 98px;
    background: #FFFFFF;
    transition: all .3s ease;
}
.news-list .box:hover .txt{
    background: #92C02B;
}
.news-list .date {
    position: absolute;
    box-sizing: border-box;
    left: 20px;
    top: 15px;
    display: block;
    width: 58px;
    height: 72px;
    color: #FFFFFF;
    border: none;
    background: #92C02B;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    font-family: "Alan Sans", sans-serif;
    padding-top: 6px;
    transition: all .3s ease;
}
.news-list .date small {
    display: block;
    font-size: 15px;
}
.news-list .box:hover .date{
    color: #92C02B;
    background: #FFFFFF;
}
.news-list .name {
    position: relative;
    box-sizing: border-box;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
    margin: 0 0 0px;
    transition: all 0.3s ease;
}
.news-list .box:hover .name {
    color: #FFFFFF;
}
.news-list .description {
    position: relative;
    box-sizing: border-box;
    color: #3E3939;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
    transition: all 0.3s ease;
}
.news-list .box:hover .description {
    color: #EEEEEE;
}

.news-list .item .more {
    display: none;
}
/* content */
.news-header {
    max-width: 1000px;
    margin: 0 auto;
}
.news-header .date {
    display: block;
    background: #fff;
    width: 58px;
    height: 72px;
    color: #FFFFFF;
    border: none;
    background: #92C02B;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    font-family: "Alan Sans", sans-serif;
    padding-top: 6px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 25px;
}
.news-header .date small {
    display: block;
    font-size: 15px;
}
.news-header .title {
    position: relative;
    box-sizing: border-box;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 20px;
}
.news-detail {
    border-top: 1px solid #A8A8A8;
    padding: 40px 0;
    margin-top: 40px;
}
.news-detail .title {
    color: #fff;
    border: 1px solid #92C02B;
    background: #92C02B;
    width: 135px;
    letter-spacing: 1.5px;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    border-radius: 0;
    margin: 0 auto 30px;
    font-family: "Alan Sans", sans-serif;
}
.news-detail .editor {
    max-width: 1000px;
    margin: 0 auto;
}
.share_box .share-link .btn {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid transparent;
    margin: 2px 0;
}
.share_box .share-link .icon-ic-share-t,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 2px 0;
    padding: 0;
}
/* ------ rwd ------ */
@media screen and (max-width: 1280px) {
    .news-list {
        margin: 0 -10px;
    }
    .news-list .item{
        padding: 0 10px;
    }
}
@media screen and (max-width: 1000px) {
    .news-list .txt{
        padding: 15px 15px 18px;
        padding-left: 80px;
    }
    .news-list .name{
        font-size: 16px;
        height: 25px;
    }
    .news-list .description{
        font-size: 14px;
        height: 42px;
    }
    .news-list .date{
        left: 15px;
        top: 15px;
        width: 53px;
        height: 67px;
        font-size: 28px;
        padding-top: 8px;
    }
    .news-list .date small{
        font-size: 13px;
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
    .news-list .item{
        width: 50%;
        margin: 0 auto 20px;
    }   
    /* content */
    .news-header .title{
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1.45
    }
    .news-header .date {
        background-size: contain;
        line-height: 1;
        margin: 0 auto 10px;
        left: 15px;
        top: 15px;
        width: 53px;
        height: 67px;
        font-size: 28px;
        padding-top: 12px;
    }
    .news-detail {
        margin-top: 15px;
        padding: 15px 0;
    }
    .news-detail .title {
        line-height: 1.45;
        height: auto;
        margin: 0 auto 15px;
    }
    .share_box{
        text-align: center;
        margin: 5px 0 10px;
    }
}
@media screen and (max-width: 500px) {
    .news-list {
        margin: 0;
    }
    .news-list .item{
        width: 100%;
    }
    .news-list .item:nth-child(4n+1) {
        clear: both;
    }
    .news-list .item:nth-child(n+1) {
        clear: left;
    }
    .news-list .box {
        max-width: 330px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 400px) {
    .share_box{
        text-align: center;
        margin-bottom: 5px;
        margin: 5px -5px;
    }
}
/*product_column欄位*/
.sort_column_one .item{
    width: 100%;
    padding:0 10px;
}
.sort_column_two .item{
    width: 50%;
}
.sort_column_two .item:nth-child(n){
    clear: inherit;
}
.sort_column_two .item:nth-child(2n+1){
    clear: left;
}
/*!product_column欄位*/