@charset "utf-8";

/* レイアウト */
.inline-block {
  display: inline-block;
}

/* タブレット以下時のタイトルサイズや行間の調整 */
@media screen and (max-width: 991px) {
	.ttlsize-sp-md {
		font-size: 1.8rem !important;
	}
	.ttlsize-sp-sm {
		font-size: 1.3rem !important;
	}
}

/* 新ヘッダー */
.smb-section-with-bgimage__bgimage.smb-section-with-bgimage__bgimage--lg {
  z-index: -1;
}

.smb-media-text__figure {
  position: relative;
  z-index: -1;
}

/* タグ */
.tag-cloud-link {
  background: transparent;
  border: none;
}

/* パネルリンク */
.smb-panels__item__action a {
  display: inline-block;
  background: var(--accent-color);
  padding: .5em 1em;
  color: #fff;
}

/* ヘッダー */

.l-header .c-row {
  align-items: center;
}

.c-site-branding.c-site-branding--has-logo {
  display: flex;
  flex-direction: column;
}

.c-site-branding__title a {
  display: flex;
}

.c-site-branding__description {
  font-size: .875rem;
  margin-top: .75em;
}

.header_contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header_contact_tel {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 0 20px 0 0;
}

a.h_tel_btn {
  text-decoration: none;
  height: 50px;
}

span.h_tel_num {
  position: relative;
  font-weight: 700;
  font-size: 38px;
  font-weight: 500;
  color: #333;
  line-height: 1.3;
  display: flex;
  align-items: center;
}

span.h_tel_num:before {
  font-family: "Font Awesome 6 Free";
  font-size: 26px;
  font-weight: 700;
  content: '\f095';
  color: var(--accent-color);
  margin-top: .15em;
  margin-right: .2em;
}

span.h_tel_txt {
  font-size: 14px;
}

.header_contact_mail .h_mail_txt {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #FC6819;
}

.header_contact_mail .c-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  padding: .8rem 3rem .8rem 4rem;
  margin-bottom: 5px;
  color: #fff;
  background: var(--sub-accent-color);
  border-radius: 0;
}

.header_contact .c-btn_txt {
  position: relative;
}

.header_contact .c-btn_txt:before {
  font-family: "Font Awesome 6 Free";
  font-size: 1.25rem;
  font-weight: 400;
  content: '\f0e0';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-145%, -45%)
}

.header_contact .c-btn_txt:after {
  font-family: "Font Awesome 6 Free";
  content: '\f105';
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(300%, -46%);
}

@media (min-width: 1024px) {

  .l-1row-header__branding,
  .l-1row-header__content,
  .l-2row-header__row:first-child {
    padding-top: .9rem;
    padding-bottom: .9rem;
  }
}

@media (max-width: 1200px) and (min-width: 1024px) {

  .c-site-branding .custom-logo,
  .wpaw-site-branding__logo .custom-logo {
    height: 60px;
    width: auto;
  }
}

@media (max-width: 1023px) {
  .l-header .c-row {
    align-items: center;
  }

  .c-site-branding__description {
    font-size: 14px;
    margin-top: .5em;
  }

  .c-row__col.c-row__col--fit.u-invisible-lg-up {
    padding-left: calc(var(--_space, 2.5rem)*0.25*var(--_margin-scale, 1));
  }

  .c-row__col.c-row__col--fit.u-invisible-md-down {
    display: flex !important;
    padding: 0;
  }

  .header_contact {
    display: none;
  }
}

@media (hover: hover) and (pointer: fine) {

  .header_contact_mail .c-btn:active,
  .header_contact_mail .c-btn:focus,
  .header_contact_mail .c-btn:hover {
    filter: brightness(110%);
  }
}

/* Gナビ

[data-has-global-nav=true] .l-2row-header__row:last-child {
  margin-top: 0;
}

.p-global-nav {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.p-drop-nav .p-global-nav .c-navbar {
  width: 1200px;
  justify-content: space-between;
}

.p-drop-nav .p-global-nav .c-navbar__item {
  flex: auto;
}

.p-global-nav .c-navbar {
  justify-content: center;
  height: 65px;
  box-shadow: 0 6px 8px -5px rgb(0 0 0 / 10%);
  width: 1200px;
  margin: 0 auto;
}

.p-global-nav .menu-item-185.c-navbar__item {
  flex: 0 1 60px;
}

.p-global-nav .c-navbar__item {
  flex: 0 1 calc(calc(1142px - 60px) / 6);
}

.p-global-nav .c-navbar__item>a {
  font-weight: 700;
  line-height: 1.6;
  padding: .25rem;
  margin: .6rem 0;
}

.p-global-nav li>a:not(.c-navbar__subitem>a) {
  border-left: 1px solid var(--accent-color);
  border-right: 1px solid var(--accent-color);
}

.p-global-nav li+li>a:not(.c-navbar__subitem>a) {
  border-left: unset;
}

.p-global-nav .c-navbar__item>.c-navbar__submenu {
  background: #fff;
  border-top: 3px solid var(--accent-color);
  border-radius: 5px;
  left: 50%;
  transform: translate(-50%, -6px);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 10%);
}

.p-global-nav .c-navbar__item[aria-haspopup=true]:before {
  border-bottom-color: var(--accent-color);
  transform: translateY(-6px);
}

.p-global-nav .c-navbar__subitem {
  color: #333;
}

.p-global-nav .c-navbar__subitem>a {
  font-weight: 700;
  transition: all .2s ease-out;
  font-size: .85em;
  text-align: center;
}

.p-drop-nav .c-navbar {
  width: 100vw;
}

@media (max-width: 1200px) {
  .p-global-nav .c-navbar__item {
    flex: 0 1 calc(calc(95vw - 60px) / 6);
  }

  .p-global-nav .c-navbar__item>a {
    font-size: 16px;
  }

  .p-global-nav .c-navbar__item>.c-navbar__submenu {
    font-size: 15px;
  }
}

@media (hover: hover) and (pointer: fine) {

  .p-global-nav .c-navbar__subitem:active,
  .p-global-nav .c-navbar__subitem:focus,
  .p-global-nav .c-navbar__subitem:hover {
    color: var(--accent-color);
  }
} */

@media screen and (max-width: 700px) {
	.l-header .p-global-nav {
		display: none;
	}
}


.c-entries--panel .c-entries__item {
  display: block;
}

.home .c-entry-tags {
  display: none;
}

/* ドロワーナビ */

.c-drawer {
  color: #333;
  background-color: #cbd8e0;
}

.c-drawer .c-hamburger-btn__bar {
  background-color: #333;
}

[id=drawer-nav].c-drawer--overall .c-drawer__inner {
  margin-top: 0;
}

.c-drawer__menu {
  display: flex;
  flex-direction: column;
}

.c-drawer__item>a,
.c-drawer__subitem>a {
  font-size: 16px;
}

.c-drawer__item:not(.menu-item-232) {
  border-bottom: 1px solid #dfdfdf;
}

.c-drawer__item.menu-item-232 {
  order: 10;
  margin-top: 1rem;
}

.c-drawer__subitem {
  border-top: 1px solid #dfdfdf;
}

.c-drawer__item:not(.menu-item-232)>a:before,
.c-drawer__subitem>a:before {
  font-family: "Font Awesome 6 Free";
  content: '\f0da';
  font-size: 16px;
  font-weight: 700;
  color: var(--accent-color);
  margin-right: .5em;
}

