/* --------------------------------------------------
  common
-------------------------------------------------- */
/* --------------------------------------------------
  mv
-------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .mv {
    height: 210px;
    padding: 3em 0 2em;
  }
}

/* --------------------------------------------------
  policy
-------------------------------------------------- */
.policy {
  padding-top: 0;
  position: relative;
  z-index: 2;
  background: #232286;
}
@media screen and (min-width: 640px) {
  .policy {
    padding: 0 0 105px;
  }
}
.policy::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: -60px;
  background: url(../img/common/mv_bg.png) no-repeat center top/133%;
  z-index: -1;
}
@media screen and (min-width: 640px) {
  .policy::before {
    top: -320px;
    background-position: center top 200px;
    height: calc(100% + 320px);
  }
}
.policy-container {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 40px;
}
@media screen and (min-width: 640px) {
  .policy-container {
    padding: 54px 9.6%;
  }
}
.policy-ttl {
  color: #161652;
  border-bottom: 1px solid #ddd;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 25px 0 8px;
  margin: 0 0 12px;
}
@media screen and (min-width: 640px) {
  .policy-ttl {
    font-size: 2rem;
    padding: 35px 0 10px;
    margin: 0 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .policy-ttl {
    font-size: 2.2rem;
  }
}
.policy-txt {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .policy-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .policy-txt {
    font-size: 1.6rem;
  }
}
.policy-txt.--right {
  text-align: right;
  margin-top: 16px;
}
.policy-cont {
  text-align: center;
  border: 1px solid #ddd;
  padding: 16px;
  margin: 20px 0 0;
}
@media screen and (min-width: 640px) {
  .policy-cont {
    padding: 32px;
    margin: 25px 0 0;
  }
}
.policy-cont-ttl {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .policy-cont-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .policy-cont-ttl {
    font-size: 1.6rem;
  }
}
.policy-cont-txt {
  font-size: 1.3rem;
  font-weight: 300;
}
@media screen and (min-width: 640px) {
  .policy-cont-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .policy-cont-txt {
    font-size: 1.6rem;
  }
}
.policy-mh {
  text-align: center;
  color: #161652;
  font-size: 1.7rem;
  font-weight: 300;
  background: #f3f7fb;
  margin: 35px 0 12px;
  padding: 6px;
}
@media screen and (min-width: 640px) {
  .policy-mh {
    font-size: 2rem;
    margin: 52px 0 16px;
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .policy-mh {
    font-size: 2.3rem;
  }
}
.policy a {
  display: inline-block;
}
.policy a.--txtLink {
  color: #161652;
  text-decoration: underline;
}
.policy a.--icn {
  display: inline;
  padding-right: 18px;
  background: url(../img/common/icn_pdf_navy.svg) no-repeat center right/14px;
}
@media screen and (min-width: 640px) {
  .policy a.--icn {
    padding-right: 22px;
    background-size: 16px;
  }
}/*# sourceMappingURL=privacy.css.map */