@charset "utf-8";

.mailform-table-4 > tbody > tr:last-child > td > p:first-of-type::before {
    content: "〒";
    color: gray;
}
.mailform-table-4 > tbody > tr:last-child > td > p:nth-of-type(2)::before {
    content: "都道\A府県";
    white-space: pre;
    color: gray;
    font-size: 1.1rem;
    line-height: 1.25;
    margin-right: 5px;
    display: inline-block;
}

#mailForm > table.mailform-table:nth-of-type(-n+2) > tbody > tr:nth-child(2) {
    border-bottom: none;
}
#mailForm > table.mailform-table:nth-of-type(-n+2)  > tbody > tr:nth-child(2) > * {
    padding-bottom: 0;
}
#mailForm > table.mailform-table:nth-of-type(-n+2) > tbody > tr:nth-child(2) > td > label:last-of-type {
    display: block;
}
#mailForm > table.mailform-table:nth-of-type(-n+2) > tbody > tr:last-child > * {
    padding-top: 0;
}
#mailForm > table.mailform-table:nth-of-type(-n+2) > tbody > tr:last-child > th > span {
    visibility: hidden;
}