.c-drawer li.menu-item-232 a {
  color: #fff;
  background: #7d9eb2;
  background: linear-gradient(180deg, #abd7f3 0%, #7d9eb2 100%);
  border-radius: 6px;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-drawer li.menu-item-232 a:before {
  font-family: "Font Awesome 6 Free";
  font-size: 1.1rem;
  font-weight: 400;
  content: '\f0e0';
  line-height: 1.5;
  margin-right: 0.25em;
}

.c-drawer li.menu-item-232 a:after {
  font-family: "Font Awesome 6 Free";
  font-size: .75em;
  font-weight: 700;
  content: '\f054';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.c-drawer .c-ic-angle-right:before {
  border-color: #333;
}


/* 下層ヘッダー */

.c-page-header[data-has-image=true] {
  height: 250px;
}

.c-page-header__bgimage:before {
  content: "";
  background-color: var(--dark-accent-color);
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

h1.c-page-header__title {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  color: #fff;
  z-index: 2;
}

@media (max-width: 1023px) {
  .c-page-header[data-has-image=true] {
    height: 150px;
  }

  h1.c-page-header__title {
    font-size: 1.75rem;
  }
}

@media (max-width: 639px) {
  .c-page-header[data-has-image=true] {
    height: auto;
    min-height: 100px;
    padding: 1.2rem 0;
  }
  h1.c-page-header__title {
    font-size: 24px;
    line-height: 1.4;
  }
}


/* メインコンテンツ */

/* body.page-template-default .l-contents__inner {
  padding: 3em;
} */
[data-has-sidebar=true] .l-contents__inner {
  flex-wrap: nowrap;
}
@media (max-width: 1023px) {
  .l-contents__inner {
    margin-top: 1.8rem;
  }

  .l-contents__inner:last-child {
    padding-bottom: 2.4rem;
  }

  [data-has-sidebar=true] .l-contents__inner [data-is-content-widget-area=true]:first-child {
    margin-top: 0;
    margin-bottom: 1.8rem;
  }
}

@media (max-width: 639px) {
  .l-contents__inner {
    margin-top: 1.25rem;
  }

  .l-contents__inner:last-child {
    padding-bottom: 1.8rem;
  }
}


/* スリム幅1カラム */

.u-slim-width {
  max-width: 1100px !important;
}

.u-slim-width .l-contents__inner {
  padding-top: 0;
  padding-bottom: 0;
}

.u-slim-width .smb-section__inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}


/* セクション */

.wp-block-snow-monkey-blocks-section.smb-section,
.wp-block-snow-monkey-blocks-section-with-bgimage.smb-section {
  margin-top: 0;
}

@media (min-width: 1024px) {
  body:not(.home) .smb-section {
    padding-top: 3.6rem;
    padding-bottom: 5.4rem;
  }
}

@media (max-width: 1023px) {
  body:not(.home) .smb-section {
    padding-bottom: 2.7rem;
    padding-top: 1.8rem;
  }
}

@media (max-width: 639px) {
  body:not(.home) .smb-section {
    padding-bottom: 2.25rem;
    padding-top: 1.45rem;
  }
}

/* 新セクション見出し  */
.home .smb-section__title {
  --_font-size-level: 0;
}


/* 見出し */
.smb-section__title .sme-font-size,
.wp-block-heading .sme-font-size {
  line-height: initial;
}
@media (max-width: 639px) {
  .smb-section__title {
    line-height: 1.4;
  }
  .smb-box .wp-block-heading {
    padding-top: 0.5rem;
    line-height: 1.4;
  }
}

/* セクション見出し
h2.smb-section__title {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  padding: 0 40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

h2.smb-section__title:before {
  position: absolute;
  top: calc(50% - 1px);
  width: 30px;
  height: 6px;
  content: '';
  border-top: solid 2px var(--accent-color);
  border-bottom: solid 2px var(--accent-color);
  left: 0;
}

h2.smb-section__title:after {
  position: absolute;
  top: calc(50% - 1px);
  width: 30px;
  height: 6px;
  content: '';
  border-top: solid 2px var(--accent-color);
  border-bottom: solid 2px var(--accent-color);
  right: 0;
  background-color: transparent;
  margin-top: auto;
}

body:not(.home) h2.smb-section__title {
  font-size: 20px;
}

body:not(.home) h2.smb-section__title:before, body:not(.home) h2.smb-section__title:after {
  content: none;
}

@media (min-width: 640px) {
  h2.smb-section__title {
    font-size: 1.75rem;
    padding: 0 50px;
  }
  h2.smb-section__title:before, h2.smb-section__title:after {
    width: 40px;
  }
  body:not(.home) h2.smb-section__title {
    font-size: 1.5em;
  }
}

@media (min-width: 1024px) {
  h2.smb-section__title {
    font-size: 2.25rem;
    padding: 0 65px;
  }
  h2.smb-section__title:before, h2.smb-section__title:after {
    width: 50px;
  }
  body:not(.home) h2.smb-section__title {
    font-size: 2em;
  }
} */


/* 流れ */
.smb-step__item__number {
  background: var(--dark-accent-color);
  border-radius: 0;
  --_font-size-level: 3;
}

/* 見出し */

.p-entry-content>h2 {
  font-size: 24px;
  font-weight: 700;
  background: var(--dark-accent-color);
  color: #fff;
  padding: .5rem 1rem;
  position: relative;
}

.p-entry-content>h3 {
  font-size: 1.4em;
  font-weight: 700;
  color: var(--dark-accent-color);
  border-bottom: 1px solid var(--sub-accent-color);
  padding-bottom: 0.3em;
}

.p-entry-content>h4 {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--sub-accent-color);
}

.p-entry-content>h4:before {
  margin: 6px 0 14px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, var(--mh--color--primary-500) 0%, var(--mh--color--primary-500) 50%, var(--mh--color--primary-800) 50%, var(--mh--color--primary-800) 100%);
}

.p-entry-content>h5 {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .p-entry-content>h2 {
    font-size: 22px;
    margin-top: 2.7rem;
    margin-bottom: 1.25rem;
  }

  .p-entry-content>h3 {
    font-size: 20px;
    margin-top: 1.35rem;
  }

  .p-entry-content>h4 {
    font-size: 18px;
  }

  .p-entry-content>h5 {
    font-size: 17px;
  }
}

@media (max-width: 639px) {
  .p-entry-content>h2 {
    font-size: 18px;
    margin-top: 1.8rem;
    margin-bottom: 1.25rem;
  }

  .p-entry-content>h3 {
    font-size: 16px;
    margin-top: .9rem;
    margin-bottom: .65rem;
  }

  .p-entry-content>h4 {
    font-size: 15px;
  }

  .p-entry-content>h5 {
    font-size: 15px;
  }
}


/* リンク */

a {
  color: var(--sub-accent-color);
}


/* フォント */

@media (max-width: 1023px) {
  body {
    font-size: .875rem;
  }
}

@media (max-width: 639px) {
  body {
    font-size: .77778rem;
  }
}

.lineheight-nr {
  line-height: 1.4;
}
.lineheight-initial {
  line-height: initial;
}


/* テキスト両端揃え */

.c-entry__content p:not(.has-text-align-right):not(.has-text-align-center) {
  text-align: justify;
  text-justify: inter-ideograph;
}


/* 段落 */

@media (max-width: 1023px) {

  .p-entry-content>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
  .textwidget>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    margin-top: 1.25em;
  }

  .smb-accordion__item__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
  .smb-balloon__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
  .smb-box__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
  .smb-container__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
  .smb-faq__item__answer__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
  .smb-information__item__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
  .smb-items__item--free>.smb-items__item__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
  .smb-media-text__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
  .smb-panels__item--block-link>.smb-panels__item__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
  .smb-panels__item--free>.smb-panels__item__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
  .smb-section__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
  .smb-spider-contents-slider__item>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
  .smb-step__item__summary>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
  .smb-tab-panel__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    margin-top: 1.25em;
  }
}


/* リスト */

ul>li::marker {
  color: var(--accent-color);
}

.is-style-sme-ordered-list-circle li:before,
.is-style-sme-ordered-list-square li:before {
  background-color: #fff;
  border: 1px solid #333;
  top: 8px;
}

ul.red-annot {
  color: #f84a00;
}

ul.list-circle-sub {
  padding-left: 1em;
  text-indent: -1em;
}

ul.list-circle-sub>li:before {
  content: none;
}

@media (max-width: 1023px) {

  .is-style-sme-ordered-list-circle li:before,
  .is-style-sme-ordered-list-square li:before {
    top: 4px;
  }
}

@media (max-width: 639px) {

  .is-style-sme-ordered-list-circle li:before,
  .is-style-sme-ordered-list-square li:before {
    top: 3px;
  }
}


/* ボタン */

button,
input,
keygen,
select,
textarea {
  font-family: inherit;
}

.smb-btn {
  position: relative;
  font-weight: 700;
  color: #fff;
  background-color: var(--sub-accent-color);
  border-radius: 0;
  padding: .6em 3em .6em 3em;
  transition: all .2s ease-out;
}

.smb-btn__label {
  position: relative;
}

.smb-btn:after {
  font-family: "Font Awesome 6 Free";
  content: '\f105';
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-200%, -47%);
}

