.ranking h1 {
	font-size: 1.2rem;
	margin: 2rem 0 1rem 0;
	line-height: 1;

	text-align: center;
}

.ranking .therapist-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 15px 0;
	padding: 15px 0;
}

.therapist-box.rank1box {
	padding: 0 1rem;
	border-bottom: none;
}

.therapist-box.rank2box {
	padding: 10px;
	border-bottom: none;
}

.therapist-box.rank3box {
	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;
	margin: 0 0 1.25rem 0;
	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 .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: 1rem;
	font-weight: bold;
	padding: 0.5rem 0 0.5rem;
	line-height: 1;
}

.ranking .therapist-box .comment dd {
	/* font-size: 13px; */
	line-height: 1.4;
	padding-top: 1rem;
	display: contents;
}

/*list*/

ul.ranking_list {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

ul.ranking_list li {
	font-size: 18px;
	padding: 15px;
	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: 1.2rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.ranking .therapist-box .rank img {
		width: 35px;
		margin: 0 8px 6px 0;
	}

	.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.single {
		width: 100%;
		/* max-width: 1200px!important; */
	}
	.top-ran {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		width: 100%;
	}
	.top-ran li {
		width: 28%;
	}
	.top-ran .therapist-box .photo {
		width: 100% !important;
	}
	.top-ran .therapist-box .cast_data {
		width: 100% !important;
	}
	.top-ran .therapist-box .comment {
		width: 100% !important;
	}
	.top-ran .profile-icon li {
		width: 100%;
	}
	.top-ran > li:nth-child(n + 4) {
		width: 20%;
	}
	.therapist-box.rank4box,
	.therapist-box.rank5box,
	.therapist-box.rank6box,
	.therapist-box.rank7box,
	.therapist-box.rank8box,
	.therapist-box.rank9box,
	.therapist-box.rank10box {
		padding: 0px !important;
	}
}
