@charset "utf-8";
.privacypolicy_in {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 5% 2rem;
  margin: 5% auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  border-radius: 8px;
  box-sizing: border-box;
}
.privacypolicy_in .sub_center_ttl {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 48px;
  color: #333;
  text-align: center;
  position: relative;
}
.privacypolicy_in .sub_center_ttl::after{
  content: "";
  background-color: #039de7;
  width: 80px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
}

.privacypolicy_in .subtitle {
  font-size: 24px;
  font-weight: 500;
  margin: 1.8vw 0vw 1vw;
  color: #333;
  border-bottom: 0.01vw solid #039de7;
}
.privacypolicy_in p {
  font-size: 16px;
  line-height: 1.8;
  font-feature-settings: "palt";
  color: #333;
}
.privacypolicy_in p a{
  font-size: 16px;
  line-height: 1.8;
  font-feature-settings: "palt";
  color: #039de7;
}
@media screen and (max-width:768px) {
  .privacypolicy_in {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    padding: 5% 2rem;
  }
  .privacypolicy_in .sub_center_ttl {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #333;
    position: relative;
  }
  .privacypolicy_in .sub_center_ttl::after{

    content: "";
    background-color: #039de7;
    width: 80px;
    height: 4px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
  }

  .privacypolicy_in .subtitle {
    font-size: 20px;
    margin: 1.8vw 0vw 1vw;
    color: #333;
    border-bottom: 0.01vw solid #039de7;
  }
  .privacypolicy_in p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
  }
}