
/* default style
----------------------------------------------------------- */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,p,blockquote,
object, a, address,  cite, em,  img, ins, q,  strong,  tt, label,
table, caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	vertical-align: baseline;
	background: transparent;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6, small{font-size:100%;font-weight:normal;}

/* Global */
body {
	font-family:Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#ffffff;
	margin: 0;
	padding: 0;
	color: #111;
	letter-spacing: 1.3px;
	line-height: 1.75;
}
img {
	max-width: 100%;
}
a:link {
	color: #66b72f;
	text-decoration: none;
}
a:hover {
	color: #f8b73b;
	text-decoration: underline;
}
a:visited {
	color: #66b72f;
	text-decoration: none;
}
span.red{
	color: #D33;
}
.cf{
	clear: both;
}
.center{
	text-align: center;
}
.marker{
	background: linear-gradient(transparent 50%, #ffff66 50%);
	background-repeat: no-repeat;
	background-size: 0 100%;
	background-position: 0 bottom;
	transition: 0.5s;
	font-weight: bold;
}
.marker.scrollin{
	background-size: 100% 100%;
}


/* Navigation */

#header {
	position:fixed;
	top:0px;
	width:100%;
	height:90px;
	background-color:#FFF;
	z-index: 999;
	-webkit-box-shadow: 0 8px 6px -6px #999;
	-moz-box-shadow: 0 8px 6px -6px #999;
	box-shadow: 0 8px 6px -6px #999;
	display: none;
}
#sub #header {
	display: block!important;
}
.other #header {
	display: block!important;
}
#header_inner{
	width: 100%;
	max-width: 1000px;
	height: 85px;
	margin: 0 auto;
}
#logo {
	width: 300px;
	margin: 18px 0 5px 30px;
	float: left;
}
#logo img{
	width: 240px;
}
#nav-toggle{
	display: none;
}
#nav {
	text-align: right;
	margin: 50px 20px 0 0;
	float: right;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
.navigation li{
	float: left;
	padding:0 0 0 20px;
}
.navigation li a{
	font-size: 14px;
	font-weight: bold;
	color: #66b72f;
}
.navigation li:hover{
	cursor:pointer;
	color: #ab2a2a;
}

.navigation .active{
	cursor:pointer;
	color: #f68f67;
}
#content{
	width: 100%;
	margin: 0 auto;
}
.bg{
	background-image:url('img/bg.jpg');
	background-repeat: repeat;
	background-size: 32px 32px;
	padding: 0 0 50px;
}
#topimg {
	margin: 0 auto 0 ;
	max-width: 1000px;
  background-image: url("img/main_img01.jpg");
	background-size: cover;
	padding: 140px 0 380px 3%;
}
.webp #topimg {
  background-image: url("img/main_img01.webp");
}
#topimg h1{
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	display: inline-block;
	padding: 0 20px 0;
}
#topimg h1:before{
	position: absolute;
  content: '';
	top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #FF7373;
  z-index: -1;
  transform: skew(-25deg);
}
#topimg h2{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	display: inline-block;
	background-color: rgb(150,150,150,0.3);
	margin: 20px 0 0;
  line-height: 1.8;
}
.contact_button{
	text-align: right;
	max-width: 1000px;
  margin: 0 auto 0;
	transition: .5s ;
	transform: rotateZ( 0deg ) ;
}
.contact_button:hover{
	transform: rotateZ( 5deg ) ;
}
.contact_button img{
	width: 36%;
	max-width: 240px;
	margin: -90px 8% 0 0;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.4));
}
.contact{
	text-align: center;
	margin: 80px 0;
}
.contact a{
	background-color: #f8b73b;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 40px;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.4));
}
.contact a:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
	text-decoration: none;
}
.contact_pc{
	font-size: 20px;
}

h2{
	background-color: #66b72f;
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	line-height: 2.2;
	text-align: center;
	margin: 0 0 40px ;
	padding: 0 12px;
}
.br_sp{
	display: none;
}

/* Catch */
.catch{
	width: 100%;
	max-width: 800px;
	margin: 35px auto 50px;
}
.catch h3{
	margin: 40px 0;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 2.0;
	color: #333;
}
.catch h3 span{
	font-size: 34px;
}
.catch strong {
	font-size: 34px;
	font-weight: bold;
	-webkit-text-emphasis: filled sesame red;
	text-emphasis: filled sesame red;
}
.catch p{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #666;
	margin: 0 0 20px;
}
.catch_movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.catch_movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/* Announce */
#announce{
	width: 90%;
	max-width: 600px;
	margin: 50px auto 30px;
	border: #FE2E2E solid 3px;
	background-color: #FFF;
}
#announce_inner{
	width: 94%;
	margin: 0 auto 20px;
}
#announce h2{
	margin: 10px 0 15px;
	font-size: 16px;
	text-decoration: underline;
	color: #333;
	background-color: #FFF;
	line-height: 1.8;
}
#announce p{
	font-size: 13px;
}
#announce ul{
	margin: 20px 0;
	padding: 0 10px 0 20px;
	text-indent: -0.8em;
}
#announce ul li{
	font-size: 13px;
	line-height: 2.0;
}
#announce a{
	font-size: 13px;
}


