@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Noto+Sans:ital@0;1&family=Noto+Serif+Hentaigana:wght@200..900&family=Noto+Serif+JP:wght@600&display=swap');

body {
	margin: 0;
	padding: 0;
	color: #211614;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.75;
	background-color: #C2DDF1;
	background-image: url(../img/bg_bigmain.jpg);
	background-size: auto 100%;
	background-position: center top;
	background-repeat: no-repeat;

}

body.sub{
	background-image: url(../img/bg_submain.jpg);
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}






@media screen and (max-width: 720px) {
	body.top {
		background-image: url(../img/sp/bg_bigmain.jpg);
		background-size: 100%;
		background-position: center top;
	}
}



a {
	outline: none;
	color: #0055bd;
	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: bottom;
}

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;
}

.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;
}


.note {
	font-size: 0.8em;
}

.fs10 {
	font-size: 10px;
}

.fs12 {
	font-size: 12px;
}

.fs13 {
	font-size: 13px;
}

.fs14 {
	font-size: 14px;
}

.fs15 {
	font-size: 15px;
}

.fs16 {
	font-size: 16px;
}

.fs17 {
	font-size: 17px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}


.bold {
	font-weight: bold;
}

.red {
	color: #ef0000;
}

.blue {
	color: #2a80bd;
}

.marker1 {
	padding: 0 3px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #f9f924 60%);
}

.strike {
	text-decoration: line-through solid #ef0000;
}

.strike.black {
	text-decoration: line-through solid #000;
}

.strike2 {
	position: relative;
}

.strike2:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	border-top: solid 1px #ef0000;
	border-bottom: solid 1px #ef0000;
	position: absolute;
	left: 0;
	top: 50%;
}

.under {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent1 * {
	text-indent: 0;
}

.indent2 {
	padding-left: 16px;
	text-indent: -16px;
}

.indent3 {
	padding-left: 10px;
	text-indent: -10px;
}


.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;
}

.iblock {
	display: inline-block;
}

.btn1 {
	width: 300px;
	min-height: 60px;
	padding: 5px 25px 5px 20px;
	color: #ec6b03;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background: linear-gradient(180deg, #eaeaea, #fff);
	border: solid 2px #ec6b03;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}

a.btn1:hover {
	background: #ed6b04;
	color: #ffffff;
}

a.btn1::before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #ec6b03;
	border-right: solid 2px #ec6b03;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
}

a.btn1:hover::before {
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}

.btn1.pdf span:before {
	content: "";
	width: 27px;
	height: 32px;
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: none;
	transform: rotate(0);
	position: absolute;
	top: calc(50% - 16px);
	right: 18px;
}

a.btn1.pdf::before,
a.btn1.ppt::before {
	content: none;
}


