@media screen and (max-width: 736px){

html{
font-size: 62.5%;
-webkit-text-size-adjust: none;
}

body{
font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
font-size:1.3rem;
margin:0;
padding:0;
}

#my-analytics {
height: 1px;
width: 1px;
}

body,
h1,
h2,
h3,
ul,
ol,
li,
figure{
margin: 0;
padding: 0;
}

section,nav,article,figure,aside,header,footer,main{
display: block;
}

section{
clear:both;
overflow:hidden;
margin:0 0 35px 0;
}

main{
line-height:170%;
font-size:1.6rem;
}

ul{
list-style-type:none;
overflow:hidden;
}

p{
margin:0;
padding:0 0 1em 0;
}

.wrap p{
margin:0;
padding:0 0 1em 0;
}

a{
color:#0096d1;
text-decoration:none;
}

.pc{
display:none;
}


/*画像*/

img{
border:none;
display:block;
width:100%;
height:auto;
}

.img-left{
width:42%;
float:left;
margin:0 5% 1em 0;
}

.img-right{
width:42%;
float:right;
margin:0 0 1em 5%;
}

.img-right-s{
width:25%;
float:right;
margin:0 0 1em 3%;
padding:0;
}

.img-large{
margin-bottom: 15px;
}

.img-large img{
  display: block;
  border-radius: 10px;
}

/*配置*/

.txt-center{
text-align:center;
}

.txt-right{
text-align:right;
}

.txt-left{
text-align:left;
}

.txt-red{
color: #d94c28;
}

.dis-block{
display:block;
}

.clr{
clear:both;
}

.udl{
text-decoration: underline;
}

/*テキスト*/

.size-s{
font-size:1.2rem;
line-height:125%;
}

.size-ss{
font-size:1.1rem;
line-height:125%;
}

.txt-student{
color:#4abdca;
}

.txt-school{
color:#57c3ea;
}

.txt-about{
color:#60a631;
}

.txt-event{
color:#e669a5;
}

.txt-industry{
color:#f5a526;
}

.txt-bold{
font-weight:bold;
}

.txt-nomal{
font-weight:normal;
}


/*余白*/

.pd0{
padding:0;
}

.pdb45{
padding-bottom:45px;
}

.pdb20{
padding-bottom:20px;
}
.mgb20{
margin-bottom:20px;
}

.pdt30{
padding-top:30px;
}

.mgb20{
margin-bottom:20px;
}

/*リスト*/

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.9rem;
  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.9rem;
  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;
  box-sizing: border-box;
  text-align: left;
}

table.type1 th{
  background-color: #f3f3f3;
  color: #717171;
}

/*レイアウトテンプレート*/


#logo{
  width: 85px;
  float: left;
  margin: 8px 0 10px 14px;
  position: relative;
  z-index: 1;
}

header{
  width: 100%;
  height: 80px;
  position: fixed;
  background-color:#e0448e ;
  overflow: hidden;
  box-shadow: inset 0 -78px 0 0 #fff;
  background-image:url(../images/header_line1.png),url(../images/header_line2.png),url(../images/header_line3.png);
  background-size: 20% 2px;
  background-position: 25% top,50% top,75% top;
  background-repeat: no-repeat;
  z-index: 2;
}

header::before{
  content: "";
  clear: both;
  display: block;
  height: 2px ;
  background-color: #e54e26;
  width: 20%;
}

#header-navi{
  position: absolute;
  top: 8px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

#login a{
  width: 120px;
  float: right;
  background-color: #d94c28;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 100%;
  padding: 8px 0 0 0;
  height: 27px;
  box-sizing: border-box;
  font-size: 1.4rem;
  border-radius: 20px;
  margin: 0 14px 10px 0;
}

#login a:hover{
  background-color: #fff;
  color: #d94c28;
}

#header-navi ul{
  clear: both;
  height: 35px;
  overflow: hidden;
  background-color: #f7f7f7;
}

#header-navi li{
  float: left;
  width: 20%;
  padding: 0;
}

#header-navi li a{
  display:block;
  text-align: center;
  line-height: 100%;
  color: #333;
  height: 35px;
  box-sizing: border-box;
  font-size: 1.1rem;
  padding-top: 6px;
  position:relative;
}

