@charset "UTF-8";

/*-------------------------------------------
common
-------------------------------------------*/
:root {
  --red: #FF3301;
  --green: #129459;
  --table-y-green: #e9f5ef;
}
body {
  line-height: 2;
}
.tos-container {
  max-width: 920px;
  padding-inline: 20px;
  margin-inline: auto;
}

/*-------------------------------------------
mv
-------------------------------------------*/
.page-mv {
  background-image: url(../img/common/common-mv.jpg);
  background-position: right;
}

/*-------------------------------------------
利用約款
-------------------------------------------*/
.tos-inner {
  margin-bottom: 60px;
}
.tos-inner:last-of-type {
  margin-bottom:150px;
}
.tos .page-section-title {
  margin-bottom: 60px;
}
.tos-heading {
  font-size: min(22px, 2.8vw);
  border-bottom: 1px solid var(--green);
  font-weight: 500;
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-bottom: 10px;
}
.tos-heading span {
  margin-right: 1em;
}
.tos-inner p {
  font-size: min(16px, 2.0vw);
  text-align: justify;
}

.tos-inner ol {
  font-size: min(16px, 2.0vw);
  padding-left: 2.5em;
}
.tos-inner ol  > li {
  list-style-type: decimal;  
}
.tos-inner dt {
  font-weight: 600;
  text-indent: -0.8em;
  padding-left: 0.8em;
  margin-top: 0.8em;
}
.tos-inner dd {
  margin-left: 0.8em;
}
.tos-inner a {
  color: var(--green);
}
.tos-end {
  margin-top: 1em;
}

.tos-page-btn {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: var(--green);
  width: min(240px, 100%);
  background-color: #fff;
  padding: 0.6em;
  border: 1px solid var(--green);
  border-radius: 999px;
  margin-inline: auto;
  margin-bottom: 150px;
}

/*-------------------------------------------
利用約款改定履歴（子ページ）
-------------------------------------------*/
.tos-revision {
  margin-bottom: 200px;
}
.tos-revision-heading {
  font-size: min(24px, 2.8vw);
  font-weight: 500;
  margin-bottom: 10px;
}
.tos-revision > .tos-revision-text:first-child {
  margin-bottom: 40px;
}
.tos-revision-date {
  font-size: 18px;
  margin-bottom: 40px;
}
.tos-revision-text {
  font-size: 16px;
  line-height: 1.75;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {
  /* mv
  -------------------------------------------*/
  .page-mv {
    background-image: url(../img/common/common-mv-sp.jpg);
  }

    /* 利用約款
  -------------------------------------------*/
  .tos-inner {
    line-height: 1.75;
    margin-bottom: 40px;
  }
  .tos-inner:last-of-type {
    margin-bottom: 40px;
  }
  .tos .page-section-title {
    margin-bottom: 40px;
  }
  .tos-heading {
    font-size: max(18px, 2.8vw);
  }
  .tos-inner p {
    font-size: max(14px, 2.0vw);
  }
  .tos-inner ol {
    font-size: max(14px, 2.0vw);
  }
  .tos-page-btn {
    font-size: 16px;
    width: min(200px, 100%);
    padding: 0.4em;
    margin-bottom: 60px;
  }

  /* 利用約款改定履歴（子ページ）
  -------------------------------------------*/
  .tos-revision {
    margin-bottom: 80px;
  }
  .tos-revision-heading {
    font-size: max(20px, 2.8vw);
  }
  .tos-revision > .tos-revision-text:first-child {
    margin-bottom: 18px;
  }
  .tos-revision-date {
    font-size: 16px;
    margin-bottom: 30px;
  }
}