@charset "utf-8";
.required{
	color:#ff0000;
	font-style:normal;
}
.main_box >form{
	font-size:1.8em;
	letter-spacing: 0.1em;
	margin-top:30px;
}
.main_box form .attention{
	font-size:0.889em;
	margin-bottom:30px;
}

.main_box input[type=text],.main_box textarea{
	border:1px solid #dddddd;
	box-sizing:border-box;
	font-family:'Noto Sans JP',sans-serif;
	padding:10px;
}
.main_box input[type=checkbox]{
	margin:0;
}
.main_box .caption{
	font-weight:500;
	border-bottom:2px solid #dddddd;
	font-size:1.111em;
}
.num{
	background:#12457a;
	color:#ffffff;
	font-weight:normal;
}
.privacy_conf{
	text-align:center;
}
.privacy_conf a{
	display:inline-block;
	font-size:0.889em;
	color:#3b3b3b;
	text-decoration:none;
	border-bottom:1px solid #afafaf;
	padding-left:1.5em;
	text-indent:-1.5em;
}
.privacy_conf a:hover{
	border-bottom:0;
}
.privacy_conf a .fa-angle-right{
	color:#12457a;
}
.privacy_conf p{
	margin-bottom:5px;
}
.privacy_conf input[type=checkbox]{
	margin-right:5px;
}
.privacy_conf legend{
	text-align:center;
	font-weight:500;
	background:#e9f0fb;
	font-size:1.111em;
	padding:10px;
	margin-bottom:25px;
}
.conf_btn{
	padding-bottom:50px;
}
.conf_btn .btn{
	position:relative;
	text-align:center;
	color:#ffffff;
	background:#f05035;
	border-radius:4px;
	padding-top:25px;
	padding-bottom:25px;
	width:395px;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	transition:background-color 0.3s;
}
.conf_btn .btn:hover{
	background:#d83e27;
}
.conf_btn .btn i{
	margin-right:40px;
	position:relative;
	left:0;
	transition:left 0.3s;
}
.conf_btn .btn:hover i{
	left:1em;
}
.conf_btn input[type=submit]{
	display:block;
	text-indent: -9999px;
	width:100%;
	height:100%;
	margin:auto;
	background:transparent;
	border:0;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	cursor:pointer;
}

/*keynumber*/

#keynumber >section{
	margin-bottom:70px;
}
#keynumber .privacy_conf{
	margin-bottom:20px;
}
#keynumber .user dl{
	display:flex;
	flex-wrap:wrap;
}
#keynumber .user dt,#keynumber .user dd{
	margin-bottom:20px;
}
#keynumber .user dt{
	width:250px;
	align-self: center;
	font-weight:500;
}
#keynumber .user dd{
	width:calc(100% - 250px);
}
#keynumber .user input{
	width:390px;
}
#keynumber .keynumber dt:not(:first-of-type){
	margin-top:70px;
}
#keynumber .caption span{
	display:block;
	font-size:0.750em;
	width:123px;
	text-align:center;
}
#keynumber .keynumber input{
	width:390px;
	margin-top:30px;
}
#keynumber textarea{
	width:100%;
	height:140px;
	margin-top:30px;
}
/*enquete*/
#enquete input[type=radio],#enquete input[type=checkbox]{
	margin-right:5px;
}
#enquete ul{
	list-style-type:none;
}
#enquete dt{
	margin-top:80px;
	margin-bottom:20px;
}
#enquete dt:first-of-type{
	margin-top:0;
}
#enquete .caption legend,#enquete .caption label{
	display:flex;
	align-items: flex-start;
	padding-bottom:5px;
}
#enquete .caption .num{
	width:65px;
	text-align:center;
	line-height:1;
	font-weight:200;
	display:inline-block;
	box-sizing: border-box;
	padding:5px 5px 10px;
	margin-right:10px;
}
#enquete textarea{
	width:100%;
	height:140px;
}
#enquete .column3,#enquete .column2{
	display:flex;
	flex-wrap:wrap;
}
#enquete .column3 li{
	width:33.3%;
}
#enquete .column2 li{
	width:47%;
}
#enquete .other{
	margin-top:15px;
}
#enquete .other_label{
/*	color:#12457a;
	font-size:0.889em;*/
	margin-bottom:10px;
	display:block;
}
#enquete .privacy_conf{
	margin-top:70px;
}
#enquete .q2{
	font-size:0.889em;
}
#enquete .q2 legend{
	display: block;
	color:#12457a;
	background:#efefef;
	padding:10px 20px;
	margin-top:20px;
	margin-bottom:20px;
}
#enquete .q2 ul{
	padding-left:20px;
}
#enquete .q2 li{
/*	display:flex;
	align-items: center;*/
	margin-bottom:10px;
}

#enquete .q2 li:last-child{
	margin-bottom:0;
}
#enquete .q2 li label{
	display:block;
	width:240px;
}
#enquete .q2 input[type=text]{
	margin-right:5px;
	width:200px;
}
#enquete .sctn02,#enquete .sctn03{
	margin-top:70px;
}
#enquete .sctn02 >p,#enquete .sctn03 >p{
	background:url(../img/form/label.png) no-repeat center;
	color:#12457a;
	margin-bottom:50px;
}
#enquete .sctn02 >p{
	padding:15px 30px;
}
#enquete .sctn03 >p{
	padding:30px 30px;
}
