.p-sec04-table-wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto 32px;
}

.p-sec04-table {
  text-align: center;
  table-layout: fixed;
  border-spacing: 6px;
  border-collapse: separate;
}

.p-sec04-table th {
  position: relative;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
}

.p-sec04-table ._th01 {
  width: 202px;
  height: 64px;
  color: #fff;
  background-color: var(--color-background-body-secondary);
  border-radius: 6px 6px 0 0;
}

.p-sec04-table ._th01._green {
		background-color: var(--color-background-accent-primary);
}

.p-sec04-table ._th02 {
  width: 160px;
  background-color: var(--color-background-description-primary);
  border-radius: 6px 0 0 6px;
}

.p-sec04-table td {
  position: relative;
  box-sizing: border-box;
  min-height: 94px;
  padding: 6px;
  line-height: calc(24 / 16);
  background-color: var(--color-background-accent-problem);
}

.p-sec04-table th:nth-child(2),
.p-sec04-table td:nth-child(2) {
    border-right: 4px solid var(--color-border-accent-tertiary-1);
    border-left: 4px solid var(--color-border-accent-tertiary-1);
  }

.p-sec04-table tr:first-child th:nth-child(2) {
    border-top: 4px solid var(--color-border-accent-tertiary-1);
  }

.p-sec04-table tr:last-child td:nth-child(2) {
    border-bottom: 4px solid var(--color-border-accent-tertiary-1);
  }

.p-sec04-table td:nth-child(2)::before {
    position: absolute;
    top: -6px;
    left: -4px;
    width: 4px;
    height: 7px;
    content: "";
    background: var(--color-border-accent-tertiary-1);
  }

.p-sec04-table td:nth-child(2)::after {
    position: absolute;
    top: -6px;
    right: -4px;
    width: 4px;
    height: 7px;
    content: "";
    background: var(--color-border-accent-tertiary-1);
  }

.p-sec04-table ._td01 {
  max-width: 202px;
  background-color: var(--color-background-accent-secondary);
}

.p-sec04-table td div._icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.p-sec04-table td div._icon img {
  width: 24px;
  height: 24px;
}

.p-sec04-table-wrap_sp {
  display: none;
}

.p-sec04-table td p {
  font-size: 12px;
  line-height: 150%;
}

@media (width <= 767px) {
	.p-sec04-table-wrap {
		display: none;
	}

	.p-sec04-table-wrap_sp {
		display: block;
		width: 100%;
		margin: 0 auto 20px;
	}

	.p-sec04-table_sp {
		position: relative;
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
		border-spacing: 6px;
		border-collapse: separate;
	}

	.p-sec04-table_sp_frame {
		border: solid 5px var(--color-border-accent-tertiary-1);
		border-radius: 6px;
	}

	.p-sec04-table_sp th {
		font-size: 17px;
		font-weight: 700;
		line-height: 1.3;
		vertical-align: middle;
		text-align: center;
	}

	.p-sec04-table_sp ._th01 {
		height: 60px;
		color: #fff;
		background-color: var(--color-background-body-secondary);
		border-radius: 6px 6px 0 0;
	}

	.p-sec04-table_sp ._th01._green {
		background-color: var(--color-background-accent-primary);
	}

	.p-sec04-table_sp ._th02 {
		width: 100px;
		background-color: var(--color-background-description-primary);
		border-radius: 6px 0 0 6px;
	}

	.p-sec04-table_sp td {
		position: relative;
		min-height: 70px;
		padding: 8px;
		line-height: 1.3;
		background-color: var(--color-background-accent-problem);
	}

	.p-sec04-table_sp td div._icon {
		display: flex;
		flex-direction: column;
		gap: 5px;
		align-items: center;
	}

	.p-sec04-table_sp td div._icon img {
		width: 24px;
		height: 24px;
	}

	.p-sec04-table_sp ._td01 {
		background-color: var(--color-background-accent-secondary);
	}
}
