@charset "UTF-8";
/*
Theme Name: ryugaku pro theme
Theme URI: ryugaku.pro
Author: Ryugaku-pro
Author URI: ryugaku pro
Description: website for ryugaku pro
*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700|Nunito:300,700);
/* line 5, ../../../../../.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 24, sass/style.scss */
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #515151;
}

/* line 31, sass/style.scss */
a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #3B94D9;
  text-decoration: none;
}
/* line 35, sass/style.scss */
a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

  /* line 41, sass/style.scss */
  .container {
    width: 100%;
    overflow: hidden;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /* line 41, sass/style.scss */
  .container2 {
    width: 100%;
    overflow: hidden;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

/* line 52, sass/style.scss */
.clearfix:after {
  content: url(../images/pixel.gif);
  display: block;
  clear: both;
  height: 0;
}

/* line 58, sass/style.scss */
.clearfix {
  overflow: hidden;
  display: inline-block;
}

/* Hides from IE-mac \*/
/* line 64, sass/style.scss */
* html .clearfix {
  height: 1%;
}

/* line 65, sass/style.scss */
.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* line 68, sass/style.scss */
.clear {
  clear: both;
}

/* line 72, sass/style.scss */
.to_index {
  text-align: center;
  padding: 10px 0 20px 0;
  font-size: 16px;
  margin-top: 10px;
}
/* line 87, sass/style.scss */
.to_index a {
  color: #515151;
  font-size: 14px;
  border: 1px solid #ddd;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: -moz-linear-gradient(#ffffff, #eeeeee);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  background: linear-gradient(#ffffff, #eeeeee);
  padding-right: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 10px 15px 10px 10px;
}
/* General Layout & Setting */
@media only screen and (max-width: 769px) {
  /* line 118, sass/style.scss */
  #wrapper {
    overflow: hidden;
  }
}

  header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 0;
    padding: 10px;
    height: 70px;
  }
/* line 134, sass/style.scss */
header .container {
  position: relative;
}
  /* line 136, sass/style.scss */
  header .container .logo {
    width: 100%;
    position: static;
    text-align: center;
  }
  
  header .container .logo img {
    width: 170px;
  }
  
  /* line 157, sass/style.scss */
  header .container nav {
    display: none;
  }
  
/* line 163, sass/style.scss */
header .container nav ul {
  margin-top: 10px;
}
/* line 165, sass/style.scss */
header .container nav ul li {
  float: left;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 40px;
}
/* line 170, sass/style.scss */
header .container nav ul li a {
  color: #515151;
  font-weight: bold;
  margin-left: 10px;
  font-size: 12px;
}
/* line 179, sass/style.scss */
header .container nav ul .phone {
  font-size: 28px;
  line-height: 40px;
  color: red;
  font-weight: bold;
  background: url("images/phone.png") 0px no-repeat;
  background-size: 24px;
  background-position-x: 15px;
  text-indent: 36px;
}
/* line 191, sass/style.scss */
header .container .contact_info {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  background-color: #f1c40f;
  font-size: 20px;
  font-weight: bold;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
}
/* line 203, sass/style.scss */
header .container .contact_info .phone {
  font-size: 28px;
  line-height: 36px;
  background: url("images/phone.png") 0px no-repeat;
  background-size: 20px;
  background-position-x: 0px;
}
/* line 210, sass/style.scss */
header .container .contact_info span {
  display: block;
  line-height: 14px;
  font-size: 10px;
}

/* line 225, sass/style.scss */
.home header .container nav ul li a {
  color: #ffffff;
}


  /* line 235, sass/style.scss */
  #front_header {
    display: none;
  }
  
/* line 241, sass/style.scss */
#front_header h1 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 54px;
  text-shadow: 1px 1px 3px #515151;
}
/* line 249, sass/style.scss */
#front_header ul {
  text-align: center;
  margin: 0 auto;
  margin-top: 120px;
}
/* line 253, sass/style.scss */
#front_header ul li {
  display: inline-block;
  border-radius: 5px;
  width: 300px;
  margin-right: 20px;
  box-shadow: 4px 4px #555;
}
/* line 262, sass/style.scss */
#front_header ul li a {
  color: #fff;
}
/* line 265, sass/style.scss */
#front_header ul li img {
  width: 100%;
}
/* line 268, sass/style.scss */
#front_header ul li:hover {
  background-color: #eee;
}
/* line 271, sass/style.scss */
#front_header ul li:nth-child(4) {
  margin-right: 0;
}
/* line 277, sass/style.scss */
#front_header .apply_button {
  width: 300px;
  border: 1px solid #fff;
  color: #fff;
  padding: 30px 40px;
  border-radius: 5px;
  text-align: center;
  margin: 40px auto;
  font-size: 20px;
}


  /* line 289, sass/style.scss */
  .smp_header {
    display: block;
  }
  
/* line 296, sass/style.scss */
.smp_header li {
  width: 50%;
  float: left;
  text-align: center;
}
/* line 300, sass/style.scss */
.smp_header li a {
  display: block;
  padding: 15px;
  border-right: 1px solid #ddd;
  color: #515151;
  font-weight: bold;
}
/* line 306, sass/style.scss */
.smp_header li a span {
  font-size: 10px;
  display: block;
  color: #ccc;
}
/* line 312, sass/style.scss */
.smp_header li:nth-child(1) {
  border-bottom: 5px solid;
  color: #AACF52;
}
/* line 315, sass/style.scss */
.smp_header li:nth-child(1) a {
  color: #AACF52;
}
/* line 319, sass/style.scss */
.smp_header li:nth-child(2) {
  border-bottom: 5px solid;
  color: #E85298;
}
/* line 322, sass/style.scss */
.smp_header li:nth-child(2) a {
  color: #E85298;
}
/* line 326, sass/style.scss */
.smp_header li:nth-child(3) {
  border-bottom: 5px solid;
  color: #00A95F;
}
/* line 329, sass/style.scss */
.smp_header li:nth-child(3) a {
  color: #00A95F;
}
/* line 333, sass/style.scss */
.smp_header li:nth-child(4) {
  border-bottom: 5px solid;
  border-color: #F6AD3C;
}
/* line 336, sass/style.scss */
.smp_header li:nth-child(4) a {
  color: #F6AD3C;
}
/* line 340, sass/style.scss */
.smp_header li:nth-child(5) {
  border-bottom: 5px solid;
  border-color: #4D4398;
}
/* line 343, sass/style.scss */
.smp_header li:nth-child(5) a {
  color: #4D4398;
}
/* line 347, sass/style.scss */
.smp_header li:nth-child(6) {
  border-bottom: 5px solid;
  border-color: #187FC4;
}
/* line 350, sass/style.scss */
.smp_header li:nth-child(6) a {
  color: #187FC4;
}
/* line 354, sass/style.scss */
.smp_header li:nth-child(7) {
  border-bottom: 5px solid;
  border-color: #E9546B;
}
/* line 357, sass/style.scss */
.smp_header li:nth-child(7) a {
  color: #E9546B;
}
/* line 361, sass/style.scss */
.smp_header li:nth-child(8) {
  border-bottom: 5px solid;
  border-color: #00ADA9;
}
/* line 364, sass/style.scss */
.smp_header li:nth-child(8) a {
  color: #00ADA9;
}