.btn1.word span:before {
	content: "";
	width: 27px;
	height: 32px;
	background-image: url(../img/icon_word.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: none;
	transform: rotate(0);
	position: absolute;
	top: calc(50% - 13px);
	right: 18px;
}

a.btn1.word::before,
a.btn1.word::before {
	content: none;
}

.btn1.ppt span:before {
	content: "";
	width: 27px;
	height: 32px;
	background-image: url(../img/icon_ppt.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: none;
	transform: rotate(0);
	position: absolute;
	top: calc(50% - 16px);
	right: 18px;
}

a.btn1.ppt::before,
a.btn1.ppt::before {
	content: none;
}



.btn2 {
	width: 300px;
	min-height: 60px;
	padding: 5px 25px 5px 20px;
	color: #fff;
	font-size:18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background: linear-gradient(180deg, #f98f39, #ec6b03);
	border: solid 2px #ec6b03;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}

a.btn2:hover {
	background: linear-gradient(0deg, #f98f39, #ec6b03);
}

a.btn2::before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
}

.note_contact {
	margin: 0;
	padding: 5px 0 0 1em;
	text-indent: -1em;
	line-height: 1.5;
}

.pc_none {
	display: none;
}

.js-table.tbl_scroll {
	overflow-y: hidden !important;
}


@media screen and (max-width: 991px) {
	.pc_none {
		display: block;
	}

	.sp_none {
		display: none;
	}

}


/* --------------- header --------------- */

header {
	width: 100%;
	padding: 5px 0 0;
	text-align: left;
	box-sizing: border-box;
}

header.sub {
	padding: 5px 0 0;
	text-align: center;

}

header.sub_en {
	padding: 19px 0 15px 0;
	text-align: center;

}


header.en {
	padding: 0;
}

.col_header_en {
	width: 100%;
	margin: 0;
	padding: 18px 0 0 12px;
}

.col_header.sub {
	width: 100%;
	max-width: 1311px;
	margin: 0 auto;
}

.col_header.sub img {
	width: 100%;
	height: auto;
}

.col_header h1{
	width: 90%;
	max-width: 657px;
    padding: 0;
    margin: 0;
}

.col_header h1 a{
	display: inline-block;
}

.col_header h1 a:hover{
	opacity: .8;
}

#rightcontents.sub .col_header h1{
	padding: 0 0 0 10px;
	max-width: 667px;
}

.col_header h1 img{
	width: 100%;
}

@media screen and (max-width: 991px) {

	header {
		padding: 0;
		height: 70px;
		background-color: rgb(255 255 255 / 32%);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		border-bottom: solid 1px #064F97;
	}
	#rightcontents.sub header{
		background-color: #fff;
	}
	
	
	header.sub {
		padding: 0;
	}

	.header.sub {
		display: flex;
	}

	.col_header {
		width: 100%;
		height: 100%;
		padding: 0 1% 0 1%;
		display: flex;
		align-items: center;
	}

	.col_header h1 {
		width: 80%;
		padding: 5px 0 0;
		text-align: left;
	}

	.col_header h1 img {
		width: 100%;
		max-width: 400px;
		height: auto;
	}

	.col_header_en {
		width: 100%;
		height: 100%;
		padding: 0 1% 0 1%;
		display: flex;
		align-items: center;
	}

	.col_header_en h1 {
		width: 80%;
		text-align: left;
	}

	.col_header_en h1 img {
		width: 100%;
		max-width: 582px;
		height: auto;
	}

	#menubtn {
		width: 50px;
		height: 50px;
		margin: 0 0 0 auto;
		padding: 0;
		display: block;
		background-color: #231815;
		position: relative;
		z-index: 2;
	}

	#menubtn.active {
		background-color: #231815;
	}

	#menubtn .btn {
		width: 36px;
		height: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 0;
	}

	#menubtn .btn span {
		width: 100%;
		height: 3px;
		margin: auto;
		padding: 0;
		background-color: #fff;
		display: inline-block;
		-webkit-transition: all .4s;
		position: absolute;
		left: 0;
		right: 0;
	}

	#menubtn span:nth-child(1) {
		top: 11px;
	}

	#menubtn span:nth-child(2) {
		top: 24px;
	}

	#menubtn span:nth-child(3) {
		top: 37px;
	}


	#menubtn.active span:nth-of-type(1) {
		width: 96%;
		transform: translateY(20px) rotate(-45deg);
		top: 3px;
	}

	#menubtn.active span:nth-of-type(2) {
		opacity: 0;
	}

	#menubtn.active span:nth-of-type(3) {
		width: 96%;
		transform: translateY(-20px) rotate(45deg);
		top: 43px;
	}

	#menubtn .btn {
		width: 33px;
	}
}
@media screen and (max-width: 720px) {

	header {
		background-color: rgb(255 255 255 / 32%);
	}
	
	#rightcontents.sub header{
		background-color: #fff;
	}
}



/* --------------- footer --------------- */


footer {
	margin: 0;
	padding: 0;
	background-color: #064F97;
}

