@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 #D51215;
    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 #D51215;
    border-radius: 0.5em;
    padding: 1em;
}
.requiredIcon {
    font-size: 11px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background-color: #D51215;
    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%;
    }
textarea {
 border-color : #D51215;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 16px;
}
.message {
	max-width: 100%;
    }
.message_btn {
    text-align: center;
    }
.form_name {
  border: 1px solid #D51215;
  border-radius: 5px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  max-width: 90%;
  font-size: 18px;
    }
.button {
	margin-top:15px;
  margin-bottom:25px;
  background-color:#D51215;
  padding: 12px 45px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #D51215;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
  cursor: pointer;
  width:300px;
  color:#fff;
 font-size: 1.2em;
}
button:hover, .button:hover {
  background:#AD0002;
	border: 1px solid #AD00023;
}

@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%;
    }
	.message {
    max-width: 100%;
    }
	textarea {
 	max-width: 88%;
	display: block;
}
}

