@charset "utf-8";
/* CSS Document */






/* ==========================================================================//
//
//　SP 480px以下
//
// ========================================================================== */

@media screen and (max-width: 480px) {

  
  
    
/* contents
---------------------------------------------------------- */

/* name */
.box_sp_name {
  font-size: 3vw;
  }
.box_sp_name dl {
  width: 48%;
}
  
/* ttl */
.box_sp_ttl {
  text-align: center;
  width: 80%;
  margin: 0 auto 30px;
}
  
  
  
}

