@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600;700&display=swap');

body {
	min-width: 1260px;
	margin: 0;
	padding: 0;
	color: #231815;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.75;
	background-color: #c5dbe3;
}


* {
	-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;
}

.fs16 {
	font-size: 16px;
}

.fs17 {
	font-size: 17px;
}

.fs18 {
	font-size: 18px;
}

.fs19 {
	font-size: 19px;
}

.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;
}

.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: -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;
}

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;
	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;
}



/* --------------- header --------------- */


header {
	width: 100%;
	height: 113px;
	background-color: #c5dbe3;
	border-bottom: solid 1px #125a76;
}

.col_header {
	width: 1260px;
	margin: 0 auto;
	padding: 20px 0 0;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}


/* --------------- footer --------------- */


footer {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #125a76;
}

footer .col_footer {
	width: 1260px;
	margin: 0 auto;
	padding: 8px 0 10px 160px;
	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;
	border-left: solid 1px #b8c6d2;
}

footer .col_footer dl.left {
	width: 360px;
}

footer .col_footer dl.right {
	width: 400px;
}

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;
}

.copy {
	margin: 0;
	padding: 7px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #231815;
}


/* --------------- contents --------------- */


#contents {
	width: 1260px;
	margin: 0 auto;
	padding: 0 0 0;
	display: flex;
}

#rightcontents {
	width: 970px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#rightcontents_sub {
	width: 970px;
	min-height: 600px;
	margin: 0 0 40px;
	padding: 40px 60px;
	background-color: #fff;
}

.mds1 {
	width: 100%;
	height: 45px;
	margin: 0 0 20px;
	padding: 6px 20px 0 20px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	background-color: #125a76;
	box-sizing: border-box;
}

.mds2 {
	margin: 0 0 15px 0;
	padding: 0 0 8px 5px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	border-bottom: solid 2px #125a76;
}

.mds3 {
	margin: 0 0 12px 0;
	padding: 4px 15px 4px 15px;
	color: #004386;
	font-size: 17px;
	line-height: 1.4;
	background-color: #efeeee;
	border-left: solid 6px #125a76;
}

.col_content {
	width: 100%;
	padding: 0 10px 0;
}

.col_prepare {
	padding: 100px 0;
	text-align: center;
}



/* --------------- leftcontents --------------- */


#leftcontents {
	width: 250px;
	margin: 0 40px 0 0;
	padding: 0;
}

#navi {
	width: 250px;
	margin: 40px auto 40px;
	padding: 0;
	background-color: #fff;
}

#navi li {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #e1dfdf;
	background-color: #ffffff;
}

#navi li:last-of-type {
	border-bottom: none;
}

#navi li.active,
#navi li:hover {
	border-bottom: solid 1px #125a76;
	background: #125a76;
}

#navi li a {
	width: 100%;
	height: 100%;
	padding: 11px 12px 11px 21px;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 500;
	color: #231815;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 0;
}

#navi li.active a,
#navi li:hover a {
	color: #ffffff;
}

#navi li a::after {
	content: "";
	width: 4px;
	height: 9px;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 4px);
	right: 18px;
}

#navi li.active a::after,
#navi li:hover a::after {
	background-image: url(../img/arrow_on.png);
}

#navi li.pdf a::after {
	content: "";
	width: 24px;
	height: 30px;
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 15px);
	right: 10px;
}



/* --------------- top --------------- */

