@charset "UTF-8";

@media screen and (max-width:640px) {
.pc ,.pc2 {
	display: none;
}

.sp {
	display: inline-block ;
}

.sp2 {
	display: block ;
}
}
@media print, screen and (min-width:641px) {
.pc {
	display: inline-block ;
}

.pc2 {
	display: block ;
}

.sp ,.sp2 {
	display: none;
}  
}


#wrapper {
	text-align: center;
}

h1:first-of-type {
	margin: 0 auto;
	padding: 10px 0;
	line-height: 100%;
}


#kv {
	width: 100%;
	height: 276px;
	margin: 0 auto 70px;
	padding: 40px 0 0;
	background: url(../images/index_kv.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	display:table;
	width:100%;
}
	#kv h1 {
		margin: 0;
		padding: 0;
		color: #131313;
		font-size: 90px;
		line-height: 160%;
		display:table-cell;
	}

		#kv h1 span {
			display: block;
			font-size: 30px;
			line-height: 160%;
			margin-top:-.2em;
		}


 @media screen and (max-width:1050px) {
		#kv h2 span {
			margin-top:-.8em;
		}

} 
#kv + p {
	font-size: 22px;
	line-height: 160%;
	width:940px;
	margin:0 auto 50px;
	text-align:left;
}

h3 {
  	position: relative;
  	top: 0;
  	left: 0;
  	text-align: center;
  	margin: 0 0 .5em;
	padding: 0;
	color:#1fafab;
	font-size: 32px;
	line-height: 180%;
	font-weight: normal;
}

h3:before{
	content:"";
	display:block;
	width:100%;
	position: absolute;
  	top: 50%;
  	z-index: 1;
	height:2px;
	border-top:1px solid #1fafab;
}

h3 span{
	position: relative;
  	z-index: 5;
	display:inline-block;
	padding:.5em 1.5em;
	background:#fff;
}

h3 + p {
	font-size: 20px;
	line-height: 160%;
	width:940px;
	margin:0 auto 80px;
	text-align:left;
}
h5 {
	margin: 0;
	padding: 20px 0;
	box-sizing: border-box;
	color: #1fafab;
	font-size: 20px;
	line-height: 160%;
	font-weight: normal;
}


h3 + ul{
	margin:0px auto 120px;
}

h3 + ul li{
	font-size: 20px;
	line-height: 160%;
	width:940px;
	margin:0 auto 30px;
	text-align:left;
	list-style:none;
	padding:0;
}

h3 + ul li:before {
		color:#1fafab;
		display: inline-block;
		margin-right: 10px;
		vertical-align: -2px;
		content: '\f105';
		font-size: 30px;
		font-family: fontAwesome;
		}

h2 {
	font-size: 44px;
	line-height: 165%;
	width: 100%;
	margin: 0 0;
	padding: .75em;
	background: url(../images/index_ttl.jpg) no-repeat center center;
	background-size: cover;
	width:100%;
}

ul.cont_tbl {
	width: 1050px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 160%;
	border-top: 1px solid #10a9c1;
	border-left: 1px solid #10a9c1;
	background: #fff;
}

	ul.cont_tbl li {
		display:table;
	}

	ul.cont_tbl li span {
		display:table-cell;
	}
	
	ul.cont_tbl li span:first-of-type {
		width: 170px;
		margin: 0;
		padding: 15px;
		font-weight: normal;
		border-right: 1px solid #10a9c1;
		border-bottom: 1px solid #10a9c1;
		vertical-align: top;
		box-sizing: border-box;
	}
	ul.cont_tbl li span:last-of-type {
		width: 880px;
		margin: 0;
		padding: 15px;
		text-align: left;
		vertical-align: top;
		border-right: 1px solid #10a9c1;
		border-bottom: 1px solid #10a9c1;
		box-sizing: border-box;
	}

#index .program ul.cont_tbl li:nth-of-type(even){
	background: #f2f8fb;
}

#index .program ul.cont_tbl a.pdf{
	background-image:url(../images/ico_pdf.png);
	background-position:right 3px;
	background-repeat:no-repeat;
	background-size:auto 30px;
	padding:.4em 36px .4em 0;
} 

#index .program ul.cont_tbl i.new{
	background:#c1105f;
	border-radius:6px;
	color:#fff;
	display:inline-block;
	font-size:80%;
	font-style:normal;
	margin-right:.5em;
	text-decoration:none;
	padding:0 .4em;
} 


.footer{ padding:1.5em;background:#22AEAA;color:#fff;line-height:1.4;}


@media screen and (max-width:640px) {
h1 img {
	width: 70%;
	height: auto;
}

	#kv {
		width: 100%;
		height: auto;
		margin: 0 auto 40px;
		padding: 40px 0 ;
		background: url(../images/index_kv.jpg) no-repeat right top;
		background-size: cover;
		box-sizing: border-box;
	}
	#kv h1 {
		font-size: 6vw;
	}

		#kv h1 span {
			font-size: 4vw;
		}

h3{	font-size: .8vw;margin:20px 0 0 0;padding:0;}
h3 span{font-size: 4.4vw;}

p{margin:0;padding:0;}


#kv + p,
h3 + p,
h3 + ul li{
	width:90%;
	padding: 0;margin-bottom:2vw;
	font-size: 3.4vw;
}

h3 + ul{
	margin:0px auto 40px;
}

h3 + ul li:before {
	font-size: 3.4vw;
}

h2 {
	font-size: 4.8vw;
	width: 100%;
	margin: 30px 0;
}

ul.cont_tbl {
	width: 90%;
	margin: 0 auto;
	font-size: 3.2vw;
	line-height: 160%;
	border-top: 1px solid #10a9c1;
	border-right: 1px solid #10a9c1;
	border-left: 1px solid #10a9c1;
	background: #fff;
}

	ul.cont_tbl li {
		display:block;
	}

	ul.cont_tbl li span {
		display:block;
	}
	
	ul.cont_tbl li span:first-of-type {
		width: 100%;
		margin: 0;
		padding: 15px 15px 5px 15px;
		font-weight: normal;
		border-right: none;
		border-bottom: none;
		vertical-align: top;
		box-sizing: border-box;
		text-align: left;
	}
	ul.cont_tbl li span:last-of-type {
		width: 100%;
		margin: 0;
		padding: 0 15px 15px 15px;
		text-align: left;
		vertical-align: top;
		border-right: none;
		border-bottom: 1px solid #10a9c1;
		box-sizing: border-box;
	}

#index .program ul.cont_tbl a.pdf{
	background-size:16px;
	padding:.4em 26px .4em 0;
	background-position:right center;
}


}

@media screen and (max-width:640px) {
.footer{ font-size:3vw;}
}