/* line 371, sass/style.scss */
#content {
  background: #F5F5F5;
  width: 100%;
  padding-top: 20px;
}
  /* line 375, sass/style.scss */
  #content .nav_bottom_area {
    display: none;
  }
/* line 383, sass/style.scss */
#content .nav_bottom_area .nav_bottom {
  height: 70px;
  margin-bottom: 20px;
  background-color: #fff;
}
/* line 387, sass/style.scss */
#content .nav_bottom_area .nav_bottom ul {
  height: 70px;
  line-height: 55px;
}
/* line 390, sass/style.scss */
#content .nav_bottom_area .nav_bottom ul li {
  float: left;
  width: 16.5%;
  height: 70px;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-size: 20px;
  background-position-x: 50%;
  background-position-y: 45px;
  background-repeat: no-repeat;
}
/* line 401, sass/style.scss */
#content .nav_bottom_area .nav_bottom ul li:first-child {
  border-left: 1px solid #ddd;
  background-image: url("images/home.png");
}
/* line 405, sass/style.scss */
#content .nav_bottom_area .nav_bottom ul li:nth-child(1) {
  background-image: url("images/home.png");
}
/* line 408, sass/style.scss */
#content .nav_bottom_area .nav_bottom ul li:nth-child(2) {
  background-size: 17px;
  background-image: url("images/flow.png");
}
/* line 412, sass/style.scss */
#content .nav_bottom_area .nav_bottom ul li:nth-child(3) {
  background-size: 15px;
  background-image: url("images/qa.png");
}
/* line 416, sass/style.scss */
#content .nav_bottom_area .nav_bottom ul li:nth-child(4) {
  background-image: url("images/mail.png");
}
/* line 419, sass/style.scss */
#content .nav_bottom_area .nav_bottom ul li:nth-child(5) {
  background-image: url("images/contact.png");
  background-size: 15px;
}
/* line 423, sass/style.scss */
#content .nav_bottom_area .nav_bottom ul li:nth-child(6) {
  background-size: 15px;
  background-image: url("images/apply.png");
}
/* line 427, sass/style.scss */
#content .nav_bottom_area .nav_bottom ul li a {
  color: #515151;
  display: block;
  color: #515151;
  font-weight: bold;
}

  /* line 437, sass/style.scss */
  #content #sidebar_left {
    display: none;
  }