.col_topmain {
	width: 970px;
	height: 882px;
	margin: 0;
	padding: 31px 0 0;
	background-image: url(../img/top/bg_topmain.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	position: relative;
	box-sizing: border-box;
}

.top_theme {
	margin: 0;
	padding: 0 0 548px 130px;
}

.top_info {
	margin: 0;
	padding: 0 0 0 50px;
}

/* ------------- news -----------------*/



.box_topnews {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: flex-start;
}

.box_topnews .mds {
	width: 117px;
	padding: 8px 0 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
}

.col_topnews {
	width: 100%;
	margin: 0;
	padding: 0;
}

.scroll_topnews {
	margin: 0;
	padding: 0 15px 0 0;
	overflow: auto;
}

.col_topnews dl {
	width: 100%;
	margin: 0;
	padding: 6px 7px;
	box-sizing: border-box;
	border-bottom: dotted 1px #231815;
	display: flex;
}

.col_topnews dl dt {
	width: 160px;
	margin: 0;
	padding: 0 0 0 10px;
	position: relative;
	z-index: 0;
}

.col_topnews dl.new dt:before {
	content: "NEW";
	padding: 1px 6px 2px;
	line-height: 1;
	font-size: 11px;
	font-weight: 300;
	color: #fff;
	background-color: #e60012;
	display: inline-block;
	position: absolute;
	top: 7px;
	right: 18px;
}

.col_topnews dl dd {
	width: calc(100% - 160px);
	margin: 0;
	padding: 0 0 0 15px;
}


/* --------------- sponsor --------------- */

.btn1.sponsor1 {
	width: 300px;
	margin: 40px auto 40px;
}


.tbl_sponsor1 {
	width: 100%;
	margin: 0 0 30px;
	border-top: solid 1px #231815;
	border-left: solid 1px #231815;
	table-layout: fixed;
}

.tbl_sponsor1 th {
	width: 200px;
	padding: 10px 12px 8px;
	font-weight: bold;
	text-align: center;
	background-color: #c4d9f5;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
}

.tbl_sponsor1 td {
	padding: 10px 15px 8px;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
}

ul.list_sponsor1 {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

ul.list_sponsor1 li {
	margin: 0 0 5px;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.cont_flow_sponsor {
	width: 100%;
	margin: 0 0 40px;
	padding: 10px 0 0;
	display: flex;
}

.cont_flow_sponsor dl {
	width: calc((100% - 60px)/3);
	margin: 0 30px 0 0;
	padding: 0;
	border: solid 1px #174f9a;
	position: relative;
	z-index: 0;
}

.cont_flow_sponsor dl:last-child {
	margin-right: 0;
}

.cont_flow_sponsor dl::before {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 12px #174f9a;
	border-top: solid 12px rgba(255, 255, 255, 0);
	border-bottom: solid 12px rgba(255, 255, 255, 0);
	position: absolute;
	top: calc(50% - 12px);
	right: -23px;
}

.cont_flow_sponsor dl:last-child::before {
	content: none;
}

.cont_flow_sponsor dl dt {
	height: 66px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	background-color: #174f9a;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cont_flow_sponsor dl dd {
	margin: 0;
	padding: 8px 10px;
}

.btn2.sponsor2 {
	width: 320px;
	margin: 0 auto 20px;
}

dl.list_faq {
	width: 100%;
	margin: 0 0 8px;
	padding: 0;
	display: table;
}

dl.list_faq:first-child {
	padding-top: 5px;
}

dl.list_faq dt {
	width: 38px;
	margin: 0;
	padding: 0 10px 0 0;
	font-weight: bold;
	text-align: right;
	display: table-cell;
	vertical-align: top;
}

dl.list_faq dd {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: top;
}

dl.list_faq.ques dd {
	font-weight: bold;
}

dl.list_faq.ques {
	color: #437dc4;
}

dl.list_faq.ans dt {
	color: #ef0000;
}

dl.list_faq.ans {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: dashed 1px #ccc;
}


/* --------------- 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 #004c98;
	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 #004c98;
	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: #004c98;
}

.cont_flow_sponsor dl dd {
	margin: 0;
	padding: 8px 12px;
}

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;
}


/* --------------- summary --------------- */

.indent1.summary {
	padding-left: 7em;
	text-indent: -7em;
}


/* --------------- greeting --------------- */

.mds1.greeting {
	margin: 0 0 20px;
}

.col_greeting {
	width: fit-content;
	margin: 0 0 20px auto;
	padding: 10px 15px 15px 0;
	box-sizing: border-box;
}

.name_greeting {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 15px;
	line-height: 22px;
	width: fit-content;
}

.name_greeting span {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5em;
}

.name_greeting .shozoku {
	margin-top: 5px;
	line-height: 1.7;
	font-weight: 500;
	font-size: 15px;
}

.indent1.greeting {
	padding-left: 8em;
	text-indent: -8em;
}

.img_greeting1 {
	margin: 0 25px 0 5px;
	float: left;
}

.txt_greeting {
	padding: 0 13px;
	font-size: 15px;
	line-height: 26px;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;

}

.name_greeting1 {
	font-size: 18px;
	font-weight: bold;
}

/* --------------- link --------------- */


/* --------------- access --------------- */