@charset "utf-8";
/* CSS Document */



h1{
	position: static;
	margin: 10rem auto 4rem;;
	width: 100%;
	color: #f79f2e;
	font-size: 2.5rem;
	text-align: center;
}

.h1_text{
	margin: 0 4rem 5rem;
}

.age_information, .age_submit, .age_privacy{
	background: #fff9ed;
	margin: 0 2rem 7rem;
	padding-bottom: 2rem;
	color: #6d444e;

}

h2{
	padding: 1.5rem;
	font-size: 2rem;
	text-align: center;
	background: #fbcf77;
	color: #FFF;
}

.h2_text{
	padding: 2rem;
}

span{
	color: #bf160e;
}

.box1{
	background: #FFF;
	padding: 3rem 2rem;
	margin: 0 2rem 2rem;
	border-radius: 10px;
}

.ageFlex{
	display: flex;
	align-items: center;
	justify-content: center;
}

.ageFlex_left{
}

.ageFlex_right{
	margin-left: 1rem;
	width: 15rem
}

.box1 p{
	font-size: 1.8rem;
	text-align: center;
}

.driver_btn{
	text-align: center;
	border: #fbcf77 solid 1px;
	width: 60%;
	height: 3.5rem;
	line-height: 3.5rem;
	border-radius: 5px;
	margin: 1rem auto 0;
}

a{
	text-decoration: none;
	color: #fbcf77;
	font-weight: bold;
}

.submit_detail span{
	color: #6d444e;
}

.submit_detail span a{
	color: #6d444e;
}

.h2_text2{
	text-align: center;
}

.btn{
	margin: 2rem auto 4rem;
	height: 4rem;
	line-height: 4rem;
}

.btn a{
	color: #FFF;
	font-size: 1.6rem;
}

.submit_detail{
	margin: 2rem;
}


.caution{
	margin: 0 2rem;
	border: dotted 1px;
	border-radius: 10px;
}

h3{
	text-align: center;
	color: #111;
	border-radius: 10px 10px 0 0;
	padding: 0.5rem 0;
}

.license{
	background: #FFF;
	padding: 2rem;
	color: #111;
}

.license img{
	margin: 2rem auto;
}

ul{
	border:solid 1px #6d444e;
	padding: 0 2rem;
}

.retrun{
	text-align: center;
}

.retrun a{
	font-size: 2.5rem;
}

.menu a{
	color: #FFF;
	font-weight: normal;
}