.container-header:after {
  background-image: url("../../img/record/ill_1.png");
  width: 13.1rem;
  height: 17.4rem; }
  @media only screen and (max-width: 767px) {
    .container-header:after {
      width: 9.8rem;
      height: 13rem; } }
.container-inner .section-header {
  height: 9rem;
  padding: 1rem 3rem;
  background: #007fdd;
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .container-inner .section-header {
      height: 7rem; } }
.container-inner .section-list {
  padding: 4rem 2.5rem; }
  @media only screen and (max-width: 767px) {
    .container-inner .section-list {
      padding: 3rem 0; } }
  .container-inner .section-list .article-other {
    padding-bottom: 5rem; }
    @media only screen and (max-width: 767px) {
      .container-inner .section-list .article-other {
        padding-bottom: 3rem; } }
    .container-inner .section-list .article-other-header {
      border-bottom: 1px solid #eee;
      padding: 1.5rem 0;
      margin-bottom: 2rem; }
      @media only screen and (max-width: 767px) {
        .container-inner .section-list .article-other-header {
          padding: 1rem 0; } }
      .container-inner .section-list .article-other-header-year {
        font-size: 1.6rem;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .container-inner .section-list .article-other-header-year {
            font-size: 1.4rem; } }
      .container-inner .section-list .article-other-header-ttl {
        font-size: 2.4rem;
        color: #007fdd; }
        @media only screen and (max-width: 767px) {
          .container-inner .section-list .article-other-header-ttl {
            font-size: 2rem;
            line-height: 1.3; } }
    .container-inner .section-list .article-other-inner-fig {
      margin-bottom: 2rem; }
      .container-inner .section-list .article-other-inner-fig ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .container-inner .section-list .article-other-inner-fig ul li {
          margin: 0 .5rem 1rem; }
          @media only screen and (max-width: 767px) {
            .container-inner .section-list .article-other-inner-fig ul li {
              margin: 0 .3rem .6rem; } }
          .container-inner .section-list .article-other-inner-fig ul li img {
            width: auto;
            max-height: 30rem; }
            @media only screen and (max-width: 767px) {
              .container-inner .section-list .article-other-inner-fig ul li img {
                height: auto; } }
    .container-inner .section-list .article-other-inner p {
      font-size: 1.6rem;
      padding: 0 1.5rem; }
      @media only screen and (max-width: 767px) {
        .container-inner .section-list .article-other-inner p {
          padding: 0; } }
  .container-inner .section-list dl {
    border-top: 1px solid #eee; }
    .container-inner .section-list dl div {
      border-bottom: 1px solid #eee;
      padding: 1.5rem;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .container-inner .section-list dl div {
          padding: 1rem 2.8rem 1rem 0; } }
      .container-inner .section-list dl div:hover {
        background: rgba(238, 238, 238, 0.5); }
      .container-inner .section-list dl div:after {
        content: "\e5c8";
        font-family: "Material Symbols Outlined";
        color: #999;
        font-size: 2.4rem;
        line-height: 1;
        position: absolute;
        right: 1rem;
        top: 50%;
        margin-top: -.5em; }
        @media only screen and (max-width: 767px) {
          .container-inner .section-list dl div:after {
            font-size: 2rem;
            right: .5rem; } }
      .container-inner .section-list dl div dt {
        font-size: 1.6rem;
        line-height: 1.2; }
        @media only screen and (max-width: 767px) {
          .container-inner .section-list dl div dt {
            font-size: 1.4rem;
            padding-bottom: .3rem; } }
      .container-inner .section-list dl div dd {
        color: #007fdd;
        font-size: 2.4rem;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .container-inner .section-list dl div dd {
            font-size: 2rem;
            line-height: 1.3; } }
        .container-inner .section-list dl div dd > a {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 10; }
.container-inner .section-inner {
  padding: 4rem 0; }
  @media only screen and (max-width: 767px) {
    .container-inner .section-inner {
      padding: 3rem 0; } }
  .container-inner .section-inner h3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    color: #007fdd;
    text-align: center;
    padding-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .container-inner .section-inner h3 {
        padding-bottom: 1.5rem; } }
    .container-inner .section-inner h3 span {
      font-size: 1.6rem;
      color: #000000; }
  .container-inner .section-inner-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .container-inner .section-inner-box {
        flex-direction: column; } }
    .container-inner .section-inner-box .article-box {
      width: 31%;
      background: #eee;
      border-radius: 1rem;
      padding: 1.5rem;
      margin: 0 1% 2rem;
      display: flex;
      flex-direction: column; }
      @media only screen and (max-width: 1024px) {
        .container-inner .section-inner-box .article-box {
          width: 48%; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .container-inner .section-inner-box .article-box {
      width: 100%;
      margin: 0 0 2rem; } }

      .container-inner .section-inner-box .article-box.soon .article-box-fig {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff; }
        .container-inner .section-inner-box .article-box.soon .article-box-fig:before {
          content: "Coming Soon";
          font-size: 1.8rem;
          color: #ccc; }
      .container-inner .section-inner-box .article-box-ttl {
        text-align: center;
        font-size: 2rem;
        padding: 1rem 0 2rem; }
      .container-inner .section-inner-box .article-box-fig {
        width: 100%;
        margin-bottom: 2rem;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff; }
        .container-inner .section-inner-box .article-box-fig img {
          width: 100%; }
      .container-inner .section-inner-box .article-box-txt {
        width: 100%;
        font-size: 1.6rem;
        font-weight: 700;
        text-align: center;
        padding-bottom: 1.5rem; }
        .container-inner .section-inner-box .article-box-txt h5 {
          color: #007fdd;
          padding-bottom: .5rem; }
        .container-inner .section-inner-box .article-box-txt p {
          display: flex;
          justify-content: center;
          align-items: center;
          line-height: 1.3; }
          .container-inner .section-inner-box .article-box-txt p b {
            flex-shrink: 0;
            margin: 0 1.5rem; }
      .container-inner .section-inner-box .article-box-btn {
        width: 100%;
        margin-top: auto; }
        .container-inner .section-inner-box .article-box-btn a {
          height: 4.5rem;
          display: flex;
          justify-content: center;
          align-items: center;
          background: #007fdd;
          color: #fff;
          font-weight: 700;
          border-radius: .5rem; }
          .container-inner .section-inner-box .article-box-btn a span {
            color: #fcca00;
            margin-right: .5rem; }
      .container-inner .section-inner-box .article-box dl {
        background: #fff;
        border-radius: .5rem;
        padding: 1rem 1.5rem;
        margin-bottom: 1rem; }
        .container-inner .section-inner-box .article-box dl div {
          display: flex;
          justify-content: flex-start;
          padding: .3rem 0;
          font-size: 1.4rem; }
          .container-inner .section-inner-box .article-box dl div dt {
            width: 4em;
            color: #007fdd;
            flex-shrink: 0;
            margin-right: 1rem; }
          .container-inner .section-inner-box .article-box dl div dd {
            width: 100%; }
  @media only screen and (max-width: 767px) {
    .container-inner .section-inner-table {
      overflow: auto; } }
  .container-inner .section-inner-table table {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .container-inner .section-inner-table table {
    width: 200%; } }

    .container-inner .section-inner-table table td, .container-inner .section-inner-table table th {
      border-bottom: 1px solid #e5e5e5;
      border-left: 1px solid #e5e5e5;
      font-size: 1.6rem;
      line-height: 1.3;
      text-align: center;
      vertical-align: middle; }
      @media only screen and (max-width: 1024px) {
        .container-inner .section-inner-table table td, .container-inner .section-inner-table table th {
          font-size: 1.4rem;
          letter-spacing: 0; } }
      .container-inner .section-inner-table table td span, .container-inner .section-inner-table table th span {
        font-size: 1.2rem; }
    .container-inner .section-inner-table table tr:nth-of-type(2) th {
      font-size: 1.4rem; }
    .container-inner .section-inner-table table tr:nth-of-type(2n+1) td {
      background: rgba(0, 0, 0, 0.03); }
      .container-inner .section-inner-table table tr:nth-of-type(2n+1) td:nth-of-type(1) {
        background: rgba(0, 0, 0, 0.4); }
    .container-inner .section-inner-table table tr:hover td {
      background: rgba(252, 202, 0, 0.2); }
      .container-inner .section-inner-table table tr:hover td:nth-of-type(1) {
        color: #000000;
        background: #fcca00; }
    .container-inner .section-inner-table table th {
      background: #444;
      color: #fff;
      font-weight: 700;
      padding: .5rem 1rem; }
    .container-inner .section-inner-table table td {
      padding: .5rem 1rem; }
      .container-inner .section-inner-table table td:nth-of-type(1) {
        width: 12%;
        color: #fff;
        font-weight: 500;
        background: rgba(0, 0, 0, 0.4); }
      .container-inner .section-inner-table table td:nth-of-type(2), .container-inner .section-inner-table table td:nth-of-type(3), .container-inner .section-inner-table table td:nth-of-type(4), .container-inner .section-inner-table table td:nth-of-type(5) {
        width: 22%; }
.container-inner .section-footer {
  padding: 4rem 2.5rem 0; }
  @media only screen and (max-width: 767px) {
    .container-inner .section-footer {
      padding: 0; } }
  .container-inner .section-footer h4 {
    width: 48rem;
    height: 4.8rem;
    text-align: center;
    font-size: 2rem;
    background: #eee;
    border-radius: 5rem;
    margin: 0 auto 2rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .container-inner .section-footer h4 {
        width: auto;
        padding: 0 1.5rem;
        font-size: 1.6rem; } }
  .container-inner .section-footer ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 5rem; }
    .container-inner .section-footer ul li {
      width: 25%;
      padding: 1rem; }
      @media only screen and (max-width: 1024px) {
        .container-inner .section-footer ul li {
          width: 33.333%; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .container-inner .section-footer ul li {
      width: 50%;
      padding: .5rem; } }

      .container-inner .section-footer ul li.now a {
        background: rgba(0, 127, 221, 0.3); }
      .container-inner .section-footer ul li a {
        height: 8rem;
        border-radius: 1rem;
        border: 0.2rem solid #007fdd;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 1.5rem 2rem;
        position: relative;
        font-weight: 700;
        font-size: 2rem;
        color: #007fdd; }
        @media only screen and (max-width: 767px) {
          .container-inner .section-footer ul li a {
            font-size: 1.6rem;
            height: 6rem;
            padding: .5rem 1rem; } }
        .container-inner .section-footer ul li a:hover {
          background: #007fdd;
          color: #fff; }
          .container-inner .section-footer ul li a:hover:after {
            color: #fff; }
        .container-inner .section-footer ul li a span {
          color: #000000;
          font-size: 1.3rem; }
          @media only screen and (max-width: 767px) {
            .container-inner .section-footer ul li a span {
              font-size: 1.1rem; } }
        .container-inner .section-footer ul li a:after {
          content: "\e5c8";
          font-family: "Material Symbols Outlined";
          color: rgba(0, 0, 0, 0.5);
          line-height: 1;
          font-size: 2rem;
          position: absolute;
          right: 1rem;
          font-weight: 400;
          top: 50%;
          margin-top: -.5em; }
          @media only screen and (max-width: 767px) {
            .container-inner .section-footer ul li a:after {
              font-size: 1.7rem;
              right: 1rem; } }
