#contact_03 {width:100%; text-align:center; padding:0; /*background:#f0f0f0;*/ min-height:465px;
 display:flex; align-items:center; justify-content:center; flex-wrap:wrap; flex-direction: column; 
 background:url(../img/bg.jpg)no-repeat center ; /*background-attachment:fixed;*/ background-size:cover; color:#fff;   }
#contact_03 .tit{font-size:38px; line-height:52px; font-weight:600; }
#contact_03 .tit span {display:inline-block; padding: 0 0 0 10px}
#contact_03 .txt{font-size:20px; font-weight:400; line-height:35px; padding:10px 0 0px 0;}
#contact_03 .btn a{display:block; padding:16px 50px 18px 50px; width:250px; margin:0 auto; color:#fff; 
border-radius:5px; text-align:left; font-size:20px; font-weight:600; border:1px solid #fff; background-size: 25px auto;
background-image:url(../img/arrow_w.svg); background-repeat:no-repeat; background-position:80% center; transition:0.3s all}
#contact_03 .btn a:hover {color:#333; background-color:#fff; background-position:85% center;   
 transition:0.5s all; background-image:url(../img/arrow_b.svg); }
#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%; min-height:300px; background-size:cover }	
#contact_03 .tit{font-size:28px; line-height:36px; }
#contact_03 .tit img {height:25px}
#contact_03 .txt{font-size:14px; line-height:24px;}
#contact_03 .btn a{display:block; padding:12px 20px; width:150px; font-size:15px;}
#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) {
}


