/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_privacy
====================================================================== */
.p_privacy .l_container_top > .l_main_visual_1 > .inner {
  background-image: url(../img/privacy/mv.png);
}
@media screen and (max-width: 768px) {
  .p_privacy .l_container_top > .l_main_visual_1 > .inner {
    width: 100%;
    height: 190px;
    border-radius: 0;
    padding: 27%;
    background-image: url(../img/privacy/sp/mv.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 0;
    position: relative;
  }
}
.p_privacy .l_container_top .sec {
  border: solid 1px #E5E5E5;
  padding: 50px;
  margin: 0 0 60px 0;
  border-radius: 30px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .p_privacy .l_container_top .sec {
    padding: 7% 4.6875%;
    border-radius: 0;
    margin: 0 0 40px 0;
  }
}
.p_privacy .l_container_top .sec:last-child {
  margin: 0;
}
.p_privacy .l_container_top .sec > .c_ttl_4 {
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .p_privacy .l_container_top .sec > .c_ttl_4 {
    margin-bottom: 25px;
  }
}
.p_privacy .l_container_top .sec > .s_txt {
  text-align: right;
}
.p_privacy .l_container_top .sec > dl {
  counter-reset: number;
}
.p_privacy .l_container_top .sec > dl > .u_txt_2 {
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p_privacy .l_container_top .sec > dl > .u_txt_2 {
    font-size: 1.4em;
    margin-bottom: 1.5rem;
  }
}
.p_privacy .l_container_top .sec > dl > .u_txt_2::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: number;
  content: counter(number) ".";
}
.p_privacy .l_container_top .sec > dl > dd {
  margin-bottom: 4rem;
}
.p_privacy .l_container_top .sec > dl > dd:last-child {
  margin-bottom: 0;
}
.p_privacy .l_container_top .sec > dl > dd:last-child > .u_txt_1 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p_privacy .l_container_top .sec > dl > dd {
    margin-bottom: 3rem;
  }
}
.p_privacy .l_container_top .sec > dl > dd > .u_txt_1 {
  margin-bottom: 1rem;
  letter-spacing: 0.08em;
}
.p_privacy .l_container_top .sec > dl > dd > .u_txt_3 {
  padding-left: 2.5rem;
}
.p_privacy .l_container_top .sec > dl > dd a {
  text-decoration: underline;
}
.p_privacy .l_container_top .sec > dl > dd > ul {
  counter-reset: cnt;
}
.p_privacy .l_container_top .sec > dl > dd > ul > li {
  position: relative;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p_privacy .l_container_top .sec > dl > dd > ul > li {
    margin-bottom: 1.5rem;
  }
  .p_privacy .l_container_top .sec > dl > dd > ul > li:last-child {
    margin-bottom: 0;
  }
}
.p_privacy .l_container_top .sec > dl > dd > ul > li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: cnt;
  content: "(" counter(cnt) ") ";
}
.p_privacy .l_container_top .sec > dl > dd > ul > li > ul > li {
  margin-top: 2rem;
}
.p_privacy .l_container_top .sec > dl > dd > ul > li > ul > li:last-child {
  margin-bottom: 1.5rem;
}

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