/* line 447, sass/style.scss */
#content #sidebar_left .widgettitle {
  font-size: 20px;
  color: #515151;
  font-weight: bold;
  line-height: 28px;
  border-bottom: 2px dotted #ddd;
}
/* line 454, sass/style.scss */
#content #sidebar_left .title {
  font-weight: bold;
  color: #515151;
  border-radius: 5px;
  text-align: left;
}
/* line 460, sass/style.scss */
#content #sidebar_left .phone {
  font-size: 24px;
  line-height: 40px;
  color: red;
  font-weight: bold;
  background: url("images/phone.png") 0px no-repeat;
  background-size: 24px;
  background-position-x: 0px;
  text-indent: 36px;
}
/* line 470, sass/style.scss */
#content #sidebar_left span {
  font-size: 10px;
  display: block;
  line-height: 14px;
}
/* line 475, sass/style.scss */
#content #sidebar_left img {
  width: 100%;
  margin-bottom: 10px;
}
/* line 480, sass/style.scss */
#content #sidebar_left #npcatch li {
  margin-bottom: 10px;
}
/* line 482, sass/style.scss */
#content #sidebar_left #npcatch li .date {
  font-size: 12px;
  line-height: 16px;
}
/* line 486, sass/style.scss */
#content #sidebar_left #npcatch li .title {
  font-size: 14px;
  line-height: 20px;
}
/* line 492, sass/style.scss */
#content #sidebar_left .form {
  border-top: 3px dotted #ddd;
  padding: 10px 0;
  margin: 10px 0;
}
/* line 496, sass/style.scss */
#content #sidebar_left .form li {
  text-align: center;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  background-color: #AAC863;
}
/* line 503, sass/style.scss */
#content #sidebar_left .form li a {
  padding: 10px;
  color: #fff;
  display: block;
}
/* line 511, sass/style.scss */
#content #main {
  margin:auto;
  width: 700px;
  min-height: 250px;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 769px) {
  /* line 511, sass/style.scss */
  #content #main {
    width: 100%;
    margin-top: 15px;
    padding: 5px;
  }
}
/* line 523, sass/style.scss */
#content #main h2 {
  background-color: #f1c40f;
  padding: 20px;
  text-indent: 45px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  background: #f1c40f;
  font-size: 20px;
  line-height: 1;
  margin: 16px -20px 20px -30px;
  background-image: url("images/search.png");
  background-repeat: no-repeat;
  background-size: 23px;
  background-position-y: 20px;
  background-position-x: 30px;
}
/* line 540, sass/style.scss */
#content #main h2:after {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #333;
}
/* line 549, sass/style.scss */
#content #main h2:after {
  left: 0;
  border-right: 5px solid #333;
}
/* line 554, sass/style.scss */
#content #main h3 {
  font-size: 17px;
  font-weight: bold;
  line-height: 28px;
  border-bottom: 2px dotted #ddd;
}
/* line 560, sass/style.scss */
#content #main .session {
  width: 100%;
  padding-bottom: 40px;
}
/* line 563, sass/style.scss */
#content #main .session h3 {
  margin-top: 0;
}
/* line 566, sass/style.scss */
#content #main .session .desc {
  line-height: 20px;
  margin: 10px 0;
}
/* line 570, sass/style.scss */
#content #main .session .unit {
  float: left;
  width: 49%;
}
@media only screen and (max-width: 769px) {
  /* line 570, sass/style.scss */
  #content #main .session .unit {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
}
/* line 578, sass/style.scss */
#content #main .session .unit .unit_in {
  border: 1px solid #ddd;
}
/* line 580, sass/style.scss */
#content #main .session .unit .unit_in h4 {
  padding-left: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 769px) {
  /* line 580, sass/style.scss */
  #content #main .session .unit .unit_in h4 {
    padding-top: 9px;
    background-color: #AAC863;
    margin-top: 0;
    color: #fff;
  }
}
/* line 594, sass/style.scss */
#content #main .session .unit .unit_in ul {
  padding: 10px;
  margin: 0;
}
/* line 597, sass/style.scss */
#content #main .session .unit .unit_in ul li {
  line-height: 20px;
  margin-bottom: 5px;
}
/* line 600, sass/style.scss */
#content #main .session .unit .unit_in ul li a {
  color: #515151;
}
@media only screen and (max-width: 769px) {
  /* line 600, sass/style.scss */
  #content #main .session .unit .unit_in ul li a {
    display: block;
    margin-top: 5px;
  }
}
/* line 607, sass/style.scss */
#content #main .session .unit .unit_in ul li span {
  background-color: #0E7AC4;
  color: #fff;
  font-size: 10px;
  padding: 5px;
  margin-right: 10px;
}
@media only screen and (max-width: 769px) {
  /* line 607, sass/style.scss */
  #content #main .session .unit .unit_in ul li span {
    display: none;
  }
}
/* line 617, sass/style.scss */
#content #main .session .unit .unit_in ul li .埼玉 {
  background-color: #00AEE0;
}
/* line 620, sass/style.scss */
#content #main .session .unit .unit_in ul li .東京 {
  background-color: #4784BF;
}
/* line 627, sass/style.scss */
#content #main .session .kansai {
  margin-left: 2%;
}
@media only screen and (max-width: 769px) {
  /* line 627, sass/style.scss */
  #content #main .session .kansai {
    margin-left: 0;
  }
}
/* line 638, sass/style.scss */
#content #main .session .kansai .unit_in ul li span {
  background-color: #39A869;
}
@media only screen and (max-width: 769px) {
  /* line 638, sass/style.scss */
  #content #main .session .kansai .unit_in ul li span {
    display: none;
  }
}
/* line 649, sass/style.scss */
#content #main .maps {
  padding-bottom: 40px;
  text-align: center;
}
/* line 652, sass/style.scss */
#content #main .maps h3 {
  text-align: left;
  margin-top: 10px;
}
/* line 656, sass/style.scss */
#content #main .maps img {
  margin-bottom: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 769px) {
  /* line 656, sass/style.scss */
  #content #main .maps img {
    width: 100%;
  }
}
/* line 664, sass/style.scss */
#content #main .maps ul {
  width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 769px) {
  /* line 664, sass/style.scss */
  #content #main .maps ul {
    width: 100%;
  }
}
/* line 670, sass/style.scss */
#content #main .maps ul li {
  float: left;
  font-size: 16px;
  width: 285px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  margin-right: 30px;
  margin-bottom: 20px;
  background: url("images/arrow.png") 16px center no-repeat;
  background-size: 10px;
  background-position: right;
  background-position-y: 20px;
}
@media only screen and (max-width: 769px) {
  /* line 670, sass/style.scss */
  #content #main .maps ul li {
    font-size: 14px;
  }
}
/* line 686, sass/style.scss */
#content #main .maps ul li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 769px) {
  /* line 686, sass/style.scss */
  #content #main .maps ul li:nth-child(2n) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 670, sass/style.scss */
  #content #main .maps ul li {
    width: 100%;
    text-align: left;
    padding-bottom: 0px;
    display: block;
    margin-bottom: 10px;
    padding-top: 3px;
  }
}
/* line 702, sass/style.scss */
#content #main .maps ul li a {
  display: block;
  color: #515151;
  padding: 5px;
  border-bottom: 1px dotted #ddd;
}
/* line 707, sass/style.scss */
#content #main .maps ul li a span {
  font-size: 10px;
  text-align: right;
  color: #999;
}
@media only screen and (max-width: 769px) {
  /* line 707, sass/style.scss */
  #content #main .maps ul li a span {
    float: right;
    margin-right: 20px;
  }
}
/* line 717, sass/style.scss */
#content #main .maps ul li img {
  width: 35px;
  border-radius: 300px;
  padding: 0;
  margin: 0;
  margin-right: 10px;
}
/* line 729, sass/style.scss */
#content #main .schools h3 {
  margin-bottom: 10px;
}
/* line 732, sass/style.scss */
#content #main .schools a {
  color: #515151;
}
/* line 736, sass/style.scss */
#content #main .schools ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 769px) {
  /* line 736, sass/style.scss */
  #content #main .schools ul li {
    margin-bottom: 10px;
  }
}
/* line 744, sass/style.scss */
#content #main .schools ul li:nth-child(3n) {
  margin-right: 0;
}
/* line 747, sass/style.scss */
#content #main .schools ul li:nth-child(n+4) {
  margin-bottom: 0;
}
/* line 750, sass/style.scss */
#content #main .schools ul li .school_in {
  border: 1px solid #ddd;
  padding: 10px;
}
/* line 753, sass/style.scss */
#content #main .schools ul li .school_in .school_img_area {
  height: 130px;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  /* line 753, sass/style.scss */
  #content #main .schools ul li .school_in .school_img_area {
    width: 30%;
    float: left;
    height: auto;
  }
}
/* line 761, sass/style.scss */
#content #main .schools ul li .school_in .school_img_area img {
  width: 100%;
  height: auto;
}
/* line 766, sass/style.scss */
#content #main .schools ul li .school_in .school_right {
  float: left;
  width: 70%;
  padding-left: 10px;
}
/* line 770, sass/style.scss */
#content #main .schools ul li .school_in .school_right h4 {
  font-size: 16px;
  margin: 0 !important;
}
/* line 775, sass/style.scss */
#content #main .schools ul li .school_in .desc {
  padding: 10px 0 0 0;
  font-size: 12px;
}
@media only screen and (max-width: 769px) {
  /* line 775, sass/style.scss */
  #content #main .schools ul li .school_in .desc {
    padding: 0;
  }
}
/* line 783, sass/style.scss */
#content #main .schools ul li h4 {
  font-size: 18px;
  font-family: 'Lato';
  padding: 0 0 10px 0;
}
@media only screen and (max-width: 769px) {
  /* line 736, sass/style.scss */
  #content #main .schools ul li {
    width: 100%;
  }
}
/* line 793, sass/style.scss */
#content #main .schools .to_index {
  text-align: right;
  padding: 10px 0 0 0;
  font-size: 16px;
}
/* line 807, sass/style.scss */
#content #main .schools .to_index a {
  font-size: 14px;
  color: #515151;
  background-size: 10px;
  background-position: right;
  border: 1px solid #ddd;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: -moz-linear-gradient(#ffffff, #eeeeee);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  background: linear-gradient(#ffffff, #eeeeee);
  background-image: url("images/arrow.png") 16px center no-repeat;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 10px;
}

