/* CSS Document */

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

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

#s01{
	margin-bottom: 50px;
}

#s01 .bg{
	background:#fff;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

#s01 .box_rap{
	width: 100%;
	margin: auto;
}

#s01 .box_rap .box01{
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
	padding-top: 35px;
}

#s01 .box_rap .box01 h3{
	color: #008C00;
	font-size: 20px;
	margin-bottom: 15px;
}

#s01 .box_rap .box01 table{
	width: 100%
}

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

#s01 .box_rap .box01 th{
	padding: 15px;
	font-size: 15px;
	border-bottom: 1px solid #402000;
	width: 120px;
}

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

#s01 .box_rap .box01 td{
	padding: 15px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
}

#s01 .box_rap .box2 iframe{
	width: 100%;
}

#s01 .img_rap{
	width: 100%;
	margin: auto;
}

#s01 .img_rap img{
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}

#s02{
	border-top: 1px solid #402000;
	padding-top: 100px;
}

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

#s02 .box_rap{
	width: 90%;
	margin: auto;
}

#s02 .box_rap .box{
	background: #fff;
	width: 340px;
	margin-bottom: 50px;
}

#s02 .box_rap dl{
	padding: 15px;
}

#s02 .box_rap dt{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: -2px;
}

#s02 .box_rap dd{
	line-height: 150%;
	margin-bottom: 25px;
}

#s02 .box_rap dd.price{
	font-size: 20px;
}

#s02 .btn{
	display: block;
	height: 65px;
	line-height: 65px;
	width: 90%;
	margin: auto;
	background: #B20000;
	text-align: center;
	color: #fff;
}

#s02 .btn:hover{
	  box-shadow: 2px 2px 1px inset #333;
}

#s02 .box_rap .nbox{
	width: 340px; 
}