@charset "UTF-8";
.striped-background > .smb-section__fixed-background {
  background-image: -webkit-repeating-linear-gradient(305deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, rgba(0, 0, 0, 0.1490196078) 4px, rgba(0, 0, 0, 0.168627451) 4px);
  background-image: repeating-linear-gradient(145deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, rgba(0, 0, 0, 0.1490196078) 4px, rgba(0, 0, 0, 0.168627451) 4px);
}

.mt0 {
  margin-top: 0 !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl32 {
  padding-left: 32px !important;
}

.is_pc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .is_pc {
    display: block;
  }
}

.is_sp {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .is_sp {
    display: none;
  }
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.ls_m {
  letter-spacing: clamp(0rem, 0.5vw, 0.6rem);
}

.table_rows tbody th {
  background-color: #E1E1E1 !important;
  color: #333 !important;
  width: 30%;
}
@media print, screen and (min-width: 1200px) {
  .table_rows tbody th {
    width: 300px;
  }
}
.table_rows tbody td {
  vertical-align: top;
}
.table_rows tbody td:first-child {
  font-weight: 700;
  background-color: #E1E1E1;
  color: #333 !important;
}
@media print, screen and (min-width: 1200px) {
  .table_rows tbody td:first-child {
    width: 300px;
  }
}
@media print, screen and (max-width: 639px) {
  .table_rows {
    display: block;
  }
  .table_rows tbody {
    display: block;
    width: 100%;
  }
  .table_rows tr {
    display: block;
    width: 100%;
  }
  .table_rows tr:first-child th, .table_rows tr:first-child td {
    border-bottom: 0;
  }
  .table_rows th, .table_rows td {
    display: block;
    width: 100%;
  }
}

.table_cols tr:first-of-type td {
  background-color: #E1E1E1;
  color: #333;
  font-weight: 700;
}

.p-contactform {
  max-width: 100%;
}
@media print, screen and (max-width: 639px) {
  .p-contactform {
    padding-left: 0;
  }
}
.p-contactform input[type=text].full, .p-contactform input[type=tel], .p-contactform input[type=email] {
  width: 100%;
  max-width: 100%;
}
.p-contactform input[type=text], .p-contactform input[type=tel], .p-contactform input[type=email] {
  padding: 3px 5px;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.p-contactform input[type=text]:focus, .p-contactform input[type=tel]:focus, .p-contactform input[type=email]:focus {
  background-color: #EEE;
}
.p-contactform input[type=text].wpcf7-not-valid, .p-contactform input[type=tel].wpcf7-not-valid, .p-contactform input[type=email].wpcf7-not-valid {
  border: 1px solid #E00;
}
.p-contactform textarea {
  width: 100%;
  padding: 3px 5px;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.p-contactform textarea:focus {
  background-color: #EEE;
}
.p-contactform textarea.wpcf7-not-valid {
  border: 1px solid #E00;
}
.p-contactform select {
  padding: 8px;
  border-color: #CCC;
}
.p-contactform .wpcf7-list-item {
  margin: 0 1em 0 0;
  margin-bottom: 8px !important;
}
@media print, screen and (max-width: 639px) {
  .p-contactform .wpcf7-list-item {
    margin-bottom: 0.8rem;
    display: block !important;
  }
}
.p-contactform span.wpcf7-not-valid-tip {
  margin-top: 2px;
  color: #E00;
}
.p-contactform p {
  margin-bottom: 0;
}
.p-contactform .u-ai_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contactform .u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-contactform .wpcf7-form-control-wrap input {
  width: 100%;
}
@media print, screen and (max-width: 639px) {
  .p-contactform th {
    width: 100% !important;
  }
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

.p-required_mark::after {
  display: inline-block;
  margin-left: 0.3rem;
  color: #ED1C24;
  content: "*";
}

.wpcf7-submit {
  font-weight: bold;
  margin-left: 72px;
}

.bl_cv_btn .bl_cv_btn_contact {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E84345;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 4px;
  padding: 10px 50px;
  text-decoration: none;
}
.bl_cv_btn .bl_cv_btn_contact:hover {
  opacity: 0.8; /* 透過率20% */
  -webkit-transition: 0.2s;
  transition: 0.2s; /* 0.2秒アニメーション */
}

.p-contactform .wpcf7-form-control-wrap input {
  width: 100%;
}

@media print, screen and (max-width: 639px) {
  .p-contactform th {
    width: 100% !important;
  }
}

/*セクション見出し*/
.smb-section__header {
  color: var(--accent-color);
}

.smb-section__title:after {
  height: 2px;
}

body:not(.home) body:not(.faq) h1.c-entry__title, body:not(.faq) body:not(.home) h1.c-entry__title, body:not(.home) h6, body:not(.home) h5, body:not(.home) h4, body:not(.home) h3:not(.c-entry-summary__title), body:not(.home) h2.has-text-align-center:not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title), body:not(.home) h2:not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title), body:not(.home) h1.c-page-header__title {
  font-family: sans-serif;
  line-height: 1.4;
  margin-bottom: 0.8em;
  font-weight: 700;
  letter-spacing: -0.02em;
}
body:not(.home) h1.c-page-header__title {
  color: var(--accent-color);
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 4px solid var(--sub-accent-color);
}
body:not(.home) h1.c-page-header__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 25%;
  height: 4px;
  background-color: var(--accent-color);
}
@media print, screen and (max-width: 639px) {
  body:not(.home) h1.c-page-header__title {
    font-size: 1.5rem;
  }
}
body:not(.home) .l-container .c-page-header {
  padding-top: 0;
  padding-bottom: 0;
}
body:not(.home) .l-contents__inner {
  margin-top: 1.8em;
}
body:not(.home) h2:not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title) {
  color: var(--accent-color);
  padding-left: 0.5em;
  border-left: 8px solid var(--accent-color);
  position: relative;
}
body:not(.home) h2.has-text-align-center:not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title) {
  color: var(--accent-color);
  padding-left: 0.5em;
  border-left: 0;
  position: relative;
}
body:not(.home) h2.has-text-align-center:not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title):after {
  background-color: var(--wp--preset--color--sm-accent);
  content: "";
  display: block;
  height: 4px;
  margin: var(--_margin-1) auto 0;
  width: 60px;
}
body:not(.home) h3:not(.c-entry-summary__title) {
  color: var(--accent-color);
  padding-bottom: 0.3em;
  border-bottom: 2px dotted var(--sub-accent-color);
}
body:not(.home) h4 {
  color: var(--accent-color);
  position: relative;
  padding: 0.3em 0.8em;
  border-radius: 3px;
  background-color: #f5f5f5;
}
body:not(.home) h5 {
  color: var(--accent-color);
  position: relative;
  padding-left: 1.5em;
}
body:not(.home) h5:before {
  content: "▶";
  color: var(--sub-accent-color);
  position: absolute;
  left: 0;
}
body:not(.home) h6 {
  color: var(--accent-color);
  position: relative;
  padding-left: 1.2em;
  font-style: italic;
}
body:not(.home) h6:before {
  content: "◆";
  color: var(--sub-accent-color);
  position: absolute;
  left: 0;
  font-size: 0.8em;
  top: 0.2em;
}

