@charset "utf-8";
.page_qr_print_pos {
  position: relative;
}
.page_qr_ticket_print {
  width: 70px;
  height: 45px;
  display: block;
  background-image: url("../common/img/ico_print.png");
  background-image: -webkit-image-set(url("../common/img/ico_print.png")1x, url("../common/img/ico_print@2x.png")2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 34px;
  background-color: #222;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px;
}
@media screen and (max-width:768px){
  .page_qr_ticket_print {
    display: none;
  }
}

@media print {
  .page_print_hidden,
  .header,
  .page_title_lv2_01,
  .page_title_lv2_01_link,
  .button_pagetop,
  .footer,
  .page_title_lv3_01,
  .page_inline,
  .page_mypage_button_container_01,
  .page_qr_print_pos,
  .page_qr_ticket_header,
  .page_qr_ticket_button_container,
  .page_qr_ticket_box_button,
  .page_qr_ticket_box_border:nth-last-child(2),
  .page_qr_ticket_box_border:after,
  .page_qr_ticket_box_border:before,
  .page_mypage_qrticket_header,
  .page_mypage_qrticket_button_container,
  .page_mypage_qrticket_box_button,
  .page_mypage_qrticket_box_border:nth-last-child(2),
  .page_mypage_qrticket_box_border:after,
  .page_mypage_qrticket_box_border:before{
    display: none;
  }
  .common_main {
    padding: 0;
  }
  .page_section_inner {
    background-color: #fff;
    padding: 0;
  }
  .page_section_contents {
    border: 0;
    padding: 0;
    box-shadow: none;
  }
  .page_qr_ticket_layout,
  .page_mypage_qrticket_layout,
  .page_mypage_container_orange{
    background-color: #fff;
    margin: 0 !important;
    padding: 0 !important;
    page-break-after: always;
    max-height: 251mm;
    overflow: hidden;
  }
  .page_qr_ticket_box,
  .page_mypage_qrticket_box {
    transform: scale(0.75);
    transform-origin: top;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .page_qr_ticket_box_code_image,
  .page_mypage_qrticket_box_code_image {
    width: 250px;
  }
}