/* STATIC */
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
	-webkit-font-smoothing: antialiased;
	background: #dae9f1;
	color: #333;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.1em;
	word-wrap: break-word;
}
a:link { color: #448aca; }
a:visited { color: #448aca; }
a:hover { color: #7ab5ec; }
table { width: 100%; font-size: 90%; letter-spacing: 0.1em; line-height: 1.2em;}
th, td { padding: 10px; border: 1px solid #ddd; }
th { background: #f4f4f4; font-weight: 100; }

.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.font40 {font-size: 40%;}
.font50 {font-size: 50%;}
.font60 {font-size: 60%;}
.font70 {font-size: 70%;}
.font150 {font-size: 150%;}

.align_l { text-align:left!important;}

.mt10 { margin-top:10px;}

/* HEADER */
header {
	z-index: 999;
	top: 0px;
	left: 0px;
	height: 270px;
	width: 100%;
	background: url(../img/dot_back.png);
	border-bottom: 8px solid #448aca;
}
header .box {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
header #logo{
	width: 160px;
	height: 154.5px;
	background: url(../img/logo.png) no-repeat center;
	background-size: contain;
	margin: 0 auto;
	padding-top: 60px;
	display: block;
}
header nav #menu-icon {
	display: hidden;
	width: 20px;
	height: 20px;
	background: url(../img/menu-icon.png) center;
}
header nav ul {
	list-style: none;
	text-align: center;
	margin-top: 5px;
}
header nav ul li {
	font-size: 90%;
	display: inline-block;
}
header nav ul li+li {
	border-left: 1px solid #555;
}
header nav ul li a {
	padding: 10px 12px;
	color: #333;
	text-decoration: none;
	letter-spacing: 0.1em;
}
header nav ul li a:link { color: #333; }
header nav ul li a:visited { color: #333; }
header nav ul li a:hover {
	color: #333;
	background: url(../img/menu_hover.png) no-repeat center;
	background-size: contain;
}
.selected {
	background: url(../img/menu_hover.png) no-repeat center;
	background-size: contain;
}
header #join-button {
	position: absolute;
	top: 0;
	right: 0;
	background: #f7a841;
	color: #fff;
	font-size: 90%;
	letter-spacing: 0.15em;
	width: 200px;
	height: 80px;
	line-height: 80px;
	font-weight: bold;
}
header #join-button:hover {
	background: #80d058;
}

/** SLIDER **/
.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
.wideslider ul li img {
    width: 100%;
    display: none;
}
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;

}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/next.jpg) no-repeat left center;}
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}