/* Goukaku */

#goukaku{
	width: 94%;
	max-width: 700px;
	margin: 50px auto 30px;
	background-size: 140px;
	background-image: url(img/sakura.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #FFF;
	border: #ffb4cf solid 6px;
	color: #3b1f15;
}
#goukaku_inner{
	width: 96%;
	margin: 0 auto 20px;
}
#goukaku h2{
	margin: 10px 0 15px;
	text-decoration: underline;
	background: none;
	color: #3b1f15;
}
#goukaku p{
	text-align: center;
}
#goukaku h3{
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	margin: 40px 0 10px;
}
#goukaku h4{
	text-align: center;
	font-weight: bold;
	margin: 25px 0 0;
}
#goukaku ul{
	width: 96%;
	max-width: 520px;
	margin: 20px auto 20px;
}
#goukaku ul li{
	font-size: 15px;
	line-height: 1.5;
	margin: 10px 0 10px;
	padding-left: 1.8em;
	background-image:url('img/list_sakura.svg');
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
#goukaku ul li span{
	font-weight: bold;
}


/* shidou */

#shidou{
	background-color: #fef9de;
	padding: 50px 0;
}
#shidou h2{
	background-color: transparent;
	color: #3b1f15;
	text-align: center;
	padding: 0 0 28px;
	margin: 0 0 30px;
	line-height: 1;
	position: relative;
}
#shidou h2::after{
	position: absolute;
	bottom: 5px;
	left: 50%;
	content: "";
	display: block;
	width: 80%;
	max-width: 300px;
	height: 6px;
	margin-left: -152px;
	background: #fee14d;
}
.shidou_inner{
	width: 92%;
	max-width: 800px;
	margin: 0 auto 0;
}
.shidou_inner h3{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #3b1f15;
	margin: 10px 0 10px;
}
.shidou_inner img{
	vertical-align:middle;
}
.shidou_inner ul li{
	margin: 10px 0;
	border-bottom: 1px dashed #fee14d;
}
.shidou_inner_block{
	margin: 30px auto 50px;
	padding: 10px 2% 20px;
	width: 96%;
	max-width: 640px;
	background-color: #FFF;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

#topnews{
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
}
#topnews h2{
	color: #3d2211;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding-left: 10px;
	border-left: 3px solid #3d2211;
	margin: 20px 0 20px 2%;
	background-color: transparent;
}
#topnews_inner{
	overflow: auto;
	height: 300px;
	width: 98%;
	margin: 0 auto 40px;
	border: #5b2d10 solid 1px;
	background-color: #fffefc;
}
#topnews_inner ul{
	padding: 10px 10px 10px 30px;
}
#topnews_inner ul li{
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 20px;
	text-indent: 1.8em;
	background-image:url('../img/list_pencil.svg');
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
#topnews_inner ul li img{
	width: 90%;
	max-width: 360px;
}

/* achievement */

#achievement h2{
	max-width: 800px;
	margin: 40px auto;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 2.0;
	color: #333;
	background-color : transparent;
}
.beforeafter{
	width: 90%;
	max-width: 800px;
	margin: 30px auto;
	padding: 20px 2% 30px;
	background-color: #FFF;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
}
.beforeafter h3{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #6594e0;
	border-bottom: dashed 2px #6594e0;
	margin: 0 0 30px;
}
.beforeafter_box {
	display: block;
	position: relative;
	margin: 20px auto;
	padding: 40px 0 15px;
	width: 90%;
	max-width: 700px;
	background: #f1f1f1;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.ribbon {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;
	box-sizing: border-box;
	padding: 0 12px;
	margin: 0;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: white;
	background: #70c7ff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.ribbon:before {
	position: absolute;
	content: '';
	top: 0;
	left: -7px;
	border: none;
	height: 38px;
	width: 7px;
	background: #70c7ff;
	border-radius: 5px 0 0 5px;
}
.ribbon:after {
	position: absolute;
	content: '';
	bottom: -7px;
	left: -5px;
	border: none;
	height: 7px;
	width: 5px;
	background: #4d99ca;
	border-radius: 5px 0 0 5px;
}
.beforeafter_box p{
	padding: 0 3% 0 5%;
}
.arrow{
	width: 60px;
	height: 40px;
	margin: 0 auto;
}
.arrow::before{
	content: "";
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	background: #70c7ff;
}
.arrow::after{
	content: "";
	display:block;
	border-top: 30px solid #70c7ff;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	transform-origin: left top;
	transform: scaleY(.5);
}


