@charset "UTF-8";
.header {
  position: static !important;
}

main {
  padding: 0 !important;
}

.top_image {
  height: 90vh !important;
}

body {
  zoom: 0.75; /* 75%に縮小、タブレット相当 */
  margin: 0;
  font-size: 12pt;
  color: #000;
  -webkit-print-color-adjust: exact; /* Chrome/Safariで背景色や画像を正確に印刷 */
  print-color-adjust: exact; /* 標準プロパティ */
}

@page {
  padding: 10mm 0 !important; /* 用紙の四方に10mmの余白 */
  margin: 10mm !important;
}
.header_nav {
  display: none !important;
}

.c-contact {
  display: none !important;
}

.c-page_title {
  margin-bottom: 0 !important;
}

.c-page_bottom {
  display: none !important;
}

.print-break {
  page-break-before: always;
}

.container {
  gap: 30px !important;
}

.c-section_wrap {
  padding: 40px !important;
}

.contact_row {
  margin-bottom: 10px !important;
}

.contact_wrap {
  padding: 20px !important;
}

.body {
  padding-top: 10px !important;
}

.accordion_panel {
  height: 80px !important;
  opacity: 1 !important;
}

.accordion_content {
  transform: none !important;
  opacity: 1 !important;
}

.news_footer {
  margin-bottom: 100px !important;
}/*# sourceMappingURL=print.css.map */