* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Kosugi', sans-serif;
}
@media screen and (max-width: 479px) { /*ウィンドウ幅が0～479pxの場合にcssを適用*/
	#contents #l_contents {
	width: auto;
	float: none;
	}
	#contents #r_contents {
	width: auto;
	float: none;
	}
}
p,h1,h2,h3,li,th,td,dt,dd{
	font-size: 16px;
	font-weight: normal;
	line-height: 160%;
	color: #333333;
}
li {
	list-style-type: none;
}
img a {
	border: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.course-box span.newlesson {
	color: red;
    margin-left: 15px;
}

/************************************
　header　****************************/

	.headerLine {
		width: 1100px;
		margin: auto;
		overflow: hidden;
	}
		header h2 {
			float: left;
			padding: 20px;
		}

	.header-menu {
		float: right;
	}
		.header-menu ul {
			padding: 15px 15px 30px;;
		}
		.header-menu ul li {
			padding: 10px 0 10px 30px;
			display: inline;
		}
		
		.header-menu ul li:after {
			content: "";
			border-right: 1px dotted #333333;
			padding-right: 30px;
		}
			.header-menu ul li.qa {
				background: rgba(0, 0, 0, 0) url("../images/qa_icon.png") no-repeat;
				background-size: 17%;
				background-position: 0 center;
			}
			.header-menu ul li.access {
				background: url(../images/access_icon.png) no-repeat;
				background-size: 15%;
				background-position: 5px center;
			}

.page_title {
	background: #333333;
	width: 1100px;
	margin: auto;
	
}
	.page_title h2 {
		color: #ffffff;
		font-size: 200%;
		padding: 50px;
		background: rgba(0, 0, 0, 0) url("../images/title_img2.png") no-repeat scroll 1000px center / 6% auto;
	}

.pan {
	background: #eeeeee;
}
	.pan ul {
		width: 1100px;
		margin: auto;
		padding: 5px 10px;
	}
	.pan ul li {
		display: inline;
		font-size: 80%;
	}
	.pan ul li:after {
		content: ">";
		margin: 0 10px;
	}
	.pan ul li:last-child:after {
		content: none;
	}
/************************************
　menu　****************************/
div.menu {
	background: #1c1c1c;
}
div.menu ul {
	width: 1100px;
	margin: 10px auto 0;
	overflow: hidden;
	padding: 10px;
}
div.menu li {
	float: left;
	text-align: center;
}
div.menu li:first-child {
	margin-left: 20px;
}
div.menu li:not(:last-child):after {
	content: '';
	border-right: 1px solid #999999;
	margin: 0 30px 0 20px;
}
	div.menu li a {
		text-decoration: none;
		color: #ffffff;
	}
	div.menu li a:hover {
		color: #999999;
	}

/************************************
　#contents　****************************/

#contents {
	clear: both;
}
.txtLink {
	font-size: 150%;
	text-align: center;
}
.txtLink a {
	color: #04c;
	text-decoration: none;
}
footer {
	background: #fff;
	padding: 20px 0;
}
.copyright {
	text-align: center;
	color: #111;
  font-size: 90%;
}
.experience {
	background-color: #ff9933;
}
	.experienceBox {
		width: 1100px;
		margin: auto;
		padding: 50px 0;
	}
	.experienceBox p {
		color: #ffffff;
	}
	.desEx {
		text-align: center;
		margin-top: 15px;
	}
	.desEx a {
		color: #ffffff;
		text-decoration: underline;
	}
	.experienceBox a {
		width: 800px;
		margin: auto;
		display: block;
	}
	.experienceBox .accepting {
		text-align: center;
		font-size: 200%;
		border: 2px solid #ffffff;
    	border-radius: 30px;
    	width: 600px;
		margin: auto;
		background-color: #f78b1f;  
	}
	.experienceTxt {
		text-align: center;
		font-size: 180%;
		margin: 20px 0;
	}
	.experienceBox .experienceBtn {
		border: 1px solid #ffffff;
		padding: 20px;
		margin: auto;
		background: #ffffff;
		color: #555555;
		text-align: center;
		font-size: 150%;
		background-color: white;
		box-shadow: 5px 5px 0px 0px #784c20;
	}
	p.experienceBtn:after {
		content: "→";
		float: right;
	}
	.experienceBox .experienceBtn:hover {
		box-shadow: none;
		background: #eeeeee;
		text-decoration: none;
	}
	.experienceBox a:hover {
		text-decoration: none;
	}
	.contactUs {
		width: 650px;
		margin: 30px auto;
	}
	p.contactUsTxt {
		font-size: 120%;
		text-align: center;
	}
	.telNoBox {
		text-align: center;
	}
	.telNo {
		font-size: 200%;
	}
	.telTime {
		font-size: 90%;
	}
	.lineBox {
		margin-top: 20px;
	}
	.line-pc {
		width: 70%;
    margin: auto;
    line-height: 100%;
    text-align: center;
	}
	.line-pc img {
		width: 40%;
    margin: auto;
    display: block;
	}
	.line-sp {
		display: none;
	}
	#page_top{
		width: 100px;
		height: 60px;
		position: fixed;
		right: 0;
		bottom: 0;
		background: #ffffff;
		opacity: 0.6;
		z-index: 3;
	  }
	  #page_top a{
		position: relative;
		display: block;
		width: 100px;
		height: 60px;
		text-decoration: none;
	  }
	  #page_top a::before{
		font-family: FontAwesome;
		content: '▲';
		font-size: 18px;
		color: #999;
		position: absolute;
		width: 25px;
		height: 25px;
		top: -25px;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		text-align: center;
	  }
	  #page_top a::after{
		content: 'PAGE TOP';
		font-size: 13px;
		color: #999;
		position: absolute;
		top: 30px;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		text-align: center;
	  }

	  .accesspage {
		width: 1100px;
		margin: auto;
		padding: 30px 0;
	}
	.accesspage h3 {
		font-size: 200%;
	}
	hr {
		clear: left;
		border-top: 1px dotted #bbb;
	}
	.accesspage dt {
		float: left;
		margin-right: 30px;
		width: 200px;
		padding: 10px 0;
	}
	.accesspage dd {
		float: left;
		padding: 10px 0;
	}
	.access {
		overflow: hidden;
	}
	.accesspage iframe {
		margin: 30px 0;
	}