#header-navi li a::after{
  content: "";
  display: block;
  background-color: #d2d2d2;
  width: 1px;
  height: 27px;
  position: absolute;
  top:4px;
  right: 0;
}

#header-navi li:last-child a::after{
  background-color: inherit;
}

main{
  padding: 80px 0 0 0;
}


#about-ia{
background-image:url(../images/lesson_area.jpg);
background-repeat:repeat-x;
background-position:50% 0;
padding:20px 0;
text-align:center;
margin-bottom: 10px;
}

#about-ia h2{
color:#fff;
height:30px;
font-size:1.7rem;
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.3rem;
text-align: left;
line-height:150%;
width: 92%;
margin: auto;
text-shadow:0 0 2px rgba(0,0,0,0.3);
}

#about-ia a{
display:block;
background-color:#fff;
box-sizing:border-box;
line-height:120%;
letter-spacing: -0.03em;
width:75%;
margin:auto;
border-radius:50px;
color:#1ab7ea;
font-weight:bold;
font-size:1.5rem;
padding:10px 0;
text-decoration:none;
}

#about-ia a:hover{
background-color:#1ab7ea;
color:#fff;
}

#footer-logo{
  float: left;
  width: 30%;
  position: relative;
  z-index: 1;
}

#footer-inner{
  width: 92%;
  margin: auto;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

#footer-navi{
  width: 100%;
  position: absolute;
  overflow: hidden;;
}

#footer-inq{
  float:right;
  background-color: #f5a526;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 8px 0;
  text-align: center;
  width: 130px;
  font-size: 1.5rem;
  line-height: 100%;
  border-radius: 30px;
  border: 2px solid #f5a526;
  position:relative;
}

#footer-navi ul{
  clear: both;
  width: 100%;
  padding: 10px 0;
  top:0;
  overflow: hidden;
  text-align: center;
}

#footer-navi li{
  display:inline-block;
  padding: 10px 0;
  line-height: 100%;
}

#footer-navi li a{
  color: #333;
  display:block;
  padding: 2px 10px;
  font-size: 1.4rem;
  border-left:solid 1px #333;
  text-decoration: none;
}

#footer-navi li a:hover{
  text-decoration: underline;
}

#footer-navi li:first-child a{
  border-left:none;
}

#footer-ia{
  width: 100%;
  clear: both;
  padding: 50px 0 10px 0;
  float: right;
  line-height: 100%;
  font-size: 14px;
  text-align: center;
}

#footer-ia span{
  display:inline-block;
  margin: 5px 0 10px 0;
}

#footer-ia a{
  width: 50%;
  margin:auto;
  display: block;
}

footer p{
  color: #333;
  clear: both;
  background-color: #f7f7f7;
  text-align: center;
  line-height: 100%;
  font-size: 0.9rem;
  padding: 12px 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% 2px;
  background-position: 25% top,50% top,75% top;
  background-repeat: no-repeat;
  position:relative;
  box-shadow: inset 0 -30px 0 0 #f7f7f7;
  height: 32px;
  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;
}

/*トップ*/

#top-main{
  background-image: url(../../images/main.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto 160px;
  height: 160px;
  box-sizing: border-box;
  margin: 20px auto 45px auto;
  padding: 35px 0 0 0;
  width: 92%;
  border-radius: 10px;
}

#top-main-copy{
  width: 220px;
  height: 65px;
  background-color: #fff;
  padding: 15px 0 0 15px;
  box-sizing: border-box;
  text-align:center;
  color: #3b88b0;
  font-size: 1.9rem;
  line-height: 130%;
  margin: auto;
  display:block;
  border-radius: 10px 10px 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: 220px;
  height: 25px;
  background-color: #fff;
  padding: 5px 0 0 0;
  box-sizing: border-box;
  text-align:center;
  color: #333;
  font-size: 1.1rem;
  line-height: 100%;
  margin: auto;
  display:block;
  border-radius: 0 0 10px 10px;
  font-family: 'Quicksand', sans-serif;
}

#top-new,#top-pickup{
  text-align: center;
}

