@charset "UTF-8";
/*!
 * Copyright lapinproduct
 * Based on Bootstrap v3.3.6 (http://getbootstrap.com)
 */

section {
    margin: 0;
    padding: 25px 0;
}
.bg_white {
    background: #fff;
}



/*———————————–———————————–———————————–———————————–
    オンライン商談お申し込みフォーム
　　/contact/OnlineMeetings/
———————————–———————————–———————————–———————————–*/

#onlineform h2 {
    font-size: 2.75rem;
    text-align: center;
    font-weight: 500;
    margin-top: 2em;
}
#onlineform p {
    color: #7e7e7e;
}
.confirm table th ,
.confirm table td {
    padding: 1em 1.5em;
}
.confirm table th  {
    background: #f5f5f5;
}


.progressbar {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
}

/* steper */
.progressbar .item {
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

.progressbar .item.active {
    z-index: 1;
    background: #0070BD;
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: #0070bd;
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}

.Form {
    margin-top: 45px;
    margin-bottom: 65px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item-Label {
    width: 100%;
    max-width: 30%;
    letter-spacing: 0.05em;
    font-weight: bold;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
    border-radius: 4px;
    margin-right: 8px;
    padding: 3px 12px 4px;
    display: inline-block;
    text-align: center;
    background: #888e9d;
    color: #fff;
    font-size: 80%;
    font-weight: 500;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 30%;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    height: 40px;
  width: 100%;
    flex: inherit;
    font-size: 15px;
  }
}
.zipcode .Form-Item-Input {
    max-width: 20%;
}
@media screen and (max-width: 480px) {
  .zipcode .Form-Item-Input {
      max-width: 50%;
  }
}

.checkbox > div {
    width: 44%;
    margin-left: 35px;
}
.checkbox > div label {
    display: block;
    font-size: 16px;
}
.checkbox div input[type="checkbox"] {
    position: relative;
    height: 24px;
    max-width: 40px;
    vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .checkbox > div {
      width: 100%;
      margin-left: 0;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #545454;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }
}

.radio {
  margin-left: 40px;
  font-size: 18px;
  line-height: 18px;
}


/*———————————–———————————–———————————–———————————–
    プログラミング教室
　　/HELLO/
———————————–———————————–———————————–———————————–*/

  #onlineform.hallo .row-nopadding + .row-nopadding {
    margin: 45px 0 0;
  }
  #onlineform.hallo .logo {
    width: 320px;
    margin: 45px auto 0;
  }
  #onlineform.hallo .logo + .h2 {
    margin: 30px 0 40px;
    font-size: 3vw;
    font-weight: 700;
  }
  #onlineform.hallo .find {
    margin: 0 auto 50px;
    text-align: center;
    font-size: 3.2vw;
    font-weight: 700;
  }
  #onlineform.hallo .round {
    overflow: hidden;
    border-radius: 15px;
  }
  #onlineform.hallo .text_wrap {
    display: inline-block;
    height: 100%;
    margin: 0 0 0;
    margin-right: 25px;
    padding: 15px 25px 15px;
    background: #fff;
    border-radius: 15px;
  }
  #onlineform.hallo .text_wrap_r {
    margin: 0 0 0;
    margin-right: 0;
    margin-left: 25px;
  }
  #onlineform.hallo .h3 {
    position: relative;
    margin: 15px 0 0;
    padding-left: 80px;
    color: rgb(0,78,162);
    font-size: 2.2vw;
    font-weight: 700;
    line-height: 1.2;
  }
  #onlineform.hallo .point:before {
      display: block;
      content: "";
      width: 80px;
      height: 82px;
      background: url("../HALLO/images/point1.png") center top no-repeat;
      background-size: 80px;

      position: absolute;
      left: -15px;
      top: 50%;
      transform: translateY(-50%);
  }
  #onlineform.hallo .text_wrap p {
    padding: 30px 0 0;
    font-size: 1.4vw;
    line-height: 1.7;
  }
  #onlineform.hallo .point2:before {
      background: url("../HALLO/images/point2.png") center top no-repeat;
  }
  #onlineform.hallo .point3:before {
      background: url("../HALLO/images/point3.png") center top no-repeat;
  }
  #onlineform.hallo .table th ,
  #onlineform.hallo .table td {
      font-size: 1.5rem;
  }