#planPrice {
	background: #fff;
	padding: 30px 0 130px;
}
#planPrice h3 {
	font-size: 200%;
	color: #111;
	margin-bottom: 30px;
}
.planPriceBox {
	width: 1100px;
	margin: auto;
}
.planPriceBox table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
    margin: 0 0 6px 0;
    table-layout: fixed;
}
	
.planPriceBox th,
.planPriceBox td {
	border: 1px solid #888;
	box-sizing: border-box;
	table-layout: fixed;
	padding: 10px 20px;
}
td.noLine {
	border: none;
}
th.plan01 {
	background: #59493f;
	color: #fff;
	font-size: 120%;
	line-height: 120%;
	padding: 20px;
}
th.plan01 span {
	font-size: 70%;
}
td.corsename {
	background: #eee;
}
td.corseprice {
	font-size: 120%;
	line-height: 250%;
}
td.corseprice span {
	color: #e71a0f;
	margin-left: 20px;
}
td.nothing {
	text-align: center;
}
.priceTxt {
	font-size: 150%;
	text-align: center;
	margin: 50px 0;
}
.priceBtn {
	color: #111;
    margin: auto;
    font-size: 200%;
    border-bottom: 1px dotted #999;
    width: 380px;
    text-align: center;
}
.priceBtn:hover {
	border-bottom: 1px dotted #fff;
	color: #59493f;
}
.planPriceBox a:hover {
	text-decoration: none;
}

#instructor {
	background: #fdf8f0;
}
	.instructorBox {
		width: 1100px;
		margin: auto;
		padding: 150px 0 150px;
    background: url(../images/instroctor_topimg.png) no-repeat;
    background-position-y: 150px;
	}
	.instructorBox h3 {
    font-size: 350%;
    height: 120px;
    padding-top: 180px;
    text-align: center;
}
	.gakuen li {
		border: 1px solid #999;
		width: 158px;
		border-radius: 20px;
		font-size: 80%;
		text-align: center;
		margin: 5px 0;
		background: #fff;
	}
	.instructorA {
		overflow: hidden;
		padding: 20px 0;
	}
	.gakuen {
		float: left;
		width: 160px;
	}
	.gakuenTxt {
		float: right;
		width: 900px;
	}
	.gakuenTxt p,
	.gakuenTxt li {
		color: #555;
	}
	ul.career {
		margin-top: 20px;
	}
	ul.career li {
		font-size: 90%;
		list-style: square;
		list-style-position: inside;
	}
	.instructorName {
		color: #111;
		font-weight: bold;
		font-size: 120%;
		margin: 10px 0 0;
		display: block;
		line-height: 150%;
		text-align: center;
	}
	.instructorName span {
		font-size: 70%;
	}
/*もっとみる*/
ul.sample {
	padding-bottom: 20px;
}
.display-more-button span {
	width: 1100px;
    background: #fff;
    text-align: center;
    padding: 20px 0;
	cursor: pointer;
	display: block;
	}
	@media screen and (max-width: 479px) { /*ウィンドウ幅が0～479pxの場合にcssを適用*/
		.instructorBox {
			margin: 0;
			padding: 0;
			background-position-y: 50px;
			background-size: 100%;
			width: 100%;
			padding-bottom: 50px;
		}
		.instructorBox h3 {
			font-size: 200%;
			height: auto;
			padding-top: 120px;
		}
		.gakuen h4 {
			float: left;
		}
		.gakuen .sp {
			float: right;
		}
		.gakuen {
			float: none;
			width: 100%;
			overflow: hidden;
		}
		.instructorA {
			padding: 20px 10px;
		}
		.gakuenTxt {
			float: none;
			width: 100%;
		}
		p.intro,
		.career {
			display: none; 
		}
		.display-more-button span {
			width: 90%;
			margin: auto;
		}
		.gakuen li {
			margin: 5px auto;
		}
		.experienceBox {
			width: 100%;
		}
		.contactUs {
			width: 100%;
		}
		.experienceTxt {
			font-size: 120%;
		}
		.accesspage {
			width: 90%;
			margin: auto;
			padding: 30px 0;
		}
		.experienceBox a,
		.experienceBox .accepting {
			width: 90%;
		}
		.price-sp {
			display: none;
		}
		.planPriceBox,
		.priceTxt {
			width: 100%;
		}
		.planPriceBox th, .planPriceBox td {
			padding: 10px 10px;
		}
		td.corseprice,
		th.plan01,
		.priceTxt {
			font-size: 100%;
		}
		#planPrice h3 {
			font-size: 150%;
			text-align: cente
		}
		.priceBtn {
			font-size: 180%;
			width: 90%;
		}
		.line-pc {
			display: none;
		}
		.line-sp {
			text-align: center;
			margin: auto;
			display: block;
			line-height: 100%;
		}
		.line-sp a {
			width: 116px;
		}