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



.space_20{
	padding:30px 0px;
}

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

/* 題名 */

.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;
	padding-top: 60px;
}

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

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

.section01{
	width: 1000px;
	margin: 0 auto;
	padding-top: 90px;
}

.section01 p{
	font-size: 35px;
    font-family: 'Noto Serif JP', serif;
	text-align:center;
	line-height: 55px;
	font-weight:bold;
	color: #000;
	text-shadow:3px 3px 5px #CCC;
}

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

.section02 p{
	text-align: center;
	padding:20px 0px;
}

.section03{
	font-family: 'Noto Serif JP', serif;
	width:1000px;
	margin: 0 auto;
	padding-bottom: 100px;
	padding-top: 50px;
}

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

.section03 table th {
    background-color: #e3edfa;
    color: #000;
    text-align: left;
    vertical-align: middle;
    padding: 20px;
    border-top:solid 1px #CCC;
    font-weight: bold;
	font-size:20px;
}

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

#footer{
	top: 540px;
}

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