/* サイト共通の追加スタイル */

/* 本文用スタイル */
.text-body {
    font-size: 18px;
    line-height: 1.8;
}

@media screen and (max-width: 959px) {
    .text-body {
        font-size: 15px;
        line-height: 1.6;
    }
}

.page_main {
    background-color: #E6E9F1;
}

/* for specialist-result.php title layout */
.page_main .box.is-twoline {
    display: block !important;
}

.page_main .box.is-twoline .back_btn {
    margin-top: 20px;
    text-align: right;
}

.page_main h1 small {
    display: block;
    font-size: 50%; /* Adjust size as needed */
    line-height: 1.5; /* Adjust line height as needed */
} 