.contactForm .form .formTbl td select {
    width: 100%;
    border: 1px solid #000000;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23000'%3E%3Cpath d='M7 7l3 3 3-3z'/%3E%3C/svg%3E") no-repeat right 10px center;
    border-radius: 0;
    height: 45px;
    padding-right: 30px;
    /* space for the arrow */
}

.formTbl input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.contactForm .form .formTbl .request-content-row td {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.contactForm .form .formTbl .request-content-row td label {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    column-gap: 9px;
}

.contactForm .form .formTbl .request-content-row td label input {
    width: 18px;
    height: 18px;
}

.formTbl input[type="checkbox"].is-checked {
    background: #0b3a8a!important;
    /* 黒色 */
}