/* line 842, sass/style.scss */
#content #main .about_philip {
  padding-bottom: 40px;
}
/* line 845, sass/style.scss */
#content #main .about_pro {
  padding-bottom: 40px;
}
/* line 847, sass/style.scss */
#content #main .about_pro h1 {
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  border-bottom: 2px dotted #ddd;
}
/* line 855, sass/style.scss */
#content #main .about_pro ul li {
  width: 45%;
  height: 100px;
  line-height: 100px;
  float: left;
  text-align: center;
  padding: 20px 2%;
  background-color: #ddd;
  margin: 10px 2% 0 0;
  color: #fff;
}
/* line 865, sass/style.scss */
#content #main .about_pro ul li:nth-child(2n) {
  margin-right: 0;
}
/* line 868, sass/style.scss */
#content #main .about_pro ul li:nth-child(1) {
  background-color: #F27398;
}
/* line 869, sass/style.scss */
#content #main .about_pro ul li:nth-child(2) {
  background-color: #58BE89;
}
/* line 870, sass/style.scss */
#content #main .about_pro ul li:nth-child(3) {
  background-color: #33BFDB;
}
/* line 871, sass/style.scss */
#content #main .about_pro ul li:nth-child(4) {
  background-color: #FF6860;
}
/* line 877, sass/style.scss */
#content #main .flow h2 {
  margin: 0px -20px 0px -30px;
}
/* line 880, sass/style.scss */
#content #main .flow h3 {
  padding: 20px 0 5px 0;
}
/* line 883, sass/style.scss */
#content #main .flow p {
  padding: 10px 0;
}
/* line 888, sass/style.scss */
#content #main .qa h2 {
  margin: 0px -20px 0px -30px;
  background-image: url("images/qa_white.png");
  background-repeat: no-repeat;
  background-size: 23px;
  background-position-y: 20px;
  background-position-x: 30px;
}
/* line 896, sass/style.scss */
#content #main .qa .qa_box {
  border: 1px solid #ddd;
  margin: 20px 0;
  padding: 20px;
}
/* line 901, sass/style.scss */
#content #main .qa .qa_box h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  border-bottom: 3px dotted #ddd;
  margin-bottom: 10px;
}
/* line 908, sass/style.scss */
#content #main .qa .qa_box li {
  font-size: 16px;
  line-height: 28px;
}
/* line 916, sass/style.scss */
#content #main .apply .agreement h3 {
  padding: 5px 0;
  margin: 20px 0;
}
/* line 920, sass/style.scss */
#content #main .agreement_box {
  overflow:auto;
  height: 300px;
  margin: 10px 0 20px 0;
  border: 1px solid #ddd;
  padding: 20px;
  background:#FFFFFF;
  padding: 20px;
}
/* line 926, sass/style.scss */
#content #main .agreement_box .agreement_unit {
  margin-bottom: 20px;
}
/* line 928, sass/style.scss */
#content #main .agreement_box .agreement_unit:last-child {
  margin-bottom: 0;
}
/* line 931, sass/style.scss */
#content #main .agreement_box .agreement_unit h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
/* line 939, sass/style.scss */
#content #main .apply .apply_desc {
  padding: 20px 0;
  font-size: 16px;
  line-height: 24px;
}
/* line 943, sass/style.scss */
#content #main .apply .apply_desc li {
  margin-bottom: 20px;
}
/* line 947, sass/style.scss */
#content #main .apply .to_links {
  margin-bottom: 40px;
}
/* line 949, sass/style.scss */
#content #main .apply .to_links a {
  line-height: 20px;
  text-align: center;
  display: block;
  width: 300px;
  padding: 15px 0px;
  font-size: 16px;
  color: #333 !important;
  font-weight: 700;
  text-shadow: #fff 0 1px 1px;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #fff), color-stop(100%, #f0f0f0));
  background-image: -moz-linear-gradient(top, #fff, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #fff, #f0f0f0);
  background-image: linear-gradient(to bottom, #fff, #f0f0f0);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
  border: 1px solid #ddd !important;
}
/* line 970, sass/style.scss */
#content #main .school_index .school_box {
  width: 100%;
  margin-bottom: 20px;
}
/* line 973, sass/style.scss */
#content #main .school_index .school_box .school_box_in {
  padding: 10px;
  border: 1px solid #ccc;
}
/* line 979, sass/style.scss */
#content #main .school_index .school_box .school_box_in .school_info .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  color: #515151;
  float: left;
}
@media only screen and (max-width: 769px) {
  /* line 979, sass/style.scss */
  #content #main .school_index .school_box .school_box_in .school_info .title {
    font-size: 14px;
    line-height: 14px;
  }
}
/* line 991, sass/style.scss */
#content #main .school_index .school_box .school_box_in .school_info .area {
  float: left;
  padding: 5px;
  margin-left: 20px;
  font-size: 14px;
  line-height: 24px;
  background-image: url("images/location.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position-y: 10px;
  padding-left: 15px;
}
@media only screen and (max-width: 769px) {
  /* line 1004, sass/style.scss */
  #content #main .school_index .school_box .school_box_in .area {
    background-image: url("images/location.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position-y: 0px;
    padding-left: 15px;
    float: left;
    color: #515151;
    margin-right: 15px;
  }
}
/* line 1016, sass/style.scss */
#content #main .school_index .school_box .school_box_in .school_left {
  width: 20%;
  float: left;
}
@media only screen and (max-width: 769px) {
  /* line 1016, sass/style.scss */
  #content #main .school_index .school_box .school_box_in .school_left {
    width: 30%;
  }
}
/* line 1022, sass/style.scss */
#content #main .school_index .school_box .school_box_in .school_left img {
  width: 100%;
  height: auto;
}
/* line 1027, sass/style.scss */
#content #main .school_index .school_box .school_box_in .school_right {
  float: left;
  width: 77%;
  margin-left: 3%;
}
@media only screen and (max-width: 769px) {
  /* line 1027, sass/style.scss */
  #content #main .school_index .school_box .school_box_in .school_right {
    width: 70%;
    padding-left: 0;
    margin-left: 0;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 1037, sass/style.scss */
  #content #main .school_index .school_box .school_box_in .school_right p {
    font-size: 11px;
    margin-top: 5px;
  }
}
/* line 1044, sass/style.scss */
#content #main .school_index .school_box .school_box_in .school_info_bottom {
  padding: 20px 0;
  border-top: 1px solid #eee;
}
@media only screen and (max-width: 769px) {
  /* line 1044, sass/style.scss */
  #content #main .school_index .school_box .school_box_in .school_info_bottom {
    padding: 13px 0 0 0;
    margin-top: 10px;
    font-size: 10px;
  }
}
/* line 1052, sass/style.scss */
#content #main .school_index .school_box .school_box_in .school_info_bottom .oneweek, #content #main .school_index .school_box .school_box_in .school_info_bottom .onemonth, #content #main .school_index .school_box .school_box_in .school_info_bottom .jpstaff {
  float: left;
  margin-right: 40px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: red;
}
@media only screen and (max-width: 769px) {
  /* line 1052, sass/style.scss */
  #content #main .school_index .school_box .school_box_in .school_info_bottom .oneweek, #content #main .school_index .school_box .school_box_in .school_info_bottom .onemonth, #content #main .school_index .school_box .school_box_in .school_info_bottom .jpstaff {
    font-size: 10px;
    margin-right: 20px;
  }
}
/* line 1063, sass/style.scss */
#content #main .school_index .school_box .school_box_in .school_info_bottom .oneweek span, #content #main .school_index .school_box .school_box_in .school_info_bottom .onemonth span, #content #main .school_index .school_box .school_box_in .school_info_bottom .jpstaff span {
  font-size: 12px;
  width: 40px;
  border: 1px solid #ddd;
  padding: 5px;
  margin-right: 10px;
  background-color: #ddd;
  color: #515151;
}
@media only screen and (max-width: 769px) {
  /* line 1063, sass/style.scss */
  #content #main .school_index .school_box .school_box_in .school_info_bottom .oneweek span, #content #main .school_index .school_box .school_box_in .school_info_bottom .onemonth span, #content #main .school_index .school_box .school_box_in .school_info_bottom .jpstaff span {
    font-size: 10px;
  }
}
/* line 1084, sass/style.scss */
#content #main .pages h2 {
  margin: 0px -20px 0px -30px;
}

