/* pr */
.c-card p,
.c-card img,
.c-card li {
	padding: 0;
	margin: 0;
}

.c-prCard {
	width: 100%;
	padding: 40px 0 24px;
	background-color: #fff9f2;
	position: relative;
	margin: 72px auto 40px;
}

.c-prCard__icon {
	width: 144px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.c-prCard__icon img {
	margin-bottom: 0 !important;
}

.c-prCard__upper {
	padding: 0 24px;
	position: relative;
}

.c-prCard__header {
	display: grid;
	grid-template-columns: 176px 1fr;
	gap: 16px;
}

.c-prCard__right {
	padding-top: 26px;
}

.c-prCard__image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.c-prCardTitle {
	color: #4c2800;
	font-size: 22px !important;
	font-weight: bold !important;
	line-height: 1.2 !important;
	padding: 0 !important;
	margin: 0 0 8px !important;
	border: none !important;
}

.c-prCardTitle::before,
.c-prCardTitle::after {
	display: none;
}

.c-rankingCard__right {
	display: grid;
	height: 100%;
}

.c-cardTagList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 4px;
	margin-bottom: 8px;
}

.c-cardTagList.--pr {
	width: calc(100% - 176px - 16px - 24px - 24px);
	position: absolute;
	top: 0;
	left: calc(176px + 16px + 24px);
}

.c-cardTagList__item {
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 4px !important;
	margin: 0 !important;
	display: inline-block !important;
	border-radius: 2px;
}

.c-cardTagList__item.--madoguchi {
	background: #e7566f;
}

.c-cardTagList__item.--menseki {
	background: #2b4aba;
}

.c-cardTagList__item.--baisho {
	background: #006c4e;
}

.c-cardTagList__item.--taiki {
	background: #e87528;
}

.c-cardTagList__item.--app {
	background: #a90082;
}

.c-prCardIconList {
	list-style: none;
	display: flex;
	gap: 12px;
}

.c-prCardIconList__icon {
	display: block;
	width: 16px;
	margin-bottom: 0 !important;
}

.c-prCardIconList__item {
	color: #4c2800;
	font-size: 12px;
	line-height: 1;
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	align-items: center;
	gap: 4px;
	position: relative !important;
}

.c-prCardIconList__item+.c-prCardIconList__item::before {
	content: "/";
	position: absolute;
	top: 50%;
	left: -8px;
	transform: translateY(-50%);
	background-color: transparent !important;
}

.c-prCardIconList.--gray .c-prCardIconList__item {
	color: #3a3334;
}

.c-prCardIconList.--gray:has(> li:nth-child(3):nth-last-child(1)) li::before {
    content: "";
}

.c-prCard__contents {
	margin-top: 10px;
	padding-left: 24px;
}

.c-cardDetails {
	color: #4c2800;
	padding: 10px 8px 16px;
	background-color: #fff;
	border-radius: 4px;
}

.c-cardDetails.--pink {
	color: #3a3334;
	background-color: #f9f2f3;
}

.c-cardDetails .badgeImg {
	width: 50%;
	display: block;
	margin: 0 auto;
}

.c-cardDetails .imgDisc{
	font-size: 8px;
  display: block;
  margin-top: -10px;
  text-align: center;
  white-space: nowrap;
  padding-top: 0.5rem;
}

.c-cardDetails__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.c-cardDetails__headerLeft {
	width: 65%;
}

.c-cardDetails__service {
	font-size: 12px !important;
	line-height: 1.2 !important;
}

.c-cardDetails__plan {
	font-size: 18px !important;
	font-weight: bold !important;
	line-height: 1.2 !important;
}

.c-cardDetail__headerRight {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 4px;
}

.c-cardDetail__monthlyFeeTitle {
	font-size: 10px !important;
	line-height: 1.2 !important;
}

.c-cardDetail__monthlyFee {
	font-size: 12px !important;
	line-height: 1.2 !important;
}

.c-cardDetail__monthlyFee strong {
	color: #fd0101;
	font-size: 18px !important;
	font-weight: bold !important;
	display: inline-block !important;
	margin-right: 4px !important;
}

.c-cardDetail__note {
	font-size: 10px !important;
	line-height: 1.2 !important;
}

.c-cardDetailsTable table {
	width: 100%;
	height: 135px;
	border: none;
	border-collapse: inherit;
	margin-bottom: 0;
}