/* Intro */

#intro{
	width:100%;
	max-width: 1000px;
	margin: 80px auto;
}
#intro h2{
	background-color: transparent;
	color: #41781c;
	text-decoration: underline;
}
.intro_inner{
	width: 90%;
	max-width: 800px;
	margin: 40px auto;
}
.intro_inner ul.worry{
	background-image:url('img/worry01.png');
	background-size: 200px 400px;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 20px 10px 20px 240px;
	margin: 30px 0;
	background-color: #FFF;
	border: #41781c 5px solid;
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
}
.intro_inner ul.worry li{
	list-style-type: circle;
	color: #41781c;
	font-weight: bold;
	margin: 10px;
}
#intro ul.bkmk{
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}
#intro ul.bkmk li{
	width: 90%;
	max-width: 400px;
	margin: 10px;
	float: left;
}
#intro ul.bkmk li img{
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
#intro ul.bkmk li a:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}

/* Online */

#online{
	width:100%;
	padding: 0 0 50px;
	margin: 0 0;
	clear: both;
}
.online_inner{
	width: 80%;
	max-width: 800px;
	margin: 60px auto 40px;
	padding: 20px 20px 40px;
	background-color: #f0fee6;
	border-radius: 25px;        /* CSS3草案 */
	-webkit-border-radius: 25px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 25px;   /* Firefox用 */
}
.online_inner h3{
	min-height: 40px;
	padding-left: 50px;
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
	color: #66b72f;
	border-bottom: #66b72f 3px solid;
}
.online_inner h3.no1{
	background-image:url('img/no.1_g.png');
	background-size: 40px 40px;
	background-position: left top;
	background-repeat: no-repeat;
}
.online_inner h3.no2{
	background-image:url('img/no.2_g.png');
	background-size: 40px 40px;
	background-position: left top;
	background-repeat: no-repeat;
}
.online_inner h3.no3{
	background-image:url('img/no.3_g.png');
	background-size: 40px 40px;
	background-position: left top;
	background-repeat: no-repeat;
}
.online_inner h3.no4{
	background-image:url('img/no.4_g.png');
	background-size: 40px 40px;
	background-position: left top;
	background-repeat: no-repeat;
}
.online_inner h3.no5{
	background-image:url('img/no.5_g.png');
	background-size: 40px 40px;
	background-position: left top;
	background-repeat: no-repeat;
}
.online_inner p{
	margin: 30px 0 0;
	padding: 0 10px;
	color: #555;
}
.image_illust{
	text-align: center;
	margin: -70px 0 10px;
}
.image_illust img{
	width: 60%;
	max-width: 100px;
}
.online_movie {
	width: 100%;
	max-width: 800px;
	margin: 60px auto 80px;
}
.online_movie h3{
	text-align: center;
	margin: 20px 0 30px;
	font-size: 24px;
	font-weight: bold;
}
.online_movie_inner {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.online_movie_inner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/* About */

#about{
	width: 100%;
	margin: 80px 0;
}
#about h4{
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	color: #66b72f;
	margin: 30px 5px 15px;
}
.about_inner{
	max-width: 850px;
	width: 80%;
	margin: 50px auto;
	padding: 10px 20px 40px;
	border: #66b72f 5px solid;
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
}
.about_inner h3{
	color: #555;
	font-size: 22px;
	font-weight: bold;
	line-height: 2.0;
	margin: 0 0 20px 0;
	padding: 0 20px 0 0;
	border-bottom: #66b72f 3px solid;
}
.about_inner ul{
	margin-left: 4%;
}
.about_inner ul li{
	list-style-type: circle;
	margin-bottom: 10px;
}
.about_inner_img1{
	max-width: 580px;
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
}
.about_inner_img1 img{
	float: left;
}

.about_inner_img2{
	max-width: 790px;
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
}
.about_inner_img2 img{
	float: left;
}
.about_inner_imgbox{
	width: 160px;
	margin: 0 5px;
	float: left;
	text-align: center;
}
p.about_point{
	font-size: 14px;
	font-weight: bold;
	color: #888;
}
.arrow_sp{
	display: none;
}
.about_inner img{
	margin: 5px;
}
.about_inner .movie{
	position: relative;
	padding-bottom: 56.25%;
	margin: 30px 0 60px;
	height: 0;
	overflow: hidden;
}
.about_inner .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* USP */