/* line 1093, sass/style.scss */
.post h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  margin: 10px 0;
}
/* line 1098, sass/style.scss */
.post h1 a {
  color: #515151;
}
/* line 1102, sass/style.scss */
.post .post_date {
  font-size: 16px;
}
/* line 1106, sass/style.scss */
.post .post_meta .author_info {
  margin-bottom: 10px;
}
/* line 1109, sass/style.scss */
.post .post_meta .author_info .author_img img {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 300px;
}
/* line 1118, sass/style.scss */
.post .post_content {
  font-size: 16px;
  padding: 20px 0;
  line-height: 28px;
}
/* line 1123, sass/style.scss */
.post .post_sns {
  display: none;
}
/* line 1125, sass/style.scss */
.post .post_sns a {
  width: 44%;
  display: block;
  float: left;
  text-align: center;
  background-color: blue;
  padding: 20px 0;
  color: #fff;
  padding-left: 5%;
  border-radius: 5px;
  text-indent: 20px;
}
/* line 1137, sass/style.scss */
.post .post_sns .twitter {
  background: #55acee url("images/twitter.png") 10px center no-repeat;
  background-size: 20px;
  margin-right: 2%;
}
/* line 1142, sass/style.scss */
.post .post_sns .facebook {
  background: #315096 url("images/facebook.png") 15px center no-repeat;
  background-size: 10px;
}

/* line 1149, sass/style.scss */
.sessions_desc {
  margin: 40px 0;
}
/* line 1151, sass/style.scss */
.sessions_desc p {
  margin: 20px 0;
}

