.requirements {
    font-size: 14px;
    width: 96.25%;
    margin: 0 auto 20px; }
  .requirements__heading {
      color: #fff;
      font-weight: 500;
      text-align: center;
      line-height: 20px;
      padding: 10px;
      background: -webkit-gradient(linear, left top, right top, from(#f2671d), to(#d41f0e));
      background: linear-gradient(90deg, #f2671d 0%, #d41f0e 100%);
      position: relative;
      margin: 0;
      cursor: pointer;
    }
  .requirements__heading::after {
        content: '';
        display: block;
        width: 11px;
        height: 19px;
        background-image: url(../img/requirements/requirements_arrow.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        right: 10px;
        top: 50%;
        margin: -9px 0 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform-origin: center center;
                transform-origin: center center; }
  .requirements__heading.open::after {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
  .requirements__detail {
      display: none;
      line-height: 1.7857142857;
      letter-spacing: .1em;
      padding: 1em 0; }
  @media print,screen and (min-width: 480px) {
      .requirements {
        width: 1060px;
        font-size: 16px;
        margin: 0 auto 30px; }
        .requirements__heading {
          font-size: 26px;
          line-height: 30px;
          padding: 15px 25px; }
          .requirements__heading::after {
            width: 20px;
            height: 36px;
            right: 30px;
            margin: -18px 0 0; }
        .requirements__detail {
          padding: 1em 0 60px; } }
  
  /*# sourceMappingURL=requirements.css.map */
  
  
  .inner {
    max-width: 1060px;
    margin: 0 auto;
  }
  .form_table {
    width: 100%;
    border: 1px solid #f2671d;
    border-collapse: collapse;
  }
  .form_table th,
  .form_table td {
    padding: 1rem;
  }
  .form_table th {
    text-align: left;
    background: #f2671d;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .form_table td {
    border-bottom: 1px solid #f2671d;
  }
  .form_table tr:last-child th,
  .form_table tr:last-child td {
    border-bottom: none;
  }

  .pageContents.bosyu {
    padding: 20px 0 120px !important;
}

  .report__heading {
    position: relative;
    font-size: 100%;
    font-weight: 500;
    text-align: center;
    margin: 25px 0 1em; }
.report__heading::before {
      content: '';
      display: block;
      width: 3px;
      height: 45px;
      margin: 0 auto 20px; }
.report__heading--1 {
      color: #008cd8; }
.report__heading--1::before {
        background: #008cd8; }
.report__heading--2 {
      color: #14ab7d; }
.report__heading--2::before {
        background: #14ab7d; }
.report__heading--3 {
      color: #f05b12; }
.report__heading--3::before {
        background: #f05b12; }
.report__heading--4 {
      color: #d2346a; }
.report__heading--4::before {
        background: #d2346a;
      }

      .report__catch {
        font-size: 20px;
        font-weight: 300;
        text-align: center;
        line-height: 1.5;
        letter-spacing: .05em;
        margin: 15px 0;
    }

/* ----------------------------------------
表示分岐
------------------------------------------*/
.pc_only {
  display: block !important;
}
.tab_only {
  display: none !important;
}
.sp_only {
  display: none !important;
}
.sp_none {
  display: block;
}
@media screen and (max-width:1024px) {
  .pc_only {
    display: none !important;
  }
  .tab_only{
      display: block !important;
  }
}
@media screen and (max-width:480px) {
  .pc_only {
      display: none !important;
  }
  .tab_only {
      display: none !important;
  }
  .sp_only {
      display: block !important;
  }
  .sp_none {
    display: none;
  }
}


@media (max-width:767px) {
    .inner {
      width: 90%;
    }
    .report__heading {
      font-size: 26px;
      margin: 50px 0 1em;
    }
    .report__heading::before {
      width: 6px;
      height: 89px;
      margin: 0 auto 20px;
    }
}