@charset "utf-8";

/* =======================================

	Customize Style

======================================= */

/* 本文中のリンク */
main a:link,
main a:visited,
main a:active,
main a:hover {
	color: #333333;
}

main a[href*='.pdf'] {
	font-weight: bold;
}

/* 見出し */
h1, h2, .cont_header .txt_catch {
	color: #ffffff;
}
.h_bg {
	background-color: #424188;
}
.h_tri::before {
	border-color: transparent transparent transparent #424188;
}
.h_qa {
	color: #424188;
}
.base_wrap h2.topics1 {
	color: #424188;
	margin-bottom: 30px;
	font-size: 2.4rem;
}

/* リストの● */
.ul_round li::before {
	background-color: #424188;
}

/* グローバルヘッダー右上のボタン */

/* body.pc_view #global_header .sub_menu a:hover {
	opacity: 70%;
} */

/* グローバルナビの区切り点の色 */
#global_nav ul li::before {
	background: #525255;
}


/* コンテンツヘッダー */
/* .cont_header {
	background: #D1E7FF;
} */
/* .cont_header.visual::after {
	background-color: #e7f3fc;
} */
.cont_header.visual .catch {
	color: #424188;
}




/* グローバルフッター */
/* #cont_menu ul li {
    margin: 0 1% 0 0;
} */
/* #cont_menu ul li:nth-child(odd) {
	width: 40%;
}
#cont_menu ul li:nth-child(even) {
	width: 56%;
} */
#global_footer .ft_menu {
	background: #EBEBFA;
}
@media only screen and (max-width: 768px) {
	#cont_menu {
		background: #eef0f2;
		margin: 0 auto;
	}
	#cont_menu ul li {
		width: 100% !important;
	}
}

/* ------------------------------------

	Overwrite IndexElements

------------------------------------ */

@media only screen and (max-width: 768px) {
	#pg_index .btn_area a {
		width: 90%;
		/* margin: 0 10px; */
	}
	/* .cont_header.visual::after {
		background-image: url(../img/message_header_bg_sp.png);
		background-size: cover;
	} */
}
@media only screen and (max-width: 768px) {
	#pg_index .btn_area a {
		width: 90%;
	}
	.banner {
		height: 192px;
	}
	.banner a {
		font-size: 2rem;
		text-align: center;
		padding-bottom: 10px;
	}
	.banner a small {
		text-align: left;
	}
}

/* ------------------------------------

	Overwrite ContentsElements

------------------------------------ */
/* ------------------------------------
	Message
------------------------------------ */

/* .cont_header.visual.message::after{
	background-image: url(../img/message_header_bg_pc.jpg);
	background-position: top left;
} */
/* .cont_header.visual.message .wrap {
	margin: 0 0 0 32vw;
} */
.cont_header.visual.message .lead {
	line-height: 2;
}
.cont_header.visual.message .lead a {
	font-weight: bold;
}
.cont_header.visual.message .sign {
	font-weight: bold;
}
.graph-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 800px;
	margin-top: 30px;
}
.graph {
	margin-bottom: 50px;
	width: calc((100% - 40px) / 2);
}
.graph > p {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.message-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 800px;
	margin-top: 30px;
}
.message-img-content {
	margin-bottom: 30px;
}
.message-img-content > p {
	font-size: 1.5rem;
}
hr {
	border: none;
  border-top: 2px dotted #707070;
}

.line {
	border: none;
  border-top: 2px dotted #707070;
	margin-top: 50px;
}

@media only screen and (max-width: 1450px) {
	.cont_header.visual.message p {
		font-size: 1.8rem;
	}
}
@media only screen and (max-width: 1280px) {
	/* .cont_header.visual.message .wrap {
		margin: 0 20px 0 430px;
	} */
	/* .cont_header.visual.message h1 {
		font-size: 3.3vw;
	}
	.cont_header.visual.message h1 small {
		font-size: 2vw;
	} */
	.cont_header.visual.message p {
		font-size: 1.6rem;
	}
}
@media only screen and (max-width: 1100px) {
	/* .cont_header.visual.message::after {
		background-position: top left -70px;
	} */
	/* .cont_header.visual.message .wrap {
		margin: 0 20px 0 350px;
	} */
	.cont_header.visual.message .lead br {
		display: none;
	}
}

/* @media only screen and (max-width: 860px) {
	.cont_header.visual.message h1 {
		font-size: 2.9rem;
	}
} */

