@charset "UTF-8";

/*--------------------------------
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{
	display: block;
}
ul li{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	}
select,
option,
input[type=text],
input[type=tel],
input[type=password],
textarea,
button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
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;
}

/*--------------------------------
common
--------------------------------*/
html{
    font-size: 62.5%;
}
body{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	line-height: 1.6;
	font-size: 1.6rem;
}
a{
	color: #00a0e9;
}
img{
	max-width: 100%;
}
h2,h3{
    line-height: 1.4;
}
.wrap{
	margin: 0 auto;
	max-width: 750px;
	overflow: hidden;
}
.primary-heading{
	margin-bottom: 16px;
	padding: 8px 16px;
	background: yellow;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 900;
}
.secondary-heading,
.content-body h3,
.form-label{
	margin-bottom: 8px;
	padding: 4px 0 4px 20px;
	display: block;
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
}
.secondary-heading::before,
.content-body h3::before,
.form-label::before{
	width: 8px;
	height: 100%;
	background: #ff00cc;
	border-radius: 8px;
	top: 0;
	left: 0;
	bottom: 0;
}
.btn-area{
    margin: 0 auto 64px;
    padding: 0;
}
.btn-area.fix{
    margin: 0 auto 16px;
    padding: 0 16px;
    max-width: 410px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 1s ease-out;
    z-index: 9999;
}
.regist-btn{
	padding: 12px 8px 12px 48px;
	width: 100%;
	min-width: 288px;
	min-height: 76px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: url("../images/btn-bg.webp") no-repeat right center / 67%, #ffff00;
	border: solid 3px #ff00cc;
	border-radius: 8px;
	box-shadow: 0 4px rgba(255,255,255,0.2) inset, 0 -4px rgba(0,0,0,0.1) inset, 0 0 8px #ffff00 inset;
	position: relative;
}
.regist-btn::before,
.regist-btn::after{
	margin: auto;
    top: 0;
    bottom: 0;
}
.regist-btn::before,
.close .regist-btn .inner::before{
	width: 34px;
    height: 34px;
    background: #ff00cc;
    border-radius: 100px;
    left: 8px;
}
.regist-btn::after{
	height: 1px;
	border: solid 8px transparent;
	border-left: solid 12px yellow;
	left: 21px;
}
.regist-btn-top,
.regist-btn-btm,
.regist-btn span{
    display: block;
    line-height: 1;
	font-weight: 900;
}
.regist-btn-top,
.regist-btn span{
	text-shadow: 0px 3px 1px white,0px 2px 1px white,1px 2px 1px white,2px 2px 1px white,2px 1px 1px white,2px 0px 1px white,3px 0px 1px white,2px -1px 1px white,2px -2px 1px white,2px -3px 1px white,1px -3px 1px white,0px -3px 1px white,-1px -3px 1px white,-2px -3px 1px white,-3px -3px 1px white,-3px -2px 1px white,-3px -1px 1px white,-3px 0px 1px white,-3px 1px 1px white,-3px 2px 1px white,-2px 2px 1px white,-1px 2px 1px white;
	font-size: 2.6rem;
	color: #ff00cc;
}
.regist-btn span.regist-btn-btm{
	margin-top: 6px;
	text-shadow: 0px 3px 1px yellow,0px 2px 1px yellow,1px 2px 1px yellow,2px 2px 1px yellow,2px 1px 1px yellow,2px 0px 1px yellow,3px 0px 1px yellow,2px -1px 1px yellow,2px -2px 1px yellow,2px -3px 1px yellow,1px -3px 1px yellow,0px -3px 1px yellow,-1px -3px 1px yellow,-2px -3px 1px yellow,-3px -3px 1px yellow,-3px -2px 1px yellow,-3px -1px 1px yellow,-3px 0px 1px yellow,-3px 1px 1px yellow,-3px 2px 1px yellow,-2px 2px 1px yellow,-1px 2px 1px yellow;
	font-size: 1.55rem;
	color: #000000;
}
.secondary-heading::before,
.content-body h3::before,
.form-label::before,
.logo-box::before,
.play .li .btn::after,
.howto .primary-heading::after,
.regist-btn::before,
.regist-btn::after,
.close .regist-btn::before,
.close .regist-btn::after,
.close .regist-btn .inner::before{
	content: "";
	position: absolute;
}
.mbr{
	display: none;
}

