@charset "utf-8";
@page {
  margin: 9mm 3mm 3mm 3mm;
}
* {
  -webkit-print-color-adjust: exact !important;
  background-attachment: initial !important;
  overflow-y: visible !important;
}
html {
  width: 1280px !important; /* 最小幅1200px + 左右余白40px */
  overflow: visible !important;
  zoom: 0.7 !important;
}
body {
  padding-top: 0 !important;
}
.mv_seeMore,
.sp,
.header_uprBox,
.header_lwrBox,
.fixedBottom,
.footer_sitemap {
  display: none !important;
}
.header {
  position: relative !important;
}
.header ,
.header_nav {
  height: 80px !important;
  padding: 0 !important;
}
.header_logo {
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 300px !important;
  height: 66px;
  text-align: left;
  padding: 10px 0 0 57px !important;
  background: url(/common_v2/images/logo.svg) no-repeat left center / 50px 66px !important;
}
.header.fixed + * {
  padding-top: 0 !important;
}
.footer_copy {
  padding: 20px 0;
  border-top: 1px solid #C3C8D6;
}
.delay {
  opacity: 1 !important;
  transform: none !important;
}
.js-acd_box {
  display: block !important;
}


/* ==================================================
ユーティリティー
================================================== */
/* 印刷時非表示 */
.printNone {
  display: none !important;
}