footer .col_footer {
	width: 92%;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	font-size: 11px;
	color: #ffffff;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

footer .col_footer dl {
	margin: 0;
	padding: 0 0 0 0;
	line-height: 1.4;

}

footer .col_footer dl:first-of-type {
	margin-right: 72px;
}
footer .col_footer dl:last-of-type{padding-right: 38px;}

footer .col_footer dl dt {}

footer .col_footer dl dd {
	margin: 0;
}

footer .col_footer dl dd a {
	color: #ffffff;
	text-decoration: none;
}

footer .col_footer dl dd a:hover {
	text-decoration: underline;
}

footer .col_footer .pc_none {
	display: none;
}


.copy {
	margin: 0;
	padding: 7px 3px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background-color: #231815;
	line-height: 1.4;
}

@media screen and (max-width: 991px) {
	footer .col_footer {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0;
	}

	.col_footer .sp_none {
		display: none;
	}

	footer .col_footer dl {
		width: 100%;
		flex-direction: column;
		text-align: center;
		margin: 0;
	}

	footer .col_footer dl:first-of-type {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	footer .col_footer dl:last-of-type{
		padding: 0;
	}
	footer .col_footer dl dt {
		text-align: center;
		width: 100%;
	}

	footer .col_footer dl dd {
		width: 100%;
	}

	footer .col_footer .pc_none {
		display: block;
	}
}

/* --------------- contents --------------- */

#contents {
	max-width: 1260px;
	margin: 0 auto 0;
	padding: 0;
	display: flex;
}

#subcontents {
	max-width: 1258px;
	margin: 0 auto 0;
	padding: 0 0 25px;
	display: flex;
}

#rightcontents {
	width: calc(100% - 300px);
	margin: 0;
	padding: 0;
	background-image: url(../img/bg_main.png);
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
#rightcontents.sub{
	width: calc(100% - 290px);
	background-image: none;
}

#rightcontents.sub .col_topmain{
	height: auto;
    max-height: 100%;
}
.bg_content {
	max-width: 970px;
	min-height: 600px;
	margin: 0 0 90px;
	padding: 66px 60px 60px;
	background-color: #fff;
}

.breadcramb {
	margin: 0 0 10px;
	padding: 5px 0;
}

.pagettl {
	max-width: 850px;
	margin: 0 0 22px;
	padding: 4px 24px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	background-color: #064F97;
	box-sizing: border-box;
}

.mds1 {
	margin: 0 0 15px 0;
	padding: 0 0 6px 5px;
	color: #231815;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.4;
	border-bottom: solid 2px #172a88;
}

.mds1.fs17 {
	font-size: 17px;
}

.mds2 {
	margin: 0 0 12px 0;
	padding: 4px 15px 4px 15px;
	color: #172a88;
	font-size: 17px;
	line-height: 1.4;
	background-color: #efeeee;
	border-left: solid 6px #172a88;
}

.mds3 {
	margin: 0 0 12px 0;
	padding: 3px 0 4px 10px;
	font-size: 15px;
	font-weight: bold;
	border-left: 5px solid #494949;
	border-bottom: 1px solid #494949;
}


.col_prepare {
	padding: 100px 0;
	text-align: center;
}

.col_content {
	width: calc(100% - 10px);
	margin-left: auto;
	margin-right: auto;
}

.col_content.prepare {
	padding: 30px 0;
	text-align: center;
}

@media screen and (max-width: 991px) {
	#contents {
		max-width: 1260px;
		width: 100%;
		margin: 0 auto;
		display: block;
		overflow: hidden;
		position: relative;
		z-index: 0;
	}

	#subcontents {
		max-width: 1260px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		display: block;
		overflow: hidden;
		position: relative;
		z-index: 0;

	}


	#rightcontents {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	#rightcontents.sub{
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.bg_content {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 100px 3% 6%;
		border: none;
	}

	.pagettl {
		max-width: 100%;
	}

}

