@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
* {
  box-sizing: border-box;
}

/* スマホスタイル */
.visible-sp-block, .visible-sp-inline {
  display: none;
}

.base {
  position: relative;
  top: 0px;
  left: 0px;
}

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  width: 100%;
}

.cf {
  /* For IE 6/7 (trigger hasLayout) */
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

.clear hr {
  display: none;
}

.flexbox_list {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

a.button {
  background-color: #50A3F1;
  border: 3px solid #50A3F1;
  color: #fff;
  font-size: 16px;
  padding: 0.6em 1.5em 0.6em 2em;
  cursor: pointer;
  display: inline-block;
}
a.button:hover {
  background-color: #7DC1FE;
}

#steps {
  width: 850px;
  margin: 0 auto 40px auto;
}
#steps .steps__bar {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  border-top: 3px solid #7ec1ff;
}
#steps .steps__step {
  width: 95px;
}
#steps .steps__step .step__circle {
  text-align: center;
  background-color: #a1a1a1;
  color: #fff;
  line-height: 2.1em;
  -moz-border-radius: 48px;
  -webkit-border-radius: 48px;
  border-radius: 48px;
  font-size: 18px;
  padding-top: 6px;
  position: relative;
  border: 3px solid #7ec1ff;
  width: 95px;
  height: 95px;
  margin-bottom: 10px;
}
#steps .steps__step .step__circle .num {
  font-size: 46px;
}
#steps .steps__step .step__label {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
#steps .steps__step.current .step__circle {
  background-color: #7ec1ff;
}
#steps .steps__step.current .step__label {
  color: #7ec1ff;
}

#message {
  width: 850px;
  margin: 0 auto 40px auto;
}

#contact {
  width: 970px;
  margin: 0 auto;
}
#contact .form_title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}
#contact .form_title .fa {
  font-size: 20px;
  background: #eee;
  width: 2.3em;
  height: 2.3em;
  line-height: 2.3em;
  margin: 0 0 15px 0;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
  color: #333;
}
#contact .about__title {
  margin-bottom: 40px;
}
#contact #message {
  text-align: left;
  margin: 0 0px 10px 0px;
}
#contact #message .fa {
  color: #7ec1ff;
  margin-right: 0.5em;
}
#contact #message ul {
  margin-bottom: 20px;
}
#contact #message ul li {
  margin-bottom: 0.3em;
}
#contact #message .message__about {
  margin-bottom: 20px;
}
#contact #message .message__direct {
  background-color: #f5f5f5;
  padding: 1em 0;
}
#contact #message .message__direct .direct__label {
  margin-left: 240px;
}
#contact #message .message__direct .direct__tel {
  color: #7ec1ff;
  font-size: 2.5em;
  margin: 15px 40px 0 240px;
  float: left;
}
#contact #message .message__direct .direct__open {
  float: left;
  margin: 5px 0 0 0;
}
#contact .form__btn-main {
  background-color: #50A3F1;
  border: 3px solid #50A3F1;
  color: #fff;
  font-size: 20px;
  padding: 0.6em 1.5em 0.6em 2em;
  letter-spacing: 0.5em;
  cursor: pointer;
  margin: 0 10px;
}
#contact .form__btn-main:hover {
  background-color: #7DC1FE;
}
#contact .form__btn-sub {
  background-color: #7DC1FE;
  border: 3px solid #7DC1FE;
  color: #fff;
  font-size: 20px;
  padding: 0.6em 1.5em 0.6em 2em;
  letter-spacing: 0.5em;
  cursor: pointer;
  margin: 0 10px;
}
#contact .form__btn-sub:hover {
  background-color: #b7dcff;
}
#contact #form input[type="text"], #contact #confirm input[type="text"] {
  padding: 10px;
}
#contact #form input.long, #contact #confirm input.long {
  width: 600px;
}
#contact #form input.middle, #contact #confirm input.middle {
  width: 250px;
}
#contact #form input.short, #contact #confirm input.short {
  width: 100px;
}
#contact #form .form__group .group__about, #contact #confirm .form__group .group__about {
  font-weight: bold;
  margin-bottom: 30px;
}
#contact #form .form__group .group__about .about__imp, #contact #confirm .form__group .group__about .about__imp {
  color: #d20303;
  margin-bottom: 15px;
}
#contact #form .form__group .group__label, #contact #confirm .form__group .group__label {
  border-left: 5px solid #7ec1ff;
  font-weight: bold;
  font-size: 18px;
  padding-left: 15px;
  margin-bottom: 30px;
}
#contact #form .form__group.group_basic, #contact #confirm .form__group.group_basic {
  margin-bottom: 50px;
}
#contact #form .form__list, #contact #confirm .form__list {
  border-top: 1px solid #aaa;
}
#contact #form .form__list .list__row, #contact #confirm .form__list .list__row {
  border-bottom: 1px solid #aaa;
  padding: 20px 0;
}
#contact #form .form__list .list__row .list__label, #contact #confirm .form__list .list__row .list__label {
  float: left;
  width: 180px;
  padding: 10px 0;
  margin-right: 80px;
}
#contact #form .form__list .list__row .list__input, #contact #confirm .form__list .list__row .list__input {
  float: left;
  width: 710px;
  line-height: 2em;
}
#contact #form .form__list .list__row .list__input .input__caution, #contact #confirm .form__list .list__row .list__input .input__caution {
  font-weight: bold;
  color: #d20303;
}
#contact #form .form__list .list__row .list__input .radio, #contact #confirm .form__list .list__row .list__input .radio {
  float: left;
  margin-right: 20px;
  padding: 10px 0;
}
#contact #form .form__list .list__row .list__input.input_full, #contact #confirm .form__list .list__row .list__input.input_full {
  width: 100%;
}
#contact #form .form__list .list__row .list__input .error, #contact #confirm .form__list .list__row .list__input .error {
  display: inline-block;
  color: #ea300b;
  margin-top: 3px;
}
#contact #form .form__list .list__row .list__input .error img, #contact #confirm .form__list .list__row .list__input .error img {
  width: 15px;
  height: 15px;
  display: inline;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
