/* CSS Document */

input[type="radio"],input[type="checkbox"]{
	position: relative;
	top: -4px;
	transform:scale(1.5);
	margin-right: 15px;
}

#s01{
	padding-top: 50px;
	margin-bottom: 300px;
}

#s01 h2{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
}

#s01 p.obj01{
	width: 1000px;
	margin: auto;
	margin-bottom: 50px;
}

#s01 table{
	width: 1000px;
	margin: auto;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
}

#s01 table .top td{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 30px;
	font-weight: bold;
}

#s01 table .top td label{
	margin-right: 40px;
}

#s01 table th{
	padding: 25px;
	width: 250px;
	font-weight: bold;
	vertical-align: top;
}

#s01 table th .f15{
	font-weight: normal;
}

#s01 table th a{
	color: #1416BD;
	font-weight: bold;
}

#s01 table td{
	padding-left: 40px;
	padding: 25px;
}

#s01 table td input[type="email"],
#s01 table td input[type="tel"],
#s01 table td input[type="text"]{
	height: 50px;
	line-height: 50px;
	width: 100%;
	font-size: 18px;
}

#s01 table .day td{
	vertical-align: middle;
}

#s01 table .day td input{
	width: 200px;
	height: 50px;
}

#s01 table td textarea{
	width: 100%;
	height: 100px;
	font-size: 18px;
}

#s01 table td .yoyakuselect select{
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    width: 300px;
}

#s01 .center.red{
	width: 500px;
	margin: auto;
}


#s01 #poricy{
	border: 2px solid #000;
	width: 900px;
	margin: auto;
	height: 300px;
	overflow: scroll;
	padding: 50px;
	margin-bottom: 50px;
}

#s01 #poricy .f18{
	font-weight: bold;
}

#s01 #poricy p{
	margin-bottom: 35px;
}

#s01 #poricy dt{
	font-weight: bold;
}

#s01 #poricy span.f15{
	width: 120px;
	display: inline-block;
}

#s01 .mfp_buttons{
	padding-top: 50px;
	text-align: center;
}

#s01 .mfp_buttons button{
	width: 800px;
	height: 85px;
	background: #970C10 url("../contact/img/arrow05.webp") right 30px center no-repeat;
	color: #fff;
	text-align: center;
	line-height: 85px;
	font-size: 20px;
	border: 0;
	cursor: pointer;
}