@charset "UTF-8";



/*
---------------------------------------------------------*/
#toc_container {
	margin-bottom: var(--gap-120);
}

.c-ttl__l {
	margin-bottom: var(--gap-50);
}
.price__type {
	font: var(--font-min);
	font-size: 2.4rem;
	letter-spacing: normal;
	line-height: 1.4em;
	padding-left: 1.2em;
	position: relative;
}
.price__type::before {
	content: "";
	position: absolute;
	width: .9em;
	aspect-ratio: 1 / 1;
	background: url("../images/deco_pont2.png") no-repeat center center;
	background-size: contain;
	left: 0;
	top: .25em;
}
.price__tax {
	text-align: right;
	margin-left: auto;
	color: #8a8a8a;
	line-height: 1.6em;
}
.price__top {
	margin-bottom: 1.0rem;
}
.price__top:has(.price__type) {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
	row-gap: 1.0rem;
}

.price__table {
	background: #fff;
	border-top: solid 1px #e6e6d0;
}
.price__table th,
.price__table td {
	border-bottom: solid 1px #e6e6d0;
	padding-top: 1.7rem;
	padding-bottom: 1.7rem;
}
.price__table th {
	width: 72%;
	padding-left: 4%;
	padding-right: 4%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
.price__table td {
	width: 28%;
	padding-left: 2%;
	padding-right: 2%;
	background: var(--color-border);
	text-align: center;
	vertical-align: middle;
}

.price__table-item {
	font: var(--font-min);
	font-size: 2.4rem;
	letter-spacing: normal;
	line-height: 1.4em;
}
.price__table-price {
	font-size: var(--fs-17);
	font-weight: bold;
	letter-spacing: .18em;
	line-height: 1.4em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.price__table-price {
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.price__type {
	font-size: var(--fs-24);
}
.price__tax {
	font-size: var(--fs-12);
}

.price__table tr,
.price__table th,
.price__table td {
	display: block;
	width: 100%;
}
.price__table th {
	padding: 1.5rem 6% 1.0rem;
	border-bottom: none;
}
.price__table td {
	padding: 1.0rem 3%;
}

.price__table-item {
	font: var(--font-min);
	font-size: var(--fs-24);
}
.price__table-price {
	letter-spacing: .1em;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}