#contact #form .form__send, #contact #confirm .form__send {
  text-align: center;
}
#contact #form .form__send .send__contact, #contact #confirm .form__send .send__contact {
  margin-bottom: 30px;
}
#contact #form .form__send .send__contact .contact__label, #contact #confirm .form__send .send__contact .contact__label {
  font-weight: bold;
  margin-bottom: 10px;
}
#contact #form .form__send form, #contact #confirm .form__send form {
  display: inline-block;
}
#contact #form .warning, #contact #confirm .warning {
  text-align: left;
  font-weight: normal;
  margin: 0 0px 20px 20px;
}
#contact #form .warning li, #contact #confirm .warning li {
  margin-bottom: 0.3em;
}
#contact #form form, #contact #confirm form {
  display: block;
}
#contact #form form input[type=checkbox], #contact #confirm form input[type=checkbox] {
  margin-right: 0.5em;
}
#contact #form form table, #contact #confirm form table {
  width: 100%;
}
#contact #form form table tbody tr, #contact #confirm form table tbody tr {
  border-bottom: 1px solid #e6ebf4;
}
#contact #form form table tbody th, #contact #form form table tbody td, #contact #confirm form table tbody th, #contact #confirm form table tbody td {
  padding: 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
#contact #form form table tbody th input:nth-child(n+2), #contact #form form table tbody td input:nth-child(n+2), #contact #confirm form table tbody th input:nth-child(n+2), #contact #confirm form table tbody td input:nth-child(n+2) {
  margin-top: 5px;
}
#contact #form form table tbody th .input_row, #contact #form form table tbody td .input_row, #contact #confirm form table tbody th .input_row, #contact #confirm form table tbody td .input_row {
  margin-bottom: 5px;
}
#contact #form form table tbody th .input_row .row__label, #contact #form form table tbody td .input_row .row__label, #contact #confirm form table tbody th .input_row .row__label, #contact #confirm form table tbody td .input_row .row__label {
  display: inline-block;
  width: 100px;
}
#contact #form form table tbody th .radio, #contact #form form table tbody td .radio, #contact #confirm form table tbody th .radio, #contact #confirm form table tbody td .radio {
  float: left;
  margin: 0 20px 0 0;
}
#contact #form form table tbody th .radio input, #contact #form form table tbody td .radio input, #contact #confirm form table tbody th .radio input, #contact #confirm form table tbody td .radio input {
  position: relative;
  margin: 0 0.2em 0 0;
}
#contact #form form table tbody th .radio label, #contact #form form table tbody td .radio label, #contact #confirm form table tbody th .radio label, #contact #confirm form table tbody td .radio label {
  padding-left: 0;
}
#contact #form form table tbody th, #contact #confirm form table tbody th {
  width: 190px;
}
#contact #form form table tbody .fukidashi, #contact #confirm form table tbody .fukidashi {
  display: none;
  margin-left: 20px;
  background-color: #a00;
}
#contact #form form table tbody .fukidashi:after, #contact #confirm form table tbody .fukidashi:after {
  border-right-color: #a00;
}
#contact #form form table tfoot td, #contact #confirm form table tfoot td {
  padding-top: 20px;
  text-align: center;
}
#contact #form form .need, #contact #confirm form .need {
  float: right;
  background-color: #d20303;
  color: #fff;
  display: inline-block;
  padding: 0px 10px;
  line-height: 1.5em;
  font-size: 12px;
  font-weight: normal;
  position: relative;
  top: -2px;
  left: 0;
  margin-left: 0.5em;
}
#contact #confirm .form__list .list__row .list__label {
  width: 20%;
  margin: 0;
}
#contact #confirm .form__list .list__row .list__input {
  width: 80%;
  padding: 10px 0;
}
#contact #confirm .information {
  font-size: 1.6em;
  margin: 10px 0 30px 0;
}
#contact #confirm .information .fa {
  margin-right: 1em;
}
#contact #confirm .confirm__body {
  padding: 30px 50px;
}
#contact #complete {
  margin: 0px 0 40px 0;
}
#contact #complete .text {
  margin-bottom: 20px;
}
#contact #complete .complete__contact {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #steps {
    width: 100%;
  }
  #steps .steps__step .step__circle {
    width: 80px;
    height: 80px;
    line-height: 1.7em;
  }
  #steps .steps__step .step__circle .num {
    font-size: 36px;
  }
  #steps .steps__step .step__label {
    font-size: 14px;
  }

  #message {
    width: 100%;
  }

  #contact {
    padding: 0;
    width: 100%;
  }
  #contact .form__btn-main {
    font-size: 1em;
    margin: 0;
  }
  #contact .form_title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #contact #form .form__list .list__row .list__label, #contact #confirm .form__list .list__row .list__label {
    width: 100%;
  }
  #contact #form .form__list .list__row .list__input, #contact #confirm .form__list .list__row .list__input {
    width: 100%;
  }
  #contact #form {
    margin: 0;
  }
  #contact #form form {
    margin: 0;
  }
  #contact #form form .need {
    top: 0;
    float: none;
  }
  #contact #form form input.middle {
    width: 28%;
  }
  #contact #form form input.short {
    width: 24%;
  }
  #contact #form form input.long {
    width: 80%;
  }
  #contact #form form input .radio {
    width: 50%;
  }
  #contact #form form .form__list .list__row .list__input .radio {
    width: auto;
    margin-right: 20px;
  }
  #contact #confirm .information {
    font-size: 16rem;
    margin-bottom: 20px;
  }
  #contact #confirm .confirm__body {
    padding: 0;
  }
  #contact #confirm .form__list .list__row {
    padding: 15px 0;
  }
  #contact #confirm .form__list .list__row .list__label {
    padding: 5px 0;
  }
  #contact #confirm .form__list .list__row .list__input {
    padding: 5px 0;
  }
  #contact #complete {
    margin-bottom: 0;
  }
  #contact #complete .complete__contact {
    text-align: center;
  }
  #contact #complete .complete__contact .contact__row {
    margin-bottom: 5px;
  }

  /* オーバーライドされないようにこの位置 */
  .hidden-sp {
    display: none;
  }

  .visible-sp-block {
    display: block;
  }

  .visible-sp-inline {
    display: inline;
  }
}
#ready {
  text-align: center;
}

