@charset: "UTF-8";

html {
  font-size: 62.5%;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: 500;
  color: #444;
  line-height: 1.5;
}
/* IE用のハック */
@media all and (-ms-high-contrast:none)
{
    html
    {
        font-family: 'メイリオ', 'Meiryo', sans-serif;
    }
}

/* ======================

 common

====================== */
.sp_only {
  display: none;
}

@media all and (max-width: 640px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

.w_1024 {
  min-width: 1024px;
}
@media all and (max-width: 640px) {
  .w_1024 {
    min-width: initial;
  }
}
/* ======================

 header

====================== */
.kv_wrap {
  background: url('../img/kv_bg.jpg') no-repeat top left/cover;
  padding: 20px;
  box-sizing: border-box;
}
@media all and (max-width: 640px) {
  .kv_wrap {
    background: url('../img/kv_bg_sp.jpg') no-repeat top left/cover;
    padding: 0 0 12px 0;
  }
}
.kv_logo_wrap {
  position: relative;
}
@media all and (max-width: 640px) {
  .kv_logo_wrap {
    position: static;
    background: #e3b705;
  }
}
.kv_logo {
  position: absolute;
  top: -20px;
  left: 22px;
}
@media all and (max-width: 640px) {
  .kv_logo {
    left: 0;
    position: static;
    width: 95px;
    margin: 0 auto;
    padding: 13px 0;
  }
}
.kv_inner {
  background: #faf9f4;
  width: 100%;
  box-sizing: border-box;
  max-width: 1240px;
  min-width: 800px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
@media all and (max-width: 640px) {
  .kv_inner {
    min-width: initial;
    width: calc( 100% - 24px );
    margin-top: 12px;
  }
  .kv_inner img {
    width:  100%;
  }
}
/* ======================

 contents

====================== */
.contents {
  background: #f4f2ec;
}

.input,
.thanks {
  padding: 50px 0 96px;
}
@media all and (max-width: 640px) {
  .input {
    padding-bottom: 20px;
  }
  .thanks {
    padding-bottom: 56px;
  }
}
.step_list {
  background: #fff;
  margin:  0 auto;
  width: 400px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #a1a1a1;
  border-radius: 2em;
}
@media all and (max-width: 640px) {
  .step_list {
    width: calc( 100% - 30px );
    font-size: 12px;
  }
}
.step_list_item:not(:first-child):before {
  content: "";
  width: 25px;
  height: 10px;
  display: inline-block;
  margin-left: 15px;
  padding: 0 50px;
  background: url('../img/arrow_teiple.png') no-repeat top left/cover;
  background-origin: content-box;
}

.step_list .current {
  color: #444;
}

.page_ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 30px;
}
@media all and (max-width: 640px) {
  .page_ttl {
    font-size: 17px;
  }
}
.page_ttl:after {
  content: "";
  display: block;
  margin: 40px auto;
  width: 96px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f15e5e), color-stop(25%, #2d9ce3), color-stop(50%, #2d9ce3), color-stop(50%, #e3b705), color-stop(75%, #e3b705) ,color-stop(75%, #61aa13), to(#61aa13));
  background: linear-gradient(to right, #f15e5e 25%, #2d9ce3 25%, #2d9ce3 50%, #e3b705 50%, #e3b705 75% ,#61aa13  75%, #61aa13  100%);
}
@media all and (max-width: 640px) {
  .page_ttl:after {
    margin: 30px auto;
  }
}
.form_box_wrap {
  background: #fff;
  width: 800px;
  margin: 40px auto;
  padding: 46px 46px 10px;
  box-sizing: border-box;
}
@media all and (max-width: 640px) {
  .form_box_wrap {
    width: initial;
    padding: 30px 20px 20px;
    margin-bottom: 0;
  }
}
.lead_txt {
  width: 290px;
  margin: 0 auto;
  font-size: 1.4rem;
}

.txt_clip {
  display: inline-block;
  background: #444;
  color: #fff;
  text-align: center;
  vertical-align: text-top;
}

.lead_txt .txt_clip {
  width: 13px;
  height: 13px;
  font-size: 1rem;
}

.form_box {
  border-top: 1px solid #ddd;
  margin-top: 40px;
}

.form_ttl {
  font-size: 2.4rem;
  margin-top: 35px;
}
.form_ttl .txt_clip {
  width: 22px;
  height: 22px;
  font-size: 1.6rem;
  margin-right: 5px;
}

.txt .txt_clip {
  width: 12px;
  height: 12px;
  font-size: 1rem;
}

.txt {
  font-size: 1.2rem;
  margin-top: 10px;
}

.form_input {
  background: #eee;
  font-size: 7.2rem;
  width: 480px;
  margin: 30px auto 0;
  display: block;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 10px;
}
@media all and (max-width: 640px) {
  .form_input {
    width: 100%;
    font-size: 5rem;
    height: 70px;
  }
}
.form_input:placeholder-shown,
.form_input::-webkit-input-placeholder {
    color: #a7a7a7;
}
.form_input::-moz-placeholder {
    color: #a7a7a7;
    opacity: 1;
}
.form_input:-ms-input-placeholder {
    color: #a7a7a7;
}

.txt_error {
  font-size: 1.6rem;
  color: #f15e5e;
  margin-top: 20px;
}
@media all and (max-width: 640px) {
  .txt_error {
    font-size: 1.2rem;
  }
}
.hidden {
  visibility: hidden;
}

.btn {
  display: block;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  margin: 60px auto 0;
  width: 360px;
  height: 80px;
  line-height: 80px;
  box-sizing: border-box;
  border-radius: 3px;
}
@media all and (max-width: 640px) {
  .btn {
    width: calc( 100% - 40px );
    height: 60px;
    line-height: 60px;
    margin-top: 40px;
  }
}
.btn:hover {
  opacity: 0.7;
}

.btn_confirm {
  background: #e3b705;
}
.btn_ok {
  background: #61aa13;
}

.form_hidden {
  display: none;
  margin-top: 0;
  padding-bottom: 50px;
}
@media all and (max-width: 640px) {
  .form_hidden {
    padding-bottom: 0px;
  }
}

/* 完了画面 */
.thanks .form_box_wrap {
  padding: 46px 0 0;
  margin-bottom: 7px;
}

.thanks .pre_txt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.thanks .txt {
  margin-top: 60px;
  text-align: center;
  font-size: 1.4rem;
}

@media all and (max-width: 640px) {
  .thanks .txt {
    margin: 30px auto 0;
    text-align: left;
    width: calc( 100%  - 60px);
  }
}

.thanks  .img_wrap {
  text-align: center;
  margin-top: 50px;
}

.thanks .img {
  width: 210px;
}
@media all and (max-width: 640px) {
  .thanks .img {
    width: 175px;
  }
}
.thanks .note {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 40px;
  display: block;
}
@media all and (max-width: 640px) {
  .thanks .note {
    text-align: left;
    width: calc( 100%  - 60px);
    margin: 50px auto 0;
  }
}
.thanks .revue_more {
  background: url('../img/thanks_revue_bg.jpg') no-repeat top left / cover;
  padding: 40px 110px;
  margin-top: 20px;
}
@media all and (max-width: 640px) {
  .thanks .revue_more {
    background: url('../img/thanks_revue_bg_sp.jpg') no-repeat top left / cover;
    padding: 40px 0;
  }
}
.thanks .revue_more_inner {
  background: rgba(235, 241, 214, .9);
  padding: 40px 55px 30px;
}
@media all and (max-width: 640px) {
  .thanks .revue_more_inner {
    padding: 40px 0;
  }
}
.thanks .revue_more_inner .txt {
  text-align: left;
  margin-top: 30px;
}
/* ======================

 footer

====================== */
.footer {
  height: 115px;
}
@media all and (max-width: 640px) {
  .footer {
    height: auto;
  }
}
.footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: url('../img/footer_bg_pc.jpg') top left /cover;
}
@media all and (max-width: 640px) {
  .footer:before {
    display: none;
  }
  .footer .page_top {
    width: 100%;
  }
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  margin: 45px auto 0;
  color: #d4d4d4;
  font-size: 1rem;
}
@media all and (max-width: 640px) {
  .footer_inner {
    width: initial;
    margin-top: 0;
    flex-wrap: wrap;
    padding: 20px;
  }
}
.footer_logo {
  width: 110px;
  margin-right: 20px;
  vertical-align: middle;
}
@media all and (max-width: 640px) {
 .footer .copyright {
  margin-top: 10px;
 }
}