@charset "UTF-8";
.news {}
.news_inner {}
.news_list {
	list-style: none;
	border-top: 1px solid #D3D3D3;
	font-size: 87.5%;
}
.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: #0066BA;
	border-bottom: 1px solid #D3D3D3;
	padding: 20px 8px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.news_list > li > a::before {
	content: "";
}
.news_list > li > a::after {
	content: "";
}
.news_item {
	display: flex;
	align-items: center;
}
.news_update {
	color: #727272;
	display: flex;
	align-items: center;
}
.news_update::after {
	content: "/";
	display: block;
	margin: 0 12px;
}
.news_name {}
.entry {}
.entry_inner {}
.entry_title {
	margin-bottom: 20px;
}
.entry_body {}
.entry_update {
	color: #727272;
	font-size: 87.5%;
	text-align: right;
}
.entry_link {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.entry_link > a {
	display: block;
	text-decoration: none;
}
.entry_link > a::before {
	content: "";
}
.entry_link > a::after {
	content: "";
}
.entry_image {
	margin: 15px 0;
}
.entry_image:first-child {
	margin-top: 0;
}
.entry_image:last-child {
	margin-bottom: 0;
}
.entry_image-center > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.news-link{
	margin-top: 15px;
}

.news-link_item{
	list-style: none;
}

.news-item .icon{
	top: -0.1em;
    margin-left: 2px;
}

.u-editor .note_list{
	padding-left: 0;
	list-style: none;
	font-size: 94%;
}

.u-editor .note_item{
	padding-left: 1em;
	text-indent: -0.7em;
}

.u-editor .note_item span{
	display: inline-block;
	margin: 0 0.5em 0 0;
}

@media screen and (min-width:1000px) {
	.entry_link > a:hover {
		text-decoration: underline;
	}
	.news_list > li > a:hover {
		background-color: #f2f6f8;
	}
	a:hover .news_name {}
}
@media screen and (max-width:999px) {
	.news {}
	.news_inner {}
	.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_item {}
	.news_update {}
	.news_update::after {}
	.news_name {}
	.entry {}
	.entry_inner {}
	.entry_title {}
	.entry_body {}
	.entry_update {}
	.entry_link {}
	.entry_link > a {}
	.entry_link > a::before {}
	.entry_link > a::after {}
}
@media screen and (max-width:767px) {
	.news {}
	.news_inner {}
	.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 0;
	}
	.news_list > li > a::before {}
	.news_list > li > a::after {}
	.news_item {
		display: block;
	}
	.news_update {
		font-size: 12px;
	}
	.news_update::after {
		display: none;
	}
	.news_name {
		font-size: 14px;
	}
	.entry {}
	.entry_inner {}
	.entry_title {}
	.entry_body {}
	.entry_update {}
	.entry_link {
		margin-top: 25px;
	}
	.entry_link > a {}
	.entry_link > a::before {}
	.entry_link > a::after {}
}

/* 追加 */
.entry a[target="_blank"]::after {
	font-family: 'icomoon' !important;
	display: inline-block;
	content: "\e901";
	font-weight: 400;
	color: #343434;
	vertical-align: middle;
}

.expansion_img {
	margin-bottom: 30px;
}