@media print {
  body {
    overflow: hidden;
  }

  .page-break {
    page-break-before: always;
    display: block;
  }

  img {
    vertical-align: top;
  }

  .anchor_fixtop, .hidden-pc, ::before, ::after, .page-none {
    display: none;
  }

  .page-block {
    display: block;
  }

  header {
    top: 0;
    width: 100%;
    float: left;
  }
  header .header_sp {
    display: none;
  }

  .page {
    height: 160px;
    background: none;
  }
  .page h1 {
    color: #48ae46;
    bottom: 2px;
  }

  span.note {
    color: #333333;
  }

  footer {
    margin-top: 40px;
    width: 100%;
    float: left;
  }
  footer dt.phone img {
    display: none;
  }

  .section1 {
    display: none;
  }

  .section2 {
    margin-top: 150px;
    padding-bottom: 0;
  }
  .section2 .img {
    width: 300px;
    height: auto;
  }
  .section2 .text .line {
    display: none;
  }
  .section2 .text h2 {
    margin-top: 0;
  }

  .section3 .bg {
    display: none;
  }
  .section3 .group {
    bottom: inherit;
    position: relative;
    margin-bottom: 40px;
  }
  .section3 .container .item {
    overflow: visible;
  }
  .section3 .container .item .text {
    z-index: 999;
    top: -10%;
  }
  .section3 .container .item .text h2 {
    color: #48ae46;
  }

  .bg_content.group5, .group2 {
    padding: 0;
  }

  .page_content {
    padding-top: 0;
  }
  .page_content .img {
    margin-bottom: 0;
  }
  .page_content .categories .item {
    width: 24%;
  }
  .page_content .categories .page-margin-st01 {
    margin-bottom: 0px !important;
  }
  .page_content .text {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .page_content .text h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .page_content .text .line {
    display: none;
  }
  .page_content div:nth-child(3n+6) {
    page-break-before: always;
  }

  .group2 {
    padding-top: 20px;
  }

  .group4 {
    padding-top: 0;
    margin-bottom: 10px;
  }

  .page_content.contact .row-con-add b {
    color: #48ae46;
  }
  .page_content.contact .col-md-9.phone a {
    color: #333333;
  }
  .page_content.contact iframe {
    display: none;
  }
  .page_content.contact .page-map-print {
    display: block;
  }

  aside .link {
    left: 20px;
    max-width: 240px;
  }

  .page_product_detail .group {
    padding-bottom: 0;
    width: 100%;
    float: none;
  }

  .page-margin-st02 {
    margin-top: 60px !important;
  }

  body.jp footer .information .container .number {
    -ms-flex: 0 0 30.333333%;
    flex: 0 0 30.333333%;
    max-width: 30.333333%;
  }
  body.jp footer .information .container .hotline {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  body.jp .page_content.contact .col-md-3.hotline, body.jp .page_content.contact .col-md-9.phone {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.jp .page_content .text.right p {
    margin-left: 20px;
  }

  body.firefox .page_content div:nth-child(3n+6) {
    page-break-before: inherit;
  }
  body.firefox .page_content div:nth-child(2n+6) {
    page-break-before: always;
  }
}

/*# sourceMappingURL=print.css.map */
