@charset "UTF-8";
/*
・1024pxでPC／スマホ切替え
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;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.8;
	background-color: #fff;
}

@media screen and (min-width: 951px) {
	body {
		border-top: solid 12px #00a4c5;
	}
}

* {
	-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;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}

ul {
	margin: 0;
	list-style: none;
}

.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;
}

.fs16 {
	font-size: 16px;
}

.fs17 {
	font-size: 17px;
}

.fs18 {
	font-size: 18px;
}

.fs19 {
	font-size: 19px;
}

.fs20 {
	font-size: 20px;
}

.fs21 {
	font-size: 21px;
}

.note {
	font-size: 0.8em;
}

.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;
}

.w100 {
	width: 100%;
}

.js-table.tbl_scroll {
	overflow-y: hidden !important;
}

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 screen and (max-width: 450px) {
	.btn1 {
		width: 92%;
		margin: 0 auto;
	}

	.btn2 {
		width: 92%;
	}
}

.pc_none {
	display: none;
}

.iblock {
	display: inline-block;
}

@media screen and (max-width: 700px) {
	.sp_none {
		display: none;
	}

	.pc_none {
		display: block;
	}
}

#wrap {
	overflow: hidden;
}

#subwrap {
	background-image: url(../img/bg_subcontents.jpg);
	background-repeat: no-repeat;
	background-size: 2000px auto;
	background-position: center 90px;
	background-attachment: fixed;
	overflow: hidden;
}

@media screen and (min-width: 2001px) {
	#subwrap {
		background-size: cover;
	}
}


/* --------------- header --------------- */

#header {
	width: 100%;
	height: 114px;
	margin: 0 auto;
	padding: 30px 0;
}

.logo_header {
	width: 94%;
	max-width: 890px;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
}

.logo_header .sp,
#menubtn {
	display: none;
}

@media screen and (max-width: 1024px) {
	#header {
		height: 92px;
		padding: 20px 8px;
		display: flex;
		align-items: center;
	}

	.logo_header {
		width: calc(100% - 50px);
		max-width: unset;
		margin: 0;
		padding: 0 8px 0 0;
		text-align: center;
	}

	.logo_header>a {
		width: 90%;
		margin: 0 auto;
		display: inline-block;
	}

	#menubtn {
		width: 50px;
		height: 50px;
		margin: 0;
		padding: 0;
		background-color: #00a4c5;
		display: block;
		position: relative;
		z-index: 0;
	}

	#menubtn span {
		width: 30px;
		height: 3px;
		margin: 0;
		padding: 0;
		background-color: #fff;
		display: inline-block;
		position: absolute;
		top: 13px;
		left: 10px;
	}

	#menubtn span:nth-child(2) {
		top: 24px;
	}

	#menubtn span:nth-child(3) {
		top: 35px;
	}

	#menubtn span:nth-of-type(1) {
		-webkit-animation: menu-bar01 .75s forwards;
		animation: menu-bar01 .75s forwards;
	}

	@keyframes menu-bar01 {
		0% {
			transform: translateY(11px) rotate(45deg);
		}

		50% {
			transform: translateY(11px) rotate(0);
		}

		100% {
			transform: translateY(0) rotate(0);
		}
	}

	#menubtn span:nth-of-type(2) {
		transition: all .25s .25s;
		opacity: 1;
	}

	#menubtn span:nth-of-type(3) {
		-webkit-animation: menu-bar02 .75s forwards;
		animation: menu-bar02 .75s forwards;
	}

	@keyframes menu-bar02 {
		0% {
			transform: translateY(-11px) rotate(-45deg);
		}

		50% {
			transform: translateY(-11px) rotate(0);
		}

		100% {
			transform: translateY(0) rotate(0);
		}
	}

	#menubtn.active span:nth-of-type(1) {
		-webkit-animation: active-menu-bar01 .75s forwards;
		animation: active-menu-bar01 .75s forwards;
	}

	@keyframes active-menu-bar01 {
		0% {
			transform: translateY(0) rotate(0);
		}

		50% {
			transform: translateY(11px) rotate(0);
		}

		100% {
			transform: translateY(11px) rotate(45deg);
		}
	}

	#menubtn.active span:nth-of-type(2) {
		opacity: 0;
	}

	#menubtn.active span:nth-of-type(3) {
		-webkit-animation: active-menu-bar03 .75s forwards;
		animation: active-menu-bar03 .75s forwards;
	}

	@keyframes active-menu-bar03 {
		0% {
			transform: translateY(0) rotate(0);
		}

		50% {
			transform: translateY(-11px) rotate(0);
		}

		100% {
			transform: translateY(-11px) rotate(-45deg);
		}
	}
}

