@import url("https://use.typekit.net/dpw2bkt.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

h1,
.h1-like {
  font-size: 36px;
  font-family: proxima-nova, sans-serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.06em;
}
h1.h1-65,
.h1-like.h1-65 {
  font-size: 24px;
}

h2,
.h2-like {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
h2.h2-60,
.h2-like.h2-60 {
  font-size: 28px;
}

h3,
.h3-like {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

h4,
.h4-like {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.06em;
}

p,
.p-like {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 180%;
}

ul li, ol li {
  font-size: 12px;
}

.p-20 {
  font-size: 16px;
}

.p-18 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 180%;
}

.p-small {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 180%;
}

@media screen and (min-width: 500px) {
  h1,
.h1-like {
    font-size: 48px;
  }
  h1.h1-65,
.h1-like.h1-65 {
    font-size: 28px;
  }

  h2,
.h2-like {
    font-size: 28px;
  }
  h2.h2-60,
.h2-like.h2-60 {
    font-size: 32px;
  }

  h3,
.h3-like {
    font-size: 24px;
  }

  h4,
.h4-like {
    font-size: 20px;
  }

  p,
.p-like,
.p-14 {
    font-size: 14px;
  }

  ul li, ol li {
    font-size: 14px;
  }

  .p-20 {
    font-size: 16px;
  }

  .p-18 {
    font-size: 15px;
  }

  .p-small {
    font-size: 10px;
  }
}
@media screen and (min-width: 800px) {
  h1,
.h1-like {
    font-size: 80px;
  }
  h1.h1-65,
.h1-like.h1-65 {
    font-size: 42px;
  }

  h2,
.h2-like {
    font-size: 40px;
  }
  h2.h2-60,
.h2-like.h2-60 {
    font-size: 48px;
  }

  h3,
.h3-like {
    font-size: 28px;
  }

  h4,
.h4-like {
    font-size: 22px;
  }

  p,
.p-like,
.p-14 {
    font-size: 14px;
    line-height: 200%;
  }

  ul li, ol li {
    font-size: 14px;
  }

  .p-20 {
    font-size: 18px;
  }

  .p-18 {
    font-size: 16px;
    line-height: 200%;
  }

  .p-small {
    font-size: 11px;
  }
}
@media screen and (min-width: 1200px) {
  h1,
.h1-like {
    font-size: 120px;
  }
  h1.h1-65,
.h1-like.h1-65 {
    font-size: 65px;
  }

  h2,
.h2-like {
    font-size: 48px;
  }
  h2.h2-60,
.h2-like.h2-60 {
    font-size: 60px;
  }

  h3,
.h3-like {
    font-size: 32px;
  }

  h4,
.h4-like {
    font-size: 24px;
  }

  p,
.p-like {
    font-size: 15px;
  }

  ul li, ol li {
    font-size: 15px;
  }

  .p-20 {
    font-size: 20px;
  }

  .p-18 {
    font-size: 18px;
  }

  .p-14 {
    font-size: 14px;
  }

  .p-small {
    font-size: 12px;
  }
}
.post-main {
  width: 100%;
  background-color: lightblue;
  padding-bottom: clamp(40px, 10vw, 140px);
}
.post-main h1 {
  margin: clamp(40px, 10vw, 140px) auto clamp(30px, 6vw, 60px) auto;
  text-align: center;
}
.post-main .breadcrumbs {
  margin: 1.6em 0 1em 0;
  font-weight: 700;
}
.post-main .breadcrumbs a {
  color: #000000;
}
.post-main .breadcrumbs a:hover {
  color: #198D42;
}
.post-main .breadcrumbs .spacer {
  margin: 0 1em;
}

.post-body {
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
  align-self: center;
  position: relative;
  min-height: 40vh;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 40px 2% clamp(40px, 10vw, 100px) 2%;
  overflow-x: hidden;
}
.post-body .post-date {
  margin-bottom: 1em;
}
.post-body .tag-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
}
.post-body .tag-list a {
  color: #198D42;
}
.post-body .tag-list a:hover {
  color: #808080;
}
.post-body .tag-list a {
  margin-right: 10px;
}
.post-body .tag-list a:before {
  content: "#";
}

.post-nav {
  max-width: 90%;
  box-sizing: border-box;
  padding: 0 2% clamp(20px, 4vw, 40px) 2%;
  background-color: white;
}
.post-nav a {
  max-width: 50%;
}
.post-nav .nav-elements {
  margin-top: 0;
  padding-top: 0;
}

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