@charset "utf-8";
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

	COMMON

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
body {
	background-color: #fff;
}

h2 {
	background-color: #7bd;
	background: url( /img/common/bg_02.gif ) repeat;
	color: #fff;
	text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.4 );
	margin: 0 0 40px;
}

section {
	border-width: 0;
	margin: 0;
	padding: 0 0 40px;
}

button {
	border-radius: 10px;
	transition-property: opacity;
	transition-duration: 0.3s;
}
button:hover {
	opacity: 0.6;
}

button.black {
	position: relative;
	border-radius: 10px;
}
button.black:before {
	content: '>';
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	width: 20px;
	height: 20px;
	padding-left: 10px;
	border-left: 1px solid #fff;
}

.bnrBrain {
	text-align: center;
	margin-bottom: 40px;
}
.bnrBrain img {
	width: 640px;
}


/* ---------------------------
	BTN ORDER
--------------------------- */
.btn_order {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}
.btn_order button {
	padding: 20px 0;
	border: 3px double #ccc;
	border-radius: 10px;
	background: linear-gradient( 180deg, 
		#f8f8f8 0%, 
		#f8f8f8 48%,
		#ededed 52%,
		#ededed 100%
	);
	font-weight: bold;
	font-size: 110%;
	color: #488;
	line-height: 30px;
	letter-spacing: 2px;
}
.btn_order button img {
	height: 30px;
	width: auto;
	opacity: 0.6;
	margin-right: 10px;
}


/* ---------------------------
	LOGO
--------------------------- */
.logo {
	position: relative;
}
.logo p {
	position: absolute;
	bottom: -4px;
	right: 35px;
	margin: 0;
	font-size: 35%;
	font-weight: bold;
	color: #666;
}


/* ---------------------------
	BNR
--------------------------- */
#bnr>div {
	text-align: center;
	padding-top: 30px;
}
#bnr a img {
	height: 25px;
	width: auto;
	margin: 0 20px;
	line-height: 100px;
	vertical-align: middle;
}


/* ---------------------------
	NAV
--------------------------- */
#nav h3 {
	margin: 0 0 10px 10px;
}

/* ---------------------------
	PARTNER
--------------------------- */
#partner {
	border-top: 1px solid #ddd;
	background: radial-gradient( #fcfcfc, #e2e2e2 );
}
#partner h3 {
	font-size: 90%;
}
#partner img {
	display: block;
	height: 100px;
	width: auto;
	margin: 0 auto 20px;
}
#partner p {
	font-size: 90%;
}

/* ---------------------------
	PAGETOP
--------------------------- */
#pagetop {
	border-radius: 20px;
	background-color: #48a;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

	TOP

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* ---------------------------
	MV
--------------------------- */
#mv01 {
	position: relative;
}
#mv01 p {
	padding: 0;
	position: absolute;
	top: 2%;
	left: 5%;
}
#mv01 p span {
	background-color: rgba( 255, 255, 255, 0.8 );
	font-weight: bold;
	padding: 4px;
	line-height: 2.1em;
	font-size: 160%;
}

/* ---------------------------
	INTRO
--------------------------- */
#top #intro {
	border-top: 1px outset #ccc;
	background: radial-gradient( #ffffff, #f8f8f8 );
	padding: 40px 0 80px;
}
#top #intro h5 {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;

margin-bottom: 10px;
}
#top #intro .ttl {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 20px 0;
}
#top #intro h4, #top #service h4, #online_h1 {
	text-align: center;
	font-size: 230%;
	text-shadow: 0 1px 0 #fff;
}
#top #intro>div>p, #top #service>div>p {
	text-align: center;
	line-height: 2em;
	width: 90%;
	margin: 0 auto;
	font-size: 95%;
	font-weight: bold;
}

/* ---------------------------
	AREA
--------------------------- */
#top #area .container {
	margin-bottom: 80px;
}
#top #area .pref_container {
	width: 80%;
	max-width: 900px;
	margin: 0 auto 0px;
}