@media screen and (max-width: 720px) {
	#rightcontents{
		background-image: url(../img/sp/bg_main.png);
		background-size: 100%;
		background-position: center top;
	}
}

@media screen and (max-width: 550px) {
	.bg_content {
		padding: 90px 3% 6%;
	}
}


/* --------------- leftcontents --------------- */


#leftcontents {
	width: 260px;
	margin: 30px 40px 0 0;
	padding: 0;
}

#leftcontents.sub{
	margin: 30px 30px 0 0;
}

#subleftcontents {
	width: 250px;
	margin: 0 38px 0 0;
	padding: 0;
}

.btn_lang {
	width: 250px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
}

.btn_lang a,
.btn_lang span {
	width: 121px;
	height: 41px;
	color: #97a7a9;
	font-weight: 500;
	text-decoration: none;
	border: solid 1px #97a7a9;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s;
	position: relative;
	z-index: 0;
}

.btn_lang a:hover {
	color: #fff;
	background-color: #97a7a9;
}

.btn_lang a.nolink:hover {
	background-color: transparent;
	color: #97a7a9;
}

.btn_lang span.active {
	background-color: #97a7a9;
	color: #fff;

}


#navi {
	width: 260px;
	margin: 0 auto 55px;
	padding: 0;
	filter: drop-shadow(0 0 5px rgba(73, 134, 190, 0.5));
}

#navi.first {
	margin: 0 auto 20px;
}

#navi li {
	margin: 0 0 2px;
	padding: 0;
	position: relative;
	z-index: 0;
	border-radius: 10px;
	background-color: #fff;
}



#navi li:last-of-type::after {
	content: none;
}

#navi li.active,
#navi li:hover {
	background-color: #064F97;
}

#navi li a {
	width: 100%;
	min-height: 41px;
	padding: 10px 12px 10px 18px;
	font-size: 15px;
	line-height: 1.3;
	font-weight: bold;
	color: #000;
	text-align: center;
	text-decoration: none;
	display: block;
}

#navi li.en a {
	font-weight: 500;
}

#navi li.active a,
#navi li:hover a {
	color: #fff;
}


#navi li.pdf a:before {
	content: "";
	width: 23px;
	height: 33px;
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 13px);
	right: 5px;
	z-index: 1;
}

#navi li a span.label_led {
	margin: 0 0 0 10px;
	padding: 1px 7px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	background-color: #df0000;
	border-radius: 3px;
	display: inline-block;
}

.col_poster {
	width: 250px;
	margin: 0 auto 20px;
	padding: 0;
}

.col_poster .mds {
	width: 250px;
	margin: 0 auto 10px;
	padding: 6px 0 6px 10px;
	color: #fff;
	font-weight: 500;
	line-height: 1.4;
	background-color: #172a88;
	box-sizing: border-box;
}

.col_poster a {
	width: 185px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 0;
    border: solid 1px #064E96;
    box-shadow: 0 0 5px rgba(73, 134, 190, 0.5);
}


@media screen and (max-width: 991px) {

	#navi {
		width: 100%;
		filter: none;
	}

	.col_navi {
		width: 100%;
		max-width: 100%;
		height: calc(100vh - 70px);
		margin: 0;
		padding: 0;
		background-color: #DBE6F5;
		position: fixed;
		top: 70px;
		right: 0;
		z-index: 100;
		display: none;
		box-shadow: none;
		overflow: auto;
	}
	
	#navi li{
		background-color: #ffffff00;
		margin: 0;
		border-radius: 0;
		border-bottom: solid 1px #fff;
	}
	
	#navi li a{
		text-align: left;
	}
	
	#leftcontents,
	#leftcontents_sub {
		position: static;
		margin: 0;
	}
	
	#leftcontents.sub{
		margin: 0;
	}
	
	#subleftcontents {
		position: static;
		margin: 0;

	}


	#navi li:before {
		content: '';
		position: absolute;
		right: 15px;
		top: 17px;
		width: 8px;
		height: 8px;
		border-top: 2px solid #000000;
		border-right: 2px solid #000000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#navi li.active::before {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.btn_lang {
		margin: 20px auto 20px;
	}



}

