@charset "UTF-8";

#mainContents .inner {
	margin: 40px 0 0;
	padding: 20px 103px 50px 67px;
	background: #fff;
}
#mainContents dl {
	display: flex;
	border-bottom: 1px solid #ccc;
	flex-wrap: wrap;
}
#mainContents dt,
#mainContents dd {
	border-top: 1px solid #ccc;
	padding: 35px 0 15px;
	font-size: 14px;
}
#mainContents dt:first-child,
#mainContents dt:first-child + dd {
	border-top: none;
}
#mainContents dt {
	width: 280px;
	position: relative;
}
#mainContents dd {
	width: calc(100% - 280px);
}
#mainContents dt::after {
	display: block;
	width: 120px;
	position: absolute;
	top: 35px;
	right: 30px;
	border-radius: 13px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
#mainContents dt.news01::after {
	content: 'お知らせ';
	background: #0e72ab;
}
#mainContents dt.news02::after {
	content: '重要なお知らせ';
	background: #333257;
}
@media only screen and (max-width:640px) {
	#mainContents .inner {
		margin: calc(100vw * 30 / 640) 0 0;
		padding: calc(100vw * 20 / 640) calc(100vw * 20 / 640) calc(100vw * 30 / 640);
	}
	#mainContents dl {
		display: block;
	}
	#mainContents dt,
	#mainContents dd {
		font-size: calc(100vw * 24 / 640);
	}
	#mainContents dt {
		width: auto;
		padding: calc(100vw * 30 / 640) 0 0;
		font-weight: bold;
		line-height: calc(100vw * 30 / 640);
	}
	#mainContents dd {
		width: auto;
		border-top: none;
		padding: calc(100vw * 10 / 640) 0 calc(100vw * 20 / 640);
		line-height: calc(100vw * 36 / 640);
	}
	#mainContents dt::after {
		display: inline-block;
		width: calc(100vw * 180 / 640);
		margin: 0 0 0 calc(100vw * 20 / 640);
		position: static;
		border-radius: calc(100vw * 15 / 640);
		font-size: calc(100vw * 18 / 640);
		font-weight: normal;
	}
}

#mainContents .pager {
	display: flex;
	margin: 40px 0 0;
	justify-content: center;
}
#mainContents .pager li {
	width: 40px;
}
#mainContents .pager .page {
	margin: 0 0 0 15px;
}
#mainContents .pager .prev + .page {
	margin: 0;
}
#mainContents .pager a {
	display: block;
	background: #efeff8;
	border-radius: 5px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	transition: .3s;
}
#mainContents .pager a.active,
#mainContents .pager a:hover {
	background: #0e72ab;
	color: #fff;
}
#mainContents .pager a.active {
	pointer-events: none;
}
#mainContents .pager .prev a,
#mainContents .pager .next a {
	background: transparent;
	color: #0e72ab;
	font-weight: normal;
}
#mainContents .pager .prev a::after,
#mainContents .pager .next a::after {
	font-family: Fontawesome;
}
#mainContents .pager .prev a::after {
	content: "\f053";
}
#mainContents .pager .next a::after {
	content: "\f054";
}
@media only screen and (max-width:640px) {
	#mainContents .pager {
		margin: calc(100vw * 30 / 640) 0 0;
	}
	#mainContents .pager li {
		width: 2em;
	}
	#mainContents .pager .page {
		margin: 0 0 0 1em;
	}
	#mainContents .pager .prev + .page {
		margin: 0;
	}
	#mainContents .pager a {
		line-height: 2em;
	}
}
