@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: #f2f7e2;
}


* {
	-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;
}

.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;
}







/* --------------- contents common --------------- */

.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: #20285a;
	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;
}




/* --------------- footer --------------- */


footer {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #cc583f;
}

footer .col_footer {
	width: 1260px;
	margin: 0 auto;
	padding: 20px 0 13px 322px;
	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.4;
	display: flex;
}

footer .col_footer dl dt {
	width: 83px;
	margin: 0 0 4px;
	padding: 2px 19px 0 0;
	border-right: solid 1px #fff;
	display: flex;
	align-items: center;
}

footer .col_footer dl dd {
	margin: 0;
	padding: 0 0 5px 22px;
}

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;
	background-color: #fff;
}

#rightcontents {
	width: 970px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#rightcontents_sub {
	width: 970px;
	min-height: 700px;
	margin: 0 0 40px;
	padding: 0;
	background-color: #fff;
}


/* --------------- leftcontents --------------- */


#leftcontents {
	width: 290px;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #fff;
}

#navi {
	width: 250px;
	margin: 30px auto 40px;
	padding: 0;
	background-color: #fff;
}

#navi li {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #dcdddd;
	background-color: #ffffff;
}

#navi li.active,
#navi li:hover {
	border-bottom: solid 1px #20285a;
	background: #20285a;
}

#navi li a {
	width: 100%;
	height: 100%;
	padding: 11px 12px 11px 18px;
	font-size: 17px;
	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: 5px;
	height: 11px;
	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: 1372px;
	margin: 0 0 8px;
	padding: 21px 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;
}


