@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600;700&display=swap');

body {
	margin: 0;
	padding: 0;
	color: #231815;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.75;
	background-color: #47afd9;
}

* {
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}



* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.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: #0055bd;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.opacity {
	transition: opacity .2s;
}

a.opacity:hover {
	opacity: 0.75;
}

a img.opacity {
	transition: .2s;
}

a img.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;
}

.fs13 {
	font-size: 13px;
}

.fs14 {
	font-size: 14px;
}

.fs15 {
	font-size: 15px;
}

.bold {
	font-weight: bold;
}

.red {
	color: #ef0000;
}

.marker1 {
	padding: 0 3px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #f9f924 60%);
}

.strike {
	text-decoration: line-through solid #ef0000;
}

.w100 {
	width: 100%;
}

.under {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent1 * {
	text-indent: 0;
}

p.pagetop {
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	text-indent: -9750px;
	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;
}

p.pagetop:hover {
	opacity: 1;
}


.btn1 {
	width: 300px;
	min-height: 56px;
	padding: 5px 20px;
	color: #ed6b04;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background: linear-gradient(180deg, #fff, #eaeaea);
	border: solid 2px #ed6b04;
	-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: linear-gradient(0deg, #fff, #eaeaea);
}

a.btn1::before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #ed6b04;
	border-right: solid 2px #ed6b04;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
}

.btn1.pdf {
	padding-right: 35px;
}

.btn1.pdf::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: 10px;
}

.btn1>span {
	padding: 0 0 2px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 0;
}

.btn2 {
	width: 300px;
	min-height: 56px;
	margin: 0 auto;
	padding: 5px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background-color: #ed6b04;
	border: solid 2px #ed6b04;
	-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-color: #f59346;
	border: solid 2px #f59346;
}

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;
}

@media print,
screen and (max-width: 450px) {

	.btn1 {
		width: 92%;
		margin: 0 auto;
	}
	
	.btn2 {
		width: 92%;
	}
}

.pc_none {
	display: none;
}

.pc_none2 {
	display: none;
}

.iblock {
	display: inline-block;
}

@media print,
screen and (max-width: 700px) {
	.sp_none {
		display: none;
	}

	.sp_none2 {
		display: block;
	}

	.pc_none {
		display: block;
	}

	.pc_none2 {
		display: block;
	}
}

@media print,
screen and (max-width: 750px) {
	.sp_none2 {
		display: none;
	}
}


/* --------------- header --------------- */


#header {
	margin: 0 auto;
	padding: 0;
}

.logo_header {
	display: none;
}

#menubtn {
	display: none;
}



@media print,
screen and (max-width: 990px) {



	.col_header_sub.sp_none {
		display: none;
	}

	.col_content {
		width: 100%;
		max-width: 100%;
	}

	.col_contents_sub {
		width: 93%;
		max-width: 100%;
		padding: 100px 0 30px;
	}



}

@media screen and (max-width: 450px) {
	.header {
		height: 60px;
	}

	.col_contents_sub {
		padding: 90px 0 30px;
	}

}

/* --------------- footer --------------- */


footer {
	margin: 0;
	padding: 0;
	color: #fff;
	background: rgb(28, 33, 136, 1);
	background: -moz-linear-gradient(top, rgba(0,80,163,1) 0%, rgba(28, 33, 136, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,80,163,1) 0%,rgba(28, 33, 136, 1) 100%);
	background: linear-gradient(to bottom, rgba(0,80,163,1) 0%,rgba(28, 33, 136, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
}

footer .col_footer {
	max-width: 850px;
	width: 94%;
	margin: 0 auto;
	padding: 12px 0 13px 65px;
	font-size: 12px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
}


footer .col_footer dl {
	margin: 0;
	padding: 0 0 2px 15px;
	font-weight: 500;
	line-height: 1.32;
}

footer .col_footer dl.left {
	width: 380px;
}


footer .col_footer dl dt {
	margin: 0 0 4px;
	padding: 2px 0 0;
}

footer .col_footer dl dd {
	margin: 0;
	padding: 0;
}

footer .col_footer dl dd a {
	color: #fff;
	text-decoration: none;
}
footer .col_footer dl dd a:hover { text-decoration: underline; }



@media screen and (max-width: 850px) {

	footer .col_footer {
		width: 96%;
		margin: 0 auto;
		display: block;
		padding: 17px 0 20px 0;
	}
	
	footer .col_footer dl {
		padding: 0 0 2px 0;
	}
	
	footer .col_footer dl.left {
		width: 100%;
		margin: 0 0 10px;
	}


	footer .col_footer dl dt {
		text-align: center;
		margin: 0 0 4px;
		padding: 2px 0 0;
	}

	footer .col_footer dl dd {
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	
}

.copy {
	margin: 0;
	padding: 7px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #231815;
}






/* --------------- contents --------------- */



#rightcontents {
	width: calc(100% - 250px);
	margin: 0 0 0 40px;
}

	#rightcontents.sub {
		width: calc(100% - 290px);
	}

	.bg_content {
		min-height: 600px;
		margin: 0 0 25px;
		padding: 50px 60px 60px;
		background-color: #fff;
	}

	.pagettl {
		margin: 0 0 20px;
		padding: 0;
		font-size: 30px;
		line-height: 1.3;
		font-weight: 600;
	}

.mds1 {
	width: 100%;
	height: 44px;
	margin: 0 0 20px;
	padding: 6px 20px 0 20px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	background-color: #024895;
	box-sizing: border-box;
}

.mds2 {
	margin: 0 0 15px 0;
	padding: 0 0 8px 7px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	border-bottom: solid 2px #024895;
}


.mds3 {
	margin: 0 0 12px 0;
	padding: 4px 15px 4px 15px;
	color: #008dd6;
	font-size: 17px;
	line-height: 1.4;
	background-color: #efeeee;
	border-left: solid 6px #008dd6;
}

.col_content {
	width: 100%;
	padding: 0 10px 0;
}

.col_prepare {
	padding: 100px 0;
	text-align: center;
}

@media screen and (max-width: 1238px) {
	.bg_content {
		min-width: 100%;
	}

	.mds1 {
		width: 100%;
	}

}


@media screen and (max-width: 750px) {
	#rightcontents {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

/* --------------- leftcontents --------------- */



	#leftcontents_sub {
		width: 320px;
		margin: 0 0 0 0;
		padding: 0 0 0 70px;
	}

#navi {
	width: 250px;
	margin: 55px 0 20px 0;
	padding: 0 0 0;
}

