/* PC */
@media screen and (min-width: 769px) {
  .eyecatch-eyecatch-under-cta {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    margin: 40px 0;
    width: 100%;
  }

  .eyecatch-under-cta__inner {
    font-size: 18px;
    color: #333;
    padding: 40px 0;
    position: relative;
  }

  .under-eyecatch-cta_consultation {
    width: 100%;
  }

  .under-eyecatch-cta_consultation_open,
  .under-eyecatch-cta_consultation_close {
    display: none;
  }

  .eyecatch-under-cta-area {
    display: flex;
    margin: -82px 0 0 160px;
    background: #E9FCF4;
    padding: 20px;
  }

  /* 共通セレクトボックススタイル */
  .modal-cta__form-select {
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='70,100 20,40 120,40' fill='%23333'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 0.65rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    width: 155px;
    color: #888;
    font-family: "Noto Sans JP";
    font-feature-settings: 'palt' on;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    cursor: pointer;
  }

  /* セレクトボックス位置調整 */
  .modal-cta__form-media-select {
    margin-left: 165px;
  }

  .modal-cta__form-detail-select {
    margin-left: 330px;
  }

  .eyecatch-under-cta__btn {
    color: #333;
    background: #FFE100;
    border: none;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px;
    position: absolute;
    margin-left: 495px;
    margin-top: 2px;
    font-family: "Noto Sans JP";
    font-feature-settings: 'palt' on;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    line-height: 1;
    cursor: pointer;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .eyecatch-under-cta,
  .eyecatch-eyecatch-under-cta {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    padding: 20px;
  }

  /* 画像 */
  .under-eyecatch-cta_consultation_close,
  .under-eyecatch-cta_consultation_open {
    width: 100%;
  }

  .under-eyecatch-cta_consultation_open {
    display: none;
  }

  /* フォームラッパー */
  .eyecatch-under-cta-area {
    background: #E9FCF4;
    padding: 20px;
    display: none;
  }

  /* セレクトボックス共通 */
  .modal-cta__form-select {
    font-family: 'Noto Sans JP', sans-serif !important;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='70,100 20,40 120,40' fill='%23333'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 0.65rem;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 500;
    color: #888;
    font-feature-settings: 'palt' on;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
  }

  /* CTAボタン */
  .eyecatch-under-cta__btn {
    font-family: 'Noto Sans JP', sans-serif !important;
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    align-self: stretch;
    background: #FFE100;
    border: none;
    border-radius: 3px;
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.7px;
    font-feature-settings: 'palt' on;
    cursor: pointer;
  }
}
