@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/**************************************************

					ブログページ

**************************************************/
.single article h2 {
	margin: 5px 0 10px 0;
	line-height: 1.3;
	color: #000;
}
.single article time {
	margin: 0 0 45px 0;
	display: block;
	line-height: 1.7;
	font-size: 12px;
	color: #999;
	position: relative;
}

.post_content {
	margin-bottom: 2em;
}

.single .container {
	max-width: 830px;
}

/* 前の記事・次の記事 */
.prev_post,
.next_post {
	width: 50%;
}
.prev_post a {
	padding: 0 25px 0 60px;
}
.next_post a {
	padding: 0 60px 0 25px;
}
.prev_post a:before {
	font-family: "Material Icons";
	content: '\e5e0';
	position: absolute;
	left: 20px;
}
.next_post a:after {
	font-family: "Material Icons";
	content: '\e5e1';
	position: absolute;
	right: 20px;
}
.next_post a {
	padding: 0 60px 0 25px;
}

.prev_post a,
.next_post a {
	display: flex;
	border: 1px solid #ddd;
	line-height: 1.8;
	align-items: center;
	position: relative;
}


/* 最近のお知らせ */
#single_news_list {
	margin-top: 50px;
}
.headline {
	background: #7fbcbf;
	height: 50px;
	padding-inline: 24px;
	align-items: center;
}
.headline,.headline a {
	color: #fff;
}
.headline a:after {
	font-family: "Material Icons";
	content: '\e5e1';
}
#single_news_list ul {
	border: 1px solid #ddd;
	border-top: none;
}
#single_news_list li a {
	border-bottom: 1px solid #ddd;
	color: #666666;
}
#single_news_list li:last-of-type a {
	border: none;
}
#single_news_list li a:hover {
	background: #f9f9f9;
}
#single_news_list li a time {
	width: 90px;
	color: #999;
	font-size: 12px;
}
/* モバイル */
@media not screen and (min-width: 1280px) {
	.single article h2 {
		font-size: 18px;
	}

	.post_content p {
		line-height: 2;
		font-size: 13px;
	}

	.prev_post a,
	.next_post a {
		height: 50px;
	}

	a.mod_fx_pconly.mod_fx_dir_column_rev {
		display: block;
		height: auto;
		padding: 12px 20px;
	}

	#single_news_list li a {
		display: block;
		padding: 12px 20px;
	}

	#single_news_list li h4 {
		font-size: 14px;
	}

	.prev_post,
	.next_post {
		width: 50%;
	}
}

/* パソコン */
@media print,
screen and (min-width : 1280px) {
	.single article h2 {
		font-size: 32px;
	}

	.prev_post a,
	.next_post a {
		height: 97px;
	}

	#single_news_list li a {
		height: 48px;
		line-height: 48px;
		padding: 0 24px;
		display: flex;
	}

	#single_news_list li a h4 {
		order: 1;
	}

	.prev_post,
	.next_post {
		width: 40%;
	}
}


/**************************************************

				アーカイブページ

**************************************************/
.archive #eyeCatch {
	background-image: url(../img/calendar.png);
}
.archive main h2 {
	font-size: 20px;
	color: var(--main_color);
}
#archive_news_list table {
	border: 1px solid #ddd;
	width: 100%;
}
#archive_news_list table h4 {
	margin-bottom: 9px;
	color: #666666;
}
#archive_news_list table time {
	font-size: 12px;
	color: #999;
}
#archive_news_list table a:hover h4,#archive_news_list table a:hover time {
    color: #6698a1;
}

.pagination {
	margin-top: 40px;
	display: flex;
	gap: 10px;
}
.page-numbers {
	background: #f5f5f5;
	color: #333;
	padding: 14px 16px;
	font-size: 14px;
	box-sizing: border-box;
	display: block;
}
.page-numbers.current {
	background-color: #80bdc0 !important;
	color: #fff;
}
.page-numbers:hover {
	background-color: #6698a1 !important;
	color: #fff;
}

/* モバイル */
@media not screen and (min-width: 1280px) {
	#archive_news_list table {
		margin-top: 30px;
	}
	#archive_news_list table td {
		padding: 18px 36px;
		display: grid;
		border-top: none;
		border-right: none;
		border-left: none;
		min-height: 100px;
		align-items: center;
	}
	#archive_news_list table tr:last-of-type td:last-of-type {
		border-bottom: none;
	}
}

/* パソコン */
@media print,
screen and (min-width : 1280px) {
	#archive_news_list table {
		margin-top: 100px;
	}
	#archive_news_list table td {
		width: 50%;
		padding: 18px 36px;
		height: 200px;
		vertical-align: middle;
	}
}
