@charset "utf-8";
.news {
	padding-top: 160px;
	margin-bottom: 136px;
}

.news img {
	max-width: 100%;
	height: auto;
}

.news h3 {
	font-size: 34px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1.8px;
	margin-bottom: 68px;
}

.newsInfo {
	width: 58.5%;
	margin: 0 auto 80px;
	border-top: 1px solid #2E6C9B;
}

.item {
	display: flex;
	padding: 22px 0;
}

.itemBorder {
	border-bottom: 1px solid rgba(46,108,155,0.4);
}

.time {
	font-size: 15px;
	color: #0045A2;
	flex: 0 0 20%;
	padding-right: 20px;
	box-sizing: border-box;
	letter-spacing: .5px;
}

.newsTitle {
	font-size: 14px;
	letter-spacing: 0.35px;
}

.newsPage {
	text-align: center;
}

.newsPage .prev, .newsPage .next {
	margin: -5px 15px 0;
	width: 40px;
	height: 40px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.newsPage1 .prev {
	opacity: 0;
	visibility: hidden;
}

.newsPage span {
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
	top: 10px;
	left: 10px;
}

.newsPage ul {
	display: inline-block;
}

.newsPage li {
	margin: 0 1px;
	display: inline-block;
}

.newsPage li a {
	width: 40px;
	height: 40px;
	font-size: 15px;
	display: block;
	line-height: 40px;
	transition: background .6s ease;
}

.newsPage li.curr a {
	font-weight: 700;
	background: #eef2f3 !important;
}

.newsPage li a:hover {
	background: #eef2f3;
	opacity: 1;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.news {
		padding-top: 109px;
		margin-bottom: 83px;
	}

	.news h3 {
		font-size: 26px;
		letter-spacing: 3.5px;
		margin-bottom: 49px;
	}

	.newsInfo {
		width: auto;
		margin: 0 25px 77px;
	}

	.item {
		padding: 17px 0;
		display: block;
	}

	.time {
		margin-bottom: 6px;
	}

	.newsPage .prev, .newsPage .next {
		margin: -1px 14px 0;
	}

	.newsPage .prev {
		float: left;
	}

	.newsPage .next {
		float: right;
	}

	.newsPage li a:hover {
		background: transparent;
	}

}

/* detail */

.detail .item {
	display: block;
	padding: 28px 0;
	border-bottom: 1px solid rgba(46,108,155,0.4);
}

.detail .time {
	margin-bottom: 11px;
}

.detail .newsTitle {
	font-size: 24px;
	letter-spacing: 1.2px;
}

.infoItem {
	padding-top: 42px;
}

.infoItem p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: 1.7px;
}

.infoItem a {
	padding-bottom: 2px;
    border-bottom: 1px solid #333;
    line-height: 1.8;
}

.infoItem a:hover {
	border-bottom: none;
	transition: .3s;
}

.infoBox p {
	font-size: 14px;
	letter-spacing: 0.7px;
	line-height: 1.7;
	margin-bottom: 31px;
}

.infoBox p:last-child {
	margin-bottom: 0;
}

.infoBox p a {
	padding: 2px 0;
	border-bottom: 1px solid #333;
}

.infoBox {
	margin-bottom: 48px;
}

.infoImg {
	width: 95%;
}

.detail .newsPage li a {
	width: auto;
	height: auto;
	padding: 2px 0;
	border-bottom: 1px solid #333;
	line-height: 1.5;
	font-size: 14px;
}

.detail .newsPage li a:hover {
	border-bottom: none;
	transition: .3s;
}

.detail .newsPage1 .prev {
	opacity: 1;
	visibility: visible;
}

.detail .newsPage1 .dis {
	opacity: 0.3;
	cursor: default;
}

.detail .newsInfo {
	margin: 0 auto 116px;
}

.detail .newsPage .prev,.detail .newsPage .next {
	margin: -5px 42px 0;
}

.news.detail {
	margin-bottom: 126px;
}

.detail .newsPage span {
	width: 17px;
	height: 17px;
	top: 16px;
	left: 14px;
}

.detail .newsPage .next span {
	left: 9px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.detail .newsInfo {
		margin: 0 25px 90px;
	}

	.detail .item {
		padding: 24px 0;
	}

	.detail .time {
		margin-bottom: 7px;
		font-size: 14px;
	}

	.detail .newsTitle {
		font-size: 20px;
		letter-spacing: 1px;
	}

	.infoItem {
		padding-top: 41px;
	}

	.infoBox p {
		font-size: 13px;
		letter-spacing: 0.4px;
		line-height: 1.8;
		margin-bottom: 30px;
	}

	.infoImg {
		width: 97%;
	}

	.detail .newsPage .prev, .detail .newsPage .next {
		margin: -1px 14px 0;
	}

	.news.detail {
		margin-bottom: 68px;
	}

	.detail .newsPage span {
		top: 9px;
		left: 10px;
	}

	.detail .newsPage .next span {
		left: 14px;
	}

	.infoItem p {
		font-size: 13px;
		letter-spacing: 1.4px;
	}
}
