/* CSS Document */

main{
	padding-bottom: 100px;
}
h1,
#s02 h2{
	padding: 25px;
	color: #0059B2;
	font-size: 30px;
	text-align: center;
	font-family: kozuka-gothic-pro, sans-serif;
font-weight: 700;
font-style: normal;
}

#s02 .center{
	width: 95%;
	margin:auto; 
	margin-bottom: 50px;
}


#s01 h2{
	padding: 25px;
	color: #fff;
	background: #0059B2;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 45px;
}

#s01 .text01 {
	width: 90%;
	margin: auto;
	margin-bottom: 45px;
	font-size: 16px;
	line-height: 180%;
}

#s01 table{
	width:90%;
	margin: auto;
	margin-bottom: 30px;
}

#s01 th{
	background: #DBEDFF;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	border: 1px solid #aaa;
	border-bottom: 0;
	display: block;
}

#s01 td{
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: url("../form/img/btn.jpg") 15px 15px no-repeat;
	vertical-align: middle;
	padding-top: 50px;
	padding-bottom: 15px;
	display: block;
	margin: auto;
	text-align: center;
}

#s01 tr:last-child td{
	border-bottom: 1px solid #aaa;
}

#s01 td input{
	width: 90%;
	font-size: 18px;
	border-radius: 2px;
}

#s01 td select{
	width: 90%;
	font-size: 18px;
	background: #fff;
}

#s01 .privacy {
  border: 1px solid #ddd;
  width: 80%;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 25px;
}

#s01 .privacy p {
  padding: 15px;
  height: 200px;
  overflow: scroll;
    overflow-x: scroll;
  overflow-x: hidden;
  font-size: 12px;
}

#s01 .center label input{
	transform: scale(1.5);
	margin-right: 10px;
}

#s01 .center label{
	/*display: flex;
	justify-content: center;
	vertical-align: middle;*/
	width: 70%;
	text-align: center;
	font-size: 16px;
}



#s01 #btn{
	text-align: center;
	padding-top: 45px;
}

#s01 #btn button{
	background:#DBEDFF;
	border: 0;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-radius: 100vh;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 5px;
	cursor: pointer;
}