@media (max-width: 812px) {
  body {
    background-color: #fff;
  }
  .sp-menu {
    display: none;
  }
  .pc-view {
    display: none !important;
  }
  .sp-view {
    display: block !important;
  }
  .footer-logo img {
    display: block;
  }

  #contact .sp-header-inner {
    display: block;
  }
  #contact .titleArea {
    min-width: 0;
    width: 100%;
    height: auto;
    padding: 20vw 0 4vw 0;
    background-color: #fff;
    border-bottom: 1px solid #0da593;
  }
  #contact .titleArea .inner {
    padding: 0 30px;
  }
  #contact .titleArea .inner img {
    width: 37%;
  }
  #contact .mainInner,
  #contact .mainInner h3 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo",
      "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Osaka", helvetica,
      sans-serif;
    padding: 0;
  }
  #contact .mainInner .singleColumn {
    width: 100%;
    padding: 0;
  }
  #contact .mainInner .lv2Heading {
    padding: 30px 30px 0;
    margin-bottom: 20px;
  }
  #contact .singleColumn .policy {
    height: 350px;
  }
  #contact .singleColumn .policy h3 {
    font-size: 13px;
    border-bottom: 0;
    margin-top: 22px;
    margin-bottom: 0;
    line-height: 1.7;
  }
  #contact .singleColumn .policy p {
    font-size: 13px;
    line-height: 1.7;
  }
  #contact .form-buttons {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 40px;
  }
  #contact .form-buttons input,
  #contact .form-buttons button.back {
    width: 82%;
    margin-right: auto;
    margin-left: auto;
    appearance: none;
    -webkit-appearance: none;
  }
  #contact .form-buttons input.submit {
    margin-bottom: 15px;
    appearance: none;
    -webkit-appearance: none;
  }
  #contact .controls input {
    display: none;
  }

  .bl_table_contact {
    table-layout: fixed;
    width: 100%;
  }
  .bl_table_contact tr {
    display: block;
    padding: 20px 30px 15px;
    border-bottom: 1px solid #e3e3e3;
  }
  .bl_table_contact th,
  .bl_table_contact td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    border-bottom: 0;
  }
  .bl_table_contact th {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 17px;
    color: #000;
    display: flex;
    align-items: center;
  }
  .bl_table_contact th .ness {
    font-size: 11px;
    color: #ff5700;
    padding-left: 5px;
  }
  .bl_table_contact td {
    font-size: 13px;
    color: #b0b0b0;
  }
  .bl_table_contact td input {
    height: 44px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    background-color: #f5f5f5;
    font-size: 17px;
    padding: 0 20px;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
  }
  .bl_table_contact td input:focus {
    outline: 0;
    border: 2px solid #0da593;
  }
  .bl_table_contact td textarea {
    height: 220px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    background-color: #f5f5f5;
    font-size: 17px;
    padding: 10px 20px;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
  }
  .bl_table_contact td input:focus {
    outline: 0;
    border: 2px solid #0da593;
  }

  .el_select_wrapper {
    display: inline-block;
    position: relative;
  }
  .el_select_wrapper::after {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    border-right: 2px solid #b0b0b0;
    border-bottom: 2px solid #b0b0b0;
    transform: rotate(45deg) translateY(-50%);
  }
  .el_select_wrapper select {
    width: 100%;
    height: 44px;
    font-size: 17px;
    padding: 0 20px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    appearance: none;
    -webkit-appearance: none;
  }

  .el_checkBox input {
    display: none;
  }
  .el_checkBox label,
  #contact .hp_checks label {
    position: relative;
    display: block;
    padding-left: 35px;
    height: 25px;
    display: flex !important;
    align-items: center;
  }
  .el_checkBox label::before,
  #contact .hp_checks label::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
  }
  .el_checkBox label::after,
  #contact .hp_checks label::after {
    position: absolute;
    content: "";
    display: block;
    top: -3px;
    left: 4px;
    width: 5px;
    height: 8px;
    transform: rotate(40deg);
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
  }
  .el_checkBox input:checked + label,
  #contact .hp_checks input:checked + label {
    position: relative;
    padding-left: 35px;
  }
  .el_checkBox input:checked + label::before,
  #contact .hp_checks input:checked + label::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    background-origin: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: auto;
  }
  .el_checkBox input:checked + label::after,
  #contact .hp_checks input:checked + label::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 7px;
    width: 11px;
    height: 19px;
    margin: auto;
    transform: rotate(40deg);
    border-right: 3px solid #54ad9e;
    border-bottom: 3px solid #54ad9e;
  }
  #contact .hp_checks .controls {
    line-height: 1;
  }

  .hp_whitespace_nowrap {
    white-space: nowrap !important;
  }
  .hp_oneRow_td {
    display: flex !important;
    align-items: center !important;
  }
  .hp_oneRow_td_between {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .hp_fontCotrol label {
    font-size: 13px;
    color: #000;
  }

  .sm_font17 {
    font-size: 17px !important;
  }

  .sm_fontBlack {
    color: #000 !important;
  }

  .sm_prpl30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .sm_mt30 {
    margin-top: 30px !important;
  }

  .sm_mr10 {
    margin-right: 10px !important;
  }
  .sm_mr20 {
    margin-right: 20px !important;
  }

  .sm_mb0 {
    margin-bottom: 0 !important;
  }
  .sm_mb12 {
    margin-bottom: 12px !important;
  }
  .sm_mb20 {
    margin-bottom: 20px !important;
  }

  .sm_ml4 {
    margin-left: 4px !important;
  }
  .sm_ml5 {
    margin-left: 5px !important;
  }
  .sm_ml10 {
    margin-left: 10px !important;
  }
  .sm_ml15 {
    margin-left: 15px !important;
  }

  .sm_w30per {
    width: 30% !important;
  }
  .sm_w40per {
    width: 40% !important;
  }
  .sm_w50per {
    width: 50% !important;
  }
  .sm_w55per {
    width: 55% !important;
  }
  .sm_w100per {
    width: 100% !important;
  }

  .contactMenu__icon {
    margin-top: 42px;
    width: 60px;
  }

  .contactMenu__message {
    font: normal normal normal 14px/21px Noto Sans;
    margin-top: 17px;
    margin-bottom: 40px;
  }

  .contactMenu__item {
    width: 90%;
  }

  .contactMenu__item div:nth-child(1) {
    width: 100%;
    font: normal normal bold 20px/30px Noto Sans;
  }

  .contactMenu__item div:nth-child(2) {
    margin-top: 12px;
    font: normal normal 600 12px/18px Noto Sans;
  }
}
