form{
width:100%;
margin:0 auto;
}
fieldset{
display:flex;
	flex-wrap:wrap;
	gap:15px;
}
label{
display:block;
width:150px;
	flex:none;
text-align:right;
}
input,textarea{
}
select{
}
.radiobutton{
width:15px;
float:none;
}
.radio_btn{
float:right;
width:530px;
}
#reset_button{
width:100px;
float:left;
margin:0 40px 0 0;
display:inline-block;
}
#submit_btn{
}

#maisu{
width:50px !important;
}
#yubin{
width:150px !important;
}

input[type="text"],
input[type="email"],
textarea{
	border: 1px solid #ccc;
	border-radius: 6px;
	width: calc(100% - 165px);
	padding: 5px;
	box-sizing:border-box;
	margin-bottom:15px;
}
input[type="date"]{
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 5px;
	box-sizing:border-box;
}
input[type="tel"]{
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 5px;
	box-sizing:border-box;
}
select{
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 5px;
	width: calc(100% - 165px);
	margin-bottom:15px;
	box-sizing:border-box;
}
.year{
	width: 100px !important;
}
.gakureki{
	width:300px !important;
	margin:0 0 10px;
}
.month,
.day{
	width: 60px !important;
	margin-left: 20px !important;
}
input.radio{
	width: auto;
}
#tel{
	width: 320px !important;
}
#submit_btn{
    display: block;
    line-height: 60px;
    border-radius: 10px;
	margin:20px auto;
	border:0;
	width:400px;
    background: #00acdc;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.shortbox{
	width:80px !important;
}