main article{
	max-width:960px;
	margin:0 auto;
}
#section1 iframe{
	width:100%;
	/*height:560px;*/
	overflow:hidden;
	display:block;
	text-align:center;
}
#section2{
	margin-top:-100px;
	padding-top:100px;
}
#section2 table {
	width: 100%;
}

#section2 th {
	white-space: nowrap;
	text-align: left;
	padding: 10px 0;
	font-weight:bold;
	width:200px;
	vertical-align: top;
}

#section2 td {
	padding: 10px 10px 10px 50px;
	vertical-align: top;
}

#section2 td ul{
	padding:0 0 0 30px;
}
.hissu {
	color: #cf6b4b;
	float:right;
}
td ul{
	list-style:none;
}

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;
}

.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 {
	display:block;
	margin:0 auto;
	width:467px;
	line-height:57px;
	text-decoration:none;
	color:#000;
	text-align:center;
	border:0;
	background:url('../images/common/footer_contact.webp') no-repeat;
}

#address1 {
	width: 100px;
}
.option_select{
	width:80px !important;
}
#kikan_tr{
	display:block;
	height:0;
	overflow:hidden;
}
#koukokubaitai{
	display:flex;
	flex-wrap:wrap;
	gap:10px 40px;
}
#koukokubaitai li:last-child{
	display:flex;
	white-space:nowrap;
	gap:10px;
}
.yoyaku_button{
	list-style:none;
	max-width:960px;
	margin:0 auto;
	display:flex;
	gap:60px;
}
.yoyaku_button li{
	width:450px;
	flex:none;
}
.yoyaku_button li a{
	display:flex;
	width:100%;
	box-sizing:border-box;
	gap:20px;
	border:5px solid #099300;
	border-radius:10px;
	align-items:center;
	padding:15px;
	text-decoration:none;
	font-weight:bold;
	font-size:30px;
	font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-style: normal;
	text-shadow: 
    #fcff00 2px 0px,  #fcff00 -2px 0px,
    #fcff00 0px -2px, #fcff00 0px 2px,
    #fcff00 2px 2px , #fcff00 -2px 2px,
    #fcff00 2px -2px, #fcff00 -2px -2px,
    #fcff00 1px 2px,  #fcff00 -1px 2px,
    #fcff00 1px -2px, #fcff00 -1px -2px,
    #fcff00 2px 1px,  #fcff00 -2px 1px,
    #fcff00 2px -1px, #fcff00 -2px -1px;

}
.yoyaku_button li a img{
	width:130px;
	flex:none;
}
.yoyaku_button li a .link_text{
	display:block;
	width:calc(100% - 150px);
	text-align:center;
}
.yoyaku_button li a:hover{
	background:#ebffea;
}