@charset "UTF-8";

/* コンパイルCSS 直接修正禁止 */

@-webkit-keyframes cmnBtn03in {
  0% {
    opacity: 0;
    left: 0;
    right: 100%
  }
  100% {
    opacity: 1;
    left: 0;
    right: 0
  }
}

@keyframes cmnBtn03in {
  0% {
    opacity: 0;
    left: 0;
    right: 100%
  }
  100% {
    opacity: 1;
    left: 0;
    right: 0
  }
}

@-webkit-keyframes cmnBtn03out {
  0% {
    opacity: 1;
    left: 0;
    right: 0
  }
  100% {
    opacity: 0;
    left: 100%;
    right: 0
  }
}

@keyframes cmnBtn03out {
  0% {
    opacity: 1;
    left: 0;
    right: 0
  }
  100% {
    opacity: 0;
    left: 100%;
    right: 0
  }
}

@keyframes topArrow {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
  }
  30% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
  }
  70% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
  }
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%)
  }
}

@-webkit-keyframes topArrow {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
  }
  30% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
  }
  70% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
  }
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%)
  }
}

.privacyArea {
  padding: 161px 0 160px;
  background-color: #fff
}

@media (min-width:1000px) and (max-width:1366px) {
  .privacyArea {
    padding: 143px 0 112px
  }
}

@media screen and (max-width:640px) {
  .privacyArea {
    padding: 90px 0 112px
  }
}

.privacyArea .ttl {
  font-size: 3rem;
  
  line-height: 1;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 90px
}

@media (min-width:1000px) and (max-width:1366px) {
  .privacyArea .ttl {
    margin-bottom: 63px
  }
}

@media screen and (max-width:640px) {
  .privacyArea .ttl {
    font-size: 2.8rem;
    letter-spacing: 2.24px;
    margin-bottom: 42px
  }
}

.privacyArea .contentsArea {
  margin: 0 auto;
  width: 52.084%
}

@media (min-width:1000px) and (max-width:1366px) {
  .privacyArea .contentsArea {
    width: 60%
  }
}

@media (min-width:641px) and (max-width:1000px) {
  .privacyArea .contentsArea {
    width: 80%
  }
}

@media screen and (max-width:640px) {
  .privacyArea .contentsArea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5.56%;
    width: 100%
  }
}

.privacyArea .contentsArea p {
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: .84px
}

.privacyArea .contentsArea a {
  text-decoration: underline
}

.no-touchevents .privacyArea .contentsArea a:hover {
  text-decoration: none
}

.privacyArea .contentsArea dl+dl {
  margin-top: 30px
}

@media (min-width:1000px) and (max-width:1366px) {
  .privacyArea .contentsArea dl+dl {
    margin-top: 21px
  }
}

@media screen and (max-width:640px) {
  .privacyArea .contentsArea dl+dl {
    margin-top: 14px
  }
}

.privacyArea .contentsArea dl dd, .privacyArea .contentsArea dl dt {
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: .84px
}

.privacyArea .contentsArea dl dt {
  font-size: 1.6rem;
  line-height: 1.75rem;
  letter-spacing: .6px;
  font-weight: 700;
  margin-bottom: 10px
}

@media (min-width:1000px) and (max-width:1366px) {
  .privacyArea .contentsArea dl dt {
    margin-bottom: 7px
  }
}

@media screen and (max-width:640px) {
  .privacyArea .contentsArea dl dt {
    margin-bottom: 5px
  }
}

.privacyArea .contentsArea dl dt:before {
  font-weight: 700;
  content: '・'
}

.privacyArea .contentsArea dl dd ol {
  margin-top: 30px;
  padding-left: 1em
}

@media (min-width:1000px) and (max-width:1366px) {
  .privacyArea .contentsArea dl dd ol {
    margin-top: 21px
  }
}

@media screen and (max-width:640px) {
  .privacyArea .contentsArea dl dd ol {
    margin-top: 14px
  }
}

.privacyArea .contentsArea dl dd li {
  margin-top: 0
}

.privacyArea .mod_ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0
}

.privacyArea .mod_ol li {
  position: relative;
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: .84px;
  margin-top: 30px;
  text-align: justify;
  text-justify: inter-ideograph
}

@media (min-width:1000px) and (max-width:1366px) {
  .privacyArea .mod_ol li {
    margin-top: 21px
  }
}

@media screen and (max-width:640px) {
  .privacyArea .mod_ol li {
    margin-top: 14px
  }
}

.privacyArea .mod_ol li:before {
  content: '';
  display: inline-block;
  counter-increment: item;
  content: counter(item) ".";
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: .84px;
  width: 1em
}

.privacyArea .signature {
  text-align: right;
  margin-top: 55px
}

@media (min-width:1000px) and (max-width:1366px) {
  .privacyArea .signature {
    margin-top: 39px
  }
}

@media screen and (max-width:640px) {
  .privacyArea .signature {
    margin-top: 26px
  }
}


/*# sourceMappingURL=privacy.css.map */