#MainImg h2 {
	right:0;
	left:inherit;
}

.ContBox img {
  height: auto;
}
.ContBox ul {
  padding-bottom: 1em;
}
.ContBox > ul > li {
  font-size: 0.9em;
}
.ContBox h4 {
  margin-top: 2em;
}

.NewsImgFlex {
  padding-bottom: 1em;
  display: flex;
  align-items: center;
  gap: 30px;
}

.NewsTxtList > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.NewsTxtList > li::before {
  content: '・';
}
.NewsTxtList > li ul {
  text-indent: 0;
}

.NewsNoteList > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.NewsNoteList > li::before {
  content: '※';
}

@media screen and (max-width: 599px) {
  .ContBox > ul > li {
    font-size: 0.8em;
  }

  .NewsImgFlex {
    flex-wrap: wrap;
  }
  .NewsImgFlex._nowrap {
    flex-wrap: nowrap;
  }
}
