@charset "UTF-8";
/**************************************
form.scss
***************************************/
.form {
  margin: 80px 0;
}
.form .lead {
  font-size: 16px;
  font-size: 1rem;
}
.form .curriculum {
  margin-bottom: 100px;
}
.form .curriculum td.price {
  font-size: 14px;
  font-size: 0.875rem;
}

.form .curriculum td.price span {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
}

.form .curriculum td.price02 {
  font-size: 16px;
  font-size: 1rem;
  color: red;
}

.form .curriculum td.price02 span {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
}

.form .curriculum table {
  table-layout: unset;
  width: 900px;
}

.form__box {
  margin-bottom: 60px;
}

.form__error {
  color: #cb3747;
  text-align: center;
  width: 89.33333%;
  max-width: 750px;
  margin: 40px auto 0;
}

.form__error .error__input {
  margin-bottom: 20px;
}

.form__error .error__input .error__input__text {
  margin-top: 8px;
}

.form .c-container {
  max-width: 600px;
  margin: 0 auto;
}

.form__table {
  width: 100%;
}

.form__table tr {
  display: block;
}

.form__table tr.quest th {
  text-align: center;
  margin-bottom: 20px;
}

.form__table tr th {
  display: block;
  vertical-align: middle;
  padding-bottom: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

@media and (max-width: 750px) {
  .form .lead {
    font-size: 14px;
  }
  .form__table tr th {
    text-align: left;
    width: 100%;
    line-height: 1.5;
    padding-bottom: 16px;
  }
}



.form__table tr th .require {
  font-weight: bold;
  color: #cb3747;
  font-size: 14px;
}

.form__table tr.input--w td input[type="text"] {
  width: 100%;
}

.form__table tr.input--w td input[type="pattern"] {
  width: 100%;
}

.form__table tr td {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .form__table tr td {
    display: block;
    width: 100%;
  }
}

.form__table tr td .contactTable__checkWrap {
  display: inline-block;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .form__table tr td .contactTable__checkWrap {
    display: block;
  }
}

.form__table tr td .contactTable__checkWrap + .contactTable__checkWrap {
  margin-left: 20px;
}

@media screen and (max-width: 750px) {
  .form__table tr td .contactTable__checkWrap + .contactTable__checkWrap {
    margin-left: 0;
    margin-top: 20px;
  }
}

.form__table tr td .contactTable__checkWrap input {
  margin-right: 10px;
}

.form__table tr td .contactTable__checkWrap #otherlead {
  width: 20%;
}

.form__table tr td .contactTable__checkTxt {
  font-size: 12px;
}

.form__table tr td .contactTable__select {
  font-size: 14px;
  border: 1px solid #353535;
  padding: 1rem;
}

.form__table tr td .addressmb {
  margin-bottom: 8px;
}

.form__table tr td input[type="checkbox"] {
  width: 100%;
  margin-right: 8px;
  vertical-align: bottom;
}

.form__table tr td input[type="text"],
.form__table tr td input[type="pattern"] {
  width: 100%;
  border: 1px solid #353535;
  font-size: 15px;
  padding: 1rem;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .form__table tr td input[type="text"].info__inputText--middle,
  .form__table tr td input[type="pattern"].info__inputText--middle {
    width: 100%;
  }
}

/*>購入講座*/
.form__table tr td select {
  width: 100%;
    -webkit-appearance: none;
    appearance: none;
}
.form__table tr td select::-ms-expand {
  display: none;
}
.select {
    position: relative;
}
.select::after {
    content: "";
    position: absolute;
    top: 62px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(45deg);
}
.form__table tr td textarea {
  width: 100%;
  border: 1px solid #353535;
  padding: 12px 8px;
  font-size: 15px;
  box-sizing: border-box;
  resize: vertical;
}

.form__table tr .form__label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.form__table tr .form__label:last-child {
  margin-bottom: 0;
}

.form .txtContact01 {
  margin: 40px auto;
  background: #E3E3E3;
  padding: 45px 30px;
  line-height: 1.5;
}

.form .txtContact01 p {
  font-weight: bold;
  margin-bottom: 12px;
}

.form .txtContact01 ul li {
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .form .txtContact01 {
    margin: 0 auto 40px;
    max-width: 100%;
    padding: 20px;
  }
}

/*--  --*/
/*check*/
.agree {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}
.agree button{
  cursor: pointer;
}

.agree__inner a{
  display: inline;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .agree {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
}

.agree__inner {
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .agree__inner {
    /*/max-width: 245px;*/
    margin-bottom: 10px;
  }
}

.agree__inner label input[type="checkbox"] {
  border: none;
  margin-right: 1.5rem;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .agree__inner label input[type="checkbox"] {
    margin-right: 1rem;
  }
}

.agree__inner label span.circle {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  box-sizing: border-box;
  background-color: #FFFFFF;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .agree__inner label span.circle {
    width: 20px;
    height: 20px;
  }
}

.agree__inner label span.circle:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 55%;
  left: 50%;
  width: 13px;
  height: 11px;
  z-index: 11;
  transform: translateX(-50%) translateY(-50%);
}

.agree__inner label input:checked ~ .circle:before {
  content: "";
  background: url(../img/agree.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.form input[type="text"]:focus,
.form textarea:focus {
  outline: 0;
}

.btn-action > button{
  cursor: pointer;
}
.btn-action.hover > button {
  pointer-events: none;
  cursor: not-allowed;
}
@media screen and (max-width: 750px) {
  .form .txtContact02 .btn-action .c-btn01 {
    width: 100%;
  }
}


/* 確認
**************************************/
.form .form__submit {
  text-align: center;
}

.form .form__submit .form__submitBtn {
  background-color: #E64847;
  font-size: 18px;
  font-weight: bold;
  max-width: 569px;
  display: block;
  color: #fff;
  padding: 12px 0;
  border: 0 none;
  cursor: pointer;
  text-align: center;
  width: 400px;
  border-radius: 10px;
  margin: 0 auto;
}

.form .form__submit .form__submitBtn:hover {
  opacity: 0.8;
  transition: opacity 0.4s;
}
@media screen and (max-width: 750px) {
  .form .form__submit .form__submitBtn {
    width: 100%;
  }
}

.form .form__back .form__backBtn {
  background-color: #9099A8;
  font-size: 18px;
  display: block;
  color: #fff;
  padding: 12px 0;
  border: 0 none;
  cursor: pointer;
  border-radius: 10px;
  margin: 20px auto 0;
  text-align: center;
  width: 400px;
  cursor: pointer;
}
.form .form__back .form__backBtn:hover {
  opacity: 0.8;
  transition: opacity 0.4s;
}
@media screen and (max-width: 750px) {
  .form .form__back .form__backBtn {
    width: 100%;
  }
}

.form--confirm .btnbox{
  margin-top: 20px;
}
.form.form--confirm .lead{
  text-align: center;
}

/* 完了
**************************************/
/*.form.form--finish{
  margin: 50px 0 100px;
}
*/.form.form--finish a{
  display: inline;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
/*.form.form--finish{
  margin: 30px 0 60px;
}
*/}
