.c-mv__logo {
	margin-bottom: .5rem;
	width: 26.9rem;
}

.c-price-box__ttl {
	font-size: 1.8rem;
}

.p-price__media {
	background-color: var(--cl-bg);
	border-radius: 1rem;
	padding: 4rem 1rem 2.4rem;
}

.p-price__media:not(:last-child) {
	margin-bottom: 1rem;
}

.p-price__media-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.p-price__media-body {
	background-color: #fff;
	border-radius: .5rem;
	padding: 1.3rem;
}

.p-price__media-select {
	background-color: #000;
	border-radius: .8rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: .5rem;
	min-width: 11rem;
	padding: 0 1.7rem;
	position: relative;
	text-align: left;
}

.p-price__media-select:after {
	background: url(../images/common/arrow_icon_01.svg) no-repeat 50%/contain;
	content: "";
	filter: brightness(0) invert(1);
	height: .9rem;
	position: absolute;
	right: 1.2rem;
	top: calc(50% - .4rem);
	transform: rotate(90deg);
	width: .6rem;
}

.p-price__media-select .icon-plus {
	align-items: center;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	position: absolute;
	width: 2rem;
}

.p-price__media-select .icon-plus:after,
.p-price__media-select .icon-plus:before {
	background-color: #000;
	content: "";
	height: .4rem;
	position: absolute;
	width: 100%;
}

.p-price__media-select .icon-plus:after {
	transform: rotate(90deg);
}

.p-price__media-ttl {
	align-items: center;
	color: var(--cl-primary);
	display: flex;
	font-size: 1.6rem;
	font-weight: 700;
	gap: 5px;
	margin-bottom: .4rem;
}

.p-price__media-ttl:not(:first-child) {
	margin-top: 1rem;
}

.p-price__media-ttl:before {
	aspect-ratio: 1;
	background: linear-gradient(45deg,#00bfd3,#006fbc);
	border-radius: 50%;
	content: "";
	width: .8rem;
}

.p-price__media-sub {
	font-size: 1.6rem;
	font-weight: 700;
}

.p-price__media-lead {
	font-size: 2rem;
	font-weight: 700;
}

.p-price__media-lead .c-line-bot {
	background: linear-gradient(to top,var(--cl-warning),.9rem,transparent .9rem);
}

.p-price__media-txt {
	font-weight: 700;
}

.p-price .c-center {
	margin-block: 2rem 1rem;
}

.c-cost .inner {
	max-width: 105rem;
}

.p-cost__wrap {
	position: relative;
}

.p-cost__wrap .btn-popup.--popup-cost {
	right: -1.2rem;
	top: -1.5rem;
}

.p-cost__media {
	align-items: center;
	background-color: #f1f3f4;
	border-radius: 2rem;
	display: flex;
	gap: 1rem;
	margin-bottom: 3rem;
	padding: 2rem 0 2.2rem;
}

.p-cost__media-icon {
	align-items: center;
	aspect-ratio: 1;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	width: 8rem;
}

.p-cost__media-des {
	font-weight: 700;
	margin-bottom: 2rem;
}

.p-cost__media .btn--arrow-small {
	min-width: 27rem;
}

.p-cost__note {
	margin-bottom: 6.5rem;
}

@media (min-width:768px) {

.c-mv:after {
	width: calc(50vw + 8rem);
}

.c-mv__logo {
	margin-bottom: 1.5rem;
	width: 43.5rem;
}

.c-mv__image {
	padding-top: 3rem;
	width: 76.9rem;
}

.c-price-box__ttl {
	font-size: 2.2rem;
	margin-bottom: 0;
}

.c-price__area {
	padding-inline: 10.5rem;
}

.p-price__media {
	align-items: center;
	border-radius: 2rem;
	display: flex;
	padding: 4rem 5.5rem 4rem 1.5rem;
}

.p-price__media:not(:last-child) {
	margin-bottom: 2rem;
}

.p-price__media-content {
	flex: 1 1;
}

.p-price__media-body {
	border-radius: 1rem;
	padding: 3rem 4.5rem;
	width: 43rem;
}

.p-price__media-select {
	margin-left: 3rem;
}

.p-price__media-select:after {
	right: 1.5rem;
}

.p-price__media-select .icon-plus {
	right: calc(100% + 1rem);
	top: 50%;
	transform: translateY(-50%);
}

.p-price__media-ttl {
	font-size: 1.8rem;
}

.p-price__media-ttl:not(:first-child) {
	margin-top: 2rem;
}

.p-price__media-sub {
	font-size: 1.8rem;
}

.p-price__media .c-star {
	margin-top: 1rem;
}

.p-price .c-center {
	margin-block: 4rem 3rem;
}

.c-cost-list__ttl small {
	font-size: 1.6rem;
}

.p-cost__inline {
	margin-inline: auto;
	max-width: 72.4rem;
}

.p-cost__wrap .btn-popup.--popup-cost {
	left: auto;
	right: -5rem;
	top: 0;
}

.p-cost__media {
	gap: 3rem;
	margin-bottom: 6rem;
	padding: 4rem 5rem;
}

.p-cost__media-icon {
	background-color: #fff;
	border-radius: 50%;
	padding: 1.3rem;
	width: 12rem;
}

.p-cost__media-body {
	flex: 1 1;
}

.p-cost__media-des {
	margin-bottom: .8rem;
}

.p-cost__note {
	margin-bottom: 8rem;
	text-align: center;
}

}

@media (max-width:767px) {

.c-mv {
	padding-top: 2.6rem;
}

.c-mv__image {
	padding-bottom: 1.5rem;
}

.c-mv__image:before {
	top: .5rem;
}

.c-price-box__icon .icon-width-02 {
	width: 21rem;
}

.p-price__media-content {
	margin-bottom: 2rem;
}

.p-price__media-select {
	margin-top: 3.5rem;
}

.p-price__media-select .icon-plus {
	bottom: calc(100% + 1rem);
	left: 50%;
	transform: translateX(-50%);
}

.c-cost__ttl {
	justify-content: flex-start;
}

.p-cost__inline {
	margin-inline: -1rem;
}

.p-cost__media {
	flex-direction: column;
}

.p-cost__media-body {
	text-align: center;
}

}

