/* BASE =====================================================*/
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	font-size: 1.6rem;
	line-height: 1.5rem;
}

a img:hover,
a img:active,
a:hover,
a:active {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	opacity: 0.8;
}


:root {
	--main-color1: #B50081;
	--main-color2: #F86ACF;
	--main-color3: #F9F0F3;
	--sub-color: #D13F93;
	--mono-tone1: #F0F0F0;
	--mono-tone2: #676767;
	--mono-tone3: #707070;
	--sub-color2: #FFF8CA;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

h1 {
	margin: 0;
}

h2 {
	margin: 0;
	padding: 0;
	position: relative;
	justify-content: center;
	align-items: center;
	font-size: 100%;
}

h2 span {
	position: relative;
}

h2 span::before {
	content: "";
	width: 100%;
	height: 6px;
	background-color: var(--main-color1);
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: 0;
}

h2 img {
	padding-right: 1rem;
	width: 100px;
}

figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
	display: block;
}

/* header =====================================================*/
#header {
	padding-top: 121px;
	margin: 0 auto 48px;
}

#header-inner {
	width: 1024px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 27px 0 20px;
	background-size: 90px auto;
}

#header-inner h1 img {
	width: 1024px;
	margin: 0 auto;
}

#header.end {
	padding-top: 0;
}


/* #contents =====================================================*/

.section {
	width: 100%;
}

.section-inner {
	width: 1024px;
	margin: 0 auto;
}

/* #kv-notes =====================================================*/
#kv-notes {
	margin-bottom: 39px;
}

#kv-notes ul {
	text-align: left;
}

#kv-notes ul li {
	display: block;
	position: relative;
	padding-left: 1em;
	color: #000;
	font-size: 18px;
	line-height: 1.667em;
}

#kv-notes ul li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
}

/* #period =====================================================*/
#period {
	margin-bottom: 64px;
}

#period .section-inner:before,
#period .section-inner:after {
	content: '';
	display: block;
	padding-top: 10px;
}

#period .section-inner:before {
	background: url(../img/period-border1.png) no-repeat center;
	background-size: 100% auto;
	margin-bottom: 23px;
}

#period .section-inner:after {
	background: url(../img/period-border2.png) no-repeat center;
	background-size: 100% auto;
	margin-top: 39px;
}

#period h2 {
	color: #4d4d4d;
	font-size: 24px;
	line-height: 1.25em;
	text-align: center;
	padding: 12px 0;
	position: relative;
	margin-bottom: 23px;
}

#period h2:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 496px;
	width: 32px;
	padding-top: 2px;
	background-color: #e4e4e4;
}

.period-text {
	color: #333;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	margin-bottom: 41px;
	letter-spacing: 5px;
}

.period-text strong {
	font-size: 142.858%;
	vertical-align: -0.075em;
}

.period-preesnt {
	width: 63.868%;
	margin: 0 auto;
	padding: 5px 0 17px;
	background-color: #fff7e8;
	border-radius: 15px;
}

.period-preesnt h3 {
	color: #4d4d4d;
	font-size: 24px;
	line-height: 1.25em;
	text-align: center;
	padding: 12px 0;
	position: relative;
	margin-bottom: 25px;
}

.period-preesnt h3:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 311px;
	width: 32px;
	padding-top: 2px;
	background-color: #e4e4e4;
}

.period-preesnt p {
	color: #333;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	margin-bottom: 11px;
}

.period-preesnt p strong {
	font-size: 142.858%;
	vertical-align: -0.075em;
}

.period-preesnt ul {
	text-align: center;
}

.period-preesnt ul li {
	display: inline-block;
	position: relative;
	padding-left: 1em;
	color: #808080;
	font-size: 18px;
	line-height: 1.667em;
}

.period-preesnt ul li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
}

#period .cp-btn {
	border: 3px solid #b60280;
	/*border-radius: 12px;*/
	overflow: hidden;
}

/* #did =====================================================*/
#did {
	margin-bottom: 18px;
}

#did .section-inner {
	border: 4px solid #d1eff1;
	box-sizing: border-box;
	border-radius: 15px;
	padding: 35px 0 50px;
}

#did h2 {
	color: #52c0c6;
	font-size: 48px;
	line-height: 1.168em;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}

#did p.image {
	width: 526px;
	margin: 0 auto;
}

#did ul {
	margin-top: 35px;
	text-align: center;
}

#did ul li {
	display: inline-block;
	position: relative;
	padding-left: 1em;
	color: #808080;
	font-size: 18px;
	line-height: 1.667em;
}

#did ul li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
}

