@charset "UTF-8";


/* contents
-----------------------------------------------*/
#contents {
  position: relative;
}
#contents .data {
  position: absolute;
  top: -78px;
  right: 0;
}
#contents .data p {
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  #contents .data {
    top: -57px;
  }
}


/* section
-----------------------------------------------*/
section {
  margin-top: 55px;
}
section table {
  width: 100%;
}
section tr {
  border-bottom: 1px solid #E5E5E5;
}
section tr:last-child {
  border-bottom: none;
}
section th {
  font-size: 16px;
  line-height: 1.2;
  padding: 36px 40px 35px 0;
  vertical-align: top;
  white-space: nowrap;
}
section td {
  font-size: 14px;
  line-height: 1.714;
  padding: 35px 0;
  vertical-align: top;
  width: 100%;
}
section tr:first-child th,
section tr:first-child td {
  padding-top: 0;
}
section tr:last-child th,
section tr:last-child td {
  padding-bottom: 0;
}
section td .link {
  margin-top: 10px;
}
section td .link a {
  font-size: 13px;
  color: #00AFDE !important;
}
section td .link a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  border-top: solid 1px #00AFDE;
  border-right: solid 1px #00AFDE;
  margin: 0 0 3px 6px;
  transform: rotate(45deg);
}
section td a:hover {
  opacity: .7;
}
section td a[href^="tel:"] {
  color: #00AFDE !important;
}
section td dl {
  display: flex;
  flex-wrap: wrap;
}
section td dt {
  width: 20%;
  font-size: 14px;
  margin: 0 0 30px 0;
  font-weight: bold;
}
section td dd:first-of-type,
section td dt:first-of-type {
  margin-top: 3px;
}
section td dd {
  width: 80%;
  margin: 0 0 30px 0;
}
section td dd:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  section {
    margin-top: 40px;
  }
  section th {
    font-size: 14px;
    padding: 23px 20px 20px 0;
  }
  section td {
    font-size: 13px;
    line-height: 2;
    padding: 20px 0;
  }
  section td dt {
    width: 45%;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  section td dd {
    width: 55%;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}