.bnr_school {
  padding-bottom: 0;
}
.bnr_school .col4 {
  position: relative;
  height: 0;
  padding-top: 12.363636%;
}
.bnr_school .col4 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bnr_school a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  box-sizing: border-box;
}
.bnr_school .bnr_school0l {
  background-image: url(../img/top01_img01.png);
}
.bnr_school .bnr_school02 {
  background-image: url(../img/top01_img02.png);
}
.bnr_school .bnr_school03 {
  background-image: url(../img/top01_img03.png);
}
.bnr_school .bnr_school04 {
  background-image: url(../img/footer_bnr04.png);
}
.bnr_school a:hover {
  border: 3px solid #b4dbff;
  background: rgba(255, 255, 255, 0.4);
}
.bnr_school a img {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.bnr_school .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  line-height: 1.2em;
  padding: 0.3em 0;
}
.bnr_school .btn > span {
  padding: 0.7em 1em;
  position: relative;
  display: block;
}
.bnr_school .btn > span::after,
.bnr_school .btn > span::after {
  display: block;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 10px;
  margin: -8px 0 0 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#contact #form .group_ocampus .ocampus__name, #contact #confirm .group_ocampus .ocampus__name {
  text-align: center;
  font-weight: bold;
  padding: 15px;
  background: #fff;
  border-bottom: #ccc;
  font-size: 18px;
}
#contact #form .group_ocampus .ocampus__name.name_shinbashi, #contact #confirm .group_ocampus .ocampus__name.name_shinbashi {
  color: #EC7792;
}
#contact #form .group_ocampus .ocampus__name.name_daisan, #contact #confirm .group_ocampus .ocampus__name.name_daisan {
  color: #FFBA4B;
}
#contact #form .group_ocampus .ocampus__name.name_kashiwa, #contact #confirm .group_ocampus .ocampus__name.name_kashiwa {
  color: #89D281;
}
#contact #form .group_ocampus .form__list, #contact #confirm .group_ocampus .form__list {
  margin-bottom: 40px;
}
#contact #form .group_ocampus .form__list .list__row .list__label, #contact #confirm .group_ocampus .form__list .list__row .list__label {
  width: 380px;
  margin-right: 30px;
}
#contact #form .group_ocampus .form__list .list__row .list__label .label__finished, #contact #confirm .group_ocampus .form__list .list__row .list__label .label__finished {
  color: #d20303;
  font-weight: bold;
}

