.ukokkei_section {
  max-width: 800px;
  margin: 100px auto 0;
  text-align: start;
}

.ukokkei_subsection {
  margin: 120px 0;
}

.ukokkei_sectionText {
  position: relative;
  margin: 80px auto 0;
  font-weight: 400;
  text-align: center;
}

.ukokkei_imageWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin: 80px 0;
}

.ukokkei_imageWrap img {
  max-width: 250px;
}

.ukokkei_subsectionTitle {
  font-size: clamp(1.25rem, 1.071rem + 0.89vw, 1.875rem);
  font-weight: 500;
  margin-bottom: 45px;
  text-align: center;
}

.ukokkei_subsectionTitle::before {
  content: url(../image/common/button_eggIcon.svg);
  display: inline-block;
  vertical-align: middle;
  transform: scale(1.1);
  margin-right: 20px;
}

.ukokkei_eiyoutextContainer {
  margin: 80px 0 100px;
}

.ukokkei_eiyoutextWrap {
  margin: 40px 0;
  text-align: start;
}

.ukokkei_eiyoutextTitle {
  font-size: clamp(1rem, 0.857rem + 0.71vw, 1.5rem);
  font-weight: 500;
}

.ukokkei_eiyoutextTitle::before {
  content: url(../image/howtobuy/yellow_egg.svg);
  vertical-align: middle;
  display: inline-block;
  transform: scale(0.8);
}

.ukokkei_announceCopy {
  font-size: clamp(1rem, 0.857rem + 0.71vw, 1.5rem);
  font-weight: 500;
  text-align: center;
}


@media screen and (max-width:830px) {
  .ukokkei_sectionText {

    text-align: start;
  }

}