@charset "UTF-8";
/*
# =================================================================
# プライバシーポリシー
# =================================================================*/
#privacy .sentence {
  padding: 150px 0 0 0;
  overflow: hidden;
}
#privacy .sentence .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 130px auto;
}
#privacy .sentence .inner > p {
  margin: 0 0 35px 0;
  font-weight: 700;
  color: #00aeeb;
  line-height: 1.8;
}
#privacy .sentence .inner .box1 {
  margin: 0 0 35px 0;
}
#privacy .sentence .inner .box1:nth-last-of-type(1) {
  margin: 0;
}
#privacy .sentence .inner .box1 h3 {
  font-weight: 700;
  color: #e95541;
  line-height: 1.8;
}
#privacy .sentence .inner .box1 p {
  font-weight: 700;
  color: #00aeeb;
  line-height: 1.8;
}

/*
# =================================================================
# レスポンシブ要素
# =================================================================*/
/* 4K:2560px */
/* PC:1920px */

/* laptop NotePC L */
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1240px) {
}

/* laptop NotePC */
@media screen and (max-width: 1024px) {
}

/* tablet */
@media screen and (max-width: 768px) {
  /* プライバシーポリシー */
  #privacy .sentence {
    padding: 80px 0 0 0;
  }
  #privacy .sentence .inner {
    margin: 0 auto 80px auto;
  }
}

/* mobile L */
@media screen and (max-width: 480px) {
  /* プライバシーポリシー */
  #privacy .sentence {
    padding: 40px 0 0 0;
  }
  #privacy .sentence .inner {
    margin: 0 auto 35px auto;
  }
  #privacy .sentence .inner > p {
    font-size: 4vw;
  }
  #privacy .sentence .inner .box1 h3 {
    font-size: 4vw;
  }
  #privacy .sentence .inner .box1 p {
    font-size: 4vw;
  }
}

/* mobile M */
@media screen and (max-width: 375px) {
}

/* mobile S */
@media screen and (max-width: 320px) {
}
