html{font-size:24px;}
body{
	margin:0;padding:0;line-height:2rem;
	font-family:sans-serif;
	background:#fff9e9;
	color:#43370f;
}
p,table,dl,ul,ol,hr,
h1,h2,h3,h4,h5,h6{margin-top:2rem;margin-bottom:2rem;}
img{max-width:100%;height:auto;vertical-align:bottom;border:none;}

.ime_j{ime-mode:active;}
.ime_e{ime-mode:inactive;}

.center{margin-left:auto;margin-right:auto;text-align:center;}
.ta_r{text-align:right;}
.ta_l{text-align:left;}
.ofh{overflow:hidden;}
.ofa{overflow:auto;}
.tofh{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.w100{width:100%;box-sizing:border-box;}
.w50{width:50% !important;box-sizing:border-box;}
.w40{width:40% !important;box-sizing:border-box;}
.wsnr{white-space:nowrap;}
.mincho{font-family:serif;}
.gothic{font-family:sans-serif;}
.hide_txt{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.tofh2{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}

.inner{
	max-width:780px;
	margin:auto;
	box-sizing:border-box;
	padding:0 70px;
}



.lnk{
	color:#f57f97;
	text-decoration:none;
}
.mark{
	display:inline-block;
	font-size:16px;
	line-height:32px;
	border-radius:5px;
	color:#fff;
	padding:0 10px;
	margin-left:30px;
}
.mark.required{
	background:#f57f97;
}
.mark.any{
	background:#ccc;
}
.attn{
	color:#f57f97;
	font-weight:bold;
}
.attn2{
	color:#fc2b51;
	font-weight:950;
}
label{
	display:inline-block;
	margin-right:40px;
}
.wrp_itv_ymdhi{
	display:flex;
	column-gap:10px;
}
.dl_form{
	color:#43370f;
}
.dl_form dt{
	font-weight:bold;
}
.dl_form dd{
	margin:0;
	padding-bottom:30px;
}
.btn{
	background:linear-gradient(to bottom right,#f58097,#fbb575);
	border:none;
	border-bottom:10px solid #c25067;
	border-radius:5px;
	font-size:40px;
	line-height:50px;
	padding:50px 10px;
	color:#fff;
	font-weight:bold;
	display:block;
	width:100%;
	box-sizing:border-box;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
.btn.off{
	background:#ccc;
	border-color:#aeaeae;
	padding:25px 70px;
	width:auto;
	display:table;
	margin-left:auto;
	margin-right:auto;
}



.bc{
	color:#aeaeae;
	font-size:20px;
	line-height:30px;
	margin:20px 0;
}
.bc a{
	color:inherit;
}



#ep_header{
	margin:2rem 0;
}
#ep_header p{
	margin:0;
}
#ep_header .hdr{
	background:#f57f97;
	color:#fff;
	font-size:35px;
	line-height:70px;
	font-weight:bold;
	border-radius:10px 10px 0 0;
}



.wrp_box{
	background:#fff;
	border:10px solid #f57f97;
	padding:0 30px;
	margin:50px 0;
}
.wrp_box .txt{
	color:#f57f97;
}
.hdr_sparkle{
	color:#f57f97;
	font-size:40px;
	line-height:60px;
	padding:0 60px;
	position:relative;
	display:table;
}
.hdr_sparkle::before,
.hdr_sparkle::after{
	content:"";
	position:absolute;
	width:50px;
	height:60px;
	top:50%;
	margin-top:-30px;
	background:url(../img/sparkle.svg) center no-repeat;
	background-size:contain;
}
.hdr_sparkle::before{
	left:0;
}
.hdr_sparkle::after{
	right:0;
}



/***** form *****/
select,
textarea,
input[type=password],
input[type=tel],
input[type=url],
input[type=email],
input[type=search],
input[type=number],
input[type=submit],
input[type=reset],
input[type=text]{
	font-size:32px;
	line-height:45px;
	padding:13px;
	/*
	color:#ccc;
	*/
	border:2px solid #eadfd8;
	border-radius:5px;
	margin:1px;
	box-sizing:border-box;
	width:calc(100% - 1px);
	appearance:none;
	-webkit-appearance:none;
}
textarea::placeholder,
input::placeholder{
	opacity:0.5;
}
input[type=checkbox] {
	transform:scale(1.5);
}
input[type=submit],
input[type=reset]{
	padding:5px 50px;
	background:#eee;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

.error-input{
	background: #ffdddd !important;
}