/* item */
  #onlineform.hallo .head .item {
      position: absolute;
      width: 200px;
  }
  #onlineform.hallo .boy1 {
    bottom: -70px;
    left: -60px;
    animation: 4s fuwafuwa infinite;
  }
  #onlineform.hallo .girl1 {
    bottom: -70px;
    right: -60px;
    animation: 4.5s fuwafuwa infinite;
  }


/* Slick */
.slider .slick-list {
    border-radius: 15px;
}
.slider .slick-slide {
    width: 400px;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.slider .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}



/*———————————–———————————–———————————–———————————–
    レンタル申し込みフォーム
　　/rental/contact/
———————————–———————————–———————————–———————————–*/

#rentalform .disabled {
  pointer-events: none;
  color: #dfdfdf;
}
#rentalform .disabled + span {
  color: #dfdfdf;
}

#rentalform .head_wrap {
  margin: 25px 0;
}
#rentalform .pagetitle {
  margin: 0 0 20px;
  font-size: 1.2rem;
  border-bottom: 1px solid #333;
}

#rentalform .Form-Item-Label {
  display: block;
  margin: 30px 0 15px;
  padding: 0 1em;
}
#rentalform .Form-Item-Input {
  margin: 0 1em;
}

#rentalform .radio_wrap {
  padding: 0 1em;
  font-size: 1.125rem;
}
#rentalform .radio_wrap span {
  padding: 0 1em 0 .5em;
}
#rentalform .radio_wrap a {
  font-size: .9rem;
}

#rentalform .date_wrap .Form-Item {
  margin: 20px 1em;
  padding: 15px 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#rentalform .date_wrap .head {
  margin-right: 2em;
  width: 10em;
}
#rentalform .date_wrap .Form-Item .Form-Item-Label {
  width: 8em;
  margin: 0;
  padding: 0;
}

#rentalform .Form-Item-Textarea {
  margin: 0 1em;
}

#rentalform.conform h3,
#rentalform.conform h4 {
  margin: 20px 0 20px;
  color: red;
  text-align: center;
  font-size: 1.5rem;
}
#rentalform.conform .error_messe {
  margin: 20px 0 0;
  text-align: center;
  font-size: 1.2rem;
}

#rentalform.conform table {
  width: 80%;
  margin: 40px auto;
  border: 1px solid #ccc;
}
#rentalform.conform table th {
  padding: 1em 1em;
  width: 40%;
  background: #ccc;
  text-align: left;
}
#rentalform.conform table td {
  padding: 1em 1em;
  background: #fff;
  text-align: left;
}


@media screen and (max-width: 767px) {

    #rentalform .Form-Item-Label {
      margin: 20px 0 10px;
      padding: 0;
    }
    #rentalform .Form-Item-Input {
      margin: 0;
    }

    #rentalform .radio_wrap {
      padding: 0;
      font-size: 4vw;
    }
    #rentalform .radio_wrap label {
      display: block;
      margin: 10px 0;
    }

    #rentalform .date_wrap .Form-Item {
      display: block;
      margin: 20px 0;
      padding: 20px 1.5em;
    }
    #rentalform .date_wrap .head {
      display: block;
      margin-right: 0;
      margin: 0 0 10px;
      width: auto;
    }
    #rentalform .date_wrap .Form-Item .Form-Item-Label {
      width: auto;
      margin: 15px 0 5px;
    }

    #rentalform .Form-Item-Textarea {
      margin: 0;
    }

}


/*———————————–———————————–———————————–———————————–
    QR申請フォーム
　　/contact/QRrequest/
———————————–———————————–———————————–———————————–*/

#me .disabled {
  pointer-events: none;
  color: #dfdfdf;
}
#me .disabled + span {
  color: #dfdfdf;
}

#me .head_wrap {
  margin: 25px 0;
}
#me .pagetitle {
  margin: 0 0 20px;
  font-size: 1.2rem;
  border-bottom: 1px solid #333;
}

#me .col-form-label {
    padding-top: calc(1.0rem + 1px);
}
#me .form-control {
    height: auto;
    margin: 0 1em;
    padding: 1.0rem 1.0rem;
}

#me .radio_wrap {
  padding: 0 1em;
  font-size: 1.125rem;
}
#me .radio_wrap span {
  padding: 0 1em 0 .5em;
}
#me .radio_wrap a {
  font-size: .9rem;
}

#me .date_wrap .Form-Item {
  margin: 20px 1em;
  padding: 15px 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#me .date_wrap .head {
  margin-right: 2em;
  width: 10em;
}
#me .date_wrap .Form-Item .Form-Item-Label {
  width: 8em;
  margin: 0;
  padding: 0;
}

