@import "https://fonts.googleapis.com/css2?family=Rubik:wght@300;500&display=swap";
*, :after, :before {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  color: #3e2f2f;
  -webkit-text-size-adjust: 100%;
  backface-visibility: hidden;
  scroll-behavior: smooth;
  background: #fff;
  width: 100%;
  height: 100%;
  font-family: Rubik, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

body {
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

main {
  flex-grow: 1;
  width: 100%;
  padding-bottom: 35px;
}

a {
  color: #3e2f2f;
  text-decoration: none;
  transition: opacity .3s linear;
}

a:hover {
  opacity: .8;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

h2 {
  text-align: center;
  color: #3e2f2f;
  margin: 50px auto;
  font-size: 12px;
}

h2 span {
  margin-top: 12px;
  display: block;
}

.join_btn, input[type="submit"] {
  cursor: default;
  opacity: .5;
  color: #fff;
  text-align: center;
  background: #633;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 3.5rem;
}

.note {
  text-align-last: left;
  text-indent: -1em;
  padding-left: .5em;
  font-size: 80%;
  line-height: 1.3;
  display: inline-block;
}

header {
  z-index: 1000;
  background: #fff;
  width: 100%;
  padding: 10px 15px;
  position: fixed;
}

header h1 {
  align-items: center;
  gap: 10px;
  font-size: .75rem;
  display: flex;
}

.top {
  z-index: 1000;
  position: relative;
}

.about {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 80px auto 100px;
  font-size: 14px;
}

.about p {
  margin-bottom: 1.5em;
  line-height: 2.1;
}

@media (width <= 430px) {
  .about p {
    white-space: pre-line;
    font-size: .8125rem;
    line-height: 1.8;
  }

  .about p br {
    display: none;
  }
}

.about p strong {
  font-weight: bold;
}

.about .join_btn {
  z-index: 998;
  border-radius: 50%;
  flex-direction: column;
  width: 100px;
  height: 100px;
  font-size: .9375rem;
  line-height: 1.2;
  position: fixed;
  bottom: 15px;
  right: 20px;
}

.about .join_btn:after {
  margin: 10px auto 15px;
}

.profile_card {
  background: #faf9fb;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px;
  padding: 34px;
  display: flex;
}

@media (width <= 430px) {
  .profile_card {
    background: #fff;
    flex-direction: column;
    margin-bottom: 50px;
    padding: 0;
  }
}

.profile_image {
  width: 220px;
  margin-right: 30px;
}

@media (width <= 430px) {
  .profile_image {
    width: 100%;
    margin: 10px auto 15px;
  }
}

.profile_text {
  align-self: center;
  width: calc(100% - 220px);
}

@media (width <= 430px) {
  .profile_text {
    width: 100%;
    padding: 20px 30px;
  }
}

.profile_text .name {
  margin-bottom: 10px;
  font-size: 1.375rem;
  font-weight: bold;
}

.profile_text p {
  text-align: justify;
  font-size: .875rem;
  line-height: 1.8;
}

.profile_text .link_list {
  margin-top: 15px;
  display: inline-flex;
}

@media (width <= 430px) {
  .profile_text .link_list {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
}

.profile_text .link_list li {
  margin-right: 30px;
}

@media (width <= 430px) {
  .profile_text .link_list li {
    width: 30%;
    margin-right: 0;
  }
}

.profile_text .link_list li img {
  height: 18px;
}

@media (width <= 430px) {
  .profile_text .link_list li img {
    height: 16px;
  }
}

.price {
  background: #faf9fb;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  display: flex;
}

.price h2 {
  margin: 40px auto 20px;
}

.price .price_text {
  margin-bottom: 30px;
}

.price .campaign {
  max-width: 400px;
  margin: 0 auto 40px;
  padding: 0 10px;
}

.price .campaign p {
  margin-top: 15px;
  font-size: .75rem;
  line-height: 1.4;
}

.price > a {
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
  padding: 20px 0;
  font-size: .875rem;
}

.price > a:after {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.222%22%20height%3D%226.611%22%20viewBox%3D%220%200%2012.222%206.611%22%3E%0A%20%20%3Cpath%20id%3D%22chevron_down%22%20d%3D%22M11.308.5%2C5.9%2C5.9.5.5%22%20transform%3D%22translate(0.207%200.207)%22%20fill%3D%22none%22%20stroke%3D%22%233e2f2f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%0A%3C%2Fsvg%3E%0A") 100% no-repeat;
  width: 14px;
  height: 7px;
  margin-left: 10px;
  display: inline-flex;
}

@media (width <= 430px) {
  .price > a {
    border-top: 1px solid #c7c5c5;
    margin-bottom: 0;
  }
}

.contents {
  width: calc(100% - 50px);
  max-width: 1000px;
  margin: 60px auto 100px;
}

.contents_list {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.contents_list li {
  flex-direction: column;
  width: 100%;
  margin: 0 auto 60px;
  display: flex;
}

@media (width >= 800px) {
  .contents_list li {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 100px;
  }
}

.contents_list li:nth-child(odd) .contents_image {
  flex-direction: row-reverse;
  margin-right: auto;
}

@media (width >= 800px) {
  .contents_list li:nth-child(odd) .contents_image {
    flex-direction: row;
  }
}

@media (width <= 430px) {
  .contents_list li:nth-child(odd) .contents_detail {
    margin-right: auto;
  }
}

.contents_list li:nth-child(2n) .contents_image {
  margin-left: auto;
}

@media (width >= 800px) {
  .contents_list li:nth-child(2n) .contents_image {
    flex-direction: row-reverse;
    order: 2;
  }
}

.contents_list li:nth-child(2n) .contents_detail {
  margin-left: auto;
}

@media (width >= 800px) {
  .contents_list li:nth-child(2n) .contents_detail {
    margin-left: 0;
  }

  .contents_list li:nth-child(2n) .contents_detail h3, .contents_list li:nth-child(2n) .contents_detail p {
    margin-left: auto;
  }
}

.contents_list li .contents_image {
  gap: 10px;
  width: 95%;
  display: flex;
}

@media (width >= 800px) {
  .contents_list li .contents_image {
    width: 380px;
  }
}

.contents_list li .contents_image span {
  writing-mode: vertical-rl;
  letter-spacing: .04em;
  font-family: serif;
  font-size: .875rem;
}

.contents_list li .contents_detail {
  width: 90%;
  margin-bottom: 50px;
  padding-left: 10px;
}

@media (width >= 800px) {
  .contents_list li .contents_detail {
    width: calc(100% - 480px);
    padding-left: 0;
  }
}

.contents_list li .contents_detail h3 {
  max-width: 400px;
  margin-block: 1.5em;
  font-family: serif;
  font-weight: bold;
}

.contents_list li .contents_detail p {
  max-width: 400px;
  font-size: .875rem;
  line-height: 1.8;
}

.contents_text {
  text-align: center;
  margin: 0 auto 120px;
}

.contents_text p {
  margin-bottom: 1.5em;
  font-size: .875rem;
  line-height: 1.6;
}

.contents_text img {
  margin: 0 auto 20px;
  display: block;
}

#howto {
  background: #faf9fb;
  padding-bottom: 50px;
  overflow: hidden;
}

.howto {
  text-align: center;
  width: 100%;
  margin: 50px auto 70px;
  scroll-margin-top: 80px;
}

.howto_list {
  justify-content: space-between;
  width: calc(100% - 50px);
  max-width: 1000px;
  margin: 0 auto 50px;
  display: flex;
}

@media (width <= 430px) {
  .howto_list {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.howto_list li {
  background: #fff;
  border-radius: 6px;
  width: 30%;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, sans-serif;
  position: relative;
  box-shadow: 0 2px 60px #4c56641a;
}

@media (width <= 430px) {
  .howto_list li {
    width: 90%;
    margin: 0 auto 60px;
  }

  .howto_list li:not(.on):last-child {
    margin-bottom: 30px;
  }
}

.howto_list li:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: -15px;
  left: -15px;
}

.howto_list li:first-child:before {
  background: url("step_01.e77cb5cd.svg") 0 0 / contain no-repeat;
}

.howto_list li:nth-child(2):before {
  background: url("step_02.f1f51435.svg") 0 0 / contain no-repeat;
}

.howto_list li:nth-child(3):before {
  background: url("step_03.47d5838e.svg") 0 0 / contain no-repeat;
}

.howto_list li:not(:last-child):after, .howto_list li.on:after {
  content: "";
  border-top: 16px solid #0000;
  border-bottom: 16px solid #0000;
  border-left: 16px solid #a19f9f;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  right: -12%;
}

@media (width <= 430px) {
  .howto_list li:not(:last-child):after, .howto_list li.on:after {
    margin: 0 -5px 0 0;
    top: calc(100% + 18px);
    right: 50%;
    transform: rotate(90deg);
  }
}

@media (width >= 768px) {
  .howto_list li:last-child.on:after {
    display: none;
  }
}

.howto_list li h3 {
  justify-content: center;
  align-items: center;
  height: 2.6em;
  margin: 1em 0;
  font-size: .9375rem;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
}

.howto .join_btn {
  width: calc(100% - 50px);
  max-width: 370px;
  margin: 30px auto;
}

.participate, .unsubscribe {
  text-align: center;
  background: #faf9fb;
  padding: 20px 0 50px;
}

.participate:before, .unsubscribe:before {
  content: "";
  z-index: 9999;
  mix-blend-mode: darken;
  pointer-events: none;
  background: #faf9fb;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.participate h2, .unsubscribe h2 {
  margin-bottom: 30px;
}

.participate .read, .unsubscribe .read {
  margin-bottom: 40px;
  padding: 0 2em;
  font-size: .9375rem;
  line-height: 1.6;
}

@media (width <= 430px) {
  .participate .read, .unsubscribe .read {
    font-size: .75rem;
  }
}

.participate .howto_list li:not(.on), .unsubscribe .howto_list li:not(.on) {
  opacity: .3;
  box-shadow: none;
}

@media (width <= 430px) {
  .participate .howto_list li:not(.on), .unsubscribe .howto_list li:not(.on) {
    display: none;
  }
}

.participate .participate_form, .unsubscribe .participate_form {
  width: calc(100% - 50px);
  max-width: 1000px;
  margin: 0 auto;
}

.participate .participate_form ul, .unsubscribe .participate_form ul {
  text-align: left;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  margin: 0 auto;
  padding: 20px;
  display: flex;
}

@media (width <= 430px) {
  .participate .participate_form ul, .unsubscribe .participate_form ul {
    padding: 0;
  }
}

.participate .participate_form ul li label, .unsubscribe .participate_form ul li label {
  margin-bottom: 10px;
  font-size: 80%;
  font-weight: bold;
  display: table;
}

@media (width <= 430px) {
  .participate .participate_form ul li label, .unsubscribe .participate_form ul li label {
    font-size: .75rem;
  }
}

.participate .participate_form ul li input:not([type="submit"]), .unsubscribe .participate_form ul li input:not([type="submit"]) {
  color: currentColor;
  background: #fff;
  border: none;
  border-radius: 4px;
  outline: 0;
  width: 100%;
  min-width: 60px;
  padding: 0 16px;
  line-height: 50px;
  box-shadow: 0 0 0 1px #d6d4d4;
}

.participate .participate_form ul li input:not([type="submit"])::-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff;
}

.unsubscribe .participate_form ul li input:not([type="submit"])::-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff;
}

.participate .participate_form ul li input:not([type="submit"]):focus, .unsubscribe .participate_form ul li input:not([type="submit"]):focus {
  box-shadow: 0 0 0 1px #d6d4d4;
}

.participate .participate_form ul li input:not([type="submit"]):invalid, .unsubscribe .participate_form ul li input:not([type="submit"]):invalid {
  box-shadow: 0 0 0 2px #f72b4f;
}

@media (width <= 430px) {
  .participate .participate_form ul li input:not([type="submit"]), .unsubscribe .participate_form ul li input:not([type="submit"]) {
    font-size: 16px;
  }
}

.participate .participate_form ul li input[type="submit"], .unsubscribe .participate_form ul li input[type="submit"] {
  border-radius: 5px;
  justify-content: center;
  width: 120px;
  font-size: 1em;
  line-height: 50px;
  display: block;
}

@media (width <= 430px) {
  .participate .participate_form ul li input[type="submit"], .unsubscribe .participate_form ul li input[type="submit"] {
    width: 100%;
  }
}

.participate .participate_form ul li.email, .unsubscribe .participate_form ul li.email {
  width: 100%;
  max-width: 350px;
}

@media (width <= 430px) {
  .participate .participate_form ul li.email, .unsubscribe .participate_form ul li.email {
    width: 100%;
    margin-bottom: 20px;
  }
}

.participate .participate_form ul li.submit, .unsubscribe .participate_form ul li.submit {
  width: auto;
  margin-left: 15px;
}

@media (width <= 430px) {
  .participate .participate_form ul li.submit, .unsubscribe .participate_form ul li.submit {
    width: 100%;
    margin: auto;
  }
}

.participate .participate_form ul li.instagram, .unsubscribe .participate_form ul li.instagram {
  width: 50%;
  padding-right: 5%;
}

@media (width <= 430px) {
  .participate .participate_form ul li.instagram, .unsubscribe .participate_form ul li.instagram {
    width: 100%;
    padding: 0 0 10%;
  }
}

.participate .participate_form ul li.instagram > a, .unsubscribe .participate_form ul li.instagram > a {
  background: url("icon_help.bec36f77.svg") 0 / 1.2em no-repeat;
  border-bottom: 1px solid;
  margin-top: 10px;
  padding: 5px 0 5px 24px;
  font-size: 90%;
  display: inline-block;
}

.participate .participate_form ul li.card, .unsubscribe .participate_form ul li.card {
  border-left: 1px solid #cccccd;
  flex-wrap: wrap;
  width: 50%;
  padding-left: 5%;
  display: flex;
}

@media (width <= 430px) {
  .participate .participate_form ul li.card, .unsubscribe .participate_form ul li.card {
    border-top: 1px solid #cccccd;
    border-left: none;
    width: 100%;
    padding: 10% 0 0;
  }
}

.participate .participate_form ul li.card .card_num, .unsubscribe .participate_form ul li.card .card_num {
  width: 100%;
  margin-bottom: 20px;
}

.participate .participate_form ul li.card .card_num input, .unsubscribe .participate_form ul li.card .card_num input {
  width: 100%;
}

.participate .participate_form ul li.card .card_limit, .unsubscribe .participate_form ul li.card .card_limit {
  width: 50%;
  margin-right: 20px;
}

.participate .participate_form ul li.card .card_limit div, .unsubscribe .participate_form ul li.card .card_limit div {
  align-items: center;
  display: flex;
}

.participate .participate_form ul li.card .card_limit div input, .unsubscribe .participate_form ul li.card .card_limit div input {
  width: 100%;
}

.participate .participate_form ul li.card .card_limit div i, .unsubscribe .participate_form ul li.card .card_limit div i {
  padding: 0 7px;
  font-size: 120%;
}

.participate .participate_form ul li.card .card_cvc, .unsubscribe .participate_form ul li.card .card_cvc {
  width: calc(50% - 20px);
}

@media (width <= 430px) {
  .participate .participate_form ul li.card .card_cvc input, .unsubscribe .participate_form ul li.card .card_cvc input {
    width: 100%;
  }
}

.participate .participate_form ul li.card + .submit, .unsubscribe .participate_form ul li.card + .submit {
  width: 50%;
  max-width: 370px;
  margin-top: 40px;
}

@media (width <= 430px) {
  .participate .participate_form ul li.card + .submit, .unsubscribe .participate_form ul li.card + .submit {
    width: 100%;
  }
}

.participate .participate_form ul li.card + .submit input, .unsubscribe .participate_form ul li.card + .submit input {
  width: 100%;
}

.participate .participate_form ul li.card .card_brand, .unsubscribe .participate_form ul li.card .card_brand {
  margin: 20px 0 30px;
}

.participate .participate_form ul li.card .card_brand p, .unsubscribe .participate_form ul li.card .card_brand p {
  font-size: 80%;
  font-weight: bold;
}

@media (width <= 430px) {
  .participate .participate_form ul li.card .card_brand p, .unsubscribe .participate_form ul li.card .card_brand p {
    font-size: .75rem;
  }
}

.participate .participate_form ul li.card .card_brand ul, .unsubscribe .participate_form ul li.card .card_brand ul {
  justify-content: space-between;
  padding: 0;
}

.participate .participate_form ul li.card .card_brand ul li, .unsubscribe .participate_form ul li.card .card_brand ul li {
  margin-top: 10px;
  margin-right: 10px;
}

.participate .participate_form ul li.card .card_brand ul li:last-child, .unsubscribe .participate_form ul li.card .card_brand ul li:last-child {
  margin-right: auto;
}

.participate .participate_form .error, .unsubscribe .participate_form .error {
  color: #d41b67;
  margin-bottom: 20px;
  font-size: 90%;
  font-weight: bold;
  line-height: 1.6;
}

.participate .participate_form .error + ul li.card label, .unsubscribe .participate_form .error + ul li.card label {
  color: #d41b67;
}

.participate .participate_form .error + ul li.card input, .unsubscribe .participate_form .error + ul li.card input {
  box-shadow: 0 0 0 2px #d41b67;
}

.participate .participate_form .join_btn, .unsubscribe .participate_form .join_btn {
  max-width: 370px;
  margin: 0 auto 20px;
}

#help {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background-color: #64646440;
  transition: opacity .3s linear;
  position: fixed;
  inset: 0;
}

#help:target {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
  pointer-events: auto;
}

#help .help_cont {
  background: #fff;
  border-radius: 5px;
  flex-wrap: wrap;
  width: calc(100% - 50px);
  max-width: 500px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 60px #0000001a;
}

