@charset "UTF-8";
table.mailform {
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
table.mailform tr th,
table.mailform tr td {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    border-bottom: solid 1px #999999;
    padding: 7px 5px 7px 5px;
}
table.mailform tr th {
    width: 25%;
}
table.mailform tr td {
    width: 75%;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
    min-width: 100%;
    min-height: 80px;
}
input.mf, 
input.add {
    min-width: 100%;
}
.check_lb {
    display: block;
}

@media (max-width: 767px) {
table.mailform {
    width: 90vw;
}
table.mailform tr th {
    /* [disabled]white-space: nowrap; */ /* 勝手に折り返さない */
}
table.mailform tr th p {
    display: none;
}
table.mailform tr td textarea {
    min-height: 120px;
}
}