<style>

/* 全要素、およびその疑似要素まですべて強制 */

*, *::before, *::after {

    font-weight: 400 !important;

    -webkit-text-stroke-width: 0px !important; /* 文字の縁取りによる太さを消す */

}



/* ペライチの見出しやボタン、特定のテキスト要素を狙い撃ち */

h1, h2, h3, h4, h5, h6, b, strong, span, p, a, div, .m-btn, .m-text {

    font-weight: normal !important;

}



/* ボタンの背景色を変更する */

.p-anim-btn, 

.p-anim-btn a {

    background-color: #0F1941 !important; /* ここに背景色のコード */

    border-color: #0F1941 !important;     /* 枠線の色も合わせる */

    color: #ffffff !important;            /* ボタンの中の文字色（白の場合） */

}



/* 左側：相談会の予約 ボタンの色 */

a[href="#section-264"] {

    background-color: #0F1941 !important; /* お好きな色コードに */

    color: #ffffff !important;           /* 文字の色 */

}



/* 右側：電話問い合わせ ボタンの色 */

a[href^="tel:"] {

    background-color: #2175D9 !important; /* お好きな色コードに */

    color: #ffffff !important;           /* 文字の色 */

}



</style>