.page .l-content.l-container { max-width: none; padding: 0; margin: 0;}
.page .l-article { max-width: none;}
.page section { padding: 120px 0;}
.page section:nth-child(even) { background-color: var(--bg);}
.page section > div {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.page .l-mainContent__inner>.post_content { padding: 0;}
.page h2, .page h3, .page h4 { font-family: var(--font-maru);}
.page h2 {
  display: inline;
  background-color: var(--main);
  font-size: 42px;
  line-height: 2;
  padding: 4px 8px;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
}
.page h2::before { content: none;}
.page h2 + p { margin-top: 32px;}
.page h3 { max-width: max-content; font-size: 32px; border-bottom: 2px solid var(--main); padding: 0 0 4px; margin: 56px 0;}
.page h3::before { content: none;}
.page h4 { font-size: 28px; border-width: 4px; padding-left: 8px; margin: 56px 0 32px;}
.page p { letter-spacing: 0.05em;}
.page .wp-block-image { margin: 56px 0;}
.page .wp-block-image img { max-width: 450px; max-height: 450px; object-fit: contain;}
.wp-block-buttons { margin-top: 56px;}
.wp-block-button__link {
  display: block;
  max-width: max-content;
  min-width: 200px;
  background-color: var(--sub);
  color: var(--white);
  font-size: 14px;
  font-weight: var(--bold);
  text-align: center;
  line-height: 1;
  box-shadow: 3px 3px 0 var(--main);
  border-radius: 0;
  padding: 12px 36px;
  position: relative;
}
.wp-block-button__link::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 12px;
  margin: auto;
}

@media (max-width: 959px) {
  .page section { padding: 64px 0;}
  .page h2 { font-size: 26px;}
  .page h3 { font-size: 20px;}
  .page h4 { font-size: 18px; margin: 40px 0 20px;}
  .wp-block-image .alignleft { float: none; margin: auto;}
  .wp-block-image img { max-height: 300px;}
  .wp-block-buttons { justify-content: center;}
}
@media (width: 600px) {
  .l-content {
    padding-top: 0;
  }
}