@charset "UTF-8";
html {
  font-size: 14px; }

body {
  font-size: 1.07rem;
  color: #333;
  font-family: Meiryo, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
  line-height: 1.8em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 360px; }

a {
  color: #12b5eb;
  text-decoration: none; }

a:hover, a:active, a:visited {
  color: #12b5eb; }

a:hover {
  text-decoration: underline; }

.bold { font-weight: bold;
  color: #3c3939; }

.pc a:hover img {
  opacity: 0.7; }

.sp a:not(.boxer):hover img {
  opacity: 0.7; }

a:focus, *:focus {
  outline: none; }

/* マージン設定 */
.m15 {
  margin-top: 15px !important; }

.m30 {
  margin-top: 30px !important; }

img {
  max-width: 100%;
  height: auto; }

.btn-box {
  text-align: center; }

.fa {
  text-decoration: inherit; }

.obli {
  font-style:oblique;}

a.btn-pink, button.btn-pink {
  display: inline-block;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #e54350;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  -moz-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
  background: -moz-linear-gradient(top, #ed6578 0%, #ed6578 50%, #e54350 50%, #e54350);
  background: -webkit-gradient(linear, left top, left bottom, from(#ed6578), color-stop(0.5, #ed6578), color-stop(0.5, #e54350), to(#e54350));
  background: -ms-linear-gradient(top, #ed6578 0%, #ed6578 50%, #e54350 50%, #e54350);
  text-shadow: -1px -1px 2px #e54350, 1px -1px 2px #e54350, 1px 1px 2px #e54350, -1px 1px 2px #e54350; }

/* レイアウト */
.container {
  width: 960px; }

#header {
  background-color: #fafafb;
  min-height: 40px;
}

#header .container {
  position: relative;
}

#header p {
  font-size: 1rem;
}

#header #header-logo {
  width: 130px;
  float: left;
  margin: 0 20px 0 0;
}

#header #header-logo img {
  vertical-align: bottom;
}

#header #header-copy, #header #user-name, #header #point {
  color: #754947;
  float: left;
  margin: 15px 0 0 0;
  line-height: 1;
}

#header #header-copy .num, #header #header-copy .name, #header #user-name .num, #header #user-name .name, #header #point .num, #header #point .name {
  font-size: 1.28571rem;
}

#header #header-copy .attention, #header #user-name .attention, #header #point .attention {
  font-size: 0.85714rem;
}

#header #point {
  float: right;
  margin-right: 10px;
}

#header #header-menu {
  float: right;
}

#header #header-menu ul {
  padding: 0;
  margin: 0;
}

#header #header-menu li {
  list-style: none;
  display: inline-block;
}

#header #header-menu li a {
  width: 130px;
  display: block;
  border-radius: 0 0 5px 5px;
  line-height: 35px;
  color: #fff;
  text-align: center;
}

