@charset "utf-8";

main {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.recruitment_container {
  padding: 1rem 0.25rem;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.container {
  width: 960px;
  margin: 0 auto;
}

h1 {
  font-size: 1.5rem;
  line-height: 6rem;
  text-align: center;
  background-color: #53c3af;
  color: #ffffff;
  font-weight: bold;
}
h2 {
  font-size: 1.2rem;
  background-color: #53c3af;
  color: #ffffff;
  text-align: left;
  font-weight: normal;
  padding: 0.75rem 0 0.75rem 0.75rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h3 {
  font-weight: bold;
  padding: 0.25rem 0 0.25rem 0.75rem;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h3::before {
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background: #53c3af;
}
h4 {
  border-top: 1px solid #53c3af;
  border-bottom: 1px solid #53c3af;
  color: #53c3af;
  font-weight: bold;
  background-color: #f4fbfa;
  padding: 0.7rem 0;
  text-align: center;
  margin: 1rem 0;
}

.recruitment_message {
  line-height: 2rem;
}
.recruitment_message_bullets {
  line-height: 2rem;
}

.step,
.step_last {
  margin: 2rem 0;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  padding: 0.25rem;
  line-height: 2rem;
  font-size: 0.85rem;
  position: relative;
}
.step::after {
  position: absolute;
  display: block;
  margin: 8px auto;
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #53c3af;
  left: 50%;
  transform: translateX(-50%);
}

.about_required_message {
  color: red;
  font-size: 0.95rem;
}
.flex_wrapper {
  padding: 0.25rem;
}
.flex_row {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f8fffc;
}
.item_title {
  margin-top: 1rem;
  width: 100%;
  text-align: left;
  color: #555555;
}
.item_subtitle {
  color: red;
  font-weight: bold;
}
.item_subtitle_link,
.item_subtitle {
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.item_value_wrapper {
  padding: 0.25rem 0;
  width: 100%;
}
.item_value_wrapper > input {
  line-height: 2.75rem;
  border-radius: 2.5px;
  border: 1px solid #dcdcdc;
}
.item_value_wrapper > select {
  width: 100%;
  height: 2.75rem;
  border-radius: 2.5px;
  border: 1px solid #dcdcdc;
}
.item_value_wrapper > input,
.item_value_wrapper > textarea {
  width: 100%;
}
.item_value_wrapper > textarea {
  line-height: 1.25rem;
  padding: 0.5rem;
  height: 5rem;
}
.btn_radio {
  display: inline-block;
  width: 48%;
  padding: 8px 0;
  font-size: 1.5rem;
  text-align: center;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
}
[name="counselor_gender"] {
  display: none;
}
input[type="radio"].sex:checked + .off {
  color: #fff;
  background-color: #ef5b8e;
}
input[type="radio"].sex:checked + .on {
  color: #fff;
  background-color: #4b97b9;
}
.recruitment_confirm_button {
  background-color: #20b2aa;
  text-shadow: 0 1px 0 #757575;
  color: #ffffff;
  padding: 1rem 0;
  font-size: 1.15rem;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  margin: 1.5rem 0;
  box-shadow: 0 3px 0 #14837d;
}
.recruitment_confirm_button:hover {
  box-shadow: none;
}
.about_confirm_button_message {
  text-align: center;
  font-size: 0.9rem;
}
.validation_errors_wrapper {
  background-color: red;
  color: #ffffff;
  padding: 1rem;
  border-radius: 10px;
}
.validation_message {
  margin-bottom: 0.5rem;
}

.notice_info {
  display: block;
  text-decoration: none;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 1rem;
  width: 100%;
  padding: 0.75rem 0 1rem 0.25rem;
  box-shadow: 0 3px 0 #7c7c7c;
  position: relative;
}
.notice_info:hover {
  box-shadow: none;
}
.notice_info:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #7f8499;
  border-right: 1px solid #7f8499;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.notice_content {
  padding-right: 1.5rem;
}
.flex_datetime_and_icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.send_datetime {
  color: #000000;
  font-size: 0.75rem;
}
.read_unread_icon {
  padding: 0.2rem 2rem;
  width: 6rem;
  border-radius: 5px;
  color: #ffffff;
}
.read {
  background-color: #88bed8;
}
.unread {
  background-color: #ff0000;
}
.flex_new_and_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.5rem;
}
.blink_new {
  color: red;
  animation: blink 0.75s ease infinite;
}
.notice_title {
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  margin-top: 1rem;
}
.page-item {
  margin-right: 1rem;
  font-weight: bold;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
