@charset "UTF-8";
/* ==================================================

<目次>
 1.汎用クラス
 2.パーツ
 3.ヘッダー・フッター
 4.トップページ
 5.下層ページ

=================================================== */
/* ==================================================

 1.汎用クラス

 ================================================== */
/* margin-top */
.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;
}

/* margin-bottom */
.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;
}

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

.pb0 {
  padding-bottom: 0 !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;
  }
}

/* flex */
.u-flex_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-flex_align_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-flex_justify_center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.u-flex_justify_end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.u-link_flex_justify_end a {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.u-filter_white {
  -webkit-filter: brightness(0) invert(1) !important;
          filter: brightness(0) invert(1) !important;
}

.u-text_sub_color {
  color: var(--wp--preset--color--sm-sub-accent) !important;
}

@media screen and (max-width: 639px) {
  .u-flex_justify_center_sp {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .u-text_align_left_sp {
    text-align: left !important;
  }
}
/* ==================================================

 2.パーツ

================================================== */
.c-page-header {
  background: #eee;
}

.c-link_tel a {
  font-size: 2rem;
  line-height: 1.3;
  text-decoration: none !important;
}
.c-link_tel a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

.c-link_text a {
  text-decoration: none !important;
}
.c-link_text a:hover {
  text-decoration: underline !important;
  opacity: 0.8;
}

/* 見出し
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3 !important;
}

/*h1*/
body:not(.home) .l-container .c-page-header {
  color: var(--wp--preset--color--sm-accent);
  background-color: #e0efe1;
  border-top: 1px solid #52B567;
  border-bottom: 1px solid #52B567;
  margin-inline: auto;
  padding-bottom: var(--_padding1);
  padding-top: var(--_padding1);
}

/*h2*/
body:not(.home) h2:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title) {
  border-bottom: 1px solid #e0efe1;
  border-left: 4px solid var(--wp--preset--color--sm-accent);
  padding: 0.5em;
  background: #f6f9e9;
}

/*h3*/
body:not(.home) h3:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.c-entry-summary__title) {
  color: #6d4f2b;
  border-bottom: 2px solid #f6f9e9;
  padding: 0.5em;
  position: relative;
}
body:not(.home) h3:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.c-entry-summary__title)::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px var(--wp--preset--color--sm-accent);
  bottom: -2px;
  left: 0;
  width: 40%;
}

/*h4*/
body:not(.home) h4:not(.is-style-plain) {
  color: var(--wp--preset--color--sm-sub-accent);
}
body:not(.home) h4:not(.is-style-plain)::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--wp--preset--color--sm-sub-accent);
  margin-right: 0.5em;
}

body:not(.home) .p-entry-content > h2 {
  -_margin-top: calc(var(--_h2-margin-top) * 1.75);
  --_margin-bottom: calc( var(--_h2-margin-bottom) * 1.75 );
}
body:not(.home) .p-entry-content > h3 {
  -_margin-top: calc(var(--_h3-margin-top) * 1.75);
  --_margin-bottom: calc( var(--_h3-margin-bottom) * 1.75 );
}

@media screen and (max-width: 639px) {
  /*h1*/
  body:not(.home) .c-page-header .c-page-header__title {
    font-size: 1.5rem;
  }
  body:not(.home) .l-contents__main .c-entry__title {
    font-size: 1.5rem;
  }
  body:not(.home) h2:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title) {
    font-size: 1.5rem;
  }
}
/* アイコン
---------------------------------------- */
.c-icon a::before {
  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;
  margin-right: 8px;
  height: 100%;
}

