@media screen and (max-width: 599px) {
  /* スマホ専用スタイル */


/* ------------------------------------------------------------------- */
/* ------------------------------------------------------------------- */
/* 全ページ共通 */



/* ------------------------------------------------------------------- */
/* ------------------------------------------------------------------- */
/* TOPページ */
.top-subcopy {
  font-size: 14px;
}
.top-copy {
  font-size: 24px;
}
.top-copy-subtext {
  font-size: 16px;
}

.top-voice .p-postList__thumb{
  width: 120px;
  margin-right: 12px;
}
.top-voice .p-postList__title {
  font-size: 16px;
  margin-bottom: .5em;
}


.voice-comment-text {
  /* -webkit-line-clamp: 2; スマホで40文字想定 */
  display: none;
}
.top-voice .p-postList__meta {
  display: none;
}
.top-voice .voice-tag {
  margin-bottom: .5em;
  font-size: 12px;
}
.top-sns {
  margin: 0 8px !important;
  width: 105px !important;
}

/* SWELLの「もっと見る」ボタンをSWELLボタン風に */
.is-style-more_btn .btn_text {
  min-width: 64%;
}


/* ------------------------------------------------------------------- */
/* ------------------------------------------------------------------- */
/* サービスページ */

.service-faq > div > h2 {
  line-height: 1.7em;
}

/* ------------------------------------------------------------------- */
/* ------------------------------------------------------------------- */
/* 施工事例シングルページ */
.testimonial-quote {
  font-size: 14px;
}
.testimonial-customer {
  font-size: 15px;
}

/* ------------------------------------------------------------------- */
/* ------------------------------------------------------------------- */
/* お客様の声シングルページ */
.p-entry__thumb {
  height: 160px;
}

/* ------------------------------------------------------------------- */
/* ------------------------------------------------------------------- */
/* 東お家工房についてページ */

.about-feature .wp-block-media-text__content > h3 {
  font-size: 16px;
  margin-bottom: 1em;
}
.about-feature .wp-block-media-text__content > p {
  font-size: 14px;
}


/* ------------------------------------------------------------------- */
/* ------------------------------------------------------------------- */
/* 問い合わせページ */
.wpcf7 .form-required {
  font-size: 12px;
}


}