#usp{
	width:100%;
	margin: 80px 0 0;
	clear: both;
}
#usp h2{
	background-color: #f8b73b;
}
.usp_inner{
	width: 80%;
	max-width: 800px;
	margin: 60px auto 40px;
	padding: 20px 20px 40px;
	background-color: #fff5dd;
	border-radius: 25px;        /* CSS3草案 */
	-webkit-border-radius: 25px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 25px;   /* Firefox用 */
}
.usp_inner h3{
	min-height: 40px;
	padding-left: 50px;
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
	color: #f8b73b;
	border-bottom: #f8b73b 3px solid;
}
.usp_inner h3.no1{
	background-image:url('img/no.1_o.png');
	background-size: 40px 40px;
	background-position: left top;
	background-repeat: no-repeat;
}
.usp_inner h3.no2{
	background-image:url('img/no.2_o.png');
	background-size: 40px 40px;
	background-position: left top;
	background-repeat: no-repeat;
}
.usp_inner h3.no3{
	background-image:url('img/no.3_o.png');
	background-size: 40px 40px;
	background-position: left top;
	background-repeat: no-repeat;
}
.usp_inner h3.no4{
	background-image:url('img/no.4_o.png');
	background-size: 40px 40px;
	background-position: left top;
	background-repeat: no-repeat;
}
.usp_inner h3.no5{
	background-image:url('img/no.5_o.png');
	background-size: 40px 40px;
	background-position: left top;
	background-repeat: no-repeat;
}
.usp_inner p{
	margin: 30px 0 0;
	padding: 0 10px;
	color: #555;
}


/* Teaching */

#teaching{
	width: 100%;
	padding: 90px 0 80px;
}
#teaching h2{
	background-color: #d1bad9;
}
#teaching h4{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #555;
	margin: 60px 5px 15px;
}
.teaching_img{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.teaching_inner{
	max-width: 850px;
	width: 88%;
	margin: 50px auto;
	padding: 10px 4% 40px;
	border: #d1bad9 5px solid;
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
}
.teaching_inner h3{
	color: #555;
	font-size: 22px;
	font-weight: bold;
	line-height: 2.0;
	margin: 0 0 20px 0;
	padding: 0 20px 0 0;
	border-bottom: #d1bad9 3px solid;
}
.teaching_inner_img1{
	max-width: 580px;
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
}
.teaching_inner_img1 img{
	float: left;
}

.teaching_inner_img2{
	max-width: 790px;
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
}
.teaching_inner_img2 img{
	float: left;
}
.teaching_inner_imgbox{
	width: 160px;
	margin: 0 5px;
	float: left;
	text-align: center;
}
p.teaching_point{
	font-size: 14px;
	font-weight: bold;
	color: #888;
}
.arrow_sp{
	display: none;
}
.teaching_inner img{
	margin: 5px;
}
.teaching_inner .movie{
	position: relative;
	padding-bottom: 56.25%;
	margin: 30px auto 30px;
	max-width: 800px;
	height: 0;
	overflow: hidden;
}
.teaching_inner .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.syohou{
	width: 98%;
	margin: 30px auto;
	padding: 0 0 20px;
	border: 2px solid #CCC;
}
.syohou h5 {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 20px 10px;
	color: #555;
}
.syohou h5 img{
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.syohou p{
	padding: 0 10px 0;
}


/* Teacher */

#teacher{
	width: 100%;
	margin: 80px 0;
}
#teacher h2{
	background-color: #d1bad9;
}

.teacher_inner{
	max-width: 850px;
	width: 88%;
	margin: 50px auto;
	padding: 10px 4% 40px;
	border: #d1bad9 5px solid;
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
}
.teacher_inner h3{
	color: #555;
	font-size: 22px;
	font-weight: bold;
	line-height: 2.0;
	margin: 0 0 40px 0;
	padding: 0 20px 0 0;
	background: url('img/teacher_bg.png') right bottom no-repeat;
	background-size: 55px 20px;
	border-bottom: #59383a 3px solid;
}
.teacher_inner h4{
	color: #555;
	font-weight: bold;
}
.teacher_inner h5{
	color: #555;
	font-size: 22px;
	font-weight: bold;
	line-height: 2.0;
	margin: 20px 0 40px 0;
	border-bottom: #59383a 3px solid;
}
.teacher_inner img.teacher_photo{
	max-width: 150px;
	width: 50%;
	float: left;
	margin: 0 20px 10px 0;
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
}
.teacher_inner img.teacher_text{
	width: 80%;
	max-width: 600px;
}
.teacher_inner a{
	text-align: center;
}
.teacher_inner p{
	color: #666;
	margin: 15px 0 45px;
}
.teacher_inner p.teacher_name{
	color: #f4b4d0;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	margin: 0 0 20px;
}
.teacher_inner ul{
	margin: 15px 0 45px 25px;
}
.teacher_inner ul li{
	list-style-type: decimal;
	color: #666;
	margin: 0 0 5px;
}

/* Voice */

