@charset "UTF-8";
/*************************
共通class
************************ */
/* ************************
main
************************ */
#main {
  position: relative;
}
#main:before {
  content: "";
  display: block;
  width: calc(100% - 1.6rem);
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: calc(50% - 5.5rem);
}
@media screen and (max-width: 767.98px) {
  #main:before {
    width: calc(100% - 0.3rem);
    height: calc(100% + 0.3rem);
    right: auto;
  }
}

/* ************************
law common
************************ */
.lawcnt {
  margin-top: 0.72rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .lawcnt {
    margin-top: 0.3rem;
    padding-bottom: 1.5rem;
  }
}
.lawcnt .container {
  max-width: 11rem;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .lawcnt .container {
    padding: 0 0.6rem 0 0.3rem;
  }
}

.law-title {
  font-size: 0.22rem;
  font-weight: 700;
  padding-left: 0.36rem;
  margin-bottom: 0.6rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .law-title {
    font-size: 0.2rem;
    padding-left: 0.32rem;
    margin-bottom: 0.4rem;
    line-height: 1.5;
  }
}
.law-title:before {
  content: "";
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 0.64rem;
  color: #269db9;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0.06rem;
  margin-left: -0.36rem;
}
@media screen and (max-width: 767.98px) {
  .law-title:before {
    font-size: 0.45rem;
    margin-bottom: 0.04rem;
    margin-left: -0.32rem;
  }
}
.law-title:after {
  content: "";
  display: block;
  width: 0.18rem;
  height: 0.04rem;
  border-right: 1px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  position: absolute;
  bottom: 0.18rem;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .law-title:after {
    width: 0.23rem;
    height: 0.06rem;
    bottom: 0.13rem;
  }
}
.law-list {
  max-width: 9.3rem;
}
.law-list p {
  font-size: 0.16rem;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .law-list p {
    font-size: 0.13rem;
    line-height: 1.7692307692;
  }
}
.law-list p.enactment {
  margin-top: 0.6rem;
}
@media screen and (max-width: 767.98px) {
  .law-list p.enactment {
    margin-top: 0.2rem;
  }
}
.law-list dl {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .law-list dl {
    margin-top: 0.3rem;
  }
}
.law-list dl dt {
  font-size: 0.28rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  .law-list dl dt {
    font-size: 0.2rem;
    margin-bottom: 0.08rem;
  }
}
.law-list dl dd a {
  color: #269db9;
}
.law-list dl dd ol {
  margin-top: 0.24rem;
  padding-left: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  .law-list dl dd ol {
    margin-top: 0.16rem;
    padding-left: 0.18rem;
  }
}
.law-list dl dd ol li {
  list-style-type: decimal;
  padding-left: 0.1rem;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .law-list dl dd ol li {
    padding-left: 0.06rem;
  }
}
.law-list dl dd > *:first-child {
  margin-top: 0;
}

/* ************************
content
************************ */
#privacypolicy .law-title:before {
  content: "PRIVACY POLICY";
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  #privacypolicy .law-title:before {
    content: "PRIVACY\aPOLICY";
    white-space: pre;
  }
}

#law .law-title:before {
  content: "DISPLAY BASED\aON SPECIFIED COMMERCIAL\aTRANSACTION LAW";
  white-space: pre;
  letter-spacing: 0;
  line-height: 1.15625;
}
@media screen and (max-width: 767.98px) {
  #law .law-title:before {
    content: "DISPLAY BASED\aON SPECIFIED\a COMMERCIAL\aTRANSACTION LAW";
    font-size: 0.32rem;
  }
}

#use .law-title:before {
  content: "TERMS OF USE";
  white-space: pre;
  letter-spacing: 0;
  line-height: 1.15625;
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}