@media only screen and (max-width: 768px) {
	/* .cont_header.visual.message .wrap {
		display: flex;
		flex-direction: column;
		margin: 0 auto;
	} */
	/* .cont_header.visual.message .wrap::after {
		content: '';
		display: block;
		background: transparent url(../img/message_header_bg_sp.png) center center no-repeat;
		background-size: cover;
		width: calc(100% + 8vw);
		height: 59vw;
		margin-left: -4vw;
		order: -1;
	}
	.cont_header.visual.message h1 {
		font-size: 2.8rem;
		order: -2;
		margin-bottom: 20px;
	}
	.cont_header.visual.message h1 small {
		display: none;
	}
	.cont_header.visual.message p {
		width: 100%;
	}
	.cont_header.visual.message p br {
		display: block;
	}
	.cont_header.visual.message .sign {
		font-size: 1.4rem;
	} */
	.graph-area {
		display: block;
		margin-top: 30px;
	}
	.graph {
		margin-bottom: 50px;
		width: 100%;
	}
}

/* ------------------------------------
	topics
------------------------------------ */
/* .cont_header.visual.enquete::after {
	background-image: url(../img/topics_header_bg_pc.png);
}

@media only screen and (max-width: 768px) {
	.cont_header.visual.enquete::after {
		background-image: url(../img/topics_header_bg_sp.jpeg);
	}
} */
/* ------------------------------------
	topics1
------------------------------------ */
/* .cont_header.visual.closeup::after {
	background-position: right center;
	background-image: url(../img/topics1_header_bg_pc.png);
}
.cont_header.visual.closeup h1 {
	position: relative;
}
.cont_header.visual.closeup .label {
	padding: 4px 10px;
	font-size: 1.6rem;
	color: #fff;
	position: absolute;
	top: 1em;
	left: 0;
	background: #00256A;
} */


.closeup_main_img {
	position: relative;
}

.closeup_main_img .ppl_info {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.7;
	position: absolute;
	bottom: 20px;
	z-index: 2;
}
.closeup_main_img .ppl_info.ppl1 {
	width: 150px;
}
.closeup_main_img .ppl_info.ppl2 {
	width: 150px;
}
.closeup_main_img .ppl_info .name {
	display: block;
	font-size: 1.8rem;
}
.closeup_main_img .ppl1 {
	right: 40px;
}
.closeup_main_img .ppl2 {
	left: 40px;
}
.attendance {
	margin: 1em 0 0;
	font-size: 1.4rem;
}
.attendance dt {
	margin: 0 0 0.2em;
	font-weight: bold;
}
.sp_ib {
	display: none;
}
.subject_wrap {
	margin: 60px 0 0 0;
}
.subject {
	margin: 0 0 50px;
	padding: 0 0 0 50px;
	position: relative;
}
.subject::before {
	content: '';
	width: 38px;
	height: 2px;
	display: block;
	position: absolute;
	top: 0.7em;
	left: 0;
	background: #00256A;
}
.attendees {
	margin: 0 0 1em;
	padding: 0 0 0 70px;
	position: relative;
	/* overflow: hidden; */
}
.attendees::before {
	display: block;
	color: #fff;
	padding: 0px 10px;
	position: absolute;
	top: 0;
	left: 0;
}
.attendees.ppl1::before {
	content: '池主';
	background: #00256A;
}
.attendees.ppl2::before {
	content: '牟田';
	background: #8C9BA5;
}
.img_wrap {
	overflow: hidden;
}
.img_wrap .img_r {
	max-width: 45%;
	width: 300px;
	margin: 0 0 1em 1em;
	float: right;
}
.img_wrap .attendees {
	margin: 0 0 1em !important;
}
.img_c {
	max-width: 650px;
	margin: 0 auto 2em;
	text-align: center;
}

/* .closeup_notes */
.closeup_notes {
	margin: 35px auto 0;
}
.closeup_notes.tiny {
	width: 94%;
}
.closeup_notes h3 {
	font-size: 1.8rem;
}
.closeup_notes p {
	font-size: 1.4rem;
}
.closeup_notes p > small {
	display: block;
	font-size: 1.2rem;
}

/* .closeup_img */
.closeup_img {
	margin: 0 auto;
}
.closeup_img.screen {
	max-width: 500px;
}
.closeup_img.banner {
	max-width: 700px;
}
.closeup_clm_2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.closeup_clm_2 figure {
	margin: 0;
}
.closeup_clm_2 figure:first-child {
	width: 288px;
	margin-right: 50px;
}
.closeup_clm_2 figure:last-child {
	width: 467px;
}

