#saishin_waku ul.noews_list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#saishin_waku ul.noews_list li {
  display: block;
  width: calc(33% - 1.334em);
  padding: 0 !important;
  background-color: #efefef;
  font-weight: 700;
  padding-bottom: 15px;
  color: #004037;
  display: block;
  position: relative;
  overflow: hidden;
}

@media (max-width: 992px) {
  #saishin_waku ul.noews_list li {
    width: calc(50% - 1em);
  }
}

@media (max-width: 768px) {
  #saishin_waku ul.noews_list li {
    width: calc(50% - 1em);
  }
}

@media (max-width: 576px) {
  #saishin_waku ul.noews_list li {
    width: 100%;
  }
}

#saishin_waku ul.noews_list li.link {
  cursor: pointer;
}

#saishin_waku ul.noews_list li.link:hover img {
  -webkit-filter: opacity(0.8);
          filter: opacity(0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#saishin_waku ul.noews_list li div.top_img {
  width: 100%;
  aspect-ratio: 4/3;
}

#saishin_waku ul.noews_list li div.top_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

#saishin_waku ul.noews_list li div.content {
  padding: 0.5em 1em 1em;
}

#saishin_waku ul.noews_list li div.content h2 {
  font-size: 1.2rem;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
}

#saishin_waku ul.noews_list li div.content p {
  font-size: 1rem;
  color: #666;
  text-align: left;
}

#saishin_waku ul.noews_list li div.content span.badge {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 0.9rem;
  padding: 0.5em 1em;
  border: 0.5px solid #a27033;
  color: #a27033;
  border-radius: 0;
  background-color: #fff;
}

#saishin_waku ul.noews_list li:hover {
  background-color: #f9f9f9;
}

.editor-body {
  background-color: #F7F7EF;
  font-family: 'Sawarabi Mincho', sans-serif !important;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  overflow-x: hidden !important;
}

.editor-body h2 {
  font-weight: bold;
  display: block;
  text-align: center;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8rem;
  font-weight: 900;
  color: #333;
  letter-spacing: 4px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 1em;
}

.editor-body h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 4px;
}

.editor-body h3:before,
.editor-body h3:after {
  border-top: 1px solid;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.editor-body h3:before {
  margin-right: 1rem;
}

.editor-body h3:after {
  margin-left: 2rem;
}

.editor-body p {
  display: block;
  text-align: center;
  width: calc(100% - 2em);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.editor-body img {
  max-width: 800px;
  max-height: 800px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-bottom: 1em;
}

.editor-body table {
  width: 100% !important;
  min-width: 400px;
  border-spacing: 0;
  overflow-x: scroll;
  background-color: #fff;
}

.editor-body table th {
  font-weight: bold;
  background-color: #eee;
  text-align: center;
  min-height: 14px;
  padding: 0.3em;
}

.editor-body table td {
  min-height: 1em;
  padding: 14px;
}

.editor-body table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.editor-body div.ratio {
  max-width: 800px;
  max-height: 800px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 1em auto;
}

.editor-body div.ratio.ratio-16x9 {
  aspect-ratio: 16/9 !important;
}

.editor-body div.ratio.ratio-4x3 {
  aspect-ratio: 4/3 !important;
}

.editor-body div.ratio.ratio-1x1 {
  aspect-ratio: 1/1 !important;
}

.editor-body div.ratio.ratio-9x16 {
  aspect-ratio: 9/16 !important;
}

.editor-body div.ratio iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.editor-body div.ratio video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

@media (min-width: 576px) {
  .editor-body p:has(> img) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1em;
  }
  .editor-body p:has(> figure) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1em;
  }
  .editor-body p:has(> img) > img {
    width: 100%;
    height: auto;
  }
  .editor-body p:has(> figure) > figure {
    width: 100%;
    height: auto;
  }
  .editor-body p:has(> img + img) > img,
  .editor-body p:has(> img + figure) > img,
  .editor-body p:has(> figure + img) > img,
  .editor-body p:has(> figure + figure) > figure,
  .editor-body p:has(> img + figure) > figure,
  .editor-body p:has(> figure + img) > figure {
    display: block;
    width: calc(50% - 0.5em) !important;
    height: auto !important;
  }
  .editor-body p:has(> img + img + img) > img,
  .editor-body p:has(> figure + img + img) > img,
  .editor-body p:has(> img + figure + img) > img,
  .editor-body p:has(> img + img + figure) > img,
  .editor-body p:has(> figure + figure + img) > img,
  .editor-body p:has(> img + figure + figure) > img,
  .editor-body p:has(> figure + img + figure) > img,
  .editor-body p:has(> figure + figure + figure) > figure,
  .editor-body p:has(> img + img + img) > figure,
  .editor-body p:has(> figure + img + img) > figure,
  .editor-body p:has(> img + figure + img) > figure,
  .editor-body p:has(> img + img + figure) > figure,
  .editor-body p:has(> figure + figure + img) > figure,
  .editor-body p:has(> img + figure + figure) > figure,
  .editor-body p:has(> figure + img + figure) > figure {
    display: block;
    width: calc(33% - 0.5em) !important;
    height: auto !important;
  }
  .editor-body p:has(> img + img + img + img) > img,
  .editor-body p:has(> figure + img + img + img) > img,
  .editor-body p:has(> img + figure + img + img) > img,
  .editor-body p:has(> img + img + figure + img) > img,
  .editor-body p:has(> img + img + img + figure) > img,
  .editor-body p:has(> figure + figure + img + img) > img,
  .editor-body p:has(> img + figure + figure + img) > img,
  .editor-body p:has(> img + img + figure + figure) > img,
  .editor-body p:has(> figure + img + figure + img) > img,
  .editor-body p:has(> figure + img + img + figure) > img,
  .editor-body p:has(> img + figure + figure + img) > img,
  .editor-body p:has(> img + figure + img + figure) > img,
  .editor-body p:has(> img + img + figure + figure) > img,
  .editor-body p:has(> figure + figure + figure + img) > img,
  .editor-body p:has(> figure + figure + img + figure) > img,
  .editor-body p:has(> img + figure + figure + figure) > img,
  .editor-body p:has(> figure + figure + figure + figure) > figure,
  .editor-body p:has(> figure + img + img + img) > figure,
  .editor-body p:has(> img + figure + img + img) > figure,
  .editor-body p:has(> img + img + figure + img) > figure,
  .editor-body p:has(> img + img + img + figure) > figure,
  .editor-body p:has(> figure + figure + img + img) > figure,
  .editor-body p:has(> img + figure + figure + img) > figure,
  .editor-body p:has(> img + img + figure + figure) > figure,
  .editor-body p:has(> figure + img + figure + img) > figure,
  .editor-body p:has(> figure + img + img + figure) > figure,
  .editor-body p:has(> img + figure + figure + img) > figure,
  .editor-body p:has(> img + figure + img + figure) > figure,
  .editor-body p:has(> img + img + figure + figure) > figure,
  .editor-body p:has(> figure + figure + figure + img) > figure,
  .editor-body p:has(> figure + figure + img + figure) > figure,
  .editor-body p:has(> img + figure + figure + figure) > figure {
    display: block;
    width: calc(25% - 0.5em) !important;
    height: auto !important;
  }
}
/*# sourceMappingURL=tiny_mce.css.map */