@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: top;
}

/* 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-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","sans-serif";
  font-size: 14px;
  line-height: 20px;
  color: #414141;
}

/* line 31, sass/style.scss */
a {
  /*font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;*/
  font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","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: 970px;
  margin: 0 auto;
}

/* 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: right;
  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;
}
/* line 124, sass/style.scss */
header {
  height: 60px;
  border-top: 1px solid #ddd;
}
/* line 134, sass/style.scss */
header .container {
  position: relative;
}
/* line 136, sass/style.scss */
header .container .logo {
  width: 100px;
  display: block;
  position: absolute;
  top: 5px;
  left: 30px;
  padding: 0px;
  border-top: 0;
}
/* line 149, sass/style.scss */
header .container .logo img {
  width: 200px;
  margin-top: 0px;
}
/* line 157, sass/style.scss */
header .container nav {
  float: right;
  line-height: 30px;
}
/* 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: 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: 24px;
  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 {
  height: 250px;
  min-width:970px;
  padding: 80px 0 100px 13px;
}
/* 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: 60px;
}
/* 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: none;
  background-color: #fff;
  margin-bottom: 0;
}
/* 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;
}
#content_navi {
  background: #F5F5F5;
  width: 100%;
}
/* line 375, sass/style.scss */
#content_navi .nav_bottom_area {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  height: 60px;
  margin-bottom: 0px;
}
/* line 383, sass/style.scss */
#content_navi .nav_bottom_area .nav_bottom {
  height: 60px;
  margin-bottom: 20px;
  background-color: #fff;
}
/* line 387, sass/style.scss */
#content_navi .nav_bottom_area .nav_bottom ul {
  height: 60px;
  line-height: 45px;
}
/* line 390, sass/style.scss */
#content_navi .nav_bottom_area .nav_bottom ul li {
  float: left;
  width: 12.2%;
  height: 60px;
  font-size:13px;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-size: 20px;
  background-position: 50% 35px;
  background-repeat: no-repeat;
}
/* line 401, sass/style.scss */
#content_navi .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_navi .nav_bottom_area .nav_bottom ul li:nth-child(1) {
  background-image: url("/images/home.png");
}
/* line 405, sass/style.scss */
#content_navi .nav_bottom_area .nav_bottom ul li:nth-child(2) {
  background-image: url("/images/home.png");
}
/* line 405, sass/style.scss */
#content_navi .nav_bottom_area .nav_bottom ul li:nth-child(3) {
  background-image: url("/images/home.png");
}
/* line 408, sass/style.scss */
#content_navi .nav_bottom_area .nav_bottom ul li:nth-child(4) {
  background-size: 17px;
  background-image: url("/images/flow.png");
}
/* line 412, sass/style.scss */
#content_navi .nav_bottom_area .nav_bottom ul li:nth-child(5) {
  background-size: 15px;
  background-image: url("/images/qa.png");
}
/* line 416, sass/style.scss */
#content_navi .nav_bottom_area .nav_bottom ul li:nth-child(6) {
  background-image: url("/images/mail.png");
}
/* line 419, sass/style.scss */
#content_navi .nav_bottom_area .nav_bottom ul li:nth-child(7) {
  background-image: url("/images/contact.png");
  background-size: 15px;
}
/* line 423, sass/style.scss */
#content_navi .nav_bottom_area .nav_bottom ul li:nth-child(8) {
  background-size: 15px;
  background-image: url("/images/apply.png");
}
/* line 427, sass/style.scss */
#content_navi .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 {
  width: 240px;
  margin-right:20px;
  /*float: left;*/
  background-color: #fff;
  border: 1px solid #ddd;
  padding:15px 0 5px 0;
}

#content #sidebar_left #left_contents{
  width: 200px;
  margin:auto;

}


