/* CSS Document */

#keyimg{
	background: url("../access/img/top_img.webp") top center no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
	height:300px;
	margin-bottom: 10px;
}

h1{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 50px;
}

#s01{
	padding-top: 25px;
}

#s01 h1{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 45px;
}

#s01 ul.f16{
	text-align: center;
	margin-bottom: 30px;
}

#s01 .bg{
	border-top: 1px dashed #bbb;
	background: #fff;
	padding-top: 50px;
}

#s01 p.f16{
	width: 920px;
	margin: auto;
	margin-bottom: 15px;
}

#s01 p.f16 .red{
	font-weight: bold;
}

#s01 table{
	width: 920px;
	margin: auto;
	margin-bottom: 80px;
}


#s01 table th{
	border-bottom: 1px solid #402000;
	width: 220px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
}

#s01 table tr:first-child th{
	border-top: 1px solid  #402000;
}

#s01 table td{
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	padding: 25px;
	padding-left: 25px;
	/*padding-left: 100px;*/
	font-size: 16px;
}

 #s01 table tr:first-child td{
	border-top: 1px solid #ccc;
}

#s01 table .hissu td{
	background: url("../contact/img/icon01.webp") 25px 40px no-repeat;
}

#s01 table td label{
	border: 0;
	margin-left: 20px;
	position: relative;
	  padding-left:25px;
	cursor: pointer;
}

#s01 table .juusyo select{
	margin-bottom: 10px;
	font-size: 16px;
	height: 40px;
		border: 1px solid #ccc;
	border-radius: 10px;
}
#s01 table .juusyo input{
	margin-bottom: 10px;
}
/*
label input{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
}
*/
#s01 table td input{
	height: 40px;
	font-size: 18px;
	border: 1px solid #ccc;
	border-radius: 10px;
	cursor: pointer;
	padding-left: 10px;
}

#s01 table td input.radio{
	transform: scale(1.5);
}

#s01 table td textarea{
		border: 1px solid #ccc;
	border-radius: 10px;
	padding-left: 10px;
}

#s01 .box_rap{
	width: 650px;
	margin: auto;
	border: 1px solid #999;
	margin-bottom: 50px;
}

#s01 .box_rap p{
	text-align: center;
	font-size: 15px;
	padding: 15px;
}

#s01 .box_rap a{
	color: #00f;
	text-decoration: underline;
	cursor: pointer;
}

#s01 .box_rap a:hover{
	text-decoration: none;
}

#s01 .box_rap .box{
	text-align: center;
	background: url("../contact/img/icon01.webp") 500px 20px no-repeat #F1F0E9;
	padding: 15px;
}

#s01 .box_rap .box label{
	border: 0;
	margin-left: 20px;
	position: relative;
	  padding-left:5px;
	cursor: pointer;
}


#s01 .box_rap .box label input{
		transform: scale(1.5);
}

#btn{
	text-align: center;
	margin-bottom: 100px;
}

#btn button{
	border: 0;
	background: #008C00;
	width:450px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

#s02{
background: #fff;
	padding-top: 45px;
	padding-bottom: 45px;
	border-top: 1px solid #D1CDBE;
	margin-bottom: 100px;
}

#s02 .rap{
		padding-top: 100px;
	width: 1100px;
	margin: auto;
	font-size: 18px;
	line-height: 180%;
	margin-bottom: 200px;
}

#s02 h2{
	text-align: center;
	font-size: 35px;
	margin-bottom: 50px;
}

#s02 p{
	margin-bottom: 35px;
}

#s02 dl{
	margin-bottom: 100px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}

#s02 dt{
	font-weight: bold;
}

#s02 dd{
	margin-bottom: 25px;
}

#s02 dd ul{
	padding-left: 25px;
}

#s02 dd li{
	list-style-type: disc;
}

#s02 .box li{
	margin-bottom: 10px;
}