#top-pickup,#top-ranking,#top-sns{
  padding: 20px 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: 1.1rem;
  font-weight: normal;
  color: #454545;
  margin: 0 auto 20px 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.2rem;
  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,#article-list ul{
  width: 92%;
  margin: 0 auto 20px auto;
  overflow: hidden;
}

#top-new a,#article-list a{
  display: block;
  position: relative;
  color: #333;
  overflow: hidden;
  text-align: left;
  padding: 10px 0;
}

#top-new img,#article-list img{
  display: block;
  float: left;
  width: 40%;
  height: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
}

#top-new .list_event span.category,#top-new .list_student span.category,#top-new .list_industry span.category,#article-list .list_event span.category,#article-list .list_student span.category,#article-list .list_industry span.category{
  display: block;
  color: #fff;
  position: absolute;
  top: 10px;
  left:0;
  font-size: 1rem;
  line-height: 100%;
  text-align: center;
  padding: 5px 0;
  width: 80px;
  border-radius: 5px 0 5px 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;
  font-size: 1.3rem;
  padding-left: 10px;
}

#top-new .list_event span,#article-list .list_event span{
  color: #e669a5;
  font-size: 1.3rem;
  padding-left: 10px;
}

#top-new .list_industry span,#article-list .list_industry span{
  color: #f5a526;
  font-size: 1.3rem;
  padding-left: 10px;
}

#top-new p,#article-list p{
  padding: 0;
  line-height: 150%;
  font-size: 1.3rem;
  margin: 0;
  width: 55%;
  float: right;
}

.top-gray-btn{
  width: 75%;
  border: 3px solid #bfbfbf;
  margin: 0 auto 30px auto;
  line-height: 100%;
  color: #8c8c8c;
  text-align: center;
  padding: 10px 0;
  font-size: 1.5rem;
  border-radius: 20px;
  background-image: url(../images/btn_arow1.png);
  background-size: 6px auto;
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

#top-new .top-gray-btn{
  text-align: center;
  color: #8c8c8c;
}

#top-pickup ul{
  width: 94%;
  margin: auto;
  overflow: hidden;
}

#top-pickup li{
  width: 48%;
  float: left;
  margin: 0 1% 10px 1%;
  background-color: #fff;
}

#top-pickup li:nth-child(even){
  margin-right: 0;
}

#top-pickup a img{
  display: block;
  border-radius: 8px 8px 0 0;
}

#top-pickup a p{
  background-color: #f7f7f7;
  box-sizing: border-box;
  color: #333;
  padding: 10px;
  text-align: left;
  line-height: 130%;
  font-size: 1.2rem;
  height:13rem;
  border-radius: 0 0 8px 8px;
}

#top-pickup a p span{
  display: block;
  font-weight: bold;
  font-size: 1.3rem;
  padding-bottom: 3px;
}

#top-pickup a{
  transition: ease all .3s;
  opacity: 1;
}

#top-pickup a:hover{
  opacity: 0.8;
}

#top-ranking{
  width: 92%;
  margin: auto;
  text-align: center;
}

#top-ranking li{
  border-bottom: 2px dotted #d9d9d9;
}

#top-ranking a{
  display: block;
  overflow: hidden;
  padding: 10px 0 10px 50px;
  position: relative;
  color: #333;
  line-height: 150%;
  font-size: 1.2rem;
}

#top-ranking div{
  width: 25%;
  float: left;
}

#top-ranking p{
  width: 70%;
  float:right;
  text-align: left;
}

#top-ranking li a::before{
  display: block;
  color: #fff;
  position: absolute;
  top:50%;
  left: 5px;
  margin-top: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  text-align:center;
  line-height: 100%;
  padding-top: 8px;
  font-size: 1.2rem;
  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: 90%;
  margin: auto;
  text-align: center;
  padding-top: 40px;
}

#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;
}


/*セカンド*/
#second{
  margin: auto;
  overflow: hidden;
}

#second main{
  width: 92%;
  margin: auto;
  padding: 15px 0 0 0;
}

#second aside{
  padding: 0;
}
#sec-title{
  padding: 94px 0 10px 0;
  line-height: 100%;
  background-color: #f7f7f7;
  text-align: center;
  font-size: 1.4rem;
}

