@charset "UTF-8";
@media (min-width: 769px) {
  .visibleSP {
    display: none;
  }
}

@media (max-width: 768px) {
  .visiblePC {
    display: none;
  }
}

.privacyInner {
  max-width: 1200px;
  position: relative;
  margin: auto;
  background-color: #fff;
}

.privacy {
  padding: 56px 20px 60px;
}

@media (max-width: 768px) {
  .privacy {
    padding: 26px 12px 50px;
  }
}

.privacy__ttl {
  font-size: 3.0em;
  text-align: center;
  padding-bottom: 25px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .09em;
}

@media (max-width: 768px) {
  .privacy__ttl {
    font-size: 2em;
    line-height: 1.4;
    padding-bottom: 20px;
  }
}

.privacy__table {
  border-top: #5A5A5A solid 1px;
  border-bottom: #5A5A5A solid 1px;
  max-width: 1030px;
  margin: auto;
}

.table {
  border-bottom: #5A5A5A dashed 1px;
}

.table:last-child {
  border: none;
}

.table__caption {
  font-size: 1.7em;
  background-color: #EBEBEB;
  letter-spacing: .1em;
  text-align: center;
  vertical-align: middle;
  padding: 0 20px;
  width: 35%;
}

@media (max-width: 768px) {
  .table__caption {
    font-size: 1.6em;
    line-height: 1.2;
    padding: 16px 0 13px;
    display: block;
    width: 100%;
  }
}

.table__explanation {
  font-size: 1.4em;
  padding: 21px 48px 43px;
  line-height: 1.78;
  letter-spacing: .11em;
}

@media (max-width: 768px) {
  .table__explanation {
    padding: 17px 13px 24px;
    line-height: 1.8;
    padding: 16px 11px 32px;
    display: block;
    width: 93%;
    margin: auto;
  }
}

.detail {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .detail {
    max-width: 80vw;
  }
}

.detail__text {
  margin: 50px auto 0;
  font-size: 1.6em;
  line-height: 1.875;
  letter-spacing: 0.11em;
  white-space: pre-wrap;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .detail__text {
    margin-top: 20px;
    width: 77.33333pxvw;
    font-size: 1.3em;
  }
}

.detail__text strong {
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .detail__text strong {
    font-size: 16px;
  }
}

.detail__text a {
  color: inherit;
  text-decoration: underline;
}

#ext-tm::before {
  display: block;
  height: 8rem;
  margin-top: -8rem;
  content: "";
}

.ext-tm {
  margin: 0 auto;
  font-size: 1.6em;
  line-height: 1.875;
  letter-spacing: 0.11em;
  word-break: break-all;
  /* 親アコーディオン */
  /* 子アコーディオン */
  /* 孫アコーディオン */
}

.ext-tm .ttl {
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .ext-tm .ttl {
    font-size: 20px;
  }
}

.ext-tm .txt {
  font-size: 16px;
}

@media (max-width: 768px) {
  .ext-tm .txt {
    font-size: 12px;
  }
}

.ext-tm .sttl {
  font-size: 18px;
  font-weight: bold;
}

.ext-tm .ac-box {
  background: #f4f4f4;
}

.ext-tm .ac01-box {
  margin-bottom: 7px;
}

.ext-tm .ac01-box:first-child {
  padding-top: 7px;
}

.ext-tm .ac01-box .ac01-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0.5em 2em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid #d0d0d0;
}

.ext-tm .ac01-box .ac01-txt::-webkit-details-marker {
  display: none;
}

.ext-tm .ac01-box .ac01-txt::after {
  -webkit-transform: translateY(-25%) rotate(45deg);
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.ext-tm .ac01-box .open-box {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #333333;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

.ext-tm .ac01-box .open-box .ttl {
  font-size: 14px;
}

.ext-tm .ac01-box[open] {
  padding-bottom: 10px;
}

.ext-tm .ac01-box[open] .ac01-txt::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.ext-tm .ac01-box[open] .open-box {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.ext-tm .ac02-box {
  max-width: 95%;
  margin: 10px 20px 7px;
  border-radius: 5px;
  background: #fff;
}

@media (max-width: 768px) {
  .ext-tm .ac02-box {
    margin: 10px 10px 7px;
  }
}

.ext-tm .ac02-box .ttl {
  font-size: 16px;
  padding: 0;
}

.ext-tm .ac02-box .ttl span {
  font-size: 12px;
}

.ext-tm .ac02-box .ac02-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0.5em 2em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  /* 子アコーディオンの矢印 */
}

@media (max-width: 768px) {
  .ext-tm .ac02-box .ac02-txt {
    padding: 0.5em 1em;
  }
}

.ext-tm .ac02-box .ac02-txt::-webkit-details-marker {
  display: none;
}

.ext-tm .ac02-box .ac02-txt::after {
  -webkit-transform: translateY(-25%) rotate(45deg);
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.ext-tm .ac02-box .open-box {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #333333;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

@media (max-width: 768px) {
  .ext-tm .ac02-box .open-box {
    padding: 0.3em 0.5em 1.5em;
  }
}

.ext-tm .ac02-box .open-box .ttl {
  font-size: 14px;
}

.ext-tm .ac02-box .open-box .txt {
  font-size: 12px;
}

.ext-tm .ac02-box .open-box .txt a {
  text-decoration: underline;
}

.ext-tm .ac02-box .open-box .txt a[target=_blank] {
  padding-right: 12px;
  background: url(../images/terms/icon_link.svg) right center/10px auto no-repeat;
}

.ext-tm .ac02-box[open] .ac02-txt::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.ext-tm .ac02-box[open] .open-box {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.ext-tm .ac03-box {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
}

.ext-tm .ac03-box .ac03-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0em 1em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 3px dotted #ccc;
}

.ext-tm .ac03-box .ac03-txt .ttl {
  font-size: 12px;
}

.ext-tm .ac03-box .ac03-txt::-webkit-details-marker {
  display: none;
}

.ext-tm .ac03-box .ac03-txt::before {
  width: 3px;
  height: .9em;
  border-radius: 5px;
  background-color: #333333b3;
  content: '';
  position: absolute;
  right: 1em;
  rotate: 90deg;
}

.ext-tm .ac03-box .ac03-txt::after {
  width: 3px;
  height: .9em;
  border-radius: 5px;
  background-color: #333333b3;
  content: '';
  -webkit-transition: rotate .3s;
  transition: rotate .3s;
}

.ext-tm .ac03-box .open-box {
  padding: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #333333;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

@media (max-width: 768px) {
  .ext-tm .ac03-box .open-box {
    padding: .3em 1em 0.3em;
  }
}

.ext-tm .ac03-box .open-box .txt {
  font-size: 12px;
}

.ext-tm .ac03-box[open] .ac03-txt::after {
  rotate: 90deg;
}

.ext-tm .ac03-box[open] .open-box {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

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