* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

fieldset {
  border: 0;
}

body {
  line-height: 1.8;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

ul li {
  list-style-type: none;
  list-style-image: none;
}

address {
  font-style: normal;
}

/* privacy-policy
--------------------- */
#privacy-policy .weight700 {
  font-weight: 700;
}
#privacy-policy .mg-btm15 {
  margin-bottom: 1rem;
}
#privacy-policy .mg-btm17 {
  margin-bottom: 1.7rem;
}
#privacy-policy .mg-btm20 {
  margin-bottom: 2rem;
}
#privacy-policy .mg-btm25 {
  margin-bottom: 2.5rem;
}
#privacy-policy .mg-btm32 {
  margin-bottom: 3.2rem;
}
#privacy-policy .mg-top35 {
  margin-top: 3.5rem;
}
#privacy-policy .inner .lead-box {
  margin-bottom: 8rem;
}
#privacy-policy .inner .wrapper {
  width: 100%;
}
#privacy-policy .inner .wrapper .box {
  position: relative;
  width: 100%;
  padding: 3.5rem 0 7rem;
  align-items: center;
  border-top: 1px solid var(--gray);
}
#privacy-policy .inner .wrapper .box::before {
  content: "";
  position: absolute;
  width: 2.5%;
  height: 1px;
  top: -1px;
  left: 0;
  background-color: var(--red);
}
#privacy-policy .inner .wrapper .box.end {
  padding: 3.5rem 0 0 0;
}
#privacy-policy .inner .wrapper .box h2 {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
#privacy-policy .inner .wrapper .box .box-lead {
  margin-bottom: 3.5rem;
}
#privacy-policy .inner .wrapper .box h3 {
  margin-bottom: 0.5rem;
  line-height: 3.4rem;
}
#privacy-policy .inner .wrapper .box .list .item {
  position: relative;
  padding-left: 1.5rem;
}
#privacy-policy .inner .wrapper .box .list .item::before {
  content: "";
  position: absolute;
  top: 1.05rem;
  left: 0.3rem;
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 100%;
  background-color: var(--red);
}
#privacy-policy .inner .wrapper .box .list .item:not(:nth-last-of-type(1)) {
  margin-bottom: 0.6rem;
}
#privacy-policy .inner .wrapper .box .alphabet .item {
  display: flex;
  line-height: 2.3rem;
}
#privacy-policy .inner .wrapper .box .alphabet .item .left {
  flex-shrink: 0;
  font-weight: 500;
  width: 1.5vw;
}
#privacy-policy .inner .wrapper .box .alphabet .item:not(:nth-last-of-type(1)) {
  margin-bottom: 0.9rem;
}
#privacy-policy .inner .wrapper .box .txt .red {
  font-weight: 500;
}
#privacy-policy .inner .wrapper .box .link-head {
  margin-bottom: 0.3rem;
}
#privacy-policy .inner .wrapper .box .link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease;
  padding-right: 1.5rem;
  background: url("../../common/img/pdf_red.svg") no-repeat center right 0/1vw;
}
#privacy-policy .inner .wrapper .box .link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #privacy-policy .mg-btm15 {
    margin-bottom: 1.2rem;
  }
  #privacy-policy .mg-btm17 {
    margin-bottom: 1rem;
  }
  #privacy-policy .mg-btm20 {
    margin-bottom: 1.5rem;
  }
  #privacy-policy .mg-btm25 {
    margin-bottom: 2.5rem;
  }
  #privacy-policy .mg-btm32 {
    margin-bottom: 2.2rem;
  }
  #privacy-policy .mg-top35 {
    margin-top: 2rem;
  }
  #privacy-policy .inner .lead-box {
    margin-bottom: 5rem;
  }
  #privacy-policy .inner .lead-box .lead:not(:nth-last-of-type(1)) {
    margin-bottom: 2rem;
  }
  #privacy-policy .inner .wrapper .box {
    padding: 2.9rem 0 5rem;
  }
  #privacy-policy .inner .wrapper .box::before {
    width: 6%;
  }
  #privacy-policy .inner .wrapper .box.end {
    padding: 2.9rem 0 0 0;
  }
  #privacy-policy .inner .wrapper .box h2 {
    font-size: 1.9rem;
    margin-bottom: 2rem;
  }
  #privacy-policy .inner .wrapper .box h3 {
    margin-bottom: 0.3rem;
  }
  #privacy-policy .inner .wrapper .box .list .item {
    padding-left: 1.6rem;
    line-height: 2.3rem;
  }
  #privacy-policy .inner .wrapper .box .list .item::before {
    top: 0.97rem;
    left: 0.2rem;
    width: 1.5vw;
    height: 1.5vw;
  }
  #privacy-policy .inner .wrapper .box .list .item:not(:nth-last-of-type(1)) {
    margin-bottom: 0.7rem;
  }
  #privacy-policy .inner .wrapper .box .alphabet .item {
    line-height: 2.3rem;
  }
  #privacy-policy .inner .wrapper .box .alphabet .item .left {
    width: 4.5vw;
  }
  #privacy-policy .inner .wrapper .box .alphabet .item:not(:nth-last-of-type(1)) {
    margin-bottom: 0.9rem;
  }
  #privacy-policy .inner .wrapper .box .link {
    background: url("../../common/img/pdf_red.svg") no-repeat center right 0/3vw;
  }
  #privacy-policy .inner .wrapper .box .link.start {
    margin-bottom: 0.2rem;
  }
}/*# sourceMappingURL=style.css.map */