@charset "utf-8";
/* CSS Document */
div#main {
	padding-bottom: 200px;
}
#main {
	color: #707070;
}
#main p {
	font-size: 16px;
	margin: 0;
}


.headerArea h2 {
	text-align: center;
}

section {
	width: 1210px;
	margin: 0 auto;
}
section + section {
	margin-top: 80px;
}

section p {
	font-size: 16px;
	line-height: 2.0;
}

section h3.title {
	background: #eee;
	color: #000;
	font-size: 32px;
	padding: 20px;
	text-align: left;
	border-left: 5px solid #1158AF;
}

section h4 {
	font-size: 24px;
	margin: 0 0 20px;
	color: #333;
}

section h5 {
	font-size: 18px;
	margin: 0 0 15px;
	color: #333;
}

.sec01 {
	width: 960px;
}
.sec01 table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto 30px;
}

.sec01 table th,
.sec01 table td {
	border: 1px solid #011633;
	padding: 10px 20px;
	font-size: 18px;
}

.sec01 table th {
	text-align: center;
	background: #eee;
	color: #000;
	width: 100px;
}

.sec01 table td {
	vertical-align: top;
}

.sec01 .img01 {
	margin-bottom: 20px;
}
.sec01 .img01 img {
	width: 100%;
}

.sec02 dl {
	margin-top: 30px;
	background: #f0f0f0;
	padding: 15px;
}

.sec02 dl dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}

.sec02 dl dd {
	font-size: 16px;
	line-height: 2.0;
	margin: 0;
	color: #333;
}

.sec02 dl dd a {
	color: #011633;
	text-decoration: underline;
}

.sec02 dl dd a:hover {
	color: #00f;
}

.sec02 .imgArea {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 0;
}

.sec02 .imgArea div {
	width: 49.5%;
}
.sec02 .imgArea img {
	width: 100%;
}

.sec02 .waku {
	background: #f0f0f0;
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 15px !important;
}

.sec02 h4 {
	margin-top: 30px;
}

.sec03 h4 {
	margin-top: 30px;
}

.sec03 table {
	border-collapse: collapse;
	margin: 0 0 30px;
}

.sec03 table th,
.sec03 table td {
	border: 1px solid #011633;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 2.0;
}

.sec03 table th {
	text-align: center;
	background: #eee;
	color: #000;
	width: 100px;
}

.sec03 table td {
	vertical-align: top;
}

.sec03 .img04 {
	width: 80%;
	margin: 20px auto 0;
}
.sec03 .img04 img {
	width: 100%;
}

.sec04 p {
	margin-bottom: 20px !important;
}

.sec04 p.dl a {
	border: 1px solid #ccc;
	padding: 20px 25px 15px;
	border-radius: 10px;
	display: inline-block;
	line-height: 1.0;
	font-weight: bold;
}

.sec04 p.dl a:hover {
	text-decoration: none;
	background: #f0f0f0;
	color: #000;
}