@media screen and (min-width: 721px) {
	.logo_header a:hover img {
		opacity: 0.7;
	}
}

@media screen and (max-width: 700px) {
	#header {
		height: 62px;
		padding: 6px 8px;
	}
}

@media screen and (max-width: 600px) {
	.logo_header>a {
		width: 84%;
		max-width: 330px;
	}

	.logo_header .sp {
		display: inline-block;
	}

	.logo_header .pc {
		display: none;
	}
}

/* --------------- footer --------------- */

footer {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #000;
}

footer .col_footer {
	width: 94%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 12px 0 13px;
	font-size: 12px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

footer .col_footer dl {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

footer .col_footer dl:first-child {
	width: 150px;
	margin: 0 7% 0 0;
}

footer .col_footer dl:nth-child(2) {
	width: calc(93% - 150px);
}

footer .col_footer dl dt {
	margin: 0 0 2px;
	padding: 0;
	font-weight: 500;
}

footer .col_footer dl dd {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

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: 1080px) {
	footer .col_footer dl:nth-child(2) {
		width: 430px;
	}
}

@media screen and (max-width: 700px) {
	footer .col_footer {
		padding: 24px 0 16px 0;
		display: block;
	}

	footer .col_footer dl:first-child {
		width: 100%;
		margin: 0 0 17px;
	}

	footer .col_footer dl:nth-child(2) {
		width: 100%;
	}

	footer .col_footer dl dt {
		margin: 0 0 4px;
		text-align: center;
	}

	footer .col_footer dl dd {
		margin: 0;
		font-size: 11px;
		text-align: center;
	}
}

.copy {
	margin: 0;
	padding: 9px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	background-color: #00a4c5;
}


/* --------------- contents --------------- */

#contents {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 0;
}

#leftcontents {
	width: 260px;
	margin: 0;
	padding: 0 0 20px;
}

@media screen and (max-width: 1024px) {
	#contents {
		margin: 0 0 25px;
		flex-wrap: wrap;
	}

	#leftcontents {
		width: 100%;
		padding: 0;
		order: 1;
	}
}

#navi {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 0;
}

#navi .btn_lang {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	display: flex;
	justify-content: center;
}

#navi .btn_lang a,
#navi .btn_lang span {
	width: 48%;
	max-width: 150px;
	margin: 0;
	padding: 0.2em 0.7em 0.2em 0.3em;
	font-weight: 600;
	text-align: center;
	border: solid 1px #999;
	display: block;
	position: relative;
	z-index: 0;
}

#navi .btn_lang :first-child {
	margin-right: 4%;
}

#navi .btn_lang a {
	color: #000;
	text-decoration: none;
	background-color: #fff;
}

#navi .btn_lang span {
	color: #fff;
	background-color: #000;
}

#navi .btn_lang a::before,
#navi .btn_lang span::before {
	content: "";
	width: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 8px;
}

@media screen and (max-width: 1024px) {
	#navi .btn_lang {
		padding: 10px 10px 0;
	}
}

@media screen and (min-width: 721px) {
	#navi .btn_lang a:hover {
		color: #fff;
		background-color: rgba(0, 0, 0, 0.9);
	}
}

#navi ul {
	margin: 0;
	padding: 0;
}

#navi ul li {
	margin: 0 0 2px;
	padding: 0;
}

#navi ul li a,
#navi ul li .nolink {
	width: 100%;
	padding: 0.6em 0.5em;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 600;
	color: #000;
	text-align: center;
	text-decoration: none;
	background-color: #e6f3f8;
	display: block;
	position: relative;
	z-index: 0;
}

