.article {
    width: 90%;
    max-width: 96rem;
    margin: 12rem auto;
    text-align: center;
}

.article-fv {
    text-align: left;

}
.article-fv h1 {
    font-size: 4rem;
}

.article-fv p {
    font-size: 2rem;
    margin: 3.2rem 0;
}

.article-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 960px;
    aspect-ratio: 2 / 1;
    margin: 0 auto;
    overflow: hidden;
}

.article-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heading-wrapper {
    text-align: left;
    margin: 12rem 0 2.4rem 0;
}

.event-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 2rem;
    text-align: left;
    border-spacing: 0;
}


/* 奇数行*/
.event-table tr:nth-child(odd) {
    background-color: #F4F7FF;
}


  /* 見出し（左）と内容（右）を近づけるためpadding調整 */
.event-table td {
    padding: 1.6rem;
    vertical-align: top;
    border: none;
}

.event-table td.event-label {
    max-width: 100%;
    font-weight: bold;
    color: #2253E6;
    margin: 0;
    text-align: left;
}


/* 内容 */
.article-wrapper {
    width: 100%;
    margin-bottom: 4rem;
    text-align: left;
}

.article-block {
margin-top: 12rem;
text-align: left;
}

.article-block h3 {
    font-size: 3.5rem;
    padding-bottom: 2.4rem;
    border-bottom: 4px solid #707070;
}

.article-block .article-image-wrapper {
    margin: 4rem 0;
}

.article-block p {
    line-height: 2.2;
}

  /* モバイル用スタイル */
  @media (max-width: 768px) {
.article {
    margin: 8rem auto;
}

tbody{
    display: block;
    width: 100%;
}

.event-table,
.event-table tr,
.event-table td {
    display: block;
    font-size: 1.4rem;
}

.article-fv h1 {
    font-size: 2rem;
}

.article-fv p {
    font-size: 1.4rem;
    margin: 2.4rem 0;
}

.article .heading-wrapper{
    margin: 8rem 0 2.4rem 0;
    text-align: left;
}


    .event-table tr {
      margin-bottom: 12px;
    }
  
    .event-table td.event-label {
      background-color: #e9f1ff;
      color: #1f3fae;
      font-weight: bold;
      padding: 8px 16px 4px;
    }
  
    .event-table td.content {
      background-color: #ffffff;
      padding: 4px 16px 12px;
    }
  
    /* PC用交互背景リセット */
    .event-table tr:nth-child(odd) td,
    .event-table tr:nth-child(even) td {
      background-color: unset;
    }

/* 内容 */
.article-block {
    margin-top: 12rem;
    }
    
    .article-block h3 {
        font-size: 2rem;
        padding-bottom: 1.8rem;
        border-bottom: 2px solid #707070;
    }
    
    .article-block .article-image-wrapper {
        margin: 4rem 0;
    }
}