#me .Form-Item-Textarea {
  margin: 0 1em;
}

#me.thanks h3,
#me.thanks h4 {
  margin: 20px 0 20px;
  color: red;
  text-align: center;
  font-size: 1.5rem;
}
#me.thanks .error_messe {
  margin: 20px 0 0;
  text-align: center;
  font-size: 1.2rem;
}

#me.thanks table {
  width: 80%;
  margin: 40px auto;
  border: 1px solid #ccc;
}
#me.thanks table th {
  padding: 1em 1em;
  width: 40%;
  background: #ccc;
  text-align: left;
}
#me.thanks table td {
  padding: 1em 1em;
  background: #fff;
  text-align: left;
}


@media screen and (max-width: 767px) {

    #me .Form-Item-Label {
      margin: 20px 0 10px;
      padding: 0;
    }
    #me .Form-Item-Input {
      margin: 0;
    }

    #me .radio_wrap {
      padding: 0;
      font-size: 4vw;
    }
    #me .radio_wrap label {
      display: block;
      margin: 10px 0;
    }

    #me .date_wrap .Form-Item {
      display: block;
      margin: 20px 0;
      padding: 20px 1.5em;
    }
    #me .date_wrap .head {
      display: block;
      margin-right: 0;
      margin: 0 0 10px;
      width: auto;
    }
    #me .date_wrap .Form-Item .Form-Item-Label {
      width: auto;
      margin: 15px 0 5px;
    }

    #me .Form-Item-Textarea {
      margin: 0;
    }

}

#powered_by_me {
    display: block;
    text-align: center;
    margin: 4em 0;
    font-size: .8em;
}

    #me .Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #545454;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
      #me .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }
}


/*———————————–———————————–———————————–———————————–
    breakpoint
———————————–———————————–———————————–———————————–*/
@media screen and (max-width: 767px) { /* SP可変 Liquid Layout */

    .progressbar .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }
    .progressbar .item:not(:last-child)::before,
    .progressbar .item:not(:last-child)::after {
        border-width: 25px;
        border-left-width: 12px;
    }
    .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
        white-space: inherit;
    }




/*———————————–———————————–———————————–———————————–
    プログラミング教室
　　/HELLO/
———————————–———————————–———————————–———————————–*/

  #onlineform.hallo .row-nopadding + .row-nopadding {
    margin: 45px 0 0;
  }
  #onlineform.hallo .logo {
    width: 90%;
    margin: 45px auto 0;
  }
  #onlineform.hallo .logo + .h2 {
    margin: 30px 0 25px;
    font-size: 6vw;
  }
  #onlineform.hallo .find {
    margin: 0 auto 50px;
    text-align: center;
    font-size: 6vw;
  }
  #onlineform.hallo .round {
    overflow: hidden;
    border-radius: 15px;
  }
  #onlineform.hallo .text_wrap {
    margin: 0 0 0;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 15px 25px 15px;
  }
  #onlineform.hallo .text_wrap_r {
    margin: 0 0 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
  }
  #onlineform.hallo .h3 {
    position: relative;
    margin: 15px 0 0;
    padding-left: 75px;
    font-size: 5.2vw;
    line-height: 1.4;
  }
  #onlineform.hallo .text_wrap p {
    padding: 40px 0 0;
    font-size: 18px;
    line-height: 1.6;
  }
  #onlineform.hallo .flex {
      display: flex;
  }
  #onlineform.hallo .flex order1 {
      order: 1;
  }
  #onlineform.hallo .flex order2 {
      order: 2;
  }
  #onlineform.hallo .table th ,
  #onlineform.hallo .table td {
      font-size: 1.5rem;
  }

/* item */
  #onlineform.hallo .head .item {
      position: absolute;
      width: 30vw;
  }
  #onlineform.hallo .boy1 {
    bottom: -50px;
    left: -20px;
    animation: 4s fuwafuwa infinite;
  }
  #onlineform.hallo .girl1 {
    bottom: -50px;
    right: -20px;
    animation: 4.5s fuwafuwa infinite;
  }


/* Slick */
.slick-slider {
    padding: 0;
}
.slider .slick-slide {
    width: 100vw;
    height: 75vw;
    position: relative;
    overflow: hidden;
}

}

@media screen and (min-width: 768px) {


}

@media screen and (min-width: 769px) and (max-width: 959px) {
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
}

@media screen and (min-width: 1280px) {
}
