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

.space_20{
	padding:30px 0px;
}

.wrapper {
    z-index: 99999;
    position: relative;
    top: 540px;
    width: 100%;
    background-color: #fff;
	padding-bottom: 75px;
}

/* 題名 */

.topic{
	margin-top: 70px;
    background-image: url(../img/square_blue_05.jpg);
    background-repeat: no-repeat;
    background-size: 20px 52px;
    padding-left: 30px;
    background-position: bottom left;
    font-size: 50px;
    font-family: 'Noto Serif JP', serif;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.topic p{
	font-family: 'Noto Serif JP', serif;
	font-size: 50px;
	height: 44px;
	
}

.section_top{
	width: 1000px;
	margin: 0 auto;
}


.contact_text{
	width:1000px;
	margin:0 auto;
	font-family: 'Noto Serif JP', serif;
	padding-top: 20px;
}

.read p{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	padding: 20px 0px;
}


.section_form{
	width: 1000px;
	margin:0 auto;
	
}

.table table{
	border-bottom:solid 1px #CCC;
}

.table table th{
	font-family: 'Noto Serif JP', serif;
	background-color: #e3edfa;
    color: #000;
    text-align: left;
    vertical-align: middle;
    padding: 20px;
    border-top:solid 1px #CCC;
}

.table table td{
	border-top:solid 1px #CCC;
	border-right:solid 1px #CCC;
	vertical-align: middle;
    padding: 20px;
}

#footer{
	top: 540px;
}

@media screen and ( max-width:480px ){
	.wrapper{
		top: 0px !important;	
	}
	
}