#help .help_image {
  text-align: center;
  background: #faf9fb;
  border-top: 1px solid #eee;
  width: 100%;
  padding: 3em 2em 0;
}

#help .help_image img {
  width: 100%;
  max-width: 320px;
}

#help .help_close {
  width: 20px;
  height: 20px;
  margin: 1em 20px;
}

#help h3 {
  margin: 1em auto 1em 20px;
  line-height: 20px;
}

#help p {
  text-align: center;
  margin: auto;
  padding: 2.5em 1.5em;
  font-size: 85%;
  line-height: 1.6;
}

#help p span {
  color: #333;
  font-feature-settings: "palt";
  border: 1px solid #707070;
  border-radius: 4px;
  margin: 5px 4px;
  padding: 2px 4px;
  font-size: 95%;
  display: inline-block;
}

@media (width <= 430px) {
  #help p {
    text-align: left;
  }

  #help p br {
    display: none;
  }
}

.unsubscribe {
  min-height: 300px;
  padding: 50px 0 0;
  overflow: hidden;
}

.unsubscribe:before {
  content: "";
  z-index: -1;
  background: #faf9fb;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.unsubscribe a, .unsubscribe input[type="submit"] {
  text-align: center;
  color: #fff;
  background: #3e2f2f;
  border-radius: 5px;
  justify-content: center;
  width: 120px;
  font-size: 1em;
  line-height: 50px;
  display: block;
}

