@font-face {
  font-family: 'wakaicon';
  src: url('fonts/wakaicon.eot?oaewt3');
  src: url('fonts/wakaicon.eot?oaewt3#iefix') format('embedded-opentype'),
    url('fonts/wakaicon.ttf?oaewt3') format('truetype'),
    url('fonts/wakaicon.woff?oaewt3') format('woff'),
    url('fonts/wakaicon.svg?oaewt3#wakaicon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wakaicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pos:before {
  content: "\e900";
}

.icon-smart-i:before {
  content: "\e903";
}

.icon-mail:before {
  content: "\e901";
}

.icon-notebook:before {
  content: "\e902";
}

.icon-pencil:before {
  content: "\e904";
}

.icon-teachers:before {
  content: "\e905";
}

.icon-school:before {
  content: "\e906";
}

.icon-flow:before {
  content: "\e907";
}

.icon-record:before {
  content: "\e908";
}

.icon-phone:before {
  content: "\e942";
}

.icon-location:before {
  content: "\e947";
}

.icon-display:before {
  content: "\e956";
}

.icon-menu3:before {
  content: "\e9bf";
}


.table2 th {
  text-align: center;
  vertical-align: middle !important;
}

.table2 td {
  text-align: center;
  vertical-align: middle !important;
}


footer {
  background-color: #00B7DE;
  color: #fff;
  font-size: small;
  line-height: 1em;
  padding: 1em;
}

footer a {
  color: aliceblue;
}

footer a:hover {
  color: yellow;
}

.list-inline {
  line-height: 2em;
}

.mainimage {
  background-color: #00B7DE;
  color: #fff;
}

[class*=design-] .lead {
  font-size: 1.5em;
}

[class*=design-] h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.8em;
}

[class*=design-] .btn span {
  border: 0;
}

.classlist td,
.classlist th {
  vertical-align: middle;
}

.btn-lg {
  padding: 12px 6px;
}

.container .top_lead {font-size:50px;}


@media(min-width: 992px) {

  /*----------------------*/
  .mainimage .container {
    padding-right: 200px;
  }

  [class*=design-] .row {
    margin-right: 20px;
    margin-left: 20px;
  }

  /*----------------------*/
}

@media(min-width: 768px) {

  /*----------------------*/
  .mainimage-back {
    background: url('img/illust-pc.png') no-repeat right bottom;
    margin-left: 30px;
    width: 100%;
  }

  /*----------------------*/
}

@media(max-width: 767px) {

  /*----------------------*/
  body {
    padding-top: 54px;
  }

  .mainimage-back {
    margin-left: 10px;
    margin-right: 10px;
  }

  .address {
    display: none;
  }

  section {
    padding-top: 60px;
  }

  [class*=design-] h2 {
    margin-top: 0;
  }

  [class*=col-sm-],
  .row {
    margin-bottom: 1em;
  }

  .container .top_lead {
    font-size:40px;
  }

  .table-responsive .table2 .border_b {
    border-bottom:1px solid #ddd !important;
  }
  .list_table th, .list_table td {
    display:block;
  }
  .top_mv {
    margin-bottom:0;
  }
  .top_mv .mvspace {
    padding:0;
  }



  /*----------------------*/
}