.cat-35 #sec-title{
  background-color:#4abdca;
  color: #fff;
}

.cat-33 #sec-title{
  background-color: #f5a526;
  color: #fff;
}

.cat-32 #sec-title{
  background-color: #e669a5;
  color: #fff;
}

#bread-crumb{
  display: none;
}

#second h1{
  font-size: 2.1rem;
  line-height: 125%;
  margin: 0 0 15px 0;
}

.cat-35 h1 .article-ico{
  background-color: #4abdca;
  line-height: 100%;
  display:inline-block;
  padding: 5px 0;
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 1.15rem;
  font-weight: normal;
  border-radius: 20px;
  margin-bottom: 5px;
}

.cat-33 h1 .article-ico{
  background-color: #f5a526;
  line-height: 100%;
  display:inline-block;
  padding: 5px 0;
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 1.15rem;
  font-weight: normal;
  border-radius: 20px;
  margin-bottom: 5px;
}
.cat-32 h1 .article-ico{
  background-color: #e669a5;
  line-height: 100%;
  display:inline-block;
  padding: 5px 0;
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 1.15rem;
  font-weight: normal;
  border-radius: 20px;
  margin-bottom: 5px;
}

.cat-35 #second h1 .article-date{
  padding: 7px 0 7px 10px;
  display: inline-block;
  font-size: 1.2rem;
  color: #4abdca;
  font-weight: normal;
}

.cat-33 #second h1 .article-date{
  padding: 7px 0 7px 10px;
  display: inline-block;
  font-size: 1.2rem;
  color: #f5a526;
  font-weight: normal;
}

.cat-32 #second h1 .article-date{
  padding: 7px 0 7px 10px;
  display: inline-block;
  font-size: 1.2rem;
  color: #e669a5;
  font-weight: normal;
}

.cat-35 h2,.cat-33 h2,.cat-32 h2{
  clear: both;
  font-size: 1.8rem;
  position: relative;
  padding: 0 0 0 15px;
  line-height: 150%;
  margin: 30px 0;
}

.cat-35 h2::before,.cat-33 h2::before,.cat-32 h2::before{
  display: block;
  content: "";
  background-color: #4abdca;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  position: absolute;
  left: 0;
}

.cat-35 h2::before{
background-color: #4abdca;
}

.cat-33 h2::before{
background-color: #f5a526;
}
.cat-35 h2::before{
background-color: #e669a5;
}

.cat-35 h3{
  clear: both;
  color: #4abdca;
  font-size: 1.6rem;
  margin: 20px 0;
  line-height: 150%;
}

.cat-33 h3{
  clear: both;
  color: #f5a526;
  font-size: 1.6rem;
  margin: 20px 0;
  line-height: 150%;
}

.cat-32 h3{
  clear: both;
  color: #e669a5;
  font-size: 1.6rem;
  margin: 20px 0;
  line-height: 150%;
}

.cat-35 .box-type1{
  border: 3px solid #4abdca;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px;
  margin: 0 0 30px 0;
}

.cat-33 .box-type1{
  border: 3px solid #f5a526;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px;
  margin: 0 0 30px 0;
}

.cat-32 .box-type1{
  border: 3px solid #e669a5;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px;
  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 20px;
  background-size: 15px;
}

.cat-35 .writer-pro p:nth-child(3){
  color: #4abdca;
  line-height: 150%;
  font-size: 1.4rem
  font-weight: bold;
}

.cat-33 .writer-pro p:nth-child(3){
  color: #f5a526;
  line-height: 150%;
  font-size: 1.4rem;
  font-weight: bold;
}

.cat-32 .writer-pro p:nth-child(3){
  color: #e669a5;
  line-height: 150%;
  font-size: 1.4rem;
  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-size: auto 14px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 5px 0 5px 20px;
}

#student-crs ul{
  overflow: hidden;
}

#student-crs li{
  float: left;
  font-size: 1.2rem;
  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: 15px;
  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.6rem;
  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.6rem;
  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.6rem;
  padding: 0 0 10px 0;
  margin: 0;
}

.box-type2 h2::before{
  display: none;
}

#rec-navi h2{
  padding: 0;
  text-align: center;
  font-size: 1.5rem;
}