@media (max-width: 639px) {
  .smb-btn {
    padding: .5rem 2rem .5rem 1.25rem;
  }
}

@media (hover: hover) and (pointer: fine) {

  .smb-btn:active,
  .smb-btn:focus,
  .smb-btn:hover {
    filter: unset;
    background: #cbd8e0;
  }

  .c-btn:active,
  .c-btn:focus,
  .c-btn:hover,
  .snow-monkey-posts__more:active,
  .snow-monkey-posts__more:focus,
  .snow-monkey-posts__more:hover {
    filter: brightness(110%);
  }
}


/* パネル */

.smb-panels__item {
  border-radius: 8px;
}

.smb-panels__item__body {
  padding: 1.35em;
}

.smb-panels__item__title {
  font-size: 1.15rem;
}

.smb-panels__item__content {
  font-size: 1rem;
}

@media (hover: hover) and (pointer: fine) {

  .smb-panels__item:active,
  .smb-panels__item:focus,
  .smb-panels__item:hover {
    box-shadow: 0 7px 20px 3px rgb(0 0 0 / 15%);
  }
}


/* カラム */

@media (max-width: 781px) {
  .wp-block-columns {
    gap: 1em !important;
  }
}


/* メディアとテキスト */
.smb-media-text__title {
  line-height: 1.2;
}
@media (max-width: 639px) {
  .smb-media-text .c-row--margin {
    margin-bottom: -.9rem;
  }

  .smb-media-text .c-row--margin>.c-row__col {
    margin-bottom: .9rem;
  }

  .smb-media-text .smb-media-text__title+.smb-media-text__body {
    margin-top: .9rem;
  }
}


/* Q&A

.smb-faq__item__question__label,
.smb-faq__item__answer__label {
  font-size: 1.5em;
  background: #f3fafe;
  border: 1px solid #CEE6F4;
  border-radius: 50vw;
  display: flex;
  flex: 0 0 1.75em;
  height: 1.75em;
  justify-content: center;
  align-items: center;
  padding-bottom: .25em;
  margin-top: -.25em;
  margin-right: .5em;
}

.smb-faq__item__answer__label {
  background: #FFFAF3;
  border: 1px solid #FFDDB4;
}

.smb-faq__item__question__body {
  font-size: 1.25em;
  margin-top: -.25em;
} */

/* アコーディオンQ&A */

.faq .smb-accordion__item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

.faq .smb-accordion__item:not(:first-child) {
  margin-top: 1.35em;
}

.smb-accordion__item__title {
  font-weight: bold;
}

.faq .smb-accordion__item__title {
  display: flex;
  background: #fff;
  padding: 1em 1.25em 1em 1em;
  gap: .75em;
  transition: all .2s ease-out;
}

.smb-accordion__item__title:before {
  content: "Q";
  font-weight: 400;
  font-size: 1.5em;
  color: var(--accent-color);
  flex: 0 0 1.75em;
  height: 1.75em;
}

.faq.smb-accordion .smb-accordion__item__control:checked+.smb-accordion__item__title {
  background-color: #f3fafe;
}

.faq.smb-accordion .smb-accordion__item__control:checked+.smb-accordion__item__body,
.faq.smb-accordion .smb-accordion__item__control:checked+.smb-accordion__item__title+.smb-accordion__item__body {
  position: relative;
  display: flex !important;
  flex-direction: row;
  padding: 1em 1.5em 1em 1em;
  gap: .75em;
}

/* .smb-accordion__item__body.is-layout-constrained.wp-block-accordion-item-is-layout-constrained:before {
  content: "A";
  font-size: 1.5em;
  color: var(--sub-accent-color);
  flex: 0 0 1.75em;
  height: 1.75em;
  font-weight: 400;
} */

.smb-accordion__item__body.is-layout-constrained.wp-block-accordion-item-is-layout-constrained>* {
  margin-left: 0;
}

.faq .faq-area-box .wp-block-group {
  gap: .25em 1.8em !important;
}

@media (max-width: 1023px) {
  .faq .smb-accordion__item__body>.wp-block-group>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    margin-top: 1.25rem;
  }
}

@media (max-width: 639px) {
  .faq .smb-accordion__item .smb-accordion__item__title {
    padding: .5rem .75rem;
  }

  .faq.smb-accordion .smb-accordion__item__control:checked+.smb-accordion__item__body,
  .faq.smb-accordion .smb-accordion__item__control:checked+.smb-accordion__item__title+.smb-accordion__item__body {
    padding: .75rem 1.5rem .75rem .75rem;
  }
}


/* 画像 */


/* Chrome・Operaのみに適用 */

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}


/* テーブル */

tr th {
  font-weight: 700;
}

tr th .has-sm-small-font-size {
  font-size: x-small !important;
}

.wp-block-flexible-table-block-table figcaption {
  font-size: smaller;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
  background-color: var(--sub-accent-color) !important;
  color: #fff;
}

@media (max-width: 639px) {

  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    font-size: 14px !important;
    padding: .5em !important;
  }
}


/* ボックス */

@media (max-width: 639px) {
  .smb-box {
    padding: .9rem;
  }
}


/* カテゴリータブ */
/* 
.c-entry-summary__term {
  font-size: 12px;
  font-weight: 700;
  color: inherit;
  background: none;
  padding: 0;
} */

.c-entry-summary__meta {
  display: none;
}


/* スマホ改行 */

@media (min-width: 640px) {
  br.sp {
    display: none;
  }
  .hide-pc {
    display: none;
  }
}
@media (max-width: 641px) {
  br.sp {
    display: none;
  }
  .hide-sp {
    display: none;
  }
}

@media (min-width: 1024px) {
  br.tb {
    display: none;
  }
}

@media (max-width: 1024px) {
  br.pc {
    display: none;
  }
}


/* 回り込み解除 */

.clear-both {
  clear: both;
}


/* トップ | MV */

