/* media query */
.mainArea {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
}
@media all and (max-width: 1400px) {
  .mainArea {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  .mainArea {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  .mainArea {
    width: calc(100% - 40px);
  }
}
.mainArea table {
  width: 100%;
  border-collapse: collapse;
}
.mainArea table tr th, .mainArea table tr td {
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #333;
  line-height: 140%;
  font-size: 1.7rem;
  padding: 15px 5px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea table tr th, .mainArea table tr td {
    display: block;
    padding: 0;
  }
}
.mainArea table tr th {
  white-space: nowrap;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea table tr th {
    border-bottom: 0;
    padding-top: 15px;
    padding-bottom: 7px;
  }
}
.mainArea table tr th * {
  line-height: 130%;
  display: inline-block;
  font-size: 1.7rem;
}
.mainArea table tr th span {
  margin-left: 1em;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea table tr th span {
    margin-left: 0;
  }
}
.mainArea table tr th strong {
  font-weight: 700;
}
.mainArea table tr td a {
  font-weight: 700;
  line-height: 100%;
  font-size: 2.4rem;
}
@media all and (max-width: 1200px) {
  .mainArea table tr td a {
    font-size: 2.2rem;
  }
}
.mainArea table tr td a.map {
  font-weight: 500;
  font-size: 1.6rem;
  text-decoration: underline;
  white-space: nowrap;
}
.mainArea table tr td a.map::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../common/images/icon_map.svg) no-repeat center center/contain;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
}
.mainArea table tr td a.map:hover {
  color: #3071B9;
}
.mainArea table tr td a.map:hover::before {
  transform: translateY(-3px);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea table tr td:nth-of-type(1), .mainArea table tr td:nth-of-type(2) {
    border-bottom: 0;
  }
}
.mainArea table tr td:last-of-type {
  white-space: nowrap;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea table tr td:last-of-type {
    padding-top: 7px;
    padding-bottom: 15px;
  }
}/*# sourceMappingURL=index.css.map */