/* About usページのタイトルを非表示 */
.page-id-9 .entry-title,
.page-id-9 .page-title {
  display: none;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  /*font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "メイリオ", "Hiragino Sans", "Meiryo", sans-serif;*/
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

/* スマホ縦用 */
@media screen and (min-width: 0px) and (max-width: 480px) {
  p {
    padding: 10px 15px 0 15px;
  }

  #about-us-top h1 {
    position: relative;
    font-weight: bold;
    font-size: 2em;
  }

  #about-us-01 h2,
  #about-us-02 h2
   {
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
    padding: 0;
    margin: 0;
  }

  /* 役員紹介 */
  #about-us-03 table th {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-weight: bold;
    width:25%;
  }

  #about-us-03 table td {
    border-bottom: 1px solid #ccc;
    padding: 10px;
  }
}

/* スマホ横用 */
@media screen and (min-width: 481px) and (max-width: 896px) {
  p {
    padding: 10px 15px 0 15px;
  }

  #about-us-top h1 {
    position: relative;
    font-weight: bold;
    font-size: 2em;
  }

  #about-us-01 h2,
  #about-us-02 h2
   {
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
    padding: 0;
    margin: 0;
  }

  /* 役員紹介 */
  #about-us-03 table th {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-weight: bold;
    width:25%;
  }

  #about-us-03 table td {
    border-bottom: 1px solid #ccc;
    padding: 10px;
  }
}

/* PC用 */
@media print, screen and (min-width:897px) {
  #about-us-top {
    margin: 10px auto 0px auto;
  }

  #about-us-top h1 {
    position: relative;
    top: -40px;
    font-weight: 500;
    font-size: 30px;
  }

  #about-us-01 {
    width: 950px;
    height: 450px;
    margin: 0 auto;
    padding-top: 0;
  }
  #about-us-01 h2 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .message-left {
    float: left;
    width: 30%;
  }
  .message-right {
    float: right;
    width: 65%;
  }
  #about-us-02 {
    width: 100%;
    margin: 10px auto;
    padding: 20px 0;
    background-color: #f7f6f6;
  }
  #about-us-02-01 {
    clear: both;
    width: 700px;
    margin: 30px auto;
  }
  #about-us-02-01 h2 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    padding: 0 0 20px 0;
    margin: 0;
  }
  #about-us-02-01 h3 {
    width: 300px;
    margin: 0 auto 40px auto;
  }
  #about-us-02-01 dl {
    padding-bottom: 30px;
  }
  #about-us-02-01 dl dd {
    text-align: center;
  }
  #about-us-03 {
    margin: 80px 0;
  }

  /* 役員紹介 */
  #about-us-03 table th {
    border-bottom: 1px solid #ccc;
    padding: 10px 50px;
    vertical-align: top;
  }

  #about-us-03 table td {
    border-bottom: 1px solid #ccc;
    padding: 10px 30px;
  }
}

/*####### About us #####*/
#about-us-02 h3 {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0;
}
#about-us-02-01 dl dt {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  padding: 10px;
}
#about-us-03 table {
  margin: 0 auto;
  border-collapse: collapse;
}