.mv {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mv .c-container {
  height: 600px;
}

.mv .c-row {
  height: 600px;
  position: relative;
}

.mv .c-row__col.c-row__col--lg-1-3 {
  flex: 0 1 450px;
  max-width: 450px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0;
  margin-bottom: 0;
}

.mv .c-row__col.c-row__col--lg-2-3 {
  flex: 0 1 calc(100% - 450px);
  max-width: calc(100% - 450px);
  margin-bottom: 0;
}

.mv .smb-media-text__figure>img {
  height: 600px;
  width: auto;
}

h2.mv_catch {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: .35rem;
  line-height: 1.8;
  margin-bottom: 1rem;
  white-space: nowrap;
}

.mv_feature ul {
  font-size: 36px;
  font-weight: 700;
  padding-left: .2em;
}

.mv_feature ul>li {
  border-bottom: 5px dotted var(--accent-color);
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.mv_feature ul>li>.smb-list__icon {
  position: relative;
  top: unset;
  left: 0;
  margin-right: .5em;
}

.mv_feature ul>li>.smb-list__icon>svg {
  position: relative;
  z-index: 1;
}

.mv_feature ul>li>.smb-list__icon:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

@media (max-width: 1200px) {
  .mv .c-container {
    height: 500px;
  }

  .mv .c-row {
    height: 500px;
  }

  .mv .c-row__col.c-row__col--lg-1-3 {
    flex: 0 1 400px;
    max-width: 400px;
  }

  .mv .c-row__col.c-row__col--lg-2-3 {
    flex: 0 1 calc(100% - 400px);
    max-width: calc(100% - 400px);
  }

  .mv .smb-media-text__figure>img {
    height: 500px;
  }

  h2.mv_catch {
    font-size: 40px;
    font-size: clamp(40px, 3.75vw, 44px);
    margin-bottom: 1.35rem;
  }

  .mv_feature ul {
    font-size: 30px;
  }

  .mv_feature ul>li>.smb-list__icon:before {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1023px) {
  .mv .c-container {
    height: 380px;
  }

  .mv .c-row {
    height: 380px;
  }

  .mv .c-row__col.c-row__col--lg-1-3 {
    flex: 0 1 250px;
    max-width: 250px;
  }

  .mv .c-row__col.c-row__col--lg-2-3 {
    flex: 0 1 calc(100% - 250px);
    max-width: calc(100% - 250px);
  }

  .mv .smb-media-text__figure>img {
    height: 360px;
  }

  h2.mv_catch {
    font-size: 24px;
    font-size: clamp(24px, 4vw, 36px);
    letter-spacing: .3rem;
  }

  .mv_feature ul {
    font-size: 18px;
    font-size: clamp(18px, 2.75vw, 25px);
  }

  .mv_feature ul>li>.smb-list__icon:before {
    width: 10px;
    width: clamp(10px, 1.75vw, 18px);
    height: 10px;
    height: clamp(10px, 1.75vw, 18px);
  }
}

@media (max-width: 639px) {
  .mv .c-container {
    height: 300px;
  }

  .mv .smb-media-text>.c-row {
    height: 300px;
  }

  .mv .c-row__col.c-row__col--lg-1-3 {
    flex: 0 1 200px;
    max-width: 200px;
  }

  .mv .c-row__col.c-row__col--lg-2-3 {
    flex: 0 1 calc(100% - 200px);
    max-width: calc(100% - 200px);
  }

  .mv .smb-media-text__figure>img {
    height: 300px;
  }

  h2.mv_catch {
    font-size: 22px;
    font-size: clamp(22px, 4.75vw, 28px);
    letter-spacing: .025rem;
    line-height: 1.6;
  }

  .mv_feature ul {
    font-size: 15px;
    font-size: clamp(15px, 2.75vw, 18px);
  }
}

@media (max-width: 500px) {
  .mv .c-row__col.c-row__col--lg-1-3 {
    flex: 100%;
    max-width: 100%;
  }

  .mv .c-row__col.c-row__col--lg-2-3 {
    position: absolute;
    flex: 100%;
    max-width: 100%;
  }

  .mv .c-row__col.c-row__col--lg-2-3>.smb-media-text__body {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .mv .smb-media-text__figure>img {
    height: 280px;
    height: clamp(280px, 68vw, 300px);
  }

  h2.mv_catch {
    font-size: 22px;
    font-size: clamp(22px, 5.5vw, 28px);
    margin-right: 0;
  }

  .mv_feature {
    width: 290px;
    background: rgba(255, 255, 255, 0.9);
    padding: .75em;
  }

  .mv_feature ul {
    font-size: 16px;
  }

  .mv_feature ul>li {
    border-bottom: 3px dotted var(--accent-color);
  }
}


/* トップ | サービス */

.svc .smb-panels__item__body>h3 {
  font-size: 18px;
  font-weight: 700;
  background: #cbd8e0;
  border-radius: 50px;
  padding: .2em;
}

.svc .smb-panels__item__body>figure {
  padding: 0;
}

.svc .smb-panels__item__body>p {
  margin-top: 1.35em !important;
}

@media (min-width: 640px) {
  .svc .smb-panels__item__body>h3 {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .svc .smb-panels__item__body>h3 {
    font-size: 23px;
  }

  .svc .smb-panels__item__body>p {
    font-size: 16px;
  }
}


/* トップ | About */

.about .about-item-txt .smb-items__item__body>h2 {
  font-weight: 700;
  margin-bottom: 1em;
}

@media (min-width: 640px) {
  .about .c-row>.c-row__col.about-item-img {
    flex: 0 1 40%;
    max-width: 40%;
  }

  .about .c-row>.c-row__col.about-item-txt {
    flex: 0 1 60%;
    max-width: 60%;
  }

  .about .about-item-img .smb-items__item__body>figure>img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: 60% 50%;
  }

  .about .about-item-txt .smb-items__item__body>h2 {
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  .about .about-item-txt .smb-items__item__body>h2 {
    font-size: 36px;
  }
}

/* トップ | コラム */
.home #column .c-entries--panel .c-entries__item {
	display: flex;
}
.home #column .c-entries--panel .c-entries__item .c-entry-summary__figure {
  margin-bottom: 0;
}
.home #column .c-entries--panel .c-entries__item .c-entry-summary__figure::before {
  padding: 0;
  aspect-ratio: 16 / 9;
}

/* トップ | バナー */

.bnr.smb-section {
  margin-bottom: 2.7rem;
}

.bnr .smb-items__banner__body {
  padding: 1em;
}

.bnr .smb-items__banner__title {
  font-size: 16px;
  font-weight: 700;
  text-shadow: 2px 2px 4px #333;
}

@media (min-width: 640px) {
  .bnr .smb-items__banner__title {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .bnr.smb-section {
    margin-bottom: 5.4rem;
  }

  .bnr .smb-items__banner__title {
    font-size: 24px;
  }
}




/* 全ページ下部 | お問い合わせ */

.contact.wp-block-snow-monkey-blocks-section-with-bgimage {
  padding: 2.7rem 0 3.6rem;
}

.contact h2.smb-section__title {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  padding: 0;
  margin-bottom: .5em;
  word-break: keep-all;
}

.contact h2.smb-section__title:before,
.contact h2.smb-section__title:after {
  content: none;
}

.contact .c-row--fill>.c-row__col {
  display: contents;
}

.contact .smb-panels__item {
  max-width: 900px;
}

.contact .smb-panels__item__body {
  padding: 1.8rem;
}

.contact .contact-btn-ttl {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: .25em;
}

.contact .wp-block-snow-monkey-blocks-buttons.smb-buttons {
  margin-top: .1rem;
}

.contact .contact-tel-btn .smb-btn {
  position: relative;
  font-size: 42px;
  line-height: 1.25;
  color: #333;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0 10px 0 40px;
}

.contact .contact-tel-btn .smb-btn__label:before {
  font-family: "Font Awesome 6 Free";
  content: '\f095';
  font-size: 32px;
  font-weight: 900;
  color: var(--accent-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-120%, -46%);
}

.contact .contact-tel-btn .smb-btn:after {
  content: none;
}

.contact p.has-text-align-center.contact-tel-time {
  font-size: .875em;
  margin-top: .5rem;
}

.contact p.has-text-align-center.contact-sub-txt {
  margin-top: 1.25rem;
}

.contact .contact-mail-btn .smb-btn {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
  border: none;
  width: 320px;
  height: 75px;
  padding: 25px 50px 25px 55px;
  padding: 1em 2.75em 1em 3em;
  margin-top: .25em;
  background: var(--sub-accent-color);
}

.contact .contact-mail-btn .smb-btn__label:before {
  font-family: "Font Awesome 6 Free";
  content: '\f0e0';
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-140%, -46%);
}

@media (max-width: 1023px) {
  .contact h2.smb-section__title {
    font-size: 1.75rem;
  }

  .contact .smb-panels__item__body>.smb-items>.c-row>.c-row__col:nth-child(1) {
    flex: 0 1 100%;
    max-width: 100%;
  }

  .contact .smb-panels__item__body>.smb-items>.c-row>.c-row__col:nth-child(2) {
    flex: 0 1 100%;
    max-width: 100%;
  }

  .contact p.has-text-align-center.contact-tel-time {
    margin-bottom: 0;
  }
}

@media (max-width: 639px) {
  .contact.wp-block-snow-monkey-blocks-section-with-bgimage {
    padding: 1.35rem 0 1.8rem;
  }

  .contact h2.smb-section__title {
    font-size: 24px;
  }

  .contact .smb-section__header+.smb-section__body {
    margin-top: 1.35rem;
  }

  .contact .smb-panels__item__body {
    padding: 1.35rem;
  }

  .contact .contact-btn-ttl {
    font-size: 16px;
  }

  .contact .contact-tel-btn .smb-btn {
    font-size: 30px;
  }

  .contact .contact-tel-btn .smb-btn__label:before {
    font-size: 22px;
  }

  .contact .contact-mail-btn .smb-btn {
    font-size: 16px;
    width: 240px;
    height: 60px;
  }

  .contact .contact-mail-btn .smb-btn__label:before {
    font-size: 22px;
  }
}

@media (hover: hover) and (pointer: fine) {

  .contact .contact-mail-btn .smb-btn:active,
  .contact .contact-mail-btn .smb-btn:focus,
  .contact .contact-mail-btn .smb-btn:hover {
    filter: brightness(110%);
  }
}


/* 代表者挨拶 */

.greeting-media-txt .smb-media-text__figure {
  box-shadow: 6px 6px #cbd8e0;
}

@media (min-width: 1024px) {
  .greeting-media-txt .smb-media-text__figure>img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: 60% 50%;
  }
}

@media (max-width: 639px) {
  .logo-mark {
    margin-right: 1.35em !important;
    margin-bottom: 1.35em !important;
  }

  .logo-mark>img {
    width: 90px;
  }
}


/* サービス一覧 */

.svc-panel .smb-panels__item {
  box-shadow: var(--smb-panels--item-box-shadow);
}

.svc-panel .smb-panels__item__body>h3 {
  font-size: 18px;
  font-weight: 700;
  background: #cbd8e0;
  border-radius: 50px;
  padding: 0.2em;
}

.svc-panel .wp-block-column>.svc-panel-txt {
  margin-bottom: 2.7em;
}

.svc-panel .wp-block-column>.svc-panel-link {
  font-size: small;
  color: #999;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.svc-panel .wp-block-column>.svc-panel-link:after {
  font-family: "Font Awesome 6 Free";
  content: '\f35a';
  font-weight: 400;
  font-size: 16px;
  color: var(--accent-color);
  margin-left: .25em;
}

@media (min-width: 640px) {
  .svc-panel .smb-panels__item__body>h3 {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .svc-panel .smb-panels__item__body>h3 {
    font-size: 23px;
  }
}


/* 各サービス */

.svc-inpage-btn {
  border: 1px solid #ddd;
  border-top: 3px solid var(--accent-color);
  border-radius: 0 0 6px 6px;
}

.svc-inpage-btn .c-row__col:not(:first-child) .smb-btn {
  border-left: 1px solid #ddd !important;
}

.svc-inpage-btn .c-row__col .smb-btn {
  color: #333;
  border-radius: 0;
}

.svc-inpage-btn .c-row__col .smb-btn:after {
  color: var(--accent-color);
  content: '\f358';
  font-weight: 400;
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
  margin-left: .5em;
  margin-right: -.5em;
}

.worry-box {
  display: flex;
  flex-direction: column;
  gap: 1em !important;
}

.worry-box>h3 {
  font-size: 16px;
  font-weight: 700;
  word-break: keep-all;
}

ul.svc-annot {
  font-size: smaller;
  margin-top: .5em !important;
}

.syomentenpu .smb-accordion__item {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.syomentenpu .smb-accordion__item__title {
  font-weight: 700;
  background: #fff;
  padding: 0.5em 1em;
  transition: background .2s ease-out;
}

.syomentenpu .smb-accordion__item__control:checked+.smb-accordion__item__title {
  background: #cbd8e0;
}

.syomentenpu .smb-accordion__item__title__label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 1em;
  gap: 0.75em;
}

.syomentenpu .smb-accordion__item__title__label:before {
  font-family: "Font Awesome 6 Free";
  font-size: 22px;
  font-weight: 400;
  content: '\f15c';
  color: var(--accent-color);
}

.syomentenpu .smb-accordion__item__body {
  padding: 1em 1.25em 1.25em !important;
}

.syomentenpu .smb-accordion__item__body>.smb-list {
  margin-top: .6em;
}

@media (max-width: 639px) {
  .svc-inpage-btn .c-row__col:not(:first-child) .smb-btn {
    border-left: unset !important;
    border-top: 1px solid #ddd !important;
  }

  .svc-inpage-btn>.c-row {
    margin-bottom: 0;
  }

  .svc-inpage-btn>.c-row>.c-row__col {
    margin-bottom: 0;
  }
}

@media (min-width: 640px) {
  .worry-box {
    flex-direction: row;
  }

  .worry-box>h3 {
    font-size: 18px;
    flex-basis: 135px;
  }

  .syomentenpu .smb-accordion__item__title__label:before {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .worry-box {
    font-size: 17px;
  }

  .worry-box>h3 {
    font-size: 20px;
    flex-basis: 155px;
  }

  .syomentenpu .smb-accordion__item__title__label:before {
    font-size: 28px;
  }
}

/* サービス ｜ サービス詳細 */
.page.service #detail .smb-panels__item {
	display: flex;
	flex-direction: column;
}
.page.service #detail .smb-panels__item__body {
	display: flex;
  flex-direction: column;
  height: 100%;
}
.page.service #detail .smb-panels__item__content {
	margin-bottom: 1.2rem;
}
.page.service #detail .smb-panels__item__action {
	margin-top: auto;
}
/* サービス ｜ サービスの特徴 */
.page.service #features .smb-section__body .smb-media-text__title {
  line-height: 1;
}
.page.service #features .smb-section__body .smb-media-text__title .sme-font-size {
  line-height: initial;
}

