@media screen and (min-width: 737px) {

html{
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
}

section,
nav,
article,
figure,
aside,
header,
footer,
main{
display: block;
}

main{
font-size:1.7em;
font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
line-height: 175%;
color: #333;
padding-top: 83px; 
}

aside,header,footer,#about-ia,#sec-title,#bread-crumb{
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}

body,
h1,
h2,
h3,
ul,
li,
figure{
margin: 0;
padding: 0;
}

section{
overflow:hidden;
clear:both;
}

ul{
list-style-type:none;
}

img{
border: none;
vertical-align: bottom;
}

a{
color:#09d;
text-decoration: none;
}

p{
padding-bottom:1em;
margin-top:0;
}

dt{
margin:0;
padding:0;
}

dd{
margin:0 0 15px 0;
padding:0;
line-height:150%;
}

.roll-over{
opacity: 1.0;
transition: all  0.2s ease;
}

.roll-over:hover{
opacity: 0.75;
}

/*配置*/

.wrap{
width:1000px;
margin:auto;
overflow:hidden;
}

.txt-center{
text-align:center;
}

.txt-right{
text-align:right;
}

.ofl{
overflow:hidden;
}

.flt-l{
float:left;
}

.flt-r{
float:right;
}

.clr{
clear:both;
}

.dis-block{
display:block;
}

.img-right{
float:right;
margin:10px 0 10px 30px;
}

.img-left{
float:left;
margin:10px 30px 10px 0;
}

.img-large{
padding-bottom:30px;
}

.img-large img{
  display: block;
  border-radius: 10px;
}

.wrap{
  width: 1000px;
  margin: auto;
  padding: 0 2px;
  overflow: hidden;
}

.udl{
text-decoration: underline;
}

/*テキスト*/

.txt-bold{
font-weight:bold;
}

.txt-nomal{
font-weight:normal;
}

.txt-red{
color: #d94c28;
}

.size-ss{
font-size:0.8em;
line-height:125%;
}

.size-s{
font-size:0.85em;
line-height:150%;
}

.size-m{
font-size:1.3em;
}

.size-l{
font-size:1.7em;
line-height:180%;
}

.btn_orange{
background-color:#f08631;
color:#fff;
border:solid 2px #f08631;
text-align:center;
border-radius:30px;
display: inline-block;
line-height: 100%;
padding: 10px;
width: 220px;
font-size: 1.3em;
transition: all  0.2s ease;
}

.btn_orange:hover{
background-color:#fff;
color:#f08631;
border:solid 2px #f08631;
}

.sp{
display:none;
}

/*リスト*/

ul.type1,ul.type2,ul.type3,ul.type4{
  margin-bottom: 1em;
}

ul.type1 li{
  margin: 0;
  padding: 0 0 0 20px;
  background-image: url(../images/list_ico1b.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.cat-35 ul.type1 li{
  background-image: url(../images/list_ico1b.png);
}

.cat-33 ul.type1 li{
  background-image: url(../images/list_ico4b.png);
}

.cat-32 ul.type1 li{
  background-image: url(../images/list_ico3b.png);
}


ul.type2 li{
  margin: 0;
  padding: 0 0 0 15px;
  background-image: url(../images/list_ico1.png);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

.cat-35 ul.type2 li{
  background-image: url(../images/list_ico1.png);
}

.cat-33 ul.type2 li{
  background-image: url(../images/list_ico4.png);
}

.cat-32 ul.type2 li{
  background-image: url(../images/list_ico3.png);
}

ul.type3 li::before{
  content: "●";
  font-size: 0.7em;
  display: inline-block;
  padding: 0 3px;
  margin-right: 2px;
}

.cat-35 ul.type3 li::before{
  color: #4abdca;
}

.cat-33 ul.type3 li::before{
  color: #f5a526;
}

.cat-32 ul.type3 li::before{
  color: #e669a5;
}

ul.type4 li::before{
  content: "●";
  font-size: 0.7em;
  display: inline-block;
  padding: 0 3px;
  margin-right: 2px;
  color: #707070;
}

/*テーブル*/

table.type1{
  border-top:1px solid #bfbfbf;
  border-right:1px solid #bfbfbf;
  border-collapse: collapse;
  margin: 0 0 20px 0;
  box-sizing: border-box;
  width: 100%;
}

table.type1 td,table.type1 th{
  border-bottom:1px solid #bfbfbf;
  border-left:1px solid #bfbfbf;
  margin: 0;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: left;
}

table.type1 th{
  background-color: #f3f3f3;
  color: #717171;
}

/*トップページ*/

#logo{
  width: 140px;
  float: left;
  margin: 20px 0 15px 30px;
}

header{
  width: 100%;
  min-width: 1030px;
  height: 83px;
  position: fixed;
  background-color:#e0448e ;
  overflow: hidden;
  box-shadow: inset 0 80px 0 0 #fff;
  background-image:url(../images/header_line1.png),url(../images/header_line2.png),url(../images/header_line3.png);
  background-size: 20% 4px;
  background-position: 25% bottom,50% bottom,75% bottom;
  background-repeat: no-repeat;
  z-index: 1;
}

header::after{
  content: "";
  clear: both;
  display: block;
  height: 3px ;
  background-color: #e54e26;
  width: 20%;
}

#header-navi{
  float: right;
  margin: 20px 30px 15px 0;
  height: 45px;
  overflow: hidden;
}

#login{
  float: right;
}

