@charset "UTF-8";
.mailform tr th span {
	color: #CC0000;
	font-size: 14px;
    margin-left: 5px;
}
.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.mailform tr td textarea {
	width: 100%;
	min-height: 200px;
	background-color: #F8F8F8;
	border: none;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	border-radius: 5px;
	font-size: 18px;
}
.mailform tr td .text-space, .mailform tr td .mf, .mailform tr td .yuubin-space, .mailform tr td select {
    height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #F8F8F8;
    border: none;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 18px;
}
.mailform tr td .form-btn {
    font-family: "FOT-UD角ゴ_スモール Pr6 M";
    font-size: 13px;
    padding: 5px 10px 4px;
    color: #fff;
    background-color: #001947;
    border: 0;
}
.mailform {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 800px;
    margin-bottom: 150px;
    margin-top: 30px;
    background-color: #fff;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.mailform tr {
}
.mailform th {
    width: 100%;
    color: #3CC0C2;
    padding: 5px 0;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 1px;
    text-align: left;
    font-size: 17px;
    line-height: 200%;
    box-sizing: border-box;
    float: left;
}
.mailform th:last-child {
    border: none;
}
.mailform td {
    width: 100%;
    padding: 0 0 20px;
    color: #000000;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    line-height: 200%;
    box-sizing: border-box;
    float: left;
}
.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:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 14px;
    display:block;
}
.submit_btn{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 20px;
	color: #fff;
	padding: 15px 80px;
	background-color: #3CC0C2;
	transition: 0.3s;
	border-radius: 30px;
	border: none;
}
.submit_btn:hover{
    color: #fff;
    background-color: #3B51C2;
    transition: 0.3s;
}


@media only screen and (max-width: 768px) {
.mailform th:last-child {
    width: 100%;
    text-align:left;
    font-size: 16px;
	display: block;
}
.mailform th {
    width: 100%;
    text-align: left;
    font-size: 16px;
	display: block;
}
.mailform td {
    width: 100%;
    font-size: 14px;
	display: block;
}
.mailform td:last-child {
    width: 100%;
    font-size: 14px;
	display: block;
}
}