/* CSS Document */

aside ul{
	width: 1075px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

aside ul li{
	margin-right: 10px;
	width: 100%;
	margin-bottom: 50px;
}

aside ul li:last-child{
	margin-right: 0;
}

aside ul a{
	display: block;
	border: 1px solid #000;
	width: 100%;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "ProN W3", "sans-serif";
}

aside ul a:hover{
	background: #F6F6F6;
}

#s01{
	padding-top: 50px;
	margin-bottom: 50px;
}

#s01 h2{
	width: 1080px;
	margin: auto;
	background: #F8D373;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 25px;
	border-radius: 50vh;
	margin-bottom: 50px;
}

#s01 p{
	width: 805px;
	margin: auto;
}

#s02{
	padding-top: 50px;
}

#s02 h2{
	width: 1080px;
	margin: auto;
	background: #F8D373;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 25px;
	border-radius: 50vh;
	margin-bottom: 50px;
}

#s02 .rap01{
	width: 805px;
	margin: auto;
	margin-bottom: 50px;
}

#s02 .rap01 h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

#s02 .rap02{
	width: 805px;
	margin: auto;
	margin-bottom: 50px;
}

#s02 .rap02 h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

#s02 .rap02 ul{
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
}

#s02 .rap02 ul li{
	width: 50%;
	margin-bottom: 15px;
}

#s02 .rap02 ul li a{
color: #007FFF;
text-decoration: underline;
}

#s02 .rap02 ul li a:hover{
	text-decoration: none;
}

#s02 .rap02 ul li a img{
	margin-right: 15px;
}

#s03{
	padding-top: 50px;
}

#s03 h2{
	width: 1080px;
	margin: auto;
	background: #F8D373;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 25px;
	border-radius: 50vh;
	margin-bottom: 50px;
}

#s03 .box_rap01{
	width: 900px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

#s03 .box_rap01 .box02 p,
#s03 .box_rap01 .box01 a{
	width: 435px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 16px;
	font-weight: bold;
}

#s03 .box_rap01 .box01 a{
	color: #007FFF;
}

#s03 .box_rap01 .box02 p{
	margin-bottom: 25px;
}

#s03 .box_rap01 .box02 ul{
	width: 320px;
	margin: auto;
}

#s03 .box_rap01 .box02 ul li{
	margin-bottom: 5px;
}

#s03 .box_rap01 .box02 ul a{
	color: #007FFF;
	font-size: 16px;
}

#s03 .box_rap01 .box02 ul a:hover{
	text-decoration: underline;
}

#s03 .rap02,
#s03 .rap01{
	border: 1px solid #000;
	width: 830px;
	padding: 40px;
	margin: auto;
	margin-bottom: 50px;
}

#s03 .rap02 h3,
#s03 .rap01 h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 35px;
}

#s03 .rap01 dl{
	margin-bottom: 30px;
}

#s03 .rap01 dt{
	font-size: 16px;
	color: #FF7F00;
	font-weight: bold;
	margin-top: 25px;
}

#s03 .rap01 dd{
	padding-left: 15px;
	margin-bottom: 5px;
}

#s03 .rap02 p{
	margin-bottom: 35px;
}

#s03 .rap02 h4{
	font-size: 16px;
	font-weight: bold;
	color: #FF7F00;
	margin-bottom: 20px;
}

#s03 .rap02 ul{
	list-style-type: decimal;
	padding-left: 30px;
	margin-bottom: 30px;
}

#s03 .rap02 li{
	margin-bottom: 5px;
}

#s03 .rap02 hr{
	border-bottom: 1px solid #ddd;
	margin-bottom: 35px;
}

#s03 .rap02 figure{
	margin-bottom:50px;
}

#s03 .rap02 figure figcaption{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#s03 .rap02 figure div{
	text-align: center;
	border: 1px solid #000;
	padding: 15px;
}

#s04{
	padding-top: 50px;
}

#s04 h2{
	width: 1080px;
	margin: auto;
	background: #F8D373;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 25px;
	border-radius: 50vh;
	margin-bottom: 50px;
}

#s04 .nav{
	width: 1080px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

#s04 .nav li{
	width: 255px;
	margin-right: 5px;
}

#s04 .nav li:nth-child(4){
	margin-right: 0;
}

#s04 .nav li a{
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "ProN W3", "sans-serif";
}

#s04 .nav li:nth-child(n+5) a{
	border-top: 0;
}

#s04 .nav li a:hover{
	color: #00A3D8;
}

#s04 .rap{
	border: 1px solid #000;
	width: 850px;
	padding: 20px;
	margin: auto;
	margin-bottom: 50px;
}

#s04 .rap table{
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "ProN W3", "sans-serif";
}

#s04 .rap th{
	font-weight: bold;
	padding: 15px;
}

#s04 .rap td{
	padding: 10px;
}

#s04 .rap td.text{
	width: 580px;
}

#s04 .rap td.text a{
	color: #007FFF;
}

#s04 .rap td.text a:hover{
	text-decoration: underline;
}

#s04 .rap th.nomal{
	font-weight: normal;
}

#s04 .rap tr.b_btm{
	border-bottom: 1px solid #ddd;
}