@media screen and (max-width: 768px) {
  body {
    width: 100vw;
    overflow-x: hidden;
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

.notice .notice-section {
  max-width: 896px;
  margin: auto;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .notice .notice-section {
    padding-top: 5px;
  }
}
.notice .notice-section .category-area {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .notice .notice-section .category-area {
    margin-bottom: 34px;
  }
}
.notice .notice-section .category-area .year-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .notice .notice-section .category-area .year-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.notice .notice-section .category-area .year-item {
  border: 1px solid #A0C31F;
  text-align: center;
  font-size: 20px;
  color: #A0C31F;
}
.notice .notice-section .category-area .year-item a {
  display: block;
  width: 200px;
  padding: 12px 10px;
}
@media screen and (max-width: 767px) {
  .notice .notice-section .category-area .year-item a {
    width: 162px;
    font-size: 14px;
  }
}
.notice .notice-section .category-area .year-item.current-year {
  color: #fff;
  background: #A0C31F;
}
.notice .notice-section .notice-section-body .notice-list {
  margin-bottom: 35px;
}
.notice .notice-section .notice-section-body .notice-list .notice-item {
  border-top: 1px solid #DDD;
  padding: 25px 0;
}
.notice .notice-section .notice-section-body .notice-list .notice-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .notice .notice-section .notice-section-body .notice-list .notice-item a {
    display: block;
  }
}
.notice .notice-section .notice-section-body .notice-list .notice-item a .img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .notice .notice-section .notice-section-body .notice-list .notice-item a .img {
    text-align: center;
    margin: 0 auto 20px;
  }
}
.notice .notice-section .notice-section-body .notice-list .notice-item a .img img {
  border-radius: 5px;
  width: 214px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ddd;
}
.notice .notice-section .notice-section-body .notice-list .notice-item a .notice-txt {
  width: 73%;
}
@media screen and (max-width: 767px) {
  .notice .notice-section .notice-section-body .notice-list .notice-item a .notice-txt {
    width: 100%;
  }
}
.notice .notice-section .notice-section-body .notice-list .notice-item a .notice-txt .date {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .notice .notice-section .notice-section-body .notice-list .notice-item a .notice-txt .date {
    font-size: 12px;
  }
}
.notice .notice-section .notice-section-body .notice-list .notice-item a .notice-txt h3 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .notice .notice-section .notice-section-body .notice-list .notice-item a .notice-txt h3 {
    font-size: 15px;
  }
}
.notice .notice-section .notice-section-body .notice-list .notice-item a .notice-txt p {
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .notice .notice-section .notice-section-body .notice-list .notice-item a .notice-txt p {
    font-size: 13px;
  }
}
.notice .notice-section .notice-section-body .notice-list .notice-item a:hover {
  opacity: 1;
}
.notice .notice-section .notice-section-body .notice-list .notice-item a:hover .notice-txt h3,
.notice .notice-section .notice-section-body .notice-list .notice-item a:hover .notice-txt p {
  text-decoration: underline;
  color: #4086C9;
}
.notice .notice-section .notice-section-body .notice-list .notice-item:last-child {
  border-bottom: 1px solid #ddd;
}
.notice .pagination {
  margin-bottom: 80px;
}
.notice .pagination .pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.notice .pagination .pagination-list .pagination-item {
  background: #A1C31E;
  color: #fff;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2px;
  margin: 0 8px;
}
.notice .pagination .pagination-list .pagination-item a {
  font-size: 14px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notice .pagination .pagination-list .pagination-item.current-page {
  background: #fff;
  color: #A1C31E;
  font-size: 14px;
  border: 1px solid #A1C31E;
}
.notice .pagination .pagination-list .pagination-item.prev a {
  position: relative;
}
.notice .pagination .pagination-list .pagination-item.prev a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  left: 10px;
  top: 11px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.notice .pagination .pagination-list .pagination-item.next a {
  position: relative;
}
.notice .pagination .pagination-list .pagination-item.next a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  left: 9px;
  top: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.notice .btn-item:before {
  content: none;
}/*# sourceMappingURL=notice.css.map */


/* ----------- 202509 ADD ----------- */
.notice-detail {
  margin-bottom: 80px;
}
.notice-detail .date {
  font-size: 14px;
  color: #A1C31E;
  margin-bottom: 10px;
}
.notice-detail a:hover {
  color: #A0C31F;
}
.notice-detail h1 {
  border-bottom: solid 1px #A1C31E;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 16px;
  margin-bottom: 35px;
  line-height: 1.6;
}
.notice-detail h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
.notice-detail p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.notice-detail .flex {
  justify-content: space-between;
  align-items: center;
}
.notice-detail .flex .item-left,
.notice-detail .flex .item-right {
  width: 48%;
}
.notice-detail .flex .item-left p {
  line-height: 1.7;
  margin-bottom: 0;
}
.notice-detail h3 {
  font-weight: 500;
  margin-bottom: 20px;
}
.notice-detail p.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .notice-detail h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .notice-detail h2 {
    font-size: 16px;
  }
  .notice-detail p {
    font-size: 14px;
  }
  .notice-detail p.mbSp30 {
    margin-bottom: 30px;
  }
  .notice-detail .flex {
    display: block;
  }
  .notice-detail .flex .item-left,
  .notice-detail .flex .item-right {
    width: 100%;
  }
  .notice-detail .flex .item-right img {
    margin: auto;
    display: block;
  }
}
