/*----------------------------------------

	privacy CSS

-----------------------------------------*/
/*----------------------------------------
	privacy common
-----------------------------------------*/
.privacy .c-title--page__wrapper {
  margin-bottom: 0;
}
.privacy .c-title--page {
  border-bottom: 1px solid #999;
  padding-bottom: min(3.602vw, 60px);
  margin-bottom: min(7.205vw, 120px);
  letter-spacing: 0.06em;
  font-family: "Noto Serif JP", serif;
  color: #4B4949;
}
@media screen and (max-width: 768px) {
  .privacy .c-title--page {
    font-size: 24px;
  }
}
.privacy .c-breadcrumbs {
  margin-top: min(6.772vw, 112.8px);
}

.mb {
  margin-bottom: 50px;
}

/*----------------------------------------
	content
-----------------------------------------*/
.text_01 {
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  color: #4B4949;
}
@media screen and (max-width: 768px) {
  .text_01 {
    font-size: 14px;
  }
}
.text_01 p {
  margin: 0 0 10px;
}

.text_02 {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: #00552e;
  margin: 40px 0 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .text_02 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.text_03 {
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  color: #4B4949;
  border: 1px solid #4B4949;
  padding: 20px 20px 10px;
}
@media screen and (max-width: 768px) {
  .text_03 {
    font-size: 14px;
  }
}
.text_03 p {
  margin: 0 0 10px;
}

.text_04 {
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  color: #4B4949;
  display: flex;
  flex-wrap: nowrap;
}
.text_04 li:first-child{
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .text_04 {
    font-size: 14px;
  }
}

.ki {
  margin-top: 80px;
}
.ki p {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.title_01 {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  color: #4B4949;
  border-bottom: 1px solid #00552e;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .title_01 {
    font-size: 20px;
  }
}
/*# sourceMappingURL=privacy.css.map */