
.img {
    width: 100%;
    height: 50vh;
    position: absolute;
    z-index: 1;
}
.top_text {
    position: relative;
    z-index: 10;
    left: 25%;
    top: 10rem;
}
.second_text {
    position: relative;
    z-index: 10;
    left: 32%;
    top: 8rem;
}

.title {
    margin: 3rem 10rem 0rem 10rem;
    text-align: left;
}

.content_box {
    text-align: center;
    margin-top: 3rem;
}
.title2 {
    border-bottom:solid 3px rgb(255, 80, 80);
}
table th, table td {
    white-space:initial;
}

/* テーブル */
.info-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 1.2rem;
    line-height: 1.5;
    color: black;
    margin-bottom: 10rem;
    letter-spacing: 2px;
    font-feature-settings: "palt";
  }
  
  .info-table th {
    padding: 0.5rem 10rem 0.5rem 10rem;
    text-align: left;
    font-size: 1.2rem;
    letter-spacing: 2px;
    font-feature-settings: "palt";
    line-height :28px;
  }
  .info-table td {
    padding: 0.4rem 10rem 0.4rem 10rem;
    text-align: left;
    font-size: 1.1rem;
    letter-spacing: 2px;
    font-feature-settings: "palt";
    line-height :28px;
  }

  
  .grey {
    background-color: #f9f9f9; /* 奇数行の背景色 */
  }

/* ディスプレイ用 */
@media (min-width: 1700px) {

    .top_text {
        position: relative;
        z-index: 10;
        left: 32%;
        top: 14rem;
    }
    .second_text {
        position: relative;
        z-index: 10;
        left: 37%;
        top: 13rem;
    }
    .title {
        margin-top: 20rem;
    }
}
/* スマホ用 */
@media screen and (max-width:680px) {
    .img {
        height: 20vh;
    }
    .top_text {
        font-size: 20px !important;
        top: 3rem;
    }
    .title {
        margin: 10rem 2% 0 2%;
        font-size: 16px !important;
    }
    .info-table {
        margin-top: -20px;
        margin-bottom: 10px;
        letter-spacing: 2px;
        font-feature-settings: "palt";
    }
    .info-table th {
        padding: 0 2% 0 2%;
        font-size: 17px !important;
    }
    .info-table td {
        padding: 5px 2% 7px 2%;
        font-size: 15px !important;
    }
}