#top #area .pref_container p {
	font-size: 110%;
	font-weight: bold;
	color: #336;
	line-height: 2em;
	text-align: center;

	background: radial-gradient( #fdfdfd, #e8e8e8 );
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.3 );
	margin: 0 0 80px 0;
	padding: 30px;
}

#top #area .container {
	background: url( /img/top/area_map.png ) no-repeat;
	background-size: 60%;
	background-position: right 450px;
	padding-bottom: 0px;
}
#top #area .col_3 {
	width: 60%;
}
#top #area .col_3 div {
	background-color: #eee;
	padding: 0 10px 10px;
	border-radius: 10px;
	box-shadow: 0 4px 4px rgba( 0, 0, 0, 0.3 );
	width: 29%;
	margin: 0 2% 20px;
}
#top #area .col_3 div h4 {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#top #area .col_3 div a {
	display: block;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px dotted #eee;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#top #area .col_3 div a:after {
	display: block;
	content: '>';
	font-size: 50%;
	position: absolute;
	top: 0;
	right: 10px;
}
#top #area .col_3 #area_tohoku {
	background: radial-gradient( #584, #75aa07 );
}
#top #area .col_3 #area_kanto {
	background: radial-gradient( #768, #9682a4 );
}
#top #area .col_3 #area_chubu {
	background: radial-gradient( #b88, #d5a1ab );
}
#top #area .col_3 #area_kinki {
	background: radial-gradient( #584, #72a16b );
}
#top #area .col_3 #area_chugoku {
	background: radial-gradient( #68a, #7eaec0 );
}
#top #area .col_3 #area_shikoku {
	background: radial-gradient( #a70, #ce9214 );
}
#top #area .col_3 #area_kyushu {
	background: radial-gradient( #769, #9682a4 );
}

#pref_other {
	max-width: 960px;
	margin: 40px auto 40px;
}
#pref_other .links {
	
}
#pref_other .links a {
	display: inline-block;
	border: 1px solid #bbb;
	padding: 10px 15px;
	margin: 10px 5px;
	font-weight: bold;
	color: #48b;
	text-decoration: underline;
	border-radius: 5px;
	box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.3 );
}

#top #area p {
	width: 90%;
	margin: 0 auto 40px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}
/* ---------------------------
	SERVICE
--------------------------- */
#top #service .parag {
	text-align: left;
}
#top #service .parag h3 {
	font-size: 140%;
	border-width: 0;
	padding-left: 0;
	line-height: 30px;
}
#top #service .parag h3 span {
	display: block;
	font-size: 60%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #e61673;
	letter-spacing: 2px;
}
#top #service .parag h3 img {
	width: auto;
	height: 35px;
	margin-right: 10px;
}

#top #service .parag>div {
	padding: 30px 0 40px;
	position: relative;
}

#top #service .parag>div:before {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #bbb;
	position: relative;
	top: -10px;
}
#top #service .parag .img{
	width: 35%;
	padding: 20px;
}

/* ---------------------------
	RECORD
--------------------------- */
#top #record {
	background: radial-gradient( #ffffff, #f8f8f8 );
}
#top #record ul {
	border: 1px solid #bbb;
	padding: 20px;
	width: 95%;
	margin: 20px auto 60px;
	background-color: #fff;
	box-shadow: 1px 1px 3px rgba( 0, 0, 0, 0.2 );
}
#top #record ul li {
	padding: 10px 0;
	list-style-type: disc;
	list-style-position: inside;
	border-bottom: 1px dotted #bbb;
	margin-bottom: 10px;
}

