/***** about *****/
.page-privacypolicy section a {
  color: #d69706;
  text-decoration: underline;
  word-break: break-all;
}

section h2 {
  margin: 0 0 1em;
  text-align: center;
}

section h2 p {
  margin: 0 0 0.5em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
/* first */
.page-privacypolicy .first {
  background: #fff;
  padding: 0 0 5% 0;
}

.page-privacypolicy .first-wrapper {
  padding: 80px 5% 0;
}

.page-privacypolicy .first-ttl .first-ttl-en,
.page-privacypolicy .first-ttl .first-ttl-ja {
  text-align: left;
}

.page-privacypolicy .first-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.page-privacypolicy .first-text {
  width: 60%;
  padding: 40px 0 60px;
}

.page-privacypolicy .first-img {
  width: 35%;
}

@media only screen and (max-width: 768px) {
  .page-privacypolicy .first {
    background: none;
  }
  .page-privacypolicy .first-wrapper {
    padding: 4% 5% 0;
  }
  .page-privacypolicy .first-text {
    width: 100%;
    padding: 50px 0 40px;
  }
  .page-privacypolicy .first-img {
    width: 45%;
    margin: 0 auto;
  }
}
/* outline */
.page-privacypolicy .outline-wrapper {
  padding: 65px 5%;
}

.page-privacypolicy .outline-wrapper p {
  margin: 0 0 50px;
}

.page-privacypolicy .outline-wrapper p:last-of-type {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .page-privacypolicy .outline-wrapper {
    padding: 40px 5%;
  }
}
/* detail */
.page-privacypolicy .detail .detail-wrapper {
  padding: 90px 0 75px;
  background-color: #fff;
}

.page-privacypolicy .detail .inner2 {
  width: 90%;
  max-width: 742px;
  margin: 0 auto;
}

.page-privacypolicy .detail h2 {
  margin: 0 0 74px 0;
}

.page-privacypolicy .detail h3 {
  margin: 0 0 40px 0;
  font-size: 150%;
  font-weight: 700;
  text-align: center;
}

.page-privacypolicy .detail h3 br {
  display: none;
}

.page-privacypolicy .detail .tx {
  margin: 0 0 36px 0;
  line-height: 2.2em;
}

.page-privacypolicy .detail .caption {
  margin: 0 0 70px 0;
}

.page-privacypolicy .detail .caption p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 94%;
}

.page-privacypolicy .detail .btn_guidelines {
  position: relative;
  display: block;
  width: 100%;
  max-width: 274px;
  height: 50px;
  margin: 50px auto;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  border-radius: 25px;
  background: #f6ab00;
}

.page-privacypolicy .detail .btn_guidelines::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 12px;
  height: 8px;
  margin: -4px 0 0;
  background: url("../img/common/btn_arrow.svg") center center no-repeat;
  background-size: 100%;
  transition: 0.25s;
}

.page-privacypolicy .detail .btn_guidelines:hover {
  background: #f8bc33;
}

.page-privacypolicy .detail .btn_guidelines:hover::after {
  right: 15px;
}

.page-privacypolicy .detail dl {
  display: flex;
  flex-wrap: wrap;
}

.page-privacypolicy .detail dt {
  width: 3.5em;
  margin-top: 10px;
  font-weight: 500;
}

.page-privacypolicy .detail dd {
  width: calc(100% - 3.5em);
  margin-top: 10px;
  font-weight: 500;
}

.page-privacypolicy .detail dt:first-of-type,
.page-privacypolicy .detail dd:first-of-type {
  margin-top: 0;
}

.page-privacypolicy .detail .tx a {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #cd962a;
  line-height: 1.5;
  text-decoration: underline;
}

.page-privacypolicy .detail .tx a.pdf::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 26px;
  margin-left: 10px;
  background: url("../img/common/icon-pdf.svg") center center no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 768px) {
  .page-privacypolicy .detail .detail-wrapper {
    padding: 40px 0;
  }
  .page-privacypolicy .detail .inner2 {
    width: auto;
    padding: 0 5%;
  }
  .page-privacypolicy .detail h2 {
    margin: 0 0 6% 0;
  }
  .page-privacypolicy .detail h3 {
    margin: 0 0 5% 0;
  }
  .page-privacypolicy .detail h3 br {
    display: inline;
  }
  .page-privacypolicy .detail .tx {
    margin: 0 0 5% 0;
  }
  .page-privacypolicy .detail .caption {
    margin: 0 0 5% 0;
  }
  .page-privacypolicy .detail .btn_guidelines {
    margin: 5% auto 8% auto;
  }
  .page-privacypolicy .detail .btn_guidelines:hover::after {
    right: 15px;
  }
}