/* 共通 */
.main-title {
	background: url("/assets/img/renewal/user/pc/contact/renewal/review_detail/menu/bg_subtitle.webp") center no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 129px;
}

.main-title .icon {
	position: absolute;
}

.f-review_detail_menu,
.genre_content,
.f-publish_example {
	position: relative;
	width: 1000px;
	min-height: 10vh;
	border-radius: 20px;
	background: #fff;
	-webkit-box-shadow: 3px 3px 6px rgba(135,13,62,0.161);
	box-shadow: 3px 3px 6px rgba(135,13,62,0.161);
	margin: auto;
}
/* 掲載中の店舗様からの声 */
.f-review_detail_menu .icon {
	width: 60px;
	height: 60px;
	left: 270px;
	top: 26px;
}

.f-review_detail_menu .ttl {
	text-align: center;
	padding: 41px 0;
	font: normal normal bold 34px/26px Meiryo;
	color: #fff;
	font-size: 34px;
}

.f-review_detail_menu .content {
	padding: 150px 0 20px 0;
}

.f-review_detail_menu .content .review_detail_menu_img {
	text-align: center;
}

.f-review_detail_menu .content .review_detail_menu_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 72px;
}

.f-review_detail_menu .content .review_detail_menu_list li {
	width: 130px;
	height: 63px;
	background: #fff 0% 0% no-repeat padding-box;
	-webkit-box-shadow: inset 0px -4px 0px rgba(251,82,141,0.302);
	box-shadow: inset 0px -4px 0px rgba(251,82,141,0.302);
	border: 1px solid #fb528d;
	border-radius: 17px;
	text-align: center;
	margin: auto;
	cursor: pointer;
}

.f-review_detail_menu .content .review_detail_menu_list li img {
	width: 22px;
	height: 22px;
	margin: 5px;
}

.f-review_detail_menu .content .review_detail_menu_list li p {
	margin-top: 10px;
	color: #fd6698;
	font: normal normal bold 16px/1px Meiryo;
}
/* 各業種ごとの口コミ内容一覧 */
.f-review_detail_voice {
	width: 1000px;
	margin: 30px auto;
}

.f-review_detail_voice .review_detail_voice_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: scroll;
	scrollbar-width: none;
	width: 1000px;
}

.f-review_detail_voice .review_detail_voice_content .genre_content .genretitle {
	position: relative;
	text-align: center;
	padding-top: 20px;
	width: 1000px;
}

.f-review_detail_voice .review_detail_voice_content .genre_content .genretitle .genre_icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 40px;
}

.f-review_detail_voice .review_detail_voice_content .genre_content .genretitle p {
	color: #fd6698;
	font: normal normal bold 40px/1px Meiryo;
}

.f-review_detail_voice .review_detail_voice_content .genre_content .genretitle p::after {
	content: '';
	position: absolute;
	height: 31px;
	width: 76px;
	background: url("/assets/img/renewal/user/pc/contact/renewal/review_detail/voice/voice.webp") center no-repeat;
	background-size: contain;
	top: 71px;
}

.f-review_detail_voice .review_detail_voice_content .genre_content .genretitle .genre_1::after {
	left: 375px;
}

.f-review_detail_voice .review_detail_voice_content .genre_content .genretitle .genre_2::after {
	left: 355px;
}

.f-review_detail_voice .review_detail_voice_content .genre_content .genretitle .genre_4::after {
	left: 412px;
}

.f-review_detail_voice .review_detail_voice_content .genre_content .genretitle .genre_6::after {
	left: 390px;
}

.f-review_detail_voice .review_detail_voice_content .genre_content .genretitle .genre_5::after {
	left: 390px;
}

.f-review_detail_voice .review_detail_voice_content .genre_content .genretitle .genre_16::after {
	left: 370px;
}

.f-review_detail_voice .review_detail_voice_content .genre_content .genretitle .line {
	margin-top: 7px;
}