/* #done =====================================================*/
#done {
	margin-bottom: 35px;
}

#done .section-inner {
	border: 4px solid #fce3e7;
	box-sizing: border-box;
	border-radius: 15px;
	padding: 35px 0 40px;
}

#done h2 {
	color: #fc7c8f;
	font-size: 48px;
	line-height: 1.168em;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}

#done p.image {
	width: 526px;
	margin: 0 auto;
}

#done p.flow {
	width: 550px;
	margin: 70px auto 0;
}

/* #regist =====================================================*/
.regist {
	width: 100%;
	margin: 0 auto 46px;
}

.regist ul {
	text-align: left;
}

.regist ul li {
	display: block;
	position: relative;
	padding-left: 1em;
	color: #000;
	font-size: 18px;
	line-height: 1.667em;
}

.regist ul li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
}

/* #introduction =====================================================*/
#introduction {
	background-color: #f0f5f5;
	margin-bottom: 60px;
}

#introduction .section-inner {
	padding: 50px 0 47px;
}

#introduction h2 {
	color: #595959;
	font-size: 36px;
	line-height: 1.334em;
	text-align: center;
	position: relative;
	margin-bottom: 9px;
}

#introduction p {
	color: #52c0c6;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.667em;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}

#introduction div.step ul {
	position: relative;
}

#introduction div.step ul:after {
	content: '';
	display: block;
	clear: both;
}

#introduction div.step ul li {
	width: 290px;
	float: left;
	margin-right: 77px;
	position: relative;
}

#introduction div.step ul li:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -49px;
	margin-top: 260px;
	width: 20px;
	padding-top: 2px;
	background-color: #e4e4e4;
}

#introduction div.step ul li:last-child {
	float: none;
	margin-right: 0;
	position: absolute;
	top: 0;
	right: 0;
}

#introduction div.step ul li:last-child:after {
	display: none;
}

/* #cp =====================================================*/
#cp {
	background-color: #fafafa;
	margin-bottom: 60px;
}

#cp .section-inner {
	padding: 50px 0 47px;
}

#cp h2 {
	color: #595959;
	font-size: 36px;
	line-height: 1.334em;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

#cp p {
	color: #52c0c6;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.667em;
	text-align: center;
	position: relative;
}

#cp div.step {
	width: 654px;
	margin: 0 auto 30px;
}


#cp div.step ul li {
	text-align: center;

}



/* #iaeon =====================================================*/


#iaeon .section-inner {
	padding: 50px 0 47px;
}

#iaeon h2 {
	color: #595959;
	font-size: 36px;
	line-height: 1.334em;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

#iaeon p {
	color: #52c0c6;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.667em;
	text-align: center;
	position: relative;
	/*margin-bottom:40px;*/
}

/* #donation =====================================================*/
#donation {
	background-color: #fafafa;
	margin-bottom: 60px;
}

#donation .section-inner {
	padding: 50px 0 47px;
}

#donation h2 {
	color: #595959;
	font-size: 36px;
	line-height: 1.334em;
	text-align: center;
	position: relative;
	margin-bottom: 9px;
}

#donation- div.step ul {
	width: fit-content;
	margin: 0 auto;
}

#donation div.step ul:after {
	content: '';
	display: block;
	clear: both;
}

#donation div.step ul li {
	width: 654px;
	margin: 0 auto;
	margin-bottom: 20px;

}


.detail ul.notes {
	width: 654px;
	margin: 0 auto;
}

.detail ul.notes li {
	text-align: center;
	color: #4d4d4d;
}


/* #start =====================================================*/
#start {
	margin-bottom: 95px;
	background-color: #f0f5f5;
}

#start .section-inner {
	padding: 50px 0 25px;
}

#start h2 {
	color: #595959;
	font-size: 36px;
	line-height: 1.334em;
	text-align: center;
	position: relative;
	margin-bottom: 9px;
}

#start p {
	color: #fc7d8f;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.667em;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}

#start div.step ul {
	position: relative;
}

#start div.step ul:after {
	content: '';
	display: block;
	clear: both;
}

#start div.step ul li {
	width: 290px;
	float: left;
	margin-right: 77px;
	position: relative;
}

#start div.step ul li:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -49px;
	margin-top: 260px;
	width: 20px;
	padding-top: 2px;
	background-color: #e4e4e4;
}

#start div.step ul li:last-child {
	float: none;
	margin-right: 0;
	position: absolute;
	top: 0;
	right: 0;
}

#start div.step ul li:last-child:after {
	display: none;
}

#start ul.notes {
	margin-top: 32px;
}

