.page_ContBox *,
.page_ContBox *::before,
.page_ContBox *::after {
  box-sizing: border-box;
}

.page_ContBox img {
  max-width: 100%;
  height: auto;
}

.d-flex {
  display: flex;
}