/*--------------------------------
header
--------------------------------*/
.navbar .logo-3ban{
	background-image: url("../images/logo.webp"),url("../images/navbar-3ban.webp");
}
.navbar .logo-4ban{
	background-image: url("../images/logo.webp"),url("../images/navbar-4ban.webp");
}
.navbar .logo-5ban{
	background-image: url("../images/logo.webp"),url("../images/navbar-5ban.webp");
}
.navbar .logo-6ban{
	background-image: url("../images/logo.webp"),url("../images/navbar-6ban.webp");
}
.navbar .logo-7ban{
	background-image: url("../images/logo.webp"),url("../images/navbar-7ban.webp");
}
.navbar .logo-8ban{
	background-image: url("../images/logo.webp"),url("../images/navbar-8ban.webp");
}
.navbar .logo-10ban{
	background-image: url("../images/logo.webp"),url("../images/navbar-10ban.webp");
}
.navbar .logo-11ban{
	background-image: url("../images/logo.webp"),url("../images/navbar-11ban.webp");
}
.navbar{
    padding: 8px;
	background: -webkit-linear-gradient(left, rgba(255,0,204,0) 0%,rgba(255,0,204,0.8) 100%),url("../images/navbar-bg.webp")no-repeat left center / cover;
	background: linear-gradient(to right, rgba(255,0,204,0) 0%,rgba(255,0,204,0.8) 100%),url("../images/navbar-bg.webp")no-repeat left center / cover;
    position: relative;
}
.navbar .logo{
    background-repeat: no-repeat;
    background-position: left,right;
    background-size: contain;
    text-indent: -200%;
}
.navbar-link{
    display: block;
}

/*--------------------------------
contents
--------------------------------*/
.swiper-slide,
.swiper-container{
    padding: 0!important;
}
.swiper-slide img{
    width: 100%!important;
}
.hero,
.header{
    position: relative;
}
.hero{
	margin-bottom: 16px;
}
.header,
.logo-box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.header{
	padding: 10px 10px 18px;
	background: url("../images/header-bg-left.webp") no-repeat left center / contain, url("../images/header-bg-right.webp") no-repeat right center / contain, rgba(255,51,204,0.8);
	text-align: center;
}
.header .ban{
    margin: auto;
    width: 140px;
    bottom: 8px;
}
.logo-box{
    top: 52px;
    bottom: 0;
    text-align: center;
}
.logo-box::before{
	width: 100%;
	height: 21%;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
	left: 0;
	bottom: 0;
}
.logo-box .logo{
    padding: 0 24px;
}
.logo-box .catch{
	width: 150px;
	position: absolute;
	right: 16px;
	bottom: 24px;
}
.about{
	padding: 0 16px;
}
.about-box{
    margin-bottom: 32px;
    padding: 16px 16px 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}