#header #header-menu li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#header #btn-smenu-R a, #header #btn-login a {
  background:-moz-linear-gradient(top,#16c4ee 0%,#16c4ee 50%,#0fa6e7 50%,#0fa6e7);
  background:-webkit-gradient(linear,left top,left bottom,from(#16c4ee),color-stop(0.5,#16c4ee),color-stop(0.5,#0fa6e7),to(#0fa6e7));
  background:-ms-linear-gradient(top,#16c4ee 0%,#16c4ee 50%,#0fa6e7 50%,#0fa6e7);
  text-shadow: -1px -1px 2px #0fa6e7,1px -1px 2px #0fa6e7,1px 1px 2px #0fa6e7,-1px 1px 2px #0fa6e7;
}

#header #btn-register a {
  background:-moz-linear-gradient(top,#ed6578 0%,#ed6578 50%,#e54350 50%,#e54350);
  background:-webkit-gradient(linear,left top,left bottom,from(#ed6578),color-stop(0.5,#ed6578),color-stop(0.5,#e54350),to(#e54350));
  background:-ms-linear-gradient(top,#ed6578 0%,#ed6578 50%,#e54350 50%,#e54350);
  text-shadow: -1px -1px 2px #e54350,1px -1px 2px #e54350,1px 1px 2px #e54350,-1px 1px 2px #e54350;
}

#header #btn-smenu-L a {
  background:-moz-linear-gradient(top,#0998e0 0%,#0998e0 50%,#2c67cc 50%,#2c67cc);
  background:-webkit-gradient(linear,left top,left bottom,from(#0998e0),color-stop(0.5,#0998e0),color-stop(0.5,#2c67cc),to(#2c67cc));
  background:-ms-linear-gradient(top,#0998e0 0%,#0998e0 50%,#0fa6e7 50%,#2c67cc);
  text-shadow: -1px -1px 2px #2c67cc,1px -1px 2px #0fa6e7,1px 1px 2px #0fa6e7,-1px 1px 2px #2c67cc;
}

#header #btn-smenu-L a, #header #btn-smenu-R a {
  line-height: 35px;
  color: #fff;
  text-align: center;
  display: block;
}

#header #login-header {
  padding-right: 175px;
}

#header #header-pd {
  position: absolute;
  right: 15px;
  top: 0;
}

#header #header-pd a#btn-pd {
  width: 175px;
  display: block;
  border-radius: 0 0 5px 5px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background:-moz-linear-gradient(top,#16c4ee 0%,#16c4ee 50%,#0fa6e7 50%,#0fa6e7);
  background:-webkit-gradient(linear,left top,left bottom,from(#16c4ee),color-stop(0.5,#16c4ee),color-stop(0.5,#0fa6e7),to(#0fa6e7));
  background:-ms-linear-gradient(top,#16c4ee 0%,#16c4ee 50%,#0fa6e7 50%,#0fa6e7);
  text-shadow: -1px -1px 2px #0fa6e7,1px -1px 2px #0fa6e7,1px 1px 2px #0fa6e7,-1px 1px 2px #0fa6e7;
}

#header #header-pd a#btn-pd i {
  font-size: 1.57143rem;
  vertical-align: middle;
}

#header #header-pd a#btn-pd:hover {
  opacity: 0.7;
  text-decoration: none;
}

#header #header-pd a#btn-pd:focus {
  text-decoration: none;
}

#header #head-right {
  float: right;
}

#header .dropdown:hover > ul.dropdown-menu {
  display: block;
}

#header #pd-menu {
  width: 175px;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 100;
}

#header #pd-menu li.teacher a {
  background: url(../images/sm-teacher.png) -3px center no-repeat #2c67cc;
  background-size: 40px auto;
}

#header #pd-menu li.plan a {
  background: url(../images/sm-plan.png) -3px center no-repeat #2c67cc;
  background-size: 40px auto;
}

#header #pd-menu li.about a {
  background: url(../images/sm-about-w.png) -3px center no-repeat #2c67cc;
  background-size: 40px auto;
}

#header #pd-menu li.flow a {
  background: url(../images/sm-flow.png) -3px center no-repeat #2c67cc;
  background-size: 40px auto;
}

#header #pd-menu li.price a {
  background: url(../images/sm-price.png) -3px center no-repeat #2c67cc;
  background-size: 40px auto;
}

#header #pd-menu li.manual a {
  background: url(../images/sm-manual.png) -3px center no-repeat #2c67cc;
  background-size: 40px auto;
}

#header #pd-menu li.contents a {
  background: url(../images/sm-contents.png) -3px center no-repeat #2c67cc;
  background-size: 40px auto;
}

#header #pd-menu li.material a {
  background: url(../images/sm-material.png) -3px center no-repeat #2c67cc;
  background-size: 40px auto;
}

#header #pd-menu li.voice a {
  background: url(../images/sm-voice.png) -3px center no-repeat #2c67cc;
  background-size: 40px auto;
}

#header #pd-menu li.faq a {
  background: url(../images/sm-faq.png) -3px center no-repeat #2c67cc;
  background-size: 40px auto;
}

#header #pd-menu li.contact a {
  background: url(../images/sm-contact.png) -3px center no-repeat #2c67cc;
  background-size: 40px auto;
}

#header #pd-menu li.mypage a {
  background: url(../images/sm-mypage.png) -3px center no-repeat #2c67cc;
  background-size: 40px auto;
}

#header #pd-menu li.reserve a {
  background: url(../images/sm-reserve.png) -3px center no-repeat #2c67cc;
  background-size: 40px auto;
}

#header #pd-menu li.from-cal a {
  background: url(../images/sm-from-cal.png) -3px center no-repeat #2c67cc;
  background-size: 40px auto;
}