#login a{
  width: 140px;
  background-color: #d94c28;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 100%;
  padding: 8px 0 0 0;
  height: 34px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 30px;
  transition: ease all .3s;
  border: 2px solid #d94c28;
}

#login a:hover{
  background-color: #fff;
  color: #d94c28;
}

#header-navi ul{
  float: left;
  overflow: hidden;
}

#header-navi li{
  float: left;
  padding: 0 20px;
}

#header-navi li a{
  display: inline-block;
  padding: 10px 0;
  line-height: 100%;
  color: #333;
  font-size: 16px;
  transition: ease all .3s;
}

#header-navi li:nth-child(1) a:hover{
  color: #60a631;
}

#header-navi li:nth-child(2) a:hover{
  color: #4abdca;
}

#header-navi li:nth-child(3) a:hover{
  color: #e669a5;
}

#header-navi li:nth-child(4) a:hover{
  color: #f5a526;
}

#header-navi li:nth-child(5) a:hover{
  color: #57c3ea;
}

#about-ia{
background-image:url(../images/lesson_area.jpg);
background-repeat:repeat-x;
background-position:50% 0;
padding:70px 0;
text-align:center;
}

#about-ia h2{
color:#fff;
height:60px;
font-size:2.6em;
text-shadow:0 0 2px rgba(0,0,0,0.3);
}

#about-ia h2::before{
  display:none;
}

#about-ia p{
color:#fff;
font-size: 1.6em;
line-height:175%;
height:99px;
text-shadow:0 0 2px rgba(0,0,0,0.3);
}

#about-ia a{
display:block;
background-color:#fff;
height:60px;
box-sizing:border-box;
line-height:120%;
width:400px;
margin:auto;
border-radius:50px;
color:#1ab7ea;
font-weight:bold;
font-size:1.6em;
padding:12px 0 0 0;
text-decoration:none;
transition:all ease .3s;
}

#about-ia a:hover{
background-color:#1ab7ea;
color:#fff;
}

#footer-logo{
  float: left;
}

#footer-inner{
  width: 1000px;
  margin: auto;
  overflow: hidden;
  padding: 30px 0;
}

#footer-navi{
  float: right;
  overflow: hidden;;
}

#footer-inq{
  float:right;
  background-color: #f5a526;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 12px 0;
  text-align: center;
  width: 150px;
  font-size: 1.3em;
  line-height: 100%;
  border-radius: 30px;
  margin-left: 20px;
  transition: ease all .3s;
  border: 2px solid #f5a526;
}

#footer-inq:hover{
  background-color: #fff;
  color: #f5a526;
}

#footer-navi ul{
  float: right;
  overflow: hidden;
}

#footer-navi li{
  float: left;
  padding: 15px 0;
  line-height: 100%;
}

#footer-navi li a{
  color: #333;
  display:block;
  padding: 2px 20px;
  font-size: 1.2em;
  border-left:solid 1px #333;
  text-decoration: none;
  transition: ease all .3s;
}

#footer-navi li a:hover{
  text-decoration: underline;
}

#footer-navi li:first-child a{
  border-left:none;
}

#footer-ia{
  clear: both;
  padding: 25px 0;
  float: right;
  line-height: 100%;
  font-size: 14px;
}

#footer-ia span{
  display:inline-block;
  margin: 0 10px 0 0;
}

footer p{
  color: #333;
  background-color: #f7f7f7;
  text-align: center;
  line-height: 100%;
  font-size: 1.2em;
  padding: 20px 0 0 0;
  background-color:#e0448e ;
  overflow: hidden;
  background-image:url(../images/header_line1.png),url(../images/header_line2.png),url(../images/header_line3.png);
  background-size: 20% 3px;
  background-position: 25% top,50% top,75% top;
  background-repeat: no-repeat;
  position:relative;
  box-shadow: inset 0 -50px 0 0 #f7f7f7;
  height: 52px;
  box-sizing: border-box;
  margin: 0;
}

footer p::before{
  content: "";
  clear: both;
  display: block;
  height: 2px ;
  background-color: #e54e26;
  width: 20%;
  position:absolute;
  top: 0;
}

/*トップ*/

main#top-page{
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}

#top-main{
  background-image: url(../../images/main.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: 300px;
  box-sizing: border-box;
  margin: 20px auto 75px auto;
  padding: 65px 0 0 0;
  min-width: 1000px;
  border-radius: 10px;
}

#top-main-copy{
  width: 370px;
  height: 115px;
  background-color: #fff;
  padding: 30px 0 0 15px;
  box-sizing: border-box;
  text-align:center;
  color: #3b88b0;
  font-size: 34px;
  line-height: 130%;
  margin: auto;
  display:block;
  border-radius: 20px 20px 0 0;
}

#top-main-copy span:nth-child(1){
  color: #e0448e;
  font-size: 1.03em;
}

#top-main-copy span:nth-child(2),#top-main-copy span:nth-child(6){
  color: #ffc411;
}