.about-box:nth-child(1){
    background-image: url("../images/about-bg1.webp");
}
.about-box:nth-child(2){
    background-image: url("../images/about-bg2.webp");
}
.about-box:nth-child(3){
    background-image: url("../images/about-bg3.webp");
}
.about .primary-heading{
	margin-bottom: 8px;
	padding: 4px;
	background: none;
	border: solid 1px white;
	border-radius: 4px;
	color: white;
}
.about .text{
    margin-bottom: 16px;
    font-weight: bold;
    color: white;
}
.play{
    padding: 19px 16px 0;
    overflow: hidden;
    background: url("../images/play-bg.webp") top center / 100%;
}
.play .heading{
	margin-bottom: 16px;
	text-align: center;
}
.play .primary-heading{
    padding: 0 2px 6px;
    display: inline;
    background: rgba(0,0,0,0) linear-gradient(transparent 58%, #ffff00 0%) repeat scroll 0 0;
    font-size: 1.8rem;
    line-height: 1.7;
}
.play .text{
    margin-bottom: 16px;
}
.play .ul{
    margin-bottom: 32px;
    padding: 0 32px;
}
.play .li .contents{
    margin: 10px 4px 20px 2px;
    padding: 16px 16px 0;
    overflow: hidden;
    display: none;
    background: #efefef;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.9);
}
.play .contents .img-box{
	margin-bottom: 16px;
	text-align: center;
}
.play .li{
	overflow: hidden;
}
.play .li .btn{
    padding: 17px 40px 17px 8px;
    display: block;
    background: -webkit-linear-gradient(top, rgba(253,51,202,1) 0%,rgba(190,38,152,1) 100%);
    background: linear-gradient(to bottom, rgba(253,51,202,1) 0%,rgba(190,38,152,1) 100%);
    border: solid 4px;
    border-color: #fe92e3 #c6279f #871b6c #c5279d;
    position: relative;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    cursor: pointer;
}
.play .li .btn::after{
	margin: auto;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -8px;
	right: 16px;
	bottom: 0;
}
.play .li .btn.active{
    padding: 19px 40px 15px 8px;
    background: -webkit-linear-gradient(top, rgba(190,38,152,1) 0%,rgba(253,51,202,1) 100%);
    background: linear-gradient(to bottom, rgba(190,38,152,1) 0%,rgba(253,51,202,1) 100%);
}
.play .li .btn.active::after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 10px;
}
.howto{
    padding-top: 24px;
}
.howto .primary-heading{
    margin: 0 56px 32px;
    padding: 8px;
    background: #ffff00;
    position: relative;
}
.howto .primary-heading::after{
	margin: auto;
	width: 1px;
	border: solid 8px transparent;
	border-top: solid 14px #ffff00;
	left: 0;
	right: 0;
	bottom: -22px;
}
.howto .li{
    margin-bottom: 32px;
    list-style: none;
}
.howto .li .secondary-heading{
    margin: 0 16px 4px;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: normal;
}
.howto .li .secondary-heading::before{
	display: none;
}
.howto .secondary-heading .number{
    margin-right: 8px;
    padding: 4px 8px;
    display: block;
    background: #ff33cc;
    border-radius: 4px;
    line-height: 1;
    font-weight: 600;
    color: white;
}
.howto .secondary-heading .text{
    flex: 1;
    text-align: left;
    line-height: 1.2;
    font-weight: normal;
}
.howto .text-box{
    margin: 0 16px 32px;
    padding: 12px 4px;
    border: solid 1px #ff33cc;
}
.howto .text{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}
.howto .text .strong{
	color: #ff33cc;
}
.qa .dl{
    margin: 0 16px 32px;
}
.qa .dt,
.qa .dd{
	display: flex;
}
.qa .dt{
	margin-bottom: 4px;
	font-weight: 900;
	color: #ff33cc;
}
.qa .dl .head{
	margin-right: 8px;
}
.qa .dl .text{
	flex: 1;
}
.content-body,
.form-wrapper{
    padding: 0 16px;
}
.content-body p,
.general-parts .note{
	margin: 0 0 32px;
}
.disc li{
	margin: 0 0 16px;
	padding-left: 8px;
	border-left: solid 2px #ff00cc;
}
.disc li:last-child{
	margin-bottom: 32px;
}
.general .ex,
.general p .ex{
	margin: 0 0 8px;
}
.general .ex{
	display: block;
}
.general .ex:last-child{
    margin-bottom: 32px;
}
.general h4{
    margin: 0 0 4px;
    padding-bottom: 4px;
    border-bottom: solid 1px;
    font-weight: normal;
    color: #ff00cc;
}

