@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


body {
	margin: 0;
	padding: 0;
	color: #221714;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.75;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

a {
	outline: none;
	color: #0031c7;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.opacity {
	transition: opacity .2s;
}

a.opacity:hover {
	opacity: 0.75;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

ul {
	margin: 0;
	list-style: none;
}

em {
	font-style: normal;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.alignjust {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.ml1em {
	margin-left: 1em;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.bold {
	font-weight: bold;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

.fs17 {
	font-size: 17px;
}

.red {
	color: #d71518;
}

.blue {
	color: #0031c7
}

.marker1 {
	padding: 0 3px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #f9f924 60%);
}

.strike {
	text-decoration: line-through 1px solid #d71518;
}

.strike_bold {
	text-decoration: line-through 2px solid #d71518;
}

.under {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent1 * {
	text-indent: 0;
}

.iblock {
	display: inline-block;
}

.pagetop {
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	text-indent: -9990px;
	background-image: url(../img/btn_pagetop.png);
	background-repeat: no-repeat;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 2;
	overflow: hidden;
	opacity: 0.8;
	cursor: pointer;
}

.pagetop:hover {
	opacity: 1;
}



/* --------------- header --------------- */

header {
	width: 100%;
	height: 10.566vw;
	max-height: 112px;
	margin: 0 auto;
	padding: 0;
	border-bottom: solid 1px #036eb8;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 900px) {
	header {
		height: 60px;
		background-color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}
}

.col_header {
	width: 96%;
	max-width: 1018px;
	margin: 0 auto;
	padding: 0;
}

@media only screen and (max-width: 900px) {
	.col_header {
		width: calc(100% - 60px);
		margin: 0;
		padding: 0 min(5%, 10px);
	}
}

.col_header .sp {
	display: none;
}

@media only screen and (max-width: 900px) {}

@media only screen and (max-width: 700px) {
	.col_header .pc {
		display: none;
	}

	.col_header .sp {
		max-width: 340px;
		display: inline-block;
	}
}

#menubtn {
	display: none;
}

@media only screen and (max-width: 900px) {
	#menubtn {
		width: 50px;
		height: 50px;
		background-color: #000;
		display: block;
		position: relative;
	}

	#menubtn span {
		width: 28px;
		height: 3px;
		margin: 0;
		padding: 0;
		background-color: #fff;
		display: inline-block;
		position: absolute;
		left: 11px;
	}

	#menubtn span:nth-child(1) {
		top: 12px;
	}

	#menubtn span:nth-child(2) {
		top: 23px;
	}

	#menubtn span:nth-child(3) {
		top: 34px;
	}

	#menubtn span:nth-of-type(1) {
		-webkit-animation: menu-bar01 .75s forwards;
		animation: menu-bar01 .75s forwards;
	}

	@-webkit-keyframes menu-bar01 {
		0% {
			-webkit-transform: translateY(11px) rotate(45deg);
		}

		50% {
			-webkit-transform: translateY(11px) rotate(0);
		}

		100% {
			-webkit-transform: translateY(0) rotate(0);
		}
	}

	@keyframes menu-bar01 {
		0% {
			transform: translateY(11px) rotate(45deg);
		}

		50% {
			transform: translateY(11px) rotate(0);
		}

		100% {
			transform: translateY(0) rotate(0);
		}
	}

	#menubtn span:nth-of-type(2) {
		transition: all .25s .25s;
		opacity: 1;
	}

	#menubtn span:nth-of-type(3) {
		-webkit-animation: menu-bar02 .75s forwards;
		animation: menu-bar02 .75s forwards;
	}

	@-webkit-keyframes menu-bar02 {
		0% {
			-webkit-transform: translateY(-11px) rotate(-45deg);
		}

		50% {
			-webkit-transform: translateY(-11px) rotate(0);
		}

		100% {
			-webkit-transform: translateY(0) rotate(0);
		}
	}

	@keyframes menu-bar02 {
		0% {
			transform: translateY(-11px) rotate(-45deg);
		}

		50% {
			transform: translateY(-11px) rotate(0);
		}

		100% {
			transform: translateY(0) rotate(0);
		}
	}

	#menubtn.open span:nth-of-type(1) {
		-webkit-animation: active-menu-bar01 .75s forwards;
		animation: active-menu-bar01 .75s forwards;
	}

	@-webkit-keyframes active-menu-bar01 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
		}

		50% {
			-webkit-transform: translateY(11px) rotate(0);
		}

		100% {
			-webkit-transform: translateY(11px) rotate(45deg);
		}
	}

	@keyframes active-menu-bar01 {
		0% {
			transform: translateY(0) rotate(0);
		}

		50% {
			transform: translateY(11px) rotate(0);
		}

		100% {
			transform: translateY(11px) rotate(45deg);
		}
	}

	#menubtn.open span:nth-of-type(2) {
		opacity: 0;
	}

	#menubtn.open span:nth-of-type(3) {
		-webkit-animation: active-menu-bar03 .75s forwards;
		animation: active-menu-bar03 .75s forwards;
	}

	@-webkit-keyframes active-menu-bar03 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
		}

		50% {
			-webkit-transform: translateY(-11px) rotate(0);
		}

		100% {
			-webkit-transform: translateY(-11px) rotate(-45deg);
		}
	}

	@keyframes active-menu-bar03 {
		0% {
			transform: translateY(0) rotate(0);
		}

		50% {
			transform: translateY(-11px) rotate(0);
		}

		100% {
			transform: translateY(-11px) rotate(-45deg);
		}
	}

}