/* ---------------------------
	NEWS
--------------------------- */
#top #news>div {
	margin-top: 80px;
}
#top #news .img {
	position: relative;
}
#top #news .img img {
	width: 100%;
	opacity: 0.9;
}
#top #news .img span {
	position: absolute;
	background-color: #000;
	color: #fff;
	top: 0;
	left: 0;
	padding: 5px;
	font-size: 90%;
}
#top #news .ttl {
	font-size: 90%;
	font-weight: bold;
	line-height: 1.6em;
}
#top #news a>p {
	transition-property: opacity;
	transition-duration: 0.5s;
}
#top #news a:hover>p {
	opacity: 0.7;
}

/* ---------------------------
	VOICE
--------------------------- */
#top #voice {
	background: url( /img/top/voice_bg.jpg ) no-repeat;
	background-size: cover;
	background-position: center;
}
#top #voice h2 {
	background: url( /img/common/bg_01.gif );
}

#top #voice .col_3 div {
	width: 29%;
	margin: 2%;
	border: 2px solid #eee;
	border-radius: 10px;
	padding: 15px;
	box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.3 );
/*
	background: radial-gradient( #fff, #f2f2f2 );
*/
	background-color: rgba( 255,255,255,0.85 );
}
#top #voice .col_3 div p {
	font-size: 95%;
	line-height: 1.5em;
	position: relative;
}
#top #voice .col_3 div p:before {
	display: block;
	content: '';
	width: 30%;
	height: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	position: relative;
	top: -10px;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

	ABOUT

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* ---------------------------
	WELCOME
--------------------------- */
#about #welcome .img {
	width: 40%;
}
#about #welcome .parag .left .img img {
	border-radius: 10px;
}

#about #entry .col_1 {
	text-align: center;
}

#about #entry .col_1 p {
	line-height: 1.8em;
}

#about #entry .col_1 a {
	display: block;
	margin: 40px auto;
}

#about #entry .col_1 a button {
	width: 60%;
	position: relative;
}

#about #entry .col_1 a button:before {
	display: block;
	content: "";
	position: absolute;;
	top: 20px;
	right: 10px;

	width: 15px;
	height: 12px;
	border: 1px solid #333;
	background-color: #fff;
}

#about #entry .col_1 button:after {
	display: block;
	content: "";
	position: absolute;;
	top: 16px;
	right: 14px;

	width: 15px;
	height: 12px;
	border: 1px solid #333;
	background-color: #fff;
}

/* ---------------------------
	CONCEPT
--------------------------- */
#about #concept .img {
	width: 35%;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

	SERVICE

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#service #mv {
	width: 100%;
	height: 350px;
	background: url( /img/service/mv_img.jpg ) no-repeat;
	background-size: cover;
	background-position: center;
}

#service #mv p {
	max-width: 960px;
	margin: 0 auto;
	padding: 3% 0 0 2%;
	line-height: 2em;
	font-size: 200%;
}
#service #mv span {
	background-color: rgba( 255,255,255,0.8 );
	padding: 8xp;
	font-weight: bold;
}

#service #mv_desc {
	max-width: 960px;
	margin: 40px auto 80px;
}

#service #mv_desc h4, #online_h1 {
	font-size: 150%;
	text-align: center;
	border: 1px solid #bbb;
	padding: 10px 0;
	background-color: #f8f8f8;
}
#service #mv_desc .h4 {
	text-align: center;
	margin-bottom: 40px;
	text-decoration: underline;
	font-weight: bold;
}
#service #mv_desc p {
	line-height: 1.6em;
	text-align: center;
}
#service #mv_desc p strong {
	color: #e72;
}

#service #spec {
	background: linear-gradient( 180deg, 
		#e2e2e2 0%, 
		#fdfdfd 30%,
		#fdfdfd 80%,
		#e8e8e8 100%
	);
}
#service #spec h2 {
	background: url( /img/common/bg_01.gif );
}
#service #spec .container>div {
	border: 1px solid #bbb;
	border-radius: 10px;
	padding: 0 20px 20px;
	margin-bottom: 40px;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.3 );
	text-align: center;
}