/* .talk_note */
.talk_note {
	margin: 60px 0 0 0;
}
.talk_note h2,
.talk_note h3 {
	margin: 0 0 1em;
}
.talk_note dl {
	margin: 10px 0 0 0;
}
.talk_note dt {
	font-weight: bold;
}
.words {
	margin: 40px 0 0 0;
}
.words dl {
	margin: 10px 0 0 0;
}
.words dt {
	font-weight: bold;
}

/* @media only screen and (max-width: 1280px) {
	.cont_header.visual.closeup::after {
		background-position: right -70px center;
	}
} */

@media only screen and (max-width: 1100px) {
	.cont_header.visual.closeup h1 {
		line-height: 1.8;
		font-size: 3.9vw;
	}
}

@media only screen and (max-width: 768px) {
	/* .cont_header.visual.closeup::after {
		background-position: center center;
		background-image: url(../img/topics1_header_bg_sp.png);
	} */
	.cont_header.visual.closeup h1 {
		padding: 0;
		font-size: 2.8rem;
	}
	.cont_header.visual.closeup .label {
		font-size: 1.2rem;
		top: 0;
	}
	.closeup_main_img::before {
		content: none;
	}
	.attendance {
		font-size: 1.3rem;
	}
	.sp_ib {
		display: inline-block;
	}
	.subject_wrap {
		margin: 30px 0 0 0;
	}
	.subject {
		margin: 0 0 20px;
		padding: 0 0 0 40px;
	}
	.subject::before {
		width: 30px;
	}
	.attendees {
		padding: 0 0 0 50px;
		position: relative;
	}
	.attendees::before {
		padding: 0 6px;
		font-size: 1.4rem;
		top: 0.2em;
	}
	.img_wrap {
		display: flex;
		flex-direction: column;
	}
	.img_wrap .attendees {
		order: 1;
	}
	.img_wrap .img_r {
		max-width: 100%;
		width: 100%;
		min-height: 1%;
		margin: 0 0 1em 0;
		padding: 0 0 0 50px;
		float: none;
		order: 2;
	}

	.closeup_notes {
		margin: 25px auto 0;
	}
	.closeup_notes.tiny {
		width: 100%;
	}
	.closeup_clm_2 {
		display: block;
	}
	.closeup_clm_2 figure {
		text-align: center;
		width: 100% !important;
	}
	.closeup_clm_2 figure:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/* ------------------------------------
	topics2
------------------------------------ */

/* .cont_header.visual.topics::after {
	background-image: url(../img/topics2_header_bg_pc.jpg);
} */
.topics_list article h1 a {
	color: #424188;
}
table {
	width: 100%;
	margin: 60px 0 20px;
}
table.four_column thead tr th:last-child,
table.four_column tbody tr td:last-child {
	background-color: #DAEEFA;
}
table.four_column thead tr th,
table.four_column tbody tr th,
table.four_column tbody tr td{
	/* width:25%; */
	font-weight: bold;
	vertical-align: middle;
}
table.four_column tbody tr th {
	padding: 0.8rem 0 0.8rem 0;
	font-size: 1.6rem;
	line-height: 1.4;
}
table.four_column tr td {
	padding: 2rem;
	font-size: 2.8rem;
	text-align: center;
	color: #424188;
	line-height: 1;
}
table.four_column tr td small {
	/* width: 25%; */
	font-size: 1.6rem;
	vertical-align: middle;
}
table.four_column thead tr th {
	/* width: 25%; */
	padding: 1rem;
	font-size: 1.6rem;
	text-align: center;
}
/* table .four_column {
	border-spacing: 0;
} */
table.four_column thead tr th
,table.four_column tbody tr th:last-child
,table.four_column tr:last-child {
	border-bottom: 2px solid #000;
}
table.four_column tbody tr th
,table.four_column tr td {
	border-bottom: 1px solid #000;
}
.t2_p {
	margin-bottom: 60px;
}
.t2_p > a::before {
	content: '';
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 10px;
	height: 0;
	border-top: 2px solid #333;
}

p.rsc {
	margin-top: 60px !important;
}
p.asterisk {
	padding-left: 1em;
}
p.asterisk::before {
	content: "※";
	display: inline-block;
	margin-left: -1em;
}
.t2_p a {
	position: relative;
	padding: 0 0 0 20px
} 
.t2_p a::before {
	content: '';
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 10px;
	height: 0;
	border-top: 2px solid #333;
}
.t2_p a:hover {
	opacity: 0.6;
} 

@media only screen and (max-width: 768px) {
	table.four_column thead tr th,
	table.four_column tbody tr th,
	table.four_column tbody tr td{
		width: 25%;
	}
	table.four_column tbody tr th {
		font-size: 1.4rem;
	}
	table.four_column tr td {
		font-size: 1.4rem;
	}
	table.four_column tr td small {
		font-size: 1rem;
	}
	table.four_column thead tr th {
		font-size: 1.4rem;
		line-height: 1.4;
	}
}
/* ------------------------------------
	reco
------------------------------------ */
.reco {
	color: #424188;
}
.reco-line {
	border-top: 1px solid #707070;
	width: 200px;
}

/* ------------------------------------
	Print Element
------------------------------------ */
@page {
	size: A4 portrait;
	margin: 12.7mm 9.7mm;
}
@media print{
	html,
	body {
		display: block;
	}
	body,
	main {
		width: 1100px;
	}
	#global_header,
	#global_nav {
		position: absolute;
	}
	#page_top {
		display: none !important;
	}
	.pc {
		display: none;
	}
	/* message */
	.cont_header.visual.message .wrap {
		margin: 0 30px 0 430px;
	}
	.cont_header.visual h1 {
		font-size: 3.5rem;
	}
	
}