.c-icon_phone a::before {
  width: 0.75em;
  height: 0.75em;
  display: inline-block;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS4wODUiIGhlaWdodD0iMjUuMDg1IiB2aWV3Qm94PSIwIDAgMjUuMDg1IDI1LjA4NSI+PHBhdGggZD0iTTEyLjU0MiwwYTEyLjU0MiwxMi41NDIsMCwxLDAsMTIuNTQzLDEyLjU0MkExMi41NDMsMTIuNTQzLDAsMCwwLDEyLjU0MiwwbTYuNDQyLDE3LjkxNS0uMzA4LjMwNS0zLjMtMy4zLS4wMjMtLjAyM2MuMTM3LS4xMzQuMjgtLjI3OC40MTUtLjQxOGEuOTcxLjk3MSwwLDAsMSwxLjM4Ni0uMDEybDEuODI1LDEuODIyYTEuMTUyLDEuMTUyLDAsMCwxLDAsMS42MjJtLS43MjkuNzI5LS4zNjEuMzU5Yy0uOC43OTQtNC44NDUuMjMzLTguNDQ1LTMuMzY3cy00LjE2MS03LjY1LTMuMzY3LTguNDQ4bC4zNTktLjM1OCwzLjMzNCwzLjMzM2MtLjAzOS4wNDUtLjA3Mi4wODctLjEuMTIzLS4zOTQuNTExLjQsMS41MzcsMiwzLjEzczIuNjE5LDIuMzg3LDMuMTMsMS45OTNjLjAzNi0uMDMuMDc4LS4wNjMuMTIzLS4xbDMuMzI1LDMuMzI1Wm0tNy42NTMtOS4zMzJjLS4xNC4xMzQtLjI4Ny4yNzgtLjQxOC40MTRsLTMuMzE5LTMuMzE5LjMwNS0uMzA2YTEuMTUsMS4xNSwwLDAsMSwxLjYyMiwwbDEuODIyLDEuODI1YS45NzEuOTcxLDAsMCwxLS4wMTIsMS4zODYiIGZpbGw9IiMwMDAiLz48L3N2Zz4=") no-repeat center;
  mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS4wODUiIGhlaWdodD0iMjUuMDg1IiB2aWV3Qm94PSIwIDAgMjUuMDg1IDI1LjA4NSI+PHBhdGggZD0iTTEyLjU0MiwwYTEyLjU0MiwxMi41NDIsMCwxLDAsMTIuNTQzLDEyLjU0MkExMi41NDMsMTIuNTQzLDAsMCwwLDEyLjU0MiwwbTYuNDQyLDE3LjkxNS0uMzA4LjMwNS0zLjMtMy4zLS4wMjMtLjAyM2MuMTM3LS4xMzQuMjgtLjI3OC40MTUtLjQxOGEuOTcxLjk3MSwwLDAsMSwxLjM4Ni0uMDEybDEuODI1LDEuODIyYTEuMTUyLDEuMTUyLDAsMCwxLDAsMS42MjJtLS43MjkuNzI5LS4zNjEuMzU5Yy0uOC43OTQtNC44NDUuMjMzLTguNDQ1LTMuMzY3cy00LjE2MS03LjY1LTMuMzY3LTguNDQ4bC4zNTktLjM1OCwzLjMzNCwzLjMzM2MtLjAzOS4wNDUtLjA3Mi4wODctLjEuMTIzLS4zOTQuNTExLjQsMS41MzcsMiwzLjEzczIuNjE5LDIuMzg3LDMuMTMsMS45OTNjLjAzNi0uMDMuMDc4LS4wNjMuMTIzLS4xbDMuMzI1LDMuMzI1Wm0tNy42NTMtOS4zMzJjLS4xNC4xMzQtLjI4Ny4yNzgtLjQxOC40MTRsLTMuMzE5LTMuMzE5LjMwNS0uMzA2YTEuMTUsMS4xNSwwLDAsMSwxLjYyMiwwbDEuODIyLDEuODI1YS45NzEuOTcxLDAsMCwxLS4wMTIsMS4zODYiIGZpbGw9IiMwMDAiLz48L3N2Zz4=") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.c-link_icon_calendar a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  gap: 4px;
}
.c-link_icon_calendar a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_calendar_white.svg) no-repeat center;
}