@media screen and (max-width: 500px) {
	.col_navi {
		height: calc(100vh - 60px);
	}
}

/* --------------- top --------------- */

.col_topmain {
	max-width: 1010px;
    height: calc((88vw - 260px) * (912 / 993));
    max-height: 645px;
    margin: 0 auto;
    padding: 0;
}

.col_topmain.en {
	padding: 26px 50px 0 0;
}

.col_topmain .theme {
	margin: 0 22px 0 0;
	padding: 0 0 0 5px;
}

.info_topmain {
	width: 100%;
    padding: 26% 0 4% 64.8%;
}

@media screen and (max-width: 1030px) {
	.info_topmain {
		padding: 26% 0 4% 60.8%;
	}
}

.info_topmain.en {
	padding: 45px 0 0 28px;
}

.info_topmain .info1 {
	margin: 0 0 18px;
	padding: 0;
}

.info_topmain .info2 {
	margin: 0;
	padding: 0;
}

.box_topnews {
	width: 95%;
	max-width: 890px;
	margin: 0 0 45px 20px;
	padding: 23px 0;
	background-color: #ffffff;
	border-radius: 15px;
	display: flex;
	justify-content: center;
}

.box_topnews .mds {
	width: 119px;
	margin: 0 0 0 25px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    background-color: #064F97;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_topnews.en .mds {
	font-weight: 600;
}

.box_topnews .mds_en {
	width: 136px;
	padding: 10px 0 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
}

.col_topnews {
	width: calc(100% - 119px);
	margin: 0;
	padding: 0 0 0 17px;
}