#voice{
	width: 100%;
	padding: 90px 0 80px;
}
#voice h2{
	background-color: #f4b4d0;
}

.voice_inner{
	max-width: 850px;
	width: 88%;
	margin: 50px auto;
	padding: 10px 4% 40px;
	border: #f4b4d0 5px solid;
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
}
.voice_inner h3{
	color: #555;
	font-size: 22px;
	font-weight: bold;
	line-height: 2.0;
	margin: 0 0 40px 0;
	padding: 0 20px 0 0;
	background: url('img/voice_bg.png') right bottom no-repeat;
	background-size: 55px 20px;
	border-bottom: #59383a 3px solid;
}
.voice_inner h4{
	color: #555;
	font-weight: bold;
	margin: 30px 0 0;
}
.voice_inner h5{
	color: #555;
	font-size: 22px;
	font-weight: bold;
	line-height: 2.0;
	margin: 20px 0 40px 0;
	border-bottom: #59383a 3px solid;
}
.voice_inner .status{
	position: relative;
	padding: 0.5em 1em;
	margin: 2em 0 0 170px;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.voice_inner .status:after{
	position: absolute;
	content: '';
	right: -1px;
	top: -1px;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: #fff #fff #a8d4ff;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.voice_inner .status p{
	color: #6594e0;
}
.voice_inner .status span.name{
	font-size: 18px;
	font-weight: bold;
}

.voice_inner img.voice_photo{
	max-width: 150px;
	width: 50%;
	float: left;
	margin: 0 20px 10px 0;
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
}
.voice_inner img.voice_text{
	width: 80%;
	max-width: 600px;
}
.voice_inner a{
	text-align: center;
}
.voice_inner p{
	color: #666;
	margin: 15px 0;
}
.voice_inner p.voice_name{
	color: #f4b4d0;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	margin: 0 0 20px;
}
.grad-wrap {
	position: relative;
}
.grad-wrap + .grad-wrap {
	margin-top: 40px;
}
.grad-btn {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 120px;
	margin: auto;
	padding: .3em 0;
	border-radius: 2px;
	background: #f4b4d0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-btn:hover {
	background: #fff;
	color: #f4b4d0;
}
.grad-item {
	position: relative;
	overflow: hidden;
	height: 120px; /*隠した状態の高さ*/
	clear: both;
}
.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px; /*グラデーションで隠す高さ*/
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	content: "";
}
.grad-trigger {
	display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
	display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
	height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
	display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}


/* Detail */
#detail{
	padding: 90px 0 0;
}
.detail_inner{
	width: 96%;
	max-width: 840px;
	margin: 0 auto;
}
.detail_inner table{
	width: 80%;
	margin: 0 auto 20px;
}
.detail_inner table th{
	color: #444;
	border: 1px #CCC solid;
	padding: 15px 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.detail_inner table td{
	color: #444;
	border: 1px #CCC solid;
	padding: 15px 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.detail_inner table th.title{
	color: #66b72f;
	background: #f0fee6;
	font-weight: bold;
	padding: 25px 10px;
}
.detail_inner table td.title{
	color: #66b72f;
	background: #f0fee6;
	font-weight: bold;
	padding: 25px 10px;
}
.detail_inner table th{
	width: 40%;
}
.detail_inner ul{
	width: 92%;
	max-width: 320px;
	margin: 0 auto;
	padding: 15px;
	border: 1px #CCC solid;
}
.detail_inner ul li{
	background-image:url('img/checkbox.png');
	background-size: 30px 30px;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 40px;
	margin: 10px 0;
	font-weight: bold;
	color: #555;
}
.detail_inner h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 50px 0 30px;
	color: #e60039;
}
.detail_inner p{
	margin: 50px 0;
	text-align: center;
}
.detail_inner span{
	font-size: 18px;
}
a.link_faq:before{
	content: '';
	display: inline-block;
	width: 32px;
	height: 20px;
	background-image: url(img/point.svg);
	background-size: contain;
	vertical-align: middle;
}
a.link_faq{
	font-weight: bold;
}
.manzoku{
	width: 100%;
	max-width: 800px;
	text-align: center;
	margin: 5px auto 50px;
}
.easy{
	margin: 60px auto 30px;
	width: 90%;
	max-width: 500px;
}
.easy h4{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.attention{
	width: 92%;
	max-width: 700px;
	margin: 80px auto;
	padding: 25px 3%;
	background-color: #EEEEEE;
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
}
.attention h3{
	text-align: center;
	margin: 10px 0 30px;
	color: #66b72f;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}
.attention p{
	line-height: 2;
	margin: 20px 0;
}
.capacity{
	width: 90%;
	max-width: 500px;
	margin: 30px auto 60px;
	padding: 10px 2%;
	border: 5px solid #ffdea0;
	background-color: #FFF;
}
.capacity h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 2.0;
	margin: 15px 0;
}
.capacity h4{
	background-color: transparent;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 28px;
	margin: 30px 0 0;
	line-height: 1;
	position: relative;
}
.capacity h4::after{
	position: absolute;
	bottom: 18px;
	left: 50%;
	content: "";
	display: block;
	width: 80%;
	max-width: 200px;
	height: 4px;
	margin-left: -100px;
	background: #ffdea0;
}
.capacity span.capa{
	font-size: 18px;
	font-weight: bold;
	color: #f8b73b;
}
.capacity p{
	padding: 10px 5%;
	font-size: 15px;
	color: #666;
}
.accepting{
	display: flex;
	justify-content: center;
	margin: 0 auto 20px;
}


/* Apply */

#apply{
	clear: both;
	width: 100%;
	padding: 90px 0 100px;
	background-image: url('img/bottom_bg.png');
	background-size: 45px 60px;
	background-position: 95% bottom;
	background-repeat: no-repeat;
}
#apply h2{
	background-color: #f8b73b;
}