#service #spec .container>div h3 {
	border-width: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
#service #spec .container>div .note {
	font-size: 85%;
}

#service #spec .container>div table {
	margin-bottom: 40px;
}

#service #spec .container>div table thead th {
	padding: 5px 0;
}

#service #spec .container>div table tbody td,
#service #spec .container>div table tbody th {
	border: 1px solid #bbb;
	vertical-align: middle;
	font-size: 90%;
	padding: 10px;
}
#service #spec .container>div table tbody th {
	background-color: #eee;
	text-shadow: 0 1px 0 #fff;
	width: 40%;
}
#service #spec .container>div table tbody th.c {
	text-align: center;
	width: 30%;
}
#service #spec .container>div table tbody td {
	text-align: right;
}

#service #spec .container>div strong {
	text-decoration: underline;
	line-height: 1.5em;
}

#service #flow .container>div {
	width: 80%;
	margin: 0;
}
#service #flow .container>.img {
	width: 15%;
	margin: 0 5% 80px 0;;
}

#service #spec h4 {
	text-align: left;
	background-color: #8cb2dd;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 10px;
	color: #fff;
	text-shadow: 0 -1px 0 #444;
}
#service #spec .desc {
	text-align: left;
	font-size: 90%;
}
#service #spec .wrap {
	display: flex;
	justify-content: flex-start;
	align-items: top;
	flex-wrap: wrap;
}
#service #spec .wrap div {
	width: 48%;
	margin: 0 1% 2% 1%;
	background-color: #ffe;
	border: 1px solid #ddc;
	background: radial-gradient( #ffffff, #fffff8 );
	border-radius: 10px;
	padding: 20px;
	text-align: left;
	box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.7 );
}
#service #spec .wrap div h5 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 2px solid #aa9;
	margin-bottom: 20px;
}
#service #spec .wrap div dt {
	float: left;
	width: 35%;
	font-size: 90%;
}
#service #spec .wrap div dd {
	float: left;
	width: 65%;
	font-weight: bold;
}
#service #spec .wrap p {
	border-top: 1px dotted #aa9;
	padding-top: 20px;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

	ORDER

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#order #mv {
	width: 100%;
	height: 200px;
	background: url( /img/order/mv_img.jpg ) no-repeat;
	background-size: cover;
	background-position: center 70%;
}

#order h2 {
	background: url( /img/common/bg_01.gif );
}

#order .note {
	background: radial-gradient( #fdfdfd, #e2e2e2 );
	max-width: 960px;
	margin: 0 auto 40px;
	padding: 20px;
	font-size: 90%;
	border-radius: 10px;
}
#order .note strong {
	display: block;
}

#order form table th,
#order form table td {
	border: 1px solid #bbb;
}

#order form table th {
	background-color: #f2f2f2;
	text-shadow: 0 1px #fff;
	width: 25%;
}

#order form table th .etc {
	width: 90%;
	margin: 10px auto 0;
	font-size: 80%;
	color: #884;
	line-height: 1.2em;
}

#order form table td p {
	font-size: 85%;
}
#order form table td p a {
	font-weight: bold;
	text-decoration: underline;
	color: #48b;
}

#order form select {
	margin-bottom: 20px;
}

#order form button.black {
	background-color: #000;
	color: #fff
}

#order #table_confirm th{
	width: 30%;
}
#order #table_confirm td{
	width: 70%;
}

#order #thanks {
	text-align: center;
}

#order #thanks h4 {
	font-size: 150%;
	margin-bottom: 60px;
	text-decoration: underline;
}
#order #thanks p {
	line-height: 2em;
	font-weight: bold;
	margin-bottom: 100px;
}

#order #thanks p a b{
	color: #46d;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

	FAQ

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#faq #mv {
	width: 100%;
	height: 200px;
	background: url( /img/faq/mv_img.jpg ) no-repeat;
	background-size: cover;
	background-position: center 70%;
}

