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

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

.ttl02,
.ttl03 {
  font-size: 2.6rem;
  color: #464646;
  line-height: 1.3;
  letter-spacing: .2;
  padding-bottom: 1rem;
  position: relative;
}

.ttl03 {
  text-align: center;
}
@media (min-width: 768px) {
  .ttl02,
  .ttl03 {
  font-size: 3rem;
  }
}
[class*="ttl0"] {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: bold;
  margin: 0 auto 30px;
}
.ttl02 {
  text-align: center;
}
.ttl02::after {
  content: '';
  height: 2px;
  width: 2em;
  background: #FF4B2D;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
[class*="ttl0"] span {
  font-size: 1.2em;
  color: #FF4B2D;
  padding: 0 5px;
}


.table_01 th {
  width: 12em;
}







