@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@600&family=Noto+Sans+JP:wght@400;700&family=Shippori+Mincho:wght@400;700&display=swap");
.blog h1,
.blog h2,
.blog h3,
.blog p,
.blog table {
  margin-top: 0;
  margin-bottom: 0;
}
.blog a {
  text-decoration: none;
  color: #158066;
}
.blog .header-btn {
  position: absolute;
  right: 20px;
  top: 20px;
}
.blog .header-btn button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 40px;
  padding: 10px;
  border: 0;
  background-color: #0B806F;
  border-radius: 4px;
}
.blog .header-btn-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.blog .topicpath {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.blog .topicpath ol {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.blog .topicpath ol li {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
.blog .topicpath ol li:not(:last-of-type)::after {
  content: ">";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.blog .search-result {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.blog .search-result h1 {
  font-size: 22px;
  font-size: 1.375rem;
}
.blog .entry {
  padding: 10px;
  margin-bottom: 60px;
  font-family: "Noto Sans JP", sans-serif;
}
.blog .entry-title {
  margin-top: 30px;
  line-height: 1.2;
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-size: 1.875rem;
  color: #158066;
  font-weight: normal;
}
.blog .entry-date {
  margin-top: 10px;
}
.blog .entry-tags {
  display: block;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.blog .entry-tags li {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  margin-top: 10px;
  min-width: 100px;
  color: #fff;
  background-color: #0B806F;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
}
.blog .entry-tags li a {
  color: #fff;
}
.blog .entry-body {
  line-height: 2.2;
}
.blog .entry-body p,
.blog .entry-body [class*=column-image-],
.blog .entry-body [class*=column-youtube-] {
  margin-top: 40px;
  margin-bottom: 0;
}
.blog .entry-body [class*=column-image-] img {
  display: block;
}
.blog .entry-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
.blog .entry-social iframe {
  display: block;
}
.blog .entry ._show-detail {
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #158066;
  text-decoration: underline;
  text-align: right;
}
.blog .serial-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
}
.blog .serial-nav ul li {
  display: block;
}
.blog .pager {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.blog .pager ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.blog .pager ul li {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
.blog .pager .gopage {
  max-width: 12rem;
  font-size: 12px;
  font-size: 0.75rem;
}
.blog .pager .gopage a {
  color: #000;
}
.blog .pager .gopage span {
  display: block;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1rem;
  color: #00857C;
  text-align: center;
  border: 1px solid #00857C;
}
.blog footer {
  margin-top: 80px;
  background-color: #CDD0CF;
  padding: 18px;
  text-align: center;
  color: #00857C;
  font-size: 11px;
  font-size: 0.6875rem;
}

.side {
  padding: 10px;
}
.side section {
  margin-bottom: 50px;
}
.side h2 {
  margin-bottom: 30px;
  padding: 5px 24px;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-size: 1rem;
  color: #00857C;
  text-align: center;
  border: 1px solid #00857C;
}
.side-entrylist {
  list-style: none;
  padding-left: 0;
}
.side-entrylist li {
  margin-top: 15px;
  font-size: 12px;
  font-size: 0.75rem;
}
.side-entrylist li ._entry {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.side-entrylist li ._thumb {
  width: 70px;
  height: 70px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
  flex-shrink: 0;
}
.side-entrylist li ._thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.side-tags {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.side-tags li {
  display: inline-block;
  padding: 5px 10px;
  min-width: 80px;
  margin-bottom: 10px;
  color: #fff;
  background-color: #0B806F;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
}
.side-tags li a {
  color: #fff;
}
.side .search-form input[type=search] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  display: block;
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 10px;
  background-color: #DFDFE0;
  font-size: 16px;
  font-size: 1rem;
}

.summary {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}
.summary_item {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
}
.summary_item h2 {
  font-size: 14px;
  font-size: 0.875rem;
}
.summary_thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.6/1;
  background-color: #CDD0CF;
}
.summary_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.x_share-btn {
  display: inline-block;
  background-color: #000;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff !important;
  font-size: 13px;
  font-size: 0.8125rem;
}
.x_share-btn i {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: transparent 0 0 no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' fill='none'/%3E%3Cpath d='M17.9686 14.1623L26.7065 4H24.6358L17.0488 12.8238L10.9891 4H4L13.1634 17.3432L4 28H6.07069L14.0827 18.6817L20.4822 28H27.4714L17.9681 14.1623H17.9686ZM15.1326 17.4607L14.2041 16.132L6.81679 5.55961H9.99723L15.9589 14.0919L16.8873 15.4206L24.6368 26.5113H21.4564L15.1326 17.4612V17.4607Z' fill='white'/%3E%3C/svg%3E%0A");
}

/*# sourceMappingURL=blog.css.map */