body {
    font-size: 18px;
    font-family: "heisei-kaku-gothic-std", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1.44px;
}

/* ボタンホバー時の挙動 */
.button-consultion-box:hover > .button-consultion-message  {
    border-color: #FF6B00;
}

.button-consultion-box:hover > .button-consultion  {
    background-color: white;
    color: #FF6B00;
    border-width: 3px;
}