#header #pd-menu li.from-teacher a {
  background: url(../images/sm-from-teacher.png) -3px center no-repeat #2c67cc;
  background-size: 40px auto;
}

#header #pd-menu li.favorite a {
  background: url(../images/sm-favorite.png) -3px center no-repeat #2c67cc;
  background-size: 40px auto;
}

#header #pd-menu li.order-point a {
  background: url(../images/sm-order-point.png) -3px center no-repeat #2c67cc;
  background-size: 40px auto;
}

#header #pd-menu li.lesson-list a {
  background: url(../images/sm-lesson-list.png) -3px center no-repeat #2c67cc;
  background-size: 40px auto;
}

#header #pd-menu li.history a {
  background: url(../images/sm-history.png) -3px center no-repeat #2c67cc;
  background-size: 40px auto;
}

#header #pd-menu li.skype a {
  background: url(../images/sm-skype.png) -3px center no-repeat #2c67cc;
  background-size: 40px auto;
}

#header #pd-menu li.logout a {
  background: url(../images/sm-logout.png) -3px center no-repeat #2c67cc;
  background-size: 40px auto;
}

#header #pd-menu li.edit-prof a {
  background: url(../images/sm-edit-prof.png) -3px center no-repeat #2c67cc;
  background-size: 40px auto;
}

#header #pd-menu li a {
  line-height: 33px;
  padding-left: 40px;
  display: block;
  background-color: #2c67cc;
  color: #fff;
  font-size: 0.92857rem;
  font-weight: bold;
  border-bottom: 1px solid #5184da;
}

#header #pd-menu li a:hover {
  background-color: #12b5eb;
  text-decoration: none;
}


#footer-menu {
  margin-top: 50px;
  background-color: #fafafb;
  padding: 30px 0; }
  #footer-menu h2 {
    text-align: center;
    margin: 0; }
  #footer-menu h3 {
    font-size: 1.14286rem;
    font-weight: bold;
    color: #12b5eb;
    padding-bottom: 4px;
    border-bottom: 1px solid #12b5eb; }
  #footer-menu ul, #footer-menu li {
    margin: 0;
    padding: 0;
    list-style: none; }
  #footer-menu li a {
    color: #754947; }
  #footer-menu .footer-menu li:before {
    content: "\f0da";
    font-family: "ForkAwesome";
    color: #12b5eb;
    display: inline-block;
    width: 14px; }
  #footer-menu .footer-sns li {
    display: inline-block;
    font-size: 2.57143rem;
    margin-right: 15px; }

#footer {
  background-color: #12b5eb;
  color: #fff;
  text-align: center;
  padding: 10px; }
  #footer p {
    margin: 0;
    padding: 0;
    font-size: 0.78571rem;
    line-height: 1; }

#contents {
  margin-top: 25px; }

/* 左メニュー */
#aside ul, #aside li {
  list-style: none;
  margin: 0;
  padding: 0; }

#aside a {
  display: block;
  font-size: 1rem; }

#aside .side-menu li a {
  display: block;
  line-height: 55px;
  border-left: 1px solid #F1EBCD;
  border-right: 1px solid #F1EBCD;
  border-bottom: 1px solid #F1EBCD;
  color: #754947;
  padding-left: 55px; }

#aside .side-menu li.teacher a {
  background: url(../images/sm-teacher.png) left center no-repeat;
  background-size: 50px auto; }

#aside .side-menu li.plan a {
  background: url(../images/sm-plan.png) left center no-repeat;
  background-size: 50px auto; }

#aside .side-menu li.about a {
  background: url(../images/sm-about.png) left center no-repeat;
  background-size: 50px auto; }

#aside .side-menu li.flow a {
  background: url(../images/sm-flow.png) left center no-repeat;
  background-size: 50px auto; }

#aside .side-menu li.price a {
  background: url(../images/sm-price.png) left center no-repeat;
  background-size: 50px auto; }

#aside .side-menu li.manual a {
  background: url(../images/sm-manual.png) left center no-repeat;
  background-size: 50px auto; }

#aside .side-menu li.contents a {
  background: url(../images/sm-contents.png) left center no-repeat;
  background-size: 50px auto; }

#aside .side-menu li.material a {
  background: url(../images/sm-material.png) left center no-repeat;
  background-size: 50px auto; }

