@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: #b8e2f5;
}


* {
	-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;
}

.iblock {
	display: inline-block;
}

.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;
}

.w100 {
	width: 100%;
}


.red {
	color: #ef0000;
}

.blue {
	color: #0055bd;
}

.indent1.blue {
	line-height: 1.4;
}

.pink {
	color: #ed8fb1;
	font-weight: bold;
}

.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;
}

br.pc_none {
	display: none;
}

@media screen and (max-width: 750px) {
	br.pc_none {
		display: block;
	}

}

/* --------------- header --------------- */


header {
	width: 100%;
	height: 109px;
	background: linear-gradient(to bottom, #fff 0%, #f9dde3 100%);
	border-bottom: solid 5px #ed80a3;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;

}

.wrap_header {
	width: 100%;
	max-width: 1400px;
	height: 109px;
	margin: 0 auto;
	position: relative;
}

.wrap_header::before {
	position: absolute;
	content: '';
	background-image: url(../img/header_music.png);
	width: 284px;
	height: 114px;
	background-repeat: no-repeat;
	top: -9px;
	left: 2%;
}

.col_header {
	width: auto;
	max-width: 969px;
	margin: 0 auto 0 26%;
	padding: 20px 0 0;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
}



.col_header .logo {
	/* margin-left: 20%; */
	max-width: 969px;
	z-index: 1;
}

.col_header .logo .sp {
	display: none;
}

@media screen and (max-width: 1399px) {
	.col_header {
		margin: 0 auto;
	}

}

@media screen and (max-width: 1000px) {

	body {
		min-width: auto;
		margin-top: 60px;
	}

	header {
		width: 100%;
		height: 62px;
		background-color: #066095;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}

	.wrap_header {
		height: 62px;
		width: 100%;
		margin: 0;
	}

	.wrap_header::before {
		background-image: none;
	}


	.col_header {
		width: 100%;
		height: 100%;
		padding: 0 0 0 3%;
		display: flex;
		align-items: center;
		position: static;
		z-index: 0;
	}

	.col_header h1 {
		padding: 0;
		max-width: 450px;
	}

	.col_header .logo .pc {
		display: none;
	}

	.col_header .logo .sp {
		display: block;
		width: 92%;
		margin: 0 auto;
	}

	.col_header .logo {
		display: flex;
		justify-content: center;
		width: 100%;
		max-width: 519px;
	}

	header::before {
		content: none;
	}

	#menubtn {
		width: 37px;
		height: 37px;
		margin: 0 6px 0 auto;
		padding: 0;
		display: block;
		background-color: #000;
		position: relative;
		z-index: 2;
	}

	#menubtn.active {
		background-color: #000;
	}

	#menubtn .btn {
		width: 36px;
		height: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 0;
	}

	#menubtn .btn span {
		width: 20px;
		height: 1.5px;
		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: 18px;
	}

	#menubtn span:nth-child(3) {
		top: 25px;
	}


	#menubtn.active span:nth-of-type(1) {
		width: 96%;
		transform: translateY(20px) rotate(-45deg);
		top: -1px;
	}

	#menubtn.active span:nth-of-type(2) {
		opacity: 0;
	}

	#menubtn.active span:nth-of-type(3) {
		width: 96%;
		transform: translateY(-20px) rotate(45deg);
		top: 39px;
	}
}

@media screen and (max-width: 750px) {

	#menubtn {
		width: 37px;
		height: 37px;
	}

	#menubtn .btn span {
		width: 20px;
		height: 2px;
		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: 9px;
	}

	#menubtn span:nth-child(2) {
		top: 17.5px;
	}

	#menubtn span:nth-child(3) {
		top: 27px;
	}

	#menubtn.active span:nth-of-type(1) {
		width: 96%;
		transform: translateY(20px) rotate(-45deg);
		top: -1px;
	}

	#menubtn.active span:nth-of-type(3) {
		width: 96%;
		transform: translateY(-20px) rotate(45deg);
		top: 39px;
	} */
}

/* --------------- footer --------------- */


footer {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #00275a;
}

.col_footer {
	max-width: 1400px;
	max-height: 55px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: flex-start
}

.col_footer dl {
	display: flex;
}

.col_footer dl dt {
	padding: 0 20px 0 0;
	border-right: 1px solid #fff;
}


.col_footer dl dd {
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 1.4;

}

