@charset "UTF-8";

/* 一覧ページ ---------------------------------------*/
.news {
	padding: 120px 20px 170px;
}

.news-list {
	max-width: 900px;
	margin: 56px auto 0;
}

.news-list > li {

}

.news-list > li + li {
	margin-top: 20px;
}

.news-list > li a {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 9px 36px 10px 18px;
	background: #F0F2F5;
}

time {
	display: block;
	width: 98px;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.5;
	color: #000069;
}

.news-list-title {
	flex: 1;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	color: #000069;
	overflow: hidden;
}

.news-list-title span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-nopost {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin: 50px auto 0 calc(100 / 1080 * 100%);
}

.pager {
	margin-top: 72px;
}

.pager-list {
	display: flex;
	list-style-type: none;
	padding: 0;
	justify-content: center;
	align-items: center;
}

.pager-list li {
	margin: 0;
}

.pager-list a, .pager-list span {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	color: #000069;
	text-align: center;
	margin: 0 9px;
}

.pager-list span {
	color: #1491D1;
}


/* 詳細ページ ---------------------------------------*/
.news-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #000069;
	margin: 78px auto 0 calc(48 / 1080 * 100%);
}

.entrybody {
	max-width: 915px;
	margin: 10px auto 0 calc(48 / 1080 * 100%);
}

.entrybody > *:first-child {margin-top: 0 !important;}

.entrybody h2 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #000069;
	margin-top: 20px;
}

.entrybody h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #000069;
	margin-top: 20px;
}

.entrybody p {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #030303;
	margin-top: 20px;
}

.entrybody a {
	text-decoration: underline;
	color: #1491D1;
}

.entrybody a:hover { 
	opacity: 1;
	text-decoration: none;
}

.entrybody img {
	max-width: 100%;
	margin-top: 20px;
}

.entrybody strong,
.entrybody b { 
	font-weight: 700;
}


/* sp only */
@media screen and (max-width: 767px){
	/* 一覧ページ ---------------------------------------*/
	.news {
		padding: 40px 22px 100px;
	}

	.news-list {
		max-width: unset;
		margin: 56px auto 0;
	}

	.news-list > li + li {
		margin-top: 10px;
	}

	.news-list > li a {
		gap: 10px;
		padding: 16px 14px;
	}

	time {
		width: 70px;
		font-size: 18px;
	}

	.news-list-title {
		font-size: 14px;
		line-height: 1.714;
	}

	.news-nopost {
		font-size: 16px;
		margin: 40px auto 0 40px;
	}

	.pager {
		margin-top: 54px;
	}


	/* 詳細ページ ---------------------------------------*/
	.news-title {
		font-size: 22px;
		margin: 40px auto 0;
	}

	.entrybody {
		max-width: unset;
		margin: 10px auto 0;
	}

	.entrybody h2 {
		font-size: 20px;
	}

	.entrybody h3 {
		font-size: 16px;
	}

	.entrybody p {
		font-size: 16px;
	}

}




/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px){

}