#page_title{
	background:url('../images/contact/pagetitle.webp') no-repeat bottom center;
}

main section table {
	width: 100%;
}

main section th {
	white-space: nowrap;
	text-align: left;
	padding: 10px 0;
	font-weight:normal;
	vertical-align: top;
}

main section td {
	padding: 10px 10px 10px 50px;
	vertical-align: top;
}

.hissu {
	color: #fff;
	float:right;
	border-radius:5px;
	padding:0 5px;
	background:#ea5350;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

select {
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 200px;
	padding: 5px;
	box-sizing: border-box;
}

.short {
	width: 100px !important;
}

.middle {
	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{
	text-align:center;
}
#submit_btn input {
	color: #222;
	border: 0;
	display: block;
	width:100%;
	border-radius:10px;
	text-align:center;
	margin: 20px auto 20px;
	line-height: 60px;
	border:4px solid #7ebd6a;
	max-width:300px;
	background:#fff;
}

#address1 {
	width: 100px;
}
#contents1 article{
	display:flex;
	gap:30px;
}
#contents1 article .inner{
	width:calc((100% - 60px) / 3);
}
_
.tel_list{
}
.tel_list dl{
	width:100%;
	margin-bottom:40px;
	border:1px solid #ccc;
	padding:10px;
	border-radius:10px;
	box-sizing:border-box;
}
.tel_list strong{
	font-size:140%;
}