#start ul.notes li {
	position: relative;
	padding-left: 1em;
	color: #808080;
	font-size: 18px;
	line-height: 1.667em;
	text-align: left;
	margin-bottom: 5px;
}

#start ul.notes li:last-of-type {
	margin-bottom: 0;
}

#start ul.notes li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
}

/* #banner =====================================================*/
#banner {
	margin-bottom: 60px;
}

.banner {
	width: 63.867%;
	margin: 0 auto;
}

.banner p a {
	display: block;
}

.c-flex {
	display: flex;
}

.c-flex--aicenter {
	align-items: center;
}

.c-flex--jccenter {
	justify-content: center;
}

.c-flex--fdcolumn {
	flex-direction: column;
}

.c-button {
	display: block;
	width: 523px;
	height: 75px;
	max-width: 76.8vw;
	margin-bottom: 30px;
	color: #fff;
	background: linear-gradient(#a83295 0%, #d64990 100%);
	outline: none;
	border: 0;
	border-radius: 5.8666666667vw;
	font-weight: 600;
	text-decoration: none !important;
	text-align: center;
	font-size: 24px;
	line-height: 1.3333333333;
}

.c-button:before,
.c-button:after {
	display: block;
	overflow: hidden;
	content: '';
}

.c-button:before {
	margin-bottom: -0.6666666667vw;
}

.c-button:after {
	margin-top: -0.6666666667vw;
}

/* #download =====================================================*/
.download {
	padding-top: 65px;
	width: 63.868%;
	margin: 0 auto;
}


.download-btn:after {
	content: '';
	display: block;
	clear: both;
}

.download-btn p {
	width: 256px;
	float: left;
	margin-right: 34px;
}

.download-btn p:last-child {
	width: 314px;
	margin-right: 0;
}

.download-btn p a {
	display: block;
}

.download ul.notes {
	margin-top: 40px;
}

.download ul.notes:after {
	content: '';
	display: block;
}

.download ul.notes li {
	position: relative;
	padding-left: 1em;
	color: #808080;
	font-size: 18px;
	line-height: 2em;
	text-align: left;
}

.download ul.notes li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
}

/* #outline =====================================================*/
#outline {
	margin-bottom: 150px;
}

#outline h2 {
	color: #1e5f9a;
	font-size: 35px;
	line-height: 1.143em;
	text-align: center;
	margin-bottom: 47px;
}

#outline h2:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 50px;
	background: url(../img/bg_header.jpg) repeat left -29px;
	background-size: 90px auto;
	margin-bottom: 40px;
}

.outline-box {
	width: 526px;
	margin: 0 auto;
	padding: 50px 0 67px;
}

.outline-box h3 {
	color: #1e5f9a;
	font-size: 17px;
	line-height: 1.765em;
	text-align: left;
}

.outline-box li,
.outline-box dt,
.outline-box dd,
.outline-box p {
	color: #222;
	font-size: 20px;
	line-height: 1.765em;
	text-align: left;
}

.outline-box dt {
	font-weight: bold;
}

.outline-box dd,
.outline-box li {
	position: relative;
}

.outline-box li span {
	top: 0;
	left: 0;
	width: 1em;
}

.outline-box ul.notes {
	margin-top: 10px;
}

.outline-box ul.notes li {
	font-size: 15px;
}

#outline-box10 h2 {
	color: #595959;
	font-size: 36px;
	line-height: 1.334em;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

#outline-box10 a {
	color: #B60081;
	text-decoration: underline;
}

#outline-box10 a:hover {
	text-decoration: none;
}

/* #faq =====================================================*/


#faq h2 {
	color: #595959;
	font-size: 36px;
	line-height: 1.334em;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}



.qa-box {
	border-top: 1px solid #CCC;
	padding: 15px 0;
}

.qa-box p {
	color: #222;
	font-size: 20px;
	line-height: 2em;
	text-align: left;
	margin-left: 65px;
	margin-right: 81px;
	position: relative;
}

.qa-box:last-of-type p {
	margin-left: 20px;
}

.qa-box:last-of-type p a {
	color: #B60081;
	text-decoration: underline;
}

.qa-box p span {
	position: absolute;
	top: 0;
	right: 100%;
	width: 65px;
	color: #b60081;
	text-align: center;
	font-weight: bold;
}

.que-box {
	position: relative;
	padding: 30px 0;
}

.que-box p {
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.que-box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 2;
}

.que-box a.qa-open {
	height: 100%;
	z-index: 3;
}

.que-box a.qa-open:after {
	height: 100%;
}