.col_header {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 97px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.col_header_sub {
	width: 100%;
	height: 112px;
	margin: 0 auto;
	padding: 40px 0 0;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	background-image: url(../img/bg_sunheader.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
}

.wrap_subcontents {
	width: 100%;
	padding: 43px 40px 20px
}

.top_theme {
	margin: 0;
	padding: 0 0 32px 137px;
}

.top_info1 {
	margin: 0;
	padding: 0 0 50px 254px;
}

.top_info2 {
	margin: 0;
	padding: 0 0 0 49px;
}

.wrap_topnews {
	width: 970px;
	margin: 0 auto 10px;
	padding: 22px 10px 22px 47px;
}


.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: 773px;
	margin: 0;
	padding: 0;
}

.scroll_topnews {
	max-height: 142px;
	margin: 0;
	padding: 0 15px 0 0;
	overflow: auto;
}

.col_topnews dl {
	width: 100%;
	margin: 0;
	padding: 6px 7px;
	border-bottom: dotted 1px #231815;
	box-sizing: border-box;
	display: flex;
}

.col_topnews dl:first-child {
	border-top: dotted 1px #231815;
}

.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 --------------- */

.mds2.sponsor1 {
	margin: 0 0 30px 0;
}

.box_sponsor1 {
	margin: 0 0 20px;
	padding: 22px 28px 32px;
	border: solid 1px #7b83ba;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

.box_sponsor1::before {
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	margin: 0;
	padding: 0;
	border: solid 1px #7b83ba;
	box-sizing: border-box;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: -1;
}

.btn1.sponsor1 {
	width: 560px;
	margin: 25px auto 0;
	padding: 7px 20px;
	line-height: 1.6;
	font-size: 17px;
}

.btn1.sponsor1.pdf::before {
	right: 18px;
}


.btn1.sponsor2 {
	width: 36%;
	margin: 15px 5px 0;
	padding: 0;
}

.box_sponsor2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.list_sponsor1 {
	margin: 0 0 15px;
	padding: 0;
}

ul.list_sponsor1 li {
	margin: 0 0 4px;
	padding: 0 0 0 1em;
	text-indent: -1em;
	line-height: 1.5;
}

ul.list_sponsor1 li *:not(.indent1) {
	text-indent: 0;
}

.flow_sponsor1 {
	width: 100%;
	margin: 0 0 30px;
	padding: 10px 0 0;
	display: flex;
}

.flow_sponsor1 dl {
	width: calc((100% - 60px)/3);
	margin: 0 30px 0 0;
	padding: 0;
	border: solid 1px #20285a;
	position: relative;
	z-index: 0;
}

.flow_sponsor1 dl:last-child {
	margin-right: 0;
}

.flow_sponsor1 dl::before {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 10px #20285a;
	border-top: solid 10px rgba(255, 255, 255, 0);
	border-bottom: solid 10px rgba(255, 255, 255, 0);
	position: absolute;
	top: calc(50% - 10px);
	right: -22px;
}

.flow_sponsor1 dl:last-child::before {
	content: none;
}

.flow_sponsor1 dl dt {
	height: 58px;
	margin: 0;
	padding: 0 0 2px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
	background-color: #20285a;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.flow_sponsor1 dl dd {
	margin: 0;
	padding: 10px 13px;
	line-height: 1.5;
}

a.btn2.sponsor2 {
	margin: 0 auto 20px;
}

dl.list_faq {
	width: 100%;
	margin: 0 0 15px;
	padding: 0 4px 15px;
	border-bottom: dashed 1px #ccc;
	box-sizing: border-box;
}

dl.list_faq dt {
	width: 100%;
	margin: 0 0 4px;
	padding: 0;
	color: #3545ab;
	font-weight: 600;
	display: flex;
}

dl.list_faq dd {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}

dl.list_faq .mds {
	width: 32px;
	margin: 0;
	padding: 0;
}

dl.list_faq dd .mds {
	color: #d46046;
	font-weight: 600;
}

dl.list_faq .txt {
	width: calc(100% - 32px);
	margin: 0;
	padding: 0;
}

.sponsor_small {
	font-size: 14px;
}

@media screen and (max-width: 991px) {
	.box_sponsor1 {
		padding: 18px;
	}

	.box_sponsor2 {
		display: block;
	}

	.btn1.sponsor1 {
		width: 100%;
	}

	.btn1.sponsor1 span {
		padding: 12px 34px 12px 12px;
	}


	.btn1.sponsor2 {
		width: 100%;
		margin: 15px 0 0;
	}

	.flow_sponsor1 {
		display: block;
	}

	.flow_sponsor1 dl {
		width: 95%;
		max-width: 350px;
		margin: 0 auto 20px;
	}

	.flow_sponsor1 dl:last-child {
		margin-right: auto;
	}

	.flow_sponsor1 dl::before {
		top: 100%;
		right: 48%;
		transform: rotate(90deg);
	}

	a.btn2.sponsor2 {
		width: 98%;
		max-width: 300px;
	}

}



/* --------------- greeting --------------- */

.txt_greeting {
	margin-bottom: 30px;
	padding: 0 13px;
	font-size: 15px;
	line-height: 26px;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.col_greeting {
	width: 100%;
	margin: 0 0 20px;
	padding: 20px 10px 0;
	border-top: solid 1px #ddd;
	display: flex;
	align-items: flex-end;
}

.col_greeting .img {
	margin: 0 25px 0 0;
	padding: 0;
}
.col_greeting .txt {
	margin: 0;
	padding: 0;
}

.col_greeting .txt .big {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5em;
}

.profile_greeting {
	margin: 0;
	padding: 0 10px;
	display: flex;
}

.profile_greeting .mds {
	width: 105px;
	margin: 0 10px 0 0;
	padding: 5px 0;
	font-weight: bold;
	border-right: solid 1px #e9c2b9;
}

.list_greeting1 {
	width: calc( 100% - 115px );
	margin: 0;
	padding: 5px 0;
	list-style: none;
}

.list_greeting1 li {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
ul.list_greeting1 li * { text-indent: 0; }




/* --------------- link --------------- */


/* --------------- access --------------- */