@charset "UTF-8";
/* CSS Document */
.main {
  background-color: #fdfdfd;
}
.section-news {
  margin: 0 auto 60px;
}
.section-main__header {
  margin-top: 64px;
  margin-bottom: 40px;
}
.section-news h2 {
  color: #333;
  font-size: 4.0rem;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 12px;
  letter-spacing: 0.2rem;
}
.section-news h4 {
  font-size: 1.6rem;
  color: #3d7bf2;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.section-news ol li time {
  font-size: 1.2rem;
  margin-left: 20px;
  margin-right: 10px;
}
.section-news ol {
  max-width: 327px;
  margin: 0 auto;
}
.section-news ol li {
  list-style: none;
}
.news-info {
  background-color: #3d7bf2;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 6px;
  width: fit-content;
  padding: 0 3px;
  height: 24px;
  margin-right: 10px;
}
.news-4 {
  display: flex;
  margin-bottom: 5px;
  padding-top: 10px;
}
.section-news p {
  font-size: 1.4rem;
  text-align: left;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a9a9a9;
}
.news-1, .news-2, .news-3 {
  display: flex;
  margin-bottom: 5px;
}
.pagenation {
  padding-top: 100px;
  padding-bottom: 40px;
}
.pagenation li {
  display: inline;
  padding: 10px 15px;
  border: 1px #ccc solid;
  color: #000053;
  border-radius: 5px / 5px;
}
@media (min-width: 960px) {
  .section-news {
    width: 100%;
    max-width: 1042px;
  }
  .section-news ol {
    max-width: 1042px;
  }
  .section-main__header {
    margin-bottom: 64px;
  }
  .section-news h2 {
    margin-top: 80px;
    font-size: 5.0rem;
    margin-bottom: 16px;
  }
  .section-news h4 {
    font-size: 2.0rem;
  }
  .section-news ol li time {
    font-size: 1.4rem;
  }
  .news-info {
    font-size: 1.4rem;
  }
  .news-1, .news-2, .news-3 {
    margin-bottom: 10px;
  }
  .section-news ol li {
    list-style: none;
  }
  .section-news ol li h3 {
    font-size: 1.8rem;
  }
  .section-news p {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
  .pagenation {
    padding-top: 200px;
  }
}