body {
	font-family: zen-kaku-gothic-new, sans-serif;
}

.p-option {
	position: relative;
}

.p-option__box {
	background-color: #fff;
	/*max-height: 20.125rem;*/
	overflow: hidden;
	padding: 2.5rem 0.875rem;
	transition: all 0.3s;
}

/*
.p-option__box::before {
	background: linear-gradient(to top, #F5F5F5 20%, transparent);
	bottom: 0;
	content: "";
	height: 7.625rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	transition: all 0.3s;
	width: 100%;
	z-index: 1;
}

.p-option__box.is-active::before {
	opacity: 0;
}

.p-option__box.is-active {
	max-height: 62.5rem;
}
*/
.p-option__title h3 {
	font-size: 1rem;
	line-height: 1.9583333333;
}

.p-option__title p {
	font-family: din-condensed, sans-serif;
	font-size: 3rem;
	font-weight: bold;
}

.p-option__info {
	margin-top: 2.1875rem;
}

.p-option__row + .p-option__row {
	margin-top: 1.5rem;
}

.p-option__row dt {
	align-items: center;
	display: flex;
	justify-content: space-between;
	gap:2rem;
}

.p-option__row dt p:first-child {
	font-size: 0.9375rem;
	font-weight: 900;
	line-height: 1.4666666667;
}

.p-option__row dt p:last-child {
	color: #979797;
	font-size: 0.5625rem;
}

.p-option__row dt p:last-child span {
	font-size: 1.375rem;
	font-weight: bold;
}

.p-option__row dd {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #555;
}

.p-option__close {
	
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: bold;
	gap: 0.6875rem;
	justify-content: center;
	margin-top: 1.875rem;
	display: none;
}

.p-option__close .c-arrow {
	background-color: #D9D9D9;
	height: 1.625rem;
	transform: rotate(-90deg);
	width: 1.625rem;
}

.p-option__close .c-arrow img {
	width: 0.5625rem;
}

.p-option__open {
	align-items: center;
	bottom: 0;
	display: flex;
	font-size: 1rem;
	font-weight: bold;
	gap: 0.6875rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 2;
	display: none;

}

.p-option__open .c-arrow {
	background-color: #D9D9D9;
	height: 1.625rem;
	transform: rotate(90deg);
	width: 1.625rem;
}

.p-option__open .c-arrow img {
	width: 0.5625rem;
}

.p-price {
	padding-top: 4rem;
}

.p-price__block + .p-price__block {
	margin-top: 2.1875rem;
}

.p-price__lead {
	margin-inline: auto;
	max-width: 15rem;
}

.p-price__lead2 {
	font-size: 0.875rem;
	font-weight: 900;
	line-height: 2.2142857143;
	margin-top: 1.875rem;
}

.p-price__lead2 strong {
	display: block;
	font-size: 1.5rem;
	line-height: 1.7619047619;
	text-align: center;
	margin-bottom: 1rem;
}

.p-price__cards {
	margin-top: 2.8125rem;
	padding-block: 1.25rem;
	padding-bottom: 2.625rem;
	position: relative;
	z-index: 1;
}