/* --------------- footer --------------- */

footer {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #036eb8;
}

.top footer {
	position: relative;
}

.col_footer {
	width: 96%;
	margin: 0 auto;
	padding: 16px 0;
	font-size: 12px;
}

@media only screen and (max-width: 700px) {
	.col_footer {
		padding: 20px 0;
	}
}

.col_footer dl {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 700px) {
	.col_footer dl {
		text-align: center;
		display: block;
	}
}

.col_footer dl dt {
	margin: 0 12px 0 0;
	padding: 0 12px 0 0;
	font-weight: 500;
	border-right: solid 1px rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 700px) {
	.col_footer dl dt {
		margin: 0 0 4px;
		padding: 0;
		border-right: none;
	}
}

.col_footer dl dd {
	margin: 0;
	padding: 0;
}

.col_footer dl dd a {
	color: #fff;
	text-decoration: none;
}

.copy {
	margin: 0;
	padding: 6px 0;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	background-color: #000;
}


/* --------------- contents --------------- */

#contents {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
	display: flex;
}

@media only screen and (max-width: 900px) {
	#contents {
		padding: 60px 0 0;
		flex-direction: column;
	}
}

#rightcontents {
	width: calc(100% - 360px);
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 1400px) {
	#rightcontents {
		width: auto;
	}

	.sub #rightcontents {
		width: 100%;
	}
}

.bg_sub {
	width: 100%;
	max-width: 970px;
	padding: 40px 3%;
	background-color: #fff;
}

@media only screen and (max-width: 1400px) {
	.bg_sub {
		padding: min(3.636vw, 40px) 3% 10%;
	}
}

.pagettl {
	margin: 0 0 20px;
	padding: 0.15em 0.7em 0.17em;
	color: #fff;
	font-size: min(6vw, 24px);
	font-weight: 500;
	line-height: 1.5;
	background-color: #004386;
}

.col_prepare {
	width: 100%;
	margin: 0;
	padding: 3em 0;
	text-align: center;
}

.col_content {
	width: 100%;
	padding: 0 8px;
}

.mds1 {
	margin: 0 0 12px;
	padding: 0 0 5px 5px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	border-bottom: solid 2px #004386;
}

.btn1 {}

a.btn2 {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	padding: 0.8em 1em;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background: linear-gradient(180deg, #f79547, #e16400);
	border: solid 2px #ed6b04;
	display: block;
	position: relative;
	z-index: 0;
}

a.btn2:hover {
	background: linear-gradient(0deg, #f79547, #e16400);
}

a.btn2::before {
	content: "";
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 6px);
	right: 13px;
}

#leftcontents {
	width: 360px;
	margin: 0;
	padding: 40px 0 0 5%;
	box-sizing: border-box;
}

