header .headerPC h1:before {
  display: none;
}

header .headerPC h1 span {
  display: none;
}

header .headerPC h1 .logo {
  position: relative;
  top: 5px;
  width: 80px;
}

input, textarea {
  -webkit-appearance: none;
}

form {
  width: 80%;
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  form {
    width: 100%;
  }
}

form textarea {
  width: 100%;
  height: 100%;
  resize: none;
}

h3 {
  font-size: 22px;
  letter-spacing: 2px;
  margin: 60px 0 30px;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
}

h3:before {
  content: "";
  border-bottom: 5px solid #4CB944;
  width: 60px;
  border-radius: 20px;
  height: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#privacypage {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  #privacypage {
    margin-bottom: 80px;
  }
}

#privacypage .privacyTitleBG {
  padding-top: 120px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #ffe888;
  display: block;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  #privacypage .privacyTitleBG {
    padding-top: 80px;
  }
}

#privacypage .privacyTitleBG:before {
  background-image: url(../img/wave.png);
  background-position: center;
  background-size: auto 20px;
  background-repeat: repeat-x;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  transprivacy: scale(1, -1);
  z-index: 0;
}

#privacypage .privacyTitle {
  content: "";
  background: url(../img/privacy.png) no-repeat center -4px;
  padding: 84px 0 0 0;
  background-size: 360px;
}

@media screen and (max-width: 767px) {
  #privacypage .privacyTitle {
    background: url(../img/privacy.png) no-repeat center 25px;
    background-size: 240px;
  }
}

#privacypage .privacyTitle h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #privacypage .privacyTitle h2 {
    font-size: 32px;
  }
}

#privacypage .privacyAttention {
  text-align: center;
  display: block;
  background: #fffbeb;
  padding: 1em;
  font-size: 14px;
  margin-bottom: 24px;
}

#privacypage .privacyAttention .required {
  color: #ff6347;
  font-size: 10px;
  vertical-align: middle;
  margin-left: 3px;
}

#privacypage .privacydetail {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1em;
}

#privacypage .privacydetail_text {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #privacypage .privacydetail_text {
    text-align: left;
  }
}

#privacypage .privacydetail_content {
  background: #fafafa;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
}

#privacypage .privacydetail_content-inner {
  padding: 3em;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  #privacypage .privacydetail_content-inner {
    padding: 1em;
  }
}

#privacypage .privacydetail_content-inner .privacytext {
  margin-bottom: 2rem;
  line-height: 1.6;
  text-align: justify;
}

#privacypage .privacydetail_content-inner .privacy_list {
  margin-bottom: 1rem;
  padding-left: 1rem;
}

#privacypage .privacydetail_content-inner .privacy_list-inner {
  list-style: inherit;
  margin-top: 20px;
  line-height: 1.6;
  text-align: justify;
}
/*# sourceMappingURL=privacy.css.map */