#top-main-copy span:nth-child(3){
  color: #e54e26;
}

#top-main-copy span:nth-child(5){
  color: #40b1bf;
  font-size: 1.03em;
}

#top-main-copy span:nth-child(7){
  color: #63ad14;
}

#top-sub-copy{
  width: 370px;
  height: 55px;
  background-color: #fff;
  padding: 10px 0 0 0;
  box-sizing: border-box;
  text-align:center;
  color: #333;
  font-size: 17px;
  line-height: 100%;
  margin: auto;
  display:block;
  border-radius: 0 0 20px 20px;
  font-family: 'Quicksand', sans-serif;
}

#top-new,#top-pickup{
  text-align: center;
}

#top-pickup,#top-ranking,#top-sns{
  padding: 80px 0 0 0;
}

#top-new h2,#top-pickup h2,#top-ranking h2,#top-sns h2{
  display: inline-block;
  border-bottom: 4px solid #d2d2d2;
  font-size: 0.9em;
  font-weight: normal;
  color: #454545;
  margin: 0 auto 40px auto;
}

#top-new h2::before,#top-pickup h2::before,#top-ranking h2::before,#top-sns h2::before{
  display:inline-block;
  padding-right: 8px;
  font-size: 2.2em;
  color: #333;
  font-weight: bold;
  font-family: 'Quicksand', sans-serif;
}

#top-new h2::before{
  content: "New Arrivals";
}

#top-pickup h2::before{
  content: "Pick Up";
}

#top-ranking h2::before{
  content: "Ranking";
}

#top-sns h2::before{
  content: "SNS";
}

#top-new ul{
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

#article-list ul{
  width: 670px;
  margin: 0 auto;
  overflow: hidden;
}

#top-new li,#article-list li{
  width: 300px;
  float: left;
  margin: 0 50px 20px 0;
}

#top-new li:nth-child(3n),#article-list li:nth-child(2n){
  margin-right: 0;
}

#top-new a,#article-list a{
  display: block;
  position: relative;
  color: #333;
  text-align: left;
}

#top-new img,#article-list img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

#top-new .category,#article-list .category{
  display: block;
  color: #fff;
  position: absolute;
  top: 0;
  left:0;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  padding: 7px 0;
  width: 120px;
  border-radius: 10px 0 10px 0;
}

#top-new .list_student .category,#article-list .list_student .category{
  background-color: #4abdca;
  color:#fff;
}

#top-new .list_event .category,#article-list .list_event .category{
  background-color: #e669a5;
  color:#fff;
}

#top-new .list_industry .category,#article-list .list_industry .category{
  background-color: #f5a526;
  color:#fff;
}

#top-new .list_student span,#article-list .list_student span{
  color: #4abdca;
}

#top-new .list_event span,#article-list .list_event span{
  color: #e669a5;
}

#top-new .list_industry span,#article-list .list_industry span{
  color: #f5a526;
}

#top-new p,#article-list p{
  padding: 10px 0 5px 0;
  line-height: 150%;
  font-size: 1em;
  margin: 0;
  min-height: 3em;
  font-weight: bold;
}

.top-gray-btn{
  width: 410px;
  border: 3px solid #bfbfbf;
  margin: 0 auto 30px auto;
  line-height: 100%;
  color: #8c8c8c;
  text-align: center;
  padding: 10px 0;
  border-radius: 20px;
  transition: ease all .3s;
  background-image: url(../images/btn_arow1.png);
  background-position: 97% 50%;
  background-repeat: no-repeat;
}

.top-gray-btn:hover{
  background-color: #bfbfbf;
  color: #fff;
  background-image: url(../images/btn_arow2.png);
}

#top-new .top-gray-btn{
  text-align: center;
  color: #8c8c8c;
}

#top-new .top-gray-btn:hover{
  background-color: #bfbfbf;
  color: #fff;
}

#top-pickup ul{
  width: 850px;
  margin: auto;
  overflow: hidden;
}

#top-pickup li{
  width: 410px;
  float: left;
  margin: 0 30px 30px 0;
  background-color: #fff;
}

#top-pickup li:nth-child(even){
  margin-right: 0;
}

#top-pickup a p{
  background-color: #f7f7f7;
  box-sizing: border-box;
  color: #333;
  padding: 14px 20px;
  text-align: left;
  line-height: 150%;
  font-size: 0.9em;
  height:8.5em;
  border-radius: 0 0 20px 20px;
}

#top-pickup a p span{
  display: block;
  font-weight: bold;
  font-size: 1.1em;
  padding-bottom: 3px;
}

#top-pickup a{
  transition: ease all .3s;
  opacity: 1;
}

#top-pickup a:hover{
  opacity: 0.8;
}

#top-ranking{
  width: 485px;
  float: left;
}

#top-ranking li{
  border-bottom: 3px dotted #d9d9d9;
}

#top-ranking a{
  display: block;
  overflow: hidden;
  padding: 10px 0 10px 70px;
  position: relative;
  color: #333;
  line-height: 150%;
  font-size: 0.9em;
}

#top-ranking div{
  width: 110px;
  float: left;
}

