/* 確認コンテンツ用Style（削除可能）------------------------- */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

.form-wrapper {
  margin: 60px auto 160px;
  width: 100%;
  max-width: 1000px;
  min-width: 768px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
}

.thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30vh;
  line-height: 1;
  font-size: 32px;
  font-weight: bold;
}

.btn-thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 300px;
  height: 60px;
  color: #fff;
  letter-spacing: .1em;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  background-color: #ba3130;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  cursor: pointer;
}

.btn-thanks:hover {
  background-color: #c80020;
}

.btn-thanks.is-false {
  opacity: .5;
  pointer-events: none;
}

/* ボットブロックタグ（このまま残してください）------------------ */

._formrun_gotcha {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* ユーティリティー（このまま残してください）-------------------- */

.util-pcbr {
  display: inline;
}

.util-spbr {
  display: none;
}

/* フォーム見出し（コンテンツに合わせて修正してください）----------- */

.request-explanation {
  margin: 0;
  line-height: 1.33;
  font-size: 24px;
  font-weight: normal;
}

.request-headding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.request-balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px 0 0;
  width: 100px;
  height: 100px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -.05em;
  font-size: 20px;
  font-weight: bold;
  background-color: #ba3130;
  border-radius: 50%;
}

.request-catch {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

.request-subtitle {
  display: block;
  line-height: 1;
  letter-spacing: .05em;
  font-size: 30px;
  font-weight: normal;
}

.request-title {
  display: block;
  margin-top: 8px;
  line-height: 1;
  font-size: 53px;
  font-weight: bold;
}

.request-read {
  margin: 60px 0 0;
  line-height: 1;
  font-size: 18px;
}

.request-emphasis {
  display: block;
  margin-top: 14px;
  line-height: 1;
  font-size: 34px;
  font-weight: normal;
}

/* フォームアイテムリセット（コンテンツに合わせて修正してください）---- */

button, input, textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}

button, input {
  overflow: visible;
}

button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled], [type='button'][disabled], [type='reset'][disabled], [type='submit'][disabled] {
  cursor: default;
}

button-moz-focus-inner, [type='button']-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button-moz-focusring, [type='button']-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type='text']:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input[type='text']:focus, textarea:focus {
  background-color: transparent;
  outline: 0;
  border: solid 1px rgba(22, 111, 171, .5);
}

[type='checkbox'], [type='radio'] {
  padding: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

-webkit-input-placeholder {
  font: inherit;
}

placeholder {
  font: inherit;
}

label[for] {
  cursor: pointer;
}

input[type=radio] {
  display: none;
}

textarea {
  display: block;
  position: relative;
  overflow: auto;
}

/* フォームアイテム（コンテンツに合わせて修正してください）---------- */

.request {
  margin-top: 80px;
}

.request.is-confirm {
  display: none;
}

.confirm {
  display: none;
  margin-top: 60px;
}

.confirm.is-confirm {
  display: block;
}

.confirm-title {
  display: none;
  margin: 80px 0 0 280px;
  color: #ba3130;
  line-height: 1;
  font-size: 26px;
  font-weight: normal;
}

.confirm-title.is-confirm {
  display: block;
}

.request-row, .confirm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.request-row:first-of-type, .confirm-row:first-of-type {
  margin-top: 0;
}

.request-item, .confirm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
  width: 240px;
  font-weight: bold;
}

.request-nowrap, .confirm-nowrap {
  line-height: 1;
  font-size: 20px;
}

.request-wrap, .confirm-wrap {
  line-height: 1.2;
  font-size: 20px;
}

.request-wrap >span, .confirm-wrap >span {
  font-size: 15px;
  font-weight: normal;
}

.request-small, .confirm-small {
  line-height: 1.38;
  font-size: 16px;
}

.request-small >span, .confirm-small >span {
  font-size: 15px;
  font-weight: normal;
}

.request-requir, .request-free {
  display: inline-block;
  padding: 4px 8px;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  border-radius: 4px;
}

.request-requir {
  background-color: #ba3130;
  white-space: nowrap;
}

.request-free {
  background-color: #999;
  white-space: nowrap;
}

.request-input, .request-check, .confirm-value, .request-double, .confirm-double {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.41;
  font-size: 17px;
}

.request-input >input[type=text], .request-check >input[type=text], .confirm-value >input[type=text], .request-double >input[type=text], .confirm-double >input[type=text] {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  border: solid 1px #bcbcbc;
  border-radius: 6px;
}