@media only screen and (max-width: 1400px) {
	#leftcontents {
		width: 25%;
		min-width: 290px;
		padding: min(3.636vw, 40px) 0 0;
	}
}

@media only screen and (max-width: 900px) {
	#leftcontents {
		width: 100%;
		order: 1;
	}
}

#navi {
	width: 100%;
	max-width: 250px;
	margin: 0 0 30px;
	padding: 0;
}

@media only screen and (max-width: 1400px) {
	#navi {
		margin: 0 auto 30px;
	}
}

@media only screen and (max-width: 900px) {
	#navi {
		max-width: 280px;
		margin: 0;
		padding: 15px;
		background-color: #fff;
		display: none;
		filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
		position: fixed;
		top: 60px;
		right: 0;
		z-index: 10;
	}
}

#navi .btn_language {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

#navi .btn_language>span,
#navi .btn_language>a {
	width: calc((100% - 12px)/2);
	margin: 0;
	padding: 0.2em 0;
	border-radius: 4px;
	text-align: center;
	display: block;
}

#navi .btn_language>span {
	color: #fff;
	background-color: #000;
}

#navi .btn_language>a {
	color: #036eb8;
	text-decoration: none;
	background: linear-gradient(180deg, #f8f8f8, #e8e8e8);
	border: solid 1px #036eb8;
}

#navi .btn_language>a:hover {
	background: linear-gradient(0deg, #f8f8f8, #e8e8e8);
}

#navi a.btn_navi {
	width: 100%;
	margin: 0 0 10px;
	padding: 0.5em 0.5em;
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	background: linear-gradient(180deg, #3697d9, #005997);
	border-radius: 4px;
	display: block;
}

#navi a.btn_navi:hover {
	background: linear-gradient(0deg, #3697d9, #005997);
}

#navi ul {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: solid 1px #e1dfdf;
}

@media only screen and (max-width: 900px) {
	#navi ul {
		border-top: none;
	}
}

#navi ul li {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #e1dfdf;
}

#navi ul li a {
	width: 100%;
	margin: 0;
	padding: 0.6em 0 0.7em 1.5em;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 0;
}

#navi ul li a:hover {
	background-color: #d2e4ef;
}

#navi ul li.active a {
	color: #fff;
	background-color: #036eb8;
}

#navi ul li a::before {
	content: "";
	width: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #004386;
	border-right: solid 2px #004386;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 14px;
}

#navi ul li.active a::before {
	border-top-color: #fff;
	border-right-color: #fff;
}

#navi ul li a.outerlink::before {
	width: 8px;
	height: 8px;
	border: solid 2px #ccc;
	transform: translateY(-50%);
	top: calc(50% - 1px);
	right: 12px;
}

#navi ul li a.outerlink::after {
	content: "";
	width: 8px;
	height: 8px;
	border-left: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
	transform: translateY(-50%);
	position: absolute;
	top: calc(50% + 3px);
	right: 17px;
}


/* --------------- top --------------- */

