@charset "UTF-8";
/* Body */
body {
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
	background-color: #FFFFFF;
	margin: 0;
}
/* Container */
.container {
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
/* Header */
header {
margin-top: 80px;
display: block;
}
/*.logo {
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
	line-height: 2em;
	font-size: 22px;
}*/
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}

.gallery {
	clear: both;
	display: inline-block;
	width: 100%;/*
	background-color: #FFFFFF;*/
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail{
	text-align: center;
	float: left;
	margin-top: 20px;
	background-color: #F8F8F8;
	padding-bottom: 10px;
	border-radius: 3px;
	border-top:15px solid #333;
}.thumbnail a {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: inline-block;}
.thumbnail a span{display: block;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, "serif";
	position: absolute;
	left: 0;
	font-size: 2em;
	bottom: 0;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	line-height:4;
	background: rgba(0,0,0,0.5);}
.thumbnail a {
	text-decoration: none;}
.gallery .thumbnail:hover{
box-shadow:0px 0px 5px 2px #9eb2c9;
-moz-box-shadow:0px 0px 5px 2px #9eb2c9;
-webkit-box-shadow:0px 0px 5px 2px #9eb2c9;
}
	
.thumbnail-jlpt{
	border-bottom: 4px solid #800;}
.gallery .thumbnail h2 {
font-size: 20px;
line-height: 1.2;
	margin-top:0;
	margin-bottom:3px;
	color: #52BAD5;
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;/*
	border-bottom:1px solid #999;*/
}
.gallery .thumbnail-jlpt h2{
font-size: 17px;
color: #961115;
}
/* office color */
#office .gallery .thumbnail-jlpt h2{
color:#1B2C7A;
}
#office .thumbnail-jlpt{
	border-bottom: 4px solid #050B52;}
	/* ----- */
.gallery .thumbnail h2 small{
font-size: 70%;
}
.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}
/* More info */

.column {
	width: 50%;
	float: left;
}.hero-img{
text-align: center;

}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	border-bottom: 2px solid #000;
}
.cards:hover{
	opacity: 0.6;
	transition: all 0.3s linear;}
.supervise{
overflow: hidden;
margin:20px;
padding: 0;
background: #eee; 
border-radius: 5px;}
.supervise img{
float: left;
margin: 20px 10px 20px 20px;
border: 3px solid #fff;
}
.supervise p{
color: #666;
font-size: 12px;
padding: 20px;
margin: 0;
text-align: left;
line-height:1.4;
}
.supervise b{
font-size: 140%;
display: block;
padding-bottom: 5px;
margin-left: -10px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #6DC7D0;
	color: #FFFFFF;
	cursor: pointer;
}
/* ログインボタン */
.btn-login i,.btn-login b{
display: block;
}
.btn-login i{
    font-size: 30px;
}.btn-login b{
font-weight: 100;
font-size: 12px;
}
.btn-login{background-image: linear-gradient(to right, #f5ce62, #e43603, #e85a19);}
.btn-login{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    text-align:center;
    border: none;text-shadow: 1px 1px #800;
    background-size:200% 30%;
    border-radius:8px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.btn-login:hover {text-shadow:none;
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
    background-position: 100% 0%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	color:#fff;
}

.btn-login:focus {
color: #fff;
    outline: none;
}

/* 下だけ斜めdivx2 */
.deg{
  position: relative;
  overflow: hidden; transform:skew(0deg, -5deg);
  z-index: -2;
}
.deg-intro {
transform:skew(0deg, 5deg);
	background-color: #6DC7D0;
	background: #6DC7D0  url(../images/bg03.png) no-repeat center center;background-size: cover;
	z-index: -1;
	padding-top: 100px;
	margin-top: -200px;
	margin-bottom: 50px;
  overflow: hidden;
  width: 100%;
  padding-top:130px;
}
.deg-intro {padding-top: 180px;
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.deg-intro h1{
color: #fff;
font-size: 26px;
}
.deg-intro .column h2 {
	color: #FFFFFF;
	text-align: center;
}
.deg-intro .column p {
	color: #FFFFFF;
}
.deg-intro .column p {
	padding-left: 30px;
	padding-right: 20px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	/* [disabled]margin-left: 10px; */
	/* [disabled]margin-right: 10px; */
	margin-top: 4%;
}

.profile {
width: 90%;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 0;
	text-align: left;font-size: 12px;
	padding-left:8px;
	padding-right: 8px;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
.col-xs-6{
padding: 5px
}
aside.container{
width: 100%;
}

}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.thumbnail {
	width: 100%;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}.mn-course aside.container{
width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
}
