@charset "UTF-8";
.p-maintitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 15px;
  height: 95px;
  border: 1px solid rgba(160, 188, 223, 0.3);
  background: rgba(10, 68, 148, 0.3);
  font-size: 2.1em;
  color: #fff;
}

.p-maintitle::before {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  bottom: 10px;
  z-index: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.p-maintitle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.07);
  mix-blend-mode: multiply;
}

.p-lead {
  line-height: 1.7142857143;
  margin: 0 15px 40px;
  text-align: justify;
  font-size: 1.4em;
  color: #fafafa;
}

.p-lead::before, .p-lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.p-lead::before {
  margin-bottom: calc(-0.4946428571em + 2px);
}

.p-lead::after {
  margin-top: calc(-0.4946428571em + 2px);
}

.p-logo {
  padding: 30px 0 40px;
}

.p-maintitle::before {
  width: 283px;
  height: 30px;
  background-image: url(../../img/pc/privacypolicy_maintitle_bg.png);
}

.p-box {
  margin-bottom: 35px;
  padding: 0 15px 31px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.4em;
  color: #9fa0a0;
}

.p-box__title {
  margin-bottom: 21px;
  line-height: 1;
  font-size: 1.2857142857em;
  color: #457bc3;
}

.p-box__text {
  line-height: 1.5714285714;
}

.p-box__text a {
  text-decoration: underline;
  color: #a0bcdf;
}

.p-box__list {
  margin: 0.7em 0 0;
}

.p-box__list .p-box__list {
  margin: 0.7em 0 0.7em 1.25em;
}

.p-box__item {
  text-indent: 0;
  line-height: 1.5714285714;
}

.p-box__item .p-box__item {
  padding-left: 0.5em;
  list-style-type: lower-alpha;
}

.p-box__item .p-box__item .p-box__item {
  list-style-type: lower-roman;
}

.p-box > .p-box__list {
  counter-reset: list;
}

.p-box > .p-box__list > .p-box__item {
  counter-increment: list;
  margin-left: 2em;
  text-indent: -2em;
}

.p-box > .p-box__list > .p-box__item::before {
  content: "（" counter(list) "）";
  display: inline-block;
  width: 2em;
  text-indent: 0;
}


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