@charset "UTF-8";
.news {}
.news_cols {
	display: flex;
	justify-content: space-between;
}
.news_col {}
.news_col-no1 {
	width: calc(100% - 350px);
}
.news_list {}
.news_list > li {}
.news_list > li:first-child {}
.news_list > li:last-child {}
.news_list > li:nth-child(2n+1) {}
.news_list > li:nth-child(n+3) {}
.news_list > li > a {
	border-bottom: 1px solid #ebebeb;
	padding: 29px 6px;
}
.news_list > li > a::before {
	content: "";
}
.news_list > li > a::after {
	content: "";
}
.news_list > li > a > time {
	margin-right: 32px;
	min-width: 115px;
}
.news_list > li > a > time::after {
	height: 30px;
}
.news_list > li > a > b {
	font-weight: bold;
	text-decoration: none;
}
.news_list > li > a > strong {
	width: 30px;
	height: 30px;
	min-width: 30px;
	font-size: 10px;
}
.news_col-no2 {
	width: 255px;
	padding-top: 30px;
}
.news_col-no2-noPt {
	padding-top: 0;
}
.side {
	margin-bottom: 73px;
}
.side:last-child {
	margin-bottom: 0;
}
.side_title {
	line-height: 1;
	display: flex;
	align-items: center;
	border-bottom: 3px solid #000;
	padding-bottom: 15px;
	margin-bottom: 18px;
}
.side_title > b {
	font-size: 24px;
	font-weight: 600;
	margin-right: 19px;
	display: block;
	letter-spacing: 0.1em;
}
.side_title > small {
	display: block;
	margin-top: -5px;
	font-size: 12px;
}
.side_list {
	list-style: none;
}
.side_list > li {}
.side_list > li:first-child {}
.side_list > li:last-child {}
.side_list > li:nth-child(2n+1) {}
.side_list > li:nth-child(n+3) {}
.side_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 11px 5px;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: background-color, color, -webkit-transform;
	transition-property: background-color, color, transform;
	transition-property: background-color, color, transform, -webkit-transform;
	padding-right: 20px;
	line-height: 1.4;
	font-weight: 500;
}
.side_list > li > a::before {
	content: "";
}
.side_list > li > a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 6px;
	margin-top: auto;
	margin-bottom: auto;
	border: 3px solid #73a2c8;
	width: 7px;
	height: 7px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border-bottom: none;
	border-left: none;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.entry {
	margin-bottom: 70px;
}
.entry_box {}
.entry_update {
	font-size: 20px;
	line-height: 1;
	position: relative;
	z-index: 1;
	padding-left: 45px;
	margin-bottom: 45px;
}
.entry_update::before {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background-color: #3f3b39;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.entry_update > time {}
.entry_title {
	display: flex;
	align-items: center;
	line-height: 1.4;
	padding-bottom: 31px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 42px;
	font-size: 24px;
	font-weight: bold;
}
.entry_title > strong {
	display: flex;
	width: 36px;
	height: 36px;
	min-width: 36px;
	background-color: #73a2c8;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	box-sizing: border-box;
	padding-top: 4px;
	margin-left: 20px;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.entry_body {
	padding-bottom: 60px;
	border-bottom: 1px solid #ebebeb;
}
.entryNav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}
.entryNav_link {}
.entryNav_link-prev {}
.entryNav_link-prev > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.entryNav_link-prev > a::before {
	content: "";
}
.entryNav_link-prev > a::after {
	content: "";
}
.entryNav_link-prev > a > i {}
.entryNav_link > a {
	text-decoration: none;
	color: inherit;
	padding: 10px;
	height: 52px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.entryNav_link > a::before {
	content: "";
}
.entryNav_link > a::after {
	content: "";
}
.entryNav_link > a > i {
	display: block;
	width: 14px;
	height: 4px;
	border: 1px solid #3f3b39;
	-webkit-transform: skewX(135deg);
	transform: skewX(135deg);
	border-top: none;
	border-right-width: 0;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.entryNav_link-next {
	margin-left: auto;
}
.entryNav_link-next > a {}
.entryNav_link-next > a::before {
	content: "";
}
.entryNav_link-next > a::after {
	content: "";
}
.entryNav_link-next > a > i {
	-webkit-transform: skewX(45deg);
	transform: skewX(45deg);
	border-left-width: 0;
	border-right-width: 1px;
}
.entryNav_link-list {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media screen and (min-width:1000px) {
	.entryNav_link-prev > a:hover {}
	.entryNav_link > a:hover {
		text-decoration: underline;
	}
	.entryNav_link-next > a:hover {}
	.entryNav_link-prev > a:hover > i {
		-webkit-transform: skewX(135deg) translateX(-10px);
		transform: skewX(135deg) translateX(-10px);
	}
	.entryNav_link-next > a:hover > i {
		-webkit-transform: skewX(45deg) translateX(10px);
		transform: skewX(45deg) translateX(10px);
	}
	.news_list > li > a:hover {}
	.side_list > li > a:hover {
		color: #73a2c8;
	}
	.side_list > li > a:hover::after {
		-webkit-transform: translateX(6px) translateY(-50%) rotate(45deg);
		transform: translateX(6px) translateY(-50%) rotate(45deg);
	}
}
@media screen and (max-width:999px) {
	.news {}
	.news_cols {}
	.news_col {}
	.news_col-no1 {
		width: calc(100% - 260px);
	}
	.news_list {}
	.news_list > li {}
	.news_list > li:first-child {}
	.news_list > li:last-child {}
	.news_list > li:nth-child(2n+1) {}
	.news_list > li:nth-child(n+3) {}
	.news_list > li > a {}
	.news_list > li > a::before {}
	.news_list > li > a::after {}
	.news_list > li > a > time {
		min-width: 102px;
	}
	.news_list > li > a > time::after {}
	.news_list > li > a > b {}
	.news_list > li > a > strong {}
	.news_col-no2 {
		width: 210px;
		padding-top: 20px;
	}
	.news_col-no2-noPt {
		padding-top: 0;
	}
	.side {
		margin-bottom: 45px;
	}
	.side:last-child {}
	.side_title {
		border-width: 2px;
	}
	.side_title > b {
		margin-right: 10px;
		font-size: 22px;
	}
	.side_title > small {}
	.side_list {}
	.side_list > li {}
	.side_list > li:first-child {}
	.side_list > li:last-child {}
	.side_list > li:nth-child(2n+1) {}
	.side_list > li:nth-child(n+3) {}
	.side_list > li > a {}
	.side_list > li > a::before {}
	.side_list > li > a::after {}
	.entry {
		margin-bottom: 40px;
	}
	.entry_box {}
	.entry_update {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.entry_update::before {}
	.entry_update > time {}
	.entry_title {
		font-size: 20px;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.entry_title > strong {}
	.entry_body {
		padding-bottom: 45px;
	}
	.entryNav {}
	.entryNav_link {}
	.entryNav_link-prev {}
	.entryNav_link-prev > a {}
	.entryNav_link-prev > a::before {}
	.entryNav_link-prev > a::after {}
	.entryNav_link-prev > a > i {}
	.entryNav_link > a {}
	.entryNav_link > a::before {}
	.entryNav_link > a::after {}
	.entryNav_link > a > i {}
	.entryNav_link-next {}
	.entryNav_link-next > a {}
	.entryNav_link-next > a::before {}
	.entryNav_link-next > a::after {}
	.entryNav_link-next > a > i {}
}
@media screen and (max-width:767px) {
	.news {}
	.news_cols {
		display: block;
	}
	.news_col {
		width: auto;
	}
	.news_col-no1 {
		margin-bottom: 40px;
	}
	.news_list {}
	.news_list > li {}
	.news_list > li:first-child {}
	.news_list > li:last-child {}
	.news_list > li:nth-child(2n+1) {}
	.news_list > li:nth-child(n+3) {}
	.news_list > li > a {
		padding: 10px 0px;
	}
	.news_list > li > a::before {}
	.news_list > li > a::after {}
	.news_list > li > a > time {
		margin-right: 0;
		min-width: 0;
	}
	.news_list > li > a > time::after {}
	.news_list > li > a > b {}
	.news_list > li > a > strong {
		margin-left: 5px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	.news_col-no2 {
		padding-top: 0;
	}
	.side {
		margin-bottom: 25px;
	}
	.side:last-child {}
	.side_title {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.side_title > b {
		font-size: 20px;
		margin-right: 5px;
	}
	.side_title > small {
		font-size: 11px;
	}
	.side_list {}
	.side_list > li {}
	.side_list > li:first-child {}
	.side_list > li:last-child {}
	.side_list > li:nth-child(2n+1) {}
	.side_list > li:nth-child(n+3) {}
	.side_list > li > a {}
	.side_list > li > a::before {}
	.side_list > li > a::after {
		border-width: 2px;
	}
	.entry {
		margin-bottom: 10px;
	}
	.entry_box {}
	.entry_update {
		font-size: 13px;
		padding-left: 28px;
		margin-bottom: 8px;
	}
	.entry_update::before {
		width: 20px;
	}
	.entry_update > time {}
	.entry_title {
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.entry_title > strong {
		margin-left: 5px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	.entry_body {
		padding-bottom: 40px;
	}
	.entryNav {}
	.entryNav_link {}
	.entryNav_link-prev {}
	.entryNav_link-prev > a {}
	.entryNav_link-prev > a::before {}
	.entryNav_link-prev > a::after {}
	.entryNav_link-prev > a > i {}
	.entryNav_link > a {}
	.entryNav_link > a::before {}
	.entryNav_link > a::after {}
	.entryNav_link > a > i {}
	.entryNav_link-next {}
	.entryNav_link-next > a {}
	.entryNav_link-next > a::before {}
	.entryNav_link-next > a::after {}
	.entryNav_link-next > a > i {}
}
