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


.space_20{
	padding:30px 0px;
}

.wrapper {
    z-index: 10;
    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;
}

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

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


/* table */
.section01{
	font-family: 'Noto Serif JP', serif;
	width:1000px;
	margin: 0 auto;
	padding-bottom: 100px;
	padding-top: 150px;
}

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

.section01 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;
}

.section01 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: 500px !important;
	}
	


}