#navi ul li.art a {
	background-color: #f8dff7;
}


#navi ul li.active a,
#navi ul li a:hover {
	color: #fff;
	background-color: #00a4c5;
}

#navi ul li.art.active a,
#navi ul li.art a:hover {
	background-color: #92308d;
}


#navi ul li a.pdf::before {
	content: "";
	width: 22px;
	height: 26px;
	display: inline-block;
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transform: none;
	position: absolute;
	top: calc(50% - 12px);
	right: 10px;
}

#navi ul li a.outerlink::before,
#navi ul li a.outerlink::after {
	content: "";
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	transform: none;
	position: absolute;
}

#navi ul li a.outerlink::before {
	border: solid 2px #82cbd9;
	top: calc(50% - 4px);
	right: 12px;
}

#navi ul li a.outerlink::after {
	border-top: solid 2px #82cbd9;
	border-right: solid 2px #82cbd9;
	top: calc(50% - 7px);
	right: 9px;
}

@media screen and (max-width: 1024px) {
	#navi {
		width: 360px;
		height: calc(100% + 25px);
		background-color: #e6f3f8;
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}

	#navi ul li {
		margin: 0;
		border-bottom: solid 1px #dcdddd;
	}

	#navi ul li a,
	#navi ul li .nolink {
		padding: 0.6em 1em;
		text-align: left;
	}

	#navi ul li a::before {
		content: "";
		width: 8px;
		height: 8px;
		margin: 0;
		padding: 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		box-sizing: border-box;
		transform: rotate(45deg);
		position: absolute;
		top: calc(50% - 4px);
		right: 14px;
	}

	#navi ul li.active a::before {
		border-color: #fff;
	}

}

@media screen and (max-width: 700px) {
	#navi {
		width: 100%;
	}
}

#rightcontents {
	width: calc(97.6% - 260px);
	margin: 0;
	padding: 0 0 45px;
}

@media screen and (max-width: 1024px) {
	#rightcontents {
		width: 100%;
		padding: 0;
	}
}

.subcontents {
	min-height: 600px;
	margin: 0;
	padding: 20px 6%;
	background-color: rgba(255, 255, 255, 0.75);
}

.pagettl {
	margin: 0 0 24px;
	padding: 0.18em 0.8em 0.22em;
	color: #fff;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
	background-color: #00a4c5;
}

@media screen and (max-width: 1024px) {
	.pagettl {
		text-align: center;
	}
}


.mds1 {
	width: 100%;
	margin: 0 0 12px;
	padding: 0 0.3em 0.4em;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	box-sizing: border-box;
	border-bottom: solid 2px #92308d;
}

/*
.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: 10px 0 15px 0;
	padding: 1px 0 5px 10px;
	font-weight: bold;
	border-left: solid 5px #666;
	border-bottom: solid 1px #666;
	font-size: 16px;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
*/
.col_content {
	width: 100%;
	padding: 0 10px 0;
}

.col_prepare {
	padding: 100px 0;
	text-align: center;
}


/* --------------- top --------------- */

.col_topmain {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}

.col_topmain .mainimg {
	width: 42.78%;
	margin: 0;
	padding: 0;
	order: 1;
}

.col_topmain .cont_topmain {
	width: 57.22%;
	margin: 0;
	padding: 0;
}

.col_topmain .cont_topmain .theme {
	width: 100%;
	margin: 0;
	padding: 75px 0 55px;
	text-align: center;
	background-image: url(../img/top/bg_theme.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center 3%;
}

.col_topmain .cont_topmain .theme img {
	width: 88.65%;
}

.col_topmain .cont_topmain .cont_info {
	width: 83.75%;
	margin: 0 auto 38px;
	padding: 0;
}

.col_topmain .cont_topmain .cont_info img {
	width: 100%;
	max-width: 465px;
}

.col_topnews {
	width: 94%;
	margin: 0;
	padding: 0;
}

.mds_topnews {
	width: 100%;
	max-width: 470px;
	margin: 0 auto;
	padding: 0;
	color: #92308d;
	font-size: 17px;
	font-weight: 700;
}

.cont_topnews {
	width: 100%;
	max-width: 485px;
	max-height: 145px;
	margin: 5px auto 0;
	padding: 0;
	box-sizing: border-box;
	overflow: auto;
}

.cont_topnews dl {
	width: 100%;
	margin: 0;
	padding: 5px 12px 6px;
	line-height: 1.4;
	border-bottom: dotted 1px #231815;
	box-sizing: border-box;
	display: flex;
}

.cont_topnews dl:first-of-type {
	border-top: dotted 1px #231815;
}

.cont_topnews dl dt {
	width: 130px;
	margin: 0 15px 0 0;
	padding: 2px 0;
	box-sizing: border-box;
	font-size: 15px;
	position: relative;
	z-index: 0;
}

.cont_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: 5px;
	right: 0;
}

