/* common
================================================== */
/* section */
#contents .section {
  position: relative;
  margin-top: 60px;
}
#contents .section__anchor {
  position: absolute;
  top: -80px;
  left: 0;
}
#contents .section__inner {
  width: 960px;
  margin: 0 auto;
}
#contents .section__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
}
#contents .section__title__main {
  display: flex;
  align-items: center;
}
#contents .section__title__main h2 {
  margin-right: 30px;
  font-size: 24px;
}
#contents .section__title__main p {
  padding-left: 30px;
  border-left: solid 2px #333;
  font-size: 16px;
  line-height: 1.625;
}
#contents .section__table table {
  table-layout: fixed;
  width: 100%;
}
#contents .section__table table th, #contents .section__table table td {
  padding: 1em;
  border: solid 1px #d5d8dc;
  font-size: 14px;
  text-align: center;
}
#contents .section__table table th {
  width: 200px;
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #contents .section {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  #contents .section + .section {
    margin-top: 60px;
  }
  #contents .section__anchor {
    top: -60px;
  }
  #contents .section__inner {
    padding: 0 15px;
    width: auto;
  }
  #contents .section__title {
    position: relative;
    display: block;
    margin-bottom: 15px;
  }
  #contents .section__title__main {
    display: block;
  }
  #contents .section__title__main h2 {
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    border-bottom: solid 2px #333;
    font-size: 20px;
  }
  #contents .section__title__main p {
    padding: 0;
    border: none;
    font-size: 14px;
  }
  #contents .section__title__main p br {
    display: none;
  }
  #contents .section__title__logo {
    position: absolute;
    right: 0;
    top: -13px;
  }
  #contents .section__title__logo img {
    width: 75px;
    height: auto;
  }
  #contents .section__table {
    width: 100%;
  }
  #contents .section__table table {
    width: 100%;
  }
  #contents .section__table table th, #contents .section__table table td {
    padding: .5em .25em;
    font-size: 11px;
  }
  #contents .section__table table th {
    width: 70px;
  }
  #contents .section__table table td {
    word-break: break-all;
  }
  #contents .section__table table td img {
    zoom: 0.5;
  }
}
