@charset "utf-8";

/**========FAQ==========**/

main .contents_wrap{
	background:#f8f8f8;
}
.contents{
	padding-bottom: 100px;
}

section.s_01{
	max-width: 860px;
	padding:60px 10px 30px;
	margin: 0 auto;
	text-align: center;
}
section.s_02{
	max-width: 860px;
	padding:0px 10px;
	margin: 0 auto;
}
section.s_01 > p{
	font-size: 22px;
	margin-bottom: 20px;
}
.contact_tel_wrap{
	width: 760px;
	padding:0px;
	margin: 0 auto;
	display: table;
}
.contact_tel_wrap .l_col{
	display: table-cell;
	vertical-align: middle;
	width: 45%;
	background: #dae8f6;
	padding: 20px 20px;
}
.contact_tel_wrap .r_col{
	display: table-cell;
	vertical-align: middle;
	width: 55%;
	background: #fff;
	padding: 20px 20px;
}
.contact_tel_wrap .l_col h2{
	font-size: 22px;
	font-weight: bold;
}
.contact_tel_wrap .l_col p{
	font-size: 15px;
}
.contact_tel_wrap .r_col .number{
	font-size: 47px;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    text-align: left;
}
.contact_tel_wrap .r_col .callstaff{
	    font-size: 17px;
	    font-weight: bold;
	    display: block;
}

section.s_02 .tx_lead{
	text-align: center;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 30px;
}
section.s_02.thanks_tx .inner{
	padding: 50px 0;
	text-align: center;
}
section.s_02.thanks_tx h2{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 30px;
}
section.s_02.thanks_tx p{
	font-size: 16px;
	margin-bottom: 30px;
}
section.s_02.thanks_tx p span{
	color: #f00;
}
section.s_02.thanks_tx a{
	display: inline-block;
}
/**====================================

form

=========================================**/

table{
	background: #fff;
	width: 100%;
}

table tr th , table tr td{
	padding: 20px 15px;
	vertical-align: top;
	border-bottom: 1px solid #e8e8e8;
}
table tr th{
	background: #0d5bac;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 220px;
	text-align: left;
}
table tr th span{
	display: inline-block;
	font-size: 11px;
	color: #fff;
	padding: 2px 8px;
	background: #ff3745;
	margin-left: 5px;
	font-weight: bold;
	border-radius: 5px;
}
table tr td span{
	display: inline-block;
	font-size: 14px;
	color: #333;
	margin-left: 5px;
}
table tr td{
	font-size: 16px;
	text-align: left;
}

table tr td input[type="text"] ,
table tr td input[type="number"] ,
table tr td input[type="tel"] ,
table tr td input[type="email"]{
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	padding: 10px;
	border: none;
	font-size: 16px;
	width: 90%;
	border: 1px solid #e8e8e8;
}
table tr td select{
	font-size: 16px;
}
table tr td input.telform{
	width: 300px;
}

table tr td input.zipform{
	width: 200px;
}

table tr td textarea{
	width: 100%;
	padding: 10px;
	font-size: 16px;
}
:placeholder-shown {
    color: #999; }
::-webkit-input-placeholder {
    color: #999; }
:-moz-placeholder {
    color: #999; opacity: 1; }
::-moz-placeholder {
    color: #999; opacity: 1; }
:-ms-input-placeholder {
    color: #999; }

.btnBox {
    text-align: center;
    padding: 40px 0;
}

.submit {
    width: 350px;
    background-color: #fff;
    padding:20px 10px;
    cursor: pointer;
    font-size:22px;
    color:#ef3c23;
    margin-bottom: 20px;
    font-weight: bold;
    border: 5px solid #ef3c23;
}
.submit:hover{
	background-color: #ef3c23;
	color: #fff;
}
.bt_privacy{
	text-align: center;
	padding-top: 40px;
}
.bt_privacy a{
	color: #000;
}

/**====================================

sp

=========================================**/


@media screen and (max-width: 780px) {

main .contents_wrap{
}
.contents{
padding-bottom: 50px;
}
section.s_01 {
    padding: 30px 10px 30px;
}
section.s_01 > p{
	font-size: 16px;
}
.contact_tel_wrap{
	width: 100%;
	padding:0px;
	display: block;
}
.contact_tel_wrap .l_col{
	display: block;
	width: 100%;
	padding: 10px;
}
.contact_tel_wrap .r_col{
	display: block;
	width: 100%;
	padding: 10px;
	border-bottom:1px solid #dae8f6;
}
.contact_tel_wrap .l_col h2{
	font-size: 18px;
}
.contact_tel_wrap .l_col p{
	font-size: 13px;
}
.contact_tel_wrap .r_col .number{
	font-size: 30px;
}
.contact_tel_wrap .r_col .callstaff{
	font-size: 14px;
}

section.s_02 .tx_lead{
	font-size: 13px;
}

table tr th ,table tr td{
	display: list-item;
    border: none;
    width: 100%;
    list-style: none;
    padding: 5px 10px;

}
table tr td{
    padding: 15px 10px;

}
table tr td textarea {
	border: 1px solid #e8e8e8;
}
table tr td input[type="text"], table tr td input[type="number"] , table tr td input[type="tel"] {
    width: 100%;
}
table tr td span{
	display: block;
}
}