@charset "utf-8";

/* kv
---------------------------------------------------------- */
@media all and (min-width: 768px) {
   .kv .inner .kv-txt {
    padding-right: 80px;
  }
  .kv .inner .kv-ttl {
    font-weight: normal;
    letter-spacing: 8px;
  }
	
/* -- kvModule common --- */
  .kvModule-customer{
	height: 450px;
	margin-bottom: 70px;
	background-position: center center; 
	background-size: cover;
  }
	
/* --- customer kv --- */
  .kvModule-customer {
	background-image: url(/customer/img/bg-kv-customer.jpg);
  }
}

@media all and (max-width: 767px) {
  .sp .tbl01 th {
    background: #97b2a8;
  }
  .sp .tbl01 th.w20 {
    background: #2c7c71;
  }
}