#aside .side-menu li.voice a {
  background: url(../images/sm-voice.png) left center no-repeat;
  background-size: 50px auto; }

#aside .side-menu li.faq a {
  background: url(../images/sm-faq.png) left center no-repeat;
  background-size: 50px auto; }

#aside .side-menu li.contact a {
  background: url(../images/sm-contact.png) left center no-repeat;
  background-size: 50px auto; }

#aside .side-menu li.mypage a {
  background: url(../images/sm-mypage.png) left center no-repeat;
  background-size: 50px auto; }

#aside .side-menu li.reserve a {
  background: url(../images/sm-reserve.png) left center no-repeat;
  background-size: 50px auto; }

#aside .side-menu li.from-cal a {
  background: url(../images/sm-from-cal.png) left center no-repeat;
  background-size: 50px auto; }

#aside .side-menu li.from-teacher a {
  background: url(../images/sm-from-teacher.png) left center no-repeat;
  background-size: 50px auto; }

#aside .side-menu li.favorite a {
  background: url(../images/sm-favorite.png) left center no-repeat;
  background-size: 50px auto; }

#aside .side-menu li.order-point a {
  background: url(../images/sm-order-point.png) left center no-repeat;
  background-size: 50px auto; }

#aside .side-menu li.lesson-list a {
  background: url(../images/sm-lesson-list.png) left center no-repeat;
  background-size: 50px auto; }

#aside .side-menu li.history a {
  background: url(../images/sm-history.png) left center no-repeat;
  background-size: 50px auto; }

#aside .side-menu li.skype a {
  background: url(../images/sm-skype.png) left center no-repeat;
  background-size: 50px auto; }

#aside .side-menu li a:hover {
  background-color: #e5f7fd;
  text-decoration: none; }

#aside .side-menu li:first-child a {
  border-radius: 5px 5px 0 0;
  border-top: 1px solid #F1EBCD; }

#aside .side-menu li:last-child a {
  border-radius: 0 0 5px 5px; }

#aside .teacher-menu {
  margin-top: 20px; }
  #aside .teacher-menu li {
    margin-bottom: 5px; }

#aside .recruit {
  margin-top: 30px; }

/* トップページ */

#main-image {
  background-color: #fcfbf7; }
  @media (min-width: 768px) {
    #main-image #main01 {
      background: url(../images/main-bg01.png) center top no-repeat #fcfbf7;
      height: 320px; }
 }
  #main-image h2 {
    padding: 50px 15px 30px;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 2.57143rem;
    line-height: 1.4em;
    margin-top: 0;
    text-shadow: -1px -1px 3px #fff, 1px -1px 3px #fff, 1px 1px 3px #fff, -1px 1px 3px #fff;
    font-weight: 500;
    letter-spacing: 5px; }
  #main-image .main-inner {
    margin-left: 50px;
    width: 390px; }
    #main-image .main-inner h3 {
      font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
      font-size: 1.21429rem;
      line-height: 1.4em;
      margin: 0 0 5px;
      text-shadow: -1px -1px 3px #fff, 1px -1px 3px #fff, 1px 1px 3px #fff, -1px 1px 3px #fff;
      font-weight: 500; }
    #main-image .main-inner h1 {
      margin: 0;
      width: 260px; }


#osusume {
  display: none;
  max-width: 640px;
  margin: 0 25px 50px;
  max-height: 190px;
  background-color: #fafafb;
  border-radius: 5px;
  box-shadow: 0 0 1px #ccc;
  padding: 15px 0 10px; }
  #osusume .osusume-box {
    text-align: center; }
    #osusume .osusume-box .osusume-img {
      width: 130px;
      height: 130px;
      background-color: #fff;
      margin: 0 auto 5px;
      position: relative; }
    #osusume .osusume-box img {
      max-height: 100%;
      max-width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
  #osusume .osusume-box2 {
    text-align: center; }
    #osusume .osusume-box2 .osusume-img {
      width: 130px;
      height: 130px;
      background-color: #fff;
      margin: 0 auto 5px;
      position: relative; }
    #osusume .osusume-box2 img {
      max-height: 100%;
      max-width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
    #osusume .osusume-box span:after {
      content: "先生";
      margin-left: 3px; }
    #osusume .osusume-box2 span:after {
      content: "Sensei";
      margin-left: 3px; }
  #osusume .slick-prev:before {
    content: "\f137";
    font-family: "ForkAwesome";
    color: #555; }
  #osusume .slick-next:before {
    content: "\f138";
    font-family: "ForkAwesome";
    color: #555; }
  #osusume .slick-dots li {
    margin: 0; }
  #osusume .slick-dots li button:before {
    line-height: 30px;
    transform: scale(0.8); }
  #osusume .slick-dots li button:hover:before, #osusume .slick-dots li button:focus:before, #osusume .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #12b5eb; }



