/* A Modern CSS Reset */
*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}
*{
	font-family: sans-serif;
	font-weight: 400;
}
body{
	background: #fff;
}
a{
	transition: all .3s;
	text-decoration: none;
}
a:hover{
	opacity: .7;
}
ul{
	list-style: inside none;
	padding: 0;
}
img{
	display: block;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}
p{
	font-size: 18px;
	line-height: 2em;
}
.center{
	text-align: center;
}
.center img{
	margin: 0 auto;
	text-align: center;
}
#wrapper{
	background-image: url(../img/bg.png);
	background-position: left top;
	background-repeat: repeat-y;
	background-size: 100%;
	margin: 0 auto;
	max-width: 768px;
	overflow: hidden;
	width: 100%;
}
ol{
	list-style: inside none;
	margin: 0;
	padding: 0;
}
.delay1{
	animation-delay: 0.1s;
}
.delay2{
	animation-delay: 0.2s;
}
.delay3{
	animation-delay: 0.3s;
}
.delay4{
	animation-delay: 0.4s;
}
.delay5{
	animation-delay: 0.5s;
}
.delay6{
	animation-delay: 0.6s;
}
.delay7{
	animation-delay: 0.7s;
}
.delay8{
	animation-delay: 0.8s;
}
.delay9{
	animation-delay: 0.9s;
}
.delay10{
	animation-delay: 1.0s;
}
/*===============================================
 * header
===============================================*/
header{
	position: relative;
}
header > img{
	position: relative;
	z-index: 0;
}
/*===============================================
 * main
===============================================*/
.cta{
	background: linear-gradient(to bottom, #ffffff 0%,#e9e8d0 100%);
	padding: 10% 5%;
}
.cta > p{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3em;
	text-align: center;
}
.arrow_bottom img{
	margin: 5% auto;
	width: auto !important;
}
.terms{
	text-align: center;
}
.notes{
	font-size: 16px;
	line-height: 1.3em;
	text-align: center;
}
.btn_area{
	margin: 5%;
}
.btn_area ul li + li{
	margin-top: 5%;
}
.btn_area a {
  pointer-events: none;
}

.btn_area img {
  opacity: 0.4;
  transition: opacity 0.3s;
}
.btn_area.active a {
  pointer-events: auto;
}
.btn_area.active img {
  opacity: 1;
}
#step{
	background: #ffdcdf;
	padding: 10% 5%;
}
#step h2{
	margin-bottom: 10%;
}
#step ul li + li{
	margin-top: 5%;
}
#point{
	padding: 10% 0;
}
#point h2{
	margin-bottom: 10%;
}
#point ul li + li{
	margin-top: 5%;
}
/*===============================================
 * terms
===============================================*/
#terms h2{
	border-top: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	color: #7f7f7f;
	margin: 5% 0;
	padding: 5% 0;
	text-align: center;
}
#terms dl{
	color: #7f7f7f;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 5%;
	padding: 15px;
}
#terms dl dt{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}
#terms dl dd{
	margin-bottom: 15px;
}
/*===============================================
 * commercial_law
===============================================*/
#commercial_law h2{
	border-top: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	color: #7f7f7f;
	margin: 5% 0;
	padding: 5% 0;
	text-align: center;
}
#commercial_law dl{
	color: #7f7f7f;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 5%;
	padding: 15px;
}
#commercial_law dl dt{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}
#commercial_law dl dd{
	margin-bottom: 15px;
}
.notes{
	display: block;
	font-size: 12px;
	text-align: left;
}
#commercial_law table{
	box-sizing: border-box;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0;
}
#commercial_law table th{
	background: #ff6b75;
	color: #fff;
	text-align: center;
}
#commercial_law table th,
#commercial_law table td{
	border: 1px solid #7f7f7f;
	padding: 7px;
}
#commercial_law table td{
	width: 50%;
}
.table_h th{
	background: #f5f5f5 !important;
	color: #7f7f7f !important;
}
.table_h th,
.table_h td{
	width: 25% !important;
	text-align: left !important;
}
/*===============================================
 * policy
===============================================*/
#policy h2{
	border-top: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	color: #7f7f7f;
	margin: 5% 0;
	padding: 5% 0;
	text-align: center;
}
#policy h3{
	color: #7f7f7f;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 15px 0;
}
#policy p{
	color: #7f7f7f;
	font-size: 14px;
	line-height: 1.3em;
	padding: 5px 15px;
}
#policy dl{
	color: #7f7f7f;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 5%;
	padding: 15px;
}
#policy dl dt{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}
#policy dl dd{
	margin-bottom: 15px;
}
/*===============================================
 * footer
===============================================*/
footer{
	padding: 0;
	text-align: center;
}
.footer_link{
	margin: 0;
}
.footer_link li a{
	background: #ff6b75;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 700;
	padding: 5%;
}
.copyright{
	background: #ff6b75;
}
.copyright p{
	color: #fff;
	font-size: 10px;
	padding: 15px 0;
}