<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.price .st-H1Title_Wrap {
    padding-top: 65%;
    margin-bottom: 0ch;
}
@media screen and (min-width: 768px) {
    .price .st-H1Title_Wrap {
        padding-top: 21%;
    }
}
.price .st-Container .st-Container_Inner {
    max-width: 900px;
}
.price .price_ps {
    font-size: 12px;
    margin-top: 20px;
    line-height: 1.8;
}
.price h2 {
    font-size: 3rem;
    color: #ad9573;
    margin: 70px auto 20px;
}
.price table {
    width: 100%;
    border-spacing: 0ch;
}
.price th {
    text-align: left;
    font-size: 1.6rem;
    padding: 15px 25px;
    background-color: #ad9573;
    color: #fff;
}
.price th:first-of-type {
    border-right: 1px solid #fff;
}
.price th:last-of-type {
    border-left: 1px solid #fff;
}
.price td {
    text-align: left;
    padding: 15px 25px;
    border-bottom: 1px solid #000;
    vertical-align: middle;
}
.price td span {
    font-size: 12px;
}
.price tr:nth-last-of-type(2n) td {
    background-color: #f6f4f1;
}
.price td:first-of-type {
    width: 40%;
    border-right: 1px solid #000;
    position: relative;
}
.price td:last-of-type {
    width: 60%;
    border-left: 1px solid #000;
}
.price td a {
    color: #000;
}
.price td img {
    display: block;
    position: absolute;
    right: 10px;
    transform: translateY(-50%);
    top: 50%;
}
.price td img  {
    width: 30px;
}
@media screen and (max-width: 767px) {
    .price .price_ps {
        margin-top: 10px;
    }
    .price table {
        border-collapse: separate;
        border-top: 1px solid #000;
    }
    .price th {
        display: none;
    }
    .price td {
        display: block;
        width: 100%;
        border: 0ch;
        padding: 10px 5%;
    }
    .price td:first-of-type {
        width: 100%;
        border-right: 0;
    }
    .price td:first-of-type::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 5%;
        background-color: #c8c8c8;
        width: 90%;
        height: 1px;
    }
    .price td:last-of-type {
        width: 100%;
        border-left: 0;
        border-bottom: 1px solid #000;
    }
    .price td img {
        right: 5%;
    }
    .price td img {
        width: 20px;
    }
}

.price-btn-menu {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.price-btn-menu div {
    width: calc((100% - 40px) / 5);
    margin-right: 10px;
    margin-bottom: 10px;
}
.price-btn-menu div:nth-of-type(5n) {
	margin-right: 0;
}
.price-btn-menu a {
    background: #916f4e;
    display: block;
    border-radius: 15px;
    color: #fff;
    padding: 0 10px;
    font-size: 13px;
    line-height: 30px;
	position: relative;
}
.price-btn-menu a::after {
    content: "";
    position: absolute;
    top: 36%;
    right: 12px;
    width: 6px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
.price-ttl {
    position: relative;
    margin-bottom: 20px;
}
.price h2 {
    font-size: 2.4rem;
    color: #916f4e;
    margin: 0;
    position: absolute;
    left: 305px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}
@media (max-width: 767px) {
	.price-btn-menu {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.price-btn-menu div {
		width: calc((100% - 10px) / 2);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.price-btn-menu div:nth-of-type(5n) {
		margin-right: 10px;
	}
	.price-btn-menu div:nth-of-type(2n) {
		margin-right: 0px;
	}
	.price-btn-menu a {
		padding: 0 10px;
		font-size: 11px;
	}
	.price h2 {
		font-size: 1.6rem;
		left: 155px;
	}
}</pre></body></html>