@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/* LP CTA ボタン中央配置 */
.lp-content .cta-action {
  justify-content: center;
}

/* LP CTA ボタンテキスト切り替え（PC/SP） */
.lp-content .cta-text-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .lp-content .cta-text-pc {
    display: none;
  }
  .lp-content .cta-text-sp {
    display: inline;
  }
}

/* LP CTAリード文の太字修正 */
.lp-content .cta-lead {
  font-weight: normal;
}
.lp-content .cta-lead strong {
  font-weight: bold;
}


/* LP FV スマホ表示調整 */
@media screen and (max-width: 767px) {
  .lp-content .fv {
    margin-top: -60px;
  }
}

/* パンくずリストのアイコンを非表示 */
#breadcrumb li:first-child a::before {
  display: none;
}

/* helper クラスのカーソル */
.helper {
  cursor: pointer;
}

/* LP CTA SANGOテーマの余分なスタイルを削除 */
.lp-content .cta {
  padding: 0;
}
.lp-content .cta-case {
  margin-top: 0;
  margin-bottom: 0;
}

