@charset "utf-8";
/* CSS Document */

body{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*background:#000 url(../images/starlight.jpg) repeat-y fixed top center;
	background-size:auto;*/
	color:#333;
}

a{	
	color:#333;
	text-decoration:underline
}

a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */	
}

dd,p{
	color:#666;	
}

p{
	line-height:150%;
}

strong{
	font-weight:bold;
}

img{
	width:100%;
	height:auto;	
}


@media screen and (min-width: 729px) {
	body{
		font-size:16px;
		line-height:16px;
	}
}


@media screen and (min-width: 641px) and (max-width: 728px) {
	body{
		font-size:14px;
		line-height:14px;
	}
}

@media screen and (max-width: 640px) {
	body{
		font-size:13px;
		line-height:13px;
	}
}


#contents{
	width:100%;
}


header{
	
}

header #header{

	width:100%;
	/*background:url(../images/starlight.jpg) repeat-y fixed top center;*/
	background-size:cover;
	/*max-height:850px;*/
	margin:0 auto;
}

header #header #headline{
	height:auto;
	width:100%;
	color:#fff;
	font-size:120%;
	text-align:center;
	vertical-align:middle;
	/*background: linear-gradient(#000, rgba(255,255,255,0.4));
	linear-gradient(to bottom, #000, rgba(255,255,255,0.4));
	-ms-linear-gradient(top, #000, rgba(255,255,255,0.4));*/
	padding:2% 0;
}

header #header #headline img{
	display:block;
	width:100%;
	max-width:465px;
	margin:0 auto;
}

header #header #keyvisual{
	width:94%;
	height:auto;
	padding:70px 3%;
	background-color:#FF0000;
}

header #header #keyvisual img{
	display:block;
	max-width:820px;
	width:100%;
	margin:0 auto;
}

header #header #keyvisual h1,
header #header #keyvisual p{
	display:none;
}

header #header #catch{
	max-width:1600px;
	width:100%;
	margin:20px auto;
	text-align:center;
}

header #header #catch img{
	width:100%;
}

header #header #catch #tuniv_img{
	display:block;
	float:left;
	width:27%;
	margin:0 1.5%;
}

header #header #catch #tfc_img{
	display:block;
	float:left;
	width:36%;
	margin:0 1.5%;
}

header #header #catch #tel_img{
	display:block;
	float:left;
	width:28%;
	margin:0 1.5%;
}

header #header #catch #tuniv_img img{
	max-width:436px;
}

header #header #catch #tfc_img img{
	max-width:577px;
}

header #header #catch #tel_img img{
	max-width:447px;
}

header #header nav{
	margin-bottom:40px;
}

header #header nav #nav{
	clear:both;
	width:100%;
	background-color:#F00;
	padding:20px 0;
}

header #header nav #nav #nav_inner{
	width:100%;
	background-color:#AB9B8E;
}

header #header nav #nav #nav_inner ul{
	max-width:1670px;
	width:100%;
	height:46px;
	margin:0 auto;
}

header #header nav #nav #nav_inner ul a{
	text-decoration:none;
}

header #header nav #nav #nav_inner ul a li{
	float:left;
	width:16.6666666666666667%;
	text-align:center;
	font-weight:bold;
	padding:15px 0;
	color:#fff;
	background-color:#AB9B8E;
}

header #header nav #nav #nav_inner ul a:hover li{
	background:rgba(128,128,128,0.5);
}

header #header nav #sp_nav{
	display:none;
	width:100%;
	text-align:center;
	height:35px;
	padding:25px 0 0;
	color:#fff;
	background-color:#AB9B8E;
	/*background: linear-gradient(#000, rgba(255,255,255,0.8));
	linear-gradient(to bottom, #000, rgba(255,255,255,0.8));
	-ms-linear-gradient(top, #000, rgba(255,255,255,0.8));*/
	cursor:pointer;
}

header #header nav #sp_nav span{
	font-size:130%;
	font-weight:bold;
}


