@charset "UTF-8";
.archive_news_con {
  padding: 180px 0 100px;
}
@media (max-width: 480px) {
  .archive_news_con {
    padding: 125px 0 65px;
  }
}
.archive_news_con .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .archive_news_con .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .archive_news_con .inner {
    width: calc(100% - 60px);
  }
}
.archive_news_con .inner h1.a_ttl {
  font-size: 36px;
  text-align: center;
  color: #1b357d;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .archive_news_con .inner h1.a_ttl {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .archive_news_con .inner h1.a_ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.archive_news_con .inner h2.a_ttl2 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #1b357d;
}
@media (max-width: 480px) {
  .archive_news_con .inner h2.a_ttl2 {
    font-size: 20px;
  }
}
.archive_news_con .inner .a_txt {
  color: #1b357d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.archive_news_con .inner .a_txt span {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .archive_news_con .inner .a_txt span {
    font-size: 17px;
  }
}
.archive_news_con .inner .l_point_con .l_point_wrap1 {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .archive_news_con .inner .l_point_con .l_point_wrap1 {
    gap: 1%;
  }
}
@media (max-width: 800px) {
  .archive_news_con .inner .l_point_con .l_point_wrap1 {
    display: block;
    margin-top: 0;
  }
}
.archive_news_con .inner .l_point_con .l_point_wrap1 .l_point_b {
  position: relative;
  border-radius: 8px;
  width: 230px;
}
@media (max-width: 1200px) {
  .archive_news_con .inner .l_point_con .l_point_wrap1 .l_point_b {
    width: 30%;
  }
}
@media (max-width: 800px) {
  .archive_news_con .inner .l_point_con .l_point_wrap1 .l_point_b {
    width: 400px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .archive_news_con .inner .l_point_con .l_point_wrap1 .l_point_b {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .archive_news_con .inner .l_point_con .l_point_wrap1 .l_point_b {
    margin-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .archive_news_con .inner .l_point_con .l_point_wrap1 .l_point_b:first-of-type {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .archive_news_con .inner .l_point_con .l_point_wrap1 .l_point_b:first-of-type {
    margin-top: 30px;
  }
}
@media (max-width: 800px) {
  .archive_news_con .inner .l_point_con .l_point_wrap1 .l_point_b:last-of-type {
    margin-bottom: 0;
  }
}
.archive_news_con .inner .l_point_con .l_point_wrap1 .l_point_b:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.archive_news_con .inner .l_point_con .l_point_wrap1 .l_point_b .l_p_pic img {
  width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.archive_news_con .inner .l_point_con .l_point_wrap1 .l_point_b .l_p_txt {
  background: #1b357d;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.35;
  padding: 10px;
  border-radius: 0 0 8px 8px;
}
@media (max-width: 1200px) {
  .archive_news_con .inner .l_point_con .l_point_wrap1 .l_point_b .l_p_txt {
    font-size: 1.4vw;
    padding: 0.8vw;
  }
}
@media (max-width: 800px) {
  .archive_news_con .inner .l_point_con .l_point_wrap1 .l_point_b .l_p_txt {
    font-size: 18px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .archive_news_con .inner .l_point_con .l_point_wrap1 .l_point_b .l_p_txt {
    font-size: 16px;
  }
}
.archive_news_con .inner .l_point_con .l_point_wrap1 .b1:before {
  background-image: url(../img/num1-1.png);
  width: 50px;
  height: 43px;
  top: -21px;
  right: -10px;
}
@media (max-width: 480px) {
  .archive_news_con .inner .l_point_con .l_point_wrap1 .b1:before {
    width: 50px;
    height: 39px;
    top: -21px;
    right: -6px;
  }
}
.archive_news_con .inner .l_point_con .l_point_wrap1 .b2:before {
  background-image: url(../img/num2-1.png);
  width: 54px;
  height: 38px;
  top: -17px;
  right: -12px;
}
@media (max-width: 480px) {
  .archive_news_con .inner .l_point_con .l_point_wrap1 .b2:before {
    width: 50px;
    height: 39px;
    top: -21px;
    right: -12px;
  }
}
.archive_news_con .inner .l_point_con .l_point_wrap1 .b3:before {
  background-image: url(../img/num3-1.png);
  width: 55px;
  height: 42px;
  top: -20px;
  right: -12px;
}
@media (max-width: 480px) {
  .archive_news_con .inner .l_point_con .l_point_wrap1 .b3:before {
    width: 50px;
    height: 39px;
    top: -20px;
    right: -11px;
  }
}
.archive_news_con .inner .l_point_con .l_point_wrap1 .b4:before {
  background-image: url(../img/num4-1.png);
  width: 55px;
  height: 41px;
  top: -23px;
  right: -11px;
}
@media (max-width: 480px) {
  .archive_news_con .inner .l_point_con .l_point_wrap1 .b4:before {
    width: 53px;
    height: 39px;
    top: -20px;
    right: -9px;
  }
}
.archive_news_con .inner .l_point_con .l_point_wrap1 .b5:before {
  background-image: url(../img/num5-1.png);
  width: 55px;
  height: 43px;
  top: -25px;
  right: -13px;
}
@media (max-width: 480px) {
  .archive_news_con .inner .l_point_con .l_point_wrap1 .b5:before {
    width: 50px;
    height: 39px;
    top: -20px;
    right: -11px;
  }
}

.add_icon {
  width: 40px;
  margin: 20px auto;
}
.add_icon img {
  width: 100%;
}

.add_point {
  position: relative;
  background: #1b357d;
  padding: 15px 28px;
  border-radius: 8px;
}
@media (max-width: 800px) {
  .add_point {
    width: 400px;
    margin: 0 auto;
    padding: 15px;
  }
}
@media (max-width: 500px) {
  .add_point {
    width: 100%;
  }
}
.add_point:before {
  position: absolute;
  content: "";
  background-image: url(https://monthly.tokutoku-shop.com/wp-content/themes/monthly/img/num6-1.png);
  width: 55px;
  height: 43px;
  top: -25px;
  right: -13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 500px) {
  .add_point:before {
    top: -30px;
  }
}
@media (max-width: 480px) {
  .add_point:before {
    width: 50px;
    height: 39px;
    right: -11px;
  }
}
.add_point .add_txt {
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.45;
}
@media (max-width: 1090px) {
  .add_point .add_txt {
    font-size: 2vw;
  }
}
@media (max-width: 800px) {
  .add_point .add_txt {
    font-size: 18px;
    text-align: left;
  }
}
@media (max-width: 500px) {
  .add_point .add_txt {
    font-size: 16px;
  }
}
.add_point .add_txt .sp_only {
  display: none;
}
@media (max-width: 800px) {
  .add_point .add_txt .sp_only {
    display: block;
  }
}
@media (max-width: 500px) {
  .add_point .add_txt .sp_only {
    display: none;
  }
}
.add_point .add_point_wrap {
  display: flex;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 1200px) {
  .add_point .add_point_wrap {
    gap: 1%;
  }
}
@media (max-width: 800px) {
  .add_point .add_point_wrap {
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 430px) {
  .add_point .add_point_wrap {
    width: 100%;
  }
}
.add_point .add_point_wrap .add_point_pic {
  width: 360px;
}
@media (max-width: 800px) {
  .add_point .add_point_wrap .add_point_pic {
    width: 100%;
  }
}
.add_point .add_point_wrap .add_point_pic img {
  width: 100%;
  vertical-align: bottom;
}

.display_year_con .y_wrap {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin: 40px auto 30px;
}
.display_year_con .y_wrap .year {
  position: relative;
  font-size: 20px;
  color: #8d9abe;
  font-weight: bold;
}
.display_year_con .y_wrap .year:after {
  width: 2px;
  height: 20px;
  background: #8d9abe;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12.5px;
}
.display_year_con .y_wrap .year:last-of-type:after {
  display: none;
}

.a_news_con {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1200px) {
  .a_news_con {
    gap: 2%;
  }
}
@media (max-width: 800px) {
  .a_news_con {
    gap: 4%;
  }
}
@media (max-width: 480px) {
  .a_news_con {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.a_news_con .a_news_b {
  width: 353px;
}
@media (max-width: 1200px) {
  .a_news_con .a_news_b {
    width: 32%;
  }
}
@media (max-width: 800px) {
  .a_news_con .a_news_b {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .a_news_con .a_news_b {
    width: 100%;
  }
}
.a_news_con .a_news_b .n_pic img {
  width: 100%;
}
.a_news_con .a_news_b .l_wrap {
  display: flex;
  justify-content: space-between;
}
.a_news_con .a_news_b .l_wrap .l_num {
  color: #113682;
  font-size: 14px;
  font-weight: bold;
}
.a_news_con .a_news_b .l_wrap .l_date {
  color: #8d9abe;
  font-size: 14px;
  font-weight: bold;
}
.a_news_con .a_news_b .news_txt {
  color: #113682;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
}

.a_news_con {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.a_news_con.is-show {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
}
@media (max-width: 1200px) {
  .a_news_con.is-show {
    gap: 4vw 2%;
  }
}
@media (max-width: 800px) {
  .a_news_con.is-show {
    gap: 6vw 4%;
  }
}
@media (max-width: 800px) {
  .a_news_con.is-show {
    gap: 8vw;
  }
}

.year {
  cursor: pointer;
  transition: 0.3s ease;
  color: #000;
}

.year.is-active {
  color: red;
}

.year {
  cursor: pointer;
  transition: 0.3s ease;
}

.display_year_con .y_wrap .year.is-active {
  color: #113682;
}

.support_banner {
  position: fixed;
  right: 0px;
  bottom: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}

.support_banner.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.archive_news_wrap {
  position: relative;
}

.archive_news_wrap_con {
  position: relative;
  overflow: hidden;
  max-height: 500px;
}

.archive_news_wrap_con {
  position: relative;
  overflow: hidden;
  max-height: 340px;
  transition: max-height 3.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 白グラデーション */
.archive_news_wrap_con::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none;
  z-index: 5;
}

.archive_news_wrap_con.is-open {
  max-height: 99999px;
}

.archive_news_wrap_con.is-open::after {
  display: none;
}

.readmore_area {
  text-align: center;
  margin-top: 30px;
}

.readmore_btn {
  min-width: 240px;
  height: auto;
  padding: 10px 30px;
  background: #fff;
  border: 1px solid #1b357d;
  cursor: pointer;
  transition: 0.3s;
  color: #1b357d;
  font-weight: bold;
  border-radius: 9999px;
  transition: 0.5s;
  font-size: 16px;
}
.readmore_btn:hover {
  background: #1b357d;
  color: #fff;
}

/* 800px以下 */
@media screen and (max-width: 800px) {
  .archive_news_wrap_con {
    max-height: 360px;
  }
}
/* 480px以下 */
@media screen and (max-width: 480px) {
  .archive_news_wrap_con {
    max-height: 400px;
  }
}/*# sourceMappingURL=news-list.css.map */