#apply_inner{
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
}
#apply table.formTable{
	width:100%;
	margin:20px auto 30px;
	border-collapse:collapse;
}
#apply table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
#apply table.formTable th{
	width:25%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	vertical-align: middle;
}
.form_sp_l{
	width: 95%;
}

p.error_messe{
	margin:5px 0;
	color:red;
}

/* FAQ */
#faq{
	padding: 100px 0 0;
}

.faq_inner{
	max-width: 850px;
	width: 88%;
	margin: 50px auto;
	padding: 20px 4% 40px;
	border: #66b72f 5px solid;
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
}
.faq_inner h3{
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	margin: 30px 0 20px;
	color: #555;
}
.openBtn {
	cursor: pointer;
	margin: 3px 0;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
	border: 1px solid #66b72f;
	border-left: 4px solid #66b72f;
	color: #555;
}
.openBtn:hover {
	opacity: 0.8;
}

.textArea {
	display: none;
	padding: 10px 10px 30px 10px !important;
	text-indent: 10px;
	color: #555;
}
p.openBtn:before {
	content: "> Q. " ;
}
p.textArea:before {
	content: "A. " ;
}

/* Mailmagazine */

#ezine{
	padding: 100px 0 0;
}




/* Toplink */

#page-top {
    position: fixed;
    bottom: 0px !important;
    right: 5px;
}
#page-top a {
    background: #FFF;
    text-decoration: none;
    width: 40px;
    text-align: center;
    display: block;
}
#page-top a:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}
#page-apply {
    position: fixed;
    bottom: 0px !important;
    right: 50px;
}
#page-apply a {
    background: #FFF;
    text-decoration: none;
    width: 90px;
    text-align: center;
    display: block;
}
#page-apply a:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}

/* Footer */

#footer{
	width: 100%;
	padding: 50px 0;
	background-color: #66b72f;
	text-align: center;
}
#footer ul{
	width: 470px;
	height: 20px;
	margin: 0 auto;
}
#footer ul li{
	float: left;
	margin: 0 25px;
	list-style-type: none;
}
#footer ul li a{
	font-size: 13px;
	color: #FFF;
}
#footer ul li a:before{
	content: "> ";
}
#footer p{
	clear: both;
	height: 100%;
	margin: 30px 0 0;
	font-size: 13px;
	color: #FFF;
}