#rec-navi h2 span{
  padding: 0;
  display: block;
  font-size: 1.8rem;
}
.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 20px 0;
}

#rec-navi a{
  background-image:url(../images/btn_arrow.png);
  background-size: auto 7px;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  width: 75%;
  margin: 0 auto 50px auto;
  display: block;
  padding: 12px 0;
  line-height: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  font-size: 1.5rem;
}

.cat-35 #rec-navi a{
  background-color: #4abdca;
}

.cat-33 #rec-navi a{
  background-color: #f5a526;
}

.cat-32 #rec-navi a{
  background-color: #e669a5;
}

#pickup-area,#ranking-area{
  text-align: center;
  margin: 0 0 50px 0;
}

#pickup-area h2,#ranking-area h2{
  font-size: 1.2rem;
  font-weight: normal;
  display: inline-block;
  border-bottom: 3px solid #d2d2d2;
  padding: 0 0 2px 0;
  margin: 0 0 15px 0;
  color: #454545;
}

#pickup-area h2::before,#ranking-area h2::before{
  font-size: 2.2rem;
  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 ul{
  width: 92%;
  margin: auto;
  overflow: hidden;
}

#pickup-area li{
  margin: 0 0 20px 0;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 1%;
  width: 48%;
  float: left;
}

#pickup-area li a{
  margin: 0;
  display: block;
  transition: ease all .3s;
  background-color: #f7f7f7;
  overflow: hidden;
  padding-bottom: 5px;
  border-radius: 0 0 10px 10px;
  color: #333;
  text-align: left;
  line-height: 120%;
  font-size: 1.2rem;
}

#pickup-area p{
  padding: 5px 10px 0 10px;
  margin: 0;
  min-height: 11em;
  line-height: 150%;
}

#pickup-area p.txt-bold{
  min-height: inherit;
}


#ranking-area ul{
  width: 88%;
  margin: auto;
}

#ranking-area li{
  text-align: left;
  border-bottom:1px dashed #e0e0e0;
  margin: 0;
  padding: 0;
  clear: both;
}

#ranking-area a{
  display:block;
  padding: 10px 0 10px 40px;
  overflow: hidden;
  position: relative;
  color: #333;
  font-size: 1.15em;
}

#ranking-area a::before{
  display: block;
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  text-align: center;
  padding-top: 8px;
  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;
  font-size: 1.3rem;
  line-height: 125%;
  width: 65%;
}

#ranking-area div{
  float: left;
  width: 30%;
}

#bnr-area{
  overflow: hidden;
  text-align: center;
  width: 60%;
  margin: 0 auto 50px auto;
}

#bnr-area li{
  padding: 10px 10px 0 10px;
  width: 30px;
  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;
  width: 100%;
}

.theme-green #sec-title{
background-color:#60a631;
color:#fff;
}

.theme-blue #sec-title{
background-color:#57c3ea;
color:#fff;
}

.theme-green ul.type1 li{
  background-image: url(../images/list_ico2b.png);
}

.theme-blue ul.type1 li{
  background-image: url(../images/list_ico5b.png);
}

.theme-green ul.type2 li{
  background-image: url(../images/list_ico2.png);
}

.theme-blue ul.type2 li{
  background-image: url(../images/list_ico5.png);
}

ul.type3 li::before{
  content: "●";
  font-size: 0.9rem;
  display: inline-block;
  padding: 0 3px;
  margin-right: 2px;
}

.theme-green ul.type3 li::before{
  color: #60a631;
}

.theme-blue ul.type3 li::before{
  color: #57c3ea;
}

.theme-green h1 .article-ico{
  background-color: #60a631;
  line-height: 100%;
  display:inline-block;
  padding: 5px 0;
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 1.15rem;
  font-weight: normal;
  border-radius: 20px;
  margin-bottom: 5px;
}

.theme-blue h1 .article-ico{
  background-color: #57c3ea;
  line-height: 100%;
  display:inline-block;
  padding: 5px 0;
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 1.15rem;
  font-weight: normal;
  border-radius: 20px;
  margin-bottom: 5px;
}

.theme-green h2::before,.theme-blue h2::before{
  display: block;
  content: "";
  background-color: #4abdca;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  position: absolute;
  left: 0;
}

