@charset "UTF-8";
.main{
    width: 100%;
	}
.form{
    border: 1px solid green;
    padding: 0px 20px;
    margin-bottom: 70px;
	}
table.mailform {
    width: 100%;
    line-height: normal;
    table-layout: fixed;
    font-size: 0.8em;
}
table.mailform tr th, table.mailform tr td {
    text-align: left;
    font-weight: normal;
    font-size: 1.2em;
    border-bottom: solid 1px #999999;
    padding: 20px 5px 20px 5px;
}
table.mailform tr th {
    width: 30%;
    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 green;
    border-radius: 0.3em;
    padding: 1em;
}
.requiredIcon {
    font-size: 0.8em;
    width: 32px;
    height: 18px;
    border-radius: 3px;
    background-color: crimson;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-left: 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;  
  }
.button {
    display: inline-block;
    text-align: center;
    border: 2px solid #559F00;
    background-color: #559F00;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 60px;
    border-radius: 4px;
    transition: .4s;
    margin-top: 2%;
}
.button:hover {
    background-color: #DBEDD3;
    border: 2px solid #559F00;
    color: #559F00;
}
.button2 {
    display: inline-block;
    text-align: center;
    border: 2px solid #559F00;
    background-color: #559F00;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 60px;
    border-radius: 4px;
    transition: .4s;
    margin-top: 2%;
}
.button2:hover {
    background-color: #DBEDD3;
    border: 2px solid #559F00;
    color: #559F00;
}

.hankaku {
    font-size: 0.7em;
}
.hissu{
    font-size: 0.8em;
}
table.mailform td .adr{
    max-width: 100%;

}
table.mailform td .text-area{
    max-width: 100%;
    border: 1px solid green;

}
.caution{
    font-size: 0.7em;
}

@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: 100%;
    }
    .main{
	width: 100% !important;
	}
    .form{
    padding: 0% 2%;
	}
}

@media only screen and (max-width: 480px) {
}

@media screen and (max-width: 520px) {
    .main{
	width: 100% !important;
	}
}