/* アニメーション付きリンク要素の下線スタイル */
/* 指定されたクラスを持つp要素内のリンクに対するスタイル */
p.has-text-align-right.animated_p a {
  position: relative;
  text-decoration: none; /* デフォルトの下線を削除 */
  color: var(--accent-color); /* 親要素から色を継承 */
  padding-bottom: 3px; /* 下線との間隔を確保 */
  display: inline-block; /* インラインブロック化して下線が適切に表示されるように */
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; /* テキスト色の変化をスムーズに */
}

/* 下線のアニメーション用疑似要素 */
p.has-text-align-right.animated_p a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0; /* 初期状態では幅0（見えない状態） */
  height: 1px; /* 下線の太さ */
  background-color: var(--accent-color);
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out; /* アニメーションの設定 */
  -webkit-transform-origin: left center;
          transform-origin: left center; /* 左端から変化が始まるように */
}

/* ホバー時の下線アニメーション */
p.has-text-align-right.animated_p a:hover:after {
  width: 100%; /* ホバー時に幅を100%に拡大 */
}

/* ホバー時のテキスト色変更（オプション） */
p.has-text-align-right.animated_p a:hover {
  color: var(--accent-color); /* ホバー時にテキスト色も変更 */
}

/* より汎用的な使用のためのクラス */
.animated_link a {
  position: relative;
  text-decoration: none;
  padding-bottom: 3px;
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.animated_link a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--accent-color);
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.animated_link a:hover:after {
  width: 100%;
}

