@charset "UTF-8";

/* tittle */
.s-ttl {
	background-image: url(../../../information/img/news_main.jpg);
}

/* 一覧 */
.information-list {
	padding-bottom: 140px;
}
.info-wrapper {
	width: 72.846%;
	min-width: 807px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 77px;
}
.info-wrapper .sort {
	flex-direction: column;
}
.info-wrapper .sort li {
	text-align: center;
	border-radius: 30px;
	padding: 0.7em 2.8em;
}
.info-wrapper .sort li + li {
	margin-left: 0;
	margin-top: 20px;
}
.info-list {
	width: 75.5%;
	height: 100%;
}

#informationList li a p {
	color: #617bd8;
	text-decoration: underline;
}

.information-detail .inner {
	display: flex;
	justify-content: space-between;
	padding-bottom: 6em;
}

.information-contents {
	width: 65.8%;
	display: flex;
	flex-direction: column;
}

.information-contents .title {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0.5em 1.1em;
	margin-bottom: 2em;
}

.information-contents .title .attr {
	display: flex;
	align-items: center;
	margin-bottom: 0.2em;
}

.information-contents .title time {
	color: #949494;
	margin-right: 0.5em;
	font-size: 1.8rem;
}

.information-contents .title .cat {
	font-size: 1.025rem;
	color: #343d8e;
	border: 1px solid #343d8e;
	border-radius: 500em;
	line-height: 1;
	padding: 0.2em 0.8em;
}

.information-contents .title h1 {
	font-weight: bold;
	font-size: 2.6rem;
}

.information-contents .eyecatch {
	text-align: center;
	margin-bottom: 2em;
}

.information-contents .body {
	padding: 0 0.5em;
	margin-bottom: 4em;
}

.information-contents .body p {
	margin-bottom: 1.5em;
}

.information-contents .body p:last-of-type {
	margin-bottom: 0;
}

.information-contents .body a {
	color: #617bd8;
	text-decoration: underline;
}

.information-detail .pager {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	justify-content: center;
	padding: 0.8em 0;
	margin-top: auto;
}

.information-detail .pager a {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}

.information-detail .navi {
	width: 26.2%;
}

.information-detail .navi h2 {
	border-bottom: 1px solid #e5e5e5;
	color: #85a8e6;
	font-weight: bold;
	font-size: 1.9rem;
	line-height: 1;
	padding-bottom: 0.9em;
}

.information-detail .navi ul {
	margin-bottom: 4.2em;
	min-height: 2em;
}

.information-detail .navi ul:last-of-type {
	margin-bottom: 0;
}

.information-detail .navi li {
	border-bottom: 1px solid #e5e5e5;
	padding: 0.55em 0;
}

.information-detail .navi li:nth-child(n + 4) {
	display: none;
}

.information-detail .navi li .date {
	color: #949494;
	font-size: 1.4rem;
	display: block;
	line-height: 1.6;
}

.information-detail .navi li .kinds {
	display: none;
}

/* style */
dl {
	display: flex;
	width: 100%;
	column-gap: 1em;
}
.table-ttl {
	margin-bottom: 0.5em;
	display: inline-block;
	font-size: 1.1em;
}
.news-img-wrapper {
	display: flex;
	gap: 56px;
}
.news-img {
	width: 15%;
	img {
		width: 100%;
	}
}

/* Utility */
.fs-1-1e {
	font-size: 1.1em;
}
.mb-0-5e {
	margin-bottom: 0.5em;
}
.mb-1e {
	margin-bottom: 1em;
}
.mb-2e {
	margin-bottom: 2em;
}
.inline-block {
	display: inline-block;
}
