@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 #999999;
    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 #FF3399;
    border-radius: 0.5em;
    padding: 1em;
}
.requiredIcon {
    font-size: 11px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background-color: #F39;
    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;  
  }
.button {
    display: inline-block;
    border-radius: 6px 6px 6px 6px;
    font-size: 12pt;
    text-align: center;
    cursor: pointer;
    padding: 12px 12px;
    background: #F39;
    color: #FFF;
    line-height: 1em;
    transition: .3s;
    border: 2px solid #F39;
}
.button:hover {
    color: #F39;
    background: #FFF;
}
.button2 {
    display: inline-block;
    border-radius: 6px 6px 6px 6px;
    font-size: 12pt;
    text-align: center;
    cursor: pointer;
    padding: 12px 12px;
    background: #FFF;
    color: #F39;
    line-height: 1em;
    transition: .3s;
    border: 2px solid #F39;
}
.button2:hover {
    color: #FFF;
    background: #F39;
}
.form_text {
    font-size: 1em;
    line-height: 1.5em;
    padding: 30px 0px 30px;
}
h2 {
	border-bottom: none;
	padding-bottom: 15px;
    float: left;
    width: 130px;
}
input[type="radio"],input[type="checkbox"]{
 vertical-align:top;
}
.form_midashi{
	color: #454545;
	padding: 12px 0;
	border-top: dotted 3px #5C5C5C;
	border-bottom: dotted 3px #5C5C5C;
	background-color: #EEEEEE;
	font-size: 1.5em;
	line-height: 2em;
    font-weight: bold;
	text-align: center;
	margin-top: 30px;
    margin-bottom: 30px;
}
.form_text {    
	font-size: 1.2em;
    line-height:2em;
    margin-bottom: 80px;
}
.form_text2 {    
	font-size: 1.2em;
    line-height:2em;
    margin-bottom: 80px;
	text-align: center;
}
article {
	border: none
}
@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: 80%;
    }
	.form {    
	padding: 0px 10px 0px 10px;
}
}
@media only screen and (max-width: 480px) {
    table.mailform td .adr{
    max-width: 90%;
    }

}
