@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #1e344c;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  margin: 0;
}

.news-section,
.news-section * {
  box-sizing: border-box;
}

.news-section {
  width: 100%;
  margin: 0;
}

.news-list {
  width: 100%;
  background: #f7f7f7;
  padding: 36px 31px 34px;
}

.newsbox {
  margin: 0 0 31px;
  padding: 0 0 31px;
  border-bottom: 1px solid #d8d8d8;
}

.newsbox:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.news1 {
  margin: 0 0 18px;
  color: #203b55;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.news-heading {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 0 0 22px;
}

.news2 {
  flex: 0 0 auto;
  margin: 0;
}

.news2 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 31px;
  padding: 4px 13px 5px;
  border-radius: 999px;
  background: #1f3b5a;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.news3 {
  margin: 0;
  color: #172a40;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.45;
}

.news4 {
  color: #172a40;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.85;
}

.news4 p {
  margin: 0;
}

.news4 p + p {
  margin-top: 0.2em;
}

@media all and (max-width: 767px) {
  .news-section {
    width: 100%;
    margin: 0;
  }

  .news-list {
    padding: 22px 15px 14px;
  }

  .newsbox {
    margin-bottom: 18px;
    padding-bottom: 21px;
  }

  .news1 {
    margin-bottom: 14px;
    font-size: 1.4rem;
  }

  .news-heading {
    display: block;
    margin-bottom: 14px;
  }

  .news2 {
    margin-bottom: 9px;
  }

  .news2 span {
    min-width: 72px;
    min-height: 30px;
    padding: 4px 11px 5px;
    font-size: 1.3rem;
  }

  .news3 {
    font-size: 1.7rem;
    line-height: 1.5;
  }

  .news4 {
    font-size: 1.5rem;
    line-height: 1.95;
  }
}
