@charset "utf-8";
/* press list css */

.contents_localnavi .localnavi_heading, .contents_localnavi .localnavi_list {
	display: none;
}
.press .contents_localnavi .localnavi_heading, .press .contents_localnavi .localnavi_list {
	display: block;
}
.lead {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.4;
}
.icon.important {
	margin: 0 5px;
	padding: 1px 8px;
	color: #fff;
	font-size: 11px;
	vertical-align: top;
	background: #e6002e;
}
@media screen and (max-width: 767px) {
	.lead {
		font-size: 12px;
		margin-bottom: 10px;
	}
}
.pulldown_menu {
	margin-bottom: 20px;
}
.pulldown_menu select {
	width: 100%;
	padding: 6px;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #d1d1d1;
}
.press_article_list li {
	line-height: 1.6;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #e1e3e5;
}
.press_article_list li:last-child {
	border-bottom: 1px solid #e1e3e5;
	padding-bottom: 8px;
}
.press_article_list li p {
	margin: 4px 0 2px;
}
.press_article_list li span.note {
	display: inline-block;
	margin: -4px 0 0 10px;
	padding: 4px 8px;
	color: #fff;
	font-size: 11px;
	vertical-align: top;
	background: #e6002e;
}
.press_article_list li span.note:after {
	content: '';
	display: block;
}
.year_nation_wrap {
	overflow: hidden;
}
.year_nation_wrap .prev_year {
	float: left;
}
.year_nation_wrap .next_year {
	float: right;
}
@media screen and (max-width: 767px) {
	.year_nation_wrap .link_btn.link_btn_blue.link_btn_back, .year_nation_wrap .link_btn.link_btn_blue.link_btn_next {
		width: 100%;
		min-width: 142px;
	}
}
#contents .contents_localnavi .localnavi_list + .text_bnr li:nth-child(3){
	display: none;
}
/* press article css */

.press_article_section {
}
.press_article_section h2 {
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #023f98;
}
.press_article_section .article_data {
	margin-bottom: 20px;
	text-align: right;
	font-size: 14px;
}
.press_article_section .article_data .article_corp, .press_article_section .article_data .article_date {
	margin-bottom: 8px;
}
.press_article_section .article_body_text {
	margin-bottom: 64px;
}
.press_article_section .article_body_text *:last-child {
	margin-bottom: 0;
}
.press_article_section .article_body_text .text_indent {
	text-indent: 1em;
}
.prev_btn {
	margin-bottom: 64px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.press_article_section h2 {
		padding-bottom: 16px;
		text-align: left;
	}
	.press_article_section .article_data {
		margin-bottom: 16px;
		font-size: 13px;
	}
	.press_article_section .article_body_text {
		margin-bottom: 40px;
	}
	.prev_btn {
		margin-bottom: 40px;
	}
}
