@charset "utf-8";
/* ---------------------------------------------------------------- header ---- */

#lcl-header {
  padding: 10px 0;
}

.lcl-header__logo {
  width: 100px;
  margin: 0 auto;
}

/* ---------------------------------------------------------------- main ---- */

/*メインタイトル*/

.lcl-top {
  background-color: #eaeae0;
  text-align: center;
  padding: 30px 0 30px;
  margin-bottom: 40px;
}

.lcl-top__link {
  display: inline-block;
  color: #00a1e9;
  text-decoration: underline;
}

.lcl-top__ttl {
  font-size: 50px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.lcl-top__ttl-sub {
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 1;
  margin-top: 15px;
  display: inline-block;
}

/* ---------------------------------------------------------------- flow ---- */

.lcl-stepbar {
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.lcl-stepbar .lcl-step-item {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 50px;
  padding: 0 40px 0 20px;
  background-color: #f7f7f7;
  font-size: 20px;
  letter-spacing: 0.06em;
}

.lcl-stepbar .lcl-step-item:before, .lcl-stepbar .lcl-step-item:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #f7f7f7;
  border-left: 4px solid #FFF;
  width: 25px;
  height: 25px;
}

.lcl-stepbar .lcl-step-item:after {
  top: 0;
  transform: skew(30deg);
}

.lcl-stepbar .lcl-step-item:before {
  bottom: 0;
  transform: skew(-30deg);
}

.lcl-stepbar .lcl-step-item:first-child:before, .lcl-stepbar .lcl-step-item:first-child:after {
  content: none;
}

.lcl-stepbar .lcl-step-item.current {
  color: #fff;
  background-color: #000000;
}

.lcl-stepbar .lcl-step-item.current:before, .lcl-stepbar .lcl-step-item.current:after {
  background-color: #000000;
}

.lcl-stepbar.lcl-stepbar--three .lcl-step-item {
  width: 33.333%;
}

/*フォーム部分*/

.lcl-form {
  width: 1000px;
  margin: 0 auto;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 100px;
}

.lcl-form__group {
  border-top: 1px solid #cccccc;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.lcl-form__group--boder {
  border-bottom: 1px solid #cccccc;
}

.lcl-form__ttl {
  font-weight: bold;
  width: 280px;
  padding-left: 25px;
  position: relative;
  background-color: #f7f7f7;
  line-height: 1.5;
}

.lcl-form__ttl--require:after {
  content: '必須';
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 12px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000000;
  padding: 5px 8px;
}

input:not([type='checkbox']):not([type='radio']), textarea, button {
  background-color: #f7f7f7;
  font-size: 15px;
  padding: 13px 20px;
  width: 560px;
  box-shadow: 0 0 7px rgba(5, 44, 124, 0);
}

.lcl-form__item {
  width: 720px;
  padding: 25px 0px 25px 25px;
}

/*option*/

.lcl-form-radio {
  width: 50%;
  margin: 7px 0;
}

.lcl-textarea {
  width: 670px;
  height: 170px;
  resize: vertical;
}

input[type="text"].lcl-form__input-post {
  width: 160px;
}

input[type="text"].lcl-form__input--middle, input[type="email"].lcl-form__input--middle, input[type="tel"].lcl-form__input--middle {
  width: 380px;
}

.lcl-form__txt {
  width: 90px;
  display: inline-block;
}

.lcl-form__post-txt {
  display: inline-block;
  margin-left: 20px;
}

/*lcl-policy*/

.lcl-policy-txt {
  margin-top: 40px;
  text-align: center;
}

.lcl-policy__link {
  color: #00a1e9;
  text-decoration: underline;
  margin-top: 50px;
  text-align: center;
  display: inline-block;
}

/*エラー文*/

.lcl-box01-error {
  color: #ff0000;
  margin-top: 40px;
  font-size: 16px;
  text-align: center;
}

.lcl-error-comment {
  width: 300px;
  color: #00a1e9;
  border: 1px solid;
  text-align: center;
  padding: 3px;
  margin-top: 5px;
}

.lcl-policy-e .lcl-error-comment {
  margin: 5px auto;
}

/*ボタン*/

.lcl-button-area {
  text-align: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.lcl-btn--enter, .lcl-btn--back {
  font-size: 13px;
  letter-spacing: 0.2em;
  font-weight: bold;
  padding: 0 40px;
  border: none;
  position: relative;
  height: 60px;
}

.lcl-btn--enter {
  width: 280px;
  background-color: #000000;
  color: #fff;
  text-align: left;
  transition: .3s ease;
}

@media screen and (min-width: 768px) {
  .lcl-btn--enter:hover {
    background-color: #a2a2a2;
    ;
    transition: .3s ease;
  }
  .lcl-btn--back:hover {
    background-color: #a2a2a2;
    ;
    transition: .3s ease;
    color: #fff;
  }
}

.lcl-btn--back {
  width: 180px;
  background-color: #eeeeee;
  color: #313131;
  margin-right: 20px;
  transition: .3s ease;
}

.lcl-button-area__50--l {
  width: 50%;
  text-align: right;
}

.lcl-button-area__50--r {
  width: 50%;
  text-align: left;
}

.lcl-btn--enter::after, .lcl-btn--back::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
}

.lcl-btn--enter::after {
  background-image: url(../img/arrow-r.png);
  right: 20px;
}

.lcl-btn--back::after {
  background-image: url(../img/arrow-l.png);
  left: 20px;
}

.lcl-btn--close::after {
  background-image: url(../img/close.png);
}

/*------------------------------------------------------------------------footer-----*/

.footer-box {
  background-color: #f7f7f7;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  /* ---------------------------------------------------------------- SP Style ---- */
  /* ---------------------------------------------------------------- header ---- */
  #lcl-header {
    padding: 10px 0;
  }
  .lcl-header__logo {
    width: 79px;
  }
  /* ---------------------------------------------------------------- main ---- */
  /*メインタイトル*/
  .lcl-top {
    padding: 20px 0 15px;
    margin-bottom: 15px;
  }
  .lcl-top__ttl {
    font-size: 30px;
  }
  .lcl-top__ttl-sub {
    font-size: 12px;
    margin-top: 15px;
  }
  .lcl-top__txt {
    padding: 0 15px;
    text-align: left;
    font-size: 13px;
  }
  /* ---------------------------------------------------------------- flow ---- */
  .lcl-stepbar {
    width: 100%;
  }
  .lcl-stepbar .lcl-step-item {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 40px;
  }
  .lcl-stepbar .lcl-step-item:before, .lcl-stepbar .lcl-step-item:after {
    width: 20px;
    height: 20px;
  }
  /*フォーム部分*/
  .lcl-form {
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 50px;
  }
  .lcl-form__group {
    border-top: none;
  }
  .lcl-form__group--boder {
    border-bottom: none;
  }
  .lcl-form__ttl {
    font-size: 13px;
    width: 100%;
    padding: 10px 0 10px 20px;
  }
  .lcl-form__ttl--require:after {
    height: 10px;
    font-size: 10px;
  }
  input:not([type='checkbox']):not([type='radio']), textarea, button {
    background-color: #f7f7f7;
    font-size: 13px;
    padding: 10px 20px;
    width: 100%;
  }
  .lcl-form__item {
    width: 100%;
    padding: 15px 20px 30px 20px;
  }
  /*option*/
  .lcl-form-radio {
    width: 100%;
    margin: 6px 0;
  }
  .lcl-textarea {
    width: 100%;
    height: 120px;
  }
  input[type="text"].lcl-form__input-post, input[type="text"].lcl-form__input--middle, input[type="email"].lcl-form__input--middle, input[type="tel"].lcl-form__input--middle {
    width: 100%;
  }
  .lcl-form__txt {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
  }
  .lcl-form__post-txt {
    display: inline-block;
    margin-left: 0;
    font-size: 11px;
    margin-bottom: 10px;
  }
  /*lcl-policy*/
  .lcl-policy {
    padding: 0 20px;
    font-size: 13px;
  }
  .lcl-policy-txt {
    margin-top: 0;
  }
  .lcl-policy__link {
    margin-top: 0;
    display: inline;
  }
  /*エラー文*/
  .lcl-box01-error {
    margin: 20px;
    font-size: 12px;
  }
  .lcl-error-comment {
    width: 280px;
    margin: 10px auto 0;
    margin-top: 10px;
  }
  .lcl-policy-e .lcl-error-comment {
    margin: 15px auto;
  }
  /*ボタン*/
  .lcl-btn--enter, .lcl-btn--back {
    font-size: 12px;
    padding: 0 27px;
    height: 40px;
  }
  .lcl-btn--enter {
    width: 200px;
  }
  .lcl-btn--back {
    width: 160px;
    margin-right: 0;
    text-align: right;
  }
  .lcl-button-area__50--l {
    width: 100%;
    text-align: center;
    -ms-order: 2;
    -webkit-order: 2;
    flex-order: 2;
  }
  .lcl-button-area__50--r {
    width: 100%;
    text-align: center;
    -ms-order: 1;
    -webkit-order: 1;
    flex-order: 1;
  }
  .lcl-btn--enter::after, .lcl-btn--back::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
  }
  /*------------------------------------------------------------------------footer-----*/
  .footer-box {
    font-size: 10px;
    line-height: 1;
    padding: 10px 0;
  }
}