@charset "UTF-8";


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

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

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


h2 {
      font-size: 2.4rem;
      font-weight: 600;
      color: #FA6205;
      text-align: center;
      padding-bottom: 40px;
}

h3 {
      font-size: 1.8rem;
      text-align: center;
}


#table_area {
      margin-top: 20px;
      margin-bottom: 20px;
}

#table_area table {
      margin: 70px auto 0;
      border-spacing: 0;
}

td {
      padding: 20px 0;
      font-size: 1.5rem;
}

th {
      width: 274px;
      white-space: nowrap;
      padding: 40px 0;
      font-size: 1.6rem;
      font-weight: 300;
}

.Required {
      background-color: #FA6205;
      font-size: 1.3rem;
      color: #fff;
      margin-left: 1em;
      padding: 3px 8px 1px;
}

table .vali {
      color: #FA6205;
      font-size: 90%;
}

ul {
      -webkit-padding-start: 5px;
      -webkit-padding-end: 10px;
      list-style: none;
}

li {
      list-style-type: none;
}

#table_area ul li label input {
      font-size: 1.6rem;
      padding: 1rem;
      border: 1px #FA6205 solid;
      vertical-align: middle;
      margin-top: 5px;
}

#table_area ul li label input.error {
      background-color: ##FFD5BC;
}

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

input[name="amount"] {
      width: 220px !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: 420px;
      padding: 1em;
      border: 1px #FA6205 solid;
}

/*確認画面へボタン*/
input[name="btn_confirm"] {
      width: 216px;
      height: 50px;
      display: block;
      background: #fff;
      color: #FA6205;
      text-align: center;
      border: 1px solid #FA6205;
      vertical-align: middle;
      margin: 2em auto !important;
      font-size: 16px;
}

p.privacy-check {
      text-align: center
}

/*確認画面*/
/*戻るボタン*/
button.back {
      display: block;
      width: 216px;
      height: 50px;
      background: #f6f6f6;
      color: #444444;
      text-align: center;
      border-style: none;
      vertical-align: middle;
      font-size: 16px;
      float: left;
}

/*送信ボタン*/
input[name="btn_submit"] {
      display: block;
      width: 216px;
      height: 50px;
      margin-left: 60px;
      border: 1px solid #FA6205;
      color: #FA6205;
      background: #fff;
      text-align: center;
      vertical-align: middle;
      font-size: 16px;
      float: left;
}

/*ボタンの箱*/
#check_button {
      width: 492px;
      height: 50px;
      display: block;
      margin: 30px auto;
}

/*送信後の口座案内画面*/
#send_area {
      margin-top: 1em;
      padding: 0 0 30px;
}

.white_box {
      background-color: #fff;
      text-align: center;
      vertical-align: bottom;
}

.white_box img {
      width: 200px;
      height: auto;
      margin-bottom: 5%;
}

/*閉じるボタン*/
input[name="close"] {
      display: block;
      width: 12em;
      height: 50px;
      background: #444444;
      color: #FFF;
      text-align: center;
      border-style: none;
      vertical-align: middle;
      margin: 2em auto;
      font-size: 16px;
}

.send_text {
      font-size: 1.6rem;
      line-height: 1.5;
}

::placeholder {
      color: #FFBD95;
}

@media (max-width: 769px) {
      h3 {
            text-align: left;
            line-height: 1.5;
      }

      #table_area {
            margin-top: 0;
      }

      th {
            padding: 0;
            display: block;
            width: 100%;
      }

      td {
            padding: 15px 0 30px;
            display: block;
            width: 100%;
      }

      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.5rem;
      }
}