#top-ranking p{
  width: 270px;
  float:right;
  padding-right: 20px;
}

#top-ranking li a::before{
  display: block;
  color: #fff;
  position: absolute;
  top:50%;
  left: 15px;
  margin-top: -20px;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  text-align:center;
  line-height: 100%;
  padding-top: 11px;
  font-size: 1.4em;
  font-weight: bold;
}

#top-ranking li:nth-child(1) a::before{
  content: "1";
  background-color: #ccaa22;
}

#top-ranking li:nth-child(2) a::before{
  content: "2";
  background-color: #bcbcbc;
}

#top-ranking li:nth-child(3) a::before{
  content: "3";
  background-color: #b47858;
}

#top-ranking li:nth-child(4) a::before{
  content: "4";
  background-color: #7ad2dd;
}

#top-ranking li:nth-child(5) a::before{
  content: "5";
  background-color: #7ad2dd;
}

#top-sns{
  width: 400px;
  float: right;
  clear:none;
}

#top-sns ul{
  overflow: hidden;
  width: 300px;
  text-align: center;
  margin: auto;
  padding: 15px 0;
}

#top-sns li{
  display: inline-block;
  margin: 0 10px 20px 10px;
}

#top-sns a{
  opacity: 1;
  transition: ease all .3s;
}

#top-sns a:hover{
  opacity: 0.8;
}

/*セカンド*/
#second{
  width: 1000px;
  margin: auto;
  overflow: hidden;
}

#second main{
  float: left;
  width: 670px;
  padding: 0;
}

#second aside{
  padding: 0;
  width: 270px;
  float: right;
}
#sec-title{
  padding: 104px 0 20px 0;
  line-height: 100%;
  background-color: #f7f7f7;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
}

.cat-35 #sec-title{
  color: #4abdca;
}

.cat-33 #sec-title{
  color: #f5a526;
}

.cat-32 #sec-title{
  color: #e669a5;
}

#bread-crumb ul{
  width: 1000px;
  margin: auto;
  overflow: hidden;
}

#bread-crumb li{
  float: left;
  padding: 5px 0 50px 0;
  font-size: 1.2em;
}

#bread-crumb li::after{
  content: ">";
  display: inline-block;
  padding: 0 10px;
  color: #333;
}

#bread-crumb li:last-child::after{
  content: "";
}

#bread-crumb a{
  color: #333;
}

#bread-crumb a:hover{
  text-decoration: underline;
}

#second h1{
  font-size: 1.9em;
  line-height: 125%;
  margin-bottom: 25px;
}

.cat-35 h1 .article-ico{
  background-color: #4abdca;
  line-height: 100%;
  display:inline-block;
  padding: 7px 0;
  width: 160px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 20px;
  margin-bottom: 5px;
}

.cat-33 h1 .article-ico{
  background-color: #f5a526;
  line-height: 100%;
  display:inline-block;
  padding: 7px 0;
  width: 160px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 20px;
  margin-bottom: 5px;
}
.cat-32 h1 .article-ico{
  background-color: #e669a5;
  line-height: 100%;
  display:inline-block;
  padding: 7px 0;
  width: 160px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 20px;
  margin-bottom: 5px;
}

.cat-35 #second h1 .article-date{
  padding: 7px 0 7px 15px;
  display: inline-block;
  font-size: 14px;
  color: #4abdca;
  font-weight: normal;
}

.cat-33 #second h1 .article-date{
  padding: 7px 0 7px 15px;
  display: inline-block;
  font-size: 14px;
  color: #f5a526;
  font-weight: normal;
}

.cat-32 #second h1 .article-date{
  padding: 7px 0 7px 15px;
  display: inline-block;
  font-size: 14px;
  color: #e669a5;
  font-weight: normal;
}

.cat-35 h2,.cat-33 h2,.cat-32 h2{
  clear: both;
  font-size: 1.6em;
  position: relative;
  padding: 0 0 0 20px;
  margin: 30px 0;
}

.cat-35 h2::before,.cat-33 h2::before,.cat-32 h2::before{
  display: block;
  content: "";
  background-color: #4abdca;
  width: 10px;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  left: 0;
}

.cat-35 h2::before{
background-color: #4abdca;
}

.cat-33 h2::before{
background-color: #f5a526;
}
.cat-32 h2::before{
background-color: #e669a5;
}

.cat-35 h3{
  clear: both;
  color: #4abdca;
  font-size: 1.5em;
  margin: 20px 0;
}

.cat-33 h3{
  clear: both;
  color: #f5a526;
  font-size: 1.5em;
  margin: 20px 0;
}

.cat-32 h3{
  clear: both;
  color: #e669a5;
  font-size: 1.5em;
  margin: 20px 0;
}

.cat-35 .box-type1{
  border: 3px solid #4abdca;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 0 30px 0;
}

.cat-33 .box-type1{
  border: 3px solid #f5a526;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 0 30px 0;
}

.cat-32 .box-type1{
  border: 3px solid #e669a5;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 0 30px 0;
}

