@charset "utf-8";

/* ======================================================
 * contacts_index_add.css
====================================================== */

  /* -----
  figure--height
  -------------------------------------------------- */
  .contacts-box .figure__frame.figure--height02 > img {
    height: 72px;
  }

@media print, screen and (min-width: 750px) {
  
  /* -----
  figure--height
  -------------------------------------------------- */
  .contacts-box .figure__frame.figure--height01 > img {
    height: 108px;
  }
  
}

@media only screen and (max-width: 749.98px) {
  
}