/* yubinbango p-country-name */
.p-country-name { display: none; }

/* ナビゲーション label */
.toggle__Label { cursor: pointer; }

/* 採用フォーム: その他の希望職種（JS で表示切替） */
#other_position_group { display: none; }

/* Google Maps iframe */
.c-map__iframe iframe { border: 0; }

/* 費用表示の単位 */
.price-unit { font-size: 70%; }

/* お問い合わせ確認画面: フィールド値 */
.contact-form__field-text { line-height: 1.78; }
.contact-form__field-text--message { line-height: 1.78; white-space: pre-line; word-break: break-word; }

/* トップページ・ご相談の流れ: ヘッダー文字 */
.main__header-info { opacity: 0; z-index: -1; }
.main__header-info.active { opacity: 1; z-index: 99; }
.f-subSmall { font-size: 30px; color: currentColor; }
.f-46_30 { font-size: 46px; }
@media only screen and (max-width: 768px) {
  .main__headline { font-size: 30px; padding-left: 0; }
  .f-subSmall { font-size: 22px; display: block; }
  .f-46_30 { font-size: 30px; }
}

/* 事務所紹介: Swiper スライド */
.imgSlide { --vaSpace: 25px; }
.imgSlide .swiper-slide img { width: 100%; }

/* トピック詳細: サイドバー文字サイズ */
@media (max-width: 768px) {
  .fDetail-sp { font-size: 16px; }
}
