@charset "UTF-8";
/* ------------------------------
 width: all
------------------------------ */
main section.ttlsection .wrapper {
  background-image: url(../../images/bg_privacypolicy.jpg);
}
main section.s01 {
  width: 800px;
  margin: 0 auto;
}
main section.s01 .wrapper dl + dl {
  margin-top: 50px;
}
main section.s01 .wrapper dl dt {
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
}
main section.s01 .wrapper dl dt::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background-color: #029D97;
  position: absolute;
  bottom: 0;
  left: 0;
}
main section.s01 .wrapper dl dt .num {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
}
main section.s01 .wrapper dl dt .t01 {
  font-size: 20px;
  font-weight: bold;
}
main section.s01 .wrapper dl dd {
  margin-top: 25px;
}
main section.s01 .wrapper dl dd p {
  font-size: 15px;
  line-height: 200%;
}
main section.s01 .wrapper dl dd p .tel {
  display: block;
  margin-top: 7px;
}
main section.s01 .wrapper dl dd ul {
  margin-top: 25px;
}
main section.s01 .wrapper dl dd ul li {
  font-size: 15px;
  line-height: 200%;
  position: relative;
  padding-left: 18px;
}
main section.s01 .wrapper dl dd ul li::before {
  content: "・";
  display: block;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttlsection .wrapper {
    background-image: url(../../images/bg_privacypolicy_sp.jpg);
  }
  main section.s01 {
    width: 100%;
    padding: 0 25px;
    margin: 0 auto;
  }
  main section.s01 .wrapper dl + dl {
    margin-top: 40px;
  }
  main section.s01 .wrapper dl dt {
    position: relative;
    padding-left: 30px;
    padding-bottom: 15px;
  }
  main section.s01 .wrapper dl dt::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background-color: #029D97;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  main section.s01 .wrapper dl dt .num {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
  }
  main section.s01 .wrapper dl dt .t01 {
    font-size: 20px;
    font-weight: bold;
  }
  main section.s01 .wrapper dl dd {
    margin-top: 25px;
  }
  main section.s01 .wrapper dl dd p {
    font-size: 15px;
    line-height: 200%;
  }
  main section.s01 .wrapper dl dd ul {
    margin-top: 25px;
  }
  main section.s01 .wrapper dl dd ul li {
    font-size: 15px;
    line-height: 200%;
    position: relative;
    padding-left: 18px;
  }
  main section.s01 .wrapper dl dd ul li::before {
    content: "・";
    display: block;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
}