.st_products_images {
  font-family: "BIZ UDPGothic", sans-serif;
}
.st_products_images > .section > .title {
  margin: 6rem auto 1.5rem;
  font-size: var(--font-size-h3, 2rem);
  font-weight: 700;
}
.st_products_images > .section > .title > .icon {
  display: inline-block;
  width: 1.25em;
  height: auto;
  margin-right: 0.1em;
  vertical-align: -0.25em;
}
.st_products_images > .section > .products {
  font-size: var(--font-size-h5, 1.25rem);
  font-weight: 700;
}
.st_products_images > .section > .images {
  margin: 3.5rem auto;
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(25rem, 100%), 1fr));
  grid-gap: 1rem 2.5rem;
}
@media (max-width:640px) {
  .st_products_images > .section > .images {
    margin: 1rem auto;
  }
}
.st_products_images > .section > .images > .image > img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0.5rem;
	border: 1px solid #ccc;
}
.st_products_images > .section > .images > .image > figcaption {
  margin-top: 0.5rem;
  font-size: var(--font-size-sm, 0.875rem);
  line-height: 1.5em;
}
.st_products_feature {
  margin-inline: auto;
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(25rem, 100%), 1fr));
  grid-gap: 1.25rem 2.5rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-feature-settings: "palt";
}
.st_products_feature:not(:has(> :nth-child(3))) {
  max-width: 60rem;
  width: auto;
}
.st_products_feature:has(> :only-child) {
  max-width: 41.25rem;
  width: auto;
}
.st_products_feature > .section {
  padding: 2rem;
  margin: 0rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  background-color: var(--light-gray-color, #DFEFFB);
  border-radius: 0.5rem;
}
.st_products_feature > .section > .title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width:640px) {
  .st_products_feature > .section > .title {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 3em;
    align-content: center;
  }
}
.st_products_feature > .section > .lead {
  text-align: center;
  font-size: var(--font-size-p, 1rem);
  font-weight: 700;
  color: var(--main-color, #0060ab);
}
@media (min-width:640px) {
  .st_products_feature > .section > .lead {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 3em;
    align-content: center;
  }
}
.st_products_feature > .section > .icon {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 1rem auto;
  object-position: center;
  object-fit: contain;
}
.st_products_feature > .section > .text {
  font-size: var(--font-size-p, 1rem);
  letter-spacing: 0.1em;
}
.st_products_feature > .section > .text sup {
  font-size: 0.6em;
  vertical-align: 0.5em;
}
.st_products_flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: single;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 2.5rem;
}
.st_products_flow > .item {
  position: relative;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 6.25rem;
}
.st_products_flow > .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  margin: 0.75rem -2.5rem auto 0rem;
  height: 0.5rem;
  background-color: var(--light-gray-color, #DFEFFB);
}
.st_products_flow > .item:last-child::before {
  margin-right: 0rem;
}
.st_products_flow > .item > .title {
  position: relative;
  width: fit-content;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  z-index: 1;
  border-radius: 0.5rem;
  background-color: var(--light-gray-color, #DFEFFB);
  font-size: 0.875rem;
  line-height: 1em;
  color: var(--main-color, #0060ab);
}
.st_products_flow > .item > .text {
  margin-bottom: 1rem;
  font-size: var(--font-size-p, 1rem);
  line-height: 2em;
}
/*# sourceMappingURL=./common.css.map */