@charset "UTF-8";

.page_commerce .common_page_wrap {
	padding-block: 150px 180px;
}

.commerce_cont_sec .cont table {
	width: 100%;
}

.commerce_cont_sec .cont table th,
.commerce_cont_sec .cont table td {
	background: #fff;
	border: 1px solid #B7B7B7;
	padding: 1.5em 1.2em;
	letter-spacing: .08em;
	line-height: 1.5;
	vertical-align: middle;
}

.commerce_cont_sec .cont table th {
	white-space: nowrap;
	font-size: 16px;
	font-weight: 700;
}

.commerce_cont_sec .cont table td {
	font-size: 14px;
	font-weight: 400;
	padding: 2em 1.2em;
}

.commerce_cont_sec .cont table th.start {
	vertical-align: top;
}

.commerce_cont_sec .cont .price_table {
	margin-block: 1.8em 0;
}

.commerce_cont_sec .cont .price_table th,
.commerce_cont_sec .cont .price_table td {
	border: none;
	padding: 0;
}

.commerce_cont_sec .cont .price_table th {
	background: #EBEBEB;
	font-size: 14px;
	padding: 1.25em 0.6em;
}

.commerce_cont_sec .cont .price_table th .small {
	display: block;
	font-size: 0.93em;
	text-align: center;
}

.commerce_cont_sec .cont .price_table td {
	border-bottom: 1px dashed #DBDBDB;
	padding: 1.05em 0.6em;
	font-size: 13px;
}

.commerce_cont_sec .cont .price_table td.price {
	text-align: center;
}

@media (max-width: 750px) {
	.page_commerce .common_page_wrap {
		padding-block: 15vw 24vw;
	}

	.commerce_cont_sec .cont table th,
	.commerce_cont_sec .cont table td {
		padding: 0.9em 0.6em;
	}

	.commerce_cont_sec .cont table th {
		font-size: 3.3vw;
		letter-spacing: .02em;
		font-weight: 500;
	}

	.commerce_cont_sec .cont table td {
		font-size: 3.8vw;
		font-weight: 700;
		padding: 0.9em 0.6em;
	}

	.commerce_cont_sec .cont table td a {
		text-decoration: none;
		color: initial;
	}

	.commerce_cont_sec .cont .price_table {
		margin-block: 0.9em 0;
		overflow-x: scroll;
	}

	.commerce_cont_sec .cont .price_table table {
		width: 320%;
	}

	.commerce_cont_sec .cont .price_table th {
		font-size: 3.6vw;
		letter-spacing: .08em;
		padding: 0.5em 0.7em;
		white-space: initial;
	}

	.commerce_cont_sec .cont .price_table th .small {
		font-size: 1em;
		line-height: 1.3;
	}

	.commerce_cont_sec .cont .price_table td {
		font-size: 3.6vw;
		font-weight: 400;
		padding: 0.4em 0.7em;
	}

	.commerce_cont_sec .cont .price_table .scroll-hint-icon {
		width: 20.5vw;
		height: 20.5vw;
		background: rgba(0, 0, 0, 0.4);
		border-radius: 4px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0.2em;
		top: 50%;
		left: 50%;
		translate: -50% -50%;
	}

	.commerce_cont_sec .cont .price_table .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
		opacity: 1;
	}

	.commerce_cont_sec .cont .price_table .scroll-hint-icon::before {
		background-image: url(./image/scrollhint.svg);
		width: 10.5vw;
		height: auto;
		aspect-ratio: 1;
	}

	.commerce_cont_sec .cont .price_table .scroll-hint-icon::after {
		content: none;
	}

	.commerce_cont_sec .cont .price_table .scroll-hint-text {
		display: none;
	}
}