@charset "UTF-8";

.head {
  border-bottom: 2px solid #000;
}
.notice_board {
  padding: 40px 0 90px;
}
.notice_board .head {
  padding-bottom: 30px;
  color: var(--222222-, #222);
  font-family: 'Noto Sans JP';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  letter-spacing: -0.05px;
}
.notice_board .inner {
  width: 90%;
  max-width: 338px;
  margin: 0 auto;
}
.notice_board ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 20px;
  padding: 20px 0;
}
.notice_board ul li {
  width: calc(50% - 6px);
}
.notice_board ul li ._cover {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  padding-top: 56.1%;
  margin-bottom: 12px;
}
.notice_board ul li ._cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.notice_board ul li span {
  margin-bottom: 6px;
  color: #c29f6d;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.037px;
  border-radius: 999px;
  border: 1px solid #c29f6d;
  padding: 4px 20px;
  box-sizing: border-box;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.notice_board ul li b {
  color: #303030;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  letter-spacing: -0.035px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.notice_board .search_box {
  border-radius: 27px;
  border: 1px solid #e1e1e1;
  background: var(--FFFFFF-, #fff);
  padding: 12px 28px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.notice_board .search_box form {
  display: flex;
}
.notice_board .search_box input {
  border: none;
  padding: 0;
  outline: none;
  flex: 1;
  color: #474747;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.04px;
}
.notice_board .search_box button {
  border: none;
  background: transparent;
}
.notice_board .pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.notice_board .pagination .num_wrap {
  display: flex;
  gap: 8px;
}
.notice_board .pagination .num_wrap a {
  color: #171717;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.035px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.notice_board .pagination .num_wrap a.active {
  color: #fff;
  background: #c29f6d;
}
.notice_detail {
  padding: 40px 0 90px;
}
.notice_detail .inner {
  width: 90%;
  max-width: 338px;
  margin: 0 auto;
}
.notice_detail .head {
  padding-bottom: 30px;
}
.notice_detail .head p {
  color: #c29f6d;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.037px;
  padding: 4px 20px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid #c29f6d;
}
.notice_detail .head h2 {
  color: #303030;
  font-family: 'Noto Sans JP';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 170% */
  letter-spacing: -0.05px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.notice_detail .head span {
  color: var(--888888-01, #888);
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: -0.04px;
}
.notice_detail .content {
  padding: 20px 0 40px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.notice_detail .content * {
  color: #474747;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.04px;
}
.notice_detail .content img strong {
  display: inline-block;
}
.notice_detail .list_btn {
  color: #000;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.04px;
  display: block;
  width: 100%;
  padding: 14px 10px;
  box-sizing: border-box;
  border-radius: 99px;
  border: 1px solid #e1e1e1;
  background: var(--FFFFFF-, #fff);
}
