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

body {
	font-size: 18px;
}
.sec1 {
	padding: 0 20px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.sec1 p {
	margin-top: 1em;
}
.sec1 ul {
	margin-top: 20px;
}
.sec1 ul li {
	list-style-type: disc;
	margin-left: 1.5em;
}
.sec2, .sec2_2 {
	text-align:left;
	padding: 0 20px;
	margin-top: 20px;
}
.sec2 p {
		font-size: 18px;
	margin-top: 1em;
	font-weight: bold;
}
.sec2 ul {
	padding-left: 0;
	margin-left: 1em;
}
.sec2 ul li {
	font-size: 16px;
	list-style-type: disc;
}
.sec2_2 {
	margin-top: 1em;
	font-weight: bold;
}
.sec2_2 ul li {
	padding-left: 7px;
	margin-left:-12px;
}
.sec3 {
	margin-top: 20px;
	padding: 20px 0;
	background: #EEE;
}
.sec3 h3 {
	font-weight: bold;
	text-align: center;
}
.sec3 h3 strong {
	font-weight: bold;
	font-size: 18px;
}
.sec3 p {
	text-align: center;
}
.sec3 p img {
	margin-top: 5px;
}
.sec3 h5 {
	font-weight: bold;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.sec3 h6 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 20px;
}
.sec3 dl {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.sec3 dl dt {
	font-weight: bold;
}
.sec3 dl dt img {
	margin-bottom: 5px;
}
.date_sp {
	display: block;
	height: 10px;
	font-size: 16px;
	text-align: left;
}
