@charset "UTF-8";
.mainVisual {
  background-image: url("../images/privacy/bg_header.png");
}

@media (max-width: 575px) {
  .mainVisual {
    letter-spacing: .05em;}
  #home main > section:first-child {
    padding-bottom: 0;}
}
#privacy_txt {
  padding-bottom: 80px;
}


.ttl_txt04 {
  font-size: 1.6rem;
  text-align: left;
  line-height: 0;
  margin-top: 30px;
  margin-bottom: 1em;
  font-weight: bold;
  color: #FF4B2D;
  position: relative;
  padding-bottom: 1em;
}
.ttl_txt04::before,
.ttl_txt04::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 4px;
}
.ttl_txt04::before {
  z-index: 2;
  width: 20%;
  background-color: #FF4B2D;;
}
.ttl_txt04::after {
  width: 100%;
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #FF4B2D 2px, #FF4B2D 4px);
}