@charset "utf-8";
/*
###################################################################################################################################

visual

###################################################################################################################################
*/
@media (min-width:768px), print {
  /*visual pc ------------------------------------------------------------------------------------*/
  #visual {
    background-image: url(../../images/privacy/mv_privacy_01_pc.png);
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /*visual tab ------------------------------------------------------------------------------------*/
}
@media (max-width: 767px) {
  /*visual sp ------------------------------------------------------------------------------------*/
  #visual {
    background-image: url(../../images/privacy/mv_privacy_01_sp.png);
  }
}
/*
###################################################################################################################################

#sec01

###################################################################################################################################
*/
#sec01 .cntttl {
  font-family: source-han-serif-japanese, serif !important;
  font-weight: 300;
  font-style: normal;
}
#sec01 .lead p, #sec01 .text p, #sec01 .ol_style li, #sec01 .numlist dt, #sec01 .numlist dd, #sec01 .tellist dt, #sec01 .tellist dd {
  letter-spacing: 0.2em;
}
.ol_style > li:before {
  top: 0.025vw;
}
#sec01 .numlist dt {
  flex-basis: 3em;
  line-height: 2.3;
}
#sec01 .numlist dd {
  flex-basis: calc(100% - 4em);
  line-height: 2.3;
}
#sec01 .tellist dt {
  position: relative;
}
#sec01 .tellist dt:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-color: #181818;
  border-radius: 100px;
  left: 0px;
}
@media (min-width:768px), print {
  /*sec01 pc ------------------------------------------------------------------------------------*/
  #sec01 {
    padding-bottom: 60px;
  }
  #sec01 .inner {
    margin: 0 auto;
    max-width: 1000px;
  }
  #sec01 .cntttl {
    font-size: 2.5rem;
    margin: 60px 0 20px;
    letter-spacing: 0.2em;
  }
  #sec01 .cntttl:first-child {
    margin-top: 0px;
  }
  #sec01 .lead + .centtl {
    margin-top: 70px;
  }
  #sec01 .lead {
    margin: 20px 0 30px;
  }
  #sec01 .lead p, #sec01 .text p {
    font-size: 1.3rem;
    line-height: 2.3;
  }
  #sec01 .text {
    margin-bottom: 60px;
  }
  #sec01 .ol_style {
    margin-bottom: 60px;
  }
  #sec01 .ol_style li {
    padding-left: 1em;
    font-size: 1.3rem;
    line-height: 2.3;
  }
  #sec01 .numlist {
    margin-bottom: 40px;
  }
  #sec01 .numlist dt, #sec01 .numlist dd {
    font-size: 1.3rem;
    line-height: 2.3;
  }
  #sec01 .tellist dt, #sec01 .tellist dd {
    font-size: 1.3rem;
    line-height: 2.3;
  }
  #sec01 .tellist dt {
    padding-left: 1em;
  }
  #sec01 .tellist dt:before {
    width: 12px;
    height: 12px;
    top: 10px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /*sec01 tab ------------------------------------------------------------------------------------*/
}
@media (max-width: 767px) {
  /*sec01 sp ------------------------------------------------------------------------------------*/
  #sec01 .inner {
    padding: 9vw 4vw;
  }
  #sec01 .cntttl {
    font-size: 4.86vw;
  }
  #sec01 .lead + .centtl {
    margin-top: 6vw;
  }
  #sec01 .lead {
    margin: 2vw 0 6vw;
  }
  #sec01 .lead p, #sec01 .text p {
    font-size: 1.3rem;
    line-height: 2.8;
  }
  #sec01 .text {
    margin-bottom: 6vw;
  }
  #sec01 .ol_style {
    margin-bottom: 6vw;
  }
  #sec01 .ol_style li {
    padding-left: 1em;
    font-size: 1.3rem;
    line-height: 2.8;
  }
  #sec01 .numlist {
    margin-bottom: 40px;
  }
  #sec01 .numlist dt, #sec01 .numlist dd {
    font-size: 1.3rem;
    line-height: 2.8;
  }
  #sec01 .tellist dt, #sec01 .tellist dd {
    font-size: 1.3rem;
    line-height: 2.8;
  }
  #sec01 .tellist dt {
    padding-left: 1.5em;
  }
  #sec01 .tellist dt:before {
    width: 3vw;
    height: 3vw;
    top: 1.75vw;
  }
}