:root {
  --vk-color-border-hr: rgba(0, 0, 0, 0.4);
}

.input_area {
  padding: 0;
  line-height: 1.6;

  .ttl {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 40px 0 0;
  }

  .r-entry {
    width: 100%;

    .entry-table {
      width: 100%;
      border-collapse: collapse;
      th {
        width: 20%;
        text-align: left;
        vertical-align: middle;
        font-weight: normal;
        color: #555;

        label {
          font-weight: 600;

          .required {
            color: red;
            font-weight: bold;
            margin-left: 5px;
          }
        }
      }

      td {
        span {
          display: contents;
        }

        .w100 {
          width: 100%;

          span {
            width: 100%;
          }
        }

        input[type="text"],
        input[type="tel"],
        input[type="email"],
        select,
        textarea {
          width: 100%;
          padding: 8px 10px;
          border: 1px solid #ccc;
          font-size: 1rem;
          box-sizing: border-box;
          transition: border-color 0.3s;
          margin-bottom: 0;

          &:focus {
            border-color: #007bff;
            outline: none;
          }
        }

        .InputRadio {
          label {
            margin-right: 20px;
            font-weight: normal;
            cursor: pointer;
          }

          input[type="radio"] {
            margin-right: 5px;
          }
        }

        input[id="zip"] {
          width: 120px;
          display: inline-block;
          margin-right: 5px;
        }

        select#ProfileBirthdayYear,
        select#ProfileBirthdayMonth,
        select#ProfileBirthdayDay {
          width: 150px;
          margin-right: 5px;
          display: inline-block;
        }

        textarea {
          height: 100px;
          resize: vertical;
        }
      }
    }
  }

  @media (max-width: 767.98px) {
    .r-entry {
      .entry-table {
        tr {
          display: block;
        }

        th,
        td {
          display: block;
          width: 100%;
          padding: 1rem;
        }

        td {
          span {
            width: 100%;
            margin-bottom: 10px;
          }

          select#ProfileBirthdayYear,
          select#ProfileBirthdayMonth,
          select#ProfileBirthdayDay {
            width: 100%;
            margin-bottom: 10px;
          }
        }
      }
    }
  }

  .confirm-group .normal {
    display: block;
  }
  .PanelFade.PanelFadeIn {
    text-align: center;
  }

  .LabelExtraLarge {
    font-size: 24px;
    line-height: 2em;
  }

  a.LabelAnchor {
    color: inherit;
    border: solid 1px rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 1);
    padding: 5px;
    text-decoration: none;
  }
}

.input_area table {
  border: 0.5px solid #bcbcbc;
  margin-bottom: 3rem;

  th,
  td {
    border: 0.5px solid #bcbcbc;
    padding: 1.5rem 1rem;
  }

  th {
    background: #efefef;
    width: 20%;
    text-align: left;
  }

  @media screen and (max-width: 767.98px) {
    margin-bottom: 4rem;

    th,
    td {
      display: block;
      border-bottom: none;
      width: 100%;
    }
  }
}

.post-name-entry {
  .submitBtn .wpcf7-form-control.wpcf7-submit,
  .confirm_button {
    color: #fff;
  }
}
.PanelFade {
  text-align: center;
}
.LabelExtraLarge {
  font-size: 24px;
  line-height: 2em;
}
a.LabelAnchor {
  color: inherit;
  border: solid 1px rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 1);
  padding: 10px 40px;
  text-decoration: none;
}

.input_area {
  & .r-entry {
    & .entry-table {
      td {
        .td-flex {
          display: flex;
          align-items: center;
          .wpcf7-form-control-wrap {
            display: block;
                                    margin: 0 15px 0 5px;
            input[type="text"]{
              margin-bottom: 0;
            }
          }
        }
      }
    }
  }
}
input::placeholder,
textarea::placeholder {
  font-weight:normal;
  opacity: 0.8;
  font-family: "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ",Meiryo, sans-serif;
}
#addr{
  margin-top: 8px;
}
.input_area .confirm_button,
.submitBtn .wpcf7-form-control.wpcf7-submit{
  padding: 1.5rem 1rem;
}
.confirm_area .back_button{
  padding: 1rem;
}
  @media (max-width: 767.98px) {
   .input_area .confirm_button,
.submitBtn .wpcf7-form-control.wpcf7-submit,
.confirm_area .back_button{
 width: 85%;
}
  }

  @media screen and (max-width: 767px) {
    .LabelExtraLarge {
      font-size: 28px;
      line-height: 2em;
    }
  }