@charset "utf-8";

form span.required:before {
    content: " ※ ";
    color:#fff;
}
form .msg {
    color:#fff;
}

form .ta1 th {
    width:280px;
    text-align:left;
}

section h2.pt3 {
    padding-top:3em;
}
