@import "../components/onboarding.css?v=1";
@import "../components/header.css?v=1";
@import "../components/footer.css?v=1";
@import "../components/input.css?v=1";
@import "../components/button.css?v=1";
@import "../components/alert.css?v=1";
@import "../components/layer.css?v=2";
@import "../components/textStyle.css?v=1";
@import "../components/table.css?v=1";

.terms {
  gap: 0;
}
.terms .terms__top {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 3.6rem;
}
.terms .terms__top span {
  width: -moz-fit-content;
  width: fit-content;
  height: 3.2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-black);
  border-radius: 5rem;
  font-family: var(--font-o700);
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--color-white);
  padding-inline: 1.6rem;
}
.terms .terms__top h2 {
  font-family: var(--font-o700);
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
  margin-block: 2.4rem 4rem;
}
.terms .terms__top h3 {
  font-family: var(--font-o700);
  font-weight: 400;
  font-size: 2rem;
  color: var(--color-gray-1);
  margin-bottom: 1.6rem;
}
.terms .terms__top p {
  font-family: var(--font-o500);
  font-size: 1.3rem;
  line-height: 1.4;
  color: #5C5F61;
  letter-spacing: -0.0275em;
}
.terms .terms__bottom {
  width: 100%;
  position: relative;
}
.terms .terms__bottom .blue_tit {
  width: 100%;
  height: 4.6rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0071bf;
  font-family: var(--font-o700);
  font-size: 1.6rem;
  color: var(--color-white);
}
.terms .terms__bottom .table_1 {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: var(--color-white);
  border-inline: 0.1rem solid #E7E7E7;
  margin-bottom: 1rem;
}
.terms .terms__bottom .table_1 > div {
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1.6rem 0.8rem;
  border-bottom: 0.1rem solid #E7E7E7;
  border-right: 0.1rem solid #E7E7E7;
}
.terms .terms__bottom .table_1 > div p {
  font-family: var(--font-o700);
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: -0.06rem;
  text-align: center;
  color: var(--color-black);
}
.terms .terms__bottom .table_1 > div .img {
  width: 4.3rem;
  height: 4.3rem;
}
.terms .terms__bottom .table_1 > div .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.terms .terms__bottom .table_1 > div span {
  font-family: var(--font-o500);
  font-size: 1.2rem;
  line-height: 1.4;
  color: #5C5F61;
  letter-spacing: -0.052rem;
  text-align: center;
  word-break: break-all;
}
.terms .terms__bottom .table_1 > div span a {
  word-break: break-all;
}
.terms .terms__bottom .table_1 > div:nth-child(3n) {
  border-right: none;
}
.terms .terms__bottom .sm_info {
  color: #5C5F61;
  font-size: 1.1rem;
  line-height: 1.4;
}
.terms .terms__bottom .terms_box {
  width: 100%;
  position: relative;
  margin-top: 4rem;
}
.terms .terms__bottom .terms_box .box {
  width: 100%;
  position: relative;
}
.terms .terms__bottom .terms_box .box .tit_1 {
  font-family: var(--font-o700);
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--color-black);
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.terms .terms__bottom .terms_box .box .tit_1  .tit_icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.terms .terms__bottom .terms_box .box .tit_1  .tit_icon img {
  width: 2.8rem;
  height: 2.8rem;
  object-fit: contain;
}
.terms .terms__bottom .terms_box .box .tit_2 {
  font-family: var(--font-o700);
  font-weight: 400;
  font-size: 1.2rem;
  color: var(--color-gray-1);
  margin-block: 2.4rem 1rem;
}
.terms .terms__bottom .terms_box .box .tit_2.no_mg {
  margin-top: 0;
}
.terms .terms__bottom .terms_box .box .txt_0 {
  display: block;
  font-family: var(--font-o500);
  font-size: 1.5rem;
  line-height: 1.4;
  color: var(--color-gray-1);
  margin-block: 1rem;
}
.terms .terms__bottom .terms_box .box .txt_0 + .txt_0 {
  margin-top: -0.8rem;
}
.terms .terms__bottom .terms_box .box .txt_1 {
  display: block;
  font-family: var(--font-o500);
  font-size: 1.2rem;
  line-height: 1.4;
  color: #5C5F61;
  margin-block: 1rem;
}
.terms .terms__bottom .terms_box .box .txt_1.no_mg {
  margin-top: 0;
}
.terms .terms__bottom .terms_box .box .table_2 {
  width: 100%;
  position: relative;
  margin-top: 2.4rem;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.terms .terms__bottom .terms_box .box .table_2 thead {
  width: 100%;
  background-color: #f1f1f1;
  border-bottom: none;
}
.terms .terms__bottom .terms_box .box .table_2 thead th {
  font-family: var(--font-o400);
  font-weight: 400;
  font-size: 1.2rem;
  color: var(--color-gray-1);
  text-align: left;
  padding: 0.8rem;
}
.terms .terms__bottom .terms_box .box .table_2 thead th:nth-child(1) {
  background-color: #0071bf;
  color: var(--color-white);
}
.terms .terms__bottom .terms_box .box .table_2 tbody {
  width: 100%;
  background-color: var(--color-white);
}
.terms .terms__bottom .terms_box .box .table_2 tbody tr {
  border-bottom: 0.1rem solid #f1f1f1;
}
.terms .terms__bottom .terms_box .box .table_2 tbody th, .terms .terms__bottom .terms_box .box .table_2 tbody td {
  padding: 0.8rem;
  font-family: var(--font-o400);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4;
}
.terms .terms__bottom .terms_box .box .table_2 tbody th {
  color: var(--color-black);
  text-align: left;
  background-color: #b8d8ee;
  vertical-align: top;
}
.terms .terms__bottom .terms_box .box .table_2 tbody td {
  color: #5C5F61;
}
.terms .terms__bottom .terms_box .box .table_2 tbody td span {
  display: block;
  position: relative;
  padding-left: 0.8rem;
}
.terms .terms__bottom .terms_box .box .table_2 tbody td span.no_bar {
  padding-left: 0;
}
.terms .terms__bottom .terms_box .box .table_2 tbody td span.no_bar::before {
  display: none;
}
.terms .terms__bottom .terms_box .box .table_2 tbody td span + span {
  margin-top: 0.8rem;
}
.terms .terms__bottom .terms_box .box .table_2 tbody td span::before {
  content: "-";
  font-family: var(--font-o500);
  font-size: 1.2rem;
  line-height: 1.4;
  position: absolute;
  top: 0;
  left: 0;
}
.terms .terms__bottom .terms_box .box .table_2.grid_3 thead th:nth-child(2) {
  background-color: #e1e1e1;
}
.terms .terms__bottom .terms_box .box .table_2.grid_3 tbody td {
  text-align: center;
  border-right: 0.1rem solid #f1f1f1;
}
.terms .terms__bottom .terms_box .box .table_2.grid_3 tbody tr td:last-child {
  border-right: none;
  text-align: left;
}
.terms .terms__bottom .terms_box .box .table_2.grid_3 tbody tr:last-child td:last-child {
  border-right: 0.1rem solid #f1f1f1;
  text-align: center;
}
.terms .terms__bottom .terms_box .box .txt_noti {
  display: block;
  margin-top: 1.6rem;
  font-family: var(--font-o400);
  font-size: 1.2rem;
  color: #5C5F61;
  line-height: 1.4;
  position: relative;
  padding-left: 1.2rem;
}
.terms .terms__bottom .terms_box .box .txt_noti::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--font-o400);
  font-size: 1.2rem;
  color: #5C5F61;
  line-height: 1.4;
}
.terms .terms__bottom .terms_box .box .txt_noti + .txt_noti {
  margin-top: 0.8rem;
}
.terms .terms__bottom .terms_box .box .num_list {
  margin-top: 1rem;
}
.terms .terms__bottom .terms_box .box .num_list li {
  padding-left: 1.2rem;
  font-size: 1.2rem;
}
.terms .terms__bottom .terms_box .box .num_list li::before {
  content: "-";
}
.terms .terms__bottom .terms_box .box .white_box {
  width: 100%;
  position: relative;
  padding: 1.6rem;
  background-color: #f1f1f1;
  border-radius: 1rem;
}
.terms .terms__bottom .terms_box .box .white_box .txt_1 {
  margin: 0 0 0.8rem;
}
.terms .terms__bottom .terms_box .box .white_box .point {
  display: block;
  font-family: var(--font-o700);
  font-size: 1.4rem;
  color: #1428a0;
}
.terms .terms__bottom .terms_box .box .white_box .point + .point {
  margin-top: 0.2rem;
}
.terms .terms__bottom .terms_box .box + .box {
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 0.1rem solid #ccc;
}