.c-cardDetailsTable th {
	font-size: 12px !important;
	font-weight: normal !important;
	line-height: 1.2 !important;
	text-align: center !important;
	padding: 6px !important;
}

.c-cardDetailsTable th,
.c-cardDetailsTable td {
	border: none !important;
}

.c-cardDetailsTable th small {
	font-size: 10px;
	line-height: 1.2;
}

.c-cardDetailsTable td {
	text-align: center;
	padding: 4px !important;
}

.c-cardDetailsTable td .num {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	display: inline-block;
}

.c-cardDetailsTable td .unit {
	font-size: 12px;
	line-height: 1.2;
	margin-left: 1px;
	display: inline-block;
}

.c-cardDetailsTable td .note {
	color: #545454;
	font-size: 10px;
	line-height: 1.2;
	display: inline-block;
}

.c-cardDetailsTable.--orange th {
	background-color: #ffd5a5;
}

.c-cardDetailsTable.--pink th {
	background-color: #f9a7b2;
}

.c-cardDetailsTable.--pink td {
	background-color: #fff;
	font-size: small;
}

.c-cardDetailsCheckList {
	list-style: none;
	padding: 0 !important;
	display: grid !important;
	gap: 4px;
	margin: 10px 0 0 !important;
}

.c-cardDetailsCheckList li {
	color: #686868;
	font-size: 14px;
	line-height: 1.1;
	padding: 0 !important;
	margin-bottom: 3px !important;
	display: flex !important;
	align-items: center;
	gap: 8px;
	height: 36px;
}

.c-card .c-cardDetailsCheckList li::before {
	content: "";
	display: inline-block;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent !important;
}

.c-cardDetailsCheckList.--orange li::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjggMTUuMDY0OEgxLjg3OTY2VjUuMTQ0NDdIMTAuMjMzOUwxMi4xMTM2IDMuMjY0NzdIMFYxNi45NDQ1SDEzLjY3OTVWMTYuMDA0NlYxMS44ODE4TDExLjggMTMuNzYxNVYxNS4wNjQ4WiIgZmlsbD0iI0ZGOEMwMCIvPgo8cGF0aCBkPSJNNS41ODY0MSA2LjI0MTQ3TDMuNjUzMiA4LjE3NTAzTDYuODAwMzkgMTEuMzIxOUw4LjczMzU5IDEzLjI1NTRMMTAuNjY2OCAxMS4zMjE5TDE4IDMuOTg5MTlMMTYuMDY2NCAyLjA1NTY2TDguNzMzODcgOS4zODgzNEw1LjU4NjQxIDYuMjQxNDdaIiBmaWxsPSIjRkY4QzAwIi8+Cjwvc3ZnPgo=");
}

.c-cardDetailsCheckList.--pink li::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjggMTUuMDY0N0gxLjg3OTY2VjUuMTQ0MzVIMTAuMjMzOUwxMi4xMTM2IDMuMjY0NjVIMFYxNi45NDQzSDEzLjY3OTVWMTYuMDA0NVYxMS44ODE3TDExLjggMTMuNzYxNFYxNS4wNjQ3WiIgZmlsbD0iI0Y5ODE5MSIvPgo8cGF0aCBkPSJNNS41ODY0MSA2LjI0MTQ3TDMuNjUzMiA4LjE3NTAzTDYuODAwMzkgMTEuMzIxOUw4LjczMzU5IDEzLjI1NTRMMTAuNjY2OCAxMS4zMjE5TDE4IDMuOTg5MTlMMTYuMDY2NCAyLjA1NTY2TDguNzMzODcgOS4zODgzNEw1LjU4NjQxIDYuMjQxNDdaIiBmaWxsPSIjRjk4MTkxIi8+Cjwvc3ZnPgo=");
}

.c-cardDetailsMore {
	margin-top: 10px;
}

.c-cardDetailsTextContents {
	font-size: 12px;
	line-height: 1.5;
}

.c-cardDetailsTextContents p+p {
	margin-top: 0.5em;
}

.c-cardDetailsMoreButtonWrapper {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.c-cardDetailsMoreButton {
	font-size: 14px;
	line-height: 1.5;
	appearance: none;
	background-color: #fff;
	border: none;
	padding-left: calc(16px + 4px);
	position: relative;
}

.c-cardDetailsMoreButton::before,
.c-cardDetailsMoreButton::after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 0;
	transition: 0.3s all ease-in-out;
}