/* 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;
  margin-bottom:10px;
}
/* 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: 20px;
  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 {
  width: 670px;
  min-height: 80px;
  float: left;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #ddd;
}
/* 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: 30px 20px;
}
/* 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: 20px;
  font-weight: bold;
  line-height: 28px;
  border-bottom: 2px dotted #ddd;
  margin-bottom:10px;
  padding-top:10px;
}
/* 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%;
}
/* 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: 10px 0 5px 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
}
}
/* 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;
  padding-bottom: 5px;
}
/* line 600, sass/style.scss */
#content #main .session .unit .unit_in ul li a {
  color: #515151;
}
/* 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;
}
/* 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%;
}
/* line 638, sass/style.scss */
#content #main .session .kansai .unit_in ul li span {
  background-color: #39A869;
}
/* line 649, sass/style.scss */
#content #main .maps {
  padding-bottom: 0px;
  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;
}
/* line 664, sass/style.scss */
#content #main .maps ul {
  width: 600px;
  margin: 0 auto;
}
/* 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;
}
/* line 686, sass/style.scss */
#content #main .maps ul li:nth-child(2n) {
  margin-right: 0;
}
/* 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;
}
/* 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;
}
/* 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;
}
/* 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;
}
/* line 783, sass/style.scss */
#content #main .schools ul li h4 {
  font-size: 18px;
  font-family: 'Lato';
  padding: 0 0 10px 0;
}
/* 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;
}

#content #main .about_pro p {
	padding:5px 0 5px 0;
}

.kugirisen1{
	color:#EEEEEE;
	background-color: #ff0000;
}

.free_centertomg{
	padding:5px 0 5px 0;
}

/* 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 .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;
  text-align:left;
}
/* 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 973, sass/style.scss */
#content #main .school_index .school_box {
  width: 100%;
  margin-bottom: 20px;
}
/* line 976, sass/style.scss */
#content #main .school_index .school_box .school_box_in {
  padding: 10px;
  border: 1px solid #ccc;
}
/* line 982, 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;
}
/* line 994, 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: 0 10px;
  padding-left: 15px;
}
/* line 1019, sass/style.scss */
#content #main .school_index .school_box .school_box_in .school_left {
  width: 20%;
  float: left;
}
/* line 1025, sass/style.scss */
#content #main .school_index .school_box .school_box_in .school_left img {
  width: 100%;
  height: auto;
}
/* line 1030, sass/style.scss */
#content #main .school_index .school_box .school_box_in .school_right {
  float: left;
  width: 77%;
  margin-left: 3%;
}
/* line 1047, sass/style.scss */
#content #main .school_index .school_box .school_box_in .school_info_bottom {
  padding: 20px 0;
  border-top: 1px solid #eee;
}
/* line 1055, 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;
}
/* line 1066, 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;
}
/* line 1087, sass/style.scss */
#content #main .pages h2 {
  margin: 0px -20px 0px -30px;
}

/* line 1096, sass/style.scss */
.post h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  margin: 10px 0;
}
/* line 1101, sass/style.scss */
.post h1 a {
  color: #515151;
}
/* line 1105, sass/style.scss */
.post .post_date {
  font-size: 16px;
}
/* line 1109, sass/style.scss */
.post .post_meta .author_info {
  margin-bottom: 10px;
}
/* line 1112, sass/style.scss */
.post .post_meta .author_info .author_img img {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 300px;
}
/* line 1121, sass/style.scss */
.post .post_content {
  font-size: 16px;
  padding: 20px 0;
  line-height: 28px;
}
/* line 1126, sass/style.scss */
.post .post_sns {
  display: none;
}
/* line 1128, 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 1140, sass/style.scss */
.post .post_sns .twitter {
  background: #55acee url("/images/twitter.png") 10px center no-repeat;
  background-size: 20px;
  margin-right: 2%;
}
/* line 1145, sass/style.scss */
.post .post_sns .facebook {
  background: #315096 url("/images/facebook.png") 15px center no-repeat;
  background-size: 10px;
}

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

