
.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: 20;
    flex-wrap: wrap;
}

.container3 img {
    width: 100%;
    max-width: 150px; /* 画像の最大幅を設定 */
    height: auto;
}

.background2{
      background-image: linear-gradient(0deg,rgba(180, 210, 237, 0) 6%, rgba(204, 221, 244, 1) 16%, rgba(215, 226, 247, 1) 32%, rgba(216, 237, 180, 1) 48%, rgba(212, 240, 192, 1) 57%, rgba(247, 215, 222, 1) 68%, rgba(247, 215, 222, 1) 83%, rgba(247, 215, 222, 0) 94%);
}

    .pic_frame {
      display: inline-block;
      text-align: center;
    }

    table {
      text-align: center;
    }