.c-cardDetailsMoreButton::before {
	transform: translateY(-50%);
}

.c-cardDetailsMoreButton::after {
	transform: translateY(-50%) rotate(90deg);
}

.c-cardDetailsMoreButton.is-active::after {
	transform: translateY(-50%) rotate(0);
}

.c-cardDetailsMoreButton.--orange {
	color: #ff8c00;
}

.c-cardDetailsMoreButton.--orange::before,
.c-cardDetailsMoreButton.--orange::after {
	background-color: #ff8c00;
}

.c-cardDetailsMoreButton.--pink {
	color: #f94f66;
	background-color: #f9f2f3;
}

.c-cardDetailsMoreButton.--pink::before,
.c-cardDetailsMoreButton.--pink::after {
	background-color: #f94f66;
}

.c-prCard__actions {
	max-width: 345px;
	margin: 16px auto 0;
	display: flex;
	gap: 17px;
}

.c-cardButton {
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none !important;
	text-align: center;
	max-width: 164px;
	width: 100%;
	padding: 13px 1em;
	display: inline-block;
	border-radius: 4px;
	transition: 0.3s all ease-in-out !important;
}

.c-cardButton:hover {
	opacity: 0.8;
}

.c-cardButton.--green {
	background-color: #2aa37b;
}

.c-cardButton.--orange {
	background-color: #ff8c00;
}

.c-cardButton.--pink {
	background-color: #f94f66;
}

.c-card .swiper-pagination {
	display: none;
}

/* ランキング */
.c-rankingCard {
	margin: 40px auto;
}

.c-rankingCardHeader {
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 16px;
}

.c-rankingCardHeader__icon {
	max-width: 62px;
}

.c-rankingCardHeader__title {
	color: #3a3334 !important;
	font-size: 22px !important;
	font-weight: bold !important;
	line-height: 1.2 !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

.c-rankingCardHeader__title::before,
.c-rankingCardHeader__title::after {
	display: none;
}

.c-rankingCard__upper {
	display: grid;
	grid-template-columns: 176px 1fr;
	align-items: flex-start;
	gap: 16px;
}

.c-rankingCard__image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.c-rankingCard__contents {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.c-prCard {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		padding: 40px 0 24px;
	}

	.c-prCard__header {
		grid-template-columns: 115px 1fr;
		gap: 10px;
	}

	.c-prCard__upper {
		padding: 0 15px;
	}

	.c-cardTagList {
		margin-bottom: 4px;
	}

	.c-cardTagList.--pr {
		width: 100%;
		position: static;
	}

	.c-prCard__right {
		padding-top: 0;
	}

	.c-prCardTitle {
		font-size: 18px !important;
		margin-bottom: 4px !important;
	}

	.c-prCard__contents {
		padding: 0;
		margin-top: 8px;
	}

	.c-prCard__actions {
		padding: 0 15px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.c-card .swiper {
		padding-bottom: 24px;
	}

	.c-card .swiper-slide {
		transform: scale(0.9) !important;
		transition: 0.7s;
	}

	.c-card .swiper-slide-active {
		transform: scale(1) !important;
		z-index: 1;
	}

	.c-card .swiper-pagination {
		display: block;
		bottom: 0;
	}

	.c-prCard .swiper-pagination-bullet {
		background-color: #fff;
		border: 1px solid #4c2800;
		opacity: 1;
	}

	.c-prCard .swiper-pagination-bullet-active {
		background-color: #4c2800;
	}

	.c-rankingCard .swiper-pagination-bullet {
		background-color: #f9f2f3;
		border: none;
		opacity: 1;
	}

	.c-rankingCard .swiper-pagination-bullet-active {
		background-color: #f94f66;
	}

	/* ランキング */
	.c-rankingCardHeader {
		gap: 10px;
		margin-bottom: 10px;
	}

	.c-rankingCardHeader__icon {
		width: 40px;
	}

	.c-rankingCardHeader__title {
		font-size: 18px !important;
	}

	.c-rankingCard__upper {
		grid-template-columns: 172px 1fr;
		gap: 8px;
	}

	.c-rankingCard__contents {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		margin-top: 8px;
	}
}
