@charset "utf-8";

  /* MW WP form用*/

  .short-code {
    width: 100%;
  }

  .trial_sub-ttl {
    font-weight: 700;
    margin-bottom: 15px;
  }

  table {
    width: 100%;
    margin-bottom: 30px;
  }

  tr {
    width: 100%;
    border-bottom: 3px solid #fff;
  }

  th {
    width: 30%;
    background: #B636AE;
    color: #fff;
    text-align: left;
    padding-left: 8px;
    font-weight: 400;
  }

  td {
    width: 70%;
    padding: 15px 10px;
  }

  input,
  textarea,
  select {
    font-size: 1rem;
    padding: 5px;
  }

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

  input[type=checkbox] {
    transform: scale(1.5);
  }

  textarea {
    min-height: 150px;
    line-height: 1.5em;
    width: 100%;
  }

  .mw_wp_form .horizontal-item,
  .mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 10px;
  }

  .trial-check-box {
    margin-bottom: 20px;
  }

  input[type=text].name {
    width: 30%;
    margin-right: 8px;
  }

  .zip-code {
    margin-bottom: 10px;
  }

  .preferred-date_txt {
    padding-left: 8px;
  }

  .exp-check-menu_wrap {
    margin-bottom: 10px;
    font-size: 1rem;
  }

  .exp-check-menu_wrap .horizontal-item {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }

  .exp-check-menu__exp-year,
  .exp-check-menu__blank-year {
    display: none;
  }

  .exp-check-menu__exp-year.active,
  .exp-check-menu__blank-year.active {
    display: table-row;
  }

  .exp-check-menu__exp-year input,
  .exp-check-menu__blank-year input {
    width: 40px;
  }

  .privacy-policy_wrap {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 25px;
  }

  .privacy-policy_txt {
    text-align: left;
    padding: 15px;
    border: 1px solid #333;
    height: 150px;
    overflow: scroll;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .privacy-policy_txt p,
  .privacy-policy_txt li {
    font-size: .9rem !important;
  }

  .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    flex-direction: column;
  }

  .btn-wrap .reset-btn {
    margin: 0 auto 20px;
  }

  .btn-wrap .comfort-btn {
    margin: 0 auto;
  }

  .btn-wrap .return-btn {
    margin: 0 auto 20px;
  }

  .btn-wrap input,
  .btn-box {
    width: 150px;
  }

  .btn-wrap input[type=submit],
  .reset-inner {
    background: #B636AE;
    width: 300px;
    border: none;
    color: #fff;
    padding: 15px;
  }

  .mw_wp_form_confirm .reset-btn,
  .mw_wp_form_preview .reset-btn {
    display: none;
  }

  .tel_btn {
    display: none;
  }


  /* フォームへの導線　*/
  .form_btn{
    text-align: center;
  }