/* Tablet */
@media screen and (max-width: 1024px) {

	#header_inner {
		z-index: 999;
		background-color: #FFF;
		width: 100%;
		height: 90px;
	}
	#logo{
		width: 100%;
		text-align: center;
	}
	#nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -480px;
		background: #FFF;
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 10px 0;
		z-index: -300;
		float: none;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		border-bottom: #66b72f 2px solid;
	}
	#nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
	}
	#nav ul li {
		float: none;
		position: static;
	}
	.navigation{
		float: none;
	}
	.navigation li{
		padding: 0;
	}
	#header #nav ul li a {
		width: 100%;
		display: block;
		color: #66b72f;
		font-weight: bold;
		line-height: 2.4rem;
		padding: 10px 0;
	}
	#header #nav ul li a:hover {
		color: #f8b73b;

	}
	#nav-toggle {
		display: block;
		position: absolute;
		right: 20px;
		top: 28px;
		width: 40px;
		height: 36px;
		cursor: pointer;
		z-index: 200;
		text-align: center;
	}
	#nav-toggle div {
		position: relative;
		width: 34px;
		margin: 0 auto 0;
	}
	#nav-toggle p {
		font-size: 8px;
		position: absolute;
		top: 28px;
		letter-spacing: 0px;
		width: 100%;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #66b72f;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 11px;
	}
	#nav-toggle span:nth-child(3) {
		top: 22px;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #nav スライドアニメーション */
	.open #nav {
		/* #nav top + #mobile-head height */
		-moz-transform: translateY(570px);
		-webkit-transform: translateY(570px);
		transform: translateY(570px);
	}
	#topimg{
		padding: 10% 0 40% 3%;
	}
	.contact_button:hover{
		transform: rotateZ( 0deg ) ;
	}
	#decorative {
		display:none;
	}
	#about{
		background-position: 20% top;
	}

	#page-top a:hover {
	    text-decoration: none;
	    background: #FFF;
	}
	.form_sp_l{
		width: 90%;
	}


}


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

	html,div,p,a,ul,li,th,td,span{
	font-size: 14px;
	}
	h2{
		font-size: 22px;
	}
	#topimg h1{
		font-size: 28px;
		padding: 0 2% 0;
	}
	#topimg h2{
		font-size: 25px;
	}
	.contact_button img{
		width: 36%;
		max-width: 180px;
		margin: -90px 8% 0 0;
	}

	#intro ul.bkmk li{
		float: none;
		margin: 10px auto;
	}
	.online_inner{
		width: 96%;
		margin: 60px auto 40px;
		padding: 20px 2% 40px;
	}
	.usp_inner{
		width: 96%;
		margin: 60px auto 40px;
		padding: 20px 2% 40px;
	}
	#about{
		width:100%;
		padding: 0 0 50px;
		background-image:none;
	}
	#about_inner{
		width: 94%;
		max-width: 860px;
		margin: 0 auto;
		padding: 20px 3% 40px;
		background-image:none;
	}
	#about_inner img.about_sp{
		display: block!important;
		float: left;
		width: 50%;
		max-width: 400px;
		margin: 0 20px 10px 0;
		border-radius: 15px;        /* CSS3草案 */
		-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
		-moz-border-radius: 15px;   /* Firefox用 */
	}
	#about_inner p{
		padding: 0;
	}
	.contact a{
		font-size: 16px;
		font-weight: bold;
		padding: 3% 4%;
		border-radius: 8px;        /* CSS3草案 */
		-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
		-moz-border-radius: 8px;   /* Firefox用 */
	}
	.contact_pc{
		font-size: 16px;
	}


}


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

	#header,#header_inner{
		height: 50px;
	}
	#logo{
		margin: 6px 0 0 10px;
		text-align: left;
	}
	#logo img{
		width: 160px;
	}
	#nav {
		top: -520px;
	}
	#nav-toggle {
		display: block;
		position: absolute;
		right: 14px;
		top: 10px;
		width: 40px;
		height: 32px;
		cursor: pointer;
		z-index: 200;
	}
	#nav-toggle div {
		position: relative;
		width: 25px;
		margin: 0 auto 0;
	}
	#nav-toggle p {
		position: absolute;
		top: 20px;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 8px;
	}
	#nav-toggle span:nth-child(3) {
		top: 16px;
	}
	.br_sp{
		display: block;
	}
	h2{
		font-size: 20px;
	}
	#topimg {
		margin: 0 auto 0 ;
	}
	#topimg {
	  background-image: url("img/main_img01_sp@1.jpg");
	}
	.webp #topimg {
	  background-image: url("img/main_img01_sp@1.webp");
	}
	#topimg h1{
		font-size: 24px;
	}
	#topimg h2{
		font-size: 22px;
	}
	.catch h3{
		font-size: 22px;
	}
	.catch h3 span{
		font-size: 28px;
	}
	.catch strong {
		font-size: 28px;
	}
	.catch p{
		font-size: 16px;
	}
	#goukaku{
		background-image: none;
	}
	.capacity h3{
		font-size: 16px;
	}
	#achievement h2{
		font-size: 18px;
	}
	.beforeafter h3{
		font-size: 16px;
	}
	#intro{
		padding: 0;
	}
	#intro h2{
		font-size: 18px;
	}
	.intro_inner ul.worry{
		padding: 20px 10px 20px 30px;
		background-image: none;
	}
	#online{
		padding: 0 0 20px;
	}
	.online_movie h3 {
	  font-size: 20px;
	}
	.online_inner h3{
		min-height: 30px;
		padding-left: 30px;
		font-size: 18px;
		line-height: 1.4;
	}
	.online_inner h3.no1{
		background-size: 20px 20px;
	}
	.online_inner h3.no2{
		background-size: 20px 20px;
	}
	.online_inner h3.no3{
		background-size: 20px 20px;
	}
	.online_inner h3.no4{
		background-size: 20px 20px;
	}
	.online_inner h3.no5{
		background-size: 20px 20px;
	}
	#about{
		padding: 50px 0 20px;
	}
	.usp_inner h3{
		min-height: 30px;
		padding-left: 30px;
		font-size: 18px;
		line-height: 1.4;
	}
	.usp_inner h3.no1{
		background-size: 20px 20px;
	}
	.usp_inner h3.no2{
		background-size: 20px 20px;
	}
	.usp_inner h3.no3{
		background-size: 20px 20px;
	}
	.usp_inner h3.no4{
		background-size: 20px 20px;
	}
	.usp_inner h3.no5{
		background-size: 20px 20px;
	}
	#teaching{
		padding: 50px 0 0;
	}
	.teaching_inner h3{
		font-size: 18px;
		line-height: 1.6;
	}
	.teacher_inner h3{
		font-size: 18px;
		line-height: 1.6;
	}
	#voice{
		padding: 50px 0 0;
	}
	#detail{
		padding: 50px 0 0;
	}
	.detail_inner table{
		width: 100%;
	}
	#apply{
		padding: 50px 0 100px;
	}
	#footer ul{
		width: 100%;
		height: 100%;
	}
	#footer ul li{
		float: none;
		margin: 10px 0;
	}
	.sp_text:after {
		content:attr(data-label);
		font-size: 28px;
	}
	.sp_text img {
		display:none;
	}
	.pc_br{
		display: none;
	}
	.form_sp_s{
		width: 70%;
	}
	.br_pc{
		display: none;
	}
	.contact_pc{
		display: none;
	}


}
/* / Tablet */



