@charset "UTF-8";

.pc-middle-block {
	margin-bottom: 40px;
}

.merbership-lead {
	margin-bottom: 40px;
	font-size: 14px;
}

.merbership-lead img {
	width: 72px;
	margin: 0 auto;
}


.merbership-lead h2 {
	margin-bottom: 24px;
	text-align: center;
}

.merbership-lead p {
	margin-bottom: 1em;
}

.membership-anchor {
	display: flex;
	flex-direction: column;
	width: 100%;
	box-sizing: border-box;
	padding: 0 12px;
	margin: 40px auto 20px;
}

.membership-anchor li {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	background-color: #D6F0F8;
	position: relative;
}

.membership-anchor svg {
	position: absolute;
	right: 6%;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


.membership-anchor a {
	font-size: 14px;
	display: block;
	width: 100%;
	justify-content: center;
	text-align: center;
}

.membership-anchor li:first-child a {
	height: 60px;
	line-height: 60px;
}

.membership-anchor li:not(:first-child) a {
	padding: 14px 0 12px;
}

.membership-anchor a span {
	line-height: 1.4;
}

.merbership-headline {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #6AC7E4;
	padding: 12px;
	margin-bottom: 1em;
	margin-top: 40px;
}

.schedule-headline {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}


.merbership-benefits,
.merbership-point,
.card-pointuse,
.card-benefits {
	font-size: 14px;
}

.merbership-ranktable-wrap {
	overflow: scroll;
	width: 100%;
}

.merbership-ranktable {
	width: 630px;
}

.merbership-ranktable th,
.merbership-ranktable td {
	font-size: 12px;
	width: 126px;
	height: 50px;
	vertical-align: middle;
	padding: 0 2px;
	border: 1px solid transparent;
	text-align: center;
}

.merbership-ranktable th.fixed01 {
	position: sticky;
	left: 0;
	color: #fff;
	background: #333;
}

.merbership-ranktable th.fixed01:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
}

.notes,
.table-notes {
	color: #616161;
	font-size: 12px;
}

.r-blonze {
	background-color: #E4CEC5;
}

.r-silver {
	background-color: #D6DDDE;
}

.r-gold {
	background-color: #ECD5AC;
}

.r-platinum {
	background-color: #CCD9ED;
}

.r-color td:first-of-type {
	background-color: #edddd7;
}

.r-color td:nth-of-type(2) {
	background-color: #EFEFEF;
}

.r-color td:nth-of-type(3) {
	background-color: #F4EDD4;
}

.r-color td:last-of-type {
	background-color: #E8EDF5;
}

.r-kangen {
	background-color: #D4BD9A;
}

.merbership-change-box-wrap {
	margin: 40px 0 20px;
}

.merbership-change-box {
	border: 1px solid #bfbfbf;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 12px;
}

.merbership-change-box p {
	text-align: left;
	padding: 0 20px;
	margin-bottom: 1em;
}

.merbership-change-box img {
	width: 100%;
	margin-bottom: 1.5em;
	padding: 0 10px;
	box-sizing: border-box;
}

.merbership-change-box .change-ttl {
	font-weight: bold;
	display: block;
	background-color: #DBDBDB;
	margin-bottom: 1.5em;
	padding: 8px 0;
}

.merbership-change-box.after-change .change-ttl {
	background-color: #6AC7E4;
	color: #fff;
}

.merbership-change-box h4 {
	font-weight: bold;
	margin-bottom: 1em;
	background-color: #EFEFEF;
	display: inline-block;
	border-radius: 24px;
	padding: 4px 12px;
}

.merbership-change-box.after-change h4 {
	background-color: #E6F9FF;
}

.before-change {
	position: relative;
	margin-bottom: 50px;
}


.arrow {
	position: relative;
}

.arrow::after {
	border-top: 25px solid #EFEFEF;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	content: "";
	position: absolute;
	bottom: 12px;
	/* 三角形の高さ＋ボックスのボーダーをマイナスに */
	left: 50%;
	/* 中央寄せに使用 */
	margin-left: -50px;
	/* 中央寄せに使用 */
}

.point-exp {
	margin: 40px auto;
	padding: 10px;
}

.point-exp-img,
.reward-points-img {
	width: 100%;
	max-width: 425px;
}

.grid-container {
	display: grid;
	grid-template-columns: 0.3fr 1.1fr;
	grid-template-rows: 1fr 1fr 1fr;
	gap: 4px;
	grid-template-areas:
		"feb feb-term"
		"march march-term"
		"april april-term";
	justify-items: stretch;
	align-items: stretch;
}

