@charset "UTF-8";

/* -------------------------------------------
  Page Header
-------------------------------------------- */
.page-header {
  width: 100%;
  text-align: center;
}
.page-header h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
  color: #533302;
}
@media screen and (max-width:480px) {
  .page-header h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* -------------------------------------------
  Terms of Service
-------------------------------------------- */
.tos-unit {
  width: 100%;
  color: #533302;
}
.tos-unit dl dt {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  margin: 50px 0 10px;
  border-left: solid 6px #533302;
  padding-left: 0.5em;
}
.tos-unit dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 0 1em;
}
.tos-unit dl dd.definition ul li span {
  display: block;
}
.tos-unit dl dd.definition ul li span:first-of-type {
  margin: 15px 0 2.5px;
}
.tos-unit dl dd.definition ul li span:last-of-type {
  padding-left: 3em;
}
.tos-unit dl dd ul li span.num {
  width: 2.5%;
  display: inline-block;
  vertical-align: top;
}
.tos-unit dl dd ul li span.detail {
  width: 97.5%;
  display: inline-block;
  vertical-align: top;
}
.tos-unit dl dd ul li:not(:first-of-type) {
  margin-top: 5px;
}
.tos-unit dl dd a {
  color: #533302;
}
.tos-unit p {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 50px;
}
.info-desk {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 50px;
}
.info-desk li:first-of-type {
  margin-bottom: 5px;
}
.info-desk li:not(:first-of-type) {
  margin-bottom: 2.5px;
}
@media screen and (max-width:480px) {
  .tos-unit dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 30px 0 5px;
  }
  .tos-unit dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tos-unit dl dd ul li span.num {
    width: 6%;
  }
  .tos-unit dl dd ul li span.detail {
    width: 94%;
  }
  .tos-unit p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 30px;
  }
  .info-desk {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 30px;
  }
}
