@charset "utf-8";

/* スタッフ紹介
   ========================================================================== */
#staff h2 {
  background-color: transparent;
  color: #000;
  line-height: 1.0;
  padding: 0;
  margin: 0 0 10px 0;
}
#staff h2 span {
  font-size: 1.4rem;
  font-weight: normal;
}
@media (min-width:769px){
  #staff h2 {
    padding: 0;
    margin: 0;
  }
  #staff h2 span {
    font-size: 1.6rem;
  }
}


.greeting > div:first-of-type {
  text-align: center;
}
.greeting img {
  width: 60%;
  max-width: 314px;
}
.greeting p {
  margin-top: 10px;
}
.greeting h3 {
  margin-top: 20px;
}
@media (min-width:769px){
  .greeting {
    display: flex;
  }
  .greeting > div:first-of-type {
    width: 344px;
    text-align: left;
  }
  .greeting img {
    width: 314px;
  }
  .greeting > div {
    width: calc(100% - 344px);
  }
  .greeting p {
    margin-top: 20px;
  }
  .greeting h3 {
    margin-top: 30px;
  }
}

.history {
  margin-top: 20px;
}
.history table {
  width: 100%;
}
.history tr {
  background: url("../../common/img/line-dot-gray.png") bottom repeat-x;
}
.history th {
  width: 1%;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  padding: 6px 14px 6px 0;
}
.history td {
  vertical-align: top;
  padding: 6px 0;
}
@media (min-width:769px){
  .history {
    margin-top: 40px;
  }
  .history th {
    padding: 20px 30px 20px 0;
  }
  .history td {
    padding: 20px 0;
  }
}







