#page_title{
	background:url('../images/contact/bg_h2.webp') no-repeat center center;
}
#section1{
	font-size:30px;
}
#section1{
	line-height:1.8em;
}
#section2 table{
	border:0;
}
#section2 th,
#section2 td{
	border:0;
}
.hissu{
	float:right;
	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: 1px solid #77b3e0;
	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: 1px solid #77b3e0;
	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: 60px;
    border-radius: 30px;
	margin:20px auto;
    padding: 0 40px 0 0;
	border:0;
	width:400px;
    background: #0071c5 url(../images/common/arrow_white2.svg) no-repeat right 20px center;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.shortbox{
	width:80px !important;
}