#contact #form .group_ocampus .form__list .list__row .list__label .label__sub, #contact #confirm .group_ocampus .form__list .list__row .list__label .label__sub{
    font-size: 13px;
    color: #4497e4;
}

#contact #form .group_ocampus .form__list .list__row .list__input, #contact #confirm .group_ocampus .form__list .list__row .list__input {
    width: 560px;
}
#contact #form .group_ocampus .form__list .list__row .list__input .input__cell, #contact #confirm .group_ocampus .form__list .list__row .list__input .input__cell {
  margin-right: 20px;
}
#contact #form .form__group.group_ocampus .error {
  background: #d20303;
  color: #fff;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  padding: 10px 0;
}
#contact #form .form__group.group_ocampus .error img {
  height: 30px;
  margin-bottom: 5px;
}
#contact #form .form__group.group_ocampus .error.sc_error {
  display: block;
  background: none;
  text-align: left;
  padding: 0;
  margin: 10px 0 0 0;
}
#contact #confirm .group_ocampus .form__list .list__row .list__label {
  width: 400px;
  margin: 0;
}
#contact #confirm .group_ocampus .form__list .list__row .list__input {
  width: 470px;
}

@media all and (max-width: 1100px) {
  /* 横幅がいっぱいになったら */
  .bnr_school .btn {
    font-size: 12px;
  }
}
@media all and (min-width: 601px) and (max-width: 1100px) {
  /* 横幅がいっぱい〜tabletまで */
}
@media all and (min-width: 769px) and (max-width: 1100px) {
  /* 横幅がいっぱい〜tabletまで */
}
@media all and (max-width: 768px) {
  /* 横幅がいっぱいになったら */
  #steps {
    width: 100%;
  }
  #steps .steps__bar {
    top: 32px;
  }
  #steps .steps__step {
    width: 80px;
  }
  #steps .steps__step .step__circle {
    width: 80px;
    height: 80px;
    line-height: 1.7em;
  }
  #steps .steps__step .step__circle .num {
    font-size: 36px;
  }
  #steps .steps__step .step__label {
    font-size: 12px;
  }

  #message {
    width: 100%;
  }

  #contact #form .form__group .group__label, #contact #confirm .form__group .group__label {
    font-size: 16px;
  }
  #contact #form .group_ocampus .ocampus__name, #contact #confirm .group_ocampus .ocampus__name {
    font-size: 15px;
  }
  #contact #form .group_ocampus .form__list .list__row .list__input, #contact #confirm .group_ocampus .form__list .list__row .list__input {
    width: 100%;
  }
  #contact #form .group_ocampus .form__list .list__row .list__input .input__cell, #contact #confirm .group_ocampus .form__list .list__row .list__input .input__cell {
    width: 50%;
    margin: 0;
  }
  #contact #form .group_ocampus .form__list .list__row .list__label, #contact #confirm .group_ocampus .form__list .list__row .list__label {
    width: 100%;
  }
  #contact #form .group_ocampus .input__cell, #contact #confirm .group_ocampus .input__cell {
    width: 50%;
    display: inline-block;
  }
  #contact #form .group_ocampus .input__cell input.short, #contact #confirm .group_ocampus .input__cell input.short {
    width: 40%;
  }
  #contact #form .form__send .send__contact .contact__row, #contact #confirm .form__send .send__contact .contact__row {
    margin-bottom: 5px;
  }
  #contact #form .form__send form, #contact #confirm .form__send form{
    display: block;
  }

  #contact #confirm .form__send form .form__btn-sub{
    margin: 0 0 15px 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  /* tabletだけ */
  .bnr_school {
    padding: 0 2%;
    padding-bottom: 25px;
  }
  .bnr_school .btn {
    font-size: 15px;
  }
  .bnr_school .btn > span {
    padding: 0.5em;
  }
  .bnr_school .btn > span::after {
    height: 8px;
    margin: -4px 0 0;
    right: 10px;
    width: 8px;
  }
  .bnr_school .col4 {
    width: 49%;
    float: left;
    box-sizing: border-box;
    margin: 0 2% 2% 0;
    padding-top: 24.5%;
  }
  .bnr_school .col4:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 601px) and (max-width: 767px) {
  /* tabletだけ */
}
@media all and (max-width: 600px) {
  /* スマホ600px */
  .bnr_school .container {
    padding: 0 2%;
  }
  .bnr_school .col4 {
    padding-top: 25%;
  }
}
@media all and (max-width: 480px) {
  /* スマホ480px */
  .bnr_school .btn {
    font-size: 10px;
  }

  .bnr_school .btn > span::after {
    height: 8px;
    margin: -4px 0 0;
    right: 3px;
    width: 8px;
  }
}
@media all and (max-width: 380px) {
  /* スマホ480px */
  .bnr_school .btn {
    font-size: 9px;
  }
}
@media print {
  .section {
    overflow: visible;
  }

  #contact {
    width: 100%;
  }
  #contact #form input.middle, #contact #confirm input.middle {
    width: 35%;
  }
  #contact #form input.long, #contact #confirm input.long {
    width: 80%;
  }
  #contact #form .form__list .list__row .list__label, #contact #confirm .form__list .list__row .list__label {
    width: 22%;
    margin-right: 5%;
  }
  #contact #form .form__list .list__row .list__input, #contact #confirm .form__list .list__row .list__input {
    width: 73%;
  }
  #contact #form .group_ocampus .form__list .list__row .list__label, #contact #confirm .group_ocampus .form__list .list__row .list__label {
    width: 40%;
    margin-right: 5%;
  }
  #contact #form .group_ocampus .form__list .list__row .list__input, #contact #confirm .group_ocampus .form__list .list__row .list__input {
    width: 55%;
  }
  #contact #confirm .confirm__body {
    padding: 0;
  }
}
