@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : officer.css
 author     : Ability Consultant
 style info : 役員一覧
=================================================================== */
/* -----------------------------------------------------------
	.con_officer
----------------------------------------------------------- */
.con_officer {
  margin: 0 0 80px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_officer {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 640px) {
  .con_officer {
    margin: 0 0 30px;
  }
}
