@charset "utf-8";

@media (max-width: 768px) {
  main {
    padding-top: 3rem;
  }
  .container {
    width: 100%;
  }
  .notice_title {
    width: 100%;
    text-align: left;
  }
  .notice_info:active {
    box-shadow: none;
  }
  .pagination {
    font-size: 2rem;
    letter-spacing: 1.1rem;
    margin-bottom: 3rem;
  }
  .read_unread_icon {
    padding: 0.2rem 1rem;
  }

  .recruitment_container {
    padding: 1.5rem 0;
  }

  h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
    padding: 1rem;
  }

  h2 {
    font-size: 4rem;
    line-height: 4.5rem;
    margin-top: 4rem;
  }

  h3 {
    font-size: 2.5rem;
    line-height: 4.5rem;
    padding-left: 3rem;
    margin-top: 4rem;
  }

  .recruitment_message {
    font-size: 2.8rem;
    line-height: 4rem;
  }

  .recruitment_message_bullets {
    font-size: 2.8rem;
    line-height: 4rem;
  }

  h4 {
    font-size: 2.5rem;
    line-height: 4.5rem;
  }

  .step,
  .step_last {
    font-size: 2.8rem;
    line-height: 4rem;
    margin: 5rem 0;
  }

  .about_required_message {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .item_title {
    font-size: 2.8rem;
    line-height: 4rem;
    padding: 2.5rem 0;
  }

  .item_value_wrapper > select {
    height: auto;
  }
  .item_value_wrapper > textarea {
    line-height: 3rem;
    height: 15rem;
    padding: 0;
    margin: 2rem 0 1rem 0;
  }

  .alert_message {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .recruitment_confirm_button {
    font-size: 3rem;
    padding: 10px 0;
    box-shadow: none;
    margin-bottom: 1.5rem;
  }

  .about_confirm_button_message {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
