@charset "UTF-8";
/*=======================================
	responsive
=======================================*/
:root {
  --main_color: #006DD9;
}

/*=======================================
　パンくずリスト
=======================================*/
.tab_pankuzu .content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

/*=======================================
　privacy
=======================================*/
.privacy .content {
  margin: 120px auto 150px;
}
@media screen and (max-width: 1024px) {
  .privacy .content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .privacy .content {
    margin: 60px auto 80px;
  }
}
.privacy p {
  letter-spacing: 0.08em;
}
.privacy__init {
  font-size: 16px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .privacy__init {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
.privacy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .privacy__list {
    gap: 45px;
  }
}
.privacy__ttl {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .privacy__ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.privacy__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: var(--main_color);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .privacy__ttl::before {
    -webkit-transform: none;
            transform: none;
    top: 12px;
    width: 10px;
    height: 10px;
  }
}
.privacy__plain {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .privacy__plain {
    padding-left: 0;
  }
}/*# sourceMappingURL=privacy.css.map */