.p-price__cards::before {
	background-color: #F5F5F5;
	content: "";
	height: 100%;
	left: 0;
	margin-left: calc(50% - 50vw);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.p-price__card {
	background-color: #fff;
	max-height: 17.25rem;
	overflow: hidden;
	padding: 1.125rem 0.875rem 1.75rem;
	position: relative;
	transition: all 0.3s;
	margin-bottom: 3rem;
}

.p-price__card::before {
	/*background: linear-gradient(to top, #F5F5F5 20%, transparent);*/
	background-color: #F5F5F5;
	bottom: 0;
	content: "";
	height: 7.625rem;
	height: 2.625rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	transition: all 0.3s;
	width: 100%;
	z-index: 1;
}

.p-price__card.is-active {
	max-height: 62.5rem;
}

.p-price__card.is-active::before {
	opacity: 0;
}

.p-price__card + .p-price__card {
	margin-top: 0.6875rem;
}

.p-price__title p {
	color: #2CA6E0;
	font-size: 3rem;
	font-weight: bold;
}

.p-price__title p span {
	color: #000;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: 1rem;
	line-height: 1.1428571429;
}

.p-price__title h2 {
	font-size: 1rem;
	font-weight: bold;
}

.p-price__number {
	color: #979797;
	font-size: 4rem;
	font-weight: bold;
	margin-top: 2.5rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-price__number.tax::before {
	content: "+tax10%";
	font-size: 0.875rem;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 100%;
}

.p-price__number span {
	font-size: 2.5rem;
	vertical-align: super;
}

.p-price__lists {
	margin-inline: auto;
	margin-top: 1.75rem;
	max-width: 17rem;
}

.p-price__list {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	padding-left: 2.0625rem;
	position: relative;
}

.p-price__list img {
	display: inline;
	margin-left: 0.5em;
	vertical-align: middle;
	width: 1.1875rem;
}

.p-price__list + .p-price__list {
	margin-top: 1.875rem;
}

.p-price__list::before {
	content: "";
	left: 0;
	position: absolute;
}

.p-price__list.true::before {
	border: 3px solid #059F4F;
	border-radius: 50%;
	height: 1.375rem;
	width: 1.375rem;
}

.p-price__list.false::before {
	background-color: #2CA6E0;
	height: 0.1875rem;
	top: 0.5625rem;
	width: 0.6875rem;
}

.p-price__btn {
	margin-top: 1.5rem;
	text-align: center;
}

.p-price__btn a {
	background-color: #F9CB0B;
	border-radius: 2.625rem;
	display: inline-flex;
	flex-direction: column;
	font-size: 1.1875rem;
	font-weight: 900;
	height: 4rem;
	justify-content: center;
	padding-left: 2.25rem;
	position: relative;
	text-align: left;
	width: 17.875rem;
}

.p-price__btn a small {
	font-size: 0.625rem;
	line-height: 1.1;
	margin-bottom: 0.125rem;
}

.p-price__btn a .c-arrow {
	height: 2.1875rem;
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2.1875rem;
}

.p-price__btn a .c-arrow img {
	width: 0.75rem;
}

.p-price__close {
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: bold;
	gap: 0.6875rem;
	justify-content: center;
	margin-top: 1.875rem;
}

.p-price__close .c-arrow {
	background-color: #D9D9D9;
	height: 1.625rem;
	transform: rotate(-90deg);
	width: 1.625rem;
}

.p-price__close .c-arrow img {
	width: 0.5625rem;
}

.p-price__open {
	align-items: center;
	bottom: 0;
	display: flex;
	font-size: 1rem;
	font-weight: bold;
	gap: 0.6875rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 2;
}

.p-price__open .c-arrow {
	background-color: #D9D9D9;
	height: 1.625rem;
	transform: rotate(90deg);
	width: 1.625rem;
}

.p-price__open .c-arrow img {
	width: 0.5625rem;
}

.p-price__option {
	margin-top: 1.125rem;
}

@media screen and (min-width: 768px) {

.p-option__box {
	max-height: unset;
	padding: 5.625rem 7.6875rem 5.625rem 5.625rem;
}

.p-option__box::before {
	display: none;
}

.p-option__title h3 {
	font-size: 1.5rem;
}

.p-option__title p {
	font-size: 6rem;
}

.p-option__info {
	margin-top: 3.875rem;
}

.p-option__row {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr 35.0625rem;
}

.p-option__row + .p-option__row {
	margin-top: 4rem;
}

.p-option__row dt {
	display: grid;
	gap: 4.25rem;
	grid-template-columns: 30rem 1fr;
}

.p-option__row dt p:first-child {
	font-size: 1.5rem;
	line-height: 1.5833333333;
}

.p-option__row dt p:last-child {
	align-items: center;
	display: flex;
	font-size: 1rem;
	gap: 0.8125rem;
}

.p-option__row dt p:last-child span {
	font-size: 2.25rem;
}

.p-option__row dd {
	font-size: 1rem;
	line-height: 1.75;
}

.p-option__close {
	display: none;
}

.p-option__open {
	display: none;
}

.p-price {
	padding-top: 12.5rem;
}

.p-price__block + .p-price__block {
	margin-top: 16.4375rem;
}

.p-price__wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-price__lead {
	margin-left: 0;
	max-width: 23.75rem;
}

.p-price__lead2 {
	font-size: 1.25rem;
	line-height: 2.5;
	margin-left: auto;
	margin-top: 0;
	max-width: 42.8125rem;
}

.p-price__lead2 strong {
	font-size: 2.25rem;
	line-height: 1.6666666667;
	text-align: left;
}

.p-price__cards {
	display: grid;
	gap: 1.1875rem;
	grid-template-columns: repeat(3, 1fr);
	padding-block: 4.875rem;
}

.p-price__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	max-height: unset;
	overflow: unset;
	padding: 5.6875rem 4.5625rem 4.75rem;
}

.p-price__card::before {
	display: none;
}

.p-price__card + .p-price__card {
	margin-top: 0;
}

.p-price__title p {
	font-size: 6rem;
	line-height: 1.0416666667;
}

.p-price__title p span {
	font-size: 1.125rem;
	height: 2.125rem;
	line-height: 1.8888888889;
}

.p-price__title h2 {
	font-size: 1.5rem;
}

.p-price__number {
	font-size: 5rem;
	margin-inline: auto;
	margin-top: 5rem;
}

.p-price__number.tax::before {
	font-size: 1.25rem;
}

.p-price__number span {
	font-size: 3.0625rem;
}

.p-price__lists {
	flex-grow: 1;
	margin-top: 2.5rem;
	max-width: 21.5625rem;
}

.p-price__list {
	align-items: center;
	display: flex;
	font-size: 1rem;
	min-height: 2.25rem;
	padding-left: 2.25rem;
}

.p-price__list + .p-price__list {
	margin-top: 1.4375rem;
}

.p-price__list.true::before {
	border-width: 5px;
	height: 2.4375rem;
	width: 2.4375rem;
}

.p-price__list.false::before {
	height: 0.3125rem;
	left: 0.8125rem;
	top: 1.25rem;
	width: 0.8125rem;
}

.p-price__btn {
	margin-top: 7.0625rem;
}

.p-price__btn a {
	font-size: 1.375rem;
	height: 5.1875rem;
	padding-left: 4.1875rem;
	width: 23.375rem;
}

.p-price__btn a small {
	font-size: 0.875rem;
}

.p-price__btn a .c-arrow {
	height: 3.1875rem;
	right: 0.875rem;
	width: 3.1875rem;
}

.p-price__btn a .c-arrow img {
	width: 1.125rem;
}

.p-price__close {
	display: none;
}

.p-price__open {
	display: none;
}

.p-price__option {
	grid-column: 1/4;
}

}


/*# sourceMappingURL=price.css.map */
