.hp-form-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	margin-top: 30px;
}

.hp-form-table + .hc-heading-03 {
	margin-top: 80px;
}

.hp-form-table + .hp-button-group {
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	.hp-form-table + .hp-button-group {
		margin-top: 64px;
	}
}

.hp-form-table + .hp-text-wrap {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.hp-form-table + .hp-text-wrap {
		margin-top: 32px;
	}
}

.hp-form-table,
.hp-form-table tr,
.hp-form-table th,
.hp-form-table td {
	box-sizing: border-box;
	word-break: break-all;
}

.hp-form-table tr,
.hp-form-table tr:last-of-type td::after {
	background: url(/common/rwd/images/rn/icon_dots_x.svg) repeat-x 1px 1px;
}

.hp-form-table tr {
	width: 100%;
	vertical-align: top;
	background-position: left top;
}

.hp-form-table tr td:last-of-type {
	position: relative;
}

.hp-form-table tr:last-of-type td::after {
	position: absolute;
	bottom: 0;
	left: -30.47%;
	content: '';
	width: 130.67%;
	height: 4px;
	background-position: left top;
}

@media screen and (max-width: 767px) {
	.hp-form-table tr:last-of-type td::after {
		left: 0;
		width: 100%;
	}
}

.hp-form-table th,
.hp-form-table td {
	text-align: start;
}

@media screen and (max-width: 767px) {
	.hp-form-table th,
	.hp-form-table td {
		display: block;
	}
}

.hp-form-table th {
	line-height: 1.75;
	font-weight: bold;
	width: 23.47%;
	padding: 32px 0 32px 24px;
}

@media screen and (max-width: 767px) {
	.hp-form-table th {
		width: 100%;
		padding: 24px 12px;
	}
}

.hp-form-table td {
	line-height: 1.75;
	width: 76.53%;
	padding: 32px 24px;
}

@media screen and (max-width: 767px) {
	.hp-form-table td {
		width: 100%;
		padding: 0 12px 24px 12px;
	}
}

.hp-form-table .hp-form-table__list {
	margin: 0;
}

.hp-form-table__list li {
	margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
	.hp-form-table__list li {
		margin-bottom: 9px;
	}
}

.hp-form-table__list li:last-of-type {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.hp-form-table__list li:last-of-type {
		margin-bottom: 0;
	}
}

.hp-form-table__text {
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.hp-form-table__text {
		margin-bottom: 24px;
	}
}

.hp-form-table__text-note {
	color: var(--text-color);
	font-size: 14px;
	line-height: 1.7;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-top: 16px;
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 767px) {
	.hp-form-table__text-note {
		font-size: 12px;
    line-height: 1.6;
    margin-top: 12px;
	}
}

@media screen and (max-width: 767px) {
	.hp-form-table--customer-data th {
		padding-top: 24px;
		padding-bottom: 12px;
	}
}

td.hp-form-table__cell-2col {
	display: flex;
}

td.hp-form-table__cell-2col p:last-of-type {
	margin-left: 95px;
}

@media screen and (max-width: 767px) {
	td.hp-form-table__cell-2col p:last-of-type {
		margin-left: 48px;
	}
}

.hp-form-table--required {
	table-layout: auto;
}

.hp-form-table--required th {
	width: 260px;
}

@media screen and (max-width: 767px) {
	.hp-form-table--required th {
		width: 100%;
		min-width: auto;
	}
}

.hp-form-table--required td {
	width: auto;
}

@media screen and (max-width: 767px) {
	.hp-form-table--required td {
		width: 100%;
		min-width: auto;
	}
}
