.gs_wrap {
  display: flex;
  justify-content: center;
  padding: 40px 115px;
  position: relative;
  background-color: #fff;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .gs_wrap {
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
  }
}

.gs_wrap img {
  vertical-align: middle;
}

.headerForm .checkboxArea {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.headerForm input[type='checkbox'] {
  appearance: auto;
  -webkit-appearance: auto;
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  margin-right: 8px;
}

.footerForm .checkboxArea {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 32px;
}

.footerForm input[type='checkbox'] {
  appearance: auto;
  -webkit-appearance: auto;
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  margin-right: 8px;
}

.gmoGroupFooter {
  position: relative;
}
