ul {
  list-style: none;
}

@media screen and (max-width: 1080px) {
  .pc-none {
    display: block;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .display-inline {
    display: inline;
  }
  .sp-container {
    width: 100%;
    margin: 0 auto;
  }
  .sp-flex {
    display: flex;
  }
  .sp-width-100 {
    width: 100%;
  }
  .sp-flex-elm {
    width: auto;
    height: auto;
    margin: 15px auto;
    text-align: center;
  }
  .sp-font-bold {
    font-weight: bold;
  }
  .sp-center {
    display: flex;
    justify-content: center;
  }
  .direction-column-reverse {
    flex-direction: column-reverse;
  }
  .direction-row-reverse {
    flex-direction: row-reverse;
  }
  .sp-none {
    display: none;
  }

  .form-wrap {
    width: 100%;
  }
  .form-wrap-desciption {
    text-align: left;
  }
  textarea {
    font-size: 38px;
  }

  .form input::placeholder {
    font-size: 20px;
    line-height: 30px;
  }
  .form input {
    width: 100%;
    font-size: 33px;
    box-sizing: border-box;
  }
  .form-wrap-desciption {
    margin: 40px 0;
    width: 100%;
  }
  .select-wrap {
    height: 75px;
    width: 386px;
  }
  .select-wrap::before {
    top: 30px;
  }
  select {
    font-size: 45px;
    transform: scale(0.7);
    position: relative;
    right: 70px;
  }
  select[name="age"] {
    padding: 0 50px 0 16px;
  }
  select[name="menus"] {
    padding: 0 175px 0 16px;
  }
  input[type="text"],
  input[type="tel"] {
    font-size: 16px;
    line-height: 22px;
    padding: 5px 10px 5px;
    border-radius: 5px;
    display: block;
  }
  .form th {
    width: 100%;
    display: block;
    margin-top: 10px;
    font-size: 14px;
  }
  .form th span {
    font-size: 9px;
    position: relative;
    bottom: 1px;
    align-items: center;
    border-radius: 10px;
  }

  .form th span img {
    margin-right: 6px;
    width: 18px;
    position: relative;
    bottom: 0px;
  }
  .form td {
    width: 100%;
    display: block;
    margin-top: 5px;
  }
  .form .radio {
    border-radius: 20px;
    width: 100%;
    margin-right: 8px;
  }
  .form td .section label {
    font-weight: normal;
    letter-spacing: 0.01em;
    text-align: center;
  }

  .form-wrap tr {
    display: table-row;
  }

  .form td .age-section,
  .datetime .section {
    text-align: left;
    overflow-x: scroll;
    width: 100%;
  }

  .form-wrap-desciption {
    font-size: 18px;
  }

  .form-wrap .blue {
    color: var(--blue-color);
    margin: 0;
    font-weight: bold;
  }
}

/*フォーム追記*/

@media screen and (max-width: 1080px) {
  .section {
    margin: 5px 0px 15px !important;
  }
  .sex-section,
  .age-section,
  .menus-section {
    margin: 0px !important;
    padding: 0;
  }
  #form-content {
    width: 100%;
    table-layout: fixed;
  }
  .form-wrap-content {
    padding: 0;
  }
  .form_radio {
    display: flex;
    flex-wrap: nowrap;
  }
  .form_radio li {
    min-width: 150px;
    width: 22%;
    /* height: 8vw; */
    margin-right: 1%;
    margin-left: 0;
  }
  .age-section .form_radio li,
  .menus-section .form_radio li {
    min-width: 200px;
  }
  .age-section .form_radio li {
    min-width: 32%;
  }
  .form_radio li input {
    border-radius: 1%;
  }
  .form_radio li label {
    width: 100%;
    margin: 0 !important;
    box-sizing: border-box;
    display: block;
    height: 100%;
    padding: 1rem 0;
    text-align: center;
  }
  .form_radio li {
    min-width: 75px;
    margin: 1.5%;
    height: 30px;
    margin-right: 12px;
    margin-left: 0;
    width: auto;
  }
  .form td .section label {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
    border-radius: 5px;
    padding: 0;
    width: 100%;
  }
  .age-section .form_radio li {
    min-width: 121px;
  }
  select option {
    font-size: 16px;
  }
  .form {
    position: relative;
  }

  .differences-wrap {
    margin: 0 auto !important;
    padding-top: 75px;
  }
  .privacy {
    position: relative;
    z-index: 3;
  }
  .form-message-description {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: bold;
    font-size: 10.49px;
    letter-spacing: 0.01em;
    line-height: 14.99px;
    text-align: left;
    color: #000;
    margin-top: 5px;
  }
  textarea,
  input,
  .select-wrap {
    border-radius: 5px;
  }

  .form input::placeholder {
    font-size: 20px;
    line-height: 24px;
  }
  .form input::-webkit-input-placeholder {
    position: relative;
    bottom: 0px;
  }
  textarea {
    font-size: 16px;
    padding: 5px;
  }
  .form th.last-item {
    margin-top: 0;
  }
  .form-head-img {
    width: 272px;
  }
  #mail_sent {
    cursor: pointer;
    margin-top: 30px;
  }
  textarea {
    width: 9%;
    box-sizing: border-box;
  }
  .form-wrap-content {
    width: 100%;
  }
  .form-wrap .blue {
    line-height: 20px;
    margin-bottom: 20px;
  }
  textarea {
    width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1080px) {
  

  .age-section li {
    width: 164px;
    margin-bottom: 20px;
  }
}