.scroll_topnews {
	max-height: 112px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.col_topnews dl {
	width: 93%;
	margin: 0;
	padding: 8px 14px;
	border-bottom: dotted 1px #9e9f9f;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
}

.col_topnews dl:first-child {
	border-top: dotted 1px #9e9f9f;
}

.col_topnews dl dt {
	width: 160px;
	margin: 0;
	padding: 2px 0 0 0;
	line-height: 1;
}

.col_topnews dl dt .new {
	margin: 0 0 0 20px;
	padding: 3px 6px 3px;
	color: #fff;
	font-size: 11px;
	font-weight: 300;
	line-height: 1;
	background-color: #e60012;
	display: inline-block;
}

.col_topnews dl dd {
	width: calc(100% - 160px);
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 1.3;
}


ul.col_topbnr {
	width: 95%;
	max-width: 903px;
	margin: 20px 0 0 20px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}


ul.col_topbnr li {
	width: calc((100% - 32px) / 3);
	margin: 0 16px 20px 0;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
	background: #fff;
}

ul.col_topbnr li:nth-of-type(3n) {
	margin: 0 0 20px;
}

ul.col_topbnr li img {
	width: 100%;
}

ul.col_topbnr li a {
	display: inline-block;
}

ul.col_topbnr li a:hover {
	opacity: .8;
}

.btnarea_program {
	margin: 0 auto 30px;
	padding: 5px 15px 0;
	display: flex;
	justify-content: center;
}

.btnarea_program a {
	margin: 0 15px 0 0;
	font-size: 20px;
	line-height: 1.4;
}

.btnarea_program span {
	font-size: 18px;
	padding: 0 5px 0 0;
}

a.btn1.on {
	background: #ed6b04;
	color: #ffffff;
}

a.btn1.on:before {
	background: #ed6b04;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

.btn1.abst1 {
	width: 95%;
	max-width: 460px;
	margin: 0 auto;
}

.btn1.abst2 {
	width: 95%;
	max-width: 400px;
	margin: 0 auto;
	height: 80px;
	line-height: 1.4;
}

.btn1.abst2.first {
	margin: 0 auto 15px;
}

@media screen and (max-width: 991px) {
	.col_topmain {
		max-height: 970px;
		margin: 0;
		padding: 0;
		height: calc(165vw * (907 / 1999));
	}

	.col_topmain.en {
		padding: 0;
	}

	.col_topmain .theme {
		max-width: 510px;
		padding: 12.4% 0 0;
	}

	.col_topmain .theme img.sp_none {
		display: block;
	}

	.col_topmain .theme img.pc_none {
		display: none;
	}

	.box_topnews {
		width: 100%;
		max-width: 2000px;
		margin: 0;
		padding: 4.4% 2.2%;
		display: block;
		border-radius: 0;
	}

	.col_topnews dl {
		width: 100%;
		max-width: 660px;
	}

	.box_topnews .mds {
		width: 95%;
		max-width: 660px;
		margin: 0 auto 2.1%;
		padding: 10px 0 10px 0;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		background-color: #064F97;
		color: #fff;
	}

	.col_topnews {
		width: 98%;
		max-width: 660px;
		margin: 0 auto;
		padding: 0 0 13px 0;
	}

	.info_topmain {
		width: 71%;
		padding: 40.2vw 0 4% 60.4%;
	}

	.info_topmain.en {
		padding: 5% 0 0 28px;
	}

	.info_topmain .info1 img.pc_none {
		max-width: 666px;
	}

	.info_topmain.en img {
		width: 100%;
		max-width: 666px;
	}



}

@media screen and (max-width: 720px) {

	.btnarea_program {
		flex-direction: column;
	}

	.btnarea_program a {
		margin: 0 auto 20px;
	}


	.col_topmain {
		max-height: 100%;
		margin: 0;
		padding: 0;
		height: calc(110vw * (969 / 716));
	}

	.col_topmain.en {
		height: calc(120vw * (973 / 716));
	}

	.col_topmain .theme {
		max-width: 720px;
		padding: 4.4% 0 0 7%;
	}

	.col_topmain.en .theme {
		padding: 12.4% 0 0;
	}

	.col_topmain .theme img.sp_none {
		display: none;
	}

	.col_topmain .theme img.pc_none {
		display: block;
	}

	.info_topmain {
		width: 64%;
        max-width: 449px;
        padding: 94.5vw 6vw 0vw 0;
        margin: 0 0 0 auto;
	}
	
	.info_topmain img{
		width: 100%;
	}

	.info_topmain.en {
		width: 97%;
		padding: 78% 0 0 28px;
	}

	.col_topmain.en .theme img {
		width: 100%;
	}

	.col_topnews dl {
		width: 96%;
		display: block;
		margin: 0 auto;
	}

	.col_topnews dl dt {
		max-width: 170px;
		padding: 2px 0 0 0;
		line-height: 1.8;
	}

	.col_topnews dl dd {
		width: 100%;
		padding: 0;
	}

	ul.col_topbnr {
		display: block;
		margin: 20px auto 0;
	}

	ul.col_topbnr li {
		width: 95%;
		max-width: 290px;
		margin: 0 auto 15px;
	}

	ul.col_topbnr li:nth-of-type(3n) {
		margin: 0 auto 15px;
	}

	.btn1.abst1 {
		font-size: 18px;
		padding: 5px 36px 5px 20px;
	}

	.btn1.abst2 {
		font-size: 18px;
	}
}

@media screen and (max-width: 500px) {
	.col_topmain.en .theme {
		padding: 20.4% 0 0;
	}


	.btnarea_program a {
		width: 100%;
		max-width: 320px;
	}
}




/* --------------- sponsor --------------- */


.btn1.sponsor1 {
	width: 380px;
	margin: 0 auto 30px;
}

ul.list_sponsor1 {
	margin: 0 0 15px;
	padding: 0;
}

ul.list_sponsor1 li {
	margin: 0 0 6px;
	padding: 0 0 0 1em;
	text-indent: -1em;
	line-height: 1.5;
}

ul.list_sponsor1 li *:not(.indent1) {
	text-indent: 0;
}

.cont_flow_sponsor {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	display: flex;
}

.cont_flow_sponsor dl {
	width: calc((100% - 378px)/2);
	margin: 0 24px 0 0;
	padding: 0;
	border: solid 1px #1e3c72;
	position: relative;
	z-index: 0;
}

.cont_flow_sponsor dl:last-child {
	width: 330px;
	margin-right: 0;
}

.cont_flow_sponsor dl::before {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 10px #1e3c72;
	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: -18px;
}

.cont_flow_sponsor dl:last-child::before {
	content: none;
}

.cont_flow_sponsor dl dt {
	margin: 0;
	padding: 6px 12px;
	color: #fff;
	font-weight: 500;
	background-color: #1e3c72;
}

.cont_flow_sponsor dl dd {
	margin: 0;
	padding: 8px 12px;
}

.btn2.sponsor2 {
	margin: 0 auto 40px;
}

dl.list_faq_sponsor {
	width: 100%;
	margin: 0 0 15px;
	padding: 5px 0 20px;
	border-bottom: dashed 1px #ddd;
}

dl.list_faq_sponsor dt {
	width: 100%;
	margin: 0 0 6px;
	padding: 0;
	color: #0c8d1d;
	font-weight: 600;
	display: flex;
}

dl.list_faq_sponsor dd {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}

dl.list_faq_sponsor .icon {
	width: 30px;
	margin: 0;
	padding: 0;
}

dl.list_faq_sponsor dd .icon {
	color: #eb4baa;
	font-weight: 600;
	text-align: center;
}

dl.list_faq_sponsor .txt {
	width: calc(100% - 30px);
	margin: 0;
	padding: 0;
}

.note_contact {
	margin: 0;
	padding: 6px 0 0 1em;
	font-size: 13px;
	text-indent: -1em;
	line-height: 1.5;
}

.note_contact *:not(.indent1) {
	text-indent: 0;
}


@media screen and (max-width: 1140px) {

	.cont_flow_sponsor {
		display: block;
	}

	.cont_flow_sponsor dl {
		width: 90%;
		margin: 0 auto 30px;
	}

	.cont_flow_sponsor dl:last-child {
		width: 90%;
		margin: 0 auto;
	}

	.cont_flow_sponsor dl::before {
		content: "";
		margin: 0;
		padding: 0;
		border: 12px solid transparent;
		border-top: 12px solid #1e3c72;
		border-bottom-width: 0;
		position: absolute;
		top: 110%;
		right: calc(50% - 12px);
	}
}

.cont_flow_sponsor dl dd {
	margin: 0;
	padding: 10px 12px;
}

.btn2.sponsor1 {
	margin: 0 auto 30px;
}


@media screen and (max-width: 550px) {
	.btn1.sponsor1 {
		width: 95%;
		margin: 0 auto 30px;
		font-size: 16px;
		padding: 5px 40px 5px 20px;
		line-height: 1.4;
	}

	.btn2.sponsor2 {
		width: 80%;
		margin: 0 auto 40px;
		font-size: 16px;
	}
}


/* --------------- greeting--------------- */

.col_greeting {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px 13px 15px;
	border-bottom: 1px solid #14142a;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.col_l_greeting {
	width: calc(100% - 160px);
	padding: 0 0 0 10px;
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}

.name_greeting {
	margin: 0 0;
	padding: 0;
	font-size: 15px;
	line-height: 22px;
	text-align: right;
}

.name_greeting span {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
}

.img_greeting1 {
	margin: 0 0 0 15px;
}

@media screen and (max-width: 500px) {
	.col_greeting {
		flex-direction: column-reverse;
		align-items: center;
	}

	.col_l_greeting {
		width: 100%;
		padding: 20px 0 0 0;
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
	}

	.name_greeting {
		text-align: center;
	}
}


/* --------------- summary --------------- */

.summary .col_content.mb30 {
    margin-left: 1em;
}