/* CSS Document */

#s01{
	background: #CEECF7;
	padding-top: 50px;
}


#s01 h1{
	font-size: 45px;
	color: #000;
	line-height: 100%;
	margin-bottom: 50px;
	padding-top: 25px;
	text-align: center;
}

#s01 h1 hr{
	height: 1px;
	border-bottom: 1px solid #000;
	width: 210px;
	line-height: 1px;
	margin: 0;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 5px;
}

#s01 h1 small{
	font-size: 20px;
	font-weight: bold;
}

#s01 h1 small b{
	font-weight: bold;
}

#s01 p.center{
	margin-bottom: 150px;
}

#s01  .bg{
	background: #fff;
}

#s01  .bg .box_rap{
	width: 900px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: auto;
	position: relative;
}

#s01  .bg .box_rap hr{
	position: absolute;
	border-left: 1px solid #000;
	height: 600px;
	top: 115px;
	left: 35px;
	
}

#s01  .bg .box_rap h3{
	font-size: 35px;
	border: 1px solid #000;
	display: inline-block;
	padding: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}

#s01  .bg .box_rap .rap{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

#s01  .bg .box_rap .box{
	width: 75px;
	margin-right: 25px;
	z-index: 10;
}

#s01  .bg .box_rap .text{
	width: 680px;
	padding-top: 25px;
}

#s01  .bg .box_rap .text a{
	color: #0094B9;
	font-weight: bold;
	text-decoration: underline;
}
#s01 .box_rap_02{
	width: 1200px;
	padding-top: 100px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}

#s01 .box_rap_02 figure{
	margin-right: 15px;
	margin-bottom: 40px;
	position: relative;
}

#s01 .box_rap_02 figcaption{
	position: absolute;
	background: #0095BA;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 40px;
	top: -20px;
	left: 15px;
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

#s02{
	padding-top: 100px;
}

#s02 h2{
	font-size: 30px;
	font-weight: bold;
	color: #000;
	line-height: 100%;
	text-align: center;
	margin-bottom: 35px;
	padding-top: 25px;
}

#s02 h2 hr{
	height: 1px;
	border-bottom: 1px solid #000;
	width: 210px;
	line-height: 1px;
	margin: 0;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 5px;
}

#s02 h2 small{
	font-size: 16px;
	font-weight: normal;
}

#s02 #order{
	width: 800px;
	margin: auto;
	margin-bottom: 100px;
}

#s02 #order th{
	padding: 15px;
}

#s02 #order td input{
	font-size: 18px;
}

#s02 #order td input[type="text"]{
	width: 500px;
}

#s02 #order td label{
	margin-right: 25px;
}

#s02 #order td ul{
	padding-top: 15px;
}

#s02 #order td li{
	margin-bottom: 10px;
}

#s02 .goodsbox{
	width: 800px;
	margin: auto;
}

#s02 #goods{
	width: 1000px;
	margin: auto;
	border: 1px solid #ccc;
}

#s02 #goods th{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 5px;
}


#s02 #goods td{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 10px;
}

#s02 #goods td input[type="checkbox"]{
	transform: scale(1.5);
}