.que-box a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 81px;
	height: 0;
	background: url(../img/toggle-close.png) no-repeat center;
	background-size: 100% auto;
}

.que-box a.qa-open:after {
	height: 100%;
	background-image: url(../img/toggle-open.png);
}

.toggle-open .que-box a.qa-open {
	height: 0;
}

.toggle-open .que-box a.qa-open:after {
	height: 0;
}

.toggle-open .que-box a.qa-close {
	height: 100%;
}

.toggle-open .que-box a.qa-close:after {
	height: 100%;
}

.ans-box {
	padding: 0 0 40px;
}


/* #inquiry =====================================================*/

#inquiry {
	margin-bottom: 60px;
}

#inquiry .section-inner {
	padding: 50px 0 47px;
}

#inquiry h2 {
	color: #595959;
	font-size: 36px;
	line-height: 1.334em;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

#inquiry img {
	margin: 10px 0;
}

#inquiry .txt-box {
	width: 526px;
	margin: 0 auto;
}

.txt-box p.inquiry-title {
	color: #b60081;
	font-size: 20px;
	line-height: 2em;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

.txt-box p.inquiry-txt {
	color: #222;
	font-size: 20px;
	line-height: 2em;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

.txt-box:last-of-type p a {
	color: #3385ff;
	text-decoration: underline;
}

.txt-box span {
	font-size: 12px;
}

/* parts =====================================================*/

.footblank {
	margin-left: .5rem;
	width: 1.6rem;
	vertical-align: middle;
}

#js-button img {
	width: 56px;
	height: 56px;
}

a[href^="tel:"] {
	pointer-events: none;
	color: #000 !important;
	text-decoration: none !important;
}

.color-red {
	color: #b50081;
}

.txt-detail {
	font-size: 12px;
}

.contactList {
	display: flex;
	align-items: flex-start;
	font-size: 13px;
}

.contactList>dt {
	font-size: 16px;
	flex-shrink: 0;
	padding: 1em;
	border: 1px solid #231815;
}

.contactList>dd {
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 0 1.5em;
}

.contactList>dd .tel {
	font-size: 20px;
	font-weight: bold;
}


/* applink =====================================================*/
p.applink,
#introduction p.applink {
	width: 640px;
	margin: 0 auto 40px;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	line-height: 1.2;
}

.section-inner p.applink,
#introduction p.applink {
	margin: 40px auto 0;
}

#contents .applink a {
	box-sizing: border-box;
	text-decoration: none;
	width: 380px;
	display: block;
	margin: 0 auto;
	background: -moz-linear-gradient(top, #A83295, #D64990);
	background: -webkit-linear-gradient(top, #A83295, #D64990);
	background: linear-gradient(to bottom, #A83295, #D64990);
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding: 21px 0;
	border-radius: 34px;
	position: relative;
}

#contents .applink a:after {
	content: "";
	fill: rgb(182, 2, 128);
	background: url(../img/ic-externallink-wh.svg) center top / cover no-repeat;
	position: absolute;
	top: 24px;
	right: 40px;
	width: 16px;
	height: 16px;
}

.applink-btn {
	border: 3px solid #b60280;
	border-radius: 12px;
	overflow: hidden;
}

.download-btn p:last-child {
	float: right;
}

#start ul.notes li.card-notice {
	color: #b60280;
}

.regist ul li.card-notice {
	color: #b60280;
}

.end_text {
	background-color: #909090;
	color: #FFFFFF;
	padding: 130px 0 10px 0;
}

.end_text p {
	width: 1024px;
	margin: 0 auto;
	padding: 10px 0;
	color: #FFFFFF;
}

.c-button {
	cursor: pointer;
}

.detail .notes li {
	line-height: 1.5;
	margin-bottom: 10px;
}

.mt-32 {
	margin-top: 32px;
}

.step img {
	margin: 0 auto 40px;
}

/* others */
.qr {
	margin-bottom: 40px;
	width:30%;
}


.title-24 {
	/* display: block;
	border-bottom: #52c0c6 solid 2px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-weight: bold; */
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
}

.title-24::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;
	display: inline-block;
	width: 32px;
	height: 2px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #e4e4e4;
	border-radius: 2px;
}

#content {
	display: block;
	width: 1200px;
	margin: 0 auto;
}

p {
	color: #4d4d4d;
}

.list_box {
	width: fit-content;
	margin: 100px auto;
}

.list {
	display: block;
	margin: 0 auto;
}

.list li {
	margin-bottom: 24px;
	font-size: 20px;
}

.list span {
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	.list_box {
		width: 87%;
		margin: 100px auto;
	}

}