@charset "utf-8";

@media (max-width: 960px) {
  .container {
    width: 100%;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 4.5rem;
    line-height: 4.5rem;
    padding: 0.5rem;
  }
  .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;
  }

  .item_title {
    font-size: 3rem;
    line-height: 3rem;
    margin-top: 3rem;
  }

  .about_confirm_button_message {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .item_value_wrapper select {
    height: 30px;
  }

  .item_value_wrapper input {
    height: 30px;
  }

  .item_value_wrapper > textarea {
    height: 10rem;
    line-height: 4rem;
  }
  .recruitment_confirm_button {
    font-size: 3rem;
    line-height: 3rem;
    padding: 1rem;
  }

  .item_subtitle, .item_subtitle_link {
    font-size: 3rem;
    line-height: 4rem;
  }
}
