@charset "utf-8";
/* CSS Document */
/*privacy*/
.privacy-mv {
  width: 80%;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
  background: url(../images/privacy/privacy-mv-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: border-box;
}
.privacy-type {
  position: relative;
  left: -7%;
  padding-top: 12%;
  padding-bottom: 12%;
  width: 400px;
  height: auto;
}
.privacy {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0 150px 0;
}
.privacy h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: #52b6f1;
  text-align: center;
}
.privacy h3 {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 50px;
  font-size: 24px;
  font-weight: normal;
  color: #52b6f1;
}
.privacy p {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #555;
}
/*1360px以下レイアウト*/
@media screen and (max-width: 1360px) {
  /*privacy*/
  .privacy-mv {
    width: 90%;
    height: auto;
    border-radius: 10px;
    margin: 0 auto;
    background: url(../images/privacy/privacy-mv-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
  }
  .privacy-type {
    position: relative;
    left: -7%;
    padding-top: 12%;
    padding-bottom: 12%;
    width: 50%;
    height: auto;
  }
  .privacy {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 50px 5% 150px 5%;
  }
}
/*960px以下レイアウト*/
@media screen and (max-width: 960px) {
  /*privacy*/
  .privacy {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 5% 100px 5%;
  }
  .privacy h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #52b6f1;
    text-align: center;
  }
}
/*599px以下レイアウト*/
@media screen and (max-width: 599px) {
  /*privacy*/
  .privacy-type {
    position: relative;
    left: -7%;
    padding-top: 12%;
    padding-bottom: 12%;
    width: 40%;
    height: auto;
  }
  .privacy {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 5% 100px 5%;
  }
  .privacy h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #52b6f1;
    text-align: left;
  }
  .privacy h3 {
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 30px;
    font-size: 18px;
    font-weight: normal;
    color: #52b6f1;
  }
}
