.header_v2 {
  top: 0;
}

@media screen and (max-width: 767px) {
  #pagetop {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  #center {
    width: 100%;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
  }
  #center img {
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
  }
  #center img[src*=icon-pdf], #center img[src*=icon-blank], #center img[alt=EXCEL] {
    width: 16px !important;
  }
  #center img[src*="spacer.gif"] {
    display: none;
  }

  #crumb {
    font-size: 13px;
  }

  #cms-contents {
    width: 100%;
  }

  #com-oshirase {
    margin-top: 0 !important;
  }
  #com-oshirase table {
    width: 100% !important;
    height: auto !important;
  }
  #com-oshirase > table > tbody > tr {
    display: none;
  }
  #com-oshirase > table > tbody > tr:has(h1), #com-oshirase > table > tbody > tr:has(#imppage) {
    display: block;
  }
  #com-oshirase:not(:has(#imppage)) {
    padding: 0 15px;
    font-size: 13px;
    line-height: 1.6;
    word-break: break-all;
  }
  #com-oshirase:not(:has(#imppage)) > table > tbody > tr > td {
    width: 100%;
  }
  #com-oshirase:not(:has(#imppage)) > table > tbody > tr > td:has(img[src*="spacer.gif"]) {
    display: none;
  }
  #com-oshirase:not(:has(#imppage)) *[style*=width] {
    width: auto !important;
  }

  #imppage {
    padding: 0 15px;
    font-size: 13px;
    line-height: 1.6;
    word-break: break-all;
  }
  #imppage > ul:not(:has(> li)) {
    padding-top: 10px;
  }
  #imppage > ul > li {
    margin: 0;
    padding-block: 10px;
    background-position: left 13px;
  }
  #imppage > ul > li table tr {
    display: flex;
    flex-wrap: wrap;
  }
  #imppage > ul > li table tr td {
    width: auto;
  }
  #imppage > ul > li table tr td:first-of-type {
    margin-right: 5px;
  }
  #imppage > ul > li table tr td:last-of-type {
    margin-top: 3px;
    width: 100%;
  }
  #imppage > ul > li table tr td .links img {
    position: relative;
    top: -5px;
  }
  #imppage > ul > li > a {
    display: block;
    margin-top: 3px;
  }
}