@charset "utf-8";
.privacy {
  margin: 65px 0 80px;
}

.privacy_headline {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}

.privacy_box {
  margin-top: 47px;
}
.privacy_ttl {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 30px;
  border-bottom: #264966 solid 2px;
  position: relative;
  z-index: 1;
  line-height: 1.7;
  padding: 0 0 15px;
  color: #fff;
}
.privacy_ttl::before {
  content: "";
  z-index: 1;
  position: absolute;
  background: #0279ff;
  width: 50px;
  height: 2px;
  bottom: -2px;
  left: 0;
}
.privacy_txt {
  color: #9DADB9;
}
.privacy_txt > a {
  color: #0279ff;
}

.privacy_subttl {
  position: relative;
  padding-left: 15px;
  margin: 40px 0 10px;
  color: #9DADB9;
}
.privacy_subttl::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #0279ff;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
}

.privacy_copyright {
  margin-top: 44px;
  text-align: right;
  color: #9DADB9;
}


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




@media screen and (min-width: 641px) {}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .privacy {
    margin: 50px 0;
  }

  .privacy_headline {}
  
  .privacy_box {}
  .privacy_ttl {
    margin: 0 0 24px;
    padding: 0 0 12px;
  }
  .privacy_ttl::before {}
  .privacy_txt {}
  
  .privacy_subttl {
    margin-top: 36px;
  }
  .privacy_subttl::before {
    top: 7px;
  }

  .privacy_copyright {}
}
