@charset "utf-8";

.box-terms-of-use {
  padding: 24px;
  border-radius: 12px;
  background: #ffffff;
}
.box-terms-of-use section:nth-child(n+2)  {
  margin-top: 24px;
}
.box-terms-of-use section  h3 {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
}
.box-terms-of-use section .text,
.box-terms-of-use section  ul {
  margin-top: 12px;
  color: #45484C;
  font-size: 1.4rem;
  line-height: 1.7;
}
.box-terms-of-use section  ul li:nth-child(n+2) {
  margin-top: 12px;
}

.cont-terms .btn-back {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 32px auto 0;
}
.cont-terms .btn-back a {
  display: block;
  padding: 14px 0;
  background: linear-gradient(106.4deg, #E50037 -14.54%, #F89F28 102.82%);
  border-radius: 8px;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}


@media print, screen and (min-width: 769px) {
  .box-terms-of-use {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 24px;
  }
  .box-terms-of-use section:nth-child(n+2)  {
    margin-top: 24px;
  }
  
  .cont-terms .btn-back {
    margin: 40px auto 0;
  }
}