<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*** for PC Browser ***/
@media (min-width:401px)
{
.question_form
{
    border: 1px solid #c0d153;
    margin: 0 0 10px;
    padding: 10px;
}

.question_form dd
{
    margin: 0 0 5px 5px;
}

.question_form .input_area
{
    border-bottom: 1px dotted #c0d153;
    padding: 0 0 10px;
}

.question_form .hidden
{
    display: none;
}

.question_form label
{
}

.question_form fieldset
{
/*    border: none; 2021/11/05 アクセシビリティ対応 */
    margin: 0;
    padding: 0;
}

.question_form input
{
}

.question_form textarea
{
}

.question_form select
{
}
}
</pre></body></html>