#faq h2 {
	background: url( /img/common/bg_01.gif );
}

#faq .head div {
	width: 90%;
	max-width: 960px;
	margin: 0 auto 20px;
	position: relative;
	padding: 20px;
}
#faq .head div:before {
	content: '';
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #bbe;
	border-right-width: 0;
}
#faq .head div:after {
	content: '';
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border: 2px solid #bbe;
	border-left-width: 0;
}
#faq .head div p {
	width: 100%;
	line-height: 2em;
	border-bottom: 1px dotted #bbb;
	text-indent: 1em;
}
#faq .head div p a {
	font-weight: bold;
	text-decoration: underline;
	color: #22b;
}
#faq .head div a:before {
	content: '● ';
}

#faq .qa {
}

#faq .qa>div {
	width: 90%;
	max-width: 960px;
	margin: 0 auto 20px;
	border-bottom: 1px dotted #bbb;
	padding: 10px 0;
}

#faq .qa .q {
	font-weight: bold;
	color: #444;
}

#faq .qa .q span{
	font-size: 120%;
	font-weight: bold;
	color: #66e;
}

#faq .qa .a {
}

#faq .qa .a span{
	font-size: 120%;
	font-weight: bold;
	color: #e66;
}


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

	POLICY

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#policy section {
	margin-bttom: 80px;
	font-size: 90%;
}

#policy section h3 {
	line-height: 1.2em;
	padding: 0;
	border-width: 0;
	text-align: center;
}
#policy section .h3 {
	text-align: center;
	margin-bottom: 40px;
}
#policy section p {
	margin-bottom: 40px;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

	TEACHER

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#teacherList>p {
	max-width: 960px;
	margin: 0 auto 40px;
	text-align: center;
	font-weight: bold;
	line-height: 2em;
	font-size: 120%;
}
#teacherList .container>div {
	width: 31%;
}
#teacherList .container>div .photo {
	overflow: hidden;
	width: 100%;
	height: 17vw;
	max-height: 220px;
	border: 1px solid #88d;
}
#teacherList .container>div h4 {
	background-color: #eef;
	padding: 10px 10px 10px 20px;
	font-size: 120%;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
#teacherList .container>div .number {
	font-size: 90%;
	margin-bottom: 10px;
}
#teacherList .container>div .order a {
	display: block;
	background-color: #48b;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	padding: 8px 0;
	border-radius: 5px;
	margin-bottom: 20px;
}
#teacherList .container>div .belongs {
	font-size: 90%;
}
#teacherList .container>div .specialty {
	font-size: 90%;
	font-weight: bold;
}
#teacherList .container>div .note {
	font-size: 90%;
	line-height: 1.5em;
	margin: 30px 0 60px;
	position: relative;
	padding: 20px 0;
}
#teacherList .container>div .note:before {
	content: '';
	width: 20%;
	height: 1px;
	border-top: 2px solid #bbb;
	position: absolute;
	top: 0;
	left: 0;
}
#teacherList .container>div .note:after {
	content: '';
	width: 20%;
	height: 1px;
	border-top: 2px solid #bbb;
	position: absolute;
	bottom: 0;
	right: 0;
}

#teacherList .container>div .note span {
	color: #aad;
	font-weight: bold;
	font-size: 90%;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	right: 0;
}
#teacherList .container>div .noteTgl {
	display: none;
}



#teacher #teacherList>p {
	max-width: 960px;
	margin: 0 auto 40px;
	text-align: center;
	font-weight: bold;
	line-height: 2em;
	font-size: 120%;
}
#teacher #teacherList .container>div {
	width: 31%;
}
#teacher #teacherList .container>div .photo {
	overflow: hidden;
	width: 100%;
	height: 17vw;
	max-height: 220px;
	border: 1px solid #88d;
}
#teacher #teacherList .container>div h4 {
	background-color: #eef;
	padding: 10px 10px 10px 20px;
	font-size: 120%;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
