.p-requirements .c-box-01 {
  padding: min(5vw, 60px) min(2.9166666667vw, 35px);
}
.p-requirements .c-table-01 th {
  width: 31.2056737589%;
}
.p-requirements-items__item {
  margin-top: 104px;
}
.p-requirements-items__item:first-child {
  margin-top: 0;
}
.c-banner-01 {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
	gap:35px;
}
.c-banner-01 a img {
	width: 100%;
	border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-requirements .c-box-01 {
    padding: 24px 24px 40px;
  }
  .p-requirements .c-table-01 th {
    border-bottom: 0;
    display: block;
    padding-bottom: 0;
    width: 100%;
  }
  .p-requirements .c-table-01 td {
    display: block;
    padding-top: 1em;
    width: 100%;
  }
  .p-requirements .c-table-01 td span {
    display: inline-block;
  }
  .p-requirements-items__item {
    margin-top: 80px;
  }
  .c-banner-01 {
	justify-content: center;
	flex-wrap: wrap;
	gap:15px;
  }
  .c-banner-01 a {
	width: 300px;
  }
}
/*# sourceMappingURL=requirements.css.map */