/* Mobile */
@media screen and (max-width: 480px) {

	h2{
		font-size: 18px;
	}
	#topimg h1{
		font-size: 18px;
	}
	#topimg h2{
		font-size: 16px;
	}
	.catch h1 span{
		font-size: 22px;
	}
	.catch h3{
		font-size: 16px;
	}
	.catch h3 span{
		font-size: 20px;
	}
	.catch strong {
		font-size: 20px;
	}
	.catch p{
		font-size: 13px;
	}
	#about_inner img.about_sp{
		display: block;
		float: none;
		width: 90%;
		margin: 0 auto 10px;
		border-radius: 15px;        /* CSS3草案 */
		-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
		-moz-border-radius: 15px;   /* Firefox用 */
	}
	.online_movie h3 {
	   font-size: 18px;
	}
	.teaching_inner_img1{
		width: 160px;
		margin: 0 auto 20px;
	}
	.teaching_inner_imgbox{
		margin: 10px 0;
		float: left;
		text-align: center;
	}
	.teaching_inner_img2{
		width: 160px;
		margin: 0 auto 20px;
	}
	.teaching_inner img{
		margin: 10px 0;
		float: none;

	}
	.arrow_pc{
		display: none;
	}
	.arrow_sp{
		display: block;
	}
	.contact a{
		font-size: 14px;
		font-weight: bold;
		padding: 3% 4%;
		border-radius: 8px;        /* CSS3草案 */
		-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
		-moz-border-radius: 8px;   /* Firefox用 */
	}
}
@media screen and (max-width: 400px) {
	#topimg h1{
		font-size: 16px;
	}
}

/* / Mobile */



/* Other */

body.other #logo{
	text-align: center;
	width: 100%;
	margin-left: 0;
}

body.other #apply{
	width: 90%;
	max-width: 800px;
	margin: 100px auto 0;
}

/* Modal */

@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}



/* Margin */

.mgT05 {margin-top:5px;}
.mgT10 {margin-top:10px;}
.mgT15 {margin-top:15px;}
.mgT20 {margin-top:20px;}
.mgT25 {margin-top:25px;}
.mgT30 {margin-top:30px;}
.mgT35 {margin-top:35px;}
.mgT40 {margin-top:40px;}
.mgT45 {margin-top:45px;}
.mgT50 {margin-top:50px;}
.mgT55 {margin-top:55px;}
.mgT60 {margin-top:60px;}
.mgT65 {margin-top:65px;}
.mgT70 {margin-top:70px;}
.mgT80 {margin-top:80px;}
.mgT100 {margin-top:100px;}

.mgB05 {margin-bottom:5px;}
.mgB10 {margin-bottom:10px;}
.mgB15 {margin-bottom:15px;}
.mgB20 {margin-bottom:20px;}
.mgB25 {margin-bottom:25px;}
.mgB30 {margin-bottom:30px;}
.mgB35 {margin-bottom:35px;}
.mgB40 {margin-bottom:40px;}
.mgB45 {margin-bottom:45px;}
.mgB50 {margin-bottom:50px;}
.mgB55 {margin-bottom:55px;}
.mgB60 {margin-bottom:60px;}
.mgB65 {margin-bottom:65px;}
.mgB70 {margin-bottom:70px;}
.mgB80 {margin-bottom:80px;}
.mgB100 {margin-bottom:100px;}