/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}
.image-gallery {
	margin-top: 20px;
}
.image-gallery ul {
	margin: 0px;
	padding: 0 0 0 5px;
	list-style: none;
}
.image-gallery ul li {
	margin: 0px;
	padding: 0px;
}
.image-gallery li a img {
	width: 18%;
	margin: 0 2% 2% 0;
	border: none;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.image-gallery li a img:nth-child(4n) {
	margin: 0 0 2% 0;
}
.image-gallery li:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


/* MAIN CONTENTS */
.contanier {
	margin: 30px auto 60px auto;
	max-width: 960px;
	background-color: #fff;
}
.contanier .contents-header {
	position: relative;
	vertical-align: middle;
	margin-bottom:50px;
}
.contanier .contents-header .main-img {
	width: 100%;
	vertical-align: text-bottom;
}
.contanier .contents-header .title{
	position: absolute;
	text-align: center;
	color: #fff;
	border: 8px solid #fff;
	background-color:rgba(0,0,0,0.4);
	padding: 40px 70px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 400px;
	height: 70px;
}
.contanier .contents-header .title h1 {
	font-size: 160%;
	letter-spacing: 0.2em;
	line-height: 2.0em;
}
.contanier .contents-header .title p {
	font-size: 85%;
}
.contanier .contents {
	margin: 0 100px;
	padding-bottom: 60px;
}
.contanier .contents .block { margin-bottom: 50px; }
.contanier .contents .block h1 {
	text-align: center;
	font-size: 200%;
	font-weight: 100;
	line-height: 1.5em;
}
.contanier .contents .block h2 {
	font-weight: 100;
	font-size: 200%;
	color: #448aca;
	line-height: 1.5em;
}
.contanier .contents .block hr {
	border-top: 1px solid #448aca;
	border-bottom: 0;
	margin-bottom: 20px;
}
.contanier .contents .block p {
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-size: 90%;
}
.contanier .contents .block .point {
	margin-top: 30px;
	width: 90px;
	height: 90px;
	font-size: 90%;
	font-weight: bold;
	border: 2px dashed rgba(68,138,202,0.7);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.contanier .contents .block .point p {
	padding-top: 37px;
	padding-left: 6px;
	text-align: center;
	margin: 0;
	font-weight: bold;
	color: #448aca;
}
.contanier .contents .block .point-title {
	margin: -25px 0 0 30px;
}
.contanier .contents .block .point-title h3 {
	font-size: 130%;
	color: #448aca;
}
.contanier .contents .block .point-title .title-strong {
	font-size: 140%;
	color: #f7a841;
}
.contanier .contents .block .point-detail { margin-top: 20px; }
.contanier .contents .block .point-detail .point-detail-img,
.contanier .contents .block .point-detail p {
	display: inline-block;
	vertical-align: top;
}
.contanier .contents .block .point-detail .point-detail-img {
	margin-right: 18px;
	width: 45%;
	border-radius: 2%;
	-webkit-border-radius: 2%;
	-moz-border-radius: 2%;
}
.contanier .contents .block .point-detail p { width: 50%; }
.course th, .course td {width: 50%; line-height: 1.5em;}
.course_ikusei th, .course_ikusei td {width: 33%; line-height: 1.5em;}
.ikusei_tb { margin-top:30px;}
.ikusei_tb th, .ikusei_tb td{ line-height: 1.5em; vertical-align:middle; text-align:center;}
.ikusei_tb td.sub { background:#f4f8fc; font-weight:bold; color:#448aca;}

.ikusei_tb_mb { display:none;}

.contanier .contents .block .teacher { margin-top: 50px; }
.contanier .contents .block .teacher .teacher-name,
.contanier .contents .block .teacher .teacher-info {
	display: inline-block;
	vertical-align: top;
}
.contanier .contents .block .teacher .teacher-name {
	text-align: center;
	margin: 0 50px 30px 0;
}
.contanier .contents .block .teacher .teacher-name h3 {
	font-size: 130%;
	letter-spacing: 0.2em;
	line-height: 2.0em;
}
.contanier .contents .block .teacher .teacher-name p {
	font-size: 80%;
}
.contanier .contents .block .teacher .teacher-name .teacher-img {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-bottom: 10px;
}
.contanier .contents .block .teacher .teacher-info { width: 53%; }
.contanier .contents .block .teacher .teacher-info h4 {
	margin: 30px 0 10px 0;
	font-size: 130%;
	color: #448aca;
	line-height: 1.5em;
}
.contanier .contents .block .teacher .teacher-info .data th { width: 80px; }
.contanier .contents .block .course-link { margin-top: 20px; }
.contanier .contents .block .course-link .button {
	background: #448aca;
	color: #fff;
	font-weight: bold;
	padding: 30px 20px;
	margin-bottom: 10px;
	width: 49%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.contanier .contents .block .course-link .button:nth-child(odd) { margin-right: 3px; }
.contanier .contents .block .course-link .button:last-child { margin-bottom: 0; }
.contanier .contents .block .course-link .button:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* INFOMATION */
footer .block {
	background: url(../img/dot_back.png);
	width: 100%;
	padding-bottom: 40px;
}
footer .block .info {
	margin: 0 auto 60px auto;
	max-width: 960px;
}
footer .block .info .blog {
	padding-top: 60px;
	width: 465px;
	display: inline-block;
}
footer .block .info .blog h2 { font-size: 120%; }
footer .block .info .blog dl.box {
	margin-top: 10px;
	padding: 30px;
	background: #fff;
	border: 1px solid #448aca;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 7px 7px rgba(68,138,202,1);
}
footer .block .info .blog dl.box dt {
	margin-top: 5px;
	float: left;
	font-size: 70%;
}
footer .block .info .blog dl.box dd {
	margin: 0 0 10px 110px;
	font-size: 90%;
	line-height: 1.5em;
}
footer .block .info .blog dl.box dd:last-child {
	margin-bottom: 0px;
}
footer .block .info .social {
	padding-top: 89px;
	padding-left: 23px;
	width: 465px;
	display: inline-block;
	vertical-align: top;
}
footer .block .info .social .button {
	background: #448aca;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	padding: 40px 30px;
	margin-bottom: 20px;
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
footer .block .info .social .button:last-child { margin-bottom: 0; }
footer .block .info .social .button:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
footer .block-bottom {
	background: #666;
	color: #fff;
	text-align: center;
}
footer .block-bottom .toplogo {
	padding-top: 30px;
}
footer .block-bottom .toplogo a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
footer .block-bottom .copyright {
	padding: 30px 0;
	font-size: 70%;
}
.back a {
	position: fixed;
	bottom: 10px;
	right: 10px;

	padding: 30px;
	background-color: #448aca;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;

	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;

	z-index: 100;
}
.back a:link { color: #fff; text-decoration: none;}
.back a:visited { color: #fff; }
.back a:hover {
	color: #fff;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity:1;
}

.taiken a {
	font-size: 90%;
	font-weight: bold;
	position: fixed;
	bottom: 100px;
	right: 10px;

	padding: 30px;
	background-color: #f7a841;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	z-index: 100;
}
.taiken a:link {
	color: #fff;
	text-decoration: none;
}
.taiken a:visited { color: #fff; }
.taiken a:hover {
	color: #fff;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity:1;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	margin-top: 20px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmapr object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.margin-top--40 { margin-top: -40px; }
/* CLEAR */
.clearfix {zoom: 1;}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}


.topics {
	background:#fff;
	width:100%;
	box-sizing:border-box;
	padding:1.5rem;
	border:#448aca 4px solid;
	background-color:#ebf5fe;
	margin-bottom:30px;
}

.topics p { line-height:1.5;}


.date { font-size:80%; color:#888; font-weight:bold; margin-right:1rem;}

embed, iframe, object { max-width: 100%;}

/* RESPONSIVE */
@media only screen and (max-width : 980px) {
	header nav ul li { font-size: 77%; }
	.contanier { margin-top: 0; margin-bottom: 0;}
	.contanier .contents .block .teacher .teacher-name {
		width: 100%;
		margin-right: 0;
	}
	.contanier .contents .block .teacher .teacher-info { width: 100%; }
	footer .block { width: 100%; }
	footer .block .info {
		margin: 0 100px;
		width: auto
	}
	footer .block .info .blog { width: 100%; }
	footer .block .info .social {
		width: 100%;
		padding: 30px 0 0 0;
	}
	footer .block .info .social .button {
		padding: 40px 20px;
		font-size: 120%;
	}
	header nav ul {display: block;}
		.image-gallery li a img { width: 23%; }
}
@media only screen and (max-width : 700px) {
	.wideslider {
		top: 80px;
		margin-bottom: 80px;
	}
	/* HEADER */
	header {
		height: 76px;
		border-bottom: 4px solid #448aca;
		position: fixed !important;
	}
	header #logo{
		width: 167.5px;
		height: 52px;
		background: url(../img/logo_smt.png) no-repeat center;
		background-size: contain;
		margin: 0 0 0 15px;
		padding-top: 25px;
		display: block;
	}
	header nav #menu-icon {
		display:inline-block;
		float: right;
		margin: -50px 20px 0 0;
	}
	header nav ul {
		display: none;
		position: absolute;
		padding: 20px;
		background: rgba(255,255,255,0.8);
		border: 1px solid #eee;
		right: 0;
		top: 75px;
		width: 95%;
	}
	header nav li {
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}
	header nav ul li { font-size: 90%; }
	header nav ul li+li { border-left: none; }
	header #join-button {
		position: absolute;
		background: #f7a841;
		color: #fff;
		font-size: 12px;
		margin: 8px 58px 0 0;
		padding: 12px 3px 0 3px;
		letter-spacing: 0;
		width: 60px;
		height: 60px;
		line-height: 20px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

	/* CONTENTS */
	.contanier {
		margin: 0;
		padding-top: 80px;
		max-width: 100%;
		background-color: #fff;
	}
	.contanier .contents-header .title{
		background-color:rgba(68,138,202,0.7);
		border: none;
		width: 100%;
		height: 100%;
		padding: 10px 0 20px 0;
		margin: 0;
		position: relative;
	}
	.contanier .contents-header .title h1 {
		font-size: 120%;
		letter-spacing: 0.2em;
		line-height: 2.0em;
	}
	.contanier .contents-header .title p { font-size: 70%; }
	.contanier .contents { margin: 0 30px; }
	.contanier .contents .block { margin-bottom: 30px; }
	.contanier .contents .block h1 { margin-top: -20px; }
	.contanier .contents .block h2 { font-size: 120%; font-weight: bold; }
	.contanier .contents .block p {
		font-size: 14px;
	}
	.contanier .contents .block .point {
		width: 50px;
		height: 50px;
		border: 1px dashed rgba(68,138,202,0.7);
	}
	.contanier .contents .block .point p {
		font-size: 10px;
		font-weight: bold;
		padding-top: 19px;
		padding-left: 3px;
	}
	.contanier .contents .block .point-title { margin: -15px 0 0 15px; }
	.contanier .contents .block .point-title h3 {
		font-size: 110%;
		letter-spacing: 0.1em;
		line-height: 1.3em;
	}
	.contanier .contents .block .point-title .title-strong { font-size: 120%; }
	.contanier .contents .block .point-detail .point-detail-img { width: 100%; }
	.contanier .contents .block .point-detail p {
		float: none;
		width: 100%;
		margin-top: 10px;
	}
	.contanier .contents .block .course-link .button { width: 100%; }
	.contanier .contents .block .course-link .button:nth-child(odd) { margin-right: 0; }
	footer .block .info { margin: 0 30px; }
	footer .block .info .blog dl.box dt { float: none; }
	footer .block .info .blog dl.box dd { margin-left: 0; margin-bottom: 20px; }

	.taiken {display: none;}
	.padding-top-20 { padding-top: 20px; }

	.image-gallery li a img { width: 31%; }

	#fun,
	#pro,
	#girl,
	#girl-youth,
	#gk {
	  margin-top : -90px;
	  padding-top : 90px;
	}

	.ikusei_tb_mb { margin-top:20px; width:100%; display:table;}
	.ikusei_tb_mb th, .ikusei_tb_mb td { line-height: 1.5em; vertical-align:middle;}
	.ikusei_tb_mb th.sub { background:#f4f8fc; color:#448aca; width:30%; font-weight:bold;}
	.ikusei_tb_mb td { width:70%;}
	.ikusei_tb { display:none;}
	.ikusei_tb_mb tr { width:100%;}

}



/* トップページのニュース記事 */

.academyNews{
}
.academyNews ul{
  list-style: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.articleText{
	overflow: hidden;
	zoom: 1;
}
.articleHead{
  font-weight: bold;
	margin-bottom:16px;
}
.articleBody{
  font-size:0.9em;
}
.articleDate{
  text-align: right;
  font-size:0.8em;
}
.newsListMore{
	text-align: right;
	font-weight: bold;
}
.newsList a{text-decoration:none; }
.newsList a:hover{opacity: 0.5 ;}
.newsList li{
	margin-top:8px;
	margin-bottom:8px;
	padding-bottom:4px;
	pading-top:4px;
	min-height: 150px;
	border-bottom:1px solid #f5f5f5;
}
.newsList img{
  max-width: 140px;
  max-height: 120px;

}
.newsImgBack{
  background-color:#f5f5f5;
  width:140px;
  height: 120px;
  display: flex;
  align-items: center;
  float:left;
  margin-right: 20px;
}