/* セットアップオフィスコンサルティング ｜ 導入事例 */
@media screen and (max-width: 1022px) {
  .page.consulting #case .pt-0 {
    padding-top: 0;
  }
  .page.consulting #case .smb-section__subtitle {
    padding-top: 1.5rem;
  }
}


/* 選ばれる理由 */

.rzn-media-txt .smb-media-text__figure {
  text-align: center;
}

.rzn-media-txt .smb-media-text__figure>img {
  max-width: 200px;
}

@media (min-width: 1024px) {
  .rzn-media-txt .smb-media-text__figure>img {
    aspect-ratio: 10 / 8;
    object-fit: cover;
  }
}


/* ご依頼の流れ */

.flow-panel .c-row--margin>.c-row__col {
  margin-bottom: 3.6em;
  position: relative;
}

.flow-panel .c-row--margin>.c-row__col:not(:last-child):after {
  content: "";
  width: 0;
  height: 0;
  border-right: 1.5em solid transparent;
  border-left: 1.5em solid transparent;
  border-top: 1.5em solid rgba(255, 223, 128, 0.3);
  border-bottom: 1.5em solid transparent;
  position: absolute;
  bottom: 0 !important;
  left: 50%;
  transform: translate(-50%, 130%);
}

.flow-panel .smb-panels__item {
  border: 1px solid #ddd;
  box-shadow: none;
}

.flow-panel .smb-panels__item__body {
  padding: 1.35em;
}

.flow-panel figure {
  padding: 0;
}

.flow-panel figure>img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.flow-title {
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0 1em !important;
}

.flow-title h3.flow-heading {
  font-weight: 700;
  font-size: 16px;
  border-bottom: 4px solid #cbd8e0;
  padding-bottom: 0.25em;
  flex: 1 1 auto;
}

.flow-title .sme-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  width: 3.75em;
  height: 3.75em;
  color: #333;
  background: #cbd8e0 !important;
  border: 1px solid var(--accent-color);
  border-radius: 50px !important;
  margin-top: 5px;
}

.flow-panel .wp-block-column>p+ul {
  margin-top: .75em;
}

@media (min-width: 640px) {
  .flow-title h3.flow-heading {
    font-size: 20px;
  }
}

@media (min-width: 782px) {
  .flow-panel .wp-block-columns {
    flex-direction: row-reverse;
  }

  .flow-panel figure>img {
    aspect-ratio: 4 / 3;
  }
}

@media (min-width: 1024px) {
  .flow-title h3.flow-heading {
    font-size: 24px;
  }
}

@media (max-width: 639px) {
  .flow-title h3.flow-heading {
    line-height: 1.5;
  }
}


/* よくあるご質問（ページ） */
.page.faq .smb-accordion__item__title {
  line-height: 1.55;
}
/* よくあるご質問

.faq-accordion .smb-accordion__item {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.faq-accordion .smb-accordion__item:not(:first-child) {
  margin-top: 1.5em;
}

.faq-accordion .smb-accordion__item__title {
  font-weight: 700;
  background: #fff;
  padding: .5em 1em;
  transition: background .2s ease-out;
}

.faq-accordion .smb-accordion__item__control:checked+.smb-accordion__item__title {
  background: #cbd8e0;
}

.faq-accordion .smb-accordion__item__title__label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 1em;
  gap: .75em;
}

.faq-accordion .smb-accordion__item__title__label:before {
  content: "Q";
  font-size: 22px;
  color: var(--accent-color);
  margin-top: -.15em;
}

.faq-accordion .smb-accordion__item__body {
  padding: 1em 1.25em 1.25em !important;
}

@media (min-width: 640px) {
  .faq-accordion .smb-accordion__item__title__label:before {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  .faq-accordion .smb-accordion__item__title__label:before {
    font-size: 32px;
  }
} */


/* 事務所紹介 */

.about-img .smb-items__item__body>figure>img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gmap {
  height: 300px;
}