@media screen and (max-width: 640px) {
	header #header #catch img{
		width:100%;
		text-align:center;
	}
	
	header #header #catch #tuniv_img{
		display:block;
		width:97%;
		margin:0 1.5%;
	}
	
	header #header #catch #tfc_img{
		display:block;
		width:97%;
		margin:0 1.5%;
	}
	
	header #header #catch #tel_img{
		display:block;
		width:97%;
		margin:0 1.5%;
	}
	
	header #header #catch #tuniv_img img{
		max-width:470px;
	}
	
	header #header #catch #tfc_img img{
		max-width:535px;
	}
	
	header #header #catch #tel_img img{
		max-width:497px;
	}
	
	header #header nav{
		margin-bottom:0px;
	}
	
	header #header nav #sp_nav{
		display:block;
	}
	
	header #header nav #nav{
		display:none;
		background-color:#fff;
		padding:0;
	}
	
	header #header nav #nav #nav_inner{
		background-color:#fff;
	}
	
	header #header nav #nav #nav_inner ul{
		height:auto;
	}
	
	header #header nav #nav #nav_inner ul a li{
		float:none;
		width:100%;
		/*height:30px;*/
		font-weight:bold;
		background:rgba(0,0,0,0.8);
		border-bottom:1px solid #292929;
		padding:20px 0;
	}
	
	header #header nav #nav #nav_inner ul a:hover li{
		background:rgba(0,0,0,0.6);
	}
}

header #header nav #flow{
	position:fixed;
	display:none;
	top: 0px;
	left: 0px;
	width:100%;
	z-index:100;
}

header #header nav #flow ul a li{
	float:left;
	width:18%;
	text-align:center;
	height:35px;
	padding:15px 1% 0;
	color:#fff;
	background:rgba(0,0,0,0.8);
}

header #header nav #flow ul a:hover li{
	background:rgba(0,0,0,0.4);
}

article{
	clear:both;
	line-height:150%;
}

article #container{
	clear:both;
	width:100%;
	margin:0 auto;
	/*min-height:600px;*/
}

article #container #content #top_apply{
	text-align:center;
	border-top:0;
	border-bottom:20px solid #F00;
	width:100%;
	height:160px;
}

article #container #content #top_apply img{
	max-width:446px;
	width:100%;
}

article #container #content #top_apply #top_apply_inner{
	max-width:700px;
	width:100%;
	margin:0 auto;
}

article #container #content #top_apply #top_apply_inner p{
	text-align:left;
	font-size:30px;
	font-weight:bold;
	line-height:2;
}

article #container #content #top_apply #top_apply_inner p span.red{
	color:#f00;	
}

article #container #content .block{
	width:96%;
	background:#fff;
	padding:2%;
	margin:0 auto 50px;
}

article #container #content .block p{
	text-align:center;
	color:#000;
	font-size:24px;
	font-weight:normal;
	/*margin:40px 0;*/
}

article #container #content .block_inner{ 
	max-width:850px;
	width:100%;
	margin:0 auto;
}

article #container #content .block_inner h3{
	font-size:24px;
	font-weight:bold;
	margin-bottom:50px;
}

article #container #content .block_inner h4{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:40px;
}

article #container #content .block_inner h5{
	font-size:14px;
	font-weight:bold;	
}

article #container #content .block_inner p{
	text-align:left;
	font-size:14px;
	font-weight:normal;
	margin-bottom:20px;
	word-wrap: break-word;
}

article #container #content .block_inner table{
	margin-top:-20px;
	width:100%;
}

article #container #content .block_inner table tr{
	margin:0;
	padding:0;
}

article #container #content .block_inner table tr th{
	font-size:14px;
	margin:0;
	padding:10px;
	border:1px solid #ccc;
	text-align:center;
	background-color:#095697;
	color:#fff;
}

article #container #content .block_inner table tr td{
	font-size:14px;
	margin:0;
	padding:10px;
	border:1px solid #ccc;
	word-break: break-all;
}

article #container #content .block_inner hr{
	margin-top:30px;
	border-top:2px dotted #000;
	width: 100%;
}

