/* CSS Document */

#s01{
	width: 1080px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

#s01 .box01{
	width: 480px;
	border-right: 1px solid #ccc;
	padding-top: 50px;
}

#s01 .box01 h2{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 35px;
}

#s01 .box01 p{
	width: 450px;
	margin-bottom: 35px;
}


#s01 .box02{
	padding-top: 50px;
	padding-left: 40px;
	padding-bottom: 50px;
	flex: 1;
}

#s01 .box02 table{
	width: 100%;
	margin-bottom: 25px;
}

#s01 .box02 th{
	color: #439FA7;
	font-weight: bold;
	vertical-align: middle;
}

#s01 .box02 td{
	padding: 15px;
	width: 400px;
}

#s01 .box02 td small{
	font-size: 13px;
}

#s01 .box02 td input{
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	width: 100%;
}

#s01 .box02 td textarea{
	width: 100%;
	height: 150px;
}

#s01 .box02 #policy{
	width: 460px;
	height: 260px;
	margin: auto;
	border: 2px solid #aaa;
	overflow: scroll;
	padding: 15px;
	font-size: 14px;
	margin-bottom: 35px;
}


#s01 .box02 .center{
	margin-bottom: 35px;
}

#s01 .box02 .btn button{
	width: 450px;
	height: 60px;
	display: block;
	margin: auto;
	background: #43A0A8;
	color: #fff;
	border: 0;
	cursor: pointer;
}


#s05{
	padding-top: 50px;
	margin-bottom: 100px;
}

#s05 hr{
	border-bottom: 3px solid #000;
	width: 45px;
	margin: auto;
	margin-bottom: 35px;
}

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

/*#s02{
	border-top: 1px solid #aaa;
	padding-top: 100px;
	margin-bottom: 150px;
}

#s02 .box_rap01{
	width: 1030px;
	margin: auto;
}

#s02 .box_rap01 hr{
	border-bottom: 5px solid #43A0A8;
	width: 45px;
	margin-bottom: 15px;
}

#s02 .box_rap01 h2{
	font-size: 30px;
	font-weight: bold;
	color: #486492;
	margin-bottom: 5px;
}

#s02 .box_rap01 small{
	font-size: 18px;
	color: #43A0A8;
	display: block;
	margin-bottom: 35px;
}

#s02 .box_rap02{
	width: 990px;
	margin: auto;
}

#s02 .box_rap02 h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 35px;
}

#s02 .box_rap02 p{
	margin-bottom: 50px;
}

#s02 .box_rap02 dt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

#s02 .box_rap02 dd{
	margin-bottom: 40px;
	padding-left: 30px;
}

#s02 .box_rap02 li{
	text-align: right;
}

#s02 .box_rap02 li.obj01{
	margin-top: 35px;
}*/