#navi li {
	margin: 0 0 1px 0;
	padding: 0;
	position: relative;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
}


#navi li:last-of-type::after {
	content: none;
}

#navi li.active,
#navi li:hover {
	background: rgb(28, 33, 136, 1);
	background: -moz-linear-gradient(top, rgba(0,80,163,1) 0%, rgba(28, 33, 136, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,80,163,1) 0%,rgba(28, 33, 136, 1) 100%);
	background: linear-gradient(to bottom, rgba(0,80,163,1) 0%,rgba(28, 33, 136, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
}





#navi li a {
	width: 100%;
	min-height: 42px;
	padding: 8px 10px 9px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	color: #231815;
	text-align: center;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

#navi li.active a,
#navi li:hover a {
	color: #fff;
}

#navi li a.pdf::after {
	width: 27px;
	height: 32px;
	background-image: url(../img/icon_pdf.png);
	background-repeat: no-repeat;
	top: calc(50% - 15px);
	right: 6px;
}






ul.list_bnr {
	margin: 0;
	padding: 0;
}

ul.list_bnr li {
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
}

ul.list_bnr li img.border {
	border: solid 1px #cccccc;
}

ul.list_bnr li:last-of-type {
	margin: 0;
}

ul.list_bnr li a {
	margin: 0;
	padding: 0;
	background-color: #fff;
	display: inline-block;
}

ul.list_bnr li a:hover img {
	opacity: 0.8;
}


@media print,
screen and (max-width: 850px) {

	#leftcontents {
		position: static;
		margin: 0;
	}

	nav {
		width: 100%;
		height: 100vh;
		margin: 0;
		padding: 0;
		background-color: #e4f4fd;
		position: fixed;
		top: 70px;
		right: 0;
		z-index: 100;
		display: none;
		box-shadow: none;
		overflow: auto;
	}

	#navi {
		width: 100%;
		max-width: 100%;
		margin-bottom: 150px;
		overflow: auto;
	}

	#navi li {
		background: #e4f4fd;
		border-radius: 0px;
		border-bottom: 1px solid #dcdddd;
		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;
	}

	#navi li::after {
		width: 100%;
		height: 2px;
		left: 0;
		background: #DCDDDD;
	}

	#navi li:last-of-type::after {
		content: "";
	}

	#navi li a {
		justify-content: flex-start;
	}



	.col_navi {
		width: 100%;
		height: calc(100vh - 60px);
		top: 60px;
		background-color: #fff;
		overflow-y: scroll;
	}
	
	

}

@media print,
screen and (max-width: 450px) {
	nav {
		top: 60px;
	}

}

/* --------------- top --------------- */

#Wrap {
	overflow: hidden;
}


#contents {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}


#rightcontents {
	width: calc(100% - 290px);
	margin: 0;
	padding: 0;
	float: right;
	background-color: #47afd9;
}

#rightcontents.single {
	min-height: 830px;
	padding: 27px 24px;
	background-color: #47afd9;
	background-image: url(../img/bg_topmain.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}


#leftcontents {
	width: 290px;
	padding: 0 0 20px;
	float: left;
	box-sizing : border-box;
}


