@charset "utf-8";
/* CSS Document */
@media (max-width: 959px){
  #top_title_area {
    min-height: 150px;
    padding: 1em 0;
    background: #97c6e1;
    text-align: center;
  }
  #top_title_area img {
    opacity: 0.4;
  }
  #top_title_area .c-pageTitle__subTitle {
    font-style: normal;
    display: block;
    margin: 0.5em 0 0;
    font-size: 0.9rem;
    color: #ffdb5f;
    opacity: 0.7;
  }
  .l-topTitleArea__img {
  }
  .c-filterLayer.-texture-dot::after {
    display: none;
  }
  .l-topTitleArea__body {
    text-shadow: none;
  }
  .category .p-termContent {
    margin-top: 0;
  }
  .c-pageTitle {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 900;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column+.wp-block-column {
    margin-top: 0;
  }
  :where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
  }
  #content {
    margin-bottom: 2em;
  }
  .page #content.l-content {
    margin-bottom: 0;
  }
  .post_content table {
  }
  .post_content h2, .post_content h4 {
  }
  .post_content h3 {
  }
  .post_content h4 {
  }
  .page .post_content h2 {
  }
  .page .post_content h4 {
  }
  .page .post_content h5 {
  }
  .page .post_content em {
  }
  .post_content li {
    font-size: 1rem;
  }
  .page .post_content .swell-block-step__title {
    line-height: 1.4;
    color: var(--color_main);
  }
  .page .post_content .swell-block-step__item {
    padding-bottom: 1em;
  }
  .archive .p-termContent {
    margin-top: 0;
  }
  .wp-block-buttons>.wp-block-button {
    width: 100%;
  }
  .page .post_content dl dt, .page .post_content dl dd {
	}
	.page .post_content dl dt {
    font-weight: normal;
    color: #6f6f6f;
	}
  .page .post_content dl dd {
    margin-bottom: 1em;
  }
  .page #content h3 img {
    display: block;
    margin: 0 0 5px 13px;
  }
  .single .post_content>h2 {
    margin: 0 0 1em;
    font-size: 1.4rem;
  }
  .size_s img, img.size_s {
    max-width: 100%;
  }
  /* .single #breadcrumb, .category #breadcrumb {
    margin-top: 150px;
  } */
  .post_content .read {
    padding-top: 1em;
    padding-bottom: 2em;
  }
  .post_content .read p {
    font-size: 1.3rem;
  }
  .post_content > .wp-block-group {
    padding-top: 2em;
    padding-bottom: 2em;
    margin-bottom: 0;
  }
  .post_content #feature {
    margin-bottom: 2em;
  }
  .has-border, div.has-background, p.has-background {
    padding: 0;
  }
  #service .post_content #service {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media all and (max-width: 768px){
  .post_content #philosophy img {
      width: 100%;
      margin-left: -5%;
  }
}