@charset 'UTF-8';
/* CSS Document */
/* Indexes */
#index{background:url(../img/ima-logo.png) center no-repeat,url(../img/index-bg.jpg) center no-repeat,#09f;padding:120px 0;clear:both;}
/* Getting Started */
#gettingstarted{}
/*animation: emphasis-to-edit 0.05s infinite;*/
#gettingstarted_beliefs li{
	font-family:'游明朝','Yu Mincho','YuMincho',"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",serif;
	font-size:15pt;
	margin:30px 0;
	line-height:1.89em;
}

/* Slogan */
#slogan{background:#C2E9FF;}
#slogan p{text-align:center;}
#slogan-to-establish{
	width:530px;margin:30px auto;padding:10px 0;border:2px dotted #000B3E;border-width: 2px 0;
}
#slogan-to-establish li{
	margin:20px 0;
	position:relative;	
}
#slogan-to-establish li:before{content:"";width:5px;height:5px;background:#000B3E;display:inline-block;vertical-align:middle;margin-right:10px;}
/* * * * * * * * * *
     Counselor 
* * * * * * * * * */
#counselor-seminar,#counselor-ojt{
	width:480px;
	display:inline-block;
	margin-bottom:30px;
}
#counselor-seminar h3,#counselor-ojt h3{
	width:230px; padding:30px 0;border-radius:10px 0 0 10px;text-align:center;font-size:16pt;display:inline-block;
}
#counselor-seminar p,#counselor-ojt p{
	 width:227px;border-left:3px dashed grey; padding:30px 0;border-radius:0 10px 10px 0;text-align:center;
	 font-size:16pt;
	 display:inline-block;
}
#counselor-seminar h3{background:#23B0FF;color:white;}
#counselor-seminar p{background:#C2E9FF;border-left-color:#23B0FF;}

#counselor-ojt h3{background:#FF5050;color:white;}
#counselor-ojt p{background:#FFBABA;border-left-color:#FF5050;}

#counselor-what-to-learn h3{
	text-align:center;
	margin:10px 0;
}
#counselor-what-to-learn ul{
	margin:10px 0;
}
#counselor-what-to-learn li{
	position:relative;
	display:inline-block;
	width:250px;
	padding:20px 0;
	background:#12AFFB;
	margin:20px 40px 20px 30px;
	font-size:11pt;
	font-weight:bold;
	color:white;
	z-index:10;
}
#counselor-what-to-learn li:before{
	content:"";position:absolute;border:31px transparent solid;top:0;left:-62px;border-right-color:#12AFFB;
}
#counselor-what-to-learn li:after{
	content:"";position:absolute;border:20px solid #0379B3;top:45%;right:-40px;border-right-color:transparent;z-index:5;
}

/* * * * * * * * * *
      About US
* * * * * * * * * */
#aboutus{
	background:url('../img/aboutus_bg.png'),#010412;
}
#aboutus *{
	color:white;
}
#aboutus table{
	border-collapse:collapse;
	margin :0 auto;
}
#aboutus th{
	width:240px;
	text-align:center;
	font-size:12pt;
	font-weight:bold;
	color:#47B7FF;
	text-shadow:0 0 7px;
}
#aboutus td{
	width:480px;
	padding:15px 0;
	text-shadow:0 0 16px;
}
#phone-number-branch li{margin:10px 0;}
#phone-number-branch h3{
	display:inline-block;
	font-size:10pt;
	vertical-align:middle;
	background:#47B7FF;
	color:#000B3E;
	padding:4px 0;text-align:center;width:120px;
	border-radius:3px;
	margin-right:30px;
	box-shadow:0 0 6px #47B7FF;
}
#phone-number-branch address{
	display:inline;
	vertical-align:middle;
	font-style:normal;font-weight:normal;font-size:26pt;font-family:'Quantico', sans-serif;
}
#chiefs li{margin:10px 0;}
#chiefs h3{display:inline-block; font-size:10pt;vertical-align:middle;background:#47B7FF;
	color:#000B3E;
	width:120px;text-align:center;
	padding:4px 0;
	border-radius:3px;
	margin-right:30px;
	box-shadow:0 0 6px #47B7FF;
}
#chiefs p{display:inline;vertical-align:middle;}
#aboutus .notice{text-align:center;margin:30px 0;}

