/* CSS Document */

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

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


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

#s01 .text01 {
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 180%;
	text-align: center;
}

#s01 table{
	width: 700px;
	margin: auto;
	margin-bottom: 50px;
}

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

#s01 td{
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	  background: url("../form/img/btn.jpg") 25px 18px no-repeat;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 105px;
}

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

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

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

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

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

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

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

#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;
}

#s01 .pnone{
	display: none;
}