@charset "utf-8";
/* CSS Document */
.main-lead {
	font-size: 2.4rem;
	margin-bottom: 2rem;
}
.cv-info-atten {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 2rem;
}
.c-category {
	font-size: 2.4rem;
}
.c-category select,
.c-category option {
	font-size: 2.4rem;
	margin-bottom: 1.5rem;
	padding: .5rem 2rem .5rem 1rem;
}
.c-category select {
	color: #707070;
}
.order-toggle {
	text-align: right;
}
.order-toggle span {
	cursor: pointer;
}
.cv-Box {
	border-radius: 2rem;
	background: #fff;
	padding: 4rem 3rem;
}
.cv-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cv-item {
	width: 46%;
	transition: opacity 0.25s ease;
	border-bottom: 1px solid #707070;
	padding-bottom: 2rem;
	margin-bottom: 4rem;
	position: relative;
}
.cv-item.hide {
	opacity: 0;
	pointer-events: none;
	height: 0;
	margin: 0;
	overflow: hidden;
	display: none;
}
.evaluate {
	font-size: 2.0rem;
	margin-bottom: 1rem;
}
.category {
	border: 1px solid #000;
	border-radius: 20px;
	padding: 1px 10px;
	line-height: 1;
	font-size: 1.6rem;
	margin-right: 1em;
}

.star5_rating{
	position: relative;
	z-index: 0;
	display: inline-block;
	white-space: nowrap;
	color: #CCCCCC; /* グレーカラー 自由に設定化 */
	/*font-size: 30px; フォントサイズ 自由に設定化 */
	margin-left: 1em;
}

.star5_rating:before, .star5_rating:after{
	content: '★★★★★';
}

.star5_rating:after{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */



.star4_rating{
	position: relative;
	z-index: 0;
	display: inline-block;
	white-space: nowrap;
	color: #CCCCCC; /* グレーカラー 自由に設定化 */
	/*font-size: 30px; フォントサイズ 自由に設定化 */
	margin-left: 1em;
}
.star4_rating:before, .star4_rating:after{
	content: '★★★★';
}
.star4_rating:after{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star4_rating[data-rate="4"]:after   { width: 100%; } /* 星4 */
.star4_rating[data-rate="3.5"]:after { width: 87.5%; } /* 星3.5 */
.star4_rating[data-rate="3"]:after   { width: 75%; } /* 星3 */
.star4_rating[data-rate="2.5"]:after { width: 62.5%; } /* 星2.5 */
.star4_rating[data-rate="2"]:after   { width: 50%; } /* 星2 */
.star4_rating[data-rate="1.5"]:after { width: 37.5%; } /* 星1.5 */
.star4_rating[data-rate="1"]:after   { width: 25%; } /* 星1 */
.star4_rating[data-rate="0.5"]:after { width: 12.5%; } /* 星0.5 */
.star4_rating[data-rate="0"]:after   { width: 0%; } /* 星0 */






.cv-information {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 1rem;
}
.cv-age-gender {
	content: url("../images/customervoice/icon_men.svg");
	margin-right: 1.5rem;
	width: 6.5rem;
}
.cv-age-gender[data-rate="male"]{ content: url("../images/customervoice/icon_men.svg"); } /* 男性 */
.cv-age-gender[data-rate="female"]{ content: url("../images/customervoice/icon_woman.svg"); } /* 女性 */
.cv-age-gender[data-rate="unknown"]{ content: url("../images/customervoice/icon_gender.svg"); } /* 選択なし */

.cv-informations {
	font-size: 1.6rem;
	line-height: 1;
}
.cv-informations span {
	font-size: 1.0rem;
	display: block;
}
.cv-informations + .cv-informations {
	margin-left: 2.5rem;
}

.cv-item-name {
	margin-bottom: 1rem;
	font-size: 1.6rem;
}
.cv-item-title {
	font-size: 1.8rem;
}

.cv-c-link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}

#moreBtn,
#lessBtn {
	display: none;
	margin: 0 auto;
	width: 30vw;
	font-size: 2.8rem;
	line-height: 1;
	padding: 1.0rem 0 1.2rem;
	background: #fff;
	border-radius: 4vw;
	border: 1px solid #000;
	cursor: pointer;
	transition: .3s;
	font-family: 'Zen Maru Gothic','Quicksand', sans-serif;
	font-weight: bold;
}
#moreBtn:hover,
#lessBtn:hover {
	opacity: .7;
	transition: .3s;
}




@media screen and (max-width: 767px) {
.main-lead {
	font-size: 1.2rem;
	margin-bottom: 2rem;
}
.cv-info-atten {
	font-size: 1rem;
	line-height: 1.4;
}
.c-category {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
.c-category select,
.c-category option {
	font-size: 1.6rem;
	margin-bottom: 1.0rem;
}
.cv-Box {
	padding: 3rem 2rem;
}
.cv-list {
	flex-direction: column;
}
.cv-item {
	width: 100%;
	margin-bottom: 3rem;
}
.evaluate {
	font-size: 1.6rem;
}
.category {
	font-size: 1.4rem;
}
.category::after {
	content: "\A";
	white-space: pre;
}
.star5_rating,
.star4_rating {
	margin-top: .5rem;
}

.cv-information {
	margin-bottom: 1.5rem;
}
.cv-age-gender {
	width: 5.5rem;
}

.cv-informations {
	font-size: 1.2rem;
	line-height: 1.4;
}
.cv-informations + .cv-informations {
	margin-left: 1.5rem;
}

.cv-link {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.cv-item-name {
	font-size: 1.2rem;
}
.cv-item-title {
	font-size: 1.2rem;
}

#moreBtn,
#lessBtn {
	width: 60vw;
	font-size: 1.5rem;
	border-radius: 6vw;
}











}
