/* ---------------------------------------- */
/* news.css */
/* ---------------------------------------- */


/* ---------------------------------------- */
/* news-page */
/* NEWS ページ */
/* ---------------------------------------- */

.archive-wrapper {
	padding-bottom: 150px;
}
@media (max-width:767px) {
	.archive-wrapper {
		padding-bottom: 100px;
	}
}

/* page-header */
.archive-wrapper .page-header {
	padding-bottom: 40px;
}
.archive-wrapper .page-header .page-title-wrap .simple-page-title {
	text-align: center;
}

/* page-body */
.archive-wrapper .page-body .news-list ul.news-ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.archive-wrapper .page-body .news-list ul.news-ul > li {
	margin: 0 0 10px;
	padding: 0;
	border-bottom: solid 1px rgba(0,0,0,0.3);
}
.archive-wrapper .page-body .news-list .article {
	display: block;
	padding: 30px 50px;
}
.archive-wrapper .page-body .news-list .article .text-wrap {
	display: flex;
	font-size: 17px;
}
.archive-wrapper .page-body .news-list .article .text-wrap .date {
	font-family: "Inter", "Noto Sans SC", sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #000000;
	margin: 0;
	padding-right: 1.5em;
	flex-basis: 150px;
	flex-shrink: 0;
}
.archive-wrapper .page-body .news-list .article .text-wrap .title {
	font-weight: 400;
	font-size: 17px;
	line-height: 1.5;
	color: #000000;
}
@media (max-width: 767px) {
	.archive-wrapper .page-body .news-list ul.news-ul > li {
		margin-bottom: 20px;
	}
	.archive-wrapper .page-body .news-list .article {
		padding: 20px 0;
	}
	.archive-wrapper .page-body .news-list .article .text-wrap .date {
		margin-top: 3px;
		font-size: 10px;
		flex-basis: 65px;
	}
	.archive-wrapper .page-body .news-list .article .text-wrap .title {
		font-size: 15px;
		line-height: 1.6;
		letter-spacing: 0.13em;
	}
}


/* ---------------------------------------- */
/* single-news-page */
/* NEWS 詳細 ページ */
/* ---------------------------------------- */

.single-news-wrapper {
	padding-bottom: 150px;
}
@media (max-width:767px) {
	.single-news-wrapper {
		padding-bottom: 100px;
	}
}

/* page-header */
.single-news-wrapper .page-header {
	padding-bottom: 20px;
}
.single-news-wrapper .page-header .single-news-header {
	padding-top: 80px;
}
.single-news-wrapper .page-header .single-news-header .simple-thumbnail {
	text-align: center;
	margin-bottom: 40px;
}
.single-news-wrapper .page-header .single-news-header .simple-thumbnail img {
	height: 231px;
	max-height: 500px;
}
.single-news-wrapper .page-header .single-news-header .title {
	font-weight: 200;
	font-size: 35px;
	line-height: 1.29;
	letter-spacing: 0.057em;
	color: #000000;
	margin-bottom: 0.5em;
}
.single-news-wrapper .page-header .single-news-header .date {
	font-family: "Inter", "Noto Sans SC", sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.5;
	color: #000000;
	margin-bottom: 0;
}
@media (max-width:767px) {
	.single-news-wrapper .page-header .single-news-header .simple-thumbnail img {
		min-height: 231px;
		height: auto;
	}
	.single-news-wrapper .page-header .single-news-header .title {
		font-size: 30px;
		line-height: 1.17;
		letter-spacing: 0.067em;
	}
}
/* page-header */
@media (max-width:767px) {
	.single-news-wrapper .page-body .entry-content p {
		font-size: 16px;
		line-height: 1.5;
	}
}