.unsubscribe .participate_form > a {
  width: 100%;
  max-width: 300px;
  margin: 50px auto 100px;
}

.question {
  width: 85%;
  max-width: 1000px;
  margin: 0 auto;
}

.question_list li {
  background: #faf9fb;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px 20px;
  line-height: 1.4;
}

@media (width <= 430px) {
  .question_list li {
    padding: 10px 15px;
  }
}

.question_list li .question_toggle {
  display: none;
}

.question_list li .question_toggle:checked + .question_label:after {
  transform: rotate(180deg);
}

.question_list li .question_toggle:not(:checked) + .question_label + .answer {
  display: none;
}

.question_list li .question_label {
  cursor: pointer;
  background: url("question.348bee24.svg") 0 no-repeat;
  align-items: center;
  min-height: 50px;
  padding: 0 1.5em 0 2.2em;
  font-size: .9375rem;
  display: flex;
  position: relative;
}

@media (width <= 430px) {
  .question_list li .question_label {
    font-size: .8125rem;
  }
}

.question_list li .question_label:after {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.533%22%20height%3D%228.266%22%20viewBox%3D%220%200%2015.533%208.266%22%3E%0A%20%20%3Cpath%20id%3D%22chevron_down%22%20d%3D%22M14.618.5%2C7.559%2C7.559.5.5%22%20transform%3D%22translate(0.207%200.207)%22%20fill%3D%22none%22%20stroke%3D%22%233e2f2f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%0A%3C%2Fsvg%3E%0A") center / contain no-repeat;
  width: 14px;
  height: 7px;
  position: absolute;
  right: 0;
}