@media only screen and (max-width:960px){
	#gettingstarted_beliefs li{
		font-size:12pt;width:90%;margin:30px auto;line-height:1.4em;
	}
	#slogan p{width:90%;margin:0 auto;}
	#counselor-seminar,#counselor-ojt{
		width:40%;margin:0 5%;
		display:inline-block;
		margin-bottom:30px;
	}
	#counselor-seminar h3,#counselor-ojt h3{
		width:70%; padding:15px 0;border-radius:10px 0 0 10px;text-align:center;font-size:12pt;
	}
	#counselor-seminar p,#counselor-ojt p{
		 width:28%; padding:15px 0;border-radius:0 10px 10px 0;text-align:center;
		 font-size:12pt;
		 display:inline-block;
	}
	#counselor-what-to-learn{
		text-align:center;
	}
	#counselor-what-to-learn li{
		margin:20px 5%;
	}
	#counselor-what-to-learn li:before{
		z-index:10;
	}
	#counselor-what-to-learn li:after{
		z-index:5;
	}

}
@media only screen and (max-width:768px){
	#index{
		background-size:320px,100%;
		padding:120px 0;
	}
	#slogan-to-establish{width:80%;}
	
	#aboutus *{color:white;}
	#aboutus table{border-collapse:collapse;margin :0 auto;width:80%;}
	#aboutus th{width:15%;text-align:left;}
	#aboutus td{width:85%;}
}
@media only screen and (max-width:512px){
	#index{
		background-size:240px,200%;
		padding:120px 0;
	}
	#slogan-to-establish li{
		font-size:10pt;
	}
	#counselor-seminar,#counselor-ojt{
		width:90%;
		display:block;
		margin-bottom:30px;
	}
	#counselor-seminar h3,#counselor-ojt h3{
		width:100%; padding:10px 0 8px;border-radius:0;font-size:10pt;display:block;
	}
	#counselor-seminar p,#counselor-ojt p{
		border-top:2px dashed grey;border-left:none;
		width:100%;padding:15px 0;border-radius:0;font-size:10pt;display:block;
	}
	#counselor-seminar h3{}
	#counselor-seminar p{border-top-color:#23B0FF;}

	#counselor-ojt h3{}
	#counselor-ojt p{border-top-color:#FF5050;}
	
	#counselor-what-to-learn{
		
	}
	#counselor-what-to-learn li{
		display:block;
		margin:20px auto;
		font-size:10pt;
		width:240px;
		padding: 10px 0;
	}
	#counselor-what-to-learn li:before{
		display:none;
	}
	#counselor-what-to-learn li:after{
		border-width:12px;right:-24px;top:45%;
	}
	#aboutus *{color:white;}
	#aboutus table{width:80%;padding:0;}
	#aboutus th,#aboutus td{width:100%;display:block;text-align:center;}
	#aboutus td{font-size:10pt;margin-bottom:20px;}
	
	#phone-number-branch li{margin:0 0 20px;}
	#phone-number-branch h3{
		display:block;
		color:#000B3E;
		padding:6px 0;
		width:120px;
		margin:10px auto;
	}
	#phone-number-branch address{
		display:block;
		vertical-align:middle;
		font-size:18pt;
	}
	#chiefs li{margin:0 0 20px;}
	#chiefs h3{
		display:block;
		width:120px;
		padding:4px 0;
		margin:10px auto;
	}
	#chiefs p{display:block;}
	#aboutus .notice{margin:30px 0;}
	#aboutus .contents table img{width:80%;padding:0;}
}
@keyframes emphasis-to-edit{
	0%{background:#FFB600;}100%{background:#FFD263;}
}