.theme-green h2::before{
background-color:#60a631;
}

.theme-blue h2::before{
background-color:#57c3ea;
}

.theme-green #second h1 .article-date{
  padding: 7px 0 7px 10px;
  display: inline-block;
  font-size: 1.2rem;
  color: #60a631;
  font-weight: normal;
}

.theme-blue #second h1 .article-date{
  padding: 7px 0 7px 10px;
  display: inline-block;
  font-size: 1.2rem;
  color: #57c3ea;
  font-weight: normal;
}

.theme-green h2,.theme-blue h2{
  clear: both;
  font-size: 1.8rem;
  position: relative;
  padding: 0 0 0 15px;
  line-height: 150%;
  margin: 30px 0;
}

.theme-green h3{
  clear: both;
  color: #60a631;
  font-size: 1.6rem;
  margin: 20px 0;
  line-height: 150%;
}

.theme-green .box-type1{
  border: 3px solid #60a631;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px;
  margin: 0 0 30px 0;
}

.theme-blue h3{
  clear: both;
  color: #57c3ea;
  font-size: 1.6rem;
  margin: 20px 0;
  line-height: 150%;
}

.theme-blue .box-type1{
  border: 3px solid #57c3ea;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px;
  margin: 0 0 30px 0;
}

.theme-blue .writer-pro p:nth-child(3){
  color: #57c3ea;
  line-height: 150%;
  font-size: 1.4rem;
  font-weight: bold;
}

.theme-green .box-type1 a{
  color:#60a631;
  text-decoration: underline;
}

.theme-blue .box-type1 a{
  color:#57c3ea;
  text-decoration: underline;
}

.theme-green .box-type2 h2,.theme-green .box-type2 h3,.theme-green .box-type2 h4{
  color: #60a631;
  font-size: 1.6rem;
  padding: 0 0 10px 0;
  margin: 0;
}

.theme-blue .box-type2 h2,.theme-blue .box-type2 h3,.theme-blue .box-type2 h4{
  color: #57c3ea;
  font-size: 1.6rem;
  padding: 0 0 10px 0;
  margin: 0;
}

.theme-green #rec-navi h2 span{
  color: #60a631;
}

.theme-blue #rec-navi h2 span{
  color: #57c3ea;
}

.theme-green #rec-navi a{
  background-color: #60a631;
}

.theme-blue #rec-navi a{
  background-color: #57c3ea;
}

/*school.html*/

#school-couse p{
font-size: 1.5em;
margin: 0;
text-align: center;
padding: 10px;
}

#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: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 li:nth-child(2n){
margin-right: 0;
}

#school-graduate li a span:nth-child(2){
color: #ffff;
display: block;
border-radius: 20px;
width: 70%;
text-align: center;
margin: 20px 0 10px;
}

#school-graduate li .roll-over p{
color:#545454;
}

.school-btn{
background-color: #57c3ea;
color: #fff;
padding: 11px 3px 3px;
text-align: center;
width: 70%;
margin: 0 auto 20px;
display: block;
border-radius: 30px;
line-height: 120%;
height: 50px;
box-sizing: border-box;
border: solid 2px #57c3ea;
transition: all ease 0.2s;
font-size: 1.2em;
}

/*recruit.html*/
.recruit-member-prof {
background-color: #ecf7f8;
padding: 20px 20px 0 20px;
margin: 0 0 50px 0;
overflow: hidden;
}
#recruit-member .recruit-member-prof .recruit-txt p{
float:left;
}
#recruit-member .recruit-member-prof h3 {
margin: 0 0 20px 0;
padding: 3px 0 3px 8px;
font-size: 1.6rem;
font-weight: bold;
border-left: 5px solid #40b1bf;
line-height: 100%;
color: #545454;
background: none;
}

#recruit-member .recruit-name {
color: #40b1bf;
line-height: 150%;
font-size: 1.4rem;
margin: 0;
font-weight: bold;
}

.link-txt {
background-image: url(../images/ico_sp01.png);
background-repeat: no-repeat;
background-position: 0 50%;
background-size: 7px 12px;
display: block;
line-height: 100%;
padding: 0 0 0 12px;
}

