@charset "UTF-8";
.pctbNone {
	display: none;
}
a {
	color: #ef6363;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h2 {
	margin: 0 auto 20px;
}
h2 span {
	background: url(../img/ico_company.svg) 0 50% no-repeat;
	background-size: 42px auto;
}
.mail_description {
	text-align: center;
	margin: 0 auto 20px;
}
table {
	width: 100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	table-layout:fixed;
	background-color: #fff;
}
th {
	font-size: 18px;
	font-weight: normal;
	width: 250px;
	text-align: center;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
td {
	font-size: 14px;
	padding: 30px 40px;
	text-align: left;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

span.red {
	color: #ef6363;
	font-size: 12px;
}
label {
	margin-right: 30px;
	display: inline-block;
}
input[type="text"],
textarea {
	font-size: 14px;
	width: 100%;
	outline: none;
	border: 1px solid #ccc;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
}
input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #aaa;
	border: 1px solid #aaa;
}
input[type="text"].inp_num {
	width: 200px;
	margin-bottom: 10px;
}
td ::-webkit-input-placeholder { color: #ccc; }
td ::-moz-placeholder { color: #ccc; }
td :-ms-input-placeholder {	color: #ccc; }

select {
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 14px;
}
.ml50 {
	margin-left: 50px;
}
.center_btn {
	margin: 20px auto 0;
}
input[type="submit"],
input[type="reset"] {
   -webkit-appearance: none;
   border-radius: 0;
}
.submit_btn {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	float: left;
	width: 49%;
	padding: 40px 0;
}
.reset_btn {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	float: right;
	background-color: #c9c9c9;
	width: 49%;
	padding: 40px 0;
}
.section {
	margin-top: 30px;
}
.form_end {
	text-align: center;
}

/* #form_contact */
#form_contact h2 { color: #ef6363; }
#form_contact h2 span { background: url(../img/ico_company.svg) 0 50% no-repeat; background-size: 42px auto; }
#form_contact table {	border: 4px solid #ef6363; }
#form_contact th { border-right: 1px dashed #ef6363; border-bottom: 1px dashed #ef6363; }
#form_contact td { border-bottom: 1px dashed #ef6363; }
#form_contact .submit_btn { background-color: #ef6363;}

/* #form_request */
#form_request h2 { color: #47cbe8; }
#form_request h2 span { background: url(../img/ico_request.svg) 0 50% no-repeat; background-size: 42px auto; }
#form_request table {	border: 4px solid #47cbe8; }
#form_request th { border-right: 1px dashed #47cbe8; border-bottom: 1px dashed #47cbe8; }
#form_request td { border-bottom: 1px dashed #47cbe8; }
#form_request .submit_btn { background-color: #47cbe8;}

/* #form_owner */
#form_owner h2 { color: #349dff; }
#form_owner h2 span { background: url(../img/ico_owner_mail.svg) 0 50% no-repeat; background-size: 42px auto; }
#form_owner table {	border: 4px solid #349dff; }
#form_owner th { border-right: 1px dashed #349dff; border-bottom: 1px dashed #349dff; }
#form_owner td { border-bottom: 1px dashed #349dff; }
#form_owner .submit_btn { background-color: #349dff;}

/* #form_condition */
#form_condition h2 { color: #f28d5c; }
#form_condition h2 span { background: url(../img/ico_condition_mail.svg) 0 50% no-repeat; background-size: 42px auto; }
#form_condition table {	border: 4px solid #f28d5c; }
#form_condition th { border-right: 1px dashed #f28d5c; border-bottom: 1px dashed #f28d5c; }
#form_condition td { border-bottom: 1px dashed #f28d5c; }
#form_condition .submit_btn { background-color: #f28d5c;}





/* pc css */
@media screen and (max-width: 999px){
.pctbNone {
	display: none;
}
#form_contact .form_end h2,
#form_request .form_end h2,
#form_owner .form_end h2,
#form_condition .form_end h2 {
    letter-spacing: 0;
}
h2 span {
	background-size: 30px auto;
}
table {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;

}
th {
	font-size: 14px;
	border-bottom: 2px solid #eeeeee;
	width: 30%;
	text-align: center;
	vertical-align: middle;

	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
td {
	border-bottom: 2px solid #eeeeee;
	padding: 20px 20px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.submit_btn {
	font-size: 18px;
	padding: 20px 0;
}
.reset_btn {
	font-size: 18px;
	padding: 20px 0;
}
.ml50 {
	display: block;
	margin: 10px 0 5px;
}

/* #form_contact */
#form_contact h2 span { background: url(../img/ico_company.svg) 0 50% no-repeat; background-size: 30px auto; }

/* #form_request */
#form_request h2 span { background: url(../img/ico_request.svg) 0 50% no-repeat; background-size: 30px auto; }

/* #form_owner */
#form_owner h2 span { background: url(../img/ico_owner_mail.svg) 0 50% no-repeat; background-size: 30px auto; }

/* #form_condition */
#form_condition h2 span { background: url(../img/ico_condition_mail.svg) 0 50% no-repeat; background-size: 30px auto; }

}
/* tablet css */
@media screen and (max-width: 800px){
}
/* sp css */
@media screen and (max-width: 480px){
.pctbNone {
	display: inherit;
}
h2 {
	letter-spacing: 0em;
	text-align: left;
}
h2 span {
	background-size: 24px auto;
}
table {

}
th {
	font-size: 12px;
	padding: 5px;
}
td {
	font-size: 12px;
	padding: 10px;
}
.mail_description {
    text-align: left;
}
span.red {
	font-size: 10px;
}
label {
	display: block;
    margin-right: 15px;
}
input[type="text"].inp_num {
    width: 60%;
}
.center_btn {
	margin: 10px auto 0;
}
.submit_btn {
	font-size: 14px;
	padding: 20px 0;
}
.reset_btn {
	font-size: 14px;
	padding: 20px 0;
}
#form_contact .inner.form_end,
#form_request .inner.form_end,
#form_owner .inner.form_end,
#form_condition .inner.form_end {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px 20px;
}
.form_end {
	text-align: left;
}

/* #form_contact */
#form_contact h2 span { background: url(../img/ico_company.svg) 0 50% no-repeat; background-size: 24px auto; }

/* #form_request */
#form_request h2 span { background: url(../img/ico_request.svg) 0 50% no-repeat; background-size: 24px auto; }

/* #form_owner */
#form_owner h2 span { background: url(../img/ico_owner_mail.svg) 0 50% no-repeat; background-size: 24px auto; }

/* #form_condition */
#form_condition h2 span { background: url(../img/ico_condition_mail.svg) 0 50% no-repeat; background-size: 24px auto; }


}
