.page_faq #main {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .page_faq .contact_inner:first-child {
    padding: calc(25 * 100vw / 320) calc(20 * 100vw / 320);
  }
}
.page_faq .ttl1 .faq_press_title_ja {
  display: block;
  font-size: 38.23px;
  line-height: 1.3;
  letter-spacing: 4.2px;
}

@media screen and (max-width: 768px) {
  .page_faq .ttl1 .faq_press_title_ja {
    font-size: 30rem;
    line-height: 1.4;
    letter-spacing: calc(4.2 * 100vw / 320);
  }
}

.page_faq .ttl1 .faq_press_title_en {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .page_faq .ttl1 .faq_press_title_en {
    font-size: 12rem;
    letter-spacing: 1px;
    margin-top: calc(3 * 100vw / 320);
  }
}