.balloon {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}



a.btn-teacher-list,
a.btn-plan-list,
a.btn-voice-list {
  border: 1px solid #f50620;
  border-radius: 5px;
  font-size: 1.2rem;
  color: #f50620;
  padding-right: 25px;
  padding-left: 70px;
  display: inline-block;
  height: 50px !important;
  line-height: 50px;
  margin-bottom: 20px;
  width: 260px; }

a.btn-teacher-list {
  background: url(../images/sm-teacher.png) 15px center no-repeat; }

a.btn-plan-list {
  background: url(../images/sm-plan.png) 15px center no-repeat; }

a.btn-voice-list {
  background: url(../images/sm-voice.png) 15px center no-repeat; }

a.btn-teacher-list:hover,
a.btn-plan-list:hover,
a.btn-voice-list:hover {
  text-decoration: none;
  background-color: #e6e6e6; }

#feature #feature-box {
  background: url(../images/feature-box2-bg.png) right top no-repeat; }
  #feature #feature-box h2 {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 2.28571rem;
    line-height: 1.4em;
    margin-top: 0;
    text-shadow: -1px -1px 3px #fff, 1px -1px 3px #fff, 1px 1px 3px #fff, -1px 1px 3px #fff;
    font-weight: 500; }
  #feature #feature-box p {
    font-size: 1.14286rem; }

#feature #feature-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap; }
  #feature #feature-list .col-sm-4 {
    display: flex;
    flex-direction: column; }
  #feature #feature-list h3 {
    font-size: 1.42857rem;
    font-weight: bold;
    color: #f50620;
    line-height: 1.3em;
    margin-top: 10px; }
  #feature #feature-list p {
    line-height: 1.7em; }
  #feature #feature-list .btn-box {
    margin-top: auto; }
  #feature #feature-list .btn-box .btn {
    width: 170px;
    color: #333; }
  #feature #feature-list .btn-box .btn i {
    color: #12b5eb; }

#feature .btn-sky, #feature .btn-pink {
  width: 180px;
  margin: 10px auto;
  font-size: 1.28571rem;
  line-height: 70px; }

#top-news {
  background-color: #fafafb;
  padding: 15px 0; }
  #top-news .btn-pink {
    padding: 15px;
    font-size: 1.28571rem;
    letter-spacing: 5px;
    width: 100%;
    height: 75px; }
    #top-news .btn-pink span {
      display: block;
      font-weight: normal;
      font-size: 1.14286rem;
      letter-spacing: normal; }

.news {
  font-size: 1.07143rem; }

ul.news {
  margin: 0;
  padding: 0 0 0 1em;
  list-style: none; }
  ul.news li {
    position: relative; }
    ul.news li a {
      color: #754947; }
  ul.news li:before {
    content: "\f0da";
    font-family: "ForkAwesome";
    color: #f50620;
    position: absolute;
    left: -1em;
    top: 0; }

a.btn-sm {
  font-size: 1rem;
  padding: 3px 10px; }

a.btn-sm.btn-default {
  color: #333; }

.fa-arrow-right {
  color: #12b5eb; }

.attention {
  color: #f50620; }

#main section + section {
  margin-top: 50px; }

.photo {
  position: relative;
  background-color: #fff; }
  .photo img {
    position: absolute;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }


#main #lesson-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }

#main #lesson-list li {
  list-style: none;
  width: 340px;
  float: left;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 10px; }
  @media (max-width: 680px) {
    #main #lesson-list li {
      width: 100%; } }

#main #lesson-list li:nth-child(2n+1) {
  margin-right: 10px; }

#main #lesson-list dl {
  overflow: hidden;
  margin-bottom: 0; }

