/* --------------------------------------------------------------------------------------
   News
--------------------------------------------------------------------------------------- */

/* .key-sub .detail-ttl { font-size: 4rem; } */

.side .news-category { margin-top: 0; }

.side .news-category > div ul { margin-bottom: 0; }

.side .news-category > div li { margin-top: 20px; }

.side .news-category > div li a::after { display: none; }

.side .news-category > div li a {
	font-size: 1.6rem;
	font-weight: bold;
}

.pager {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	text-align: center;
}

.pager li {
	align-items: center;
	border-left: 1px solid #1e4998;
	color: #1e4998;
	display: flex;
	font-size: 1.4rem;
	height: 20px;
	justify-content: center;;
	width: 40px;
}

.pager li a {
	align-items: center;
	color: #1e4998;
	display: flex;
	height: 100%;
	justify-content: center;
	overflow: inherit;
	position: relative;
	width: 100%;
}

.pager .preview,
.pager .next { width: 70px; }

.pager .preview { border-left: none; }

.pager .preview a::before,
.pager .next a::after {
	border-bottom: 1px solid #1e4998;
	border-right: 1px solid #1e4998;
	content: '';
	display: inline-block;
	height: 7px;
	position: absolute;
	top: calc(50% - 3px);
	transition: all .3s ease-in-out;
	vertical-align: middle;
	width: 7px;
}

.pager .preview a::before {
	left: -7px;
	transform: rotate(135deg);
}

.pager .next a::after {
	right: -7px;
	transform: rotate(315deg);
}

.pager .active { font-weight: bold; }
.pager .active:first-child { border-left: none; }

.post-content h3 {
	font-size: 1.88rem;
	margin: 2rem 0 0 0;
}

.post-content img{
	vertical-align: middle;
	margin-bottom: 1.12em;
}
.post-content .right-img{
	max-width: 250px;
}

.post-content .overview{
	border: 1px solid;
	width: 100%;
	color: #2c65b2;
	margin: 4.12rem 0 3.5rem 0;
}

.post-content .news_comment{
	border-radius: 3px;
	border: 1.75px solid #eee;
	padding: 0 2rem;
}

.post-content .news_comment ul{
	margin-left: 20px;
}

.post-content .news_comment .news_comment_signature{
	text-align: right;
}


/* --------------------------------------------------------------------------------------
   ios用のリンク対策
--------------------------------------------------------------------------------------- */

@media (min-width: 980px) {


}

/* --------------------------------------------------------------------------------------
   スマホ
--------------------------------------------------------------------------------------- */

@media (max-width: 979px) {

	.column-2 .sec { margin-top: 5.333vw; }
	.post-content .right-img{ margin-top: 2rem; }

	/* .key-sub .detail-ttl { font-size: 5vw; } */
}