.writer-pro{
  overflow: hidden;
}
.writer-pro span{
  display: block;
  background-image: url(../images/prof_ico01.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 5px 0 5px 35px;
}

.cat-35 .writer-pro p:nth-child(3){
  color: #4abdca;
  font-weight: bold;
}

.cat-33 .writer-pro p:nth-child(3){
  color: #f5a526;
  font-weight: bold;
}

.cat-32 .writer-pro p:nth-child(3){
  color: #e669a5;
  font-weight: bold;
}
.cat-00 .box-type1 a{
  color: #4abdca;
  text-decoration: underline;
}

.cat-35 .box-type1 a{
  color: #4abdca;
  text-decoration: underline;
}

.cat-33 .box-type1 a{
  color: #f5a526;
  text-decoration: underline;
}

.cat-32 .box-type1 a{
  color: #e669a5;
  text-decoration: underline;
}

.writer-pro p:nth-child(4) {
    color: #4b4b4b;
}

#student-crs{
  background-color: #f7f7f7;
  padding: 15px;
  overflow: hidden;
  color: #4b4b4b;
  border-radius: 10px;
}

#student-crs p{
  background-image: url(../images/prof_ico02.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 5px 0 5px 30px;
}

#student-crs ul{
  overflow: hidden;
}

#student-crs li{
  float: left;
  font-size: 0.95em;
  line-height: 150%;
}

#student-crs li::after{
  display: inline-block;
  padding: 0 15px;
  content: "/";
}

#student-crs li:last-child::after{
  padding: 0;
  content: "";
}

.box-type2{
  border: 3px solid #e5e5e5;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 0 30px 0;
}

.cat-35 .box-type2 h2,.cat-35 .box-type2 h3,.cat-35 .box-type2 h4{
  color: #4abdca;
  font-size: 1.3em;
  padding: 0 0 10px 0;
  margin: 0;
}

.cat-33 .box-type2 h2,.cat-33 .box-type2 h3,.cat-33 .box-type2 h4{
  color: #f5a526;
  font-size: 1.3em;
  padding: 0 0 10px 0;
  margin: 0;
}

.cat-32 .box-type2 h2,.cat-32 .box-type2 h3,.cat-32 .box-type2 h4{
  color: #e669a5;
  font-size: 1.3em;
  padding: 0 0 10px 0;
  margin: 0;
}

.box-type2 h2::before{
  display: none;
}

#rec-navi h2{
  padding: 0;
  text-align: center;
  font-size: 1.4em;
}

#rec-navi h2 span{
  padding: 10px 0;
  display: block;
  font-size: 1.3em;
}
.cat-35 #rec-navi h2 span{
  color: #4abdca;
}

.cat-33 #rec-navi h2 span{
  color: #f5a526;
}

.cat-32 #rec-navi h2 span{
  color: #e669a5;
}

#rec-navi h2::before{
  display: none;
}
#rec-navi figure{
  margin: 0 0 25px 0;
}

#rec-navi a{
  background-image:url(../images/btn_arrow.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  width: 320px;
  margin: 0 auto 50px auto;
  display: block;
  padding: 15px 0;
  line-height: 100%;
  text-align: center;
  color: #fff;
  opacity: 1;
  font-weight: bold;
  border-radius: 30px;
  font-size: 1.2em;
}

#rec-navi a:hover{
  opacity: 0.8;
}

.cat-35 #rec-navi a{
  background-color: #4abdca;
  transition: ease all .3s;
}

.cat-33 #rec-navi a{
  background-color: #f5a526;
  transition: ease all .3s;
}

.cat-32 #rec-navi a{
  background-color: #e669a5;
  transition: ease all .3s;
}

#pickup-area,#ranking-area{
  text-align: center;
  margin: 0 0 50px 0;
}

#pickup-area h2,#ranking-area h2{
  font-size: 0.95em;
  font-weight: normal;
  display: inline-block;
  border-bottom: 3px solid #d2d2d2;
  padding: 0 0 2px 0;
  margin: 0 0 15px 0;
}

#pickup-area h2::before,#ranking-area h2::before{
  font-size: 1.9em;
  font-weight: bold;
  width: inherit;
  height: inherit;
  padding-right: 5px;
  font-family: 'Quicksand', sans-serif;
  background-color: inherit;
  position: inherit;
  display: inline-block;
}

#pickup-area h2::before{
  content: "Pick Up";
}
#ranking-area h2::before{
  content: "Ranking";
}

#pickup-area li{
  margin: 0 0 20px 0;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
}

#pickup-area li a{
  margin: 0;
  display: block;
  opacity: 1;
  transition: ease all .3s;
  background-color: #f7f7f7;
  overflow: hidden;
  padding-bottom: 10px;
  border-radius: 0 0 10px 10px;
  color: #333;
  text-align: left;
}

#pickup-area li a:hover{
  opacity: 0.8;
}

#pickup-area p{
  padding: 10px 15px 0 15px;
  margin: 0;
  line-height: 150%;
  font-size: 1.3em;
}

#ranking-area li{
  text-align: left;
  border-bottom:1px dashed #e0e0e0;
  margin: 0;
  padding: 0;
  clear: both;
}

#ranking-area a{
  display:block;
  padding: 15px 0 10px 0;
  overflow: hidden;
  position: relative;
  color: #333;
  font-size: 1.15em;
}