#main #lesson-list dt {
  width: 80px;
  float: left; }
  #main #lesson-list dt .photo {
    width: 80px;
    height: 80px; }

#main #lesson-list dd {
  padding-left: 90px; }

#main #lesson-list p {
  margin-bottom: 0; }

#main #lesson-list .plan-title {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

#main #lesson-list .point {
  float: left; }

#user-news {
  border: 1px solid #f50620;
  padding: 10px 10px 10px 20px;
  border-radius: 5px;
}

/* ===========================================
	for sp
   =========================================== */
@media screen and (max-width: 680px) {
  body {
    line-height: 1.8em; }
  .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden; }
  #contents {
    margin-top: 15px; }
  #main section + section {
    margin-top: 30px; }
  #header {
    min-height: 40px;
  }
  #header #header-logo {
    margin: 0;
  }
  #header #user-name {
    margin: 8px 0 5px;
    line-height: 1.2em;
  }
  #header .num {
    font-size: 0.85714rem;
  }
  #header #point {
    margin: 8px 0 5px;
    line-height: 1.2em;
    float: right;
  }
  #header .head-left {
    float: left;
    width: 130px;
  }
  #header #header-menu {
    position: absolute;
    top: 0;
    right: 0;
  }
  #header #header-menu li a {
    width: 55px;
    font-size: 0.85714rem;
  }
  #header #header-menu #btn-smenu-L {
    display: inline-block;
  }
  #header #header-menu #btn-smenu-L i {
    font-size: 1rem;
  }
  #header #header-menu #btn-smenu-L a {
    width: 75px !important;
    border-radius: 0 0 0 5px;
  }
  #header #btn-smenu-R {
    position: absolute;
    top: 0;
    width: 190px;
    right: 0;
    white-space: nowrap;
  }
  #header #btn-smenu-R i {
    font-size: 1.28571rem;
    vertical-align: middle;
  }
  #header #btn-smenu-R a {
    border-radius: 0 0 0 5px;
  }
  #header #login-header {
    padding: 0;
  }
  #header #header-pd {
    right: 0;
  }
  #header #header-pd a#btn-pd {
    width: 170px;
    border-radius: 0 0 0 5px;
  }
  #header.login-header {
    min-height: 75px !important;
  }
  #header.login-header #header-logo {
    float: none;
  }
  
  #main-image {
    height: 163px; }
    #main-image div{
      height: 163px; }
    #main-image #main01 {
      background: url(../images/main-bg01s.jpg) center top no-repeat #fcfbf7; }
    #main-image h2 {
      display: none; }
    #main-image .main-inner {
      margin: 40px 0 0 0;
      width: 100%; }
      #main-image .main-inner h3 {
        font-size: 1.07143rem; }
      #main-image .main-inner h1 {
        margin: 0;
        width: 150px; }
  #top-news .news {
    height: 75px;
    overflow-y: auto; }
  #osusume {
    max-height: 200px; }
  #osusume .osusume-box .osusume-box2 .osusume-img {
    width: 100px;
    height: 100px; }
  #feature #feature-box {
    margin: 0 -10px;
    padding: 15px;
    background: url(../images/feature-box2-bg-s.png) center top no-repeat; }
    #feature #feature-box h2 {
      font-size: 1.85714rem;
      margin-bottom: 190px; }
    #feature #feature-box p {
      font-size: 1.14286rem; }
  #feature #feature-list {
    margin-top: 0; }
    #feature #feature-list .col-sm-4 {
      width: 100%;
      text-align: center;
      margin-bottom: 25px; }
      #feature #feature-list .col-sm-4 p {
        text-align: left; }
      #feature #feature-list .col-sm-4 img {
        width: 210px;
        margin: 0 auto; }
  #footer-menu .col-xs-6 {
    padding-right: 0; }
  #sp-footer {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    #sp-footer a {
      display: block;
      text-align: center;
      padding: 8px;
      color: #333; }
      #sp-footer a i {
        color: #12b5eb; }
    #sp-footer .btn-pc-view {
      background-color: #efefef;
      border-bottom: 1px solid #ccc; }
    #sp-footer ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: table;
      width: 100%; }
    #sp-footer li {
      display: table-cell;
      width: 50%; }
      #sp-footer li a {
        background-color: #fff; }
    #sp-footer li:first-of-type {
      border-right: 1px solid #ccc; }
  #footer-menu {
    margin-top: 0;
    padding: 15px 0; }
    #footer-menu h2 {
      width: 160px;
      margin: 0 auto; }
  #top-news .btn-pink {
    margin-bottom: 10px;
    line-height: 15px;
    height: auto; }
  #top-news .news {
    font-size: 1rem; }
}
/* スライドメニュー */
#header {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

