@charset "utf-8";
@media print {
  html {
    font-size: 50%;
  }
  header.header {
    display: none;
  }
  footer.footer-print {
    display: flex;
    width:100%;
    margin-top: 30px;
  }
  footer.footer-print .copy {
    font-size: 1rem;
    text-align: left;
    width: 60%;
  }
  footer.footer-print .logo {
    text-align: right;
    width: 40%;
  }
  footer.footer {
    display: none;
  }
  .detail-title {
    padding: 10px;
}
  .detail-title-left {
    width: 100%;
  }
  .detail-title-right {
    display: none;
  }
  main.detail-contents {
    background: #FFF;
    padding: 0px !important;
  }
  .detail-wrapper {
    border: 1px solid #CCC;
  }
  .detail-box {
    border-bottom: 1px solid #CCC;
  }
  .detail-box-image img {
    height: 150px;
    width: auto;
  }
  .detail-corp-info {
    margin-top: 20px;
  }
  .detail-corp-info h2.detail-corp-info-title  {
    margin-bottom: 10px;
  }
  .detail-corp-info-box {
    padding: 10px;
    border: 1px solid #CCC;
    margin-bottom: 15px;
  }
  .list-header {
    padding: 0;
  }
  .list-search {
    display: none;
  }
  main.main-list {
    background: #FFF;
    padding: 0px !important;
  }
  main.main-list > div {
    display: block;
  }
  .list-h1 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .list-box {
    width: 100%;
    break-inside: avoid;
  }
  .list-box-link {
    display: none;
  }
  .list-box-title {
    width: 100% !important;
  }
  .list-box-title h2 a {
    font-size: 2rem;
    color: #000;
  }
  .pager {
    display: none;
  }
  .pankuzu {
    display: none;
  }
}
