/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,small{
	display: block;
}
ul{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 200;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input,textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
global element
--------------------------------*/
html{
	width: 100%;
}
body{
	width: 100%;
	background: #f5f5f5;
	font-size: 24px;
	color: #555;
	-webkit-text-size-adjust: 100%;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 400;
	font-style: normal;
}
a,button{
	transition: .3s;
}
a:hover,button:hover{
	opacity:.6;
}
.wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	position: relative;
	overflow: hidden;
	opacity: 0;
	animation: fade-in .3s ease .3s forwards;
	background: #fff;
}
.content-img{
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	position: relative;
	background: url(../images/bg_top.webp) no-repeat center top / cover;
}
.top .btn-row{
	padding: 0 8% 4%;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.logo-link{
	padding: 2%;
	height: 96px;
	display: block;
}
.logo-link .content-img{
	height: 100%;
}
/*--------------------------------
Contents
--------------------------------*/
.content{
	padding: 4%;
}
.content-inner{
	padding: 8%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.content-head{
	margin: 0 0 4%;
	padding: 4% 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	text-align: center;
	color: #ff0068;
	background: url(../images/bg_heading01.webp) no-repeat center bottom / 70% auto;
}
.content-head-txt{
	font-weight: 700;
	font-size: 1.4em;

}
.step .content-head{
	color: #16cacc;
	background: url(../images/bg_heading02.webp) no-repeat center bottom / 70% auto;
}
.safety .content-head{
	color: #f90;
	background: url(../images/bg_heading03.webp) no-repeat center bottom / 70% auto;
}
.step-item{
	padding: 4% 2% 2%;
	background: #a8e1db;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 4px;
}
.faq-list{
	padding: 0 4% 4%;
}
.faq-head{
	padding: 4% 0;
	border-bottom: 1px solid #ccc;
	transition: .3s;
	font-size: 1em;
	font-weight: 700;
	list-style-type: none;
	position: relative;
}
.faq-head::after{
	margin: auto;
	width: 16px;
	height: 16px;
	content: "";
	background: #ff0068;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
}
summary::-webkit-details-marker {
  display:none;
}
.faq-item[open] .faq-head{
	color: #ff0068;
}
.faq-item[open] .faq-head::after{
	clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.faq-item .general-txt{
	margin: 0 0 4%;
	padding: 4% 2%;
	opacity: 0;
	font-size: 1em;
	line-height: 1.6;
	border-bottom: 1px solid #ccc;
}
.faq-item[open] .general-txt{
	animation: fade-in .5s ease forwards;
}
.general{
	margin: 0 4%;
	padding: 0 4% 4%;
}
.tertiary-head{
	padding: 0 0 4%;
	font-size: 1.1em;
	color: #ff7096;
	font-weight: 700;
	line-height: 1.1;
}
.sub-head{
	padding: 0 0 2%;
	font-siz:e 1em;
	color: #666;
	font-weight: 700;
	line-height: 1.1;
}
.general-txt, .list-item{
	padding: 0 0 4%;
	font-size: .9em;
	line-height: 1.4;
}
.general-table{
	width: 100%;
	font-size: .9em;
}
.table-row{
	border-bottom: 1px solid #fff;
}
.table-head{
	padding: 2%;
	width: 30%;
	font-weight: normal;
	background: #ccc;
	color: #fff;
	border-right: 1px solid #fff;
}
.table-data{
	padding: 2%;
	width: 70%;
	background: #f0f0f0;
}
.hl-txt{
	color: #ff7096;
	font-weight: 800;
}
.general-img{
	padding: 0 4% 4%;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	padding: 0 8% 8%;
	position: relative;
	text-align: center;
}
.reg-btn{
	padding: 5% 2%;
	background: #f90;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	border-radius: 8px;
	position: relative;
}
.btn-sub{
	font-weight: normal;
	font-size: 1em;
	position: absolute;
	right: 4%;
	bottom: 16%;
}
.btn-desc{
	padding: 0 0 2%;
	font-size: 1.2em;
	font-weight: bold;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4%;
	width: 100%;
	text-align: center;
	background: #eba8b3;
	color: #fff;
}
.gnav-list{
	width: 100%;
	text-align: center;
}
.nav-link{
	padding: 2% 0;
	color: #fff;
	display: block;
	font-size: .8em;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.copy, .info{
	padding: 2% 0;
	font-size: .8em;
	line-height: 1.4;
}
/*--------------------------------
POPUP
--------------------------------*/
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
0% {opacity: 0;filter: blur(4px);}
100% {opacity: 1;filter: blur(0);}
}
@keyframes slide-in{
0% {opacity: 0;filter: blur(4px);transform: translate3d(-32px,0,0);}
100% {opacity: 1;filter: blur(0);transform: translate3d(0,0,0);}
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
	/*--------------------------------
	Header
	--------------------------------*/
	.logo-link{
		height: 72px;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
	/*--------------------------------
	Button
	-------------------------------*/
	/*--------------------------------
	Footer
	--------------------------------*/
}
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 14px;
	}
}