header{
	display:none;
}
#pagetitle{
	background:url('../images/adr/bg_h2.webp') no-repeat top center;
}
#adrnav07 a{
	background:#014099 !important;
	color:#fff !important;
}
.midashi{
	display:flex;
	align-items:center;
}
.midashi img{
	margin-right:20px;
}
main section table{
	margin:0 0 40px;
}
main section th,
main section td{
	padding:10px;
	border:1px solid #ccc;
}
main section th{
	background: #effbc4;
	white-space:nowrap;
}

main section table{
	width:100%;
}
main section th{
	padding:10px;
	text-align:left;
	width:200px;
	vertical-align:top;
}
.small_font_red{
	color:#fff;
	background:#ff6262;
	padding:0 10px;
	float:right;
	border-radius:5px;
}
main section td{
	padding:10px 20px;
}

input[type="text"],
textarea{
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 100%;
	box-sizing:border-box;
	padding: 5px;
}
select{
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing:border-box;
	padding: 5px;
}
#address1{
	width:100px;
}
#tel,
#jikan{
	width:150px;
}
#submit_btn{
}
#submit_btn input{
	width:240px;
	line-height:60px;
	margin:40px auto;
    display: block;
    color: #fff;
	border:0;
	border-radius:30px;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
	background:#ff9b2f;
}