#news {
	width: 100%;
}
#news .inner {
	width: 90%;
	max-width: 720px;
	margin: 0 auto 160px;
}
#news .inner h4 {
    color: #3C3C3C;
    font-family: Kiwi Maru;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 40px;    
}
#news .inner dl a {
    background-color: #FFF;
    border-radius: 10px;
    display: block;
    margin-top: 20px;
    padding: 16px 48px 16px 16px;
    position: relative;
}
#news .inner dl a::before {
    position: absolute;
    top: 50%;
	right: 16px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
    width: 24px;
    height: 24px;
    background-image: url('../images/icon/icon_arrow_right.svg');
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}
#news .inner dl a dt {
    color: #B8B8B8;
    font-family: Kiwi Maru;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: 0.06em;
    text-align: left;    
}
#news .inner dl a dd {
    color: #3C3C3C;
    font-family: Kiwi Maru;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

#news .inner .empty {
    color: #606060;
    font-family: "Zen Maru Gothic", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85em;
    letter-spacing: 0.04em;
    margin-bottom: 40px;
    text-align: center;    
}


/* 768px */
@media screen and (max-width: 768px) {

    
    #news .inner {
        width: 100%;
        max-width: 89.7%;
        margin: 0 auto 40.96vw;
    }
    #news .inner h4 {
        font-size: 5.12vw;
        margin-top: 5.12vw;
        margin-bottom: 10.24vw;    
    }
    #news .inner dl a {
        border-radius: 2.56vw;
        margin-top: 5.12vw;
        padding: 4.096vw 12.288vw 4.096vw 4.096vw;
    }
    #news .inner dl a::before {
        right: 4.096vw;
        width: 6.144vw;
        height: 6.144vw;
    }
    #news .inner dl a dt {
        font-size: 2.56vw;
    }
    #news .inner dl a dd {
        font-size: 3.584vw;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: unset;
        white-space: unset;
    }

}


/* news pages */
#news .inner .pages {
    border-top: 1px solid #EDEDED;
    margin-bottom: 50px;
    margin-top: 10px;
    padding-top: 10px;
}
#news .inner .pages .date {
    color: #ACAA9D;
    font-family: Kiwi Maru;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.6em;
    text-align: left;
    padding-bottom: 10px;
}
#news .inner .pages .title {
    color: #575443;
    font-family: Kiwi Maru;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7em;
    text-align: left;
    
} 
#news .inner .pages .contents {
    margin-top: 20px;
}
#news .inner .pages .contents p {
    color: #575443;
    font-family: Kiwi Maru;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
    text-align: left;
    
    margin-bottom: 20px;
}
#news .inner .pages .contents img {
    margin-bottom: 20px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
/* */
#news .inner .btn a {
    display: block;
    padding: 8px;
    width: 160px;
}
#news .inner .to_logs a {
    color: #3C3C3C;
    background-color: #EAEAEA;
}
#news .inner .to_logs a span::before {
    left: 0;
    background-image: url(../images/icon/icon_arrow_left.svg);
}
#news .inner .btn_gray a {
    margin: 0 auto;
}


/* 768px */
@media screen and (max-width: 768px) {

    #news .inner .pages {
        border-top: 0.256vw solid #EDEDED;
        margin-top: 5.12vw;
        margin-bottom: 12.8vw;
        padding-top: 5.12vw;
    }
    #news .inner .pages .date {
        font-size: 2.56vw;
        padding-bottom: 5.12vw;
    }
    #news .inner .pages .title {
        font-size: 3.584vw;
        margin-bottom: 0;
        margin-top: 0;
    } 
    #news .inner .pages .contents {
        margin-top: 5.12vw;
    }
    #news .inner .pages .contents p {
        font-size: 3.584vw;
        margin-bottom: 5.12vw;
    }
    #news .inner .pages .contents img {
        margin-bottom: 5.12vw;
    }
    /* */
    #news .inner .to_logs a {
        width: 35vw !important;
    }
    #news .inner .btn a {
        padding: 2.048vw;
        width: 61.44vw;
    }
    #news .inner .btn a span {
        display: unset;
    }

}