.grid-container > div {
	text-align: center;
	padding: 20px 8px;
}

.grid-container p + p {
	margin-top: 1em;
}


.feb {
	grid-area: feb;
	align-content: center;
	background-color: #FFD7D7;
}

.march {
	grid-area: march;
	align-content: center;
	background-color: #DBDBDB;
}

.april {
	grid-area: april;
	align-content: center;
	background-color: #FFD7D7;
}

.feb-term {
	grid-area: feb-term;
	align-content: center;
	background-color: #FFF2F5;
}

.march-term {
	grid-area: march-term;
	align-content: center;
	background-color: #EFEFEF;
}

.april-term {
	grid-area: april-term;
	align-content: center;
	background-color: #FFF2F5;
}

.march-term-img {
	max-width: 100px;
	padding: 10px;
}

.tksmy-card-container {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 20px 0 60px;
}

.tksmy-card {
	border: 1px solid #bfbfbf;
	padding: 12px;
}

.tksmy-card img {
	width: 98%;
	margin: 20px auto;
	display: block;
}

.tksmy-card h4 {
	background-color: #efefef;
	text-align: center;
	padding: 6px;
	font-weight: bold;
}

.merbership-benefits .scroll-txt p {
	position: relative;
	display: inline-block;
	margin-bottom: 2px;
}

.merbership-benefits .scroll-txt p::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 8px 6px 0;
	border-color: transparent #333 transparent transparent;
	position: absolute;
	top: 0px;
	left: -16px;
	bottom: 0;
	margin: auto;
}

.merbership-benefits .scroll-txt p::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #333;
	position: absolute;
	top: 0px;
	right: -16px;
	bottom: 0;
	margin: auto;
}

@media print, screen and (min-width: 641px) {
	.merbership-lead {
		text-align: center;
	}

	.membership-anchor {
		width: 1000px;
		margin: auto auto 40px;
		flex-direction: row;
		justify-content: center;
	}

	.membership-anchor li {
		width: 24%;
		margin: 0 .5%;
	}

	.merbership-headline {
		color: #333;
		font-size: 24px;
		background-color: transparent;
		text-align: center;
		margin-top: 60px;
	}
	.schedule-headline {
		text-align: center;
		font-size: 20px;
		margin-bottom: 1em;
	}

	.merbership-benefits p,
	.card-benefits p,
	.tksmy-card-schedule p {
		text-align: center;
	}

	p.table-notes {
		text-align: left;
	}

	.merbership-ranktable-wrap,
	.table-notes {
		overflow: visible;
		width: 630px;
		margin: 0 auto;
	}

	.merbership-change-box-wrap {
		display: flex;
		justify-content: center;
	}

	.merbership-change-box {
		width: 396px;
	}

	.after-change {
		margin-left: 20px;
	}

	.before-change {
		margin-bottom: 12px;
		margin-right: 20px;
	}

	.arrow {
		width: 40px;
	}

	.arrow::after {
		border-top: 50px solid transparent;
		border-bottom: 50px solid transparent;
		border-left: 25px solid #EFEFEF;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		bottom: auto;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		margin-left: -10px;
		/* 中央寄せに使用 */
	}

	.pc-middle-block {
		width: 880px;
		margin-right: auto;
		margin-left: auto;
	}

	.point-exp {
		box-sizing: border-box;
		border: 1px solid #bfbfbf;
		padding: 20px;
	}

	.point-exp img,
	.reward-points img {
		max-width: 100%;
		image-rendering: -webkit-optimize-contrast;
	}

	.grid-container {
		display: grid;
		grid-auto-rows: 1fr;
		grid-template-columns: 0.8fr 0.8fr 0.8fr;
		grid-template-rows: 0.2fr 1.8fr;
		gap: 4px;
		grid-template-areas:
			"feb march april"
			"feb-term march-term april-term";
	}

	.tksmy-card-container {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-around;
		gap: 10px;
	}
	.tksmy-card {
		box-sizing: border-box;
		width: calc((100%/2) - 10px);
	}
	.tksmy-card p {
		text-align: left;
	}

	.tksmy-card img {
		width: 92%;
	}

	.tksmy-card-schedule ul {
		display: inline-block;
		text-align: left;
	}
	.tksmy-card-schedule-txt {
		text-align: center;
	}

	.merbership-benefits .scroll-txt {
		display: none;
	}
}

/*end media*/