#ranking-area a::before{
  display: block;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  position: absolute;
  top: 5px;
  text-align: center;
  padding-top: 5px;
  line-height: 100%;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 11px;
  left: 0;
}

#ranking-area li:nth-child(1) a::before{
  background-color: #ccaa22;
  content: "1";
}
#ranking-area li:nth-child(2) a::before{
  background-color: #bcbcbc;
  content: "2";
}
#ranking-area li:nth-child(3) a::before{
  background-color: #b47858;
  content: "3";
}
#ranking-area li:nth-child(4) a::before{
  background-color: #7ad2dd;
  content: "4";
}
#ranking-area li:nth-child(5) a::before{
  background-color: #7ad2dd;
  content: "5";
}
#ranking-area p{
  float: right;
  padding: 0;
  width: 150px;
}

#ranking-area div{
  float: left;
  width: 110px;
}

#bnr-area{
  overflow: hidden;
  text-align: center;
  margin-bottom: 120px;
}

#bnr-area li{
  padding: 15px 15px 0 15px;
  display: inline-block;
}

#bnr-area li a{
  opacity: 1;
  transition: ease all .3s;
}

#bnr-area li a:hover{
  opacity: 0.8;
}

#bnr-area li:nth-child(1){
  padding-left: 0;
}

/*greenここから*/
.theme-green h2::before{
background-color:#60a631;
}

.theme-green h3{
  clear: both;
  color: #60a631;
  font-size: 1.5em;
  margin: 20px 0;
}

.theme-green h2::before{
  display: block;
  content: "";
  background-color: #60a631;
  width: 10px;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  left: 0;
}

.theme-green h2{
  clear: both;
  font-size: 1.6em;
  position: relative;
  padding: 0 0 0 20px;
  margin: 30px 0;
}

.theme-green ul.type3 li::before{
  color: #60a631;
}

.theme-green ul.type1 li{
  background-image: url(../images/list_ico2b.png);
}
.theme-green ul.type2 li{
  background-image: url(../images/list_ico2.png);
}

.theme-green ul.type1 li a{
  color:#333;
}

.theme-green #sec-title{
  color: #60a631;
}

.theme-green h1 .article-ico{
  background-color: #60a631;
  line-height: 100%;
  display:inline-block;
  padding: 7px 0;
  width: 160px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 20px;
  margin-bottom: 5px;
}

.theme-green #second h1 .article-date{
  padding: 7px 0 7px 15px;
  display: inline-block;
  font-size: 14px;
  color: #60a631;
  font-weight: normal;
}

.theme-green .box-type1{
  border: 3px solid #60a631;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 0 30px 0;
}

.theme-green #rec-navi a{
  background-color: #60a631;
  transition: ease all .3s;
}
.theme-green #rec-navi h2 span{
  color: #60a631;
}

/*blueここから*/
.theme-blue h2::before{
background-color:#57c3ea;
}

.theme-blue h3{
  clear: both;
  color: #57c3ea;
  font-size: 1.5em;
  margin: 20px 0;
}

.theme-blue h2::before{
  display: block;
  content: "";
  background-color: #57c3ea;
  width: 10px;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  left: 0;
}

.theme-blue h2{
  clear: both;
  font-size: 1.6em;
  position: relative;
  padding: 0 0 0 20px;
  margin: 30px 0;
}

.theme-blue ul.type3 li::before{
  color:#57c3ea;
}

.theme-blue ul.type1 li{
  background-image: url(../images/list_ico1b.png);
}
.theme-blue ul.type2 li{
  background-image: url(../images/list_ico1.png);
}

.theme-blue ul.type1 li a{
  color:#333;
}

.theme-blue #sec-title{
  color: #57c3ea;
}

.theme-blue h1 .article-ico{
  background-color: #57c3ea;
  line-height: 100%;
  display:inline-block;
  padding: 7px 0;
  width: 160px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 20px;
  margin-bottom: 5px;
}

.theme-blue #second h1 .article-date{
  padding: 7px 0 7px 15px;
  display: inline-block;
  font-size: 14px;
  color:#57c3ea;
  font-weight: normal;
}

.theme-blue .box-type1{
  border: 3px solid #57c3ea;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 0 30px 0;
}

.theme-blue #rec-navi a{
  background-color:#57c3ea;
  transition: ease all .3s;
}
.theme-blue #rec-navi h2 span{
  color:#57c3ea;
}
/*blueここまで*/

/*recruit.html*/
.recruit-member-prof {
background-color: #ecf7f8;
padding: 20px 20px 0 20px;
margin: 0 0 50px 0;
height:340px;
}

.recruit-member-prof figure.img-right{
	margin-bottom: 10px;
}

#recruit-member .recruit-member-prof h3 {
margin: 0 0 20px 0;
padding: 3px 0;
font-size: 1.3em;
font-weight: bold;
line-height: 100%;
color: #40b1bf;
background: none;
}

#recruit-member .recruit-name {
color: #40b1bf;
line-height: 150%;
margin: 0;
font-weight: bold;
}

.link-txt {
background-image: url(../images/list_ico5b.png);
background-repeat: no-repeat;
background-position: 0 50%;
display: block;
padding: 0 0 0 18px;
}

