@charset "UTF-8";
/* media query */
.titleArea {
  margin-bottom: 80px;
  background-color: #007686;
}
@media screen and (max-width: 960px) {
  .titleArea {
    margin-bottom: 40px;
  }
}
.titleArea .pcOnly {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .titleArea .pcOnly {
    display: none;
  }
}
.titleArea .spOnly {
  display: none;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .titleArea .spOnly {
    display: block;
  }
}

.mainArea {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 80px;
  border-radius: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1060px) {
  .mainArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  .mainArea {
    padding: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea {
    padding: 20px;
  }
}
.mainArea h2 {
  color: #808080;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea h2 {
    margin-bottom: 10px;
  }
}
.mainArea table {
  width: 100%;
  border-collapse: collapse;
}
.mainArea table * {
  font-size: 1.6rem;
}
.mainArea table tr th, .mainArea table tr td {
  text-align: left;
  vertical-align: top;
  padding: 20px 0;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea table tr th, .mainArea table tr td {
    display: block;
  }
}
.mainArea table tr th {
  font-weight: 700;
  white-space: nowrap;
  width: 150px;
}
@media screen and (max-width: 960px) {
  .mainArea table tr th {
    width: auto;
    padding-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea table tr th {
    padding: 20px 0 10px;
  }
  .mainArea table tr th::before {
    content: "■";
    margin-right: 5px;
    color: #007686;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea table tr td {
    padding: 0 0 20px;
  }
}
.mainArea table tr td .logo {
  margin-top: 20px;
  max-width: 476px;
}
@media screen and (max-width: 960px) {
  .mainArea table tr td .logo {
    max-width: 300px;
  }
}
.mainArea table tr:not(:last-child) th, .mainArea table tr:not(:last-child) td {
  border-bottom: 1px dashed #007686;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea table tr:not(:last-child) th {
    border: 0;
  }
}

footer {
  border-bottom: 70px solid rgba(0, 118, 134, 0.6);
  padding: 0 30px 80px;
}
@media screen and (max-width: 960px) {
  footer {
    padding: 0 30px 40px;
  }
}
footer .btn {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  footer .btn {
    max-width: 400px;
  }
}
footer .btn a {
  display: block;
  font-size: 6rem;
  text-align: center;
  font-weight: 900;
  color: #007686;
  background-color: #FFE601;
  border: 3px solid #007686;
  padding: 5px;
  letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
  footer .btn a {
    font-size: 4rem;
  }
}
footer .btn a:hover {
  background-color: #007686;
  color: #fff;
}/*# sourceMappingURL=index.css.map */