@charset "UTF-8";
.mailform tr th span {
	color: #CC0000;
	font-size: 13px;
    font-family: "FOT-UD角ゴ_スモール Pr6 M";
}
.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
    font-family: "FOT-UD角ゴ_スモール Pr6 M";
}
.mailform tr td textarea {
	width: 100%;
	height: 350px;
    box-sizing: border-box;
    padding: 10px 10px 0;
    background-color: #F5F5F5;
    border: none;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 15px;
}
.mailform tr td .text-space, .mailform tr td .mf, .mailform tr td .yuubin-space {
    height: 40px;
    box-sizing: border-box;
    padding: 10px;
    background-color: #F5F5F5;
    border: none;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 15px;
}
.mailform tr td .form-btn {
    font-family: "FOT-UD角ゴ_スモール Pr6 M";
    font-size: 12px;
    padding: 5px 10px 4px;
    color: #fff;
    background-color: #26533D;
    border: 0;
}
.mailform {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 80%;
    max-width: 1000px;
    margin: 30px auto 80px;
    background-color: #fff;
    font-family: "FOT-UD角ゴ_スモール Pr6 M";
}
.mailform tr {
}
.mailform th {
    width: 25%;
    color: #000000;
    padding: 20px 20px 19px;
    font-family: "FOT-UD角ゴ_スモール Pr6 M";
    font-weight: normal;
    text-align: left;
    font-size: 13px;
    line-height: 200%;
    box-sizing: border-box;
    border-top: 1px solid #26533D;
    border-bottom: 1px solid #26533D;
}
.mailform th:last-child {
    border: none;
}
.mailform td {
    padding: 20px 25px 19px;
    color: #000000;
    font-family: "FOT-UD角ゴ_スモール Pr6 M";
    font-weight: normal;
    text-align: left;
    font-size: 13px;
    line-height: 200%;
    box-sizing: border-box;
    border-top: 1px solid #26533D;
    border-bottom: 1px solid #26533D;
}
.mailform tr:last-child td {
    padding: 50px 0 0 0;
    border: none;
    text-align: center;
}
.mailform td .check_lb input checkbox {
    background-color: #F5F5F5;
    border: none;
}
.check_lb {
    font-family: "FOT-UD角ゴ_スモール Pr6 M";
    font-size: 13px;
    line-height: 2em;
    display:block;
}
.submit_btn{
    border: 0px;
    width: 250px;
    height: 62px;
    background-position: center center;
    background-image: url(../img/soushin-btn.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.submit_btn:hover{
    cursor: pointer;
    opacity: 0.5;
    background-size: 100% auto;
}


@media only screen and (max-width: 899px) {
.mailform {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 90%;
    margin: 30px auto 150px;
}
.mailform th {
    width: 100%;
    text-align: left;
    font-size: 14px;
	display: block;
    padding: 20px 10px 0px;
    border-top: 1px solid #26533D;
    border-bottom: 0px solid #26533D;
}
.mailform th:last-child {
    width: 100%;
    text-align:left;
    font-size: 14px;
	display: block;
}
.mailform td {
    width: 100%;
    font-size: 14px;
	display: block;
    padding: 11px 10px 25px;
    border-top: 0px solid #26533D;
    border-bottom: 0px solid #26533D;
}
}