.news_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: #000 1px dashed;
  margin-bottom: 60px;
}

.news_wrap dl.news {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  width: 100%;
  margin: 0 5px;
  font-size: 14px;
}

.news_wrap dl.news dt {
  display: flex;
  margin-top: 0 !important;
  position: relative;
  width: 10em;
  margin-bottom: 20px;
}

.news_wrap dl.news dt::after {
  content: "";
  position: static;
  flex: 1;
  background-color: transparent;
  background-image: radial-gradient(circle, #000000 1.5px, rgba(0, 0, 0, 0) 1.5px);
  background-repeat: space no-repeat;
  background-size: 5px 1.5em;
  display: block;
  height: inherit;
  width: 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.news_wrap dl.news dd {
  width: calc(100% - 10em);
  margin-bottom: 20px;
}

.news_wrap p.news {
  width: 15%;
  max-width: 62px;
  margin-bottom: 20px;
}

.news_wrap p.more {
  width: 85%;
  text-align: right;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 600px) {
  .news_wrap {
    padding-bottom: 0;
    border-bottom: none;
  }
  .news_wrap dl.news {
    order: 2;
    width: calc(80% - 80px);
    margin: 0 40px;
    font-size: 16px;
  }
  .news_wrap p.news {
    order: 1;
    width: 10%;
    max-width: 103px;
  }
  .news_wrap p.more {
    order: 3;
    width: 10%;
  }
  .news_wrap.all dl.news {
    order: 2;
    width: calc(90% - 40px);
    margin: 0 0px 0 40px;
  }
  .news_wrap.all p.news {
    order: 1;
  }
}
.post.post_news_box p {
  margin: 1rem 0;
}

.post.post_news_box img {
  padding: 0;
}

.wysiwyg-area table {
  border-collapse: collapse;
}

.wysiwyg-area table th,
.wysiwyg-area table td {
  padding: auto !important;
  vertical-align: top;
}

article.post .wysiwyg-area em {
  color: currentColor !important;
  font-style: italic !important;
}

article.post .wysiwyg-area ul li,
article.post .wysiwyg-area ol li {
  list-style-type: inherit;
}

.wysiwyg-area li {
  list-style: inherit;
}

.post_news_box h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 0 0.5em;
  border-left: solid 3px #000;
  line-height: 1.3em;
  margin-bottom: 1em;
  margin-top: 3em;
}

@media print, screen and (min-width: 600px) {
  .post_news_box h4 {
    font-size: 30px;
    border-left: solid 6px #000;
  }
}
.news-photo-col img {
  margin-bottom: 10px;
  padding: 0 !important;
}

.news-photo-col {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

.news-photo {
  display: flex;
  flex-wrap: wrap;
}

.news-photo {
  margin-bottom: 40px;
}

.news-photo span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

@media print, screen and (min-width: 600px) {
  .news-photo.news-photo-col2 .news-photo-col {
    width: 48%;
    margin-right: 4%;
  }
  .news-photo.news-photo-col2 .news-photo-col:nth-child(2n) {
    margin-right: 0;
  }
  .news-photo.news-photo-col2 .news-photo-col:nth-child(n+3) {
    margin-top: 4%;
  }
  .news-photo.news-photo-col3 .news-photo-col {
    width: 32%;
    margin-right: 2%;
  }
  .news-photo.news-photo-col3 .news-photo-col:nth-child(3n) {
    margin-right: 0;
  }
  .news-photo.news-photo-col3 .news-photo-col:nth-child(n+4) {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 599px) {
  .news-photo.news-photo-col2 .news-photo-col,
  .news-photo.news-photo-col3 .news-photo-col {
    width: 100%;
    margin-right: 0;
  }
  .news-photo.news-photo-col2 .news-photo-col:nth-child(n+2),
  .news-photo.news-photo-col3 .news-photo-col:nth-child(n+2) {
    margin-top: 6%;
  }
}
@media print, screen and (min-width: 600px) {
  .post p.caption {
    font-size: 16px;
    max-width: 600px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
.wysiwyg-area h1 {
  font-size: 36px;
}

.wysiwyg-area h2 {
  font-size: 24px;
}

.wysiwyg-area h3 {
  margin-bottom: 1rem !important;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: bold;
  background-color: inherit !important;
  text-align: inherit !important;
}

.wysiwyg-area h4 {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  padding: 0 !important;
  font-size: 14px !important;
  border-left: none !important;
  line-height: 1.5 !important;
}

.wysiwyg-area h5 {
  font-size: 12px;
}

.wysiwyg-area h6 {
  font-size: 10px;
}

.wysiwyg-area h1,
.wysiwyg-area h2,
.wysiwyg-area h3,
.wysiwyg-area h4,
.wysiwyg-area h5,
.wysiwyg-area h6 {
  padding-bottom: 1rem;
  font-weight: bold;
}

.wysiwyg-area .yt {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.wysiwyg-area .yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
}

@media screen and (min-width: 600px) {
  .wysiwyg-area .yt iframe {
    width: 100%;
  }
}/*# sourceMappingURL=news.css.map */