.copy {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #000000;
	font-size: 14px;
	background-color: #fff;
}

@media screen and (max-width: 1000px) {

	footer .col_footer {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 1.2em 0 1.2em;
		max-height: 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;
	}

	footer .col_footer dl dt {
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
		border-right: none;
	}

	footer .col_footer dl dd {
		width: 92%;
		margin: 0 auto;
	}

}

/* --------------- contents --------------- */


#contents {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 0 0;
	display: flex;
}

#rightcontents {
	width: calc(100% - 320px);
	margin: 0;
	padding: 0 5% 0 2.86%;
}

#rightcontents.top {
	overflow: hidden;
	position: relative;
}


#rightcontents.top::before {
	content: '';
	position: absolute;
	width: 5%;
	height: 100%;
	background-color: transparent;
	background: linear-gradient(to right, #b8e2f5 4%, transparent 100%);
	z-index: 1;
	    left: 3.6%;
	top: 0;
}

#rightcontents.top::after {
	content: '';
	position: absolute;
	width: 5%;
	height: 100%;
	background-color: transparent;
	background: linear-gradient(to left, #b8e2f5 4%, transparent 100%);
	z-index: 1;
	left: 88.8%;
	top: 0;
}

#rightcontents.sub {
	width: calc(100% - 360px);
	margin: 25px 0 0 0;

}

.bg_content {
	width: auto;
	min-height: 600px;
	margin: 0 0 25px;
	padding: 2.8% 2.1% 5.5%;
	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: #00275a;
	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 #00275a;
}

.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 #00275a;
}

.col_content {
	width: 100%;
	padding: 0 10px 0;
}

.col_prepare {
	padding: 100px 0;
	text-align: center;
}


@media screen and (max-width: 1000px) {

	#rightcontents {
		width: 100%;
		padding: 0;
	}

	#rightcontents.sub {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.bg_content {
		margin: 0;
	}

}

/* --------------- leftcontents --------------- */


#leftcontents {
	width: 320px;
	padding: 20px 0px 0 45px;
}

#navi {
	width: 276px;
	padding: 0;
}

#navi li {
	width: 100%;
	/* max-height: 42px; */
	margin: 5px 0;
	padding: 0;
	border-radius: 5px;
	border-bottom: solid 1px #e1dfdf;
	background-color: rgba(255, 255, 255, 0.7);
}

#navi li.nolink {
	background-color: rgba(255, 255, 255, 0.4);
}

#navi li:last-of-type {
	border-bottom: none;
}

#navi li.active,
#navi li:hover {
	border-bottom: solid 1px #00275a;
	background: #00275a;
}

#navi li.nolink:hover {
	background-color: rgba(255, 255, 255, 0.4);
	border-bottom: solid 1px #e1dfdf;
}

#navi li a {
	width: 100%;
	height: auto;
	padding: 10.5px 12px 10.5px 21px;
	font-size: 16px;
	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.nolink:hover a {
	color: #231815;
}

#navi li a::after {
	content: "";
	width: 5px;
	height: 10px;
	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.nolink:hover a::after {
	background-image: url(../img/arrow.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;
}


@media screen and (max-width: 1000px) {

	#leftcontents,
	#leftcontents_sub {
		position: static;
	}

	#leftcontents {
		margin: 0;
		padding: 0;
	}

	nav {
		width: 100%;
		height: 100vh;
		margin: 0;
		padding: 0;
		background-color: #fff;
		position: fixed;
		top: 60px;
		right: 0;
		z-index: 100;
		display: none;
		box-shadow: none;
		overflow: auto;
	}

	#navi {
		width: 100%;
		max-width: 100%;
		overflow: auto;
		margin: 0;
	}

	#navi li {
		margin: 0;
		border-radius: 0;
		border-bottom-color: #dcdddd;
		position: relative;
	}

	#navi li.nolink {
		background-color: rgba(0, 0, 0, 0.4);
	}

	#navi li::before {
		content: '';
		position: absolute;
		right: 30px;
		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 a {
		text-align: left;
	}

	#navi li.active::before,
	#navi li:hover::before {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	#navi li.nolink:hover {
		background-color: rgba(0, 0, 0, 0.4);
		border-bottom: solid 1px #e1dfdf;
	}

	#navi li.nolink:hover::before {
		border-top: 2px solid #000;
		border-right: 2px solid #000;
	}

	#navi li a::after {
		content: none;
	}

}