article #container #content .block_inner .imgHalf{
	float:left;
	width:48%;
	margin:0 1%;
}

article #container #content .block_inner .imgHalf img{
	width:100%;
	height:auto;	
}

article #container #content .block_inner #youtube{
	position: relative;
    width: 100%;
    padding: 56.25% 0 0 0;
	margin-bottom: 50px;
}

article #container #content .block_inner #youtube iframe{
	position: absolute;
	display:block;
    top: 0;
    left: 0;
    width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width: 640px) {
	article #container #content #top_apply{
		text-align:center;
		border-top:20px solid #F00;
		border-bottom:20px solid #F00;
		width:100%;
		height:auto;
		padding:20px 0;
	}
	
	article #container #content #top_apply #top_apply_inner{
		max-width:350px;	
	}
		
	article #container #content #top_apply #top_apply_inner p{
		font-size:125%;
		margin-bottom:10px;
	}
	
	article #container #content .block_inner{
		padding-top:40px;	
	}
}

footer{
	line-height:150%;
}

footer #footer a{
	color:#fff;
}

footer #footer{
	position:relative;
	background-color:#F00;
	width:100%;
	padding:15px 0 0;
}

footer #footer #catch{
	/*max-width:1660px;*/
	width:100%;
	margin:5px auto;
	text-align:center;
	background-color:#FFF;
	padding:20px 0;
}

footer #footer #catch img{
	width:100%;
}

footer #footer #catch #tuniv_img{
	display:block;
	float:left;
	width:27%;
	margin:0 1.5%;
}

footer #footer #catch #tfc_img{
	display:block;
	float:left;
	width:36%;
	margin:0 1.5%;
}

footer #footer #catch #tel_img{
	display:block;
	float:left;
	width:28%;
	margin:0 1.5%;
}

footer #footer #catch #tuniv_img img{
	max-width:436px;
}

footer #footer #catch #tfc_img img{
	max-width:577px;
}

footer #footer #catch #tel_img img{
	max-width:447px;
}

footer #footer #footerInner{
	position:relative;
	max-width:1200px;
	width:96%;
	margin:0 auto;
	padding:2%;
	text-align:center;
}

footer #footer #footerInner a {
padding: 6px;
}

#pagetop {
 float: right;
 cursor: pointer;
 margin: 5px;
 position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 1000;
}
#pagetop img{
width: 70px;
}

footer #footer #footerInner h3{
	font-size:110%;
	font-weight:bold;
	margin-bottom:10px;
}

footer #footer #footerInner p{
	padding:0 2%;
	color:#fff;
}

footer #copyright{
	width:96%;
	margin:0 auto;
	padding:2%;
	color:#fff;
	font-size:100%;
	text-align:center;
	background-color:#AB9B8E;
}

footer #footer #footerInner span br { 
    display:none;
}
footer #footer #footerInner hr{
    display: block;
    border: 0;
    border-top: 1px solid #fff;
    margin: 5px auto 10px;
    padding: 0;
    max-width: 600px;
    width: 100%;
}

@media screen and (max-width: 640px) {
	footer #footer #footerInner #pagetop{
		top:-160px;	
	}
	
	footer #footer #catch{
	/*max-width:1660px;*/
	width:100%;
	margin:5px auto;
	text-align:center;
	background-color:#FFF;
	padding:20px 0;
	}
	
	footer #footer #catch img{
		width:100%;
	}
	
	footer #footer #catch #tuniv_img{
		display:block;
		width:97%;
		margin:0 1.5%;
	}
	
	footer #footer #catch #tfc_img{
		display:block;
		width:97%;
		margin:0 1.5%;
	}
	
	footer #footer #catch #tel_img{
		display:block;
		width:97%;
		margin:0 1.5%;
	}
	
	footer #footer #catch #tuniv_img img{
		max-width:436px;
	}
	
	footer #footer #catch #tfc_img img{
		max-width:577px;
	}
	
	footer #footer #catch #tel_img img{
		max-width:447px;
	}
	footer #footer #footerInner span br{ 
    display:inline;
    }
}