.f-review_detail_voice .review_detail_voice_content .slider_content {
	margin: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.f-review_detail_voice .review_detail_voice_content .slider_content .arrow {
	text-decoration: underline;
	color: #fd6698;
	font: normal normal normal 16px/1px Meiryo;
	line-height: inherit;
	width: 180px;
}

.f-review_detail_voice .review_detail_voice_content .slider_content .prev,
.f-review_detail_voice .review_detail_voice_content .slider_content .next {
	cursor: pointer;
}

.f-review_detail_voice .review_detail_voice_content .slider_content .prev::before,
.f-review_detail_voice .review_detail_voice_content .slider_content .next::before {
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	border: solid #fd6698 2px;
	border-radius: 10px;
	top: -3px;
}

.f-review_detail_voice .review_detail_voice_content .slider_content .prev::after,
.f-review_detail_voice .review_detail_voice_content .slider_content .next::after {
	content: '';
	position: absolute;
	height: 7px;
	width: 7px;
	border-right: 2px solid #fd6698;
	border-top: 2px solid #fd6698;
	top: 4px;
}

.f-review_detail_voice .review_detail_voice_content .slider_content .prev {
	text-align: right;
}

.f-review_detail_voice .review_detail_voice_content .slider_content .prev::before {
	left: 253px;
}

.f-review_detail_voice .review_detail_voice_content .slider_content .prev::after {
	left: 261px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.f-review_detail_voice .review_detail_voice_content .slider_content .next::before {
	right: 253px;
}

.f-review_detail_voice .review_detail_voice_content .slider_content .next::after {
	right: 261px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.f-review_detail_voice .review_detail_voice_content .slider_content .slider {
	width: 200px;
}

.f-review_detail_voice .review_detail_voice_content .container {
	position: relative;
	margin: 0 60px 50px;
}

.f-review_detail_voice .review_detail_voice_content .container .review_title {
	font: normal normal bold 16px/28px Meiryo;
	background: #fff;
	width: 335px;
	border-radius: 40px;
	margin-bottom: 10px;
}

.f-review_detail_voice .review_detail_voice_content .container .user_icon {
	width: 95px;
	height: 95px;
	position: absolute;
	top: -30px;
}

.f-review_detail_voice .review_detail_voice_content .container .review_comment {
	font: normal normal normal 16px/30px Meiryo;
	text-align: left;
}

.f-review_detail_voice .review_detail_voice_content .container .review_comment .highlight {
	background: #fcf8a6;
}

.f-review_detail_voice .review_detail_voice_content .container .left_container {
	background: transparent linear-gradient(278deg, #feffec 0%, #fffddb 100%) 0% 0% no-repeat padding-box;
	border-radius: 40px;
	padding: 30px;
}

.f-review_detail_voice .review_detail_voice_content .container .left_container .review_title {
	margin-left: 130px;
	padding-left: 15px;
}

.f-review_detail_voice .review_detail_voice_content .container .left_container .user_icon {
	left: 30px;
}

.f-review_detail_voice .review_detail_voice_content .container .right_container {
	background: transparent linear-gradient(82deg, #f2fffa 0%, #e3fff8 100%) 0% 0% no-repeat padding-box;
	border-radius: 40px;
	padding: 30px;
}

.f-review_detail_voice .review_detail_voice_content .container .right_container .review_title {
	text-align: right;
	margin-left: 380px;
	padding-right: 15px;
}

.f-review_detail_voice .review_detail_voice_content .container .right_container .user_icon {
	right: 30px;
}
/* スライダーのボタン */
.dots-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.dots-wrap li {
	font-size: 0px;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #fff;
	border: #ff82ae solid 1px;
	border-radius: 50%;
	cursor: pointer;
}

.dots-wrap .slick-active {
	background: #ff82ae;
}
/* 掲載事例 */
.f-publish_example {
	margin-top: 80px;
}

.f-publish_example .icon {
	width: 63px;
	height: 63px;
	left: 387px;
	top: 18px;
}

.f-publish_example .ttl {
	text-align: center;
	padding: 41px 0;
	font: normal normal bold 34px/26px Meiryo;
	color: #fff;
	font-size: 34px;
}

.f-publish_example .content {
	padding: 150px 50px 50px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.f-publish_example .content .item {
	position: relative;
	width: 47%;
	border: 2px solid #ff82ae;
	-webkit-box-shadow: 3px 3px 6px rgba(135,13,62,0.161);
	box-shadow: 3px 3px 6px rgba(135,13,62,0.161);
	margin: 25px 10px;
	padding: 20px 16px;
	font: normal normal normal 15px/25px Meiryo;
}

.f-publish_example .content .item .question {
	background: transparent linear-gradient(261deg, #fffccf 0%, #ffe2cc 100%) 0% 0% no-repeat padding-box;
	border-radius: 5px;
	font: normal normal bold 15px/25px Meiryo;
	width: 389px;
	height: 89px;
	display: table-cell;
	vertical-align: middle;
}

.f-publish_example .content .item .example_right {
	padding-left: 110px;
}

.f-publish_example .content .item .example_right::after {
	content: '';
	position: absolute;
	height: 98px;
	width: 104px;
	top: 11px;
	left: 22px;
}

.f-publish_example .content .item .example_left {
	padding-right: 110px;
	padding-left: 10px;
}

.f-publish_example .content .item .example_left::after {
	content: '';
	position: absolute;
	height: 98px;
	width: 104px;
	top: 11px;
	right: 22px;
}

.f-publish_example .content .item .boy1::after {
	background: url("/assets/img/renewal/user/pc/contact/renewal/review_detail/example/boy01.webp") center no-repeat;
	background-size: contain;
}

.f-publish_example .content .item .boy2::after {
	background: url("/assets/img/renewal/user/pc/contact/renewal/review_detail/example/boy02.webp") center no-repeat;
	background-size: contain;
}

.f-publish_example .content .item .girl1::after {
	background: url("/assets/img/renewal/user/pc/contact/renewal/review_detail/example/girl01.webp") center no-repeat;
	background-size: contain;
}

.f-publish_example .content .item .answer {
	margin-top: 12px;
}

.f-publish_example .content .item .answer .highlight {
	background: #fcf8a6;
}

.f-publish_example .content .case1::before,
.f-publish_example .content .case2::before,
.f-publish_example .content .case5::before,
.f-publish_example .content .case6::before {
	content: '';
	position: absolute;
	height: 4px;
	width: 140px;
	background: #fff;
	top: -3px;
	left: 61%;
}

.f-publish_example .content .case1::after,
.f-publish_example .content .case2::after,
.f-publish_example .content .case5::after,
.f-publish_example .content .case6::after {
	content: '';
	position: absolute;
	height: 52px;
	width: 132px;
	background: url("/assets/img/renewal/user/pc/contact/renewal/review_detail/example/case01.webp") center no-repeat;
	background-size: contain;
	top: -32px;
	left: 62%;
}

.f-publish_example .content .case2::after {
	background: url("/assets/img/renewal/user/pc/contact/renewal/review_detail/example/case02.webp") center no-repeat;
	background-size: contain;
}

.f-publish_example .content .case5::after {
	background: url("/assets/img/renewal/user/pc/contact/renewal/review_detail/example/case05.webp") center no-repeat;
	background-size: contain;
}

.f-publish_example .content .case6::after {
	background: url("/assets/img/renewal/user/pc/contact/renewal/review_detail/example/case06.webp") center no-repeat;
	background-size: contain;
}

.f-publish_example .content .case3::before,
.f-publish_example .content .case4::before,
.f-publish_example .content .case7::before,
.f-publish_example .content .case8::before {
	content: '';
	position: absolute;
	height: 4px;
	width: 140px;
	background: #fff;
	top: -3px;
	right: 61%;
}

.f-publish_example .content .case3::after,
.f-publish_example .content .case4::after,
.f-publish_example .content .case7::after,
.f-publish_example .content .case8::after {
	content: '';
	position: absolute;
	height: 52px;
	width: 132px;
	background: url("/assets/img/renewal/user/pc/contact/renewal/review_detail/example/case03.webp") center no-repeat;
	background-size: contain;
	top: -32px;
	right: 62%;
}

.f-publish_example .content .case4::after {
	background: url("/assets/img/renewal/user/pc/contact/renewal/review_detail/example/case04.webp") center no-repeat;
	background-size: contain;
}

.f-publish_example .content .case7::after {
	background: url("/assets/img/renewal/user/pc/contact/renewal/review_detail/example/case07.webp") center no-repeat;
	background-size: contain;
}

.f-publish_example .content .case8::after {
	background: url("/assets/img/renewal/user/pc/contact/renewal/review_detail/example/case08.webp") center no-repeat;
	background-size: contain;
}