.icon_chevron_right a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon_chevron_right a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 20px;
  vertical-align: middle;
  background: url(../img/icon_chevron_right.svg) no-repeat center;
}

/* テーブル
---------------------------------------- */
/* テーブル_左見出し */
.table_rows th {
  background-color: #fdfff6 !important;
  color: #333 !important;
  width: 30%;
}
@media print, screen and (min-width: 1200px) {
  .table_rows th {
    width: 300px;
  }
}
.table_rows td {
  vertical-align: top;
}
.table_rows td:first-child {
  font-weight: 700;
  background-color: #fdfff6;
  color: #333 !important;
}
@media print, screen and (min-width: 1200px) {
  .table_rows 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%;
    text-align: left;
  }
}

/* Contact Form 7
---------------------------------------- */
.p-contactform table {
  width: 100%;
  border-collapse: collapse;
}
@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_captcha_wrap .p-contactform_captcha {
  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;
  margin-top: 16px;
}

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;
  font-weight: normal;
  font-size: 0.8rem;
  content: "必須";
}

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

@media screen and (min-width: 640px) {
  .c-faq_columns {
    border-right: 1px solid var(--_lighter-color-gray);
    border-left: 1px solid var(--_lighter-color-gray);
  }
  .c-faq_columns .smb-faq__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .c-faq_columns .smb-faq__item {
    padding-right: var(--_padding1);
    padding-left: var(--_padding1);
  }
  .c-faq_columns .smb-faq__item:nth-child(even) {
    border-left: 1px solid var(--_lighter-color-gray);
  }
}
/* ==================================================

 3.ヘッダー・フッター

 ================================================== */
