@charset   "utf-8";

/* ===== 
	TOP
 ==================================== */

#sec-02 .ttl01{
	margin-bottom: 15px;
}

#sec-02 .ttl02{
	max-width: 600px;
	margin: 0 auto;
	padding: 13px 10px;
	background: #f9fa5e;
}

#sec-02 .clm{
	margin-bottom: 40px;
}

#sec-02 .clm:last-child{
	margin-bottom: 0;
}

#sec-02 dl{
	margin: 10px auto;
}

#sec-02 dt{
	margin-bottom: 10px;
	color: #2f5e00;
	font-size: 204px;
	font-size: 2.0rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}

#sec-02 p{
	margin: 0;
}

#sec-02 a{
	display: block;
	margin: 0 auto;
}

#sec-02 a dd{
	color: #111;
}

#sec-03.wrap{
	padding-top: 30px;
}

#sec-03 .clmHalf02,
#sec-04 .clmHalf02{
	margin: 0 0 40px;
}

#sec-03 .ttl02,
#sec-04 .ttl02{
	margin: 40px 0 20px;
}

#sec-03 dl a,
#sec-04 dl a{
	display: block;
}

#sec-04 .bt04{
	/*
	font-size: 18px;
	font-size: 1.8rem;
	*/
}

/* Instagramバナー */
a.bnr_instagram{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	background: #262626;
}

.bnr_instagram img{
	width: 80%;
	max-width: 297px !important;
}


/* ===== 
	教育体制
 ==================================== */

.schedule li{
	padding: 0;
	background: #e0e7d9;
}

.schedule h3{
	padding: 10px 15px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
	background: #2f5e00;
}

.schedule p{
	margin: 0;
	padding: 15px 15px;
}


/* ===== 
	汎用パーツ
 ==================================== */

/* キャラクター＋吹き出し */

.faq .q{
	min-height: 45px;
	margin: 18px auto 18px;
	padding: 12px 0 10px 63px;
	font-size: 15px;
	font-size: 1.5rem;
	color: #2f5e00;
	font-weight: bold;
	background: url("../images/common/ic_q.png") 0 0 no-repeat;
	background-size: 48px 48px;
}

.faq .msg{
	display: table;
	width: 100%;
	margin: 0px 0 20px 0;
}

.faq .staff{
	display: table-cell;
	width: 110px;
	padding: 0 10px 0 0;
	line-height: 1.5;
	text-align: center;
}

.faq .qa{
	display: table;
	width: 100%;
	margin: 0px 0 40px 0;
}

.faq .a{
	display: table-cell;
	width: 110px;
	padding: 0 20px 0 0;
}

.faq .cmnt{
	position: relative;
	display: table-cell;
	padding: 20px;
	background: #e0e7d9;
	border-radius: 10px;
}
	.faq .cmnt.clr01 { background: #ffdada; }
	.faq .cmnt.clr02 { background: #daf1ff; }
	.faq .cmnt.clr03 { background: #ddffda; }

.faq .cmnt:before{
	position: absolute;
	content: "";
	left: -10px;
	top: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 10px 7.5px 0;
	border-color: transparent #e0e7d9 transparent transparent;
}
	.faq .cmnt.clr01:before { border-color: transparent #ffdada transparent transparent; }
	.faq .cmnt.clr02:before { border-color: transparent #daf1ff transparent transparent; }
	.faq .cmnt.clr03:before { border-color: transparent #ddffda transparent transparent; }



@media screen and (min-width: 640px) {

/* ===== 
	TOP
 ==================================== */

#sec-01 .clmL img{
	width: 480px;
}

#sec-02 .ttl01{
	margin-bottom: 30px;
}

#sec-02 .clm{
	margin-bottom: 0;
}

#sec-02 dl{
	margin: 20px auto;
}

/* Instagramバナー */
a.bnr_instagram{
	max-width: 500px;
	padding: 40px 20px 41px;
}


/* ===== 
	教育体制
 ==================================== */

.schedule{
	display: table;
}

.schedule li{
	display: table-cell;
	text-align: left;
	vertical-align: top;
}

.schedule li.sec01{
	width: 30%;
	border-right: 10px solid #fff;
}

.schedule li.sec02{
	width: 30%;
	border-right: 10px solid #fff;
}

.schedule li.sec03{
	width: 20%;
	border-right: 5px solid #fff;
}

.schedule li.sec04{
	width: 20%;
	border-left: 5px solid #fff;
}

.schedule h3{
	position: relative;
	padding: 13px 15px;
	text-align: center;
}

.schedule h3:before{
	position: relative;
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin: -24px auto 0;
	border-style: solid;
	border-width: 0 12px 24px 12px;
	border-color: transparent transparent #2f5e00 transparent;
}

}


@media screen and (min-width: 1024px) {

/* ===== 
	TOP
 ==================================== */

#sec-02 dt{
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}

#sec-04 .bt04{
	/*
	font-size: 24px;
	font-size: 2.4rem;
	*/
}

/* Instagramバナー */
a.bnr_instagram{
	max-width: 650px;
	padding: 60px 20px 61px;
}


/* ===== 
	汎用パーツ
 ==================================== */

/* キャラクター＋吹き出し */

.faq .msg{
	display: table;
	float: left;
	width: 50%;
	margin: 0px 0 20px 0;
}

}


@media screen and (min-width: 1280px) {

#sec-01 .clmL{
	width: 500px;
}

#sec-01 .clmR{
	width: 680px;
}

#sec-03.wrap{
	padding-top: 20px;
	padding-bottom: 40px;
}

#sec-04 .wrap{
	padding-bottom: 40px;
}

#sec-03 .ttl02,
#sec-04 .ttl02{
	margin: 60px 0 20px;
}



}

