@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;
}

body.pc_view #global_header .sub_menu a:hover {
	opacity: 70%;
}


/* コンテンツヘッダー */
.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:nth-child(4n),
table.four_column tbody tr td:nth-child(4n) {
	background-color: #DAEEFA;
}
table.four_column tbody tr th {
	width: 25%;
	padding: 0.8rem 0 0.8rem 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	vertical-align: middle;
}
table.four_column tr td {
	width: 25%;
	padding: 2rem;
	font-size: 2.8rem;
	text-align: center;
	vertical-align: middle;
	color: #424188;
	font-weight: bold;
	line-height: 1;
}
table.four_column tr td small {
	width: 25%;
	font-size: 1.6rem;
	text-align: center;
	vertical-align: middle;
	color: #424188;
	font-weight: bold;
}
table.four_column thead tr th {
	width: 25%;
	padding: 1rem;
	font-size: 1.6rem;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
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 tbody tr th {
		width: 25%;
		padding: 0.8rem 0 0.8rem 0;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.4;
		vertical-align: middle;
	}
	table.four_column tr td {
		width: 25%;
		padding: 2rem;
		font-size: 1.4rem;
		text-align: center;
		vertical-align: middle;
		color: #424188;
		font-weight: bold;
		line-height: 1;
	}
	table.four_column tr td small {
		width: 25%;
		font-size: 1rem;
		text-align: center;
		vertical-align: middle;
		color: #424188;
		font-weight: bold;
	}
	table.four_column thead tr th {
		width: 25%;
		padding: 1rem;
		font-size: 1.4rem;
		text-align: center;
		vertical-align: middle;
		font-weight: bold;
		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;
	}
	

	
}