.request-input >input[type=text]::-webkit-input-placeholder, .request-check >input[type=text]::-webkit-input-placeholder, .confirm-value >input[type=text]::-webkit-input-placeholder, .request-double >input[type=text]::-webkit-input-placeholder, .confirm-double >input[type=text]::-webkit-input-placeholder {
  color: #aaa;
}

.request-input >input[type=text]::-moz-placeholder, .request-check >input[type=text]::-moz-placeholder, .confirm-value >input[type=text]::-moz-placeholder, .request-double >input[type=text]::-moz-placeholder, .confirm-double >input[type=text]::-moz-placeholder {
  color: #aaa;
}

.request-input >input[type=text]:-ms-input-placeholder, .request-check >input[type=text]:-ms-input-placeholder, .confirm-value >input[type=text]:-ms-input-placeholder, .request-double >input[type=text]:-ms-input-placeholder, .confirm-double >input[type=text]:-ms-input-placeholder {
  color: #aaa;
}

.request-input >input[type=text]::-ms-input-placeholder, .request-check >input[type=text]::-ms-input-placeholder, .confirm-value >input[type=text]::-ms-input-placeholder, .request-double >input[type=text]::-ms-input-placeholder, .confirm-double >input[type=text]::-ms-input-placeholder {
  color: #aaa;
}

.request-input >input[type=text]::placeholder, .request-check >input[type=text]::placeholder, .confirm-value >input[type=text]::placeholder, .request-double >input[type=text]::placeholder, .confirm-double >input[type=text]::placeholder {
  color: #aaa;
}

.request-input >textarea, .request-check >textarea, .confirm-value >textarea, .request-double >textarea, .confirm-double >textarea {
  padding: 16px;
  width: 100%;
  min-height: 140px;
  border: solid 1px #bcbcbc;
  border-radius: 6px;
}

.request-input >input[type=radio] +label, .request-check >input[type=radio] +label, .confirm-value >input[type=radio] +label, .request-double >input[type=radio] +label, .confirm-double >input[type=radio] +label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  padding: 16px 16px 16px 55px;
  border: solid 1px #bcbcbc;
  border-radius: 6px;
}

.request-input >input[type=radio] +label:before, .request-check >input[type=radio] +label:before, .confirm-value >input[type=radio] +label:before, .request-double >input[type=radio] +label:before, .confirm-double >input[type=radio] +label:before {
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  width: 20px;
  height: 20px;
  left: 18px;
  top: 50%;
  border: solid 1px;
  border-color: #bcbcbc;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: border-color .4s ease;
  transition: border-color .4s ease;
}

.request-input >input[type=radio] +label:after, .request-check >input[type=radio] +label:after, .confirm-value >input[type=radio] +label:after, .request-double >input[type=radio] +label:after, .confirm-double >input[type=radio] +label:after {
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  width: 8px;
  height: 8px;
  left: 24px;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #ba3130;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.request-input >input[type=radio]:checked +label:before, .request-check >input[type=radio]:checked +label:before, .confirm-value >input[type=radio]:checked +label:before, .request-double >input[type=radio]:checked +label:before, .confirm-double >input[type=radio]:checked +label:before {
  border-color: #999;
}

.request-input >input[type=radio]:checked +label:after, .request-check >input[type=radio]:checked +label:after, .confirm-value >input[type=radio]:checked +label:after, .request-double >input[type=radio]:checked +label:after, .confirm-double >input[type=radio]:checked +label:after {
  opacity: 1;
}

.request-input >input[type=text], .request-check >input[type=text], .confirm-value >input[type=text] {
  width: 100%;
}

.request-double >input[type=text], .confirm-double >input[type=text] {
  margin-right: 18px;
  width: 36%;
}

.confirm-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.confirm-name {
  margin-right: 8px;
}

.request-ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.request-back {
  margin-right: 60px;
  width: 220px;
}

