@charset "UTF-8";

body {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.global-header,
.global-footer,
.c-breadcrumb,
.feature-page__contents-area iframe,
.product-list,
.feature-page__button--print,
h2:has(+ iframe),
h2:has(+ .product-list),
iframe+small,
iframe+small+small {
  display: none !important;
}

.global-contents__inner,
#feature-page-detail {
  width: 100%;
}

.global-contents__inner {
  padding: 0;
}

#feature-page-detail {
  padding: 1cm;
}

@page {
  size: A4;
  margin: 0;
}