@charset "UTF-8";
.c-post-content {
  margin-top: 2.777vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.75vw;
  line-height: 1.4;
}
@media screen and (min-width: 721px) {
  .c-post-content {
    margin-top: 1.666vw;
    font-size: 1.166vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1201px) {
  .c-post-content {
    margin-top: 20px;
    font-size: 14px;
  }
}
.c-post-content h1 {
  border-left: 0.555vw solid #cd547b;
  margin: 4.166vw 0;
  padding-left: 0.5em;
  font-size: 5.277vw;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 721px) {
  .c-post-content h1 {
    border-left: 0.333vw solid #cd547b;
    margin: 1.666vw 0;
    font-size: 2.666vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-post-content h1 {
    border-left: 4px solid #cd547b;
    margin: 20px 0;
    font-size: 32px;
  }
}
.c-post-content h2 {
  margin: 4.166vw 0;
  font-size: 4.722vw;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 721px) {
  .c-post-content h2 {
    margin: 1.666vw 0;
    font-size: 1.916vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-post-content h2 {
    margin: 20px 0;
    font-size: 23px;
  }
}
.c-post-content h3 {
  margin: 2.777vw 0;
  font-size: 4.166vw;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 721px) {
  .c-post-content h3 {
    margin: 0.833vw 0;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-post-content h3 {
    margin: 10px 0;
    font-size: 18px;
  }
}
.c-post-content h4 {
  display: inline;
  font-size: inherit;
  color: #cd547b;
}
.c-post-content p {
  margin: 1em 0;
}
.c-post-content blockquote {
  position: relative;
  background-color: rgba(242, 178, 151, 0.2);
  border-left: 3px solid #f2b297;
  padding: 1em;
}
.c-post-content blockquote::before {
  content: "“";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  color: #f2b297;
  font-size: 3em;
  line-height: 1;
}
.c-post-content blockquote p {
  position: relative;
  padding-left: 2em;
}
.c-post-content blockquote cite {
  display: block;
  font-size: 0.8rem;
  color: #f2b297;
  text-align: right;
}
.c-post-content a {
  color: #f2b297;
  text-decoration: underline;
}
.c-post-content a:hover {
  text-decoration: none;
}
.c-post-content code {
  background-color: #f4f4f4;
  padding: 0.1em 0.3em;
  font-family: "Courier New", Courier, monospace;
}
.c-post-content pre {
  background-color: #2d2d2d;
  padding: 1em;
  color: #e0e77e;
  overflow-x: auto;
  white-space: pre-wrap;
}
.c-post-content pre code {
  background-color: transparent;
  padding: 0;
  color: inherit;
}
.c-post-content ul {
  margin: 1em 0;
}
.c-post-content ul > li {
  list-style: disc inside;
}
.c-post-content ul > li ul,
.c-post-content ul > li ol {
  margin: 0.2em 0;
  padding-left: 1.5em;
}
.c-post-content ol {
  margin: 1em 0;
}
.c-post-content ol > li {
  list-style: decimal inside;
}
.c-post-content ol > li ul,
.c-post-content ol > li ol {
  margin: 0.2em 0;
  padding-left: 1.5em;
}
.c-post-content table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #99a1af;
  border-left: 1px solid #99a1af;
  margin: 1em 0;
}
.c-post-content th,
.c-post-content td {
  border-right: 1px solid #99a1af;
  border-bottom: 1px solid #99a1af;
  padding: 0.4em 0.8em;
}
.c-post-content th {
  background-color: rgba(242, 178, 151, 0.2);
}
.c-post-content dl {
  margin: 1em 0;
}
.c-post-content dt {
  font-weight: bold;
}
.c-post-content dd {
  margin-left: 2em;
}
.c-post-content figure {
  max-width: 100%;
  height: auto;
}
.c-post-content iframe {
  display: block;
  max-width: 100%;
}
.c-post-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-post-content .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.c-post-content .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.l-post {
  padding: 0 5.555vw 8.333vw;
}
@media screen and (min-width: 721px) {
  .l-post {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 9.166vw 5vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-post {
    max-width: 1200px;
    padding: 0 110px 60px;
  }
}
.l-post__title {
  font-size: 6.25vw;
  font-weight: normal;
  line-height: 1.3;
}
@media screen and (min-width: 721px) {
  .l-post__title {
    font-size: 2.666vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-post__title {
    font-size: 32px;
  }
}
.l-post__meta {
  display: flex;
  margin-top: 2.777vw;
  text-align: center;
}
@media screen and (min-width: 721px) {
  .l-post__meta {
    margin-top: 0.833vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-post__meta {
    margin-top: 10px;
  }
}
.l-post__meta-cat {
  display: inline-block;
  border: 1px solid #f2b297;
  border-radius: 4.166vw;
  padding: 0.694vw 4.166vw;
  font-size: 3.888vw;
  box-shadow: 0 0 1.388vw rgba(242, 178, 151, 0.8);
  transition: box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
@media screen and (min-width: 721px) {
  .l-post__meta-cat {
    padding: 0 1.25vw;
    font-size: 1.583vw;
    box-shadow: 0 0 0.416vw rgba(242, 178, 151, 0.8);
  }
}
@media screen and (min-width: 1201px) {
  .l-post__meta-cat {
    padding: 0 15px;
    font-size: 19px;
    box-shadow: 0 0 5px rgba(242, 178, 151, 0.8);
  }
}
.l-post__meta-dt {
  display: block;
  margin-top: 1.388vw;
  font-size: 3.75vw;
}
@media screen and (min-width: 721px) {
  .l-post__meta-dt {
    margin-top: 0.833vw;
    font-size: 1.166vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-post__meta-dt {
    margin-top: 10px;
    font-size: 14px;
  }
}
.l-post__back {
  margin-top: 6.944vw;
  text-align: center;
}
@media screen and (min-width: 721px) {
  .l-post__back {
    margin-top: 4.166vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-post__back {
    margin-top: 50px;
  }
}

.c-post-author {
  margin-top: 8.333vw;
}
@media screen and (min-width: 721px) {
  .c-post-author {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-post-author {
    margin-top: 60px;
  }
}
