@charset "UTF-8";
@import url("reset.css");
@import url("global.css");

/*共通パーツ*/
#contents_area{
	width:480px;
	margin:0 auto 0;
	text-align:left;
}
div.btn_menu{
	width:32px;
}
div.btn_menu:hover{
	cursor:pointer;
}
div.btn_menu img{
	width:100%;
}

/*register*/
h1{
	width:100%;
	font-size:1.6em;
	font-weight: 700;
	color:#6c757d;
	text-align: center;
}
p.supplement{
	width:100%;
	margin-top:8px;
	text-align: center;
}
span.txt_annotation{
	color:red;
}
p.supplement_password{
	font-size:0.8em;
}
.register-form dt p{
	font-size:0.8em;
	text-align:left;
}
.dt_occupation_txt,.dd_occupation_txt{
	display:none;
}
input#question3,input#consent{
	width:6%;
}
input[type="checkbox"] {
	width:16px;
	height:16px;
	margin-top:12px;
}
label.q_label{
	text-decoration: none;
}
label{
	text-decoration: underline;
}
label:hover{
	text-decoration: none;
}
ul.list_question4{
	margin-top:0.3rem;
	margin-bottom:1rem;
	display: flex;
	align-items: center;
	column-gap: 2rem;
}
ul.list_question4 li{
	width:100%;
	display: flex;
	align-items: center;
	column-gap: 1rem;
}
ul.list_question4 li input{
	width:10%;
	margin-bottom:0;
}
ul.list_question4 li label{
	text-decoration: none;
}

@media only screen and (max-width: 750px) {}