@media print {
@page {  
  /*size: A4 landscape;  */
  size: 297mm 210mm;
  margin: 10mm;  
     page-break-after: always;
}
#access .flex {
/* PC版 */
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
}
#access .imgArea {
  /*position: absolute;*/
  /*top: 100px;*/
  /*left: 0;*/
  width: 47%;
}
#access .txttArea {
/*posittion: absolute;*/
/*top: 100px;*/
/*right: 0;*/
  padding-left:10mm;
  width: 47%;
}
.print {
  display: none;
}
#access iframe {
  /*width: 45%;*/
}

}