/* ↓ news-common ↓  ******************************************************/
.news {
	color: #fff;
}

.news .inner {
	width: 405px;
	margin-left: 26.56vw;
	margin-top: 102px;
}

.news .page-title {
	font-size: 23px;
	padding: 20px 0 0 16px;
}

.article-wrap {
	font-size: 12px;
	line-height: 2.5;
	margin-bottom: 100px;
}

.article-title {
	line-height: 2;
	margin: 20px 0 0;
}

/* ↓ news-single ↓  ******************************************************/
.news-single .article-body p {
	transform: scaleY(0.9);
	transform-origin: center top;
	margin-bottom: -0.1em;
	display: block;
    letter-spacing: 0.02em;
    text-align: justify;
    /* font-feature-settings: 'palt'; */
    word-break: break-all;
    overflow-wrap: break-word;
	line-height: 1.5;
}

.news-single .article-title {
	margin: 0;
	transform: scaleY(0.9);
	transform-origin: center top;
	margin-bottom: -0.1em;
	display: inline-block;
}

/* .news-single .article-body {
	margin-top: 50px;
} */

.news-single .article-date {
	display: block;
}

.article-body p,
.news-single .article-text,
.news-single .article-img {
	margin-top: 50px;
}

.article-text p:empty,
.article-text p:has(br),
.article-text p {
	display: block;
    margin: 0;
    padding: 0;
	line-height: 2.5;
}



/* ↓ news-archive ↓  ******************************************************/

.news-archive .article-list-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	border-top: solid 0.5px #fff;
	padding: 30px 8px;
}

.news-archive .article-list-item:last-child {
	border-bottom: solid 0.5px #fff;
}

.news-archive .article-date {
	line-height: 2;
	width: fit-content;
	transform: scaleY(0.9);
	transform-origin: center top;
	margin-bottom: -0.1em;
	display: inline-block;
}

.news-archive .article-title {
	margin: 0;
	flex: 1;
	transform: scaleY(0.9);
	transform-origin: center top;
	margin-bottom: -0.1em;
	display: inline-block;
}

.news-archive .article-title-links {
	display: inline-block;
	line-height: 1;
	transform: scaleY(0.9);
	transform-origin: center top;
	margin-bottom: -0.1em;
	display: inline-block;
}
.news-archive .article-title-links.u-underline-hover-hidden::before {
	bottom: -3px;
}


@media (max-width: 768px) {
	.news .inner {
		width: auto;
		padding: 0 16px;
		margin-left: 0;
		margin-top: 50px;
	}

}