.ranking h1 {
	border-bottom: 1px solid #666;
	font-size: 24px;
	margin: 0 0 20px 0;
	line-height: 1;
	padding: 0 0 20px 0;
}

.ranking .therapist-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 15px 0;
	padding: 15px 0;
	border-bottom: 1px solid #323232;
}

.therapist-box.rank1box {
	/* background: #fffad3; */
	padding: 10px;
	border-bottom: none;
}

.therapist-box.rank2box {
	/* background: #f2f2f2; */
	padding: 10px;
	border-bottom: none;
}

.therapist-box.rank3box {
	/* background: #fbe9dc; */
	padding: 10px;
	border-bottom: none;
}

.ranking .therapist-box .photo {
	width: 37%;
	margin: 0 0 10px 0;
}

.ranking .therapist-box .cast_data {
	width: 58%;
}

.ranking .therapist-box .rank {
	width: 100%;
	text-align: center;
	font-size: 20px;
	background: #e7e7e7;
	color: #666;
	margin: 0 0 10px 0;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.ranking .therapist-box .rank img {
	width: 23px;
	height: auto;
	margin: 0 8px 0 0;
}

.ranking .therapist-box .rank1 {
	border-bottom: 1px solid #d3bd7e;
	color: #c59719;
	background: none;
}

.ranking .therapist-box .rank2 {
	border-bottom: 1px solid #323232;
	color: #909fab;
	background: none;
}

.ranking .therapist-box .rank3 {
	border-bottom: 1px solid #91675a;
	color: #8d4523;
	background: none;
}

.ranking .therapist-box .photo .grade-icon {
	bottom: 0px;
}
.ranking .therapist-box .sns-icon {
	bottom: 30px;
}

.ranking .therapist-box .profile-icon {
	margin: 10px 0 0 0;
}
.ranking .therapist-box .comment {
	width: 100%;
}

.ranking .therapist-box .comment dt {
	font-size: 13px;
	padding: 7px 0;
	line-height: 1;
	border-bottom: 1px dashed #666;
}

.ranking .therapist-box .comment dd {
	font-size: 13px;
	line-height: 1.4;
}

/*list*/

ul.ranking_list {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

ul.ranking_list li {
	font-size: 18px;
	padding: 15px;
	border: 1px solid #323232;
	margin: 15px 0;
}

ul.ranking_list li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (min-width: 480px) {
	.ranking.single {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		max-width: 800px;
		margin: 30px auto;
	}

	.therapist-box.rank1box,
	.therapist-box.rank2box,
	.therapist-box.rank3box {
		padding: 20px;
	}

	.ranking .therapist-box .rank {
		font-size: 30px;
	}

	.ranking .therapist-box .rank img {
		width: 35px;
	}

	.ranking .therapist-box {
		display: block;
		overflow: hidden;
	}
	.ranking .therapist-box .photo {
		float: left;
	}
	.ranking .therapist-box .cast_data {
		float: right;
	}
	.ranking .therapist-box .cast_data h3 {
		font-size: 22px;
	}

	.ranking .therapist-box .comment {
		float: right;
		width: 58%;
	}
}
@media screen and (min-width: 640px) {
	.ranking .therapist-box {
		display: flex;
		align-content: flex-start;
	}
	.ranking .therapist-box .photo,
	.ranking .cast_data {
		width: 100% !important;
	}
	.ranking .therapist-box .cast_data h3 {
		font-size: 14px;
		font-weight: 800;
		line-height: 1.2;
		padding-bottom: 0.5rem;
	}
	.ranking .therapist-box .rank {
		font-size: 20px;
	}
	.ranking .therapist-box .comment {
		width: 100%;
	}
	.ranking .therapist-box {
		border-bottom: none;
	}
	.ranking .therapist-box .rank {
		background: none;
	}
}