/*about.html*/

.theme-green #second table.about-table td{
	text-align:center;
}

.box-type2 span {
    color: #51b9c5;
    font-size: 1.2em;
    line-height: 100%;
    padding-top: 5px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: bold;
}s

#main_left #school-couse p{
font-size: 1.5em;
margin: 0;
text-align: center;
padding: 10px;
}


#main_left #school-couse a{
font-size:0.9em;
line-height: 120%;
}

#school-couse li{
float: left;
width: 33%;
}

#school-couse > li{
clear: both;
width: 100%;
margin-bottom: 25px;
}

#school-couse ul{
overflow: hidden;
text-align: center;
min-height: 110px;
}

#school-couse ul li a{
min-width: 100px;
height: 30px;
padding-top: 63px;
background-repeat: no-repeat;
background-position: top center;
display: block;
}

#school-graduate{
overflow:hidden;
}

#school-graduate li{
float: left;
border-radius: 7px;
border: solid 2px #dcdcdc;
width: 43%;
margin: 0 2% 20px 0;
padding: 2%;
min-height: 20em;
}

#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: 70%;
text-align: center;
margin: 20px 0 10px;
}

#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;
}

#main_left .bohr-pro{
margin: 30px auto 0;
}

#about-service {
overflow: hidden;
}

#about-service li {
width: 47%;
box-sizing: border-box;
padding: 0 4%;
float: left;
font-size: 0.8em;
background-position: 50% 60px;
background-size: auto 32px;
background-repeat: no-repeat;
min-height: 16em;
}

#about-service .about-list-h {
font-size: 1.5rem;
font-weight: bold;
text-align: center;
height: 53px;
box-sizing: border-box;
line-height: 150%;
padding-top: 15px;
margin: 0 0 60px 0;
}

#about-service .about-list-h2 {
font-size: 1.5rem;
font-weight: bold;
text-align: center;
line-height: 150%;
height: 53px;
box-sizing: border-box;
padding-top: 5px;
margin: 0 0 60px 0;
}

#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{
height: 30px;
margin-top: 10px;
padding: 4px;
}

.about-table td {
    text-align: center;
    font-size: 1.4em;
}

#about-service-aten{
color: #545454;
font-size: 0.9em;
line-height: 150%;
}

.about-logo{
padding: 30px 0;
width: 50%;
margin: 0 auto;
}

#recruit-member .recruit-member-prof h3 {
margin: 0 0 20px 0;
padding: 3px 0 3px 8px;
font-size: 1.6rem;
font-weight: bold;
border-left: 5px solid #40b1bf;
line-height: 100%;
color: #545454;
background: none;
}

#recruit-member .recruit-name {
color: #40b1bf;
line-height: 150%;
font-size: 1.4rem;
margin: 0;
font-weight: bold;
}

/*lesson area*/
.lesson-area{
margin: 80px auto;
width: 92%;
}

.lesson-area h2{
color: #333;
font-weight: bold;
font-size: 1.2em;
margin-bottom: 20px;
line-height: 150%;
text-align: center;
}

.lesson-area h2 span{
font-size: 1.2em;
}

.lesson-area span{
display: block;
color: #4abdca;
}

.lesson-area ul{
margin: auto;
overflow: hidden;
padding: 10px 0 40px 0;
}

.lesson-area li {
width: 49%;
}

.lesson-area li:first-child {
margin-right: 2%;
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: 6px;
font-size: 0.9em;
color: #fff;
}

.lesson-area h2::before{
	background:none;
}

/*nquiry.html*/

.theme-green #second .type1 li a{
color:#60a631;
}

/*login.html*/
#login-page #login-box{
border: solid 4px #40b1bf;
border-radius: 7px;
margin: 20px auto 20px;
width: 90%;
}

#login-page h1{
background-color: #40b1bf;
text-align: center;
color: #fff;
font-size: 2rem;
padding: 15px;
}

#login-page #login-box p{
width: 80%;
margin: 20px auto 20px;
}

#login-page table{
width: 90%;
margin: 0 auto 30px;
}

#login-page table th{
color: #40b1bf;
}

#login-page table th,#login-page table td{
}
#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;
}

}