.col_topmain {
	width: 100%;
	max-width: 970px;
	height: calc((100vw - 290px) * (827 / 970));
	max-height: 827px;
	margin: 0 0 25px auto;
	padding: 0 0 0;
	background-image: url(../img/bg_topmain.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 0;
	background-size: contain;
}

.col_topmain_sub {
	width: 100%;
	max-width: 970px;
	min-height: initial;
	margin: 0 0 25px auto;
	padding: 0 0 0;
	background-image: none;
	z-index: 0;
}

.top_logo {
	width: 90%;
	max-width: 829px;
	margin: 0 auto 0;
	padding: 37px 0 0;
}

.col_topmain_sub .top_logo {
		padding: 37px 0 8px;
}

.top_logo img {
	max-width: 915px;
}

.img_topinfo1 {
	width: 60%;
	max-width: 579px;
	margin: 0 1.6% 0 23.4%;
	padding: 49% 0 0 0;
}






.wrap_topnews {
	max-width: 903px;
	width: 94%;
	max-height: 142px;
	padding: 0;
	margin: 0 auto 25px;
	background-color: #fff;
	z-index: 10;
	position: relative;
}

.box_topnews {
	width: 100%;
	margin: 0;
	padding: 10px 10px 15px 0;
	display: flex;
}

.mds_topnews {
	width: 160px;
	margin: 0;
	padding: 3px 0 0 0;
	color: #231815;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	justify-content: center;
}

.col_topnews {
	width: calc(100% - 160px);
	max-height: 125px;
	margin: 5px 0 0 0;
	padding: 0 20px 0 0;
	overflow: auto;
}

.col_topnews dl:first-of-type {
	border-top: dotted 1px #231815;
}

.col_topnews dl {
	width: 100%;
	margin: 0;
	padding: 3px 0 4px;
	color: #231815;
	font-size: 15px;
	border-bottom: dotted 1px #231815;
	display: flex;
}

.col_topnews dl dt {
	width: 200px;
	margin: 0;
	padding: 2px 75px 0 15px;
	box-sizing: border-box;
	font-size: 15px;
	flex-shrink: 0;
	position: relative;
	z-index: 0;
}

.col_topnews dl.new dt:before {
	content: "NEW";
	padding: 3px 5px 3px;
	line-height: 1;
	font-size: 11px;
	font-weight: 300;
	color: #fff;
	background-color: #e60012;
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 50px;
}

.col_topnews dl dd {
	width: calc(100% - 200px);
	margin: 0;
	padding: 2px 10px 0 0;
	box-sizing: border-box;
	font-size: 15px;
	display: table-cell;
	vertical-align: top;
}




/*
@media print,
screen and (min-width:750px) and (max-width: 990px) {

	.box_topnews {
		margin: 30px 0 0 0;
	}
}

*/




/* --------------- sponsor --------------- */


.btn1.sponsor1 {
	width: 380px;
	margin: 0 auto 30px;
}

.btn1.sponsor1 span:after {
	right: -19px;
}

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 #47afd9;
	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 #00a0e9;
	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: #47afd9;
}

.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;
}

a.btn1.pdf.sponsor1.gray{
	background: #827f7f;
	color: #fff;
	border: solid 2px #827f7f;
}


@media screen and (max-width: 1200px) {
	.cont_flow_sponsor {
		display: block;
	}

	.cont_flow_sponsor dl {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
	}

	.cont_flow_sponsor dl:last-child {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
	}

	.cont_flow_sponsor dl::before {
		top: calc(100% + 5px);
		right: 50%;
		transform: rotate(90deg);
	}

}

@media screen and (max-width: 720px) {
	.btn1.sponsor1.pdf span {
		width: 100%;
	}
}

@media screen and (max-width: 720px) {
	.btn1.sponsor1 {
		width: 100%;
		max-width: 380px;
	}
}

/* --------------- link --------------- */

.list_link{
	margin: 0;
    padding: 0;
}

.list_link li{
	margin: 0 0 10px;
    padding: 0 0 0 17px;
    position: relative;
    z-index: 0;
}

.list_link li:before{
	content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #47afd9;
    position: absolute;
    top: 7px;
    left: 0;
}


/* --------------- greeting --------------- */

.col_greeting {
	width: 100%;
	margin: 0 0 25px;
	padding: 5px 13px 25px;
	border-bottom: 1px solid #004c98;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.name_greeting {
	margin: 90px 25px 0 0;
	padding: 0;
	text-align: right;
}

.name_greeting span {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5em;
}

.name_greeting .shozoku {
	margin-top: 5px;
	line-height: 1.7;
}

.img_greeting {
	margin: 0 22px 0 0;
	border: solid 1px #dddddd;
}

.img_greeting img {
	width: 150px;
}

.txt_greeting {
	padding: 0 13px;
	text-align: justify;
}

.txt_greeting p {
	margin: 0 0 20px;
}

.name_greeting span.iblock{
	font-size: 15px;
	font-weight: 500;
}

@media screen and (max-width: 720px) {
	.col_greeting {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.name_greeting {
		width: 100%;
		margin: 5px 0 0;
		text-align: center;
		order: 2;
	}
	
	.img_greeting{
		margin: 0 auto;
	}

}