#teacher #teacherList .container>div .number {
	font-size: 90%;
	margin-bottom: 10px;
}
#teacher #teacherList .container>div .order a {
	display: block;
	background-color: #48b;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	padding: 8px 0;
	border-radius: 5px;
	margin-bottom: 20px;
}
#teacher #teacherList .container>div .belongs {
	font-size: 90%;
}
#teacher #teacherList .container>div .specialty {
	font-size: 90%;
	font-weight: bold;
}
#teacher #teacherList .container>div .note {
	font-size: 90%;
	line-height: 1.5em;
	margin: 30px 0 60px;
	position: relative;
	padding: 20px 0;
}
#teacher #teacherList .container>div .note:before {
	content: '';
	width: 20%;
	height: 1px;
	border-top: 2px solid #bbb;
	position: absolute;
	top: 0;
	left: 0;
}
#teacher #teacherList .container>div .note:after {
	content: '';
	width: 20%;
	height: 1px;
	border-top: 2px solid #bbb;
	position: absolute;
	bottom: 0;
	right: 0;
}

#teacher #teacherList .container>div .note span {
	color: #aad;
	font-weight: bold;
	font-size: 90%;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	right: 0;
}
#teacher #teacherList .container>div .noteTgl {
	display: none;
}

#teacher #mv {
	height: 200px !important;
	background: url( /img/teachers/mv_img.jpg ) no-repeat !important;
	background-size: cover;
	background-position: center 70% !important;;
}
#teacher #teacherList>p {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	padding: 20px;
	margin-bottom: 60px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
#teacher #teacherList>div>div .number,
#teacher #teacherList>div>div .belongs {
	border-bottom: 2px dotted #bbf;
	margin-bottom: 15px !important;
}
#teacher #teacherList>div>div p span {
	font-weight: bold;
}
#teacher .container {
	margin-bottom: 100px;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

	TEACHER DETAIL

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#teacher_detail #mv {
	height: 200px !important;
	background: url( /img/teachers/mv_img.jpg ) no-repeat !important;
	background-size: cover;
	background-position: center 70% !important;;
}
#teacher_detail .container {
	width: 100%;
	margin-bottom: 80px;
}
#teacher_detail .container>div {
	width: 46%;
	margin: 0 2%;
}
#teacher_detail .container .photo {
	overflow: hidden;
	border: 10px solid #fff;
	border-radius: 10px;
	box-shadow: 0px 2px 6px rgba( 0,0,0, 0.5 );
}
#teacher_detail .container .info p {
	border-bottom: 2px dotted #bbf;
	margin-bottom: 20px;
}
#teacher_detail .container .info p span {
	font-weight: bold;
}
#teacher_detail #aside {
	font-size: 90%;
	width: 60%;
	margin: 80px auto 80px;
	border: 2px solid #eee;
	padding: 3%;
	box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
	background-color: #f2f2f2;
}
#teacher_detail #aside span {
	display: block;
	font-weight: bold;
	margin-bottom: 20px;
}
#teacher_detail #aside p {
	position: relative;
	margin-bottom: 40px;
}
#teacher_detail #aside p:before {
	display: block;
	content: '';
	width: 10%;
	height: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	position: relative;
	top: -10px;
}
#teacher_detail .back {
	text-align: center;
}
#teacher_detail .back a {
	color: #22a;
	font-weight: bold;
	text-decoration: underline;
}


/* ---------------------------
	INVITE
--------------------------- */
#invite {
	padding-top: 80px;
}
#invite #mv {
	width: 100%;
	height: 350px;
	background: url( /img/invite/mv.jpg ) no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
}
#invite #mv h1 {
	font-size: 260%;
	font-weight: 1000;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5 );
	padding-top: 150px;
	letter-spacing: 0.1em;
}

