@charset "UTF-8";


.news-d__inner {
	max-width: 660px;
    width: 100%;
    margin: 0 auto;
    padding: 120px 20px;
}

.news-d__contents {
	margin-top: 60px;
}

.news-d__date {
    font-size: 14px;
}

.news-d__title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
}

.news-d__text {
    margin-top: 30px;
    line-height: 1.5;
}

.news-d__text p {
    margin-top: 15px;
}


@media screen and (max-width:760px) {
	
}