@charset "utf-8";
/*=====  privacy =====*/
.privacy_bg h2 {
	    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  font-size: 2.4rem;
}
.privacy_bg {
  width: 100%;
  height: 200px;
  margin-bottom: 80px;
  background-image: url("../images/privacy/privacy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(30%);
}
.privacy_text {
  padding: 0 20px;
  margin: 0 auto;
  text-align: left;
}
.privacy_title {
  padding: 40px 0;
  font-size: 1.6rem;
  text-decoration: underline 2px #eeabc4;
}
.privacy_contact {
  padding: 30px 0 30px 20px;
}
@media screen and (min-width: 768px) {
  .privacy {
    padding-top: 80px;
  }
  .privacy_bg {
    height: 400px;
    margin-bottom: 80px;
  }
  .privacy_bg h2 {
	      font-size: 4rem;
  }
  .privacy_text {
    width: 800px;
  }
}