@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : customer_harassment.css
 author     : Ability Consultant
 style info : customer_harassment
=================================================================== */
.customer_harassment {
  width: 95%;
  max-width: 1180px;
  margin: auto;
}

/*Animate */
/*Vertical text */
#privacy .page_title .title {
  background-position: left center;
}

/* -----------------------------------------------------------
    privacy
----------------------------------------------------------- */
.customer_harassment {
  max-width: 980px;
  padding: 0 0 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .customer_harassment {
    padding: 0 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .customer_harassment {
    padding: 0 0 50px;
  }
}
.customer_harassment .headline {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .customer_harassment .headline {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .customer_harassment .headline {
    margin-bottom: 32px;
  }
}
.customer_harassment .headline h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0dcdb;
  font-size: 143%;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .customer_harassment .headline h2 {
    font-size: 136%;
  }
}
@media only screen and (max-width: 767px) {
  .customer_harassment .headline h2 {
    font-size: 129%;
  }
}
.customer_harassment .headline h2:after {
  content: "";
  position: absolute;
  width: 140px;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: #c12608;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .customer_harassment .headline h2:after {
    width: 112px;
  }
}
@media only screen and (max-width: 767px) {
  .customer_harassment .headline h2:after {
    width: 84px;
  }
}
.customer_harassment .customer_harassment_list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .customer_harassment .customer_harassment_list {
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .customer_harassment .customer_harassment_list {
    padding-bottom: 12px;
  }
}
.customer_harassment .customer_harassment_list h3 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 115%;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .customer_harassment .customer_harassment_list h3 {
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .customer_harassment .customer_harassment_list h3 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .customer_harassment .customer_harassment_list h3 {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .customer_harassment .customer_harassment_list h3 {
    font-size: 108%;
  }
}
.customer_harassment .customer_harassment_list h3:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #c12608;
}
.customer_harassment .customer_harassment_list ul {
  padding: 20px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .customer_harassment .customer_harassment_list ul {
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .customer_harassment .customer_harassment_list ul {
    padding: 15px 0 0;
  }
}
.customer_harassment .customer_harassment_list ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.customer_harassment .customer_harassment_list ul li:before {
  content: "・";
  margin-right: 5px;
}
.customer_harassment .customer_harassment_list .privacy_inquiry {
  padding: 2em;
  border: 6px solid #f5f5f5;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .customer_harassment .customer_harassment_list .privacy_inquiry {
    padding: 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  .customer_harassment .customer_harassment_list .privacy_inquiry {
    padding: 1.5em;
  }
}
.customer_harassment .customer_harassment_list .privacy_inquiry h4 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 108%;
}
.customer_harassment .customer_harassment_list .privacy_inquiry h4 span {
  margin-left: 1em;
  font-weight: normal;
  font-size: 87%;
}
@media only screen and (max-width: 767px) {
  .customer_harassment .customer_harassment_list .privacy_inquiry h4 span {
    display: block;
    margin-left: 0;
  }
}
