@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
h1,h2,h3,p,ul,li,dl,dt,dd{
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	color:#555;
	margin:0;
	padding:0;
	}
a img{
  border:none;
}
h1,h2,p{
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.8em;
}
ul{list-style:none;}
a {
	text-decoration: none;
	color: inherit;
	font-weight:bold;
}
a:hover,a:active{
	color:#0174BE;
}
.contents {
	max-width: 960px;
	margin:0 auto;
}
.top{
	background:#0C356A;
	margin:0 auto;
	}
.top h1,p{
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	}
.top h1{
	font-size:52px;
	}
.top p{
	font-size:18px;
	padding:20px 0;
	}
.top img {
	width: 100%;
	height: auto;
	}
.copy{
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;
	width:96%;
	margin:20px auto 10px;
	}
.copy li{
	width:22%;
	border-radius:15px;
	background:#89CFFD;
	border:1px solid #FFC436;
	color:#0C356A;
	font-weight:bold;
	text-align:center;
	padding:5px 0;
	font-size:18px;
	display:inline-block;
	verical-align:middle;
	}
.midashi {
	border:3px solid #0C356A;
	color:inherit;
	font-weight:normal;
	text-align:left;
	font-size:18px;
	line-height:2.2em;
	padding:10px;
}
.schedule{
	display:flex;
	justify-content:space-between;
	width:100%;
	margin:0 auto;
	}
.innerbox{
	margin:10px auto 20px;
	width:48%;
	border:3px solid #FFC436;
	}
.innerbox h3{
	text-align:center;
	background:#89CFFD;
	border:1px solid #FFC436;
	color:#0C356A;
	font-weight:bold;
	font-size:28px;
	height:50px;
	line-height:50px;
	padding:0;
	border-collapse:collapse;
	}
.innerbox p{
	line-height:1.9;
	color:#333;
	text-align:left;
	padding:10px;
	font-size:14px;
	}
.innerbox p span{
	font-size:150%;
	font-weight:bold;}
h2{
	background:#0C356A;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	color:#FFFFFF;
	height:44px;
	line-height:44px;
	margin:30px auto 10px;
	padding:5px;
	}
section div h2{
	margin-bottom:20px;
}
main dt{
	margin:20px 0 20px;
	font-size: 28px;
	font-weight: bold;
	height:44px;
	line-height:44px;
	border-color:transparent;
	z-index:0;
}
dl.inner{
	display:flex;
	justify-content:space-between;
	width:100%;
	}
dl.inner dt{
/**	padding: 5px 0;
	margin-right: 20px;**/
	font-size: 24px;
	text-align:center;
	font-weight: bold;
	color: #FFFFFF;
	background:#0C356A;
	padding:10px;
	width:8em;
}
section dl.inner dt{
	margin-bottom:15px;
}
dl.inner dd{
	font-size: 20px;
	font-weight: bold;
	padding:20px 0 0 20px;
	width:calc(100% - 10em);
}
p.mensetsu {
	font-size: 18px;
	font-weight: bold;
	text-align:left;
	color:#333;
	line-height:2em;
}
.list {
	list-style:none;
	border:3px solid #0C356A;
	padding:10px;
}
.list li{
	line-height:2.2em;
	font-size: 18px;
	}
.list ul li strong{
	border-bottom:10px solid #0C356A;
	}
p.pdf {
	background:#F94892;
	color:#FFFFFF;
	text-align: center;
	border-radius: 5px;
	border:3px solid #f09204;
	width: 80%;
	margin:40px auto 20px;
	font-size: 28px;
	font-weight: bold;
}
p.pdf a {
	padding: 10px 0;
	color:#FFFFFF;
	display: block;
}
p.pdf a:hover{
	background: #FFFFFF;
	color: #0174BE;
}
footer {
	padding: 20px;
	margin-top: 40px;
	background-color: #0C356A;
	display:flex;
	justify-content:space-between;
	width:100%;
	height:60px;
}
.footerL,.footerR{
	list-style:none;

}
.footerL li,.footerR li{
	color:#FFFFFF;
	font-size:14px;
}
.footerL{width:60%;}
.footerL li:first-child{
	font-size:20px;
	line-height:36px;
	font-weight:700;
}
.footerL li:nth-child(2){
	line-height: 22px;
	font-size: 14px;
}
.footerR{
	width:40%;
	text-align:right;}
.sp{
	display:none;
	}
.attention{
	font-weight:bold;
	margin:0 auto;
	font-size:28px;
	}
p.attention{
	color:#333;
	}
.attention a{
	color:#e50012;
	border-bottom:2px solid #e50012;
}
@media screen and (max-width: 768px) {
.top h1{
	font-size:36px;
}
.top p{
	font-size:16px;
	padding:20px 0;
}
h2{
	font-size:24px;
	}
.sp{
	display:block;
	}
.contents {
	width: 100%;
}
p.midashi,p.mensetsu{
	font-size:16px;
	}
p.midashi{
	padding:5px;
	margin:0 auto 10px;}
.top{
	margin:0 auto 10px;
	}
h2{
	margin-top: 30px;
	font-size: 24px;
}
.innerbox h3{
	font-size:24px;
	}
dl.inner{display:block;}
dl.inner dd{
	font-size:18px;
	text-align:center;
	width:100%;
	padding:10px;
	}
main dt,dl.inner dt{
	margin:0;
	font-size: 18px;
	line-height:20px;
	height:20px;
}

.schedule{
	display:block;
	}
.innerbox{
	width:96%;
	margin-bottom:20px;
	}
.inner{
	display:block;
	}
p.pdf {
	font-size:20px;
	margin: 20px auto;
}
.attention{
	font-size:20px;
}

.list{
	width:90%;
	margin:0 auto;
	}
.list li{
	margin-bottom:8%;
	font-size:15px;
	}
footer{display:block;	height:auto;padding:10px;
}
.footerL,.footerR{
	width:100%;
	}
.footerL li:first-child{
	font-size:15px;
	margin:0;
}
.footerL li:nth-child(2){
	font-size: 13px;
	line-height:13px;
}
.footerR{
	margin:10px 0;
	text-align:left;
	}
	}