main {
  padding-top: 186rem;
}

.bnr_recruit {
  display: none;
}

.tab_wrap {
  display: flex;
  justify-content: center;
  gap: 20rem;
}
.tab_wrap .tab_link {
  cursor: pointer;
  width: 400rem;
  height: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #B3D9DA;
  background-color: #fff;
  color: #000;
}
.tab_wrap .tab_link:hover {
  opacity: 0.8;
}

.tab_content {
  display: none;
}
.tab_content.active {
  display: block;
}

.tab_link.active {
  background-color: #B3D9DA;
}

.ttl_wrap {
  text-align: center;
}
.ttl_wrap .common_tit {
  font-size: 40rem;
}

.page_common_content {
  margin-top: 80rem;
}
.page_common_content p.lead {
  margin-top: 60rem;
}
.page_common_content .text_wrap {
  margin-top: 80rem;
}
.page_common_content .text_wrap + .text_wrap {
  margin-top: 40rem;
}
.page_common_content .text_wrap h2 {
  font-weight: bold;
  font-size: 20rem;
}
.page_common_content .text_wrap .txt {
  margin-top: 10rem;
}
.page_common_content .text_wrap .txt ul.kakko_list,
.page_common_content .text_wrap .txt ul.dot_number {
  padding-left: 1em;
}
.page_common_content .text_wrap .txt ul.kakko_list > li + li,
.page_common_content .text_wrap .txt ul.dot_number > li + li {
  margin-top: 0.4em;
}
.page_common_content .text_wrap .txt ul.kakko_list > li dl,
.page_common_content .text_wrap .txt ul.dot_number > li dl {
  text-indent: 0;
  display: flex;
}
.page_common_content .text_wrap .txt ul.kakko_list > li dl dt,
.page_common_content .text_wrap .txt ul.dot_number > li dl dt {
  white-space: nowrap;
}
.page_common_content .text_wrap .txt ul.kakko_list > li {
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.page_common_content .text_wrap .txt ul.dot_number > li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

.page_common_content {
  position: relative;
}
.page_common_content .page_ttl {
  font-size: 40rem;
  text-align: center;
}
.page_common_content p.lead {
  margin-top: 60rem;
}
.page_common_content table {
  border-collapse: collapse;
  width: 100%;
}
.page_common_content table tr th,
.page_common_content table tr td {
  border: 1px solid #333;
  padding: 1em;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 80rem;
  }
  .tab_wrap {
    gap: 10rem;
  }
  .tab_wrap .tab_link {
    width: 165rem;
    height: 37rem;
  }
  .ttl_wrap {
    text-align: center;
  }
  .ttl_wrap .common_tit {
    font-size: 30rem;
  }
  .page_common_content .page_ttl {
    font-size: 30rem;
  }
  .page_common_content p.lead {
    margin-top: 40rem;
  }
  .page_common_content .text_wrap {
    margin-top: 40rem;
  }
  .page_common_content .text_wrap + .text_wrap {
    margin-top: 30rem;
  }
  .page_common_content .text_wrap h2 {
    padding-top: 30rem;
    font-size: 16rem;
  }
  .page_common_content table {
    font-size: 12rem;
  }
  .page_common_content table tr td {
    padding: 0.1em;
  }
}/*# sourceMappingURL=terms.css.map */