/* line 1161, 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;
}
/* line 1174, sass/style.scss */
.school_single .single_thumbnail .thumbnail_img {
  float: left;
  width: 53%;
}
/* line 1177, sass/style.scss */
.school_single .single_thumbnail .thumbnail_img img {
  width: 100%;
  height: auto;
}
/* line 1186, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info {
  float: left;
  padding: 0 0 0 20px;
  width: 47%;
}
/* line 1195, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .left, .school_single .single_thumbnail .thumbnail_info .right {
  float: left;
  width: 50%;
  margin-top: 5px;
  font-size: 13px;
}
/* line 1202, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .left div, .school_single .single_thumbnail .thumbnail_info .right div {
  margin-bottom: 10px;
}
/* line 1205, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .left a, .school_single .single_thumbnail .thumbnail_info .right a {
  color: #515151;
}
/* line 1209, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .scores {
  color: red;
  font-size: 13px;
}
/* line 1212, 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 1222, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info span {
  font-size: 10px;
  font-weight: bold;
  width: 40px;
  border: 1px solid #ddd;
  padding: 5px;
  margin-right: 10px;
  background-color: #ddd;
  color: #515151;
}
/* line 1232, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .score_title {
  float: left;
  font-size: 24px;
  margin-right: 10px;
}
/* line 1241, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .score {
  float: left;
}
/* line 1246, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .score img {
  width: 28px;
}
/* line 1253, 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 1261, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .score_area {
  border-bottom: 1px solid #ddd;
}
/* line 1264, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .sub_score_area {
  margin: 10px 0;
}
/* line 1269, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .sub_score_area th {
  padding-right: 15px;
}
/* line 1272, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .sub_score_area .score_title {
  font-size: 12px;
  line-height: 24px;
}
/* line 1276, sass/style.scss */
.school_single .single_thumbnail .thumbnail_info .sub_score_area img {
  width: 15px;
}
/* line 1279, 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 1287, sass/style.scss */
.school_single .single_thumbnail .sub_score_area_smp {
  display: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
/* line 1295, sass/style.scss */
.school_single .single_thumbnail .sub_score_area_smp th {
  width: 40%;
}
/* line 1298, sass/style.scss */
.school_single .single_thumbnail .sub_score_area_smp td {
  margin-left: 10px;
  width: 60%;
  text-align: right;
}
/* line 1302, sass/style.scss */
.school_single .single_thumbnail .sub_score_area_smp td img {
  width: 20px;
}
/* line 1311, sass/style.scss */
.school_single .post_content .tab-content .school_detail .content {
  padding: 10px;
  border: 1px solid #ddd;
  margin: 20px 0;
}
/* line 1318, sass/style.scss */
.school_single .post_content .tab-content .photos img {
  width: 32.8%;
  height: auto;
}
/* line 1326, sass/style.scss */
.school_single .post_content .tab-content .school_info_table {
  width: 100%;
  border: 1px solid #ddd;
}
/* line 1332, sass/style.scss */
.school_single .post_content .tab-content .school_info_table th, .school_single .post_content .tab-content .school_info_table td {
  padding: 10px;
  border: 1px solid #ddd;
}
/* line 1336, sass/style.scss */
.school_single .post_content .tab-content .school_info_table th {
  background-color: #ECF4D9;
  font-weight: bold;
  width: 25%;
}
/* line 1344, sass/style.scss */
.school_single .curriculums {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: -1px;
}
/* line 1349, sass/style.scss */
.school_single .curriculums th {
  background-color: #eee;
  background-color: #ECF4D9;
}
/* line 1354, sass/style.scss */
.school_single .curriculums tr td, .school_single .curriculums tr th {
  padding: 10px;
  border: 1px solid #ddd;
}
/* line 1358, sass/style.scss */
.school_single .curriculums tr th {
  font-weight: bold;
}
/* line 1362, sass/style.scss */
.school_single .curriculums tr td:nth-child(1) {
  background-color: #ECF4D9;
  font-weight: bold;
  width: 25%;
}
/* line 1368, sass/style.scss */
.school_single .curriculums tr .desc {
  background-color: #fff !important;
  font-weight: normal !important;
}
/* line 1373, sass/style.scss */
.school_single .curriculums .curriculums_bottom {
  margin-top: 20px;
}
/* line 1377, sass/style.scss */
.school_single .tab-content {
  padding: 10px 0;
}
/* line 1380, sass/style.scss */
.school_single .tab_menus_school {
  margin-top: 5px;
}
/* line 1382, sass/style.scss */
.school_single .tab_menus_school li {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  /*font-weight: bold;*/
  margin-right: 0px;
}
/* line 1397, sass/style.scss */
.school_single .tab_menus_school li a {
  color: #515151;
  padding: 10px 6px 10px 6px;
  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 1410, sass/style.scss */
.school_single .tab_menus_school li a:hover {
  background: #AAC863;
  color: black;
}

/* line 1429, sass/style.scss */
footer {
  background: #F5F5F5;
}
/* line 1434, sass/style.scss */
footer ul {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
  width: 700px;
}
/* line 1446, sass/style.scss */
footer ul li {
  float: left;
  width: 16.5%;
}
/* line 1453, sass/style.scss */
footer ul li a {
  color: #515151;
}
/* line 1458, sass/style.scss */
footer .copyright {
  height: 50px;
  line-height: 50px;
  border-top: 1px dotted #ddd;
  text-align: center;
  font-size: 12px;
}

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

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

/* line 1490, sass/style.scss */
.country_list h3 {
  margin-top: 0;
}
/* line 1501, sass/style.scss */
.country_list ul li a {
  color: #515151;
  display: block;
  padding: 5px 10px;
}
/* line 1505, sass/style.scss */
.country_list ul li a:hover {
  background-color: #ddd;
  text-decoration: none;
}

/* line 1514, sass/style.scss */
.character_list {
  margin-bottom: 40px;
}
/* line 1517, sass/style.scss */
.character_list ul li {
  width: 334px;
  float: left;
  background: url("/images/arrow.png") 16px center no-repeat;
  background-size: 10px;
  background-position: right;
  background-position-x: 95%;
}
/* line 1527, sass/style.scss */
.character_list ul li:nth-child(2n) {
  float: left;
  border-right: 1px solid #ddd;
}
/* line 1533, sass/style.scss */
.character_list ul li:nth-child(18), .character_list ul li:nth-child(19) {
  float: left;
  border-bottom: 1px solid #ddd;
}
/* line 1540, sass/style.scss */
.character_list ul li:nth-child(19) {
  float: left;
  border-right: 1px solid #ddd;
}
/* line 1547, sass/style.scss */
.character_list ul li a {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  display: block;
  padding: 10px;
  color: #515151;
}
/* line 1559, sass/style.scss */
.character_list ul li a:hover {
  background-color: #ddd;
  text-decoration: none;
}

/* line 1568, sass/style.scss */
.only_smp {
  display: none;
}

/* line 1577, 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1682, sass/style.scss */
.fixed_footer {
  display: none;
}
/* line 1694, 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 1711, sass/style.scss */
.fixed_footer div a {
  color: #515151;
}
/* line 1715, 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;
  width: 47%;
  padding: 10px;
  margin-right: 3%;
  background-size: 14px;
  background-position-y: 6px;
  text-align: center;
}
/* line 1728, sass/style.scss */
.fixed_footer .button_session {
  margin-right: 2%;
}
/* line 1731, sass/style.scss */
.fixed_footer .button_request {
  font-size: 11.5px;
  padding: 12px 5px;
}

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

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

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

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

/* line 1796, sass/style.scss */
.footer_banner_area {
  background: #F5F5F5;
  padding: 40px 0;
}
/* line 1799, sass/style.scss */
.footer_banner_area .textwidget {
  margin: 0 auto;
  text-align: center;
}
/* line 1803, sass/style.scss */
.footer_banner_area a {
  display: block;
  margin-bottom: 20px;
}

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

/* line 1826, sass/style.scss */
.smp_slider {
  display: none;
}
/* line 1831, sass/style.scss */
.smp_slider img {
  width: 100%;
}

/* line 1836, sass/style.scss */
.to_top {
  bottom: 30px;
  right: 30px;
}

/* line 1845, sass/style.scss */
.iframe-content {
  position: relative;
  width: 100%;
  padding: 45% 0 0 0;
  margin-top: 20px;
}
/* line 1854, sass/style.scss */
.iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

/* line 1895, sass/style.scss */
.free_centerformtwo iframe {
  width: 100%;
}
.fixed_footer .button_phone{
    background: #2980b9;
}

.fixed_footer .button_session
{
  background: #7cbd26;
  padding: 13px 0;
  font-size: 10px;

}

.fixed_footer .button_request {
  background: orange;
}


.fixed_footer .button_phone a,
.fixed_footer .button_session a,
.fixed_footer .button_request a {
  color: #fff;
}

header .container .np_logo{
  width: 200px;
}


#content #main img{
 max-width:100%;
}

.sws{
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    background: #F5F5F5;
    padding-top: 20px;
}






.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  /*border-bottom: 1px solid #dddddd;*/
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  /*border: 1px solid transparent;*/
  /*border-radius: 4px 4px 0 0;*/
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  /*border: 1px solid #dddddd;*/
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

.school-course { font-size:12px; margin:0; padding:0; width:100%;} 
.school-course th {background:#EDEDED; text-align:center; padding-left:13px; 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;} 


.school_top_img{margin-top:15px;}
.school_top_img ul{margin:0; padding:0px; overflow: hidden;}
.school_top_img li{float:left; padding:0px 4px;overflow: hidden;}
.school_top_img img{padding:1px;}
.school_top_img li .text{font-size:12px; width:200px; padding:5px 0px; text-align:center;}


.school_name p{font-size:20px; line-height:26px; font-weight:bold; padding:5px;}
.school_name span{font-size:14px;line-height:16px; margin-left:5px;}
.school_name a{text-decoration:underline;color:#000000;}
.school_name a:hover{text-decoration:underline; color:#666666;}


.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;
}

.top_footer_link a {
  color: #444444;
  font-size: 10px;
}


/* line 235, sass/style.scss */
#front_header_box {
  height: 250px;
  min-width:970px;
  padding: 80px 0 100px 13px;
}
/* line 241, sass/style.scss */
#front_header_box 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_box ul {
  text-align: center;
  margin: 0 auto;
  margin-top: 60px;
}
/* line 253, sass/style.scss */
#front_header_box ul li {
  display: inline-block;
  margin-right: 20px;
}