/* CSS Document */

/* --------------------------- */
/*  LTC  */
#ltc .contact-btns {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
  }
  #ltc .btn-contact,
  #ltc .btn-tel {
	height: 44px;
	line-height: 44px;
	border-radius: 22px;
  }
  #ltc .btn-tel {
	line-height: 40px;
  }
  a.btn-contact::after{
	border-color: #FFF;
  }
  
  #ltc .btn-contact {
	background-color: #ff473d;
	color: #FFF;
  }
  #ltc .btn-contact:hover {
	opacity: 0.7;
  }
  #ltc .btn-tel {
	background-color: #FFF;
	border: 2px solid;
	box-sizing: border-box;
  }
  
@media screen and (max-width: 830px) {
}