.col_topmain {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

.info_topmain {
	width: 44.18vw;
	max-width: 486px;
	margin: 0;
	padding: min(3.636vw, 40px) 0 18px;
}

.info_topmain .sp {
	display: none;
}

@media only screen and (max-width: 900px) {
	.info_topmain {
		width: 50vw;
		padding: min(3.636vw, 40px) 0 18px 2.5%;
	}
}

@media only screen and (max-width: 700px) {
	.info_topmain {
		width: 62.255%;
		padding: 4.2vw 0 4.5vw 3.275%;
	}

	.info_topmain .pc {
		display: none;
	}

	.info_topmain .sp {
		display: inline-block;
	}

}

.img_topmain {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

.img_topmain>img {
	width: 107.87%;
}

.img_topmain .sp {
	display: none;
}

@media only screen and (max-width: 700px) {
	.img_topmain .pc {
		display: none;
	}

	.img_topmain .sp {
		display: inline-block;
	}
}

.img_topmain .theme {
	width: 100%;
	margin: 0;
	padding: 3.2% 0 2.6% 4.5%;
	background: linear-gradient(90deg, rgba(3, 110, 184, 1), rgba(3, 110, 184, 0.5) 53%, rgba(3, 110, 184, 0) 85%);
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}

.img_topmain .theme img {
	width: 42.162vw;
	max-width: 468px;
}

@media only screen and (max-width: 900px) {
	.img_topmain .theme img {
		width: 44.9855vw;
	}
}

@media only screen and (max-width: 700px) {
	.img_topmain .theme img {
		width: 54.481vw;
	}
}

.deco_topmain {
	width: 95.09vw;
	max-width: 1046px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1%;
	left: 10%;
}

.deco_topmain img {
	width: 100%;
}

.deco_topmain .sp {
	display: none;
}

@media only screen and (max-width: 900px) {
	.deco_topmain {
		width: 100.48vw;
	}
}

@media only screen and (max-width: 700px) {
	.deco_topmain {
		width: 129.583vw;
		top: 6.3vw;
		left: 5%;
	}

	.deco_topmain .pc {
		display: none;
	}

	.deco_topmain .sp {
		display: inline-block;
	}
}

.col_topnews {
	margin: 0;
	padding: 20px 0;
	background-color: #fff;
	position: relative;
}

@media only screen and (max-width: 550px) {
	.col_topnews {
		padding: 3vw 0;
	}
}

.col_topnews .cont {
	width: 96%;
	max-width: 950px;
	margin: 0 auto;
	padding: 0;
	display: flex;
}

@media only screen and (max-width: 550px) {
	.col_topnews .cont {
		width: 94%;
		display: block;
	}
}

.col_topnews .cont .mds {
	width: 110px;
	margin: 0 20px 0 0;
	padding: 8px 0 0;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

@media only screen and (max-width: 550px) {
	.col_topnews .cont .mds {
		width: 100%;
		margin: 0;
		padding: 0 0 2px;
		color: #fff;
		font-size: 20px;
		background-color: #036eb8;
	}
}

.list_topnews {
	width: calc(100% - 110px);
	max-height: 115px;
	margin: 0;
	padding: 0 15px 0 0;
	overflow: auto;
}

@media only screen and (max-width: 550px) {
	.list_topnews {
		width: 100%;
	}
}

.list_topnews dl {
	width: 100%;
	margin: 0;
	padding: 7px 12px;
	line-height: 1.5;
	border-bottom: dotted 1px #aaa;
	display: flex;
}

.list_topnews dl:first-child {
	border-top: dotted 1px #aaa;
}

@media only screen and (max-width: 550px) {
	.list_topnews dl {
		padding: 9px 4px;
	}

	.list_topnews dl:first-child {
		border-top: none;
	}
}

@media screen and (min-width: 900px) and (max-width: 980px) {
	.list_topnews dl {
		display: block;
	}
}

@media only screen and (max-width: 700px) {
	.list_topnews dl {
		display: block;
	}
}

.list_topnews dl dt {
	width: 175px;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 900px) and (max-width: 980px) {
	.list_topnews dl dt {
		width: 100%;
		margin: 0 0 3px;
	}
}

@media only screen and (max-width: 700px) {
	.list_topnews dl dt {
		width: 100%;
		margin: 0 0 3px;
	}
}

.list_topnews dl dt span.new {
	margin: 0 0 0 17px;
	padding: 2px 6px 3px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 1;
	background-color: #e60012;
	display: inline-block;
}

.list_topnews dl dd {
	width: calc(100% - 175px);
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 900px) and (max-width: 980px) {
	.list_topnews dl dd {
		width: 100%;
	}
}

@media only screen and (max-width: 700px) {
	.list_topnews dl dd {
		width: 100%;
	}
}


/* --------------- greeting --------------- */

.col_greeting1 {
	width: 100%;
	margin: 0 0 20px;
	padding: 15px 10px 20px;
	border-bottom: solid 1px #036eb8;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

@media only screen and (max-width: 500px) {
	.col_greeting1 {
		padding: 0 10px 15px;
		display: block;
	}
}

.col_greeting1 .img {
	/* width: 140px; */
	/* height: 170px; */
	margin: 0;
	padding: 0;
	/* background-color: #e8e8e8; */
}

@media only screen and (max-width: 500px) {
	.col_greeting1 .img {
		margin: 0 auto 12px;
		text-align: center;
	}
}

.col_greeting1 .name_greeting {
	width: calc(100% - 155px);
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 500px) {
	.col_greeting1 .name_greeting {
		width: 100%;
		text-align: center;
	}
}

.col_greeting1 .name_greeting span {
	margin: 0 0 0 1em;
	font-size: 1.3em;
	font-weight: 600;
	display: inline-block;
}


/* --------------- summary --------------- */

table.tbl_summary_email {
	margin: 0;
	padding: 0;
}

table.tbl_summary_email td {
	margin: 0;
	padding: 0;
}

table.tbl_summary_email td:first-child {
	width: 50px;
}


/* --------------- seminar --------------- */

dl.list_seminar1 {
	margin: 0 0 20px;
	padding: 0 0 0 18px;
	position: relative;
	z-index 0;
}

dl.list_seminar1::before {
	content: "";
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
	background-color: #036eb8;
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
}

dl.list_seminar1 dt {
	margin: 0;
	padding: 0;
	color: #036eb8;
	font-size: 15px;
	font-weight: 600;
}

dl.list_seminar1 dt a {
	color: #036eb8;
}

dl.list_seminar1 dd {
	margin: 0;
	padding: 0;
}


/* --------------- cooperation --------------- */

.box_cooperation1 {
	width: 100%;
	margin: 0 0 20px;
	padding: 16px 20px;
	border: solid 1px #bdd6ef;
	position: relative;
	z-index: 0;
}

.box_cooperation1::before {
	content: "";
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	margin: 0;
	padding: 0;
	border: solid 1px #bdd6ef;
	box-sizing: border-box;
	position: absolute;
	top: 2px;
	left: 2px;
	pointer-events: none;
}

table.tbl_cooperation1 {
	width: 100%;
	max-width: 660px;
	margin: 0 0 15px;
	padding: 0;
	border-top: solid 1px #666;
	border-left: solid 1px #666;
}

table.tbl_cooperation1 .sp {
	display: none;
}

@media only screen and (max-width: 700px) {
	table.tbl_cooperation1 .pc {
		display: none;
	}

	table.tbl_cooperation1 tr.sp {
		display: table-row;
	}
}

table.tbl_cooperation1 th {
	margin: 0;
	padding: 0.5em;
	color: #fff;
	font-weight: 600;
	text-align: center;
	background-color: #004386;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
}

table.tbl_cooperation1 td {
	margin: 0;
	padding: 0.5em 1em;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
}

@media only screen and (max-width: 500px) {
	table.tbl_cooperation1 td {
		padding: 0.5em;
	}
}

table.tbl_cooperation1 td.date {
	text-align: center;
}

ul.list_cooperation1 {
	margin: 0 0 15px;
	padding: 0;
}

ul.list_cooperation1 li {
	margin: 0 0 5px;
	padding: 0 0 0 1em;
	line-height: 1.6;
	text-indent: -1em;
}

ul.list_cooperation1 li:last-child {
	margin-bottom: 0;
}

ul.list_cooperation1 li * {
	text-indent: 0;
}

.col_flow_cooperation {
	width: 100%;
	margin: 0 0 30px;
	padding: 10px 0 0;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
	.col_flow_cooperation {
		display: block;
	}
}

.col_flow_cooperation dl {
	width: calc((100% - 60px)/3);
	margin: 0;
	border: solid 1px #004386;
	position: relative;
	z-index: 0;
}

@media only screen and (max-width: 1000px) {
	.col_flow_cooperation dl {
		width: 100%;
		margin: 0 0 30px;
	}

	.col_flow_cooperation dl:last-child {
		margin-bottom: 0;
	}
}

.col_flow_cooperation dl::after {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 10px #004386;
	border-top: solid 8px rgba(255, 255, 255, 0);
	border-bottom: solid 8px rgba(255, 255, 255, 0);
	position: absolute;
	top: calc(50% - 8px);
	right: -22px;
}

@media only screen and (max-width: 1000px) {
	.col_flow_cooperation dl::after {
		border-top: solid 10px #004386;
		border-left: solid 8px rgba(255, 255, 255, 0);
		border-right: solid 8px rgba(255, 255, 255, 0);
		border-bottom: none;
		top: auto;
		left: calc(50% - 8px);
		right: auto;
		bottom: -22px;
	}
}

.col_flow_cooperation dl:last-child::after {
	content: none;
}

.col_flow_cooperation dl dt {
	height: 4.6em;
	margin: 0;
	padding: 0.5em 1em;
	color: #fff;
	font-weight: 600;
	line-height: 1.5;
	background-color: #004386;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1000px) {
	.col_flow_cooperation dl dt {
		height: auto;
	}
}

.col_flow_cooperation dl dt>div {
	padding: 0 0 0 16px;
	text-indent: -16px;
}

.col_flow_cooperation dl dt>div * {
	text-indent: 0;
}

.col_flow_cooperation dl dd {
	margin: 0;
	padding: 0.5em 1em;
}

.btn2.cooperation1 {
	margin: 0 auto 30px;
}

dl.list_faq {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
}

dl.list_faq dt {
	width: 100%;
	margin: 0 0 4px;
	padding: 0;
	color: #036eb8;
	font-weight: 700;
	display: flex;
}

dl.list_faq dd {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}

dl.list_faq .mds {
	width: 26px;
	margin: 0 4px 0 0;
	padding: 0;
	text-align: right;
}

dl.list_faq dd .mds {
	color: #ed68aa;
	font-weight: 700;
}

dl.list_faq .txt {
	width: calc(100% - 30px);
	margin: 0;
	padding: 0;
}

dl.list_faq .txt ol.list_num_faq1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list_faq .txt ol.list_num_faq1 li {
	margin: 0;
	padding: 0 0 0 20px;
	text-indent: -20px;
}

dl.list_faq .txt ol.list_num_faq1 li * {
	text-indent: 0;
}

dl.list_faq .txt ol.list_num_faq1 li .num {
	width: 20px;
	margin: 0;
	padding: 0;
	display: inline-block;
}


/* --------------- link --------------- */

ul.list_link1 {
	margin: 0;
	padding: 0;
}

ul.list_link1 li {
	margin: 0 0 15px;
	padding: 0 0 0 18px;
	line-height: 1.5;
	text-indent: -18px;
}

ul.list_link1 li * {
	text-indent: 0;
}

ul.list_link1 li .mds {
	width: 18px;
	margin: 0;
	padding: 0;
	color: #036eb8;
	font-size: 11px;
	display: inline-block;
}


/* --------------- english --------------- */

dl.list_summary_en1 {
	width: 100%;
	margin: 0;
	padding: 1em;
	border-bottom: dashed 1px #ccc;
	display: flex;
}

@media only screen and (max-width: 500px) {
	dl.list_summary_en1 {
		padding: 0.8em 0.5em;
		display: block;
	}
}

dl.list_summary_en1:first-child {
	border-top: dashed 1px #ccc;
}

dl.list_summary_en1 dt {
	width: 140px;
	margin: 0;
	padding: 0;
	font-weight: 500;
}

@media only screen and (max-width: 500px) {
	dl.list_summary_en1 dt {
		width: 100%;
	}
}

dl.list_summary_en1 dd {
	width: calc(100% - 140px);
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 500px) {
	dl.list_summary_en1 dd {
		width: 100%;
	}

}

.cont_map_en {
	width: 100%;
	height: 74vw;
	max-height: 400px;
}

.cont_map_en iframe {
	width: 100%;
	height: 100%;
}