.form-group {
    text-indent: -2em;
    padding-left: 2em;
}

.form-group .fld01_title {
    text-indent: 0;
    display: block;
    margin-bottom: 8px;
}

.fld01_title{
    display: block !important;


}
.form-group .check {
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 4px 0 0 !important;
    float: none !important;
    width: auto !important;
}

.form-group .check + label {
    display: inline !important;
    vertical-align: middle !important;
}

.form-group .check + label::after {
    content: "\A";
    white-space: pre;
}

.form-group {
    white-space: normal;
}

/* HTML内のbrを消す（チェックボックス前後に余計な改行が入っているため） */
.form-group br {
    display: none;
}


.form-group {
    font-size: 0;  /* 親のテキストノード（全角スペース等）を無効化 */
}

.form-group .fld01_title,
.form-group .check,
.form-group label {
    font-size: 16px;  /* 子要素のフォントサイズを戻す（必要に応じて調整） */
}

.form-group .check {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px 0 0;
}

.form-group .check + label {
    display: inline-block;
    vertical-align: middle;
}

.form-group .check + label::after {
    content: "\A";
    white-space: pre;
}

.form-group .fld01_title {
    display: block;
    margin-bottom: 8px;
}