/* --------------- top --------------- */

.col_topmain {
	width: 100%;
	margin: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	position: relative;
	box-sizing: border-box;
}

.col_topmain .main_image {
	max-width: 970px;
	margin: 0 auto;
}

.col_topmain .main_image .sp {
	display: none;
}

.top_theme {
	max-width: 331px;
	position: absolute;
	top: 42%;
	left: 34.1%;
	width: 22vw;
}

.top_info {
	max-width: 578px;
	width: 47vw;
	position: absolute;
	bottom: 0%;
	left: 3%;
}

.top_info .sp {
	display: none;
}

.wrap_topnews {
	max-height: 147px;
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
}

.box_topnews {
	width: 100%;
	margin: 0;
	padding: 17px 10px 17px 0;
	display: flex;
	align-items: flex-start;
	position: relative;
}

.mds_topnews {
	width: 160px;
	margin: 0;
	padding: 8px 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: 98%;
	max-width: 55vw;
	margin: 0;
	padding: 4px 0 5px;
	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 screen and (max-width: 1000px) {

	#contents {
		width: 100%;
		display: block;
	}

	#rightcontents.top::before,
	#rightcontents.top::after {
		content: none;
	}


	.col_topmain .main_image {
		max-width: none;
	}

	.top_theme {
		max-width: 294px;
		width: 32vw;
		top: 42.2%;
		left: 36%;
	}

	.top_info {
		position: absolute;
		bottom: 0;
		left: 3%;
		width: 61vw;
	}

	.top_info .pc {
		display: none;
	}

	.top_info .sp {
		display: block;
	}

	.wrap_topnews {
		max-width: none;
	}

	.col_topnews dl {
		max-width: none;
	}

}

@media screen and (max-width: 750px) {
	.col_topmain {
		width: 100%;
	}

	.col_topmain .main_image .pc {
		display: none;
	}

	.col_topmain .main_image .sp {
		display: block;
	}

	.top_theme {
		top: 52.6vw;
		left: 31.4%;
		width: 42vw;
	}

	.top_info {
		width: 100vw;
	}

	.wrap_topnews {
		max-width: 903px;
		max-height: none;
		background-color: #fdf3f4;
		margin: 0;
		padding: 6.56% 0 0 0;
	}

	.box_topnews {
		width: 92%;
		margin: 0 auto;
		padding: 0 0 3.4%;
		display: block;
	}


	.box_topnews .mds_topnews {
		width: 100%;
		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: #ed7fa3;
		color: #fff;
	}

	.col_topnews {
		max-width: 660px;
		max-height: 188px;
		margin: 0 auto;
		overflow: auto;
		padding: 0;
		width: 100%;
	}


	.col_topnews dl {
		flex-direction: column;
		border-bottom: 1px solid #c9caca;
		padding-left: 5px;
	}

	.col_topnews dl:first-of-type {
		border-top: none;
	}

	.col_topnews dl dt {
		width: 100%;
		padding: 0;
	}

	.col_topnews dl.new dt:before {
		right: auto;
		left: 90px;
		top: 4.6px;
	}

	.col_topnews dl dd {
		width: 100%;
	}
}



/* --------------- greeting --------------- */

.mds1.greeting {
	margin: 0 0 20px;
}

.col_greeting {
	display: flex;
	align-items: flex-end;
	flex-direction: row-reverse;
	text-align: right;
	gap: 40px;
	gap: 40px;
	padding: 20px 10px;
	border-bottom: 1px solid #666666;
}


.name_greeting span {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5em;
}


.col_greeting .shozoku {
	font-size: 16px;
}

.indent1.greeting {
	padding-left: 8em;
	text-indent: -8em;
}

.img_greeting1 {
	margin: 0 25px 0 5px;
	float: left;
}

.txt_greeting {
	margin: 15px 0 0 0;
	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;
}

@media screen and (max-width: 600px) {
	.col_greeting {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 15px;
	}

	.img_greeting1 {
		margin: 0;
	}

}



/* --------------- summary --------------- */
.member_summary {
	display: flex;
	margin: 0;
	padding: 0;
}

.member_summary dt,
.member_summary dd {
	margin: 0;
	padding: 0;
}


.member_summary dt {
	min-width: 110px;
}