#header.left {
  -webkit-transform: translate3d(260px, 0, 0);
  -moz-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0); }

#header.right {
  -webkit-transform: translate3d(-260px, 0, 0);
  -moz-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0); }

/* オーバーレイ表示をするためのCSS */
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.5); }

#overlay.open {
  display: block; }

#side-L, #side-R {
  z-index: 5;
  background-color: #2c67cc;
  position: fixed;
  top: 0;
  right: -260px;
  width: 260px;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

#side-L.left, #side-R.right {
  -webkit-transform: translate3d(-260px, 0, 0);
  -moz-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0); }

#side-L, #side-R {
  width: 260px;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 100; }
  #side-L ul, #side-R ul {
    padding: 0;
    list-style: none;
    margin: 0; }
  #side-L li.teacher a, #side-R li.teacher a {
    background: url(../images/sm-teacher.png) -3px center no-repeat #2c67cc;
    background-size: 40px auto; }
  #side-L li.plan a, #side-R li.plan a {
    background: url(../images/sm-plan.png) -3px center no-repeat #2c67cc;
    background-size: 40px auto; }
  #side-L li.about a, #side-R li.about a {
    background: url(../images/sm-about-w.png) -3px center no-repeat #2c67cc;
    background-size: 40px auto; }
  #side-L li.flow a, #side-R li.flow a {
    background: url(../images/sm-flow.png) -3px center no-repeat #2c67cc;
    background-size: 40px auto; }
  #side-L li.price a, #side-R li.price a {
    background: url(../images/sm-price.png) -3px center no-repeat #2c67cc;
    background-size: 40px auto; }
  #side-L li.manual a, #side-R li.manual a {
    background: url(../images/sm-manual.png) -3px center no-repeat #2c67cc;
    background-size: 40px auto; }
  #side-L li.contents a, #side-R li.contents a {
    background: url(../images/sm-contents.png) -3px center no-repeat #2c67cc;
    background-size: 40px auto; }
  #side-L li.material a, #side-R li.material a {
    background: url(../images/sm-material.png) -3px center no-repeat #2c67cc;
    background-size: 40px auto; }
  #side-L li.voice a, #side-R li.voice a {
    background: url(../images/sm-voice.png) -3px center no-repeat #2c67cc;
    background-size: 40px auto; }
  #side-L li.faq a, #side-R li.faq a {
    background: url(../images/sm-faq.png) -3px center no-repeat #2c67cc;
    background-size: 40px auto; }
  #side-L li.contact a, #side-R li.contact a {
    background: url(../images/sm-contact.png) -3px center no-repeat #2c67cc;
    background-size: 40px auto; }
  #side-L li.mypage a, #side-R li.mypage a {
    background: url(../images/sm-mypage.png) -3px center no-repeat #2c67cc;
    background-size: 40px auto; }
  #side-L li.reserve a, #side-R li.reserve a {
    background: url(../images/sm-reserve.png) -3px center no-repeat #2c67cc;
    background-size: 40px auto; }
  #side-L li.from-cal a, #side-R li.from-cal a {
    background: url(../images/sm-from-cal.png) -3px center no-repeat #2c67cc;
    background-size: 40px auto; }
  #side-L li.from-teacher a, #side-R li.from-teacher a {
    background: url(../images/sm-from-teacher.png) -3px center no-repeat #2c67cc;
    background-size: 40px auto; }
  #side-L li.favorite a, #side-R li.favorite a {
    background: url(../images/sm-favorite.png) -3px center no-repeat #2c67cc;
    background-size: 40px auto; }
  #side-L li.order-point a, #side-R li.order-point a {
    background: url(../images/sm-order-point.png) -3px center no-repeat #2c67cc;
    background-size: 40px auto; }
  #side-L li.lesson-list a, #side-R li.lesson-list a {
    background: url(../images/sm-lesson-list.png) -3px center no-repeat #2c67cc;
    background-size: 40px auto; }
  #side-L li.history a, #side-R li.history a {
    background: url(../images/sm-history.png) -3px center no-repeat #2c67cc;
    background-size: 40px auto; }
  #side-L li.skype a, #side-R li.skype a {
    background: url(../images/sm-skype.png) -3px center no-repeat #2c67cc;
    background-size: 40px auto; }
  #side-L li.logout a, #side-R li.logout a {
    background: url(../images/sm-logout.png) -3px center no-repeat #2c67cc;
    background-size: 40px auto; }
  #side-L li.edit-prof a, #side-R li.edit-prof a {
    background: url(../images/sm-edit-prof.png) -3px center no-repeat #2c67cc;
    background-size: 40px auto; }
  #side-L li a, #side-R li a {
    line-height: 40px;
    padding-left: 40px;
    display: block;
    background-color: #2c67cc;
    color: #fff;
    font-size: 0.92857rem;
    font-weight: bold;
    border-bottom: 1px solid #5184da; }
  #side-L li a:hover, #side-R li a:hover {
    background-color: #12b5eb;
    text-decoration: none; }
  #side-L .m15, #side-R .m15 {
    margin: 0 !important; }