/* ヘッダー
---------------------------------------- */
.l-1row-header .p-global-nav .c-navbar > .c-navbar__item {
  color: var(--wp--preset--color--sm-sub-accent);
}
.l-1row-header .p-global-nav .c-navbar > .c-navbar__item:not(:last-child) {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-1row-header .p-global-nav .c-navbar > .c-navbar__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #52B567;
}
.l-1row-header .p-global-nav .c-navbar > .c-navbar__item.sm-nav-menu-item-highlight {
  border-radius: 3em;
  background-color: var(--wp--preset--color--sm-sub-accent);
}
.l-1row-header .p-global-nav .c-navbar > .c-navbar__item.sm-nav-menu-item-highlight:hover {
  opacity: 0.8;
}
.l-1row-header .p-global-nav .c-navbar > .c-navbar__item > a {
  padding: var(--_padding-2) var(--_padding-1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.l-1row-header .p-global-nav .c-navbar > .c-navbar__item > a:hover {
  opacity: 0.8;
}

.p-header-sub-nav {
  position: absolute;
  right: calc((100vw - 1080px) / 2);
  top: 8px;
}

.p-drop-nav .sm-nav-menu-item-highlight {
  background-color: var(--wp--preset--color--sm-sub-accent) !important;
}

.c-drawer {
  background-color: rgba(82, 181, 103, 0.9019607843);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.c-drawer a {
  font-weight: bold;
}
.c-drawer .c-drawer__submenu .menu-item > a::before {
  content: "-";
  padding-right: 4px;
}

.c-drawer--highlight-type-background-color .c-drawer__item.sm-nav-menu-item-highlight {
  background-color: var(--wp--preset--color--sm-sub-accent);
  margin-left: 0;
  margin-right: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 16px;
  border-radius: 10px;
}

@media (max-width: 1080px) {
  .p-header-sub-nav {
    right: 32px;
  }
}
@media (min-width: 1024px) {
  .l-1row-header {
    margin-top: 22px;
    margin-bottom: 16px;
  }
  .l-1row-header .c-row {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media not all and (min-width: 1024px) {
  .l-header--sticky-sm {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
/* フッター
---------------------------------------- */
.l-footer {
  border-top: none;
  background-color: #52B567;
}
.l-footer .l-footer-widget-area {
  padding-top: 0 !important;
}
.l-footer .c-fluid-container {
  padding-left: 0;
  padding-right: 0;
}
.l-footer .l-footer-widget-area__item {
  margin-bottom: 0;
}
.l-footer .c-copyright--inverse {
  background-color: #52B567;
}

/* ==================================================

 4.トップページ

================================================== */
.home h2::before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  aspect-ratio: 1/1;
  background-color: currentColor;
  border-radius: 50%;
  margin-right: 0.25em;
}
.home .smb-section__title {
  color: #52B567;
}

.p-home_news_inner {
  -webkit-box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5em;
}
.p-home_news_inner .c-entries--text {
  padding-bottom: var(--entries--gap);
  padding-top: var(--entries--gap);
  border-top: none;
}
.p-home_news_inner .c-entries--text .c-entries__item {
  border-bottom: none;
}
.p-home_news_inner .c-entries--text .c-entries__item > a {
  padding-bottom: 4px;
  padding-top: 4px;
}
.p-home_news_inner .c-entries--text .c-entries__item .c-entry-summary__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.p-home_news_inner .c-entries--text .c-entries__item .c-entry-summary__header::after {
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  background: url(../img/icon_chevron_right.svg) no-repeat center;
}
.p-home_news_inner .c-entries--text .c-entries__item .c-meta__item--published {
  color: var(--wp--preset--color--sm-sub-accent);
}

.p-home_service_list {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
}
.p-home_service_list .smb-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.p-home_service_list .smb-btn::before {
  content: "";
  display: block;
  width: 28px;
  height: 24px;
  background: url(../img/icon_tooth.svg) no-repeat center center/contain;
}
.p-home_service_list .smb-btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  background: url(../img/icon_chevron_right.svg) no-repeat center;
}

.p-home_feature_inner figure {
  position: relative;
}
.p-home_feature_inner figcaption {
  width: 100%;
  min-height: 4em;
  line-height: 1.3;
  position: absolute;
  bottom: -16px;
  background-color: #52B567;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 4px 8px;
}

.p-home_faq_list .c-entries--text {
  border-top: none;
}
.p-home_faq_list .c-entries--text .c-entries__item {
  border-bottom: none;
}
.p-home_faq_list .c-entries--text .c-entries__item + .c-entries__item {
  margin-top: 16px;
}
.p-home_faq_list a {
  padding-left: 16px;
  padding-right: 32px;
  line-height: 1.3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 3em;
  position: relative;
}
.p-home_faq_list a:hover {
  opacity: 0.8;
}
.p-home_faq_list a::before {
  content: "Q";
  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;
  color: #fff;
  background-color: #52B567;
  width: 1.5em;
  height: 1.5em;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.p-home_faq_list a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 20px;
  vertical-align: middle;
  background: url(../img/icon_chevron_right.svg) no-repeat center;
  position: absolute;
  right: 16px;
}

@media screen and (max-width: 639px) {
  .p-home_news_inner {
    border-radius: 20px;
  }
  .p-home_news_inner .wp-block-heading {
    padding-top: 1em;
  }
  .p-home_service_list {
    grid-template-columns: 1fr;
    gap: 16px !important;
  }
}
/* ==================================================

 5.下層ページ

 ================================================== */
/* 投稿者と更新日時を非表示 */
.c-meta__item--author {
  display: none !important;
}

.p-service_details_list .smb-items__item {
  border-radius: 10px;
}
.p-service_details_list .smb-items__item:hover {
  background-color: #f6f9e9 !important;
}
.p-service_details_list .smb-items__item__body {
  position: relative;
}
.p-service_details_list .smb-items__item__body::after {
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  background: url(../img/icon_chevron_right.svg) no-repeat center;
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.p-service_details_list .smb-items__item__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.p-service_details_list .smb-items__item__title::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 24px;
  background: url(../img/icon_tooth.svg) no-repeat center center/contain;
}