@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.privacypolicy
------------------------------ */
.privacypolicy {
  position: relative;
}
@media screen and (max-width: 768px) {
  .privacypolicy {
    margin-top: 0;
    padding: 0;
  }
}
.privacypolicy .main_box a {
  padding-bottom: 5px;
  color: #00A514;
  background: linear-gradient(#333, #333) 0 100%/0 1px no-repeat;
}
@media screen and (min-width: 769px) {
  .privacypolicy .main_box a:hover {
    opacity: 1;
    animation: text-line 0.4s ease forwards;
  }
}
.privacypolicy .pp_box + .pp_box {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .privacypolicy .pp_box + .pp_box {
    margin-top: 40px;
  }
}
.privacypolicy .pp_box .ttl_box {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .privacypolicy .pp_box .ttl_box {
    margin-bottom: 16px;
  }
}
.privacypolicy .note {
  margin-top: 64px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .privacypolicy .note {
    margin-top: 24px;
    font-size: 1.2rem;
  }
}
.privacypolicy .note::before {
  content: "※";
  display: inline-block;
  width: 1.5em;
  text-indent: 0;
  color: #00A514;
}
.privacypolicy .btm_txt {
  margin-top: 64px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .privacypolicy .btm_txt {
    margin-top: 24px;
  }
}