@charset "utf-8";

/* =======================================

	Customize Style

======================================= */

/* 本文中のリンク */
main a:link,
main a:visited,
main a:active,
main a:hover {
	color: #003FB5;
}

/* 見出し */
h1, h2, .cont_header .txt_catch {
	color: #002d78;
}
.h_bg {
	background-color: #002d78;
}
.h_tri::before {
	border-color: transparent transparent transparent #002d78;
}
.h_qa {
	color: #002d78;
}

/* リストの● */
.ul_round li::before {
	background-color: #002d78;
}

/* グローバルヘッダー右上のボタン */
#global_header .sub_menu a {
	background-color: #002d78;
}

body.pc_view #global_header .sub_menu a:hover {
	background-color: #003FB5;
}

/* グローバルナビの区切り点の色 */
#global_nav ul li::before {
	background: #8C9BA5;
}

/* コンテンツヘッダー */
.cont_header {
	background: #e7f3fc;
}
.cont_header.visual::after {
	background-color: #e7f3fc;
}
.cont_header.visual .catch {
	color: #002d78;
}

/* コンテンツ中のボタン */
.btn_area a:link,
.btn_area a:visited,
.btn_area a:active,
.btn_area a:hover {
	border-color: #002d78;
	color: #002d78;
}
body.pc_view .btn_area a:hover {
	background-color: #eaf8fe;
}


/* グローバルフッター */
#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: #8c9ba5;
}
@media only screen and (max-width: 768px) {
	#cont_menu {
		background: #eef0f2;
		margin: 0 auto 10px;
	}
	#cont_menu ul li {
		width: 100% !important;
	}
}

/* ------------------------------------

	Overwrite IndexElements

------------------------------------ */
#pg_index .btn_area a {
	border-color: #333;
	color: #333;
	width: auto;
	min-width: 30%;
}
.cont_index {
	justify-content: center;
}
.cont_index li.cont_page01 {
	background-image: url(../img/top_message_pc.jpg);
	text-align: left;
}
.cont_index li.cont_page02 {
	background-image: url(../img/top_enquete_pc.jpg);
}
.cont_index li.cont_page03 {
	background-image: url(../img/top_closeup_pc.jpg);
}
.cont_index li.cont_page04 {
	background-image: url(../img/top_topics_pc.jpg);
}
/*
.cont_index li a {
	padding: 40px;
}
.cont_index li a small {
	display: block;
	font-size: 1.6rem;
	margin: 0 0 1em;
	width: 100%;
}
.cont_index li a small.align_l {
	text-align: left;
}
*/

@media only screen and (max-width: 1200px) {
	.cont_index li a {
		font-size: 1.7vw;
	}
}

@media only screen and (max-width: 768px) {
	#pg_index .btn_area a {
		width: 100%;
	}
	.cont_header.visual::after {
		background-image: url(../img/page_header_bg_sp.jpg);
	}
	.cont_index li.cont_page01 {
		background-image: url(../img/top_message_sp.jpg);
	}
	.cont_index li.cont_page02 {
		background-image: url(../img/top_enquete_sp.jpg);
	}
	.cont_index li.cont_page03 {
		background-image: url(../img/top_closeup_sp.jpg);
	}
	.cont_index li.cont_page04 {
		background-image: url(../img/top_topics_sp.jpg);
	}
	.cont_index li a {
		font-size: 2rem;
	}
	.cont_index li 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 28vw 0 18vw;
}
.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;
}

@media only screen and (max-width: 1540px) {
	.cont_header.visual.message p {
		font-size: 1.8rem;
	}
	.cont_header.visual.message .wrap {
		margin: 0 400px 0 100px;
	}
}
@media only screen and (max-width: 1280px) {
	.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 350px 0 40px;
	}
	.cont_header.visual.message .lead br {
		display: none;
	}
}

@media only screen and (max-width: 860px) {
	.cont_header.visual.message h1 {
		font-size: 2.9vw;
	}
}

@media only screen and (max-width: 768px) {
	.cont_header.visual.message::after {
		content: none;
	}
	.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.jpg) 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;
	}
}

.accordion .h_bg {
	padding-left: 2.5em;
	text-indent: -1.5em;
}
/* ------------------------------------
	Enquete
------------------------------------ */
.cont_header.visual.enquete::after {
	background-image: url(../img/enquete_header_bg_pc.jpg);
}

@media only screen and (max-width: 768px) {
	.cont_header.visual.enquete::after {
		background-image: url(../img/enquete_header_bg_sp.jpg);
	}
}

/* ------------------------------------
	Closeup
------------------------------------ */
.cont_header.visual.closeup::after {
	background-position: right center;
	background-image: url(../img/closeup_header_bg_pc.jpg);
}
.cont_header.visual.closeup h1 {
	padding: 0 0 0 65px;
	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/closeup_header_bg_sp.jpg);
	}
	.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;
	}

	/* .cont_header.visual h1 small {
		padding: 0 0 0 55px;
	} */
	.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;
	}
}

/* ------------------------------------
	Topics
------------------------------------ */
.cont_header.visual.topics::after {
	background-image: url(../img/topics_header_bg_pc.jpg);
}
.topics_list article h1 a {
	color: #002d78;
}
ul.index {
	width: 100%;
	margin: 0 auto 60px;
	border-top: 1px dotted #999;
}
ul.index li {
	position: relative;
	list-style: none;
	border-bottom: 1px dotted #999;
}
ul.index li a {
	font-size: 1.8rem;
	font-weight: normal;
	position: relative;
	line-height: 1.7;
	display: block;
	padding: 10px 50px 10px 10px;
	color: #002d78;
	text-decoration: none;
}
ul.index li a:before {
	position: absolute;
	top: 50%;
	right: 15px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -15px 0 0;
	content: '';
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
}
.anchor_point:before {
	content: " ";
	margin-top: -180px;
	height: 180px;
	display: block;
	visibility: hidden;
}
.topics_list article .info,
.topics_list .note,
.topics_list .note a {
	color: #8C9BA5;
}
body.pc_view .topics_list article h1 a:hover {
	border-color: #002d78;
}

@media only screen and (max-width: 768px) {
	.cont_header.visual.topics::after {
		background-image: url(../img/topics_header_bg_sp.jpg);
		background-position: center center;
	}
}

/* ------------------------------------
	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 500px 0 30px;
	}
	.cont_header.visual h1 {
		font-size: 3.5rem;
	}
}