@charset "UTF-8";


/* ==================================================
		ニュースアーカイブ
================================================== */

/***** 記事一覧 *****/
.articleContent::before {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 24px;
	height: 24px;
	content: "";
	border: 1px solid #d0d0d0;
	border-radius: 100%;
}
.articleContent::after {
	position: absolute;
	top: 17px;
	right: 19px;
	width: 10px;
	height: 10px;
	content: "";
	border-top: 1px  solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* SP用記事リンク */
.articleLinkSp {
	border: 1px solid #cccccc;
	z-index: 1;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}
.articleLinkSp:hover {
	border: 2px solid #0051a4;
}

/* 公開日 */
.newsDate {
	width: 100%;
	color: #a0a0a0;
	font-size: 1.1rem;
}

/* カテゴリ */
.newsCat {
	width: 100%;
	font-weight: 500;
}
.newsCat span.separate {
	padding-right: 1rem;
	margin-right: 1rem;
	position: relative;
}
.newsCat span.separate::after{
	content: ' ';
	display: inline-block;
	height: 70%;
	position: absolute;
	width: 1px;
	background-color: #cccccc;
	top: 20%;
	right: 0;
}

/* タイトル */
.newsTtl {
	font-weight: 600;
}

.articleLayout {
	width: 100%;
}

.contentBox {
	width: 100%;
}

/* 記事本文冒頭抜粋 */
.newsTxt {
	width: 100%;
	line-height: 1.8;
	font-size: 1.2rem;
	text-align: justify;
	word-break: break-all;
}

.articleExcerpt.hasThumb .newsTxt {
	width: calc(100% - 90px);
}

/* サムネイル */
.newsThumb {
	flex: 0 0 90px;
	width: 90px;
	height: 90px;
	overflow: hidden;
}

.newsThumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media (min-width: 375px) {
	/* 公開日 */
	.newsDate {
		width: auto;
	}

	/* カテゴリ */
	.newsCat {
		width: auto;
	}
}

@media (min-width: 768px) {
	.articleContent {
		border: 1px solid #cccccc;
	}
	.articleContent::before {
		content: none;
	}
	.articleContent::after {
		content: none;
	}

	/* PCレイアウト用ボックス */
	.contentBox {
		flex: 1 1 100%;
		min-width: 0;
		width: auto;
	}

	.articleLayout.hasThumb .contentBox {
		flex-basis: calc(100% - 200px);
		max-width: calc(100% - 200px);
	}

	/* 公開日 */
	.newsDate {
		width: 100%;
		font-size: 1.4rem;
	}

	/* カテゴリ */
	.newsCat {
		width: 100%;
		font-size: 1.8rem;
	}

	/* タイトル */
	.newsTtl {
		font-size: 1.8rem;
	}

	/* 冒頭文 */
	.newsTxt {
		width: 100%;
		font-size: 1.6rem; 
	}

	/* サムネイル */
	.newsThumb {
		flex-basis: 200px;
		width: 200px;
		height: 200px;
	}

	.btnBox {
		width: 100%;
	}

	/* PC用MOREボタン */
	.btnMore {
		width: 180px;
		padding: 8px 20px 12px;
		border: 1px solid #cccccc;
		border-radius: 10rem;
		font-size: 1.6rem;
		font-weight: 500;
		-webkit-transition: .3s;
		transition: .3s;
	}
	.btnMore::before {
		position: absolute;
		top: 20px;
		left: 20px;
		width: 15px;
		height: 3px;
		border-top: 3px solid #000000;
		content: "";
		-webkit-transition: .3s;
		transition: .3s;
	}
	.btnMore:hover {
		border-color: #0051a4;
		color: #ffffff;
		background: #0051a4;
	}
	.btnMore:hover::before {
		border-top-color: #ffffff;
	}
}

@media (min-width: 992px) {
	/* PCレイアウト用ボックス */
	.contentBox {
		flex-basis: 100%;
		max-width: 100%;
	}

	.articleLayout.hasThumb .contentBox {
		flex-basis: calc(100% - 260px);
		max-width: calc(100% - 260px);
	}

	/* サムネイル */
	.newsThumb {
		flex-basis: 260px;
		width: 260px;
		height: 260px;
	}
}


/***** ページネーション *****/
.newsPagination {
	margin-top: 32px;
}

.newsPagination .pagination {
	gap: 10px;
	align-items: center;
}

.newsPagination .pageItem + .pageItem {
	margin-left: 0;
}

.newsPagination .pageLink {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	height: 46px;
	padding: 0 16px;
	border: 1px solid #d7e1ec;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(0, 81, 164, 0.08);
	color: #0051a4;
	font-weight: 600;
	text-align: center;
	-webkit-transition: color .25s, background-color .25s, border-color .25s, box-shadow .25s, -webkit-transform .25s;
	transition: color .25s, background-color .25s, border-color .25s, box-shadow .25s, transform .25s;
	cursor: pointer;
}

.newsPagination .pageLink:hover {
	border-color: #0051a4;
	color: #ffffff;
	background: #0051a4;
	box-shadow: 0 14px 28px rgba(0, 81, 164, 0.18);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

/* ドット */
.newsPagination .pageLink.dots {
	min-width: auto;
	height: auto;
	padding: 0 4px;
	border: none;
	background: transparent;
	box-shadow: none;
	color: #7d8ba0;
}

.newsPagination .pageLink.dots:hover {
	color: #7d8ba0;
	background: transparent;
	-webkit-transform: none;
	transform: none;
	cursor: default;
}

/* PREV NEXT */
.newsPagination .pageLink .pagePrev,
.newsPagination .pageLink .pageNext {
	display: inline-block;
	width: auto;
	letter-spacing: 0.08em;
	font-size: 1.1rem;
}

/* アクティブの時 */
.newsPagination .pageItem.active .pageLink {
	border-color: #0051a4;
	color: #ffffff;
	background: #0051a4;
	box-shadow: 0 14px 28px rgba(0, 81, 164, 0.2);
	cursor: default;
}


@media (min-width: 375px) {
	.newsPagination .pageLink {
		min-width: 50px;
		height: 50px;
		padding: 0 18px;
	}

	/* ドット */
	.newsPagination .pageLink.dots {
		padding: 0 6px;
	}
}

@media (min-width: 414px) {
	/* PREV NEXT */
	.newsPagination .pageLink .pagePrev,
	.newsPagination .pageLink .pageNext {
		font-size: 1.2rem;
	}
}

@media (min-width: 768px) {
	.newsPagination {
		margin-top: 40px;
	}

	.newsPagination .pagination {
		gap: 12px;
	}

	/* ドット */
	.newsPagination .pageLink.dots {
		padding: 0 8px;
	}

	/* PREV NEXT */
	.newsPagination .pageLink .pagePrev,
	.newsPagination .pageLink .pageNext {
		font-size: 1.25rem;
	}
}
