.main_slide {
  margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
  .main_slide {
    margin-bottom: 11vw;
  }
}


.main_slide .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%)
}

@media screen and (max-width: 1800px) {
  .main_slide .slick-dots {
    bottom: -40px;
  }
}

@media screen and (max-width: 1600px) {
  .main_slide .slick-dots {
    bottom: -40px;
  }
}

@media screen and (max-width: 1400px) {
  .main_slide .slick-dots {
    bottom: -40px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1480px) {
  .main_slide .slick-dots {
    position: absolute;
    bottom: -40px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1360px) {
  .main_slide .slick-dots {
    position: absolute;
    bottom: -40px;
  }
}

@media screen and (max-width: 750px) {
  .main_slide .slick-dots {
    bottom: -5vw;
    margin-top: 0
  }
}

@media screen and (max-width: 640px) {
  .main_slide .slick-dots {
    bottom: -6vw;
  }
}

@media screen and (max-width: 560px) {
  .main_slide .slick-dots {
    bottom: -8vw;
  }
}

@media screen and (max-width: 480px) {
  .main_slide .slick-dots {
    bottom: -8vw;
  }
}

@media screen and (max-width: 750px) {
  .list_top_bnr li:last-child {
    width: calc(100% / 2 - 6px);
    margin: 0 3px 6px;
  }
}


.top_article_outer {
  margin-top: -50px;
}

@media screen and (max-width: 750px) {
  .top_article_outer {
    margin-top: -30px;
  }
}

.top_article_outer h2 {
  text-align: center;
  letter-spacing: 0;
}

.top_article_outer h2+p {
  line-height: 1.5;
}

@media screen and (min-width: 751px) {
  .top_article_outer h2+p {
    text-align: center;
  }
}




.top_article_outer .idx_btn a {
  line-height: 1.4;
  letter-spacing: -0.5px;
  margin-top: 35px;
}

@media screen and (max-width: 750px) {
  .top_article_outer .idx_btn.parent a {
    margin-top: 0;
  }
}

@media screen and (min-width: 751px) {
  .top_article_outer .idx_btn.parent a {
    text-align: center;
    width: 100%;
    max-width: 650px;
  }
}

.article_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.article_list li {
  margin-top: 10px;
  padding: 0;
  width: 31%;
}

@media screen and (max-width:768px) {
  .article_list li {
    width: 47%;
  }
}

.article_list li a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.article_list li span {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: unset;
  padding-top: 3px;
}

@media screen and (max-width:768px) {
  .article_list li span {
    font-size: 13px;
  }

}

.article_list li::before {
  display: none;
}

@media screen and (max-width:768px) {
  .list_top_bnr li:nth-of-type(1) {
    order: 2;
  }

  .list_top_bnr li:nth-of-type(2) {
    order: 1;
  }

  .list_top_bnr li:nth-of-type(3) {
    order: 3;
  }

  .list_top_bnr li:nth-of-type(4) {
    order: 4;
  }
}