.access .smb-items__item,
.access .smb-items__item__body,
.access .access-box {
  height: 100%;
}

.access-box .smb-box__body>h3 {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 4px dotted #cbd8e0;
  padding-bottom: .5em;
  margin-bottom: .75em;
}

.access-box .smb-box__body>h3:before {
  color: var(--accent-color);
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  font-weight: 700;
  margin-right: .5em;
}

.access-box.train .smb-box__body>h3:before {
  content: '\f239';
}

.access-box.car .smb-box__body>h3:before {
  content: '\f1b9';
}

@media (min-width: 640px) {
  .gmap {
    height: 350px;
  }

  .access-box .smb-box__body>h3 {
    font-size: 18px;
  }

  .access-box .smb-box__body>h3:before {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .gmap {
    height: 400px;
  }

  .access-box .smb-box__body>h3 {
    font-size: 20px;
  }

  .access-box .smb-box__body>h3:before {
    font-size: 22px;
  }
}


/* プライバシーポリシー */

ol.pp-list>li>ul {
  list-style: none;
  padding-left: 0;
}

ol.pp-list>li>ul>li>ul {
  list-style: none;
}

ol.pp-list>li>ul>li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}


/* 2カラム */

[data-has-sidebar=true] .c-entry__content {
  --wp-block-width: 100%;
}

@media (min-width: 64em) {
  [data-has-sidebar=true] .l-contents__main {
    width: calc(100% - 260px - var(--_space, 1.76923rem)*2*var(--_margin-scale, 1));
  }

  [data-has-sidebar=true] .l-contents__sidebar {
    margin: 0;
    flex: none;
    width: 260px;
  }
}


/* サイドバー */

.l-contents__sidebar .c-widget:not(.widget_search) {
  border: 1px solid #ddd;
  border-radius: 0;
  overflow: hidden;
}

.l-contents__sidebar h2.c-widget__title {
  display: block;
  font-weight: 700;
  text-align: center;
  background: var(--dark-accent-color);
  padding: .5rem;
  margin-bottom: 0;
  color: #fff;
}

.custom-html-widget .side_contact_content {
  margin-top: 0;
  padding: .75rem .75rem 1rem;
  ;
}


/* サイドバー | お問い合わせ */

.side_contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5px !important;
}

.side_contact_txt {
  font-size: 15px;
  text-align: center;
}

.side_contact_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.side_contact_mail .c-btn {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  width: 230px;
  padding: 15px 30px 15px 40px;
}

.side_contact_mail .c-btn {
  background: var(--sub-accent-color);
  color: #fff;
  margin-top: .75rem;
  border-radius: 0;
}

.side_contact_mail .c-btn_txt:before {
  font-family: "Font Awesome 6 Free";
  font-size: 22px;
  font-weight: 400;
  content: '\f0e0';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(140%, -42%);
}

.side_contact_mail .c-btn:after {
  font-family: "Font Awesome 6 Free";
  content: '\f105';
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-150%, -46%);
}

.side_contact_tel {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: .5rem;
}

.side_contact_tel_num {
  padding-left: 24px;
}

.side_tel_btn {
  text-decoration: none;
  height: 43px;
}

.side_tel_num {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
}

.side_tel_num:before {
  font-family: "Font Awesome 6 Free";
  font-size: 22px;
  font-weight: 900;
  content: '\f095';
  color: var(--accent-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-120%, -40%);
}

.side_tel_txt {
  font-size: 14.5px;
  line-height: 1.5;
  margin-top: .25rem;
}


/* サイドバー | リスト */

.l-contents__sidebar .widget_nav_menu ul,
.l-contents__sidebar .widget_archive ul,
.l-contents__sidebar .widget_categories ul {
  padding: .25rem 1rem 1rem;
}

.l-contents__sidebar .widget_nav_menu ul li,
.l-contents__sidebar .widget_archive ul li,
.l-contents__sidebar .widget_categories ul li {
  border-bottom: 1px solid #dfdfdf;
}

.l-contents__sidebar .widget_nav_menu ul li:not(:first-child),
.l-contents__sidebar .widget_archive ul li:not(:first-child),
.l-contents__sidebar .widget_categories ul li:not(:first-child) {
  margin-top: 0;
}

.l-contents__sidebar .widget_nav_menu ul a,
.l-contents__sidebar .widget_archive ul a,
.l-contents__sidebar .widget_categories ul a {
  display: inline-block;
  padding: .75rem 0;
}

.l-contents__sidebar .widget_nav_menu svg {
  color: var(--accent-color);
  width: 20px;
  margin-right: .25rem;
}

.l-contents__sidebar button.children-expander {
  margin: .75rem 0;
}

.l-contents__sidebar .widget_categories .children,
.l-contents__sidebar .widget_nav_menu .sub-menu,
.l-contents__sidebar .widget_pages .children {
  border-top: 1px solid #dfdfdf;
  border-bottom: unset;
  padding: 0;
  margin: unset;
}

.l-contents__sidebar .widget_categories .children>li,
.l-contents__sidebar .widget_nav_menu .sub-menu>li,
.l-contents__sidebar .widget_pages .children>li {
  padding-left: 1rem;
}

.l-contents__sidebar .widget_categories .children>li:last-child,
.l-contents__sidebar .widget_nav_menu .sub-menu>li:last-child,
.l-contents__sidebar .widget_pages .children>li:last-child {
  border-bottom: unset;
}

.l-contents__sidebar .widget_categories .children[data-is-hidden=true] {
  display: block;
}

.l-contents__sidebar .widget_categories .children[data-is-hidden=false] {
  display: none;
}

.l-contents__sidebar .widget_categories .children-expander[data-is-expanded=false] {
  right: 0;
  transform: rotate(-90deg);
}

.l-contents__sidebar .widget_categories .children-expander[data-is-expanded=true] {
  right: 0;
  transform: rotate(90deg);
}

.l-contents__sidebar .tagcloud {
  padding: 0 .5rem .5rem;
}

@media (max-width: 1023px) {
  .l-contents__sidebar {
    display: none;
  }
}


/* アーカイブページ | 共通 */

body.archive .c-entries--simple .c-entries__item>a {
  padding: 1.35rem .9rem;
  transition: all .2s;
}

body.archive .c-entry-summary__title {
  font-weight: 700;
}

body.archive .c-entry-summary__body {
  display: flex;
  flex-direction: column;
}

body.archive .c-entry-summary__meta {
  order: 1;
  margin-top: 0;
  margin-bottom: .45rem;
}

body.archive .c-entry-summary__header {
  order: 2;
}

body.archive .c-entry-summary__content {
  order: 3;
}

body.archive .c-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
}

body.archive .c-meta__item--published {
  font-size: small;
  font-weight: 400;
  color: #333;
}

body.archive .c-entries__item>a:not(:only-child) {
  padding-bottom: 1rem;
}

body.archive .c-entry-tags {
  display: none;
}

@media (max-width: 1023px) {
  body.archive .c-entries--simple .c-entries__item>a {
    padding: .9rem .45rem;
  }
}

@media (max-width: 639px) {
  body.archive .c-entries--simple .c-entries__item>a {
    padding: .75rem .35rem;
  }

  body.archive .c-entry-summary__header {
    margin-bottom: 0;
  }

  body.archive .c-entry-summary__title {
    font-size: 16px;
  }
}


/* アーカイブ | お知らせ */

body.category-topics .c-entry-summary__figure {
  display: none;
}

body.category-topics .c-entry-summary__meta .c-meta__item--categories {
  display: inline-flex;
}

body.category-topics .c-entry-summary__content {
  display: none;
}

body.category-topics .c-entry-summary__header {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  body.category-topics .c-entry-summary__title {
    font-size: 18px;
  }
}


/* アーカイブ | ブログ */

body.post-type-archive-blog .c-entry-summary__figure>.c-entry-summary__term {
  display: none;
}

body.post-type-archive-blog .c-entry-summary__meta .c-meta__item--categories {
  display: block;
}

