.SpOnly {
  display: none;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .SpOnly {
    display: block;
  }
}
.CustomerHarassment {
  font-family: "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
  padding: 65px 0;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .CustomerHarassment {
    padding-bottom: 30px;
  }
}
.CustomerHarassment__title01 {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
  margin-bottom: 100px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .CustomerHarassment__title01 {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
.CustomerHarassment__title02 {
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 10px;
  text-indent: -2em;
  padding-left: 2em;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .CustomerHarassment__title02 {
    font-size: 17px;
    line-height: 22.1px;
  }
}
.CustomerHarassment__container {
  width: 810px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .CustomerHarassment__container {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.CustomerHarassment__section {
  margin-bottom: 30px;
}
.CustomerHarassment__section p {
  font-size: 17px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .CustomerHarassment__section p {
    font-size: 13px;
    line-height: 17.55px;
  }
}
.CustomerHarassment__section a {
  color: #0041C0 !important;
}
.CustomerHarassment__section a:hover {
  cursor: pointer;
  text-decoration: none;
}
.CustomerHarassment__list {
  list-style: outside disc;
  margin-left: 2em;
}
.CustomerHarassment__list__item {
  font-size: 15px;
  line-height: 1.834;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .CustomerHarassment__list__item {
    font-size: 13px;
    line-height: 17.55px;
  }
}
p.CustomerHarassment__caution {
  font-size: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  p.CustomerHarassment__caution {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.CustomerHarassment__right {
  text-align: right;
}
.CustomerHarassment__footer {
  font-size: 17px;
  line-height: 26px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .CustomerHarassment__footer {
    font-size: 14px;
    margin-bottom: 30px;
  }
}