@charset "UTF-8";

/*-------------------------------------------
初回の方バナー
-------------------------------------------*/
.trial {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/top/para.svg);
  background-color: rgba(255, 255, 255, 0.5);
  background-position: center top;
  background-size: cover;
  margin-top: 80px;
  margin-bottom: 60px;
}
.trial .box .lesson {
  font-weight: bold;
}
.trial .box {
  width: 100%;
  max-width: 500px;
  background-color: rgba(70, 212, 114, 0.5);
  padding: 50px 0;
  text-align: center;
}
.trial .box .title-trial {
  color: #333;
  font-size: 28px;
  /* font-weight: bold; */
  margin-bottom: 25px;
}
.trial .box .btn-trial {
  color: #fff;
  background-color: #f9b908;
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  position: relative;
}
.trial .box .btn-trial::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 25px;
  right: -20px;
}

/*-------------------------------------------
お問い合わせ
-------------------------------------------*/
/* .contact-form {
  margin-bottom: 80px;
}
.contact-form dt {
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-form dt .require {
  color: #e52d27;
  margin-left: 5px;
}
.contact-form dd {
  margin-bottom: 40px;
}
.contact-form dd input[type="text"],
.contact-form dd input[type="email"] {
  width: 100%;
  border: solid 1px #ccc;
  padding: 15px 10px;
}
.contact-form dd textarea {
  width: 100%;
  height: 200px;
  border: solid 1px #ccc;
  padding: 15px 10px;
}
.contact-form .radio-group {
  display: flex;
  align-items: center;
}
.contact-form .radio-group .item-group {
  margin-right: 40px;
}
.contact-form .btn {
  text-align: center;
}
.contact-form .btn input {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 15px 50px;
} */

/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {

/*-------------------------------------------
初回の方バナー
-------------------------------------------*/
.trial {
  height: auto;
  padding: 20px;
}
.trial .box .title-trial {
  font-size: 24px;
}

  /*-------------------------------------------
  お問い合わせ
  -------------------------------------------*/
  /* .contact-form {
    margin-bottom: 40px;
  }
  .contact-form dd {
    margin-bottom: 25px;
  }
  .contact-form .radio-group {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 10px;
  }
  .contact-form .radio-group .item-group {
    margin: 0 0 15px;
  } */
}