
.container2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.container2 img {
    width: 100%;
    max-width: 170px; /* 画像の最大幅を設定 */
    height: auto;
}

.background{
      background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 1%, rgba(248, 110, 137, 0) 6%, rgba(255, 151, 172, 0.93) 32%, rgba(255, 153, 173, 1) 40%, rgba(253, 146, 167, 0.97) 52%, rgba(255, 142, 164, 0.96) 62%, rgba(255, 130, 154, 0.82) 71%, rgba(248, 110, 137, 0) 94% 95%, rgba(255, 255, 255, 0));
}

.container3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.container3 img {
    width: 100%;
    max-width: 150px; /* 画像の最大幅を設定 */
    height: auto;
}

.background2{
      background-image: linear-gradient(0deg,rgba(238, 174, 202, 0) 0%, rgba(238, 174, 202, 1) 23%, rgba(183, 194, 237, 1) 79%, rgba(148, 187, 233, 0) 99%);
}

    .pic_frame {
      display: inline-block;
      text-align: center;
    }

    table {
      text-align: center;
    }