#invite #mv_desc {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	line-height: 2em;
	margin-top: 60px;
	margin-bottom: 60px;
	font-weight: 600;
}
#invite #mv_desc p {
	font-weight: 1000;
	font-size: 150%;
	margin-top: 60px;
	margin-bottom: 40px;
}

#invite #service .parag {
	text-align: left;
	margin-bottom: 160px;
}
#invite #service .parag h3 {
	font-size: 140%;
	border-width: 0;
	padding-left: 0;
	line-height: 30px;
	text-align: left;
}
#invite #service .parag>div {
	padding: 30px 0 80px;
	position: relative;
}

#invite #service .parag>div:before {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #bbb;
	position: relative;
	top: -10px;
}
#invite #service .parag .img{
	width: 35%;
	padding: 20px;
}

#invite .btn_line {
	width: 70%;
	max-width: 600px;
	margin: 40px auto;
	text-align: center;
}
#invite .btn_line .catch {
	color: #00B900;
	font-size: 120%;
	font-weight: 1000;
	position: relative;
}
#invite .btn_line .catch:before {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 30px;
	top: -5px;
	left: -30px;
	background-color: #00B900;
	transform: rotate( -45deg );
	transform-origin: 50% 50%;
}
#invite .btn_line .catch:after {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 30px;
	top: -5px;
	right: -30px;
	background-color: #00B900;
	transform: rotate( 45deg );
	transform-origin: 50% 50%;
}
#invite .btn_line a {
	display: block;
	background-color: #00B900;
	border-radius: 20px;
	box-shadow: 2px 2px 4px rgba( 0, 0 ,0, 0.5 );
	padding: 20px 0;
	font-size: 160%;
	font-weight: 600;
	color: #fff;
}
#invite .btn_line .note {
	color: #888;
}

#invite #flow .container>div {
	width: 80%;
	margin: 0;
}
#invite #flow .container>.img {
	width: 15%;
	margin: 0 5% 80px 0;;
}


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
----------------------------------------

	media -480px;

----------------------------------------
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
@media screen and ( max-width: 490px ) {
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

	SP: COMMON

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

.btn_order {
	margin-top: 20px;
}
.btn_order button {
	width: 90%;
	font-size: 100%;
	line-height: 20px;
}
.btn_order button img {
	height: 20px;
}

#bnr a img {
	width: 80px;
}

button.black:before {
	display: none;
}

.bnrBrain {
	margin-bottom: 20px;
}
.bnrBrain img {
	width: 90%;
}


/* ---------------------------
	PARTNER
--------------------------- */
#partner div>div{
	width: 80%;
	margin: 0 auto 20px;
}
#partner img {
	width: 80%;
	height: auto;
	margin: 0 auto;
}


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

	SP: TOP

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* ---------------------------
	MV
--------------------------- */
#mv #mv_wrap {
	width: 100%;
}
#mv #mv_wrap {
	width: 100%;
}
#mv #mv_wrap ul li {
	padding: 0;
	width: 100vw;
}

#mv01 p span {
	padding: 5px;
	line-height: 40px;
	font-size: 120%;
}

#indicator li {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin: 5px 10px;
}

/* ---------------------------
	INTRO
--------------------------- */
#top #intro h4, #top #service h4 {
	font-size: 160%;
}

#top #intro>div>p, #top #service>div>p {
	width: 90%;
}

/* ---------------------------
	AREA
--------------------------- */
#top #area .pref_container p {
	padding: 20px;
}

#top #area .container {
	background: none;
	padding-bottom: 20px;
	margin-bottom: 0;
}

#top #area .col_3 {
	width: 100%;
}

#top #area .col_3 div {
	width: 80%;
	margin: 0 auto 20px;
}

#top #area .col_3 div a {
	padding: 5px 10px;
}

#pref_other {
	max-width: 90%;
	margin: 40px auto 40px;
}
#pref_other .links a {
	display: inline-block;
	border: 1px solid #bbb;
	padding: 5px 10px;
	margin: 5px 0px;
	font-weight: bold;
	color: #48b;
	text-decoration: underline;
	border-radius: 5px;
	box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.3 );
}