#main .cat-box {
  height: auto;
  background-color: #fafafb;
  border-radius: 3px;
  box-shadow: 0 0 1px #ccc;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.4em;
  position: relative; }
  #main .cat-box .go-detail {
    width: 90%;
    margin-top: 10px; }
  #main .cat-box .cat-box-L {
    margin-bottom: 10px; }
  #main .cat-box i.fa-star {
    color: #ffcc00; }
  #main .cat-box h3 {
    margin: 0 0 5px;
    font-size: 1.28571rem; }
  #main .cat-box .feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left; }
  #main .cat-box .photo {
    width: 120px;
    height: 120px;
    margin: 0 auto 10px; }
  #main .cat-box .photo.favorite:before {
    content: "\f005";
    font-family: "ForkAwesome";
    font-size: 1.85714rem;
    color: #fdf681;
    position: absolute;
    left: 3px;
    bottom: 3px;
    z-index: 10;
    text-shadow: 0 0 5px #aaa; }
  #main .cat-box .point {
    margin: 5px 0;
    padding: 5px;
    border-radius: 5px; }
    #main .cat-box .point .num {
      font-weight: bold;
      color: #8291d2; }
  #main .cat-box .point:before {
    content: "必要ポイント："; }
  #main .cat-box .tag-list {
    text-align: left; }
    #main .cat-box .tag-list li {
      margin: 0 10px 0 0; }
  @media screen and (max-width: 680px) {
    #main .cat-box {
      margin-bottom: 10px;
      padding-right: 0px;
      padding-left: 5px; }
      #main .cat-box .point:before {
        display: block; } }

#main .int-list, #main .tag-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  #main .int-list li, #main .tag-list li {
    display: inline-block; }

#main .int-list li {
  margin: 4px 1px; }

#main .int-list span {
  position: relative;
  background-color: #e5f7fd;
  padding: 5px 15px 5px 8px;
  color: #333;
  overflow: hidden; }

#main .int-list span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 8px 8px 0;
  /* This trick side-steps a webkit bug */
  border-style: solid;
  border-color: #fff #fff #b6e9f9 #b6e9f9;
  /* A bit more verbose to work with .rounded too */
  background: #b6e9f9;
  /* For Opera when also applying a border-radius */
  display: block;
  width: 0;
  /* Only for Firefox 3.0 damage limitation */ }

#main .int-list a:hover {
  text-decoration: none; }
  #main .int-list a:hover span {
    background-color: #b6e9f9;
    text-decoration: none; }

#main .tag-list li {
  margin: 1px 3px 1px 0;
  padding: 0; }
  #main .tag-list li span {
    background-color: #e5f7fd;
    padding: 5px;
    color: #333;
    position: relative;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 0.2em 0 1.5em;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #ddd; }
  #main .tag-list li span:before {
    content: "\f02b";
    font-family: "ForkAwesome";
    color: #12b5eb;
    position: absolute;
    left: 5px; }

#main .tag-list li a:hover span {
  color: #12b5eb; }
