#section2 table{
	border:0;
}
#section2 th,
#section2 td{
	border:0;
}
.hissu{
	color:#cf6b4b;
}
.inner{
	background:#f6f6f6;
	border-radius:20px;
	padding:30px 80px;
	margin:40px auto 0;
}
.inner dl{
	justify-content:center;
	display:flex;
	flex-wrap:wrap;
	font-weight:bold;
}
.inner dt{
	width:80px;
	margin:0 0 10px;
}
.inner dd{
	margin:0 0 10px;
}
main article{
	max-width:980px;
}
input[type="text"],
input[type="email"],
textarea{
	border: 2px solid #787878;
	border-radius: 6px;
	width: 100%;
	padding: 5px;
	box-sizing:border-box;
}
input[type="date"]{
	border: 1px solid #77b3e0;
	border-radius: 6px;
	padding: 5px;
	box-sizing:border-box;
}
input[type="tel"]{
	border: 2px solid #787878;
	border-radius: 6px;
	padding: 5px;
	box-sizing:border-box;
}
select{
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 200px;
	padding: 5px;
}
.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 input {
    display: block;
    line-height: 140px;
	margin:20px auto;
	border:0;
	width:300px;
    background: #f8b500 url(../images/index/arrow1.svg) no-repeat right 10px bottom 10px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 20px;
	cursor:pointer;
}
.address1{
	width:200px !important;
}