@charset "UTF-8";
#single .edit-area.article {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  #single .edit-area.article {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
#single .edit-area.article .article-title {
  font-family: var(--noto);
  font-weight: 700;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: left;
  color: #223c2e;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #single .edit-area.article .article-title {
    font-size: 2rem;
  }
}
#single .edit-area.article .article-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.4rem;
  background: #dcf2e6;
}
#single .edit-area.article .article-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 23rem;
  height: 0.4rem;
  background: #1b8b4f;
}
@media screen and (max-width: 767px) {
  #single .edit-area.article .article-title:after {
    width: 20%;
  }
}
#single .edit-area.article .category-set {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #single .edit-area.article .category-set {
    margin-bottom: 2rem;
  }
}
#single .edit-area.article .category-set ul {
  display: flex;
  gap: 1rem;
}
#single .edit-area.article .category-set ul li {
  width: 10rem;
  height: 3.4rem;
  background: linear-gradient(to left, #1b8b4f 0%, #27a06d 50.74%, #30af83 100%);
  font-family: var(--noto);
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #single .edit-area.article .category-set ul li {
    font-size: 1.4rem;
  }
}
#single .edit-area.article .category-set .set-time {
  font-family: var(--noto);
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 3.4rem;
  text-align: left;
  color: #223c2e;
}
@media screen and (max-width: 767px) {
  #single .edit-area.article .category-set .set-time {
    font-size: 1.4rem;
  }
}
#single .common-btn {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* edit css */
/* h2 */
.article-area {
  /* h3 */
  /* h4 */
  /* h5 */
  /* h6 */
  /* p */
  /* ul */
  /* ol */
  /* img float */
  /* blockquote */
}
.article-area h2 {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 1.7rem;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .article-area h2 {
    margin-bottom: 2rem;
    padding-left: 1.2rem;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
  }
}
.article-area h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0.4rem;
  height: 100%;
  background: #1b8b4f;
}
@media screen and (max-width: 767px) {
  .article-area h2:after {
    width: 0.3rem;
  }
}
.article-area h3 {
  position: relative;
  margin-bottom: 2rem;
  padding: 0 0 1rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .article-area h3 {
    margin-bottom: 2rem;
    padding: 0 0 0.5rem;
    font-size: 1.6rem;
    line-height: 160%;
  }
}
.article-area h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 4rem;
  height: 0.3rem;
  background: #1b8b4f;
}
.article-area h4 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .article-area h4 {
    margin-bottom: 0.5rem;
  }
}
.article-area h5 {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .article-area h5 {
    margin-bottom: 0.5rem;
  }
}
.article-area h5:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4rem;
  height: 1.4rem;
  background: #1b8b4f;
}
.article-area h6 {
  margin-bottom: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .article-area h6 {
    margin-bottom: 0.5rem;
  }
}
.article-area p {
  margin-bottom: 3rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .article-area p {
    margin-bottom: 1.5rem;
    line-height: 160%;
  }
}
.article-area ul {
  margin-bottom: 2rem;
}
.article-area ul li {
  position: relative;
  padding-left: 1rem;
  font-weight: bold;
  line-height: 2;
}
.article-area ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 1.3rem;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background: #1b8b4f;
}
.article-area ol {
  margin-bottom: 2rem;
  counter-reset: number 0;
}
.article-area ol li {
  position: relative;
  padding-left: 2rem;
  line-height: 2;
  font-weight: bold;
  counter-increment: number 1;
}
.article-area ol li:after {
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0.8rem;
  display: block;
  color: #1b8b4f;
  font-size: 1.4rem;
  line-height: 100%;
}
.article-area img.alignleft {
  float: left;
  margin: 0.8rem 1rem 1rem 0;
}
@media screen and (max-width: 767px) {
  .article-area img.alignleft {
    float: none;
    display: block;
    margin: 0 auto 1rem;
  }
}
.article-area img.aligncenter {
  display: block;
  margin: 0 auto 2rem;
}
.article-area img.alignright {
  float: right;
  margin: 0.8rem 0 1rem 1rem;
}
@media screen and (max-width: 767px) {
  .article-area img.alignright {
    float: none;
    display: block;
    margin: 0 auto 1rem;
  }
}
.article-area img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.article-area blockquote {
  position: relative;
  margin: 0 0 3rem 3rem;
  padding-left: 6rem;
  font-size: 1.4rem;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .article-area blockquote {
    margin: 0 0 1.5rem 0;
    padding-left: 4rem;
    line-height: 160%;
  }
}
.article-area blockquote:after, .article-area blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.article-area blockquote:after {
  top: 0.5rem;
  width: 0.2rem;
  height: 5rem;
  background: #ccc;
}
.article-area blockquote:before {
  content: "“";
  position: absolute;
  left: 1rem;
  top: -0.5rem;
  color: #ccc;
  font-size: 6rem;
  line-height: 100%;
}/*# sourceMappingURL=article.css.map */