@media screen and (max-width: 639px) {
  .blog .c-entries--simple .c-entries__item {
    padding-bottom: 1rem;
  }
  .blog .c-entries--simple .c-entries__item > a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .blog .c-entries--simple .c-entry-summary__figure {
    float: none;
    width: 100%;
    aspect-ratio: 1 / 0.56;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .blog .c-entries--simple .c-entry-summary__title {
    font-size: .95rem;
  }
}


/* 投稿ページ | 共通 */

body.post-template-default header.c-entry__header,
body.blog-template-default header.c-entry__header {
  border: 1px solid #ddd;
  border-left: 4px solid var(--accent-color);
  padding: .75em 1em;
  margin-bottom: 2.25rem;
  display: flex;
  flex-direction: column-reverse;
}

body.post-template-default h1.c-entry__title,
body.blog-template-default h1.c-entry__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

body.post-template-default ul.c-meta,
body.blog-template-default ul.c-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
}

body.post-template-default .c-entry__meta,
body.blog-template-default .c-entry__meta {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: .5rem;
}

body.post-template-default .c-meta__item:not(:last-child),
body.blog-template-default .c-meta__item:not(:last-child) {
  margin-right: 1em;
}

body.post-template-default .c-meta__item--published svg,
body.blog-template-default .c-meta__item--published svg {
  display: none;
}

body.post-template-default .c-meta__item--categories svg,
body.blog-template-default .c-meta__item--categories svg {
  display: none;
}

body.post-template-default li.c-meta__item--categories,
body.blog-template-default li.c-meta__item--categories {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  background: #cbd8e0;
  border: 1px solid var(--accent-color);
  line-height: 1;
  padding: .3rem .5rem .35rem;
}

li.c-meta__item--modified {
  display: none;
}

li.c-meta__item--author {
  display: none;
}

.p-related-posts .c-entry-summary__title {
  font-size: .85rem
}

@media (max-width: 1023px) {

  body.post-template-default h1.c-entry__title,
  body.blog-template-default h1.c-entry__title {
    font-size: 24px;
  }
}

@media (max-width: 639px) {

  body.post-template-default header.c-entry__header,
  body.blog-template-default header.c-entry__header {
    margin-bottom: 1rem;
  }

  body.post-template-default h1.c-entry__title,
  body.blog-template-default h1.c-entry__title {
    font-size: 20px;
    padding-bottom: 1rem;
  }
}


/* 投稿ページ | 前後ボタン */

.c-prev-next-nav {
  justify-content: space-between;
  margin-top: 2.7em;
}

.c-prev-next-nav__item {
  width: 150px;
  height: 45px;
  text-align: center;
}

.c-prev-next-nav__item>a {
  color: #555;
  background: #fff;
  border: 1px solid var(--accent-color);
  border-radius: 6px;
  padding: 0;
}

.c-prev-next-nav__item-figure {
  display: none;
}

.c-prev-next-nav__item-title {
  display: none;
}

.c-prev-next-nav__item-label {
  font-size: 14px;
  font-weight: 400;
}

.c-prev-next-nav__item-label>svg {
  margin: 0 .25rem;
}

.c-prev-next-nav__item--next .c-prev-next-nav__item-label>svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(200%, -50%);
}

.c-prev-next-nav__item--prev .c-prev-next-nav__item-label>svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-200%, -50%);
}

@media (max-width: 639px) {
  .c-prev-next-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .c-prev-next-nav__item:not(:first-child) {
    margin-top: unset;
  }
}


/* フッターウィジェット */

.l-footer {
  background-color: var(--light-sub-accent-color);
}

.l-footer .wpaw-site-branding {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.l-footer .wpaw-site-branding__description {
  margin-top: .75em;
}

.l-footer .wpaw-site-branding .f-tel {
  margin-top: 0;
}

.l-footer h2.c-widget__title {
  display: none;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #444;
  background-color: #fff;
  border: 1px solid var(--accent-color);
  border-radius: 50px;
  padding: 0.15rem;
  margin-bottom: 1.25rem;
}

.l-footer ul#menu-footer-sitemap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 2.5;
}

.l-footer .widget_nav_menu li.menu-item {
  flex: 0 1 33.33333%;
  max-width: 33.33333%;
  margin-top: 0;
  font-feature-settings: "palt";
  white-space: nowrap;
}

.l-footer ul#menu-footer-sitemap li>a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  content: '\f0da';
  color: var(--accent-color);
  display: inline-block;
  text-decoration: none;
  margin-right: 0.35em;
}

@media (max-width: 639px) {
  .l-footer .wpaw-site-branding__description {
    font-size: 14px;
    margin-top: .5em;
  }

  .l-footer h2.c-widget__title {
    font-size: 16px;
  }

  .l-footer ul#menu-footer-sitemap {
    font-size: 13px;
  }
  .l-footer ul#menu-footer-sitemap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .2rem 1rem;
  }
  .l-footer .widget_nav_menu li.menu-item {
    flex: none;
    width: 100%;
    max-width: none;
  }
}


/* フッターCTA */
.l-contents__bottom-cta {
  margin-top: 5em;
}

.p-footer-cta[aria-hidden=true] {
  visibility: visible !important;
  opacity: 1 !important;
}

.p-footer-cta[aria-hidden=true] * {
  visibility: visible !important;
  opacity: 1 !important;
}

#footer-sticky-nav.p-footer-cta {
  background-color: transparent;
  padding-bottom: 0;
  box-shadow: 0 0px 7px 1px rgb(0 0 0 / 15%);
}

.p-footer-cta .c-container {
  padding: 0;
}

.p-footer-cta .c-row--md-margin {
  margin: 0;
}

.p-footer-cta .c-row__col.c-row__col--1-2 {
  padding: 0;
  margin: 0;
}

.p-footer-cta__close-btn {
  display: none;
}

.p-footer-cta .c-btn {
  font-weight: 700;
  height: 50px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
}

.p-footer-cta .p-footer-cta__primary-btn {
  background: var(--accent-color);
  background: linear-gradient(180deg, #cbd8e0 0%, #7d9eb2 100%);
}

.p-footer-cta .p-footer-cta__secondary-btn {
  background: #7d9eb2;
  background: linear-gradient(180deg, #cbd8e0 0%, #7d9eb2 100%);
}

.p-footer-cta .c-btn:before {
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
}

.p-footer-cta .p-footer-cta__primary-btn:before {
  font-weight: 700;
  content: '\f095';
}

.p-footer-cta .p-footer-cta__secondary-btn:before {
  font-weight: 400;
  content: '\f0e0';
}

@media (min-width: 1024px) {
  .p-footer-cta {
    display: none;
  }
}

@media (max-width: 639px) {
  .p-footer-cta .c-btn {
    font-size: 15px;
    height: 40px;
    background: var(--dark-accent-color);
  }

  .p-footer-cta .c-btn:before {
    font-size: 16px;
  }
}


/* フッターコピーライト */

.l-footer .c-copyright {
  text-align: center;
  background: var(--dark-accent-color);
  height: 50px;
  padding-top: .7rem;
  padding-bottom: .7rem !important;
}

@media (max-width: 1023px) {
  .l-footer .c-copyright {
    height: 100px;
    padding-top: 12px;
  }
}

@media (max-width: 639px) {
  .l-footer .c-copyright {
    font-size: 15px;
    height: 80px;
    padding-top: 7px;
  }
}


/* ページトップボタン */

#page-top {
  position: fixed;
  right: 0;
  bottom: 0 !important;
  z-index: 999;
}

body.page-id-135 #page-top {
  display: none;
}

@media (max-width: 1023px) {
  #page-top {
    bottom: 50px !important;
  }
}

@media (max-width: 639px) {
  #page-top {
    bottom: 43px !important;
  }
}

/* ヘッダーSP */
@media (max-width: 639px) {
  .c-navbar {
    display: none;
  }

  .contact-page.smb-section .contact-line>figure img {
    width: 120px;
  }
}


/* お問い合わせページ */

.contact-page.smb-section .smb-section__body>h2 {
  font-weight: 700;
  text-align: center;
  background: var(--dark-accent-color);
  color: #fff;
  padding: .25em 0;
}

.contact-page.smb-section .contact-btn-ttl+p {
  margin-top: .5em;
}

.contact-page.smb-section .contact-line {
  gap: 1em !important;
}

.contact-page.smb-section .contact-line>figure {
  padding: 0;
}

@media (max-width: 639px) {
  .contact-page.smb-section .smb-section__body>h2 {
    font-size: 18px;
  }

  .contact-page.smb-section .contact-line>figure img {
    width: 120px;
  }
}


/* お問い合わせフォーム */