/* ------------------------------------

	追加CSS-2023

------------------------------------ */
/* ------------------------------------
	共通
------------------------------------ */
.text-left{
	text-align: left!important;
}
.text-center{
	text-align: center;
}
.indent{
	text-indent: -1em;
	padding-left:1em;
}
.flex{
	display:flex;
}
figure{
	text-align: center;
}
.f_blue{
	color:#424188; 
}
/* ------------------------------------
	header
------------------------------------ */
.cont_header.visual::after{
	background:url(../img/page_header_bg.png) center center no-repeat;
	background-size: cover;
}
.cont_header.visual.message::after{
	background:url(../img/message_header_bg_pc.png);
	background-repeat: no-repeat;
	background-size: auto 350px;
	background-color: #D1E7FF;
}
.cont_header.visual.topics::after{
	background-image:url(../img/topics2_header_bg_pc.png);
}
/* ------------------------------------
	biz_report2023.html
------------------------------------ */
/* .cont_header.visual {
	height: 290px;
} */
body #pg_index h1.top {
	/* text-align: center; */
	font-size: 5.5rem;
	color: #fff;
}
/* .cont_header.visual p {
	position: relative;
	z-index: 1;
	font-size: 2rem;
	line-height: 1.5;
	margin: 0.5em auto 0;
	text-align: center;
	max-width: 280px;
	padding: 1px;
} */
/* .cont_header.visual p::before {
	transform: skewX(-30deg);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: #84BEFE;
} */
@media only screen and (max-width: 768px) {
	.cont_header.visual {
		position: relative;
		/* margin: 0 0 10px; */
	}
	body #pg_index h1.top {
		font-size: 4rem;
	}
	.cont_header.visual p {
		position: relative;
		z-index: 1;
		font-size: 1.6rem;
		line-height: 1.5;
		margin: 0.5em auto 0;
		text-align: center;
		max-width: 268px;
		padding: 1px;
	}	
}
/* --- cont_index --- */
.banner a:link,
.banner a:visited,
.banner a:active,
.banner a:hover {
	color: #fff;
	text-decoration: none;
}
.banner li a small {
	display: block;
	font-size: 1.6rem;
	margin: 0 0 1em;
}
/* .banner.topics1::before {
	content: '特集1';
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px 20px;
	background-color: #84BEFE;
	z-index: 10;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}
.banner.topics2::before {
	content: '特集2';
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px 20px;
	background-color: #84BEFE;
	z-index: 10;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
} */
.banner_wrap {
	display: flex;
}

