.l-contents__frame {
	width: 100vw;
	padding: 0;
}

body {
	width: 100vw;
	/* font-family: 'Skin', sans-serif; */
	font-family: 'Yu Gothic', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.75;
	color: #565656;
	overflow-x: hidden;
}

.fv {
	width: 100vw;
	height: 25vw;
	background: url('../image/common/sub-fv.jpg');
	background-size: cover;
	font-family: 'Skin', sans-serif;
	font-size: 2.5vw;
	display: flex;
	justify-content: center;
	padding-top: 14.444vw;
	color: white;
	letter-spacing: 0.1em;
}

.news {
	width: 100vw;
	background: #FBF6F6;
	padding-top: 5.556vw;
	padding-bottom: 8.333vw;
}

.news__wrap {
	width: 58.681vw;
	margin: 0 auto 0;
	margin-top: 0;
}

.news__row {
	width: 58.681vw;
	border-bottom: 1px solid #caa7a7;
	padding-bottom: 1.667vw;
	padding-right: 5.764vw;
	padding-left: 5.764vw;
	margin-top: 1.667vw;
}

.news__date {
	font-size: 0.903vw;
}

.news__text {
	margin-top: 1.111vw;
	font-size: 1.111vw;
}

.news__text-link {
	color: #766767;
	transition: all 0.2s;
	text-decoration: underline;
}

.news__text-link:hover {
	color: #565656;
}
