@charset "utf-8";
/* common */
header #ham-menu > ul > li:nth-child(8) a {
	background: #00649e;
	color: #fff;
}
header #ham-menu > ul > li:nth-child(8) a img {
	visibility: hidden;
}
.mv {
	height: 180px;
	background: url("/assets/images/bg_main.png") no-repeat left calc(50% - 500px) center, url("/assets/images/bg_main.png") no-repeat right calc(50% - 584px) center;
	background-color: #3690ce;
}
.cat {
	display: block;
	width: 100px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border: 1px solid #999;
	background: #fff;
	color: #999;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
}
.cat.information {
	border-color: #059fc6;
	background: #daf4fb;
	color: #059fc6;
}
.cat.important {
	border-color: #cb2252;
	background: #f8edf1;
	color: #cb2252;
}
.cat.release {
	border-color: #8e1adf;
	background: #f8f1fc;
	color: #8e1adf;
}
.cat.ir {
	border-color: #389d06;
	background: #eff9ea;
	color: #389d06;
}
/* index */
.entry-list {
	position: relative;
}
.entry-list:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 470px 345px 0 0;
	border-color: #c2ddf0 transparent transparent transparent;
}
.entry-list > .inner {
	position: relative;
	padding: 80px 0 200px;
}
.entry-list > .inner > figure {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 150px;
}
.entry-list > .inner > figure img {
	width: 100%;
}
.entry-list > .inner > ul > li {
	border-bottom: 1px solid #e1f5fa;
	font-size: 1.6rem;
}
.entry-list > .inner > ul > li:last-child {
	border-bottom: 0;
}
.entry-list > .inner > ul > li a {
	display: block;
	padding: 15px 20px;
}
.entry-list > .inner > ul > li .entry-info:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
.entry-list > .inner > ul > li time {
	display: block;
	float: left;
	width: 100px;
	margin-right: 30px;
}
.entry-list > .inner > ul > li .cat {
	float: left;
}
.entry-list > .inner > ul > li .entry-title {
	margin-left: 130px;
}
.entry-list > .inner > ul > li .entry-title i {
	margin-left: 5px;
}
/* detail */
.detail .entry-list h2 {
	padding: 15px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.25;
}
.detail .entry-list h2:before {
	content: none;
}
.detail .entry-list article {
	padding: 40px 40px 0;
	color: #000;
}
.detail .entry-list time {
	display: block;
	text-align: right;
}
.detail .entry-body {
	margin-top: 10px;
	padding: 50px 130px;
	border-top: 1px solid #e1f5fa;
	border-bottom: 1px solid #e1f5fa;
	font-size: 1.6rem;
	line-height: 1.75;
}
.detail .entry-body img {
	max-width: 100%;
	max-height: 650px;
}
.detail .entry-body .main img {
	max-height: 750px;
}
.detail .entry-body p {
	margin: 1em 0;
}
.detail .entry-body ul {
	margin: 1em 0 1em 0.3em;
}
.detail .entry-body ul > li {
	position: relative;
	padding-left: 15px;
}
.detail .entry-body ul > li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #2893de;
}
.detail .entry-body ol {
	list-style: decimal;
	margin: 1em 0;
	padding-left: 1.4em;
}
.detail .entry-body p:first-child,
.detail .entry-body ul:first-child,
.detail .entry-body ol:first-child {
	margin-top: 0;
}
.detail .entry-body a {
	color: #3690ce;
	text-decoration: underline;
}
.detail .entry-body a:hover {
	text-decoration: none;
}
.detail .entry-body a[target="_blank"]:after,
.detail .entry-body a[href$=".pdf"]:after {
	display: inline-block;
	margin: 0 3px;
	color: #3690ce;
	font-family: "Font Awesome 5 Pro";
}
.detail .entry-body a[target="_blank"]:after {
	content: "\f14c";
}
.detail .entry-body a[href$=".pdf"]:after {
	content: "\f1c1";
}
.detail .back-to-idx {
	margin-top: 40px;
	text-align: center;
}
.detail .back-to-idx .btn {
	width: 223px;
	height: 45px;
	padding-top: 5px;
	font-size: 1.8rem;
}
/* .night
---------------------------------------------*/
.night .mv {
	background-color: #0665aa;
}
.night .entry-list:before {
	border-color: #12375a transparent transparent transparent;
}
.night .detail article {
	background: #fff;
}
.night .entry-list > .inner > figure {
	width: 120px;
}
.night .entry-list > .inner > ul > li {
	border-color: #5b7687;
}
.night .entry-list > .inner > ul > li a {
	color: #ccc;
}
@media (max-width: 767px) {
	/* common */
	.mv {
		background-position: left calc(50% - 235px) top 40px, right calc(50% - 230px) top 105px;
		background-size: 50% 50%;
	}
	/* index */
	.entry-list:before {
		border-width: 140px 100px 0 0;
	}
	.entry-list > .inner {
		padding: 40px 20px 75px;
	}
	.entry-list > .inner > figure {
		right: 20px;
		width: 75px;
	}
	.entry-list > .inner > ul > li {
		font-size: 1.4rem;
	}
	.entry-list > .inner > ul > li a {
		padding: 15px 0;
	}
	.entry-list > .inner > ul > li time {
		margin-right: 0;
	}
	.entry-list > .inner > ul > li .entry-title {
		margin-left: 0;
	}
	/* detail */
	.detail .entry-list h2 {
		padding: 10px 0;
		font-size: 2rem;
	}
	.detail .entry-list article {
		padding: 20px 20px 0;
	}
	.detail .entry-body {
		margin-top: 10px;
		padding: 30px 0;
		font-size: 1.4rem;
	}
	.detail .back-to-idx {
		margin-top: 25px;
	}
	.detail .back-to-idx .btn {
		width: 219px;
		height: 50px;
		padding-top: 7px;
		font-size: 1.6rem;
	}
	/* .night
---------------------------------------------*/
	.night .entry-list .inner > figure {
		width: 60px;
	}
}