@charset "utf-8";
/* 幅が 834px以下 */
@media (max-width:834px) {
  body {
  background: #000;
  }
  main {
    padding: 80px 0 100px 0;
    background: #fff;
  }
  .page_content {
    padding: 0 30px;
    margin: 0 auto;
  }
  .page_content p {
    font-size: 10pt;
    white-space: pre-line;
  }
  .page_content th,
  .page_content td {
    font-size: 10pt;
    white-space: pre-line;
  }
  .page_h1 {
    position: relative;
    display: block;
    width: 100%;
    height: 120px;
  }
  h1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    font-size: 14pt;
    font-weight: bold;
  }
  h1::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    width: 2rem;
    height: 2px;
    background: #d71518;
  }
  .page_content h2 {
    position: relative;
    display: block;
    width: 100%;
    line-height: 2rem;
    margin: 30px 0;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
  }
  .page_content h2::before,
  .page_content h2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    width: 25%;
    height: 2px;
    background: #ccc;
  }
  .page_content h2::before {
    left: 0;
  }
  .page_content h2::after {
    right: 0;
  }
  .page_content h3,
  .page_content h4 {
    position: relative;
    display: block;
    padding: 1rem 0;
    margin: 1rem 0;
    font-size: 12pt;
    text-align: center;
    font-weight: bold;
  }
  .page_content h3::before,
  .page_content h4::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 2rem;
    height: 1px;
    background: #000;
  }
}
/* 幅が 834px以上 */
@media (min-width:834px) {
  body {
    background: #000;
  }
  main {
    padding: 110px 0 150px 0;
    background: #fff;
  }
  .page_content {
    padding: 0 30px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .page_content p {
    font-size: 13pt;
    white-space: pre-line;
  }
  .page_content th,
  .page_content td {
    font-size: 13pt;
    white-space: pre-line;
  }
  .page_h1 {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
  }
  h1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    font-size: 26pt;
    font-weight: bold;
  }
  h1::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    width: 4rem;
    height: 3px;
    background: #d71518;
  }
  .page_content h2 {
    position: relative;
    display: block;
    width: 100%;
    line-height: 3rem;
    margin: 100px 0 50px 0;
    text-align: center;
    font-size: 20pt;
    font-weight: bold;
  }
  .page_content h2::before,
  .page_content h2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    width: 25%;
    height: 3px;
    background: #ccc;
  }
  .page_content h2::before {
    left: 0;
  }
  .page_content h2::after {
    right: 0;
  }
  .page_content h3,
  .page_content h4 {
    position: relative;
    display: block;
    padding: 2rem 0;
    margin: 2rem 0;
    text-align: center;
    font-weight: bold;
  }
  .page_content h3::before,
  .page_content h4::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 2rem;
    height: 1px;
    background: #000;
  }
  .page_content h3 {
    font-size: 16pt;
  }
  .page_content h4 {
    font-size: 14pt;
  }
}
