#boshu #form form ul .notice {
    padding-left: 2em;
    text-indent: -1em;
}
#boshu #form form ul .notice_red {
    padding-left: 2em;
    text-indent: -1em;
    color: #b40d0d;
    font-weight: bold;
}
#boshu #form form ul .notice_red::before {
    content: "";
    display: inline-block;
}
#boshu #form form ul .notice::before {
    content: "E";
    display: inline-block;
}
#boshu #form form .radiobox2row {
    display: flex;
    flex-wrap: wrap;
}
#boshu #form form .radiobox2row label {
    display: block;
    width: 50%;
}
#boshu #form form .radiobox2row .error {
    width: 100%;
}
@media screen and (max-width: 640px), print{
#boshu #form form .radiobox2row label {
    display: block;
    width: 100%;
}
}
@media screen and (min-width: 641px), print {
    #boshu #form form dl .radiobox2row label {
        margin: 0;
    }
}