@media print {
  .wrap {
    width: calc( 100% - 160px );
  }
  /*----------------------------------------------------
  ヘッダー
  ----------------------------------------------------*/
  .header-wrap {
    width: 160px;
  }
  .gnav-wrapper {
    width: 160px;
  }
  .logo-pc {
    width: 160px;
    height: 139px;
  }

  /*----------------------------------------------------
  コンテンツ
  ----------------------------------------------------*/ 
  .top-img img {
    height: 280px;
  }
  .top-rm1,
  .top-rm2 {
    top: 64px;
  }
  .top-rec-detail {
    padding: 20px 0;
  }
  .top-rex-txt {
    top: 40px;
  }
  .top-rec img {
    height: 200px;
  }

  .top-rec-detail .txt p {
    font-size: 1.1rem;
  }
  .top-rec-detail .bb a {
    font-size: 14px;
  }

  .t-news .bb a {
    font-size: 14px;
  }

  .p1 a,
  .p2 a,
  .p3 a,
  .p4 a,
  .p5 a,
  .p6 a,
  .p7 a,
  .p8 a,
  .p9 a,
  .p10 a,
  .p11 a,
  .p12 a {
    height: 20px;
    font-size: 8px !important;
    padding: 4px;
  }

  .name {
    font-size: 10px;
    padding: 4px 8px;
  }
  
}