@charset "UTF-8";


.c-hdg--enjp .c-hdg--en {
	color: var(--color-och-200);
}


/*---------------------------------------------------------
 Lead
---------------------------------------------------------*/
.p-bg-list {
	display: grid;
	row-gap: 1em;
}
.p-bg-list > dl {
	background-color: #fff;
	border-radius: 20px 20px 0 0;
}
.p-bg-list > dl:first-of-type {
	--accent-color: #b2b267;
}
.p-bg-list dt {
	text-align: center;
	color: #FFF;
	background-color: var(--accent-color);
	padding: 1em;
	margin-bottom: 0;
	border-radius: inherit;
}
.p-bg-list dd {
	padding: 5% 10% 6%;
}
.p-bg-list dd b {
	color: var(--accent-color);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.p-bg-list {
	justify-content: space-between;
	grid-template-columns: repeat(2, min(580px,48%));
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}


/*---------------------------------------------------------
 List
---------------------------------------------------------*/
.list .c-hdg--bg {
	background-color: var(--color-brw-300);
}

/*anchor
---------------------------------------------------------*/
.p-anchor {
	row-gap: 1.6em;
}
.p-anchor > li > a {
	background-color: #eeeedd;
	border-radius: 0;
}
.p-anchor .c-icon {
	position: absolute;
	font-size: 80%;
	left: 50%;
	bottom: 0;
	translate: -50% 42%;
	rotate: 90deg;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.p-anchor {
	width: 85%;
	max-width: 860px;
	grid-template-columns: repeat(4,23.4%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.list__anchor .c-btn-wrap {
	display: grid;
	grid-template-columns: 49% 49%;
}
} 

/*p-table
---------------------------------------------------------*/
.p-table {
	border-collapse: collapse;
	border-top: 1px solid var(--color-brw);
}
.p-table caption {
	position: relative;
	text-align: left;
	margin-bottom: .6em;
}
.p-table caption .c-hdg--bar::before {
	background-color: #c8b9a0;
}
.p-table caption small {
	display: block;
	text-align: right;
}
.p-table tr {
	border-bottom: 1px solid var(--color-brw);
}

.p-table th {
	width: 72%;
	text-align: left;
	vertical-align: center;
	font-weight: normal;
	padding: 4% 0;
	padding-right: 3%;
}
.p-table th p.c-hdg--bld {
	margin-bottom: 0;
}

.p-table td {
	position: relative;
	width: 28%;
	background-color: #FFF;
	text-align: center;
	padding: 2em 1.5%;
}
.p-table__price {
	color: var(--accent-color);
	font-size: min(1.8vw,125%);
	font-weight: var(--fw-bold);
	letter-spacing: .1em;
	line-height: 1.4;
}
.p-table__price span {
	font-size: 140%;
	margin-right: .2em;
}
.p-table__price small {
	display: inline-block;
	color: var(--color-base);
	font-size: 80%;
	vertical-align: 0.2em;
	margin-right: .8em;
}

.p-table td dl dt {
	font-weight: var(--fw-bold);
	line-height: 1.5;
	white-space: nowrap;
	margin-bottom: .3em;
}
.p-table td dl dt:not(:first-of-type) {
	margin-top: 1.4em;
}
.p-table td dl.is-column {
	max-width: max-content;
	display: grid;
	align-items: center;
	gap: .6em 1em;
	grid-template-columns: 3em 1fr;
	margin-inline: auto;
}
.p-table td dl.is-column dt {
	text-align: left;
	margin: 0;
}

.p-table__note {
	display: block;
	color: #76706b;
	font-size: 100%;
	line-height: 1.4;
	margin-top: .5em;
}
/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {

.p-table caption small {
	position: absolute;
	right: 0;
	bottom: .1em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.p-table th,
.p-table td {
	display: block;
	width: 100%;
	padding: 6% 3%;
}

.p-table caption small {
	font-size: 85%;
	letter-spacing: .08em;
}

.p-table th {
	padding: 8% 3% 5%;
}

.p-table__price {
	font-size: 90%;
}
.p-table__price small {
	display: inline-block;
	font-size: 3.6vw;
}
.p-table td dl dt {
	font-size: 3.6vw;
}

.p-table__note {
	margin-top: .1em;
}
}


/*---------------------------------------------------------
 Payment
---------------------------------------------------------*/
.payment {
	text-align: center;
	color: #FFF;
}
.payment .c-hdg--en {
	color: #948a86;
}
.payment .c-bg-color {
	background-color: var(--color-brw);
}
.payment .l-box--s {
	background-color: #756963;
}
.payment .c-txt--asterisk {
	color: #FFF;
	margin: 2em auto 3em;
}

.card-list {
	width: 90%;
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-inline: auto;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.card-list {
	flex-wrap: wrap;
	width: 90%;
	gap: .6em;
}
.card-list > li {
	width: 30%;
}
}



/*---------------------------------------------------------
 Deduction
---------------------------------------------------------*/
.deduction .c-bg-color {
	background-color: #fff;
}
.deduction__box {
	background-color: #f7f7ee;
}
.deduction__box > div {
	max-width: max-content;
	margin-inline: auto;
}
.deduction__formula {
	max-width: max-content;
	font-size: min(1.7vw,140%);
	font-weight: var(--fw-bold);
	line-height: 1.5;
	letter-spacing: .12em;
	white-space: nowrap;
	margin-inline: auto;
}
.deduction__formula span {
	vertical-align: middle;
}
.deduction__formula small {
	font-size: 70%;
	font-weight: normal;
}
.deduction__note {
	display: block;
	text-align: right;
	font-size: 100%;
	line-height: 1.5;
	letter-spacing: .12em;
	margin-top: .8em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.deduction__formula {
	font-size: 2.1vw;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.deduction__formula {
	font-size: 110%;
	letter-spacing: .05em;
}
.deduction__note {
	text-align: left;
	font-size: 90%;
	letter-spacing: .05em;
}
}


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

/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {

}

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

}