.link-txt:hover{
text-decoration:underline;
}

.recruit-box .school-btn{
float: right;
margin-right: 35px;
}

.school-btn{
background-color: #60a631;
transition:ease all .3s;
  width: 240px;
  margin: 0 auto 20px;
  display: block;
  padding: 16px 3px 3px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  opacity: 1;
  font-weight: bold;
  border-radius: 30px;
  font-size: 1em;
height:55px;
border:solid 2px #60a631;
box-sizing:border-box;
}

.recruit-button a:hover{
background-color:#fff;
color:#60a631;
}

/*about.html*/
.theme-green .m-top{
	clear:both;
}

/*school.html*/
#school-couse p{
font-size: 1.5em;
float: left;
margin: 0;
padding: 40px 0 40px 20px;
}

#school-couse a{
font-size:0.9em;
line-height: 120%;
}

#school-couse > li:nth-child(1) ,
#school-couse > li:nth-child(1) p,
#school-couse > li:nth-child(1) a{
color: #f79e23;
background-color: #fff5e2;
border-radius: 10px;
display: block;
}

#school-couse > li:nth-child(2) ,
#school-couse > li:nth-child(2) p,
#school-couse > li:nth-child(2) a{
color: #30a1d1;
background-color: #eef6fa;
border-radius: 10px;
display: block;
}

#school-couse > li:nth-child(3) ,
#school-couse > li:nth-child(3) p,
#school-couse > li:nth-child(3) a{
color: #6aba2f;
background-color: #e2f8cc;
border-radius: 10px;
display: block;
}

#school-couse li{
float: left;
height: 130px;
}

#school-couse > li{
clear: both;
width: 100%;
margin-bottom: 20px;
}

#school-couse ul{
overflow: hidden;
float: right;
width: 420px;
text-align: center;
}

#school-couse ul li a{
width: 140px;
height: 30px;
padding-top: 63px;
margin-top: 20px;
background-repeat: no-repeat;
background-position: top center;
display: block;
}

#school-couse > li:nth-child(1) li:nth-child(1) a{
background-image: url(../../images/school_ico01.png);
}

#school-couse > li:nth-child(1) li:nth-child(2) a{
background-image: url(../../images/school_ico02.png);
}

#school-couse > li:nth-child(1) li:nth-child(3) a{
background-image: url(../../images/school_ico03.png);
}

#school-couse > li:nth-child(2) li:nth-child(1) a{
background-image: url(../../images/school_ico04.png);
}

#school-couse > li:nth-child(2) li:nth-child(2) a{
background-image: url(../../images/school_ico05.png);
}

#school-couse > li:nth-child(2) li:nth-child(3) a{
background-image: url(../../images/school_ico06.png);
}

#school-couse > li:nth-child(3) li:nth-child(1) a{
background-image: url(../../images/school_ico07.png);
}

#school-couse > li:nth-child(3) li:nth-child(2) a{
background-image: url(../../images/school_ico08.png);
}

#school-couse > li:nth-child(3) li:nth-child(3) a{
background-image: url(../../images/school_ico09.png);
}


#school-graduate{
overflow:hidden;
}

#school-graduate li{
float: left;
margin: 0 30px 30px 0;
width: 266px;
border-radius: 7px;
border: solid 2px #dcdcdc;
padding: 20px 25px;
}

#school-graduate li .roll-over p{
color:#545454;
}

#school-graduate p{
margin: 0;
padding: 0;
}

#school-graduate li a span:nth-child(3){
color: #333;
font-size: 1.2em;
}

#school-graduate li:nth-child(1) a span:nth-child(3){
color: #ff8a65;
}

#school-graduate li:nth-child(2) a span:nth-child(3){
color: #81C784;
}

#school-graduate li:nth-child(3) a span:nth-child(3){
color: #4DB6AC;
}

#school-graduate li:nth-child(4) a span:nth-child(3){
color: #F06292;
}

#school-graduate li:nth-child(2n){
margin-right: 0;
}

#school-graduate li a span:nth-child(2){
color: #ffff;
display: block;
border-radius: 20px;
width: 150px;
text-align: center;
margin: 20px 0 10px;
font-size: 0.9em;
}

#school-graduate li:nth-child(1) a span:nth-child(2){
background-color: #ff8a65;
}
#school-graduate li:nth-child(2) a span:nth-child(2){
background-color: #81C784;
}

#school-graduate li:nth-child(3) a span:nth-child(2){
background-color: #4DB6AC;
}

#school-graduate li:nth-child(4) a span:nth-child(2){
background-color: #F06292;
}

.school-btn{
padding: 16px 3px 3px;
font-size: 1em;
}

.theme-blue #second main section .school-btn{
background-color: #57c3ea;
transition:ease all .3s;
  width: 240px;
  margin: 0 auto 20px;
  display: block;
  line-height: 100%;
  text-align: center;
  color: #fff;
  opacity: 1;
  font-weight: bold;
  border-radius: 30px;
height:50px;
border:solid 2px #57c3ea;
box-sizing:border-box;
}

.theme-blue #second main section .school-btn:hover{
background-color:#fff;
color:#57c3ea;
}

