@charset "UTF-8";
/* Media Query
-----------------------------------------------------------*/
/* hover
-----------------------------------------------------------*/
/* font-size
-----------------------------------------------------------*/
/* ============================================================
   Single News (投稿詳細)
   ============================================================ */
.singleNews {
  padding: 10rem 0;
}
@media screen and (max-width: 780px) {
  .singleNews {
    padding: 6rem 0 9rem;
  }
}
.singleNews_inner {
  max-width: 90rem;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .singleNews_inner {
    max-width: 35rem;
  }
}
.singleNews_header {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
@media screen and (max-width: 780px) {
  .singleNews_header {
    gap: 1rem;
  }
}
.singleNews_meta {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.singleNews_date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: max(10px, 2.4rem);
  line-height: 150%;
  color: var(--color-black);
}
.singleNews_tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.6rem;
  height: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: max(10px, 1.3rem);
  background-color: var(--color-green1);
  color: var(--color-white);
  white-space: nowrap;
}
.singleNews_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: max(10px, 2.5rem);
  line-height: 160%;
  color: var(--color-text);
}
@media screen and (max-width: 780px) {
  .singleNews_title {
    font-size: max(10px, 2rem);
  }
}
.singleNews_body {
  margin-top: 4rem;
}
.singleNews_thumbnail {
  margin-bottom: 4rem;
}
@media screen and (max-width: 780px) {
  .singleNews_thumbnail {
    margin-bottom: 2.4rem;
  }
}
.singleNews_thumbnail img {
  width: 100%;
  height: auto;
}
.singleNews_content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: max(10px, 1.6rem);
  line-height: 160%;
  color: var(--color-text);
}
.singleNews_content * {
  max-width: 100%;
  list-style: initial;
}
@media screen and (max-width: 780px) {
  .singleNews_content {
    font-size: max(10px, 1.4rem);
  }
}
.singleNews_content p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 780px) {
  .singleNews_content p {
    margin-bottom: 1.6rem;
  }
}
.singleNews_content p:last-child {
  margin-bottom: 0;
}
.singleNews_content h2 {
  font-weight: 700;
  font-size: max(10px, 2.2rem);
  margin: 4rem 0 2rem;
}
@media screen and (max-width: 780px) {
  .singleNews_content h2 {
    font-size: max(10px, 1.8rem);
    margin: 3rem 0 1.5rem;
  }
}
.singleNews_content h3 {
  font-weight: 700;
  font-size: max(10px, 1.8rem);
  margin: 3rem 0 1.5rem;
}
@media screen and (max-width: 780px) {
  .singleNews_content h3 {
    font-size: max(10px, 1.6rem);
    margin: 2.4rem 0 1.2rem;
  }
}
.singleNews_content ul,
.singleNews_content ol {
  margin: 2rem 0;
  padding-left: 2rem;
  list-style: disc;
}
.singleNews_content ol {
  list-style: decimal;
}
.singleNews_content a {
  color: var(--color-green1);
  text-decoration: underline;
}
.singleNews_content img {
  overflow: hidden;
  display: initial;
}
.singleNews_content pre {
  white-space: pre-wrap;
  word-break: break-all;
}
.singleNews_footer {
  text-align: center;
}/*# sourceMappingURL=single.css.map */