.member_summary .indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 650px) {
	.member_summary {
		flex-direction: column;
		margin: 0 0 10px 0;
	}
}

/* --------------- link --------------- */

ul.list_link {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

ul.list_link li {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	position: relative;
	z-index: 0;
}

ul.list_link li::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #125a76;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 3px;
}

/* --------------- access --------------- */


/* --------------- sponsor --------------- */
.btn1.sponsor1 {
	width: 440px;
	margin: 20px auto 40px;
}

.txt_position {
	padding-right: 20px;
}

table.tbl_sponsor1 {
	width: 100%;
	min-width: 420px;
	margin: 0 auto 15px;
	padding: 0;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
}

table.tbl_sponsor1 th {
	margin: 0;
	padding: 8px 15px;
	font-weight: bold;
	text-align: center;
	background-color: #c0d2ed;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

table.tbl_sponsor1 td {
	margin: 0;
	padding: 8px 20px;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

.col_flow_sponsor {
	width: 100%;
	margin: 0 0 40px;
	padding: 10px 0 0;
	display: flex;
	justify-content: space-between;
}

.col_flow_sponsor dl {
	width: calc((100% - 340px)/2);
	margin: 0;
	padding: 0;
	border: solid 1px #000;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

.col_flow_sponsor dl:last-child {
	width: 290px;
}

.col_flow_sponsor dl::before {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 8px #395c91;
	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;
}

.col_flow_sponsor dl:last-child::before {
	content: none;
}

.col_flow_sponsor dl dt {
	height: 60px;
	margin: 0;
	padding: 5px 12px 5px 27px;
	color: #fff;
	line-height: 1.5;
	text-indent: -15px;
	background-color: #4976ba;
	display: flex;
	align-items: center;
}

.col_flow_sponsor dl dd {
	margin: 0;
	padding: 8px 10px;
}

.btn1.sponsor1 {
	width: 390px;
	margin: 20px auto 20px;
	line-height: 1.3;
}

.btn1.sponsor2 {
	width: 50%;
	margin: 0 10px 30px;
	line-height: 1.3;
}

.btn1.sponsor3 {
	width: 50%;
	margin: 0 10px 30px;
	line-height: 1.3;
}

.btn2.sponsor4 {
	width: 260px;
	margin: 0 auto 30px;
}

.btnarea.sponsor {
	margin: 0;
	display: flex;
	justify-content: center;
}

dl.list_faq {
	margin: 0 0 10px;
	padding: 5px 0 14px;
	line-height: 1.6;
	border-bottom: dashed 1px #ccc;
}

dl.list_faq dt {
	width: 100%;
	margin: 0 0 8px;
	padding: 0;
	color: #4976ba;
	font-weight: bold;
	display: flex;
}

dl.list_faq dd {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}

dl.list_faq .mds {
	width: 40px;
	margin: 0;
	padding: 0 5px;
	text-align: right;
	box-sizing: border-box;
}

dl.list_faq dd .mds {
	color: #d13b3b;
	font-weight: bold;
}

dl.list_faq .txt {
	width: calc(100% - 40px);
}

@media print,
screen and (min-width: 990px) and (max-width: 1260px) {

	.col_flow_sponsor {
		display: block;
	}

	.col_flow_sponsor dl {
		width: 100%;
		margin: 0 auto 25px;
	}

	.col_flow_sponsor dl:last-of-type {
		width: 100%;
		margin: 0 auto;
	}

	.col_flow_sponsor dl::before {
		top: calc(100% + 5px);
		right: 50%;
		transform: rotate(90deg);
	}
}

@media print,
screen and (max-width: 720px) {

	.btn1.sponsor1 {
		width: 100%;
		max-width: 390px;
	}

	.btnarea.sponsor {
		flex-direction: column;
		justify-content: center;
	}

	.btn1.sponsor2,
	.btn1.sponsor3 {
		width: 100%;
		max-width: 390px;
		margin: 0 auto 20px;
	}

	.col_flow_sponsor {
		display: block;
	}

	.col_flow_sponsor dl {
		width: 100%;
		margin: 0 auto 25px;
	}

	.col_flow_sponsor dl:last-of-type {
		width: 100%;
		margin: 0 auto;
	}

	.col_flow_sponsor dl::before {
		top: calc(100% + 5px);
		right: 50%;
		transform: rotate(90deg);
	}
}