@charset "utf-8";
/* CSS Document */

#before_footer_widget {
  margin-top: 4em;
}
.post_content > .wp-block-group {
  padding-top: 4em;
  padding-bottom: 4em;
}
.page .post_content iframe {
  width: 100%;
  min-height: 350px;
}
.single #content .post_content figure {
  border-radius: 0;
}
.post_content td, .post_content th {
  padding: 1em 0.75em;
  border-right: none;
  border-bottom: none;
}
.single span.p-breadcrumb__text {
  display: block;
}
#content figure.wp-block-image {
  border-radius: 10px;
  overflow: hidden;
}
.swell-block-capbox .cap_box_ttl {
  border-radius: 15px 15px 0 0;
  background-color: #eeeef3;
  color: var(--color_text);
  font-weight: bold;
  font-size: 1.2rem;
}
.swell-block-capbox .cap_box_content {
  border-radius: 0 0 15px 15px;
  border: solid 1px #eeeef3;
}
#content .swell-block-capbox .cap_box_content h5 {
  color: var(--color_text);
}
/* .post_content .case {
  border: solid 1px var(--color_main);
  border-radius: 15px;
  padding: 1em;
}
.post_content .case h4 {
  margin: 0.5em;
} */
.post_content .read p {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.5;
  color: var(--color_main);
}
.post_content .read {
  padding-top: 4em;
}
.post_content .plink {
  padding-top: 0;
  padding-bottom: 0;
}
#content #qa .swell-block-accordion__label strong {
  padding: 11px 13px 15px;
}
.page #content.l-content {
  padding-top: 0;
}
.post_content #philosophy img {
  width: 75%;
  margin-left: -5%;
}
[class*=is-style-btn_].line a, [class*=is-style-btn_].tel a {
  background: #07b53b;
  padding: 28px 30px 28px 40px;
}
[class*=is-style-btn_].tel a {
  background: var(--color_link);
}
.post_content .has-swl-pale-04-background-color {
    background-color: #fbfad8 !important;
}
#content .post_content .three .swell-block-column h3 {
    margin: 0.75em 0 0.5em;
    font-size: 1.5rem;
}
@media all and (min-width: 960px) {
  #top_title_area {
    text-align: center;
    min-height: 300px;
    padding: 1em 0;
    background: var(--color_main);
    /* max-width: var(--article_size); */
    border-radius: 40px;
    margin: 0 auto;
    max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
    margin-left: var(--swl-pad_container, 0);
    margin-right: var(--swl-pad_container, 0);
    width: unset;
  }
  #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: 1.2rem;
    color: #ffdb5f;
    opacity: 0.7;
  }
  #breadcrumb {
    box-shadow: none;
    max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
    padding-left: var(--swl-pad_container, 0);
    padding-right: var(--swl-pad_container, 0);
  }
  /* #fix_header {
    display: none;
  } */
  /* .single #content h1 {
    font-size: 1.8rem;
    margin: 1.5rem 0 0;
  } */
  .c-filterLayer.-texture-dot::after {
    display: none;
  }
  /* .single #content .url {
    margin: 0.5em 0 1em 3px;
    font-size: 1.2rem;
  }
  .l-topTitleArea.c-filterLayer::before, .c-filterLayer.-texture-dot::after {
    display: none;
  }
  .l-topTitleArea__body {
    text-shadow: none;
    max-width: var(--container_size);
    margin: auto;
  } */
  h1.c-pageTitle {
    border: none !important;
    text-shadow: none;
    font-size: 2.2rem;
    margin-top: 15px;
    /* text-align: left; */
    font-weight: 800;
  }
  h1.c-pageTitle span {
    text-align: left;
    border: none !important;
    float: none !important;
  }
  .page .post_content .swell-block-step__title {
    color: var(--color_main);
  }
  .page .post_content .swell-block-step__item {
    /* padding-bottom: 1em; */
  }
  .page .post_content ul.symptoms {
    display: inline-block;
    text-align: left;
  }
  .page .post_content ul.symptoms li {
    font-size: 1.2rem;
    margin-bottom: 0.9em;
  }
  .page .post_content ul.symptoms li strong {
    color: #e0ec67;
    font-weight: normal;
    font-size: 100%;
  }
  .page .post_content ul.symptoms li strong::before {
    content: "➜";
    color: #6f6f6f;
    margin: 0 0.7em;
  }
  .page .post_content dl {
		overflow: hidden;
		margin: 1em 0;
	}
	.page .post_content dl dt, .page .post_content dl dd {
		float: left;
	}
	.page .post_content dl dt {
		width: 9em;
    font-weight: normal;
	}
	.page .post_content dl dd {
    width: calc(100% - 10em);
  }
  #content .post_content h2 {
    /* color: #fff;
    background: #3540a4;
    font-size: 2rem !important;
    margin: 2em -10px 1em;
    border-radius: 10px;
    padding: 0.3em 0.6em 0.4em; */
  }
  #content .post_content h3 {
    font-size: 1.8rem;
    margin: 2em 0 1em;
  }
  #content .post_content h4 {
    font-size: 1.5rem;
    margin-bottom: 1em;
  }
  .post_content #feature {
    padding-top: 2em;
    padding-bottom: 2em;
    margin-bottom: 4em;
  }
  .post_content #philosophy p {
    text-align: center;
  }
  .archive .p-termContent {
    margin-top: 0;
  }
}


  /* chrome safari opera */
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
  }
  /* chrome opera */
  @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  }
  /* Firefox */
  @-moz-document url-prefix() {
  }

@media all and (min-width: 768px) and (max-width: 959px) {
}
