.l-main__content {
  margin-top: 80px;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1120px) {
  .l-main__content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-main__content {
    margin-top: 40px;
  }
}

.p-post {
  border: 1px solid var(--gray5);
  border-radius: 24px;
  padding: 64px 40px;
}
@media screen and (max-width: 768px) {
  .p-post {
    padding: 0;
    border: none;
  }
}
.p-post__ttl {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-post__ttl {
    font-size: 28px;
    line-height: 1.5;
  }
}
.p-post__date {
  font-size: 14px;
  line-height: 1.7;
}
.p-post__redTagOuter {
  margin-top: 26px;
}
.p-post__redTag {
  margin-left: 16px;
}
.p-post__blueTagOuter {
  margin-top: 18px;
}
.p-post__blueTag {
  margin-right: 5px;
}
.p-post__content {
  margin-top: 32px;
  font-family: Noto Sans JP;
  font-size: 16px;
  line-height: 1.7;
}
.p-post__content > * {
  margin: 32px auto;
}
.p-post__content p {
  font-size: 16px;
  line-height: 1.7;
}
.p-post__content a {
  color: var(--blue2);
  text-decoration: underline;
  position: relative;
}
.p-post__content a:hover:focus-visible:before {
  top: initial;
  left: initial;
  border: none;
}
.p-post__content a:focus-visible:before {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid var(--focus);
  border-radius: 8px;
}
.p-post__content ol {
  list-style: decimal;
  padding-left: 18px;
}
.p-post__content ol::marker {
  font-size: 16px;
  line-height: 1.7;
}
.p-post__content ul {
  list-style: disc;
  padding-left: 18px;
}
.p-post__btnOuter {
  text-align: center;
  margin-top: 40px;
}
/*# sourceMappingURL=p-single-working_group.css.map */