/* line 1158, sass/style.scss */
.school_single h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  border-bottom: 3px solid #ddd;
  margin-bottom: 10px;
  margin-top: 0;
}
@media only screen and (max-width: 769px) {
  /* line 1158, sass/style.scss */
  .school_single h1 {
    font-size: 20px;
    line-height: 28px;
  }
}
/* line 1171, sass/style.scss */
.school_single .single_thumbnail .thumbnail_img {
  float: left;
  width: 53%;
}
/* line 1174, sass/style.scss */
.school_single .single_thumbnail .thumbnail_img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 769px) {
  /* line 1171, sass/style.scss */
  .school_single .single_thumbnail .thumbnail_img {
    float: none;
    width: 100%;
  }
}
/* line 1183, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info {
  float: left;
  padding: 0 0 0 20px;
  width: 47%;
}
@media only screen and (max-width: 769px) {
  /* line 1183, sass/style.scss */
  .school_single .single_thumbnail .thumbnail_info {
    width: 100%;
    padding: 10px 0;
    float: none;
  }
}
/* line 1192, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .left, .school_single .single_thumbnail .thumbnail_info .right {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.school_single .single_thumbnail .thumbnail_info .left{
display:none;
}
@media only screen and (max-width: 769px) {
  /* line 1192, sass/style.scss */
  .school_single .single_thumbnail .thumbnail_info .left, .school_single .single_thumbnail .thumbnail_info .right {
    display: none;
  }
}
/* line 1199, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .left div, .school_single .single_thumbnail .thumbnail_info .right div {
  margin-bottom: 10px;
}
/* line 1202, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .left a, .school_single .single_thumbnail .thumbnail_info .right a {
  color: #515151;
}
/* line 1206, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .scores {
  color: red;
}
/* line 1209, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .bottom {
  background-color: aliceblue;
  width: 100%;
  height: 115px;
  float: left;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 14px;
}
/* line 1219, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info span {
  font-size: 12px;
  font-weight: bold;
  width: 40px;
  border: 1px solid #ddd;
  padding: 5px;
  margin-right: 10px;
  background-color: #ddd;
  color: #515151;
}
/* line 1229, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .score_title {
  float: left;
  font-size: 24px;
  margin-right: 10px;
}
@media only screen and (max-width: 769px) {
  /* line 1229, sass/style.scss */
  .school_single .single_thumbnail .thumbnail_info .score_title {
    font-size: 23px;
    font-weight: bold;
  }
}
/* line 1238, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .score {
  float: left;
}
@media only screen and (max-width: 769px) {
  /* line 1238, sass/style.scss */
  .school_single .single_thumbnail .thumbnail_info .score {
    padding-bottom: 10px;
  }
}
/* line 1243, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .score img {
  width: 28px;
}
@media only screen and (max-width: 769px) {
  /* line 1243, sass/style.scss */
  .school_single .single_thumbnail .thumbnail_info .score img {
    width: 30px;
  }
}
/* line 1250, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .score_num {
  float: left;
  font-size: 26px;
  color: red;
  font-weight: bold;
  line-height: 32px;
  margin-left: 14px;
}
/* line 1258, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .score_area {
  border-bottom: 1px solid #ddd;
}
/* line 1261, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .sub_score_area {
  margin: 10px 0;
}
@media only screen and (max-width: 769px) {
  /* line 1261, sass/style.scss */
  .school_single .single_thumbnail .thumbnail_info .sub_score_area {
    display: none;
  }
}
/* line 1266, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .sub_score_area th {
  padding-right: 5px;
}
/* line 1269, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .sub_score_area .score_title {
  font-size: 12px;
  line-height: 24px;
}
/* line 1273, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .sub_score_area img {
  width: 15px;
}
/* line 1276, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .sub_score_area .score_sub_num {
  margin-left: 10px;
  float: left;
  color: red;
  line-height: 24px;
}
/* line 1284, sass/style.scss */
.school_single .single_thumbnail .sub_score_area_smp {
  display: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
@media only screen and (max-width: 769px) {
  /* line 1284, sass/style.scss */
  .school_single .single_thumbnail .sub_score_area_smp {
    display: block;
  }
}
/* line 1292, sass/style.scss */
.school_single .single_thumbnail .sub_score_area_smp th {
  width: 40%;
}
/* line 1295, sass/style.scss */
.school_single .single_thumbnail .sub_score_area_smp td {
  margin-left: 10px;
  width: 60%;
  text-align: right;
}
/* line 1299, sass/style.scss */
.school_single .single_thumbnail .sub_score_area_smp td img {
  width: 20px;
}
/* line 1308, sass/style.scss */
.school_single .post_content .tab-content .school_detail .content {
  padding: 5px;
  border: 1px solid #ddd;
  margin: 20px 0;
}
/* line 1315, sass/style.scss */
.school_single .post_content .tab-content .photos img {
  width: 32.8%;
  height: auto;
}
@media only screen and (max-width: 769px) {
  /* line 1315, sass/style.scss */
  .school_single .post_content .tab-content .photos img {
    width: 49%;
  }
}
/* line 1323, sass/style.scss */
.school_single .post_content .tab-content .school_info_table {
  width: 100%;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 769px) {
  /* line 1323, sass/style.scss */
  .school_single .post_content .tab-content .school_info_table {
    font-size: 12px;
  }
}
/* line 1329, sass/style.scss */
.school_single .post_content .tab-content .school_info_table th, .school_single .post_content .tab-content .school_info_table td {
  padding: 5px;
  border: 1px solid #ddd;
}
/* line 1333, sass/style.scss */
.school_single .post_content .tab-content .school_info_table th {
  background-color: #ECF4D9;
  font-weight: bold;
  width: 25%;
  min-width: 80px;
}
/* line 1341, sass/style.scss */
.school_single .curriculums {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: -1px;
}
/* line 1346, sass/style.scss */
.school_single .curriculums th {
  background-color: #eee;
  background-color: #ECF4D9;
}
/* line 1351, sass/style.scss */
.school_single .curriculums tr td, .school_single .curriculums tr th {
  padding: 5px;
  border: 1px solid #ddd;
}
/* line 1355, sass/style.scss */
.school_single .curriculums tr th {
  font-weight: bold;
}
/* line 1359, sass/style.scss */
.school_single .curriculums tr td:nth-child(1) {
  background-color: #ECF4D9;
  font-weight: bold;
  width: 25%;
}
/* line 1365, sass/style.scss */
.school_single .curriculums tr .desc {
  background-color: #fff !important;
  font-weight: normal !important;
}
/* line 1370, sass/style.scss */
.school_single .curriculums .curriculums_bottom {
  margin-top: 20px;
}
/* line 1374, sass/style.scss */
.school_single .tab-content {
  padding: 10px 0;
}
/* line 1377, sass/style.scss */
.school_single .tab_menus_school {
  margin-top: 20px;
}
/* line 1379, sass/style.scss */
.school_single .tab_menus_school li {
  border: 1px solid #ddd;
  font-weight: bold;
  margin-right: 15px;
}
@media only screen and (max-width: 769px) {
  /* line 1379, sass/style.scss */
  .school_single .tab_menus_school li {
    margin-bottom: 10px;
    margin-right: 2%;
    width: 48%;
  }
}
@media only screen and (max-width: 769px) {
  /* line 1389, sass/style.scss */
  .school_single .tab_menus_school li:nth-child(2n) {
    margin-right: 0;
  }
}
/* line 1394, sass/style.scss */
.school_single .tab_menus_school li a {
  color: #515151;
  padding: 5px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: -moz-linear-gradient(#ffffff, #eeeeee);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  background: linear-gradient(#ffffff, #eeeeee);
  padding-right: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-right: 0;
}
/* line 1407, sass/style.scss */
.school_single .tab_menus_school li a:hover {
  background: #AAC863;
  color: black;
}
@media only screen and (max-width: 769px) {
  /* line 1394, sass/style.scss */
  .school_single .tab_menus_school li a {
    padding: 5px;
    line-height: 20px;
  }
}

/* line 1426, sass/style.scss */
footer {
  background: #F5F5F5;
}
@media only screen and (max-width: 769px) {
  /* line 1426, sass/style.scss */
  footer {
    margin-bottom: 60px;
  }
}
/* line 1431, sass/style.scss */
footer ul {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
  width: 700px;
}
@media only screen and (max-width: 769px) {
  /* line 1431, sass/style.scss */
  footer ul {
    width: 100%;
    height: auto;
  }
}
/* line 1443, sass/style.scss */
footer ul li {
  float: left;
  width: 16.5%;
}
@media only screen and (max-width: 769px) {
  /* line 1443, sass/style.scss */
  footer ul li {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
}
/* line 1450, sass/style.scss */
footer ul li a {
  color: #515151;
}
/* line 1455, sass/style.scss */
footer .copyright {
  height: 50px;
  line-height: 50px;
  border-top: 1px dotted #ddd;
  text-align: center;
  font-size: 12px;
}

/* line 1466, sass/style.scss */
.home #content {
  padding-top: 0;
}

/* line 1472, sass/style.scss */
.company th, .company td {
  padding: 10px;
  border: 1px solid #ddd;
}
/* line 1476, sass/style.scss */
.company th {
  width: 15%;
  font-weight: bold;
  background-color: #f5f2ee;
}
/* line 1481, sass/style.scss */
.company td {
  line-height: 24px;
}

/* line 1487, sass/style.scss */
.country_list h3 {
  margin-top: 0;
}
@media only screen and (max-width: 769px) {
  /* line 1491, sass/style.scss */
  .country_list ul li {
    margin-bottom: 10px;
  }
}
/* line 1498, sass/style.scss */
.country_list ul li a {
  color: #515151;
  display: block;
  padding: 5px 10px;
}
/* line 1502, sass/style.scss */
.country_list ul li a:hover {
  background-color: #ddd;
  text-decoration: none;
}

/* line 1511, sass/style.scss */
.character_list {
  margin-bottom: 40px;
}
/* line 1514, sass/style.scss */
.character_list ul li {
  width: 50%;
  float: left;
  background: url("images/arrow.png") 16px center no-repeat;
  background-size: 10px;
  background-position: right;
  background-position-x: 95%;
}
@media only screen and (max-width: 769px) {
  /* line 1514, sass/style.scss */
  .character_list ul li {
    width: 100%;
  }
}
/* line 1524, sass/style.scss */
.character_list ul li:nth-child(2n) {
  border-right: 1px solid #ddd;
}
@media only screen and (max-width: 769px) {
  /* line 1524, sass/style.scss */
  .character_list ul li:nth-child(2n) {
    border-right: 0;
  }
}
/* line 1530, sass/style.scss */
.character_list ul li:nth-child(7), .character_list ul li:nth-child(8) {
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 769px) {
  /* line 1530, sass/style.scss */
  .character_list ul li:nth-child(7), .character_list ul li:nth-child(8) {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 769px) {
  /* line 1514, sass/style.scss */
  .character_list ul li {
    font-size: 12px;
  }
}
/* line 1540, sass/style.scss */
.character_list ul li a {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  display: block;
  padding: 10px;
  color: #515151;
}
@media only screen and (max-width: 769px) {
  /* line 1540, sass/style.scss */
  .character_list ul li a {
    border-left: 0;
    border-top: 0;
    border: 1px solid #ddd;
    margin-top: -1px;
  }
}
/* line 1552, sass/style.scss */
.character_list ul li a:hover {
  background-color: #ddd;
  text-decoration: none;
}

/* line 1561, sass/style.scss */
.only_smp {
  display: none;
}
@media only screen and (max-width: 769px) {
  /* line 1561, sass/style.scss */
  .only_smp {
    display: block;
  }
}

/* line 1570, sass/style.scss */
.navigation {
  margin: 0 auto 60px;
  width: 760px;
  height: 50px;
  font-size: 85%;
  background: #ffffff;
  box-shadow: 0 6px 10px -10px #888;
  display: none;
  z-index: 10;
  opacity: 0.9;
}
@media only screen and (max-width: 769px) {
  /* line 1570, sass/style.scss */
  .navigation {
    display: none !important;
  }
}

/* line 1585, sass/style.scss */
.inner_navigation {
  width: 1020px;
  margin: auto;
}

/* line 1591, sass/style.scss */
.inner_nav_left {
  float: left;
  margin-top: 3px;
  padding: 0 40px;
}

/* line 1597, sass/style.scss */
.inner_nav_left img {
  height: auto;
  width: 140px;
}

/* line 1602, sass/style.scss */
.inner_navi_right {
  float: right;
  margin-bottom: 0px;
  height: 50px;
}

/* line 1608, sass/style.scss */
.inner_navigation ul li img {
  width: 15px;
  height: auto;
  margin-right: 4px;
  float: left;
}

/* line 1615, sass/style.scss */
.navigation li {
  list-style: none;
  float: left;
  border-left: 1px solid #eee;
  height: 50px;
}

/* line 1622, sass/style.scss */
.last {
  border-right: 1px solid #eee;
}

/* line 1626, sass/style.scss */
.navigation li a {
  text-decoration: none;
  color: #333;
  padding: 20px 20px;
  display: block;
}

/* line 1633, sass/style.scss */
.navigation li a:hover {
  background: #f0f0f0;
}

/* line 1637, sass/style.scss */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 1643, sass/style.scss */
.fixed_top {
  position: fixed;
  bottom: 30px;
  width: 100%;
  left: 93%;
}

/* line 1651, sass/style.scss */
.appear {
  display: block;
}

/* line 1655, sass/style.scss */
.answer {
  margin-bottom: 40px;
  margin-top: -50px;
  padding-top: 50px;
}
/* line 1659, sass/style.scss */
.answer h4 {
  font-weight: bold;
  background-color: #ddd;
  padding: 10px;
  background-color: #AAC863;
  color: #fff;
}

/* line 1668, sass/style.scss */
.num {
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  color: red;
}

/* line 1675, sass/style.scss */
.fixed_footer {
  display: none;
}
@media only screen and (max-width: 769px) {
  /* line 1675, sass/style.scss */
  .fixed_footer {
    display: block;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    height: 60px;
    padding: 10px;
    border-top: 1px solid #ddd;
  }
}
/* line 1687, sass/style.scss */
.fixed_footer div {
  float: left;
  color: #555;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: -moz-linear-gradient(#ffffff, #eeeeee);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  background: linear-gradient(#ffffff, #eeeeee);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 10px;
  width: 24%;
  text-align: center;
}
/* line 1704, sass/style.scss */
.fixed_footer div a {
  color: #515151;
}
/* line 1708, sass/style.scss */
.fixed_footer .button_phone {
  color: #555;
  font-weight: bold;
  background-repeat: no-repeat;
  background-image: url("/images/phone_smp.png");
  background-position-x: 15px;
  line-height:17px;
  width: 47%;
  padding: 8px 4px 0px 4px;
  margin-right: 3%;
  background-size: 14px;
  background-position-y: 6px;
  text-align: center;
}
/* line 1721, sass/style.scss */
.fixed_footer .button_session {
  margin-right: 2%;
}
/* line 1724, sass/style.scss */
.fixed_footer .button_request {
  font-size: 11.5px;
  padding: 12px 5px;
}

/* line 1731, sass/style.scss */
.contact iframe, .request iframe {
  width: 100%;
}

@media only screen and (max-width: 769px) {
  /* line 1736, sass/style.scss */
  .request, .contact {
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
}

/* line 1746, sass/style.scss */
.sorry {
  color: #555;
  text-align: center;
  margin: 40px;
  font-size: 28px;
  font-weight: bold;
}

/* line 1754, sass/style.scss */
.about_table {
  width: 100%;
  margin: 20px 0;
}
/* line 1757, sass/style.scss */
.about_table th, .about_table td {
  padding: 20px;
  border: 1px solid #ddd;
}
/* line 1761, sass/style.scss */
.about_table th {
  width: 20%;
  background: #F5F5F5;
  font-weight: bold;
}
/* line 1766, sass/style.scss */
.about_table td {
  width: 80%;
}

/* line 1771, sass/style.scss */
.session_bottom_area {
  width: 100%;
}
/* line 1773, sass/style.scss */
.session_bottom_area a {
  display: block;
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 20px;
}
/* line 1779, sass/style.scss */
.session_bottom_area a:nth-child(3n) {
  margin-right: 0;
}
/* line 1782, sass/style.scss */
.session_bottom_area a img {
  width: 100%;
}

/* line 1789, sass/style.scss */
.footer_banner_area {
  background: #F5F5F5;
  padding: 40px 0;
}
/* line 1792, sass/style.scss */
.footer_banner_area .textwidget {
  margin: 0 auto;
  text-align: center;
}
/* line 1796, sass/style.scss */
.footer_banner_area a {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 769px) {
  /* line 1800, sass/style.scss */
  .footer_banner_area img {
    width: 100%;
  }
}

/* line 1808, sass/style.scss */
.site_title h1 {
  font-size: 10px;
  margin: 0;
  padding: 5px;
}

/* line 1819, sass/style.scss */
.smp_slider {
  display: none;
}
@media only screen and (max-width: 769px) {
  /* line 1819, sass/style.scss */
  .smp_slider {
    display: block;
  }
}
/* line 1824, sass/style.scss */
.smp_slider img {
  width: 100%;
}

/* line 1829, sass/style.scss */
.to_top {
  bottom: 30px;
  right: 30px;
}
@media only screen and (max-width: 769px) {
  /* line 1829, sass/style.scss */
  .to_top {
    display: none !important;
  }
}

/* line 1838, sass/style.scss */
.iframe-content {
  position: relative;
  width: 100%;
  padding: 45% 0 0 0;
  margin-top: 20px;
}
@media only screen and (max-width: 769px) {
  /* line 1838, sass/style.scss */
  .iframe-content {
    padding: 75% 0 0 0;
  }
}

/* line 1847, sass/style.scss */
.iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1855, sass/style.scss */
.curriculums_wrap, .money_in_philippine {
  overflow-x: scroll;
  overflow-y: hidden;
}
/* line 1858, sass/style.scss */
.curriculums_wrap th, .curriculums_wrap td, .money_in_philippine th, .money_in_philippine td {
  white-space: nowrap;
}

/* line 1863, sass/style.scss */
.other {
  width: 100%;
  border: 1px solid #ddd;
}
/* line 1866, sass/style.scss */
.other .other_title {
  width: 20%;
  background-color: #ECF4D9;
  font-weight: bold;
  text-align: center;
}
/* line 1872, sass/style.scss */
.other .other_content {
  width: 30%;
  background-color: #ECF4D9;
  font-weight: bold;
}
/* line 1877, sass/style.scss */
.other .other_price {
  background-color: #ECF4D9;
  font-weight: bold;
}
/* line 1881, sass/style.scss */
.other th, .other td {
  border: 1px solid #ddd;
  padding: 10px;
}

.shop_category{margin-bottom:10px;margin-left:0px;margin-right:0px;}
.shop_category li{border-bottom:1px solid #e6e6e6;background:#ffffff; }
.shop_category li a{overflow:hidden;display:block;padding:8px 21px 4px 0;background:url(/images/arrow_back.png) no-repeat right center;color:#333333;}
.shop_category img{vertical-align:bottom;}
.shop_category .image{display:block;float:left;margin-right:5px; width:70px;text-align:center;}
.shop_category .image_large{display:block;float:left;margin-right:5px; width:70px;text-align:center;}
.shop_category dl{overflow:hidden;}
.shop_category .title{line-height:1.25;font-size:16px;font-weight:bold;color:#000000;word-break:break-all;word-wrap:break-word;-moz-word-wrap:break-word;}
.shop_category .title:only-child{line-height:20px;}
.shop_category .sub{line-height:1.25;font-size:12px;color:#000000;word-break:break-all;word-wrap:break-word;-moz-word-wrap:break-word; overflow:hidden;}
.shop_category_menu{line-height:1.25;font-size:16px;font-weight:bold;word-break:break-all;word-wrap:break-word;-moz-word-wrap:break-word; background:#FFFFFF; border-left:5px solid #B21617; margin:15px 10px 10px 10px; color:#000000; padding-left:5px;}


.school-course { font-size:12px; margin:0; padding:0; width:100%;} 
.school-course th {background:#EDEDED; text-align:center; padding-left:5px; padding:8px 0 5px 0; border:1px solid #C9C9C9; font-weight:normal;}
.school-course td {background:#FFFFFF; text-align:center; font-size:13px; padding:8px 0; line-height:16px;border:1px solid #C9C9C9;} 


.toiawase-btn{text-align:center; margin-top:10px;}
.toiawase-btn a {
  line-height: 100%;
  display: inline-block;
  padding: 10px 50px;
  
  font-size: 14px;
  line-height: 15px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  text-align:center;
  border:1px solid #555555;
  text-decoration: underline;
  background:#F8F8F8;
  text-decoration:none;
  color:#000000;
}
.toiawase-btn a:hover {
  text-decoration: underline;
  background:#F2F2F2;
}

.sidebar_left_form {
  border-top: 3px dotted #ddd;
  padding: 10px 0;
  margin: 10px 0;
  width:100%;
  text-align:center;
  
}
/* line 496, sass/style.scss */
.sidebar_left_form li {
  max-width:500px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: bold;
  margin:auto;
  margin-bottom: 7px;
  background-color: #AAC863;
}
/* line 503, sass/style.scss */
.sidebar_left_form li a {
  padding: 10px;
  color: #fff;
  display: block;
}


/* line 460, sass/style.scss */
.sidebar_left_phone {
  font-size: 24px;
  line-height: 40px;
  color: red;
  font-weight: bold;
  background: url("/images/phone.png") 0px no-repeat;
  background-size: 24px;
  background-position-x: 0px;
  text-indent: 36px;
  width:200px;
}
.sidebar_left_title {
  font-weight: bold;
  color: #515151;
  border-radius: 5px;
  text-align: left;
}