.c-title {
	text-align: center;
}

.news {
	background-color: #EDE6E0;
}

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

.news__contents {
	margin-top: 60px;
}

.news__date {
	font-size: 14px;
}

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

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

.news__text p {
	margin-top: 15px;
}


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

}