.banner {
	position: relative;
	overflow: hidden;
	width: 450px;
	margin-right: 1.5%;
}
.banner.cont_page01:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/top_message_pc.png) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.banner.cont_page02:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/top_news_pc.png) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.banner.cont_page03:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/top_topics1_pc.png) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.banner.cont_page04:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/top_topics2_pc.png) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.banner:hover:after {
	opacity: .8;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.banner a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	z-index: 20;
	height: 100%;
	text-decoration: none;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	padding: 65% 0 5%;
	vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
	.banner_wrap {
		display: block;
	}
	.banner {
		display: block;
		width: 100%;
		margin: 0 0 10px;
		text-align: left;
	}
	/* .banner::before {
		padding-top: 45%;
	} */
	.banner a {
		padding: 0 10%;
	}
	.banner.cont_page01:after {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		background: url(../img/top_message_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
	}
	.banner.cont_page02:after {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		background: url(../img/top_news_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
	}
	.banner.cont_page03:after {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		background: url(../img/top_topics1_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
	}
	.banner.cont_page04:after {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		background: url(../img/top_topics2_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
	}
}

/* ---- btn_area ---- */
.btn_area {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin: 60px 60px 20px;
	font-weight: bold;
}
body #pg_index .btn_area a {
	position: relative;
	z-index: 1;
	display: inline-block;
	line-height: 1.5;
	padding: 0.7em 1.5em;
	width: calc((100% - 60px) / 2);
	/* background: #424188; */
	color: #fff;
	/* transform: skewX(-30deg);
	box-shadow: 6px 6px 0 #84BEFE; */
	text-decoration: none !important;
}
/* body #pg_index .btn_area .btn_text {
	transform: skewX(30deg);
} */
.btn_area a:link,
.btn_area a:visited,
.btn_area a:active,
.btn_area a:hover {
	color: #333;
}
.btn_area a[target='_blank']::after,
.btn_area a[href*='.pdf']::after {
	content: unset;
}
/* body #pg_index .btn_text::after {
	content: '';
	display: inline-block;
	width: 1.125em;
	height: 1.125em;
	background: transparent url(../img/ico_arrow.png) center center no-repeat;
	background-size: 60%;
	margin-left: 2rem;
	margin-bottom: -2px;
} */

@media only screen and (max-width: 768px) {
	.btn_area {
		display: block;
		text-align: center;
		font-weight: bold;
		margin: 30px 0;
	}
	body #pg_index .btn_area a {
		display: block;
		/* background: #424188; */
		color: #fff;
		/* box-shadow: 6px 6px 0 #84BEFE; */
		width: 90%;
		font-size: 1.6rem;
		padding: 1.5rem 0.7rem;
		margin: 0 auto 30px;
	}
	/* body #pg_index .btn_text::after {
		margin-left: 1rem;
	} */
}

@media print {
	body #pg_index .btn_area a {
		position: relative;
		z-index: 1;
		display: inline-block;
		line-height: 1.5;
		padding: 0.7em 1.5em;
		width: 370px;
		/* background: #424188; */
		color: #fff;
		/* transform: skewX(-30deg); */
		/* box-shadow: 6px 6px 0 #84BEFE; */
		text-decoration: none !important;
	}
	
	/* body #pg_index .btn_area .btn_text {
		transform: skewX(30deg);
	} */
}
/* ------------------------------------
	PC hover
------------------------------------ */
/* opacity */
body.pc_view .cont_index li a::after {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
body.pc_view .cont_index li a:hover::after {
	opacity: 0.6;
}
/* body #pg_index .btn_area a:hover {
	transform: translate(6px, 6px) skewX(-30deg);
	box-shadow: none;
	transition: 0.5s;
} */

/* messeage.html,topics1.html */
span.mark_b{
	color:#424188;
}
.closeup .flex{
	justify-content: space-between;
	margin-top:30px;
}
.closeup .border_b img{
	border:1px solid #818080;
}
.cor_ce li{
	padding:10px 0;
}
/* topics2.html */
.topics_list article img{
	margin:1em auto;
}
main .topics_list a[href*='.pdf']::after{
	content:none;
}
/* スマホ版 */
@media only screen and (max-width: 768px) {
	.cont_header.visual.message .wrap::after{
		background:transparent url(../img/top_topics1_sp.png) center center no-repeat;
		background-size:cover;
	}
	.cont_header.visual.topics::after{
		background-image:url(../img/topics2_header_bg_sp.png);
	}
	.cont_header.visual.message::after{
		background-image: url(../img/message_header_bg_sp.png);
		background-size: cover;
		background-position: 0;
	}
	.banner.cont_page04{
		background-image:url(../img/topics2_header_bg_sp.png);
	}
	.cont_header.visual.message .wrap::after{
		background:transparent url(../img/top_topics1_sp.png) center center no-repeat;
		background-size:cover;
	}
	.cont_header.visual.topics::after{
		background-image:url(../img/topics2_header_bg_sp.png);
	}
	.cont_header.visual.message::after{
		background-image: url(../img/message_header_bg_sp.png);
		background-size: cover;
		background-position: 0;
	}
	.closeup .flex{
		display:block;
		margin-bottom:10px;
		text-align: center;
	}
	.closeup .flex div{
		margin:20px 0 60px;
	}
}