@charset "utf-8";

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

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

	padding:60px 10px 30px;
	margin: 0 auto;
	text-align: center;
}
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;
}
section.s_01 > p.tx_c{
	text-align: center;
}
section.s_03 > p{
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.contact_flow_wrap{
	display: flex;
    justify-content: space-between;
    padding: 0px 20px 0;
    max-width: 960px;
    margin: 0 auto;
    background: url(../img/flow_arrow_pc.png) no-repeat center center;
    background-size: 10% auto;
}
.contact_flow_wrap .col{
	width: 43%;
	background: #dae8f6;
	padding: 15px;
}
.contact_flow_wrap h4{
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	color: #0d5bac;
}
.contact_flow_wrap p{
	display: block;
    font-size: 16px;
    color: #4b4e52;
    font-weight: bold;
    background: url(../img/ico_check.png) no-repeat center left;
    min-height: 35px;
    padding-left: 40px;
}
.contact_flow_wrap p.ico_sekou{
	display: block;
    font-size: 16px;
    color: #4b4e52;
    font-weight: bold;
    background: url(../img/ico_sekou.png) no-repeat center left;
    padding:20px 0 20px 100px;
}
.contact_tel_wrap{
	width: 680px;
	padding:0px;
	margin: 0 auto;
	display: table;
}
.contact_tel_wrap .l_col{
	display: table-cell;
	vertical-align: middle;
	width: 45%;
	background: #dae8f6;
	padding: 20px 15px;
	text-align: center;
}
.contact_tel_wrap .r_col{
	display: table-cell;
	vertical-align: middle;
	width: 55%;
	background: #fff;
	padding: 20px 15px;
	text-align: center;
}
.contact_tel_wrap .l_col h2{
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
}
.contact_tel_wrap .l_col h2 span{
	font-size: 14px;
	display: block;
}
.contact_tel_wrap .r_col .number{
	display: inline-block;
	font-size: 47px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
}
.contact_tel_wrap .r_col  .number span{
	font-size: 16px;
	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;
	text-align: center;
}
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 td{
	font-size: 16px;
	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 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 input.telform{
	width: 300px;
}

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

table tr td textarea{
	width: 100%;
	padding: 10px;
	font-size: 16px;
}
table tr td select {
    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 {
	display: list-item;
    border:none;
    width: 100%;
    list-style: none;
    padding: 5px 10px;

}
table tr td{
	display: list-item;
    border: none;
    width: 100%;
    list-style: none;
    padding: 5px 10px;
    border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;

}
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;
}
section.s_03 {
    padding: 30px 10px 0px;
}
section.s_03 > p {
    font-size: 18px;
}

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

.contact_flow_wrap {
    display: block;
    padding: 0px 20px 0;
    margin: 0 auto;
    background:none;
}
.contact_flow_wrap .col{
	width: 100%;
	margin-bottom: 20px;
}

}