.animated_link a:hover {
  color: var(--accent-color);
}

/* 右寄せテキスト内のリンクで、右から左へアニメーションさせる場合（オプション） */
p.has-text-align-right.animated_p.reverse-animation a:after {
  left: auto;
  right: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

body:not(.faq) h1.c-entry__title {
  color: var(--accent-color);
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 4px solid var(--sub-accent-color);
}
body:not(.faq) h1.c-entry__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 25%;
  height: 4px;
  background-color: var(--accent-color);
}
@media print, screen and (max-width: 639px) {
  body:not(.faq) h1.c-entry__title {
    font-size: 1.5rem;
  }
}

@media print, screen and (max-width: 639px) {
  .table_item table tr th {
    border-bottom-width: 0 !important;
  }
}
@media print, screen and (max-width: 639px) {
  .table_item table tr:not(:last-child) td {
    border-bottom-width: 0 !important;
  }
}

.c-meta__item--author, .c-meta__item--modified {
  display: none !important;
}

.u-text_center {
  text-align: center;
}

.icon-cart:before {
  margin-right: 10px !important;
}

.home .l-header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

/* 横いっぱいに広げる */
.l-2row-header,
.p-header-sub-nav {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.p-global-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* 中身をコンテナー幅に収める */
.l-2row-header .p-global-nav > *,
.p-header-sub-nav > * {
  max-width: 1200px;
  padding-left: 1.8rem;
}
.l-2row-header .p-global-nav > * .c-navbar__item > a,
.p-header-sub-nav > * .c-navbar__item > a {
  padding-left: var(--_padding-1);
  padding-right: 0;
}

.c-navbar__item span {
  display: inline-block;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-navbar__item span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--accent-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-navbar__item span:hover::after {
  width: 100%;
}

.current_page_item span::after {
  width: 100%;
}

.p-header-content {
  /* レスポンシブデザイン */
}
.p-header-content .container {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 1rem;
}
.p-header-content .flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 1rem;
}
.p-header-content .column {
  text-align: center;
  white-space: nowrap;
}
.p-header-content .phone-info {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.12em;
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1;
}
.p-header-content .phone-info span.icon-phone {
  font-size: 0.8em;
  margin-right: 3px;
}
.p-header-content .office-hours {
  font-size: 14px;
  color: #ffffff;
}
.p-header-content .button-container {
  position: relative;
}
.p-header-content .free-label {
  position: absolute;
  top: -25px;
  left: 45%;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-header-content .free-label:before,
.p-header-content .free-label:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  height: 1px;
  background: #ffffff;
}
.p-header-content .free-label:before {
  right: 100%;
  margin-right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-header-content .free-label:after {
  left: 100%;
  margin-left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-header-content .header-button {
  display: inline-block;
  background: #55141d;
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: 190px;
}
.p-header-content .header-button .icon-envelope-o:before {
  margin-right: 10px;
}
.p-header-content .header-button:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.p-header-content .line-icon {
  max-width: 60px;
  height: auto;
}
@media (max-width: 768px) {
  .p-header-content .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-header-content .column {
    width: 100%;
    margin-bottom: 20px;
  }
}

.sp_menu_line a {
  text-align: center;
}

body:not(.home) .c-site-branding__title .custom-logo {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
body:not(.home) .phone-info {
  color: var(--accent-color);
}
body:not(.home) .office-hours {
  color: var(--accent-color);
}
body:not(.home) .free-label {
  color: var(--accent-color);
}
body:not(.home) .free-label:before,
body:not(.home) .free-label:after {
  background: var(--accent-color);
}

.l-2row-header .p-global-nav .c-navbar__item > a {
  padding-top: 0;
}

.faq .c-entry__title::before {
  content: "Q.";
  font-size: 3rem;
  font-weight: bold;
  font-family: "Arial Black";
  margin-right: 1.6rem;
  color: #349CF7;
}

.faq .c-entry__body::before {
  content: "A.";
  font-size: 3rem;
  font-weight: bold;
  font-family: "Arial Black";
  margin-right: 1.6rem;
  color: #cf2e2e;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

.c-entry-summary--type-faq .c-entry-summary__title::before {
  content: "Q.";
  font-weight: bold;
  font-size: 2.5rem;
  font-family: "Arial Black";
  margin-right: 1.5rem;
  color: #349CF7;
}

.c-entry-summary__body .c-entry-summary__header .c-entry-summary__title {
  line-height: 2rem;
}

.c-section.p-section-front-page-content {
  padding-bottom: 0 !important;
}

.home .c-section:first-child {
  padding-top: 0;
}
.home .section_top_mv {
  background-color: #65a567;
}
@media print, screen and (max-width: 639px) {
  .home .section_top_mv .smb-section-with-bgimage__bgimage img, .home .section_top_mv .smb-section-with-bgimage__bgimage video {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media print, screen and (max-width: 639px) {
  .home .section_top_mv .smb-section-with-bgimage__bgimage img {
    height: auto;
  }
}
@media print, screen and (max-width: 639px) {
  .home .section_top_mv .smb-section-with-bgimage__bgimage {
    background-color: transparent;
  }
}
.home .top_mv_slider {
  position: relative;
}
@media print, screen and (max-width: 1023px) {
  .home .top_mv_slider {
    aspect-ratio: 1/1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home .wp-block-group.top_mv_copy_group.is-layout-constrained.wp-block-group-is-layout-constrained {
  position: absolute;
  top: 50%;
  z-index: 1;
  color: #ffffff;
  right: 5vw;
  -webkit-filter: drop-shadow(0px 0px 6px rgb(47, 47, 47)) drop-shadow(0px 0px 6px rgb(47, 47, 47));
          filter: drop-shadow(0px 0px 6px rgb(47, 47, 47)) drop-shadow(0px 0px 6px rgb(47, 47, 47));
}
@media print, screen and (max-width: 1023px) {
  .home .wp-block-group.top_mv_copy_group.is-layout-constrained.wp-block-group-is-layout-constrained {
    text-align: center;
    min-width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.home p.top_mv_copy_l {
  font-size: clamp(1rem, 2vw + 1rem, 3rem);
  font-weight: bolder;
}
.home p.top_mv_copy_l:first-child {
  border-bottom: 1px solid #ffffff;
}
.home p.top_mv_copy_s {
  font-size: 2rem;
}
@media print, screen and (max-width: 1023px) {
  .home p.top_mv_copy_s {
    font-size: 1.2rem;
  }
}

.c-entry__content .section_top_tejun {
  margin-top: -100px !important;
}

.section_top_service-panel {
  z-index: 1;
}
.section_top_service-panel .smb-panels__item__body {
  padding: 0;
}
.section_top_service-panel .smb-panels__item__body figure.wp-block-image.size-large {
  position: relative;
}
.section_top_service-panel .smb-panels__item__body p {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  /* align-content: center; */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section_top_service-panel .smb-panels__item__body p::after {
  content: "＞";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--accent-color);
  color: white;
  font-weight: bold;
  margin-left: 10px;
  vertical-align: middle;
}

@media print, screen and (max-width: 1024px) {
  .top_mv_slider .spider__figure {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top_mv_slider .smb-section__inner,
.top_mv_slider .c-container,
.top_mv_slider .smb-section__contents-wrapper,
.top_mv_slider .smb-section__body,
.top_mv_slider .wp-block-snow-monkey-blocks-spider-slider,
.top_mv_slider .spider,
.top_mv_slider .spider__canvas,
.top_mv_slider .smb-spider-slider__figure-wrapper {
  height: 100%;
}

@media print, screen and (max-width: 639px) {
  .panel_top_service .c-row > .c-row__col {
    padding: 4px;
  }
}

@media print, screen and (max-width: 639px) {
  .wp-block-column.mv_copy_column-right {
    text-align: center;
  }
}

p.p-top_tejun {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.3em;
  line-height: 30px;
  color: var(--accent-color);
  text-decoration: none;
  padding-top: 100px;
}
p.p-top_tejun::after {
  content: "＞";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--accent-color);
  color: white;
  font-weight: bold;
  margin-left: 10px;
  font-size: 1rem;
  letter-spacing: 0px;
}

section.monthly-campaign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  background-color: #FFC14A;
}
section.monthly-campaign a:after {
  content: "＞";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--accent-color);
  color: white;
  font-weight: bold;
  margin-left: 10px;
  vertical-align: middle;
}

.campaign-section-header, .campaign-section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.campaign-section-header {
  background-color: #000;
  color: #ffff00;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  min-height: 60px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

p.campaign-header-text {
  position: relative;
}
p.campaign-header-text::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  left: -100px;
  top: -90px;
  background-image: url(/cms/wp-content/uploads/2025/04/img_campaign_horn.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.campaign-section-header .horn-image {
  position: absolute;
  left: 10px;
  top: -1.5rem; /* 左上に配置、必要に応じて調整 */
  width: 40px; /* 必要に応じてサイズ調整 */
  height: auto;
}

.campaign-section-content {
  background-image: url("/cms/wp-content/uploads/bg_top_campaign.jpg");
  background-size: cover;
  background-position: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.campaign-section-content a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  color: var(--accent-color);
  max-width: 1080px;
  padding: 0 1rem;
}
.campaign-section-content a::after {
  font-size: 1rem;
  letter-spacing: 0;
}

.campaign-section-content a:hover {
  text-decoration: underline;
}

.c-entry-summary--type-item .c-entry-summary__figure > img {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
}

.case-container {
  max-width: 1080px;
  margin: 0 auto;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333;
}
.case-container .case-main {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 639px) {
  .case-container .case-main {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.case-container .p-breadcrumbs-wrapper {
  margin: 1rem 0;
}

.case-title {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #222;
  border-bottom: 3px solid var(--accent-color);
  padding-bottom: 12px;
}

.case-categories {
  margin-bottom: 25px;
}
.case-categories .case-category {
  display: inline-block;
  background-color: var(--accent-color);
  color: #fff;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 8px;
  margin-bottom: 8px;
}

a.case-category {
  text-decoration: none;
}

.case-img-after {
  margin: 0 0 40px;
  text-align: center;
}
.case-img-after img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
.case-img-after p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--accent-color);
}

.p_mv_textblock {
  display: inline-block;
}

.case-section {
  margin-bottom: 40px;
}
.case-section .case-section-title {
  font-size: 24px;
  margin-bottom: 20px;
  padding-left: 12px;
  border-left: 5px solid var(--accent-color);
  line-height: 1.4;
}

.case-problem-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.case-problem-container .case-img-before {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 300px;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
}
.case-problem-container .case-img-before img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.case-problem-container .case-img-before p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--accent-color);
}
.case-problem-container .case-problem-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 300px;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  line-height: 1.8;
}

.case-joken,
.case-hani,
.case-menseki,
.case-kikan,
.case-koho,
.case-cost {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 6px;
  line-height: 1.8;
}

.case-toryo-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 10px;
}
.case-toryo-items .case-toryo-item {
  background-color: #FBFBFB;
  padding: 16px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.case-toryo-items .case-toryo-item .case-toryo-name {
  font-size: 1rem;
  margin-bottom: 12px;
  color: var(--accent-color);
}
.case-toryo-items .case-toryo-item .case-toryo-description {
  line-height: 1.7;
}
.case-toryo-items .case-toryo-item .case-toryo-description p:not(:first-child) {
  margin-top: 1rem;
}

.case-nagare-items {
  counter-reset: flow-counter;
}
.case-nagare-items .case-nagare-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #ddd;
  position: relative;
}
.case-nagare-items .case-nagare-item:last-child {
  border-bottom: none;
}
.case-nagare-items .case-nagare-item .case-nagare-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 300px;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  position: relative;
}
.case-nagare-items .case-nagare-item .case-nagare-content .case-nagare-number {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: var(--accent-color);
  color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
.case-nagare-items .case-nagare-item .case-nagare-content .case-nagare-title {
  font-size: 18px;
  margin: 0 0 12px 35px;
  color: #333;
}
.case-nagare-items .case-nagare-item .case-nagare-content .case-nagare-description {
  margin-left: 20px;
  line-height: 1.7;
}
.case-nagare-items .case-nagare-item .case-nagare-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 250px;
      -ms-flex: 1 1 250px;
          flex: 1 1 250px;
  text-align: center;
}
.case-nagare-items .case-nagare-item .case-nagare-image img {
  max-width: 100%;
  max-height: 500px;
  height: auto;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.case-note {
  line-height: 1.8;
  background-color: #fafafa;
  padding: 20px;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .case-container {
    padding: 20px 0;
  }
  .case-container .case-main {
    padding: 20px 15px;
  }
  .case-title {
    font-size: 24px;
  }
  .case-section .case-section-title {
    font-size: 20px;
  }
  .case-problem-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .case-problem-container .case-img-before,
  .case-problem-container .case-problem-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .case-toryo-items {
    grid-template-columns: 1fr;
  }
  .case-nagare-items .case-nagare-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .case-nagare-items .case-nagare-item .case-nagare-content,
  .case-nagare-items .case-nagare-item .case-nagare-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media (max-width: 480px) {
  .case-container .case-main {
    padding: 15px 12px;
  }
  .case-title {
    font-size: 22px;
  }
  .case-section .case-section-title {
    font-size: 18px;
  }
}
.case-sekoubi {
  text-align: right;
}

.two-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 1023px) {
  .two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.item-mainimage {
  width: 50%;
}
@media print, screen and (max-width: 1023px) {
  .item-mainimage {
    width: 100%;
  }
}

.item-info {
  width: 50%;
}
@media print, screen and (max-width: 1023px) {
  .item-info {
    width: 100%;
  }
}

.item-links > div {
  text-align: center;
}

.three-column > div,
.item-meyasu.two-column > div,
.item-place.three-column > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 calc(33.333% - 1rem);
      -ms-flex: 1 1 calc(33.333% - 1rem);
          flex: 1 1 calc(33.333% - 1rem);
}

.item-place.three-column > div {
  max-width: calc((100% - 2rem) / 3);
}
@media print, screen and (max-width: 639px) {
  .item-place.three-column > div {
    max-width: 100%;
  }
}

@media print, screen and (max-width: 639px) {
  .three-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.before-after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 639px) {
  .before-after {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.before-after img {
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.before-after .arrow img {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 50px;
}
@media print, screen and (max-width: 639px) {
  .before-after .arrow img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.before-after .arrow {
  font-size: 2rem;
}

.step-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (max-width: 639px) {
  .step-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.step-image {
  width: 50%;
}
@media print, screen and (max-width: 639px) {
  .step-image {
    width: 100%;
  }
}

.step-image img {
  width: 100%;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.step-text {
  width: 50%;
}
@media print, screen and (max-width: 639px) {
  .step-text {
    width: 100%;
  }
}

.item-content {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 639px) {
  .item-content {
    padding: 10px;
  }
}

.item-links.three-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.item-place.three-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.item-place.three-column img {
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.item-flow {
  margin-bottom: 1rem;
}

.flow-step {
  margin-top: 1rem;
}

figure.wp-block-flexible-table-block-table.is-content-justification-center.table_item {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.item_taiou th {
  font-size: 0.8rem;
}

.item-links.three-column {
  gap: 10px;
}

.item-links img {
  width: 100%;
  max-width: 200px;
  height: auto;
}

.item-meyasu.two-column > div {
  max-width: 50%;
}
@media print, screen and (max-width: 639px) {
  .item-meyasu.two-column > div {
    max-width: 100%;
  }
}

.top_faq .c-entries--text .c-entry-summary__body > .c-entry-summary__meta {
  display: none;
}
.top_faq .smb-recent-posts.wp-block-snow-monkey-blocks-recent-posts .c-entries__item {
  background-color: #ffffff;
  margin-bottom: 10px;
}
.top_faq .c-entries--simple .c-entries__item, .top_faq .c-entries--text .c-entries__item, .top_faq .c-entries--text2 .c-entries__item {
  border-bottom: 0;
}
.top_faq .c-entries--simple, .top_faq .c-entries--text, .top_faq .c-entries--text2 {
  border-top: 0;
}
.top_faq .c-entries__item {
  color: var(--accent-color);
}
.top_faq .c-entry-summary__title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  padding-right: 1rem;
}
.top_faq .c-entry-summary__title::before {
  content: "Q";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--sub-accent-color);
  color: var(--accent-color);
  font-weight: bold;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 1rem;
}
.top_faq .c-entry-summary__header {
  position: relative;
}
.top_faq .c-entry-summary__header::after {
  content: "＞";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--accent-color);
  color: white;
  font-weight: bold;
  margin-left: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: absolute;
  top: 0;
  right: 1rem;
}
@media print, screen and (max-width: 639px) {
  .top_faq .c-entry-summary__header::after {
    display: none;
  }
}

.top_news .c-entry-summary__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media print, screen and (max-width: 639px) {
  .top_news .c-entry-summary__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top_news .c-entries--text2 .c-entry-summary__meta {
  margin-top: 0;
  color: var(--accent-color);
  font-weight: bold;
}

.section_top_message p {
  text-align: center;
}
@media print, screen and (max-width: 639px) {
  .section_top_message p {
    text-align: left;
  }
}

.l-footer {
  border-top: 0 !important;
}
.l-footer a {
  text-decoration: none;
}
.l-footer .c-container {
  max-width: 100% !important;
  width: 90vw;
  padding-left: 0;
  padding-right: 0;
}
.l-footer .l-footer-widget-area {
  padding-top: 0;
  padding-bottom: 0;
}
.l-footer .c-fluid-container {
  padding-left: 0;
  padding-right: 0;
}
.l-footer .smb-section-with-bgimage__bgimage {
  background-color: transparent;
}
.l-footer .wp-block-columns {
  max-width: 1080px;
  width: 90vw;
}
@media screen and (max-width: 1080px) {
  .l-footer .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-block: 1rem;
  }
}

.footer_low_column p {
  max-width: 1080px;
  width: 90vw;
}
.footer_low_column .widget_nav_menu :where(a) {
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.3em;
  line-height: 1.25rem;
}
@media print, screen and (max-width: 639px) {
  .footer_low_column .widget_nav_menu :where(a) {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}
.footer_low_column .widget_nav_menu :where(a):hover {
  text-decoration: none;
}
.footer_low_column .footer_menu_sub a {
  font-size: 1rem;
}
.footer_low_column .footer_menu_sub a::before {
  content: "-";
}

.footer_flex {
  /* レスポンシブデザイン */
}
@media print, screen and (max-width: 639px) {
  .footer_flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 1rem !important;
  }
}
.footer_flex .container {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 1rem;
}
.footer_flex .flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 1rem;
}
.footer_flex .column {
  text-align: center;
  white-space: nowrap;
}
.footer_flex .phone-info {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.12em;
  color: var(--accent-color) !important;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1;
}
.footer_flex .phone-info span.icon-phone {
  font-size: 0.8em;
  margin-right: 3px;
}
.footer_flex .office-hours {
  font-size: 14px;
  color: var(--accent-color) !important;
}
.footer_flex .button-container {
  position: relative;
}
.footer_flex .free-label {
  position: absolute;
  top: -25px;
  left: 40%;
  display: inline-block;
  font-size: 14px;
  color: var(--accent-color) !important;
  font-weight: bold;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 639px) {
  .footer_flex .free-label {
    left: 46%;
  }
}
.footer_flex .free-label:before,
.footer_flex .free-label:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  height: 1px;
  background: var(--accent-color) !important;
}
.footer_flex .free-label:before {
  right: 100%;
  margin-right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer_flex .free-label:after {
  left: 100%;
  margin-left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.footer_flex .header-button {
  display: inline-block;
  background: #55141d;
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (max-width: 639px) {
  .footer_flex .header-button {
    width: 100%;
  }
}
.footer_flex .header-button .icon-envelope-o:before {
  margin-right: 10px;
}
.footer_flex .header-button:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.footer_flex .line-icon {
  max-width: 60px;
  height: auto;
}
@media (max-width: 768px) {
  .footer_flex .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_flex .column {
    width: 100%;
    margin-bottom: 20px;
  }
}

.archive.category-faq .c-entry-summary__meta {
  display: none;
}
.archive.category-faq .c-entry-summary__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive.category-faq .c-entry-summary__header::before {
  content: "Q.";
  font-size: 3rem;
  font-weight: bold;
  font-family: "Arial Black";
  margin-right: 1.6rem;
  color: #349CF7;
}

/* 公開後微調整 */
@media (max-width: 768px) {
.page-id-16 .wp-block-snow-monkey-blocks-btn.alignright {
    max-width: 100%;
}

.page-id-16 .wp-block-columns.is-layout-flex{
  padding: 10px !important;
}
.page-id-16 .smb-section__contents-wrapper{
  max-width: 100%;
}
}
@media (max-width: 768px) {
body:not(.home) h4 {
    padding: 0.3em 0.3em;
}
}


/* 20250716_施工事例ページにキャンペーンを追加 */

.post-type-archive-case .c-entry__title {
    margin-top: 2rem;
}

.post-type-archive-case .monthly-campaign{
      margin-top: 50px;
}

/* 製品ページ */
.page-id-587 .c-entry__title {
    margin-top: 2rem;
}

.page-id-587 .monthly-campaign{
      margin-top: 50px;
}

/* 施工事例ページ末尾にショップリンクを追加 */

.item-links.item-links-end.three-column {
    justify-content: center;
}

.item-links-end.three-column > div{
  flex: 0 1 auto;
}

.item-detail-table th{
  white-space: nowrap;
}

.p-top_tejun a{
    text-decoration: none !important;
}

.p-top_tejun a:hover{
    text-decoration: underline !important;
}
/*# sourceMappingURL=style.css.map */