@charset "UTF-8";
/* 役員紹介用スタイル */
/* parts */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
/* other */
.officer header#site-header nav#nav-area ul#global-navi li.act a {
  background-image: url(../img/menu/officer_blue.png);
}
.officer main {
  background-image: url(../../officer/img/bg.jpg);
}
.officer main::after {
  background: rgba(0, 0, 0, 0.05);
}

table.common-table {
  font-size: 1.05em;
  text-align: left;
  margin: 0 auto 5em auto;
  border-collapse: collapse;
}
table.common-table th {
  font-family: "Yu Gothic Medium", "Hiragino Gothic";
  font-style: normal;
  font-size: 1.15em;
  font-weight: bold;
  padding: 1em 2em 1em 1em;
  border-bottom: solid 2px #4387F7;
}
table.common-table td {
  padding: 1em 4em;
  border-bottom: solid 1px #B1B1B1;
}

/* mobile */
@media screen and (max-width: 575px) {
  table.common-table th, table.common-table td {
    width: 100%;
    display: inline-block;
  }
  table.common-table th {
    padding-bottom: 0.5em;
  }
  table.common-table td {
    padding: 1em 1em 3em 1em;
    border-bottom: none;
  }
}