@charset "UTF-8";
.news {}
.news_title {}
.news_title > .icon {}
.news_title > b {}
.news_cols {
	display: flex;
	justify-content: space-between;
}
.news_col {}
.news_col-no1 {
	flex-grow: 1;
}
.news_list {
	list-style: none;
	border-top: 1px solid #ddd;
}
.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 {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 31px 6px;
	border-bottom: 1px solid #ddd;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.news_list > li > a::before {
	content: "";
}
.news_list > li > a::after {
	content: "";
}
.news_update {
	line-height: 1;
	margin-bottom: 15px;
}
.news_update > time {}
.news_headline {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.news_text {}
.news_col-no2 {
	width: 25%;
	min-width: 25%;
	margin-left: 56px;
}
.side {
	margin-bottom: 64px;
	position: relative;
	z-index: 1;
}
.side:last-child {
	margin-bottom: 0;
}
.side_ttlWrap {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #333;
	line-height: 1;
	align-items: center;
	padding-bottom: 8px;
}
.side_title {
	font-size: 16px;
	font-weight: normal;
}
.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: 20px 5px;
	border-bottom: 1px solid #ddd;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.side_list > li > a::before {
	content: "";
}
.side_list > li > a::after {
	content: "";
}
.side_update {
	line-height: 1;
	margin-bottom: 10px;
}
.side_update > time {}
.side_text {
	line-height: 1.6;
}
.side_link {
	margin-top: 11px;
}
.side_link > a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: inherit;
	background: #f2f2ee;
	text-align: center;
	height: 40px;
	border-radius: 12px;
	position: relative;
	z-index: 1;
	line-height: 1.4;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.side_link > a::before {
	content: "";
}
.side_link > a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 11px;
	border: 1px solid #333;
	width: 4px;
	height: 4px;
	-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;
}
.side_link-top {
	margin-top: 0;
	width: 80px;
	min-width: 80px;
}
.side_link-top > a {
	height: 30px;
}
.entry {}
.entry_box {}
.entry_areaTtl {
	padding-bottom: 14px;
	border-bottom: 2px solid #333;
	margin-bottom: 30px;
}
.entry_update {
	line-height: 1;
	margin-bottom: 7px;
	padding-left: 6px;
}
.entry_update > time {}
.entry_title {
	font-size: 26px;
	line-height: 1.4;
}
.entry_body {}
@media screen and (max-width:1199px) {
	.news_col-no2 {
		width: 30%;
		min-width: 30%;
		margin-left: 35px;
	}
}
@media screen and (min-width:1000px) {
	.news_list > li > a:hover {
		background: rgba(242, 242, 238, 0.5);
	}
	.side_list > li > a:hover {
		background: rgba(242, 242, 238, 0.5);
	}
	.side_link > a:hover {
		background-color: #e6e6da;
	}
	.side_link > a:hover::after {
		-webkit-transform: translateY(-50%) translateX(4px)rotate(45deg);
		transform: translateY(-50%) translateX(4px)rotate(45deg);
	}
}
@media screen and (max-width:999px) {
	.news {}
	.news_title {}
	.news_title > .icon {}
	.news_title > b {}
	.news_cols {}
	.news_col {}
	.news_col-no1 {}
	.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: 20px 5px;
	}
	.news_list > li > a::before {}
	.news_list > li > a::after {}
	.news_update {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.news_update > time {}
	.news_headline {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.news_text {}
	.news_col-no2 {}
	.side {
		margin-bottom: 40px;
	}
	.side:last-child {}
	.side_ttlWrap {
		padding-bottom: 5px;
	}
	.side_title {
		font-size: 14px;
	}
	.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 {
		padding: 10px 3px;
	}
	.side_list > li > a::before {}
	.side_list > li > a::after {}
	.side_update {
		font-size: 13px;
		margin-bottom: 5px;
	}
	.side_update > time {}
	.side_text {}
	.side_link {}
	.side_link > a {
		height: 50px;
		font-size: 13px;
	}
	.side_link > a::before {}
	.side_link > a::after {
		right: 7px;
	}
	.side_link-top {}
	.side_link-top > a {
		height: 30px;
	}
	.entry {}
	.entry_box {}
	.entry_areaTtl {
		padding-bottom: 8px;
		margin-bottom: 20px;
	}
	.entry_update {
		font-size: 13px;
	}
	.entry_update > time {}
	.entry_title {
		font-size: 20px;
	}
	.entry_body {}
}
@media screen and (max-width:767px) {
	.news {}
	.news_title {}
	.news_title > .icon {}
	.news_title > b {}
	.news_cols {
		display: block;
	}
	.news_col {}
	.news_col-no1 {
		margin-bottom: 35px;
	}
	.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: 15px 5px;
	}
	.news_list > li > a::before {}
	.news_list > li > a::after {}
	.news_update {
		font-size: 12px;
		margin-bottom: 7px;
	}
	.news_update > time {}
	.news_headline {
		font-size: 15px;
	}
	.news_text {}
	.news_col-no2 {
		width: auto;
		min-width: 0;
		margin-left: 0;
	}
	.side {}
	.side:last-child {}
	.side_ttlWrap {}
	.side_title {}
	.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 {}
	.side_update {
		font-size: 12px;
	}
	.side_update > time {}
	.side_text {}
	.side_link {}
	.side_link > a {
		font-size: 14px;
	}
	.side_link > a::before {}
	.side_link > a::after {
		right: 10px;
	}
	.side_link-top {}
	.side_link-top > a {}
	.entry {}
	.entry_box {}
	.entry_areaTtl {
		padding-bottom: 6px;
		margin-bottom: 15px;
	}
	.entry_update {
		font-size: 12px;
	}
	.entry_update > time {}
	.entry_title {
		font-size: 16px;
	}
	.entry_body {}
}