.wpcf7 .c-form {
  display: flex;
  flex-direction: column;
}

.wpcf7 .c-form .form__row {
  display: flex;
  flex-direction: row;
}

.wpcf7 .c-form>.form__row:first-child {
  border-top: 1px solid #ddd;
}

.wpcf7 .c-form>.form__row {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.wpcf7 .c-form .form__label {
  flex: 0 0 250px;
  display: flex;
  align-items: center;
  font-weight: 700;
  background: #f0f0f1;
  border-right: 1px solid #ddd;
  padding: 1em;
}

.wpcf7 .c-form .form__label label {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wpcf7 .c-form .form__label label::before {
  display: block;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid var(--dark-accent-color);
  font-size: .7em;
  padding: 0 .5em;
  margin-right: .75em;
}

.wpcf7 .c-form .form__label.is-required label::before {
  content: "必須";
  color: #fff;
  background: var(--dark-accent-color);
}

.wpcf7 .c-form .form__label.optional label::before {
  content: "任意";
  color: var(--dark-accent-color);
}

.wpcf7 .c-form .form__body {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 1em;
}

.wpcf7 .c-form .form__body .wpcf7-form-control-wrap {
  flex: 1 1 auto;
}

.wpcf7-not-valid-tip {
  font-size: small;
}

.wpcf7 .privacy-policy-txt {
  font-size: smaller;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
}

@media (max-width: 1023px) {
  .wpcf7 .c-form .form__row {
    flex-direction: column;
  }

  .wpcf7 .c-form .form__label {
    flex: 0 0 auto;
    padding: .5em 1em;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
}

@media (max-width: 639px) {
  .contact-form .smb-section__fixed-background {
    background: #fff !important;
  }

  .wpcf7 .c-form {
    background: unset;
  }
}


/* テキストフィールド */

.wpcf7 .c-form input[type=text],
.wpcf7 .c-form input[type=tel],
.wpcf7 .c-form input[type=email],
.wpcf7 .c-form input[type=url],
.wpcf7 .c-form input[type=date],
.wpcf7 .c-form input[type=number],
.wpcf7 .c-form textarea {
  width: 100%;
  margin: 0;
  padding: .5em 1em;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/* テキストフィールド プレースホルダー */

.wpcf7 .c-form input[type=text]::placeholder,
.wpcf7 .c-form input[type=tel]::placeholder,
.wpcf7 .c-form input[type=email]::placeholder,
.wpcf7 .c-form input[type=url]::placeholder,
.wpcf7 .c-form input[type=date]::placeholder,
.wpcf7 .c-form input[type=number]::placeholder,
.wpcf7 .c-form textarea::placeholder {
  color: #ccc;
}

.wpcf7 .c-form input[type=text]:-ms-input-placeholder,
.wpcf7 .c-form input[type=tel]:-ms-input-placeholder,
.wpcf7 .c-form input[type=email]:-ms-input-placeholder,
.wpcf7 .c-form input[type=url]:-ms-input-placeholder,
.wpcf7 .c-form input[type=date]:-ms-input-placeholder,
.wpcf7 .c-form input[type=number]:-ms-input-placeholder,
.wpcf7 .c-form textarea:-ms-input-placeholder {
  color: #ccc;
}

.wpcf7 .c-form input[type=text]::-ms-input-placeholder,
.wpcf7 .c-form input[type=tel]::-ms-input-placeholder,
.wpcf7 .c-form input[type=email]::-ms-input-placeholder,
.wpcf7 .c-form input[type=url]::-ms-input-placeholder,
.wpcf7 .c-form input[type=date]::-ms-input-placeholder,
.wpcf7 .c-form input[type=number]::-ms-input-placeholder,
.wpcf7 .c-form textarea::-ms-input-placeholder {
  color: #ccc;
}


/* テキストフィールド フォーカス時 */

.wpcf7 .c-form input[type=text]:focus,
.wpcf7 .c-form input[type=tel]:focus,
.wpcf7 .c-form input[type=email]:focus,
.wpcf7 .c-form input[type=url]:focus,
.wpcf7 .c-form input[type=date]:focus,
.wpcf7 .c-form input[type=number]:focus,
.wpcf7 .c-form textarea:focus {
  outline: 0;
  border: 1px #888 solid;
}


/* ラジオボックス */

.wpcf7 .c-form .form__body .wpcf7-list-item {
  margin: 0 1.25em 0 .25em;
}


/* 日付 */

.wpcf7 .row-date .form__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.wpcf7 .row-date .preferred-date>p {
  display: flex;
  flex-direction: row;
  margin-left: .25em;
}

.wpcf7 .row-date .preferred-date:not(:last-child) {
  margin-bottom: 1em;
}

.wpcf7 .row-date .preferred-date span:first-child {
  padding-top: 3px;
}

.wpcf7 .row-date .preferred-date span:not(:first-child) {
  margin: 0 0 0 1em;
}

.wpcf7 .c-form input[type=date] {
  width: 160px;
  height: 40px;
  padding: .25em .5em;
}

.wpcf7 .row-date .preferred-date .wpcf7-select {
  text-align: center;
  text-align: -webkit-center;
  width: 100px;
  height: 40px;
}

@media (max-width: 1023px) {
  .wpcf7 .c-form input[type=date] {
    width: 130px;
    height: 35px;
  }

  .wpcf7 .row-date .preferred-date .wpcf7-select {
    width: 75px;
    height: 35px;
  }
}

@media (max-width: 639px) {
  .wpcf7 .row-date .preferred-date {
    font-size: 13px;
  }

  .wpcf7 .c-form input[type=date] {
    width: 110px;
    height: 30px;
  }

  .wpcf7 .row-date .preferred-date .wpcf7-select {
    width: 70px;
    height: 30px;
  }
}


/* ドロップダウンメニュー */

.wpcf7 .wpcf7-form-control-wrap .form__body {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.wpcf7 .wpcf7-form-control-wrap .wpcf7-select {
  border: 1px solid #ccc;
  margin-right: .1rem;
}

.wpcf7 .wpcf7-form-control-wrap .wpcf7-select:focus-visible {
  outline: unset;
  border: 1px solid #888;
}


/* 送信ボタン */

.submit-area-txt {
  padding-bottom: 0.75rem;
}

.wpcf7 .submit-area {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
}

.wpcf7 .c-form .submit-btn {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s ease-out;
}

.wpcf7 .c-form .submit-btn:after {
  font-family: "Font Awesome 6 Free";
  content: '\f105';
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-200%, -50%);
}

.wpcf7 .c-form input[type="submit"] {
  cursor: pointer;
  padding: 1rem 2.5rem 1rem 2rem;
  border-radius: 0;
  border: none;
  background: var(--sub-accent-color);
  font-size: 1rem;
  font-weight: 700;
  box-sizing: border-box;
  transition: all .2s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7-spinner {
  position: absolute;
  margin: 0 0 0 1rem;
  top: 50%;
  transform: translate(0, -50%);
}

@media (max-width: 1023px) {
  .wpcf7 .c-form input[type="submit"] {
    font-size: .875rem;
  }
}

@media (max-width: 639px) {
  .wpcf7 .c-form input[type="submit"] {
    font-size: .77778rem;
    padding: .75rem 2rem .75rem 1.25rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .wpcf7 .c-form input[type="submit"]:hover {
    filter: brightness(110%);
  }
}


/* お問い合わせ完了ページ */

.contact-thx .contact-thx-msg {
  font-size: 32px;
  font-weight: 700;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.contact-thx .smb-box {
  background: #fff;
  border: 0.35em solid #cbd8e0;
  padding: 2.7em 1.8em;
}

@media (max-width: 1023px) {
  .contact-thx .contact-thx-msg {
    font-size: 26px;
  }
}

@media (max-width: 639px) {
  .contact-thx .contact-thx-msg {
    font-size: 20px;
    margin-bottom: .9rem;
  }

  .contact-thx .smb-box {
    padding: 1.35rem;
  }
}


/* リキャプチャ */

@media (max-width: 639px) {
  .grecaptcha-badge {
    bottom: 50px !important;
  }
}

/* ボタンボックス */
.custom-btn-box .smb-btn {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .smb-btn-box__lede {
    font-size: .9rem;
  }
  .custom-btn-box .smb-btn {
    font-size: 1rem;
  }
}