@charset "utf-8";
body{
	background:url(https://offerbox-vvv-station.com/regist/assets/image/body_bg.jpg)no-repeat center center !important;
	background-size:cover;
	min-height:100vh;
}

h2{
	text-align:center;
	font-size: 36px;
}

input{
 -webkit-appearance: auto;
   -moz-appearance: auto;
        appearance: auto;
}

input[type=radio]{
 -webkit-appearance: auto;
   -moz-appearance: auto;
        appearance: auto;
}

.con_area{
	background: #FFFFFF;
	box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.12);
	border-radius: 20px;
	max-width:375px;
	margin:25px auto 0 auto;
	box-sizing:border-box;
	padding:30px;
}

.con_area h3{
	font-weight: bold;
	font-size: 14px;
	color: #AEAEAE;
	text-align:center;
}

p.err{
	font-weight: bold;
	font-size: 14px;
	color: #ff0000;
	text-align:center;
	margin-top:20px;
}

dl.login_area{
	font-weight: 500;
	font-size: 15px;
	margin-top:14px;
}

.btn01{
	width:100%;
	line-height: 1.3;
}

.link_area{
	text-align:center;
}

.link_area div:first-child{
	margin-bottom:15px;
}

.link_area a{
	font-size: 12px;
	color: #2AC5FF;
	font-weight:bold;
}

.link_area .attend{
	font-size: 12px;
	color: #AEAEAE;
	font-weight:bold;
}

input{
	vertical-align: text-top;
}

.btn_area{
	padding:26px 0;
}

@media only screen and (min-width: 768px) {

	.footer{
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
	}
}

@media (max-width: 768px) {
}


@media (max-width: 767px) {

	.con_area{
		max-width:93%;
		padding:20px;
	}

	.content_frame {
		padding-top: 80px;
	}

}