.question_list li .answer {
  border-top: 1px solid #c7c5c5;
  margin-top: 6px;
  padding: 15px 0;
  font-size: .875rem;
  line-height: 1.8;
}

@media (width <= 430px) {
  .question_list li .answer {
    font-size: .75rem;
  }
}

.question_list li .answer a {
  border-bottom: 1px solid;
  font-weight: bold;
  text-decoration: none;
}

.legal {
  width: calc(100% - 50px);
  max-width: 850px;
  margin: 0 auto;
}

.legal h2 {
  color: #3e2f2f;
  margin: 100px 0 50px;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.4;
}

.legal .read {
  margin-bottom: 3em;
  font-size: 90%;
  line-height: 1.6;
}

.legal a {
  font-size: 85%;
  text-decoration: underline;
}

.legal ul > li {
  margin-bottom: 2em;
}

.legal ul > li h3 {
  border-bottom: 1px solid #c7c5c5;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: .875rem;
  font-weight: bold;
}

.legal ul > li p {
  margin-bottom: 1em;
  font-size: 90%;
  line-height: 1.5;
}

.legal ul > li ol {
  padding-bottom: .5em;
  line-height: 1.7;
}

.legal ul > li ol li {
  text-indent: -1em;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  padding-left: 1.2em;
  font-size: 85%;
  list-style: decimal inside;
}

footer {
  text-align: center;
  z-index: 2;
  width: 100%;
}

footer .foot_link {
  margin: 100px auto;
  font-size: .8125rem;
}

footer .foot_link li {
  margin-bottom: 1.5em;
}

footer .copy {
  padding: 30px 0;
  font-size: 75%;
}

.invalid-code {
  margin-top: 50px;
  padding: 15px;
}

/*# sourceMappingURL=index.a9e0b726.css.map */
