/************************ サイトマップ */
.box_privacy {
  font-size: 20px;
  line-height: 1.8em;
  margin: 20px auto 100px;
}

.box_privacy h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4em;
  position: relative;
  margin: 0px auto 50px;
  padding: 10px 0px;
  z-index: -1;
}

.box_privacy h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 5px solid #D7D7D7;
}

.box_privacy h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 130px;
  border-bottom: 5px solid #E06C47;
}

@media screen and (max-width: 767px) {

  .box_privacy {
    margin: 0px 25px 30px;
  }

  .box_privacy h2 {
    font-size: 20px;
    margin-bottom: 30px;
}

}