#contact_03 {width:100%; text-align:center; padding:80px 0 100px 0; /*background:#f0f0f0;*/
 background:url(../img/bg.jpg)no-repeat center bottom; background-attachment:fixed; background-size:cover; color:#fff;   }
#contact_03 .tit{font-size:45px; line-height:70px; font-weight:600;}
#contact_03 .txt{font-size:20px; font-weight:500; line-height:35px; padding:30px 0 50px 0;}
#contact_03 .btn a{display:block; padding:30px 50px; width:300px; margin:0 auto; background-color:#fff; color:#222; 
border-radius:50px; text-align:left; font-size:20px; font-weight:600; border:0px solid #333;
background-image:url(../img/arrow_b.svg); background-repeat:no-repeat; background-position:80% center; transition:0.3s all}
#contact_03 .btn a:hover {color:#ff7800; background-color:#fff; background-position:85% center;  
border:0px solid #0054a6; transition:0.3s all }
#contact_03 .tel{font-size:42px; line-height:50px; font-weight:600; margin:50px auto 0 auto; position:relative }
#contact_03 .tel span {display:inline-block; padding:5px 20px 0 85px; position:relative }
#contact_03 .tel span:before {content:""; position:absolute; top:0; left:0; width:65px; height:65px; background-color:#ff7800 ;
background-image:url(../img/tel.png); background-size:40px; background-repeat:no-repeat; background-position: center; border-radius:50%; }

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
#contact_03 {width:100%; text-align:center; padding:50px 0 50px 0; 
 background:url(../img/bg.jpg)no-repeat center bottom; background-attachment:inherit; background-size:cover; }
#contact_03 .tit{font-size:25px; line-height:35px; }
#contact_03 .txt{font-size:14px; line-height:24px; padding:10px 0 30px 0;}
#contact_03 .btn a{display:block; padding:15px 30px; width:200px; font-size:16px;}
#contact_03 .tel{font-size:22px; line-height:35px; margin:25px auto 0 auto; }
#contact_03 .tel span { padding:0 20px 0 52px; }
#contact_03 .tel span:before {content:""; position:absolute; top:0; left:0; width:40px; height:40px;background-size:25px; }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}


