@charset "UTF-8";
/* Scss Document */
:root {
  --pc: 1000px;
  --sp: 999px;
  --fs48: 4.8rem;
  --fs40: 4rem;
  --fs36: 3.6rem;
  --fs28: 2.8rem;
  --fs22: 2.2rem;
  --fs20: 2.0rem;
  --fs18: 1.8rem;
  --fs16: 1.6rem;
  --fs14:1.4rem;
  --fs12:1.2rem; }

@media (max-width: 999px) {
  :root {
    --fs48: 2.6rem;
    --fs40: 2.2rem;
    --fs36: 2.4rem;
    --fs28: 2.2rem;
    --fs22: 2.0rem;
    --fs20: 1.8rem;
    --fs18: 1.4rem;
    --fs16: 1.4rem;
    --fs14: 1.2rem;
    --fs12: 1.0rem; } }
/*
---------------------------------------
privacy01
---------------------------------------
*/
#privacy01 {
  padding-top: 12rem; }
  @media (max-width: 999px) {
    #privacy01 {
      padding-top: 6rem; } }
  #privacy01 .sttl {
    font-size: 3.8rem;
    padding-bottom: 2rem;
    text-align: center;
    font-weight: bold;
    color: #01A0E9;
    margin-bottom: 0; }
    @media (max-width: 999px) {
      #privacy01 .sttl {
        font-size: 2.2rem;
        padding-bottom: 1.5rem; } }
  #privacy01 .lineBox {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 6rem; }
    @media (max-width: 999px) {
      #privacy01 .lineBox {
        margin-bottom: 3rem; } }
    #privacy01 .lineBox .line {
      width: 7rem;
      height: 0.4rem;
      margin: 0 0.2rem;
      background: #6EBAF2;
      display: block; }
      @media (max-width: 999px) {
        #privacy01 .lineBox .line {
          width: 3.5rem;
          height: 2px;
          margin: 0 1px; } }

#privacy01,
#privacy02 {
  text-align: center;
  margin-bottom: 2vw; }
  #privacy01 h2,
  #privacy02 h2 {
    font-size: 36px;
    margin: 110px auto 40px;
    text-align: center; }
    @media (max-width: 999px) {
      #privacy01 h2,
      #privacy02 h2 {
        margin: 50px auto 30px;
        line-height: 32px;
        font-size: 20px;
        text-align: left; } }
  #privacy01 p,
  #privacy02 p {
    margin-bottom: 100px;
    text-align: left;
    word-wrap: break-word; }
    @media (max-width: 999px) {
      #privacy01 p,
      #privacy02 p {
        margin-bottom: 30px;
        font-size: 14px;
        text-align: justify; } }
  #privacy01 ul,
  #privacy02 ul {
    margin-bottom: 10px; }
    @media (max-width: 999px) {
      #privacy01 ul,
      #privacy02 ul {
        width: 100%;
        margin: 0 auto;
        margin-top: 10px; } }
  #privacy01 ul:last-of-type,
  #privacy02 ul:last-of-type {
    margin-bottom: 0; }
  #privacy01 ul li,
  #privacy02 ul li {
    text-indent: -2.3rem;
    padding-left: 2.3rem; }
    @media (max-width: 999px) {
      #privacy01 ul li,
      #privacy02 ul li {
        text-indent: -1.6rem;
        padding-left: 1.6rem; } }
    @media (min-width: 1000px) {
      #privacy01 ul li,
      #privacy02 ul li {
        font-size: 18px; } }
  #privacy01 li::before,
  #privacy02 li::before {
    margin-right: 1rem;
    line-height: 1.5;
    content: '■';
    color: #6EBAF2;
    font-size: 1.4rem; }
    @media (max-width: 999px) {
      #privacy01 li::before,
      #privacy02 li::before {
        font-size: 1.2rem;
        margin-right: 0.5rem; } }
  #privacy01 .stxt,
  #privacy02 .stxt {
    text-align: justify; }
  #privacy01 dl,
  #privacy02 dl {
    margin-bottom: 5vw;
    text-align: left; }
    @media (max-width: 999px) {
      #privacy01 dl,
      #privacy02 dl {
        margin-bottom: 10vw; } }
    #privacy01 dl p,
    #privacy02 dl p {
      margin-bottom: 20px; }
  #privacy01 dt,
  #privacy02 dt {
    font-size: 3.2rem;
    margin-bottom: .5em;
    text-align: left;
    color: #01A0E9;
    font-weight: bold;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #privacy01 dt,
      #privacy02 dt {
        font-size: 1.6rem; } }

#privacy01 h2 {
  margin-top: 0; }

#privacy02 .sttl {
  font-size: 3.8rem;
  padding-bottom: 2rem;
  text-align: center;
  font-weight: bold;
  color: #01A0E9;
  margin-bottom: 0; }
  @media (max-width: 999px) {
    #privacy02 .sttl {
      font-size: 2.2rem;
      padding-bottom: 1.5rem; } }
#privacy02 .lineBox {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 6rem; }
  @media (max-width: 999px) {
    #privacy02 .lineBox {
      margin-bottom: 3rem; } }
  #privacy02 .lineBox .line {
    width: 7rem;
    height: 0.4rem;
    margin: 0 0.2rem;
    background: #6EBAF2;
    display: block; }
    @media (max-width: 999px) {
      #privacy02 .lineBox .line {
        width: 3.5rem;
        height: 2px;
        margin: 0 1px; } }
#privacy02 .mb {
  margin-bottom: 50px; }
#privacy02 .sstxt {
  margin: 20px 0; }
  @media (max-width: 999px) {
    #privacy02 .sstxt {
      text-align: left; } }
  #privacy02 .sstxt span {
    font-size: 20px; }
    @media (max-width: 999px) {
      #privacy02 .sstxt span {
        font-size: 16px; } }
  #privacy02 .sstxt a {
    color: #01A0E9;
    text-decoration: underline;
    font-weight: bold; }
#privacy02 .ssttl {
  font-size: 20px;
  margin-top: 60px; }
