.q_text {
    border: 2px solid #333333;
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
    background-color: #f0f8ff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.a_text {
    border: 2px solid #333333;
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
    background-color: #f0f8ff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
}

.answer-smaller{
    /* 「あなたの疑問は解決しましたか」「関連するFAQ」「見つからないときは」のサイズ調整に使用。 */
    font-size: 0.7rem;
}