@charset "UTF-8";
/*------------------------------------------------------------
	サイト幅でセンタリング
------------------------------------------------------------*/
/*------------------------------------------------------------
	breakpoint
------------------------------------------------------------*/
/*------------------------------------------------------------
	フォント
------------------------------------------------------------*/
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
/*------------------------------------------------------------
	flex
------------------------------------------------------------*/
/*------------------------------------------------------------
	Other
------------------------------------------------------------*/
.privacy_page {
  padding-top: 13.4rem;
  padding-bottom: 13.4rem;
}
@media screen and (max-width: 850px) {
  .privacy_page {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
}

.privacy_container {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 850px) {
  .privacy_container {
    padding: 0 1.6rem;
  }
}

.privacy_breadcrumb {
  margin-bottom: 3rem;
  font-size: 1.4rem;
  color: #666;
}
@media screen and (max-width: 850px) {
  .privacy_breadcrumb {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
}
.privacy_breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}
.privacy_breadcrumb a:hover {
  color: #000;
}
.privacy_breadcrumb .breadcrumb_separator {
  margin: 0 0.8rem;
  color: #999;
}
.privacy_breadcrumb .breadcrumb_current {
  color: #000;
  font-weight: 500;
}

.privacy_title {
  font-size: 4.8rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 4rem;
  font-family: "Source Sans 3", sans-serif;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .privacy_title {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}

.privacy_content {
  background: #fff;
  border-radius: 1.2rem;
  padding: 4rem;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 850px) {
  .privacy_content {
    padding: 2.4rem 1.6rem;
    border-radius: 0.8rem;
  }
}

.privacy_intro {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e0e0e0;
}
@media screen and (max-width: 850px) {
  .privacy_intro {
    font-size: 1.4rem;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
  }
}

.privacy_section {
  margin-bottom: 4rem;
}
@media screen and (max-width: 850px) {
  .privacy_section {
    margin-bottom: 3rem;
  }
}
.privacy_section:last-of-type {
  margin-bottom: 0;
}

.privacy_section_title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1.6rem;
  font-family: "Source Sans 3", sans-serif;
}
@media screen and (max-width: 850px) {
  .privacy_section_title {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
}

.privacy_section_text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 850px) {
  .privacy_section_text {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}

.privacy_list {
  list-style: none;
  padding-left: 0;
  margin: 1.6rem 0;
}
@media screen and (max-width: 850px) {
  .privacy_list {
    margin: 1.2rem 0;
  }
}
.privacy_list li {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  padding-left: 2rem;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 850px) {
  .privacy_list li {
    font-size: 1.4rem;
    padding-left: 1.6rem;
  }
}
.privacy_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #666;
}
.privacy_list li:last-child {
  margin-bottom: 0;
}

.privacy_link {
  color: #343434;
  text-decoration: underline;
  transition: color 0.2s;
}
.privacy_link:hover {
  color: #000;
}

.privacy_footer {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 0.1rem solid #e0e0e0;
  text-align: right;
}
@media screen and (max-width: 850px) {
  .privacy_footer {
    margin-top: 3rem;
    padding-top: 2rem;
    text-align: left;
  }
}

.privacy_update_date {
  font-size: 1.4rem;
  color: #666;
}
@media screen and (max-width: 850px) {
  .privacy_update_date {
    font-size: 1.3rem;
  }
}