/*--------------------------------
form
--------------------------------*/
.form-box{
	margin-top: 32px;
}
input[type=text],
input[type=tel],
input[type=password],
select,
.regular-checkbox,
textarea{
	padding: 16px 8px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	vertical-align: bottom;
	border: 1px solid #ddd;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus{
	background: #fffde1;
}
textarea{
	padding: 8px;
}
select{
	padding-right: 40px;
	background: url("../images/icon-select.webp") no-repeat right center / 40px, #fff;
}
select:focus{
	background:  url("../images/icon-select.webp") no-repeat right center / 40px, #fffde1;
}
textarea{
	resize: vertical;
}
.regular-radio{
	display: none;
}
.form-item.normal-radio{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-item.normal-radio .radio-label{
	width: 50%;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
}
.radio-label::before{
	margin-right: 16px;
	width: 51px;
	height: 51px;
	display: inline-block;
	content: "";
	background: #ccc;
	border: 4px solid #ccc;
	border-radius: 50%;
	vertical-align: bottom;
}
.regular-radio:checked + .radio-label::before{
	background: #323232;
}
.regular-checkbox{
	display: block;
	border: solid #ddd;
	border-width: 1px 1px 0 1px;
}
.regular-checkbox:last-child{
	border-width: 1px;
}
.form-msg{
	margin-top: 8px;
	font-size: 1.4rem;
}
.general-parts .form-msg{
	margin-top: 0;
	font-size: 1.4rem;
}
.alert-msg{
	margin: 8px 0 24px;
	font-size: 1.4rem;
}
.error{
	padding: 5px 10px;
	background: #d00;
	color: #fff;
}
.notice{
	color:#f00;
	font-size:110%;
}
.btn-area.close .regist-btn{
	cursor: pointer;
}
.close .regist-btn::before,
.close .regist-btn::after{
    width: 24px;
    height: 6px;
    background: yellow;
    border: none;
    border-radius: 0;
    left: 13px;
    z-index: 1;
}
.close .regist-btn::before{
	transform: rotate(45deg);
}
.close .regist-btn::after{
	transform: rotate(-45deg);
}
.close .regist-btn .inner::before{
	margin: auto;
    top: 0;
    bottom: 0;
}

/*--------------------------------
campaign
--------------------------------*/
.campaign h4{border:0; font-size:1.4rem; color:#333; text-indent:0; padding:10px 0 10px 20px;}
.campaign h5{font-weight:normal; font-size:1.2rem;color:#333; padding:10px 0 10px 20px;}
.campaign p{padding:0 10px 0 20px;}
.cam_msg{font-size:1.1rem; color:#aaa; padding:0;}
.campaign strong{font-weight:bold; color:#f00;}
.camMenu{ margin-bottom:10px;padding-left:20px;}
.camMenu dt{ font-weight:bold; font-size:1.6rem; margin:5px 0;}
.camMenu dt:before{content:""; color:#714769;}
.camMenu dd{margin-bottom:10px;}
.camMenu table{border-collapse:collapse; width:270px; color:#000;}
.camMenu table th{text-align:center; background:#ccc; width:90px; border:1px solid #aaa;}
.camMenu table td{text-align:right; width:90px; background:#fff; border:1px solid #aaa; padding-right:10px; box-sizing:border-box;}
.camMenu table tr td:last-child{background:#ff0;}
#campaign_btn,
#campaign_btn_entry{
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 1;
}
#campaign_btn a,
#campaign_btn_entry a{
	width: 60px;
	height: 60px;
	display: block;
	background: url("../images/cam_btn.png") no-repeat 0 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}
.lpprtitle{
	background-color: #949494!important;
	color: #fff;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
	background: #323232;
	text-align: center;
}
.nav-list{
	border-bottom: 1px solid #000;
}
.nav-link{
	padding: 12px 16px;
	display: block;
	color: #fff;
}
.copy{
	padding: 16px;
	display: block;
	color: #fff;
}
body #pr{
	margin: auto;
	max-width: 750px;
	right: 0;
	bottom: -60px;
}

/*--------------------------------
media query iphone se
--------------------------------*/
@media screen and (max-width:354px){
	.mbr{
		display: block;
	}
    .logo-box{
        top: 50px;
    }
	.header{
		padding: 8px 10px 12px;
	}
}

/*--------------------------------
media query tablet
--------------------------------*/
@media screen and (min-width:768px){
	body{
		font-size: 2.8rem;
	}
	.wbr{
		display: none;
	}
	.btn-area{
		padding: 0 32px;
	}
	.btn-area.fix{
		margin: 0 auto 32px;
		padding: 0 56px;
		max-width: 750px;
	}
	.regist-btn{
		padding: 23px 16px 23px 96px;
		min-width: 638px;
		min-height: 150px;
		border: solid 5px #ff00cc;
		border-radius: 16px;
		box-shadow: 0 8px rgba(255,255,255,0.2) inset, 0 -8px rgb(0,0,0,0.1) inset, 0 0 16px #ffff00 inset;
	}
	.regist-btn-top,
	.regist-btn span{
		text-shadow:0px 5px 1px white,0px 4px 1px white,1px 4px 1px white,2px 4px 1px white,3px 3px 1px white,4px 2px 1px white,4px 1px 1px white,4px 0px 1px white,5px 0px 1px white,4px -1px 1px white,4px -2px 1px white,4px -3px 1px white,3px -4px 1px white,2px -5px 1px white,1px -5px 1px white,0px -5px 1px white,-1px -5px 1px white,-2px -5px 1px white,-3px -5px 1px white,-4px -4px 1px white,-5px -3px 1px white,-5px -2px 1px white,-5px -1px 1px white,-5px 0px 1px white,-5px 1px 1px white,-5px 2px 1px white,-4px 3px 1px white,-3px 4px 1px white,-2px 4px 1px white,-1px 4px 1px white;
		font-size: 5.1rem;
	}
	.regist-btn span.regist-btn-btm{
		margin-top: 12px;
		text-shadow: 0 0 6px yellow,0 0 6px yellow,0 0 6px yellow,0 0 6px yellow,0 0 6px yellow,0 0 6px yellow,0 0 6px yellow,0 0 6px yellow,0 0 6px yellow;
		font-size: 3.05rem;
	}
	.regist-btn::before,
	.close .regist-btn .inner::before{
		width: 70px;
		height: 70px;
		background: #ff00cc;
		border-radius: 100px;
		left: 12px;
	}
	.regist-btn::after{
		height: 1px;
		border: solid 16px transparent;
		border-left: solid 26px yellow;
		left: 37px;
	}
	.primary-heading{
		margin-bottom: 54px;
		padding: 16px 32px;
		font-size: 4.0rem;
	}
	.secondary-heading,
	.content-body h3,
	.form-label{
		margin-bottom: 16px;
		padding: 16px 0 16px 32px;
		font-size: 3.2rem;
	}
	.secondary-heading::before,
	.content-body h3::before,
	.form-label::before{
		width: 16px;
		border-radius: 16px;
	}
	.hero{
		margin-bottom: 32px;
	}
	.header{
		padding: 20px 20px 36px;
	}
	.header .ban{
		width: 293px;
	}
	.logo-box{
		top: 112px;
	}
	.logo-box .catch{
		width: auto;
		right: 32px;
		bottom: 48px;
	}
	.about{
		padding: 0 32px;
	}
	.about-box{
		margin-bottom: 64px;
		padding: 32px 32px 0;
	}
	.about .primary-heading{
		margin-bottom: 16px;
		padding: 8px;
		border: solid 2px white;
		border-radius: 8px;
		font-size: 3.2rem;
	}
	.about .text{
		margin-bottom: 32px;
	}
	.play{
		padding: 34px 32px 0;
	}
	.play .heading{
		margin-bottom: 35px;
	}
	.play .primary-heading{
		padding: 0 12px 12px;
		font-size: 3.7rem;
		line-height: 1.7;
	}
	.play .text{
		margin: 0 32px 32px;
	}
	.play .ul{
		margin-bottom: 64px;
		padding: 0 68px;
	}
	.play .li .btn{
		padding: 4px 52px 4px 4px;
		font-size: 3.4rem;
	}
	.play .li .btn::after{
		width: 16px;
		height: 16px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}
	.play .li .btn.active{
		padding: 6px 52px 2px 4px;
	}
	.play .li .contents{
		margin: 10px 8px 20px 4px;
		padding: 32px 32px 0;
		box-shadow: 4px 4px 8px rgba(0,0,0,0.9);
	}
	.play .contents .img-box{
		margin-bottom: 32px;
	}
	.play .contents .text{
		margin: 0 0 32px;
	}
	.howto{
		padding-top: 48px;
	}
	.howto .primary-heading{
		margin: 0 128px 64px;
		padding: 16px;
	}
	.howto .primary-heading::after{
		border: solid 16px transparent;
		border-top: solid 30px #ffff00;
		bottom: -46px;
	}
	.howto .li{
		margin-bottom: 64px;
	}
	.howto .li .secondary-heading{
		margin: 0 32px 8px;
		font-size: 3.2rem;
	}
	.howto .secondary-heading .number{
		margin-right: 16px;
		padding: 6px 13px;
		border-radius: 8px;
	}
	.howto .text{
		font-size: 3.2rem;
	}
	.howto .text-box{
		margin: 0 32px 64px;
		padding: 24px 8px;
		border: solid 2px #ff33cc;
	}
	.howto .text-box .text{
		font-size: 3.8rem;
	}
	.qa .dl{
		margin: 0 54px 32px;
	}
	.qa .dl:last-child{
		margin: 0 54px 64px;
	}
	.footer{
		font-size: 2.0rem;
	}
	.navbar{
		padding: 16px;
	}
	.content-body,
	.form-wrapper{
		padding: 0 32px;
	}
	.content-body p,
	.general-parts .note{
		margin: 0 0 54px;
	}
	.disc li{
		margin: 0 0 32px;
		padding-left: 16px;
		border-left: solid 4px #ff00cc;
	}
	.disc li:last-child{
		margin-bottom: 64px;
	}
	.general h4{
		margin: 0 0 8px;
		padding-bottom: 8px;
		border-bottom: solid 2px;
	}
	.form-box{
		margin-top: 54px;
	}
	input[type=text],
	input[type=tel],
	input[type=password],
	select,
	.regular-checkbox,
	textarea{
		padding: 19px 16px;
	}
	select{
		background: url("../images/icon-select.webp") no-repeat right center / 60px, #fff;
	}
	.form-item.normal-radio .radio-label{
		font-size: 2.8rem;
	}
	.radio-label::before{
		margin-right: 20px;
		width: 61px;
		height: 61px;
	}
	.form-msg{
		margin-top: 16px;
		font-size: 2.0rem;
	}
	.alert-msg{
		margin: 16px 0 54px;
		font-size: 2rem;
	}
	.error{
		padding: 8px 16px;
	}
	.close .regist-btn::before,
	.close .regist-btn::after{
		width: 48px;
		height: 12px;
		left: 23px;
	}
}