@charset "UTF-8";
body {
	background: #ebfbfe;
}

body.single_page main[role="main"] h3 {
	background: #ebfcff;
	font-size: 1.8rem;
	padding: 12px;
	border-left: 5px solid #74c6d7;
	margin-top: 6rem;
	margin-bottom: 2rem;
}
.rankExplain {
	width: 100%;
}
.rankExplain th, .rankExplain td {
	border: 2px solid #fff;
}
.rankExplain thead th {
	background-color: #aaa;
	color: #fff;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	padding: 8px 2px;
}
.rankExplain thead th:first-child {
	border-radius: 10px 0 0 0;
}
.rankExplain tbody th {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	position: relative;
	padding: 4px;
	width: 25%;
}
.rankExplain tbody th div {
	display: flex;
	align-items: center;
	gap: 6px;
}
.rankExplain tbody td {
	text-align: center;
	font-weight: bold;
	color: #555;
	padding: 12px 2px;
	line-height: 1.3;
}
.rankExplain tbody td span {
	font-size: 85%;
}
.rankExplain tbody tr:nth-child(1) th {
	background: linear-gradient(-7deg, #ffa28b 50%, #ff867e 51%);
}
.rankExplain tbody tr:nth-child(1) td {
	background-color: #ffebe1;
}
.rankExplain tbody tr:nth-child(2) th {
	background: linear-gradient(-7deg, #3dc765 50%, #33ae53 51%);
}
.rankExplain tbody tr:nth-child(2) td {
	background-color: #ccffd6;
}
.rankExplain tbody tr:nth-child(3) th {
	background: linear-gradient(-7deg, #b3b3b3 50%, #989898 51%);
}
.rankExplain tbody tr:nth-child(3) td {
	background-color: #eee;
}
.rankExplain tbody tr:nth-child(4) th {
	background: linear-gradient(-7deg, #eebe31 50%, #cea029 51%);
}
.rankExplain tbody tr:nth-child(4) td {
	background-color: #fff6b9;
}
.rankExplain tbody tr:nth-child(5) th {
	background: linear-gradient(-7deg, #50cdd5 50%, #44a8a8 51%);
}
.rankExplain tbody tr:nth-child(5) td {
	background-color: #caf7fa;
}
.rankExplain tbody tr:nth-child(6) th {
	background: linear-gradient(-7deg, #f97ccf 50%, #d47abe 51%);
}
.rankExplain tbody tr:nth-child(6) td {
	background-color: #ffe5f7;
}

.rankBenefit {
	width: 100%;
}
.rankBenefit th, .rankBenefit td {
	width: 50%;
	border: 2px solid #fff;
	text-align: center;
	padding: 12px 4px;
}
.rankBenefit th {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	font-size: 18px;
}
.rankBenefit td {
	font-size: 16px;
}
.rankBenefit td b {
	font-size: 120%;
	color: #c60000;
}
.rankBenefit tr:nth-child(1) th {
	background: linear-gradient(-7deg, #b3b3b3 50%, #999999 51%);
}
.rankBenefit tr:nth-child(1) td {
	background-color: #f0f0f0;
}
.rankBenefit tr:nth-child(2) th {
	background: linear-gradient(-7deg, #eebe31 50%, #cfa029 51%);
}
.rankBenefit tr:nth-child(2) td {
	background-color: #fff6b9;
}
.rankBenefit tr:nth-child(3) th {
	background: linear-gradient(-7deg, #50cdd5 50%, #44a8a8 51%);
}
.rankBenefit tr:nth-child(3) td {
	background-color: #caf7fa;
}
img[src*=infograph] {
	width: 100%;
	height: auto;
}
.alert {
	text-align: center;
	font-weight: 700;
	margin: 0.8em auto;
	border: 2px solid #eeb2b2;
	background: #f9e5e5;
	padding: 0.5em 0.7em;
	border-radius: 5px;
	color: #c60000;
}
.button {
	border: 2px solid #c60000;
	color: #c60000;
	padding: 12px 28px;
	display: block;
	width: 90%;
	max-width: 320px;
	min-height: 48px;
	text-align: center;
	cursor: pointer;
	margin: 20px auto;
	text-decoration: none;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	box-sizing: border-box;
	border-radius: 5px;
}
.button:after {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #c60000;
	border-right: 2px solid #c60000;
	box-sizing: border-box;
	right: 18px;
	top: 16px;
	transform: rotate(45deg);
}
body.pc .sp_link {
	display: none;
}
body.sp .pc_link {
	display: none;
}
br.sp {
	display: none;
}
@media (max-width: 480px) {
	.rankExplain, .rankBenefit {
		margin-left: -12px;
    	margin-right: -12px;
    	width: calc(100% + 24px);
	}
	.rankExplain thead th {
		font-size: 13px;
	}
	.rankExplain tbody th {
		font-size: 13px;
		width: ;
	}
	.rankExplain tbody td {
		font-size: 15px;
	}
	.rankExplain tbody th div {
		flex-direction: column;
		gap: 0;
	}
	.rankExplain tbody th div img {
		width: 48px;
		height: 48px;
	}
	br.sp {
		display: block;
	}
}