@charset "utf-8";
.formTable{
	color:#333;
	border-collapse: collapse;
	border-spacing: 0;
	font-weight: normal;
	width: 100%;
	margin-bottom: 10px;
	vertical-align: middle;
	border: 0px solid #ddd;
}

.formTable tr{
	border-bottom: 2px dotted #431D09;
}

.formTable tr.last{
	border-bottom: none;
}

.formTable th{
	text-align: center;
	padding: 20px 25px;
	width: 30%;
	margin:0;
	font-weight: normal;
	vertical-align: middle;
	font-weight: bold;
	min-width: 250px;
	border:0px;
	color:#000 !important;
	text-align:center !important;
	background: none !important;
}


.formTable td{
	text-align: left;
	margin:0;
	padding: 20px 25px;
	min-width:300px;
	vertical-align: middle;
	border:0px;
}




.contact_ttl {
    margin-bottom: 40px;
}

p {
	display: block !important;
}

.c_atten{
	width: 70%;
	margin: 0 auto 60px;
}



.c_atten ul li{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

.c_atten ul li img{
	width: 80%;
}

.c_atten ul li:nth-child(2){
	text-align: left;
	width: 70%;
	margin-left: 15px;
	font-size: 12px;
}

.color{
	color: #ff8e2a !important;
}

.l_green{
	color: #3B933A;
}

.tel_detail{
	margin: 30px;
}

.tel_detail span,.tel_detail img{
	display: inline-block;
}

.tel_detail img{
	vertical-align: text-bottom;
	margin-right: 20px;
}

.tel_detail span{
	font-size: 1.2rem;
	margin-right: 20px;
}

.t_number{
	font-size: 3.0rem !important;
	font-weight: bold;
}

.atten_ad{
	font-weight: bold;
	font-size: 18px !important;
}

.sarch_btn{
	display: block;
	padding: 15px 0;
	text-align: center;
	background-color: #ff8e2a;
	color: #fff;
	font-size: 2.0rem;
}


@media (max-width: 749px){
.tel_detail span {
    margin-right: 0px;
}	
	
.t_number{
	font-size: 2.0rem !important;
}
	
.tel_detail img {
    vertical-align: baseline;
    width: 9%;
}
	
.sarch_btn{
	padding: 10px 0;
	font-size: 1.5rem;
}
	
.c_atten {
    width: 100%;
    margin: 0 auto 50px;
}
	
.c_atten ul li:nth-child(2){
	width: 100%;
	margin-left: 0px;
}
	
.c_atten ul li img{
	width: auto;
}	
}