@charset "utf-8";


/*===============================================*/

/*  for PC / begin.css    */

/*===============================================*/


img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	}




/*intro
------------------------------------*/
section.intro {
	margin: 120px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 100%;
	text-align:center;
	}
	
section.intro h3 {
	margin: 0px auto 50px auto;
	padding:30px 0px 0px 0px;
	width: 680px;
	height:133px;
	font-size:30px;
	line-height:46px;
	text-align:center;
	font-family:Ryumin Light KL ;
	color:#555555;
	letter-spacing: 0.1em;
	background: url(../images/beginner/h3ttl_waku.gif) no-repeat center top;
	}
	
section.intro p.tx {
	margin: 0px auto 50px auto;
	line-height:30px;
	width: auto;
	text-align:center;
	}
	
section.intro p.name {
	margin: 0px auto 0px auto;
	width:300px;
	line-height:30px;
	width: 100px;
	text-align:center;
	}
	
section.intro p.name span {margin:0px 0px 0px 0px;}


	

/*.section concept
------------------------------------*/
section.concept {
	margin: 75px auto 75px;
	padding:75px 0px 75px 0px;
	width:100%;
	background-color: #e6f4fc; 
	}
	
section.concept ul {
	margin: 50px auto 0px;
	padding:0px 0px 0px 0px;
	width:960px;
	height:auto;
	clear:both;
	overflow:hidden;
	}
section.concept ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

section.concept ul li {
	margin-right:30px;
	width:300px;
	height:auto;
	float:left;
	text-align:center;
	}
	
section.concept ul li:nth-child(3n+3) {margin-right:0px}
section.concept ul > *:first-child + * + * {margin-right:0px}/*IE8*/
	
section.concept ul li h3 {
	margin: 0px 0px 30px 0px;
	height:auto;
	text-align:center;
	}
	
section.concept ul li h4 {
	margin: 0px 0px 20px 0px;
	font-size:16px;
	line-height:26px;
	font-family:Gothic MB101 Medium ;
	text-align:center;
	letter-spacing: 0.1em;
	}
	
section.concept ul li p{
	margin: 0px auto 0px;
	width:270px;
	line-height:26px;
	}




/*lecturer
------------------------------------*/
section.lecturer {
	margin: 0px 0px 50px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	}
	
section.lecturer h3 {
	margin: 0px auto 40px auto;
	padding:30px 0px 0px 0px;
	font-size:26px;
	line-height:46px;
	text-align:center;
	font-family:Ryumin Light KL ;
	color:#555555;
	letter-spacing: 0.1em;
	text-align:center;
	}
	
section.lecturer p.tx {
	margin: 0px auto 40px auto;
	line-height:30px;
	width: auto;
	text-align:center;
	}
	
section.lecturer p.pic {
	margin: 0px auto 0px;
	width:900px;
	height:auto;
	}
	



/*===============================================*/





/*===============================================*/

/*  for tablet     画面の横幅が600px-958pxまで */

/*===============================================*/


@media screen and (max-width: 959px){



/*intro
------------------------------------*/

section.intro h3 {width: 90%; background: none;}
section.intro p.tx {width: 90%;}
section.intro p.tx br {display:none;}



/*.section concept
------------------------------------*/
	
section.concept ul {width:100%;height:auto;}
section.concept ul li {margin-bottom:30px;padding-left: 0px;width:100%;height:auto;float:none;}
section.concept ul li p{margin: 0px auto 0px;width:90%; text-align:center;}



/*lecturer
------------------------------------*/

section.lecturer p.tx {width:90%;}
section.lecturer p.tx br {display:none;}
section.lecturer p.pic {max-width: 100%;height:auto;}


}
/*===============================================*/






/*===============================================*/

/*  for SP   画面の横幅が600px以下 */

/*===============================================*/

@media screen and (max-width: 599px){


/*intro
------------------------------------*/

section.intro h3 {
	margin-bottom:0px;
	font-size:20px;
	line-height:30px;
	}


/*lecturer
------------------------------------*/	
section.lecturer h3 {
	margin-bottom:30px;
	font-size:20px;
	line-height:30px;
	}
	
section.lecturer h3 br {display:none;}



}
/*===============================================*/

