.featuredNewsWrap {
  font-family: 'Didact Gothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  position: relative;
  inset: auto 0 0 0;
  margin: 40px auto 80px;
}

.featuredNews {
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, .16);
  border-radius: 10px;
  position: relative;
  margin: -64px auto 0;
  max-width: 920px;
  padding: 18px 30px;
  width: 90%;
}

.featuredNews_container {
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.featuredNews .newsInfo {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.featuredNews .newsInfo h3 {
  border-right: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 10px;
  text-align: left;
  width: 100%;
}

.featuredNews .newsInfo #mainInformationSpace02 {
  padding: 0;
  width: 100%;
}

.featuredNews #mainInformationSpace02 .notice_lists {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}

.featuredNews .newsInfo #mainInformationSpace02 ul>li {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex: 1;
  flex-grow: 1;
  width: 32%;
}

.featuredNews .newsInfo #mainInformationSpace02 ul>li:not(:last-of-type) {
  border-right: 1px solid #ddd;
  margin-right: 2%;
  padding-right: 2%;
}

.featuredNews .newsInfo #mainInformationSpace02 ul>li .date {
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0;
  color: #202020;
}

.featuredNews .newsInfo #mainInformationSpace02 ul>li a {
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0;
  color: #202020;
  display: block;
  padding: 0;
  text-decoration: underline;
  text-align: justify;
  word-break: break-all;
}

.featuredNews .newsInfo #mainInformationSpace02 ul>li a:hover {
  opacity: 1;
  text-decoration: none;
}


@media screen and (max-width: 768px) {
  .featuredNewsWrap {
    margin: 20px auto 80px;
  }

  .featuredNews {
    margin: -30px auto 20px;
    padding: 18px 20px;
    position: relative;
    top: unset;
  }

  .featuredNews .newsInfo h3 {
    display: block;
    font-size: 16px;
  }

  .featuredNews_title {
    border-bottom: none;
  }

  .featuredNews #mainInformationSpace02 .notice_lists {
    flex-direction: column;
    max-height: 100%;
  }

  .featuredNews .newsInfo #mainInformationSpace02 ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    padding-bottom: 11px;
    width: 100%;
  }

  .featuredNews .newsInfo #mainInformationSpace02 ul>li:not(:last-of-type) {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }

  .featuredNews .newsInfo #mainInformationSpace02 ul:has(> :nth-child(1):last-child) li {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .featuredNews .newsInfo #mainInformationSpace02 ul>li .date {
    font-size: 13px;
    line-height: 2;
  }

  .featuredNews .newsInfo #mainInformationSpace02 ul>li a {
    font-size: 14px;
  }
}
