#gnav5 a{
	color:#bfa239;
	text-decoration:underline;
}
#gnav5 a:before{
	content:"";
	width:10px;
	height:10px;
	border-radius:50%;
	background:#bfa239;
	display:inline-block;
	margin-right:10px;
}
#page_title{
	background:url('../images/contact/page_title.webp') no-repeat bottom center;
	background-size:cover;
}
main section article{
	max-width:960px;
}
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: #ff1010;
}

form .hissu{
	font-size:80%;
}
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;
}
input[type="tel"]{
	width:150px;
}
select {
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 100px;
	padding: 5px;
	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{
	text-align:center;
}
#submit_btn input {
	color: #bfa239;
	border: 0;
	display: block;
	text-align:center;
	margin: 20px auto 20px;
	width:100%;
	line-height: 50px;
	background:url('../images/common/arrow1.svg') no-repeat left 20px center;
	border:1px solid #bfa239;
	cursor:pointer;
}
#submit_btn input:hover{
	color:#fff;
	background:#bfa239 url('../images/common/arrow2.svg') no-repeat left 20px center;
	transition:0.5s;
}

#address1 {
	width: 100px;
}
#section2{
	background:#f9f9f9;
}
#section2 ul{
	padding:0 0 0 20px;
}
#section2 article{
	background:#f3f3f3;
	padding:50px;
	box-sizing:border-box;
}
#section2 h3{
	color:#bfa239;
	text-align:center;
	background:url('../images/common/title_h3-2.svg') no-repeat top center;
}
#section2 h3 .eng{
	font-size:16px;
	display:block;
}
#section2 h4{
	padding:30px 0 15px;
	margin:0 auto;
}
#form2,#form3{
	display:none;
}
input[type="radio"]{
	width:20px;
	height:20px;
}
form td ul{
	padding:0 0 20px !important;
	list-style:none;
}
form td ul li{
	background:#fff9e4;
	border-radius:10px;
	padding:15px;
	margin-bottom:20px;
}
form td ul li label{
	display:block;
}