@charset "UTF-8";
/* CSS Document */


body{
    background-color: #D3E9F2;
    text-align: left;
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}

.sec{
	position: absolute;
	left: calc( 50% - 300px );
	top: 50px;
	background-color: white;
	text-align: center;
	width: 600px;
	height:520px;
	border-radius: 20px;
}

td{	
	
	font-size: 1px;

	text-align: left;	
	
}

tbody{
	position: absolute;
	left: calc( 50% - 250px );
}


h2{
    color: #5781E3;
    font-size: 27px;		
}


.s1{
	font-size: 9px;
	line-height: 8px;
	color:red;
}

.td1{
	font-size: 13px;
		line-height: 30px;
}

.button{
	font-size: 20px;
	text-align: center;
	line-height:60px;
}


.footer_form{

	position: absolute;
	left: calc( 50% - 150px );
	top: 600px;
}


/*
.sec1{
	position:absolute;
	top:50px;
	left:50px;
	padding:50px;
}

.sec2{
	position:absolute;
	top:250px;
	left:50px;
	font-size: 30px;
	color: yellow;
}

.sec3{
	position:absolute;
	top:450px;
	left:50px;
}

.sec4{
	position:absolute;
	top:650px;
	left:50px;
}