@charset "UTF-8";

/* ---------------------------------------------------------------- *
 *  会社情報/専用
 * ---------------------------------------------------------------- */
body#about.top .mainContents .pageHeader {
  background-color: #b5d5ea;
  background-image: url(../../images/about_index_image.jpg);
}
body#about.top section.left-image .row .photo {
  min-width: 206px;
  text-align: center;
}
body#about.top #signature {
  font-size: 2.4rem;
  font-weight: bold;
}
body#about.top #signature small {
  font-size: 1.5rem;
  font-weight: normal;
}
body#about.top .mainContents .anchorLink ul li:nth-of-type(3n) {
  margin-right: 12px;
}
body#about.top .mainContents .anchorLink ul li:nth-of-type(5n) {
  margin-right: 0;
}
body#about.top .mainContents .anchorLink ul li a {
  padding-left: 10px;
  padding-right: 24px;
}

body#about.office .mainContents .pageHeader {
  background-color: #dbeaf8;
  background-image: url(../../images/about_office_image.jpg);
}
body#about.office .mainContents .freedial {
  align-items: center;
  display: inline-flex;
}
  body#about.office .mainContents .freedial img {
    margin-right: 5px;
    vertical-align: top;
  }

.photoSet {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.5em;
}
.photoSet > * {
  text-align: center;
}
body#about.office .photoSet > * {
  font-size: 0.9em;
  line-height: 1.9;
  margin: 0 10px 10px;
  width: 40%;
}
body#about.office .photoSet > * img {
  text-align: top;
  width: 100%;
}
body#about.office iframe {
  width: 100%;
}
body#about.office hr.section-separator {
  border: 1px solid #ccc;
  border-width: 1px 0 0;
  height: 0;
  margin: 50px auto;
}
body#about.office .mainContents h3.blockTtl {
  margin-bottom: 24px;
  margin-top: 30px;
}
body#about.office #section-03 {
  text-align: center;
}
body#about.office iframe {
  border: 0 none transparent;
}
body#about.office .tableStyle01 tbody tr:not(tr:last-child) td,
body#about.office .tableStyle01 tbody tr:not(tr:last-child) th {
  padding-bottom: 20px;
}
body#about .baseBlock {
  /* padding-top: 70px; */
  margin-bottom: 180px;
}

/* ---------------------------------------------------------------- *
    スマートフォン・タブレット（960px未満）
----------------------------------------------------------------- */
@media only screen and (max-width: 960px) {
  body#about {}
    body#about .baseBlock {
      padding-top: 0;
      margin-bottom: 80px;
    }
}