/* ---------------------------
	SERVICE
--------------------------- */
#top #service .parag>div {
	padding: 20px 0 150px;
	position: relative;
}

#top #service .parag .img{
	height: 130px;
	width: 100%;
	margin: 0 auto;
	float: none;
	position: absolute;
	bottom: 40px;
	text-align: center;
}
#top #service .parag .img img {
	height: 130px;
	width: auto;
}

#top #service .parag p{
	font-size: 100%;
}

/* ---------------------------
	NEWS
--------------------------- */
#top #news>div {
	margin-top: 40px;
}
#top #news .col_3>div {
	width: 48%;
	margin-bottom: 20px;
}

/* ---------------------------
	VOICE
--------------------------- */
#top #voice .col_3 div {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 40px;
}

#top #voice .col_3 div p {
	font-size: 100%;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

	SP: ABOUT

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* ---------------------------
	WELCOME
--------------------------- */
#about #welcome .img {
	width: 100%;
	height: auto;
	float: none;
	margin: 0;
}

/* ---------------------------
	CONCEPT
--------------------------- */
#about #concept .img {
	width: 100%;
	height: auto;
	float: none;
	margin: 0;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

	SP: SERVICE

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#service #mv {
	height: 200px;
}

#service #mv p {
	font-size: 120%;
}
#service #mv_desc {
	width: 90%;
}
#service #mv_desc p {
	text-align: left;
}
#service #spec .wrap div {
	width: 95%;
	margin-bottom: 20px;
}


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

	SP:ORDER

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#order #mv {
	height: 50px;
}

#order .note {
	background: radial-gradient( #fdfdfd, #e2e2e2 );
	width: 90%;
}
#order form table th,
#order form table td {
	border: 0px solid #bbb;
}
#order form table th {
	background: url( /img/common/bg_01.gif );
	color: #fff;
	text-shadow: 0 -1px #000;
	width: 100%;
}
#order form table th .etc {
	color: #ffe;
}

form .req {
	color: #fba;
}
form .btn {
	margin: 20px auto;
}

#order #table_confirm th{
	width: 100%;
}
#order #table_confirm td{
	width: 100%;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

	SP:TEACHER

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#teacher #mv {
	height: 100px !important;
	background-position: center 80% !important;;
}

#teacherList .container>div {
	width: 48%;
}


#teacher .container {
	margin-bottom: 40px;
}

#teacher #teacherList .container>div {
	width: 48%;
	margin-bottom: 20px;
}

#teacherList .container>div .photo {
	height: 30vw;
}


#teacher #teacherList .container>div h4 {
	font-size: 90%;
}
#teacher #teacherList .container>div .photo {
	height: auto;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

	SP:TEACHER DETAIL

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#teacher_detail #mv {
	height: 100px !important;
	background-position: center 80% !important;;
}
#teacher_detail h2 {
	font-size: 150%;
}
#teacher_detail .container {
	margin-bottom: 40px;
}
#teacher_detail .container>div {
	width: 90%;
	margin: 0 auto;
}
#teacher_detail .container .photo {
	margin-bottom: 40px;
}
#teacher_detail #aside {
	width: 80%;
	margin: 40px auto 40px;
}


/* ---------------------------
	INVITE
--------------------------- */
#invite #service .parag {
	margin-bottom: 40px;
}
#invite #service .parag>div {
	padding: 20px 0 150px;
	position: relative;
}

#invite #service .parag .img{
	height: 130px;
	width: 100%;
	margin: 0 auto;
	float: none;
	position: absolute;
	bottom: 40px;
	text-align: center;
}
#invite #service .parag .img img {
	height: 130px;
	width: auto;
}
#invite #service .parag p{
	font-size: 100%;
}


}
