@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600;700&display=swap');

/* ===== メインタイトル ===== */

h1{
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif!important;
  font-weight:700!important;
  line-height:1.35!important;
  letter-spacing:.04em!important;
  color:#102653!important;
  background:none!important;
  text-shadow:none!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  border-radius:0!important;
}

/* フォントだけ適用。文字色はHirameki側を優先 */
h1 *{
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif!important;
  font-weight:700!important;
  line-height:1.35!important;
  letter-spacing:.04em!important;
}

/* 左上の水色ラインを消す */
h1:before{
  display:none!important;
  content:none!important;
}


/* ===== メイン説明文 ===== */

h1+p,
h1+p *{
  color:#52697c!important;
  font-weight:500!important;
  line-height:1.8!important;
}

h1+p{
  background:none!important;
  padding:0!important;
}


/* ===== フォーム前の小さい文字 ===== */

h4,
h4 *{
  color:#39758c!important;
  font-weight:700!important;
}

h4{
  background:none!important;
  padding:0!important;
  text-align:center!important;
  margin-bottom:10px!important;
}


/* ===== 無料相談・資料請求 ===== */

h3,
h3 *{
  color:#102653!important;
  font-weight:800!important;
  line-height:1.5!important;
}

h3{
  width:100%!important;
  box-sizing:border-box!important;
  padding:22px 15px!important;
  background:#eef8fc!important;
  border-top:1px solid #d7edf5!important;
  border-bottom:1px solid #d7edf5!important;
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* ＼ ／ を消す */
h3:before,
h3:after{
  display:none!important;
  content:none!important;
}


/* ===== PC ===== */

@media(min-width:768px){

  h1,
  h1 *{
    font-size:48px!important;
  }

  h1+p,
  h1+p *{
    font-size:15px!important;
  }

  h4,
  h4 *{
    font-size:13px!important;
  }

  h3,
  h3 *{
    font-size:28px!important;
  }
}


/* ===== スマホ ===== */

@media(max-width:767px){

  h1,
  h1 *{
    font-size:29px!important;
  }

  h1+p,
  h1+p *{
    font-size:12px!important;
  }

  h4,
  h4 *{
    font-size:12px!important;
  }

  h3,
  h3 *{
    font-size:22px!important;
  }

  h3{
    padding:20px 12px!important;
  }
}