/*lesson area*/
.lesson-area{
margin: 80px 0;
}

.lesson-area h2{
text-align:center;
line-height: 120%;
}

.theme-green  .lesson-area h2::before,.theme-blue  .lesson-area h2::before{
background:none;
}

.lesson-area h2 span{
font-size: 1.2em;
}

.lesson-area span{
display: block;
color: #4abdca;
}

.lesson-area ul{
width: 670px;
margin: auto;
overflow: hidden;
padding: 10px 0 50px 0;
}

.lesson-area li {
width: 300px;
}

.lesson-area li:first-child {
margin-right: 30px;
float: left;
}

.lesson-area li:last-child {
float: right;
}

.lesson-area li:first-child a {
border: solid 2px #57c3ea;
background-color: #57c3ea;
}

.lesson-area li:last-child a {
border: solid 2px #f5a526;
background-color: #f5a526;
}

.lesson-area li a {
border-radius: 30px;
display: block;
text-align: center;
padding: 10px;
font-size: 1.4em;
color: #fff;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 93% center;
transition: all ease 0.2s;
}

.lesson-area li:first-child a:hover {
border: solid 2px #57c3ea;
background-color: #fff;
color: #57c3ea;
}

.lesson-area li:last-child a:hover {
border: solid 2px #f5a526;
background-color: #fff;
color: #f5a526;
}

/*about.html*/
.theme-green .box-type2 span{
color: #51b9c5;
font-size: 18px;
line-height: 100%;
padding-top: 5px;
margin-bottom:20px;
display: inline-block;
font-weight: bold;
}

.theme-green  .box-type2{
overflow: hidden;
}

.theme-green  .m-top .img-left{
margin-bottom: 40px;
}

#second figcaption{
margin-bottom: 2em;
}
#about-service {
overflow: hidden;
}

#about-service li {
width: 185px;
padding: 0 15px;
float: left;
font-size: 0.8em;
background-position: 50% 73px;
background-repeat: no-repeat;
}

#about-service .about-list-h {
font-size: 1.3em;
font-weight: bold;
text-align: center;
height: 53px;
box-sizing: border-box;
line-height: 150%;
padding-top: 20px;
margin: 0 0 100px 0;
}

#about-service .about-list-h2 {
font-size: 1.3em;
font-weight: bold;
text-align: center;
line-height: 150%;
height: 53px;
box-sizing: border-box;
padding-top: 5px;
margin: 0 0 100px 0;
}

.about-txt {
min-height: 9em;
}

#about-service li:nth-child(1) {
background-image: url(../../images/about_ico01.png);
}

#about-service li:nth-child(2) {
background-image: url(../../images/about_ico02.png);
}

#about-service li:nth-child(3) {
background-image: url(../../images/about_ico03.png);
}

#about-service li:nth-child(4) {
background-image: url(../../images/about_ico04.png);
}

#about-service li:nth-child(5) {
background-image: url(../../images/about_ico05.png);
}

#about-service li:nth-child(6) {
background-image: url(../../images/about_ico06.png);
}

#about-service li:nth-child(6) a{
width: 150px;
height: 30px;
padding: 6px;
margin-top: 10px;
}

.about-table td span{
text-align: center;
font-size: 1.4em;
}

#about-service-aten{
color: #545454;
font-size: 0.9em;
line-height: 150%;
}

.about-logo{
padding: 30px 0;
}

#about-service .school-btn{
background-color:#51b9c5;
transition:ease all .3s;
  width: 240px;
  margin: 0 auto 20px;
  display: block;
  padding: 16px 3px 3px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  opacity: 1;
  font-weight: bold;
  border-radius: 30px;
  font-size: 1em;
height:55px;
border:solid 2px #51b9c5;
box-sizing:border-box;
}

#about-service .school-btn:hover{
	background-color:#fff;
	color:#51b9c5;
}

section table.about-table td,section table.about-table th{
text-align:center;
}
/*nquiry.html*/

.theme-green #second .type1 li a{
color:#60a631;
}

.theme-green #second .type1 li a:hover{
text-decoration:underline;
}

/*login.html*/
#login-page #login-box{
border: solid 4px #40b1bf;
border-radius: 7px;
width: 690px;
margin: 60px auto 100px;
}

#login-page h1{
background-color: #40b1bf;
text-align: center;
color: #fff;
font-size: 24px;
padding: 15px;
}

#login-page #login-box p{
width: 500px;
margin: 20px auto 20px;
}

#login-page table{
width: 50%;
margin: 0 auto 30px;
}

#login-page table th{
color: #40b1bf;
height: 45px;
}

#login-page table th,#login-page table td{
font-size: 18px;
}
#login-page table input{
border: solid 2px #b5b5b5;
border-radius: 7px;
padding: 8px;
}

#login-page table input[type="submit"]{
margin-top: 30px;
background-color: #d94c28;
border:solid 2px #d94c28;
border-radius: 7px;
color: #fff;
font-size: 20px;
font-weight: bold;
padding: 10px 70px;
transition: ease all .3s;
}

#login-page table input[type="submit"]:hover{
background-color: #fff;
color: #d94c28;
}
















}