@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;
}
/* グローバルナビの区切り点の色 */
#global_nav ul li::before {
	background: #525255;
}
/* コンテンツヘッダー */
.cont_header.visual .catch {
	color: #424188;
}
/* グローバルフッター */
#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%;

	}
}
@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 .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.8rem;
}
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 p {
		font-size: 1.6rem;
	}
}
@media only screen and ( 768px < width < 1100px) {
	 #message .cont_header.visual.message {
		background-position: top right -200px,top right;
	} 
#message .cont_header.visual.message::after{
	background-position: right -320px top -20px;
	}
	.cont_header.visual.message .lead br {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.graph-area {
		display: block;
		margin-top: 30px;
	}
	.graph {
		margin-bottom: 50px;
		width: 100%;
	}
}

/* ------------------------------------
	topics
------------------------------------ */
.topics1_main_img {
	position: relative;
}
.topics1_main_img .ppl_info {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.7;
	position: absolute;
	bottom: 20px;
	z-index: 2;
}
.topics1_main_img .ppl_info.ppl1 {
	width: 150px;
}
.topics1_main_img .ppl_info.ppl2 {
	width: 150px;
}
.topics1_main_img .ppl_info .name {
	display: block;
	font-size: 1.8rem;
}
.topics1_main_img .ppl1 {
	right: 40px;
}
.topics1_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;
}
.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;
}
/* .topics1_notes */
.topics1_notes {
	margin: 35px auto 0;
}
.topics1_notes.tiny {
	width: 94%;
}
.topics1_notes h3 {
	font-size: 1.8rem;
}
.topics1_notes p {
	font-size: 1.4rem;
}
.topics1_notes p > small {
	display: block;
	font-size: 1.2rem;
}
/* .topics1_img */
.topics1_img {
	margin: 0 auto;
}
.topics1_img.screen {
	max-width: 500px;
}
.topics1_img.banner {
	max-width: 700px;
}
.topics1_clm_2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.topics1_clm_2 figure {
	margin: 0;
}
.topics1_clm_2 figure:first-child {
	width: 288px;
	margin-right: 50px;
}
.topics1_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: 1100px) {
	.cont_header.visual.topics1 h1 {
		line-height: 1.8;
		font-size: 3.9vw;
	}
}
@media only screen and (max-width: 768px) {
	.cont_header.visual.topics1 h1 {
		padding: 0;
		font-size: 2.8rem;
	}
	.cont_header.visual.topics1 .label {
		font-size: 1.2rem;
		top: 0;
	}
	.topics1_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;
	}

	.topics1_notes {
		margin: 25px auto 0;
	}
	.topics1_notes.tiny {
		width: 100%;
	}
	.topics1_clm_2 {
		display: block;
	}
	.topics1_clm_2 figure {
		text-align: center;
		width: 100% !important;
	}
	.topics1_clm_2 figure:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/* ------------------------------------
	topics2
------------------------------------ */
.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{
	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 {
	font-size: 1.6rem;
	vertical-align: middle;
}
table.four_column thead tr th {
	padding: 1rem;
	font-size: 1.6rem;
	text-align: center;
}
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
------------------------------------ */
#pg_index .cont_header.visual::after{
background: url(../img/top-header-img-3.png) right 23px top -5px no-repeat;
    background-size: auto 300px;
	z-index: 0;
}
.cont_header.visual.message::after{
background: url(../img/top-header-img-3.png) right -120px top -20px  no-repeat;
    background-size: auto 371px;
	z-index: 0;
	order:1;

}
.cont_header.visual.topics::after{
	background-image:url(../img/topics2/header_bg_pc.png);
}
/* ------------------------------------
	biz_report2023.html
------------------------------------ */
body #pg_index h1.top {
	font-size: 5.5rem;
	color: #fff;
}
@media only screen and (max-width: 768px) {
	.cont_header.visual {
		position: relative;
	}
	body #pg_index h1.top {
		font-size: 3.2rem;
		width:100%;
		background-color: #1b1b41;
		padding-left:4%;
		padding-right:4%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.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_wrap {
    container-type: inline-size;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.banner {
	position: relative;
	overflow: hidden;
	width:23.7cqw;
	height:260px;
}
.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_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_page03: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.cont_page04:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/top_topics3_pc.png) no-repeat top -10px center;
	background-size: 100% auto;
	-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 {
	-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 0;
	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;
		height:191px;
	}
	.banner a {
		padding: 0;
	}
	.banner p{
		min-height:50px;
	}
	.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_topics1_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_topics2_sp.png) no-repeat center top -2vw;
		-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_topics3_sp.png) no-repeat center top;
		background-size: auto 141px;
	}
}
/* ---- btn_area ---- */
.btn_area {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin: 60px auto 75px;
	width:100%;
	max-width:932px;
	font-weight: bold;
}
body #pg_index .btn_area a {
    position: relative;
    display: flex;
    padding: 0.5rem 1.5rem;
    width: calc((100% - 60px) / 3);
    color: #424188;
    text-decoration: none !important;
    border-radius: 28px;
    background-image: /* 1つめ：内側を白で埋める */ linear-gradient(white, white), /* 2つめ：外側ボーダーのグラデ */ linear-gradient(to right, #363581, #B4B4EC 50%, #363581);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    border: 3px solid transparent;
    line-height: 1.5;
	align-items: center;
    justify-content: center;
}
.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;
}
@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: flex;
		/* background: #424188; */
		color: #fff;
		/* box-shadow: 6px 6px 0 #84BEFE; */
		width: 100%;
		font-size: 1.6rem;
		padding: 5px 0.7rem 3px;
		margin: 0 auto 20px;
        width:100%;
        justify-content: center;
        align-items: center;
        min-height:3.7em;
	}
	/* 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;
		color: #fff;
		text-decoration: none !important;
	}
}
/* ------------------------------------
	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;
}
/* messeage.html,topics1.html */
span.mark_b{
	color:#424188;
}
.topics1 .flex{
	justify-content: space-between;
	margin-top:30px;
}
.topics1 .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::after{
		height:230px;
		position: relative;
		top:0;
		z-index: 1;
	}
	.message.cont_header.visual::after{
		height:250px;
		position: relative;
		top:0;
		z-index: 1;
	}
	.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;
	}
	.topics1 .flex{
		display:block;
		margin-bottom:10px;
		text-align: center;
	}
	.topics1 .flex div{
		margin:20px 0 60px;
	}
}