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

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
h1,h2,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;}
li{
	padding-left:1em;
	text-indent:-1em;
}
a {
	text-decoration: none;
	color: inherit;
	font-weight:bold;
}
a:hover,a:active{
	color: #FF9900;
}
.contents {
	max-width: 960px;
	margin:0 auto;
	background:#f1f7f5;
}
.top{
	background:#FF9900;
	margin:0 auto;
	}
.top h1,p{
	color:#fff;
	font-weight:bold;
	text-align:center;
	}
.top h1{
	font-size:48px;
	}
.top p{
	font-size:16px;
	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;
	font-size:14px;
	}
.copy li{
	width:24%;
	border-radius:19px;
	background:#FF9900;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-indent:0;
	padding:8px 0 8px 0!important;
	font-size:18px;
	display:inline-block;
	verical-align:middle;
	}
.midashi {
	border:3px solid #FF9900;
	font-weight:normal;
	text-align:left;
	font-size:16px;
	line-height:1.5em;
	padding:19px;
	background-color: #fff;
	color:#16755c;
}

.schedule{
	display:flex;
	justify-content:space-between;
	width:100%;
	margin:0 auto;
	}
.innerbox{
	width:40%;
	border:3px solid #FF9900;
	margin: 0 5px;
	background-color: #fff;
	}
.innerbox h3{
	text-align:center;
	background:#FF9900;
	color:#fff;
	font-weight:bold;
	font-size:24px;
	height:42px;
	line-height:42px;
	padding:0;
	border-collapse:collapse;
	margin: 0 auto 8px;
	
	}
.innerbox p{
	line-height:1.8em;
	color:#16755c;
	text-align:left;
	padding: 10px 15px;
	font-size:12px;
	}
.innerbox p span{
	color:#12614c;
	font-size:150%;
	font-weight:bold;

}
h2{
	background:#FF9900;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#fff;
	height:42px;
	line-height:42px;
	margin:30px auto 10px;
	padding:5px;
	}

main h2{
	margin:20px 0 20px;
	font-size: 24px;
	font-weight: bold;
	height:42px;
	line-height:42px;
	width:150px;
	position:relative;
	border-color:transparent;
	z-index:0;
}

main h2:after{
	content:"";
	width:32px;
	height:51.6px;
	position:absolute;
	top:0;
	left:160px;
	background:linear-gradient(to bottom left, transparent 50%, #FF9900 50%) top left/ 100% 50% no-repeat,
    linear-gradient(to top left, transparent 50%, #FF9900 50%) bottom left / 100% 50% no-repeat;
	border-collapse:collapse;
	}
.mensetsu {
	font-size: 18px;
	font-weight: bold;
	text-align:left;
	color:#FF9900;
	line-height:2em;
}
dl.inner{
	display:flex;
	width:100%;
	}
dl.inner dt{
	padding: 5px 0;
	margin-right: 20px;
	font-size: 20px;
	line-height:28px;
	height:28px;
	width:6em;
	text-align:center;
	font-weight: bold;
}
dl.inner dd{
	font-size: 20px;
	font-weight: bold;
	padding-top:7px;
	width:calc(100% - 6em);
}

.mousikomi-box{
	padding: 10px;
}

.mousikomi-text{
margin: 10px 20px;
}

.mousikomi-box p{
	text-align-last: left;
	color:#16755c;
	font-weight: normal;
	line-height: 1.3em;
}

.mousikomi-box p span{
	font-weight:600;
}
.mousikomi-box p.m_box_date{
	color:#12614c;
	font-size:130%;
	font-weight:950;
	margin-left: 8px;	
}

.list {
	list-style:none;
	border:3px solid #FF9900;
	padding: 22px 15px;
	background-color: #fff;
	
}
.list li{
	line-height:1.3em;
	font-size: 16px;
	color:#16755c;
	}
.list ul li strong{
	border-bottom:10px solid #FF9900;
	}
p.pdf {
	background-color: #E50012;
	text-align: center;
	border-radius: 5px;
	width: 80%;
	margin:40px auto 20px;
	font-size: 20px;
	font-weight: bold;
}
p.pdf a {
	padding: 10px 0;
	color: #FFFFFF;
	display: block;
}
.kansensyou{
	background:rgba(255, 153, 0, 0.1);
	border-radius:10px;
	margin:5px 5px 5px 0;
	padding:10px 10px 10px 0;
}
.kansensyou h5{
	font-size:22px;
	text-align:center;
	color:#FF9900;
	margin:20px auto 10px;
}
.kansensyou ul{
	padding-left:10px;
}
.kansensyou li{
	color:#FF9900;
}
footer {
	padding: 20px;
	margin-top: 40px;
	background-color: #FF9900;
}
footer ul{
	/* display:flex;
	justify-conten:space-between; */
	width:100%;
	list-style:none;
	}
footer li {
	color:#fff;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 10px;
}
footer li:first-child{
	width:75%;
	}	

footer li:nth-child(2){
	
	padding:0;
	}
footer li strong{
	font-size:120%;	
	}
.sp{
	display:none;
	}
.attention{
	font-weight:bold;
	margin:0 auto;
	font-size:16px;
	}
p.attention{
	color:#333;
	}
.attention a{
	color:#e50012;
	border-bottom:2px solid #e50012;
}
@media screen and (max-width: 768px) {
footer ul{
display:block;
	}
footer li:first-child,footer li:nth-child(2){
	width:100%;
	font-size:12px;
	}
footer li:first-child{
	margin-bottom:20px;
	}
.sp{
	display:block;
	}

.contents {
	width: 100%;
}
p.midashi,p.mensetsu{
	font-size:14px;
	}
.top{
	margin-bottom:10px;
	}
dt,dd{
	padding:10px;
	font-size:20px;
	}
h2{
	margin-top: 30px;
	font-size: 24px;
}
dl.inner{display:block;}
	dl.inner dt, dl.inner dd{font-size:16px;}
dl.inner dd{
		text-align:center;
	}
.schedule{
	display:block;
	}
.innerbox{
	width:100%;
	margin-bottom:20px;
	}
.inner{
	display:block;
	}
p.pdf {
	margin: 20px auto;
}
.list{
	width:90%;
	margin:0 auto;
	}
.list li{
	margin-bottom:8%;
	font-size:13px;
	}
.kansensyou h5{
	font-size:18px;
}
	}