body #wrapper{
width:100%;
box-sizing:border-box;
max-width:770px;
}
body #wrapper .formBody{
	box-sizing:border-box;
	padding:7px;
	width:96%;
	margin:0% auto;
}

body.reservationform4 .stepExplanation__step{
width:40%;
}
body.reservationform4 .stepExplanation__step .stepExplanation__stepBox{
width:100%;
box-sizing:border-box;
margin: -30px 0px 0px 0px;
}
body.reservationform4 .stepExplanation__step .stepExplanation__stepText{
margin: 40px 0px 0px 0px;
}


.notice{
box-sizing:border-box;
padding:20px;
border:solid 1px #646464;
background-color:#FCFBF1;
box-sizing:border-box;
width:94%;
margin:20px auto 15px;
}

.notice h3{
color:#02285C;
}
.notice ul{
	list-style-type:square;
	padding-left:15px;
	margin-bottom:15px;
	line-height:160%;
}

.notice ul li{
	list-style-type:square;
	padding:5px 0%;
}


.formBody #input_age{
width:90px;
display:inline-block;
}

#formbody1{
margin-bottom:20px;
}

.daterow{
display:block;
flex-wrap:wrap;
padding:8px 0%;
align-items:center;

}
.daterow .label{
	display:block;
}

.daterow br{
display:none;
}
.daterow select{
	margin-bottom:4px;
	font-size:1rem;
	padding:4px;
	width:100%;
	box-sizing:border-box;
}

#reservation-form-notice{
text-align:center;
color:#FF0000;
}

#randomid{
display:none;
}

textarea#input_comment{
width:100%;
box-sizing:border-box;
border:solid 1px #333333;
border-radius:4px;
padding:10px;
background-color:#FCFBF1;
font-size:100%;
}

.error_string{
color:#FF0000;
padding:2px;
display:block;
background-color:#F6F0F6;
}

body.reservationform5 .stepExplanation__stepBox .stepExplanation__stepText{
	font-size:13px;
}
body #wrapper .reservation-form2__submit{
	/*
background-image:url(https://ilandtower-clinic.jp/wp2/wp-content/uploads/2023/04/84a3ec9f0e4cf40f568ba07bedb8c1a5.png);
*/
background-size:cover;
border:none;
background-repeat:no-repeat;
width:90%;
background-position:center center;
}
.pagecopy{
color:#FF0000;
font-size:20px;
text-align:center;
padding:20px 0px 0px;
}

.ac-container label{
color
}
.mw_wp_form .formBody__clearfix {
  margin-left: 0px;
}
input.formBody__input[name='input_kana']::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 font-size:1.2rem;
}
input.formBody__input[name='input_kana']::-ms-input-placeholder { /* WebKit, Blink, Edge */
 font-size:1.2rem;
}
input.formBody__input[name='input_kana']::placeholder { /* WebKit, Blink, Edge */
 font-size:1.2rem;
}

@media screen and (max-width: 770px) {
	.pagecopy{
		font-size:4.5vw;
		padding:3vw 0px 0px;
	}


}
