@charset "UTF-8";
table.mailform {
    margin-top: 30px;
    width: 100%;
    line-height: normal;
    table-layout: fixed;
}
table.mailform tr th, table.mailform tr td {
    text-align: left;
    font-weight: normal;
    font-size: 1.0em;
    border-bottom: solid 1px #188330;
    padding: 20px 5px 20px 5px;
}
table.mailform tr th {
    width: 20%;
    text-align: left;
}
table.mailform tr td {
    width: 55%;
    text-align: left;
}
table.mailform tr th span {
    color: #fff;
}
table.mailform tr th p {
    margin: 0px;
    padding: 0px;
    font-size: 1.0em;
    color: #999999;
}
table.mailform tr td textarea {
    width: 100%;
    height: 120px;
}
tr td input {
    border: 1px solid #188330;
    border-radius: 0.5em;
    padding: 1em;
}
.requiredIcon {
    font-size: 11px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background-color: #188330;
    text-align: center;
    font-weight: normal;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}
.optionalIcon {
    font-size: 11px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background-color: #33B1FF;
    text-align: center;
    font-weight: normal;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}
table.mailform tr:first-child {
    border-top: 1px solid #999999;  
  }
table.mailform td .adr{
    max-width: 90%;
    }

@media only screen and (max-width: 768px) {
    table.mailform tr th, table.mailform tr td {
        width: 100%;
    }
    table.mailform tr, table.mailform th, table.mailform td {
        display: block;
        width: auto;
    }
    table.mailform tr:first-child {
    border-top: 1px solid #999999;  
  } 
    table.mailform tr th {
    padding: 25px 0px 10px 0px;
    }
    table.mailform tr td {
    padding: 10px 0px 25px 0px;
    }
    table.mailform tr th {
    border-bottom: none;
    }
    .mailform tr .sosin_btn {
    border-bottom-style: none;
    text-align: center;
    }
    .mailform tr .reset_btn {
    text-align: center;
    padding-bottom: 70px;
    }
    table.mailform td .adr{
    max-width: 90%;
    }
	table.mailform td .mf{
    max-width: 90%;
    }
}

