@charset "UTF-8";

/* 20240703 約款ページ */

#agree {
  color: #282D43;
  font-size: 18px;
  line-height: 1.5;
  background: #fff;
  letter-spacing: .05em;
}

#agree ol,
#agree ul {
  list-style: none;
  padding-left: 0;
}
#agree .sec > ol > li + li,
#agree .sec > ul > li + li {
  margin-top: 1.25em;
}
#agree ol ol,
#agree ol ul,
#agree ul ol,
#agree ul ul {
  margin-left: 1em;
}
#agree ol ol li,
#agree ol ul li,
#agree ul ol li,
#agree ul ul li {
  padding-left: 1em;
  text-indent: -1em;
}

#agree .page-ttl {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  background: #282D43;
  padding: 80px 0;
}
#agree .contents {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 128px 50px;
}

#agree .sec + .sec {
  margin-top: 96px;
}
#agree .sec-ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
#agree .sec-ttl + * {
  margin-top: 32px;
}
#agree .article-num {
  font-size: 20px;
  font-weight: 700;
}
#agree .article-num + * {
  margin-top: 32px;
}
#agree .subsec + .subsec {
  margin-top: 48px;
}
#agree .subsec-ttl {
  font-size: 22px;
  font-weight: 700;
}
#agree .notice {
  font-size: .875em;
}
#agree .link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: fit-content;
  font-weight: 700;
  text-decoration: none;
  margin: 1em auto 0;
  padding: 8px 16px;
  border: 1px solid #282D43;
  transition: .3s ease;
}
#agree .link-btn + * {
  margin-top: 30px;
}
#agree .link-btn svg {
  width: 1em;
}
#agree .link-btn svg path {
  transition: .3s ease;
}
#agree .link-btn:hover {
  color: #fff;
  background: #282D43;
}
#agree .link-btn:hover svg path {
  stroke: #fff;
}

#agree table {
  width: 100%;
  font-weight: 700;
}
#agree table + .notice {
  margin-top: .5em;
}
#agree table th,
#agree table td {
  padding: 12px;
  border: 1px solid #282D43;
}
#agree table.total-payable th {
  text-align: center;
}
#agree table.cancel-policy {
  text-align: center;
}
#agree table.cancel-policy th,
#agree table.cancel-policy td {
  width: 17.5%;
}
#agree table.cancel-policy.organ th,
#agree table.cancel-policy.organ td {
  width: 14%;
}
#agree table.cancel-policy th:first-child {
  width: 30%;
}
#agree table.cancel-policy.organ th:first-child {
  width: 30%;
}

@media screen and (min-width: 769px) {
  #agree .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #agree {
    font-size: 15px;
  }
  #agree .pc {
    display: none;
  }

  #agree .page-ttl {
    font-size: 29px;
    padding: 40px 0;
  }
  #agree .contents {
    padding: 64px 25px;
  }

  #agree .sec + .sec {
    margin-top: 48px;
  }
  #agree .sec-ttl {
    font-size: 22px;
  }
  #agree .sec-ttl + * {
    margin-top: 16px;
  }
  #agree .article-num {
    font-size: 16px;
  }
  #agree .article-num + * {
    margin-top: 16px;
  }
  #agree .subsec + .subsec {
    margin-top: 24px;
  }
  #agree .subsec-ttl {
    font-size: 16px;
  }
  #agree .link-btn {
    gap: 8px;
    padding: 6px 12px;
  }
  #agree .link-btn + * {
    margin-top: 20px;
  }

  #agree table th,
  #agree table td {
    padding: 8px;
  }
  #agree table.total-payable tr:not(:first-child) th {
    width: 30%;
  }
  #agree table.cancel-policy th,
  #agree table.cancel-policy.organ th,
  #agree table.cancel-policy th:first-child,
  #agree table.cancel-policy.organ th:first-child {
    width: 50%;
  }
  #agree table.cancel-policy td,
  #agree table.cancel-policy.organ td {
    width: 50%;
  }
}