@charset "UTF-8";

#header.under
{
      border-bottom: 1px solid #4DA4BF;
      background-color: rgba(255, 255, 255, 0.7);
}

#header.under .toggle_btn span
{
      background: #4DA4BF;
}

#header.under .toggle_btn span:nth-child(3)
{
      color: #4DA4BF;
}

.wrap2
{
      padding-top: 150px;
      padding-bottom: 100px;
}

@media (max-width: 900px)
{
      .wrap2
      {
            padding-top: 80px;
      }
}

/*フォーム
-------------------------------------*/
h2
{
      font-size: 1.6rem;
      text-align: center;
      padding-bottom: 0;
}

.syuzai
{
      text-align: center;
      padding-bottom: 2rem;
}

.syuzai a
{
      display: inline;
      text-decoration: underline;
}

#formarea
{
      width: 700px;
      margin: 40px auto 0;
      font-size: 1.6rem;
}

dl
{
      display: flex;
      padding: 20px 0;
}

dl.mail2
{
      padding: 0 0 20px
}

dl.term
{
      display: block;
}

dt
{
      width: 250px;
      white-space: nowrap;
      font-size: 1.6rem;
      font-weight: 400;
}

.term dt
{
      padding: 40px 0 0;
}

dd
{
      font-size: 1.5rem;
}

.send dt,
.send dd
{
      padding: 20px 0;
}

.Required
{
      font-size: 1.5rem;
      color: #9D1E1E;
      margin-left: 1.5em;
}

dl .pt-txt
{
      font-size: 90%;
      padding-bottom: 1rem;
}

dl .vali
{
      display: block;
      color: #9D1E1E;
      margin-top: 0.5rem;
}

dl.term p
{
      font-size: 1.4rem;
      padding-bottom: 1rem;
}

label input
{
      font-size: 1.6rem;
      padding: 1rem;
      border: 1px #707070 solid;
      vertical-align: middle;
}

label input.error
{
      background-color: #ebc5c5;
}

input[type="text"],
input[type="email"],
input[type="tel"]
{
      width: 450px;
}

input[name="amount"]
{
      width: 450px !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button
{
      -webkit-appearance: none;
      margin: 0;
}

input[type="radio"]
{
      width: 22px;
      height: 22px;
      vertical-align: middle;
      margin-right: 1rem;
}

input[type="radio"]:last-child
{
      margin: 0 1rem 0 0;
}

textarea
{
      font-family: inherit;
      font-size: 1.5rem;
      width: 450px;
      padding: 1em;
      border: 1px #707070 solid;
}

#scroll
{
      width: 100%;
      height: 123px;
      padding: 1rem;
      border: 1px solid #707070;
      overflow: scroll;
}

p.term-txt
{
      font-size: 1.5rem;
      line-height: 1.8;
}

p.term-check
{
      text-align: center;
      font-size: 1.6rem;
      padding-top: 2rem;
}

input[type="checkbox"]
{
      display: none;
}

input[type="checkbox"]+span
{
      position: relative;
      padding-left: 35px;
      margin-bottom: 20px;
      font: 1.6rem;
      color: #000;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
}

input[type="checkbox"]+span:last-child
{
      margin-bottom: 0;
}

input[type="checkbox"]+span:before
{
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      border: 1px solid #9D1E1E;
      position: absolute;
      left: 0;
      top: 0;
      opacity: .6;
      -webkit-transition: all .12s, border-color .08s;
      transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked+span:before
{
      width: 10px;
      top: -5px;
      left: 5px;
      border-radius: 0;
      opacity: 1;
      border-top-color: transparent;
      border-left-color: transparent;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
}

/*確認画面へボタン*/
input[name="btn_confirm"]
{
      width: 193px;
      height: 47px;
      display: block;
      color: #fff;
      background: #ccc;
      text-align: center;
      vertical-align: middle;
      margin: 3em auto !important;
      font-size: 1.6rem;
}

#check_button
{
      display: flex;
      justify-content: center;
      width: 50%;
      margin: 3rem auto;
}

/*確認画面*/
/*戻るボタン*/
button.back
{
      display: block;
      width: 193px;
      height: 47px;
      background: #000;
      color: #fff;
      text-align: center;
      border-style: none;
      vertical-align: middle;
      font-size: 1.6rem;
      margin: 0 2rem 0 0;
}

/*送信ボタン*/
input[name="btn_submit"]
{
      display: block;
      width: 193px;
      height: 47px;
      background: #9D1E1E;
      color: #fff;
      text-align: center;
      border-style: none;
      vertical-align: middle;
      font-size: 1.6rem;
      margin: 0 0 0 2rem;
}

.back-index
{
      display: block;
      width: 193px;
      height: 47px;
      line-height: 47px;
      background: #000;
      color: #fff;
      text-align: center;
      border-style: none;
      vertical-align: middle;
      font-size: 1.6rem;
      margin: 3em auto;
}

::-webkit-input-placeholder
{
      opacity: 0.5;
}

::-moz-placeholder
{
      opacity: 0.5;
}

:-ms-input-placeholder
{
      opacity: 0.5;
}

::placeholder
{
      color: #707070;
}

.wpcf7 form .wpcf7-response-output
{
      width: 700px;
      margin: 0 auto;
      display: block;
}

.wpcf7-submit
{
      background: #000;
      color: #fff;
      padding: 10px 80px;
      display: block;
      margin: 0 auto;
}

/*プライバシーポリシー*/
.term-txt
{
      font-size: 1.35rem;
      line-height: 1.4;
}

.term-txt h1
{
      font-size: 1.5rem;
      font-weight: bold;
      text-align: left;
      padding-bottom: 0.5em;
}

.term-txt h2
{
      width: 100%;
      font-size: 1.4rem;
      font-weight: bold;
      text-align: left;
      color: #000;
      padding-bottom: 0.5em;
}

.term-txt p
{
      padding-bottom: 1.5em;
      line-height: 1.55;
}

@media (max-width: 900px)
{
      h2
      {
            display: block;
            width: 85%;
            margin: 0 auto;
            font-size: 1.4rem;
            text-align: left;
            line-height: 1.5;
      }

      .syuzai
      {
            font-size: 1.3rem;
      }

      #formarea
      {
            width: 85%;
            margin-top: 0;
      }

      dl
      {
            display: block;
            padding: 10px 0;
      }

      dt
      {
            padding-bottom: 0.5em;
      }

      dl.mail2
      {
            padding: 0 0 10px;
      }

      .term dt
      {
            font-size: 1.4rem;
            padding: 20px 0 0;
      }

      dl.term
      {
            margin-bottom: 20px;
      }

      dl.term p
      {
            line-height: 1.5;
      }

      #scroll
      {
            height: 200px;
      }

      .Required
      {
            font-size: 1.2rem;
      }

      label input
      {
            font-size: 1.4rem;
      }

      input[type="text"],
      input[type="email"],
      input[type="tel"]
      {
            width: 100%;
      }

      textarea
      {
            width: 100%;
      }

      input[name="btn_confirm"]
      {
            margin: 0 auto !important;
            font-size: 1.4rem;
      }

      .wpcf7-response-output
      {
            width: 90%;
      }
}