.request-forward {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.btn-forward {
  width: calc(100% - 260px);
  height: 60px;
  min-width: 360px;
  color: #fff;
  letter-spacing: .1em;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  background-color: #ba3130;
  border: none;
  border-radius: 6px;
  text-transform: none;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  cursor: pointer;
}

.btn-forward:hover {
  background-color: #c80020;
}

.btn-forward.is-false {
  opacity: .5;
  pointer-events: none;
}

.btn-back {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  color: #fff;
  letter-spacing: .1em;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  background-color: #999;
  text-transform: none;
  border: none;
  border-radius: 6px;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.btn-back:hover {
  background-color: #666;
}

.btn-back.is-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.error1, .error2, .error3, .error4, .error5, .error6, .error7, .error8, .error9 {
  display: none;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0 0 280px;
  padding: 12px;
  color: #b2142d;
  line-height: 1;
  font-size: 15px;
  background-color: rgba(178, 20, 45, .08);
  border: solid 1px rgba(178, 20, 45, .12);
}

.error1.is-error, .error2.is-error, .error3.is-error, .error4.is-error, .error5.is-error, .error6.is-error, .error7.is-error, .error8.is-error, .error9.is-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* インフォメーション（コンテンツに合わせて修正してください）--------- */

.request-info {
  margin: 60px 0 0 280px;
}

.request-point {
  margin: 30px 0 0;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}

.request-point:first-of-type {
  margin: 0;
}

.request-aside {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.request-list {
  position: relative;
  padding-left: 16px;
  text-align: justify;
  line-height: 1.38;
  font-size: 13px;
}

.request-list:before {
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '※';
  left: 0;
}

.request-link {
  display: table;
  margin: 10px 0 0;
  color: #ba3130;
  line-height: 1;
  font-size: 13px;
  text-decoration: none;
}

.request-link:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .form-wrapper {
    max-width: calc(100% - 20px);
    min-width: inherit;
    overflow: hidden;
  }

  .thanks {
    text-align: center;
    line-height: 1.25;
    font-size: 24px;
  }

  .btn-thanks {
    height: 46px;
    min-width: inherit;
    font-size: 18px;
  }

  .util-pcbr {
    display: none;
  }

  .util-spbr {
    display: inline;
  }

  .request-explanation {
    font-size: 12px;
  }

  .request-headding {
    display: block;
    margin-top: 20px;
  }

  .request-balloon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 4px 0;
    width: 100%;
    height: inherit;
    font-size: 16px;
    border-radius: 0;
  }

  .request-subtitle {
    margin-top: 20px;
    text-align: center;
    letter-spacing: 0;
    font-size: 20px;
  }

  .request-title {
    margin-top: 16px;
    text-align: center;
    line-height: 1.13;
    font-size: 46px;
  }

  .request-read {
    margin: 30px 0 0;
    line-height: 1.33;
    font-size: 15px;
  }

  .request-emphasis {
    font-size: 22px;
  }

  .request {
    margin-top: 40px;
  }

  .confirm {
    margin-top: 30px;
  }

  .confirm-title {
    margin: 60px 0;
    text-align: center;
  }

  .request-row, .confirm-row {
    display: block;
    margin-top: 42px;
  }

  .request-item, .confirm-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 0;
    width: 100%;
  }

  .request-small, .confirm-small {
    font-size: 20px;
  }

  .request-small >span, .confirm-small >span {
    font-size: 15px;
  }

  .request-requir, .request-free {
    margin-left: 16px;
  }

  .request-input, .request-check, .confirm-value, .request-double, .confirm-double {
    margin-top: 12px;
  }

  .request-double >input[type=text], .confirm-double >input[type=text] {
    margin-right: 12px;
    width: 42%;
  }

  .request-ui {
    display: block;
    margin-top: 40px;
  }

  .request-back {
    margin-right: 0;
    width: 100%;
  }

  .btn-forward {
    margin-top: 18px;
    width: 100%;
    height: 46px;
    min-width: inherit;
    font-size: 18px;
  }

  .btn-back {
    width: 100%;
    height: 32px;
    min-width: inherit;
    font-size: 12px;
    background-color: #bbb;
  }

  .btn-back:hover {
    background-color: #bbb;
  }

  .error1, .error2, .error3, .error4, .error5, .error6, .error7, .error8, .error9 {
    margin: 10px 0 0;
  }

  .request-info {
    margin: 60px 0 0;
  }

  .request-point {
    font-size: 15px;
  }

  .request-link {
    font-size: 15px;
  }
}

@media (hover: none) {
  .btn-thanks {
    -webkit-transition: none;
    transition: none;
  }

  .btn-thanks:hover {
    background-color: #ba3130;
  }

  .btn-forward {
    -webkit-transition: none;
    transition: none;
  }

  .btn-forward:hover {
    background-color: #ba3130;
  }

  .btn-back {
    -webkit-transition: none;
    transition: none;
  }

  .btn-back:hover {
    background-color: #999;
  }

  .request-link:hover {
    text-decoration: none;
  }
}
