.two-column {
  display: flex;
  gap: 4rem;
  margin-top: 2rem;
}

.two-column-image {
  flex-shrink: 0;
  align-items: center;
  justify-content: center; /* 左右（横方向）の真ん中寄せ */
  width: 110px;
  height: 110px;
  margin-top: 0.25rem;
  margin-left: 1.5rem;
}

.two-column-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.two-column-content {
  flex: 1;
}

.about-logo-sub-list-row {
  margin-top: 2.5rem;
}

.about-logo-sub-list-row p {
  padding-left: 1.5rem;
  margin-top: 2rem;
  line-height: 1.6;
}

.policy-page-content-sub-list-ul {
  padding-left: 4.75rem;
  list-style-type: decimal;
}

@media only screen and (width <= 767px) {
  .two-column {
    gap: 2.5rem;
  }

  .policy-page-content-sub-list-ul {
    padding-left: 3.5rem;
  }
}
