@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.detailBox p {
	margin-bottom: 25px;
	font-size: 1.5rem;
	line-height: 1.8;
}
.detailBox p:last-child {
	margin-bottom: 0;
}
.detailBox h3 {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	color: #013B86;
	margin-bottom: 32px;
	letter-spacing: 0;
}
.detailBox .date {
	margin-bottom: 29px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-bottom: 16px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #888888;
	letter-spacing: 0;
	border-bottom: 5px solid #EEEEEE;
}
.detailBox .date span {
	margin: -1px 0 4px 10px;
	display: inline-block;
	min-width: 80px;
	background-color: #013B86;
	border-radius: 5px;
	text-align: center;
	padding: 1px;
	box-sizing: border-box;
	font-size: 1.3rem;
	font-weight: 500;
	color: white;
}
.detailBox .detailPhoto {
	margin-bottom: 23px;
}
.detailBox .detailPhoto img {
	border-radius: 10px;
}
@media all and (max-width: 896px) {
	.newsUl {
		display: block;
	}
	.newsUl li {
		width: auto;
		margin: 0 0 40px;
	}
}