@charset "utf-8";
/* =========================================
    排除宣言ページ（page-exclusion.css）
========================================= */
.exclusion-page {
   margin-top: 38px;
   margin-bottom: 17.77%;
  }
  .exclusion-top {
    text-align: center;
    font-size: 2.4rem;
  }
  .exclusion-title {
    font-size: 2.8rem;
    font-weight: bold;
  }
 .exclusion-top p {
    margin-top: 2em;
    line-height: 1.8;
    font-weight: 500;
 }
 .exclusion-top span {
    display: block;
    margin-top: 2em;
    font-weight: 500;
 }
 .exclusion-content {
    max-width: 890px;
    margin: 76px auto 0;
    font-size: 2.4rem;
    padding-left: 1em;
 }
 .exclusion-content .exclusion-list {
    font-weight: 500;
  }
  .exclusion-list li {
    margin-bottom: 2em;      
    list-style-type: decimal; 
  }
  .exclusion-list li::marker {
    font-weight: bold;
    font-size: 1em;
  }
  .exclusion-content span {
    display: block;
    text-align: right;
    font-weight: 500;
  }
  .exclusion-footer-wrapper {
    max-width: 1232px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .exclusion-footer {
    font-weight: 500;
    margin-top: 76px;
    font-size: 2rem;
    text-align: right;
    line-height: 1.6;
  }
  .exclusion-footer span {
    font-size: 1.6rem;
  }