.cont_topnews dl dd {
	width: calc(100% - 145px);
	margin: 0;
	padding: 2px 0 0;
	box-sizing: border-box;
	font-size: 15px;
}

@media screen and (max-width: 1024px) {
	.col_topmain .cont_topmain .theme {
		padding: 7.324vw 0 5.371vw;
	}

	.col_topnews {
		width: 90%;
		margin: 0 auto;
	}

	.mds_topnews,
	.cont_topnews {
		max-width: unset;
	}
}

@media screen and (max-width: 960px) {
	.cont_topnews dl {
		padding: 12px 5px 10px;
		display: block;
	}

	.cont_topnews dl dt {
		width: 105px;
		margin: 0;
		padding: 0;
		font-size: 13px;
	}

	.cont_topnews dl.new dt:before {
		padding: 2px 4px;
		top: 1px;
	}

	.cont_topnews dl dd {
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.col_topmain {
		padding: 4.2vw 0 0;
		background-color: #f8fcf8;
		display: block;
	}

	.col_topmain .mainimg {
		width: 60%;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}

	.col_topmain .cont_topmain {
		width: 100%;
	}

	.col_topmain .cont_topmain .theme {
		margin: 0 0 -6.53vw;
		padding: 14.44vw 0 16.66vw;
		position: relative;
		top: -6.53vw;
	}

	.col_topmain .cont_topmain .theme img {
		width: 82.788%;
	}

	.col_topmain .cont_topmain .cont_info {
		width: 75.7vw;
		margin: 0 auto -6.863vw;
		position: relative;
		top: -11.863vw;
	}

	.col_topmain .cont_topmain .cont_info img {
		max-width: unset;
	}

	.col_topnews {
		width: 100%;
		padding: 4vw 4%;
		background-color: #fff;
	}

	.mds_topnews {
		max-width: unset;
		padding: 0.15em 0.5em;
		color: #fff;
		font-size: 20px;
		background-color: #92308d;
		text-align: center;
	}

	.cont_topnews {
		max-width: unset;
		max-height: 30vw;
		margin: 0 auto;
	}

	.cont_topnews dl:first-of-type {
		border-top: none;
	}
}


/* --------------- link --------------- */

ul.list_link1 {
	margin: 0;
	padding: 0;
}

ul.list_link1 li {
	margin: 0 0 0.3em;
	padding: 0 0 0 14px;
	position: relative;
	z-index: 0;
}

ul.list_link1 li::before {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 8px #92308d;
	border-top: solid 5px rgba(255, 255, 255, 0);
	border-bottom: solid 5px rgba(255, 255, 255, 0);
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
}

/* --------------- Art --------------- */

.pagettl.art {
	background-color: #92308d;
}

.list_career {
	margin: 0 0 30px;
	padding: 0 5px 15px;
	border-bottom: 1px solid #ccc;
}

.list_career li {
	margin: 0 0 7px;
	padding: 0;
	line-height: 1.5;
	display: flex;
}

.list_career.en li {
	margin: 0 0 7px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
	display: flex;
}

/* --------------- 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% - 180px);
	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;
	}
}



ul.list_greeting1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.list_greeting1 li {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}


/* --------------- sponsor --------------- */

.btn1.sponsor1 {
	width: 380px;
	margin: 0 auto 30px;
	line-height: 1.4;
}

.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;
	}
}
