/* -------------------------- */
/* content */
/* -------------------------- */
.entry_body {
  width: 100%;
  clear: both;
  overflow: hidden;
}
.entry_body h1 {
  margin-bottom: 25px;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #182329;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}
.entry_body h2 {
  margin-bottom: 25px;
  padding: 10px;
  border-top: 3px solid #182329;
  border-bottom: 1px solid #182329;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}
.entry_body h3 {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.entry_body h4 {
  margin-bottom: 25px;
  padding: 10px 0;
  border-bottom: 1px dashed #182329;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
}
.entry_body h5 {
  margin-bottom: 25px;
  padding-left: 15px;
  background-size: 10px auto;
  background-position: 0 3px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
}
.entry_body img {
  max-width: 100%;
  height: auto !important;
}
.entry_body a {
  color: #00A073;
  text-decoration: underline;
}
.entry_body a:hover {
  opacity: 0.7;
}
.entry_body ul {
  padding-left: 16px;
}
.entry_body ul li {
  list-style-type: disc;
}
.entry_body ol {
  margin-top: 0;
  padding-left: 20px;
}
.entry_body ol li {
  list-style-type: decimal;
}
.entry_body iframe {
  max-width: 100%;
  height: 100%;
  border: none;
  aspect-ratio: 16/9;
}
.entry_body .movie_box {
  height: 0;
  margin-bottom: 15px;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.entry_body .movie_box iframe {
  max-width: inherit;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16/9;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}
.entry_body .youtube-embed-wrapper {
  height: 100% !important;
  padding: 0 !important;
  position: relative !important;
  overflow: inherit !important;
}
.entry_body .youtube-embed-wrapper iframe {
  position: relative !important;
}
/* .entry_body table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
} */
.entry_body .tbrBorder {
  border-left: none;
}
.entry_body .tbrBorder th, .entry_body .tbrBorder td {
  border-right: none;
}
.entry_body .tbrBorder th {
  width: 25%;
  background-color: inherit;
}
@media only screen and (min-width: 768px) {
  .entry_body {
    clear: both;
  }
}
@media only screen and (min-width: 1280px) {
  .entry_body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .entry_body h1 {
    padding: 10px 20px;
    font-size: 2.6rem;
  }
  .entry_body h2 {
    font-size: 2.4rem;
  }
  .entry_body h3 {
    margin-bottom: 26px;
    font-size: 2.4rem;
  }
  .entry_body h4 {
    font-size: 2rem;
  }
  .entry_body h5 {
    font-size: 1.8rem;
  }
  .entry_body img {
    width: inherit;
    height: inherit;
  }
  .entry_body ul {
    padding-left: 25px;
  }
  .entry_body ol {
    padding-left: 25px;
  }
  .entry_body .tbrBorder th {
    width: 13%;
  }
}
/*# sourceMappingURL=map/edit.css.map */
