@charset "utf-8";

html {
	font-size: 62.5%;
	line-height: 1;
}

body {
	color: #3D3D3D;
	margin: 0;
}

p {
	font-size: 1.5rem;
}

h1,
h2,
h3,
h4,
.headingLv1_sub,
.headingLv7,
.headingLv8,
.ctaTtl {
	font-family: "游明朝", YuMincho, "HGS明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
}

a {
	color: #3D3D3D;
	cursor: pointer;
}

section {
	margin: 0 auto;
}

.txt_17 {
	font-size: 1.7rem;
}

/* 見出し */
.headingLv1 {
	font-size: 2.0rem;
	text-align: center;
	font-weight: 200;
	line-height: 1.4em;
}

.headingLv1::after {
	content: "";
	display: block;
	width: 116px;
	margin: 0 auto;
	height: 4px;
	background-color: #578E5F;
	margin-top: 20px;
	margin-bottom: 32px;
}

/* タブ */
.tab {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1px;
	position: relative;
	width: 100%;
}

.tab::after {
	content: "";
	position: absolute;
	bottom: -9px;
	display: block;
	height: 9px;
	width: 100vw;
	z-index: 1;
	background-color: #b85180;
}

.tab li a {
	display: block;
	border: 1px solid #b85180;
	padding: 20px;
	min-width: 168px;
	box-sizing: border-box;
	color: #898989;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.tab li.active a {
	background-color: #b85180;
	color: #fff;
}

.area {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	margin-top: 32px;
}

.area.is-active {
	display: block;
	animation-name: displayAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@keyframes displayAnime {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* スタッフカード */

.author_staff {
	display: flex;
	padding: 20px;
	border: 2px solid #b85180;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.author_staff .planner .feel {
	padding-top: 16px;
}

.author_staff .planner .planimg {
	text-align: center;
}

.author_staff .planner .planimg img {
	border-radius: 100%;
}

.author_staff .planner .planimg .name {
	padding-top: 10px;
}

.author_staff .planner .int_txt1 {
	display: none;
}

.author_staff .planner .planimg .name a {
	display: none;
}

/* スター */

.gl_level {
	display: flex;
	justify-content: center;
	align-items: center;
}

.gl_level img:not(:last-of-type) {
	margin-right: 4px;
}

.gl_level img {
	width: 14px;
	height: 14px;
}

.gl_level p {
	font-size: 3.8rem;
	font-weight: bold;
	margin-left: 16px;
	line-height: 1;
}


/* サービス満足度 */

.gl_goodList {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.gl_goodList li {
	display: flex;
	align-items: center;
	justify-content: center;
}

.gl_goodList li:not(:last-child) {
	margin-bottom: 20px;
}

.goodList_label {
	margin-right: 28px;
}

.goodList_label span {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	min-width: 164px;
	border-radius: 4px;
	background-color: #FADFEB;
}

/* ユーザーステータス */

.author_useStatus {
	display: flex;
	align-items: center;
	gap: 32px;
}

.useStatus_thumb {
	width: 80px;
	height: auto;
	flex-shrink: 0;
}

.useStatus_value {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.useStatus_value h5 {
	font-size: 1.8rem;
}

.useStatus_value p {
	font-size: 1.7rem;
	line-height: 1;
	font-weight: bold;
}

.useStatus_value .gl_level img {
	width: 20px;
	height: 20px;
}

.useStatus_value .gl_level img:not(:last-of-type) {
	margin-right: 8px;
}

.useStatus_value .gl_level p {
	font-size: 4.0rem;
}

/* ユーザーステータス + サービス満足度 */

.gl_goodStatus {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}

.totalStatus {
	padding: 32px;
	border: 1px solid #707070;
}

/* 依頼主情報 */
.author_profile {
	width: 100%;
	border: 1px solid #B9B9B9;
	border-radius: 4px;
	display: flex;
}

.profile_arrow {
	position: relative;
}

.profile_arrow::before {
	content: "";
	position: absolute;
	top: -23px;
	left: 30%;
	margin-left: -16px;
	border: 12px solid transparent;
	border-bottom: 12px solid #fff;
	z-index: 2;
}

.profile_arrow::after {
	content: "";
	position: absolute;
	top: -26px;
	left: 30%;
	margin-left: -17px;
	border: 13px solid transparent;
	border-bottom: 13px solid #B9B9B9;
	z-index: 1;
}

.author_profile li {
	width: 33.33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	padding-top: 20px;
	padding-bottom: 12px;
	padding-left: 8px;
	padding-right: 8px;
	box-sizing: border-box;
}

.author_profile li:not(:last-child) {
	border-right: 1px solid #B9B9B9;
}

.profile_label {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
}

.profile_ttl {
	font-size: 1.7rem;
	font-weight: bold;
	color: #b85180;
	line-height: 1.6em;
}

a.profile_ttl {
	font-size: 1.7rem;
	font-weight: bold;
	color: #b85180;
	line-height: 1.6em;
}

/* カルーセル */
.slider2 {
	width: 100%;
	margin: 0 auto;
}

.slider2 li {
	width: 100%;
}

.slider2 .slick-slide {
	margin: 0 10px;
}

.slider2 .slick-prev,
.slider2 .slick-next {
	display: none;
}

.slick-dots {
	display: flex;
	max-width: 200px;
	margin: 0 auto;
	/* margin-top: 20px; */
	justify-content: center;
	position: relative;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots button {
	color: transparent;
	outline: none;
	width: 8px;
	height: 2px;
	display: block;
	background-color: #D6D6D6;
}

/* .slick-dots .slick-active button {
	background-color: #b85180;
} */

.slick-prev::before,
.slick-next::before {
	content: none;
}

.slick-track {
	height: auto;
}

.author-topThumb {
	margin-bottom: 40px;
}

.author-topThumb a {
	display: block;
	width: 100%;
	transition: opacity .3s;
}

.author-topThumb img {
	/* object-fit: cover; */
	aspect-ratio: 4/3;
	width: 100%;
}

.slider4 a {
	width: 100%;
	display: block;
}

.slider4 .slick-slide {
	margin: 0 10px;
}

/* //////////////////// ////////////////////花葬儀の口コミ・評判 */
#funeral .headingLv1 {
	margin-top: 60px;
}

.totalStatus {
	margin-bottom: 24px;
	border: 2px solid #b85180;
}

/* 検索 */
.sort {
	margin-bottom: 24px;
	width: 100%;
}

select::-ms-expand {
	display: none;
	/* デフォルトのスタイルを無効(IE用) */
}

.select {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	padding-left: 60px;
	height: 42px;
	font-size: 1.5rem;
	background-color: #EDEDED;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.auter_select {
	position: relative;
	width: 238px;
	margin: 0 auto;
}

.auter_select::after {
	position: absolute;
	content: "▼";
	right: 0;
	top: 0;
	font-size: 1.5rem;
	color: #3D3D3D;
	line-height: 42px;
	padding-right: 24px;
	box-sizing: border-box;
}

/* 利用者の声 */
.auter_voice .gl_goodStatus {
	margin-bottom: 32px;
}

.auter_voice {
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	padding-top: 32px;
	padding-bottom: 32px;
	border-top: 2px solid #B9B9B9;
}

.space {
	width: 100%;
	padding: 28px;
	box-sizing: border-box;
	background-color: #b85180;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	margin-bottom: 52px;
	display: flex;
	flex-direction: column;
}

.space p {
	color: #fff;
	font-size: 1.6rem;
}

.space h5 {
	color: #fff;
	font-size: 2.6rem;
	font-weight: 300;
}

.auter_voice .author_profile {
	margin-bottom: 32px;
}

/* スライダー */

.slider3 {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 32px;
}

.slider3 li {
	/* width: 100%; */
}

.slider3 a {
	width: 100%;
	display: block;
}

.slider3 .slick-slide {
	margin: 0 10px;
}

/* .auter_voice .author-topThumb img {
	aspect-ratio: 4.5/3;
} */

.slick-prev,
.slick-next {
	position: absolute;
	/*絶対配置にする*/
	top: 50%;
	cursor: pointer;
	/*マウスカーソルを指マークに*/
	outline: none;
	/*クリックをしたら出てくる枠線を消す*/
	border-top: 2px solid #666;
	/*矢印の色*/
	border-right: 2px solid #666;
	/*矢印の色*/
	height: 24px;
	width: 24px;
}

.slick-prev {
	left: -9.5%;
	transform: rotate(-135deg);
}

.slick-next {
	right: -9.5%;
	transform: rotate(45deg);
}

.auter_voice .slick-dots {
	max-width: 120px;
}

/* PR */
.pr {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}

.pr h5 {
	font-size: 1.7rem;
	margin-bottom: 20px;
	line-height: 1.6em;
}

.pr p {
	font-size: 1.5rem;
	margin-bottom: 16px;
}

.pr a {
	display: block;
	font-size: 1.4rem;
	color: #b85180;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 32px;
}

.auter_voice .author_staff {
	border: none;
	background-color: #EFEFEF;
	border-radius: 4px;
	margin-bottom: 32px;
}

.staff__cntWrap .author_staff__cnt {
	margin-bottom: 16px;
}

.staff__cntWrap a {
	display: block;
	font-size: 1.4rem;
	color: #b85180;
	text-align: center;
	margin: 0 auto;
}

.staff__profile p {
	margin-top: 16px;
}

.gl_moreBtn {
	display: flex;
	gap: 16px;
}

.gl_moreBtn a {
	width: 50%;
	display: block;
	font-size: 1.5rem;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #707070;
	text-align: center;
	line-height: 1.4em;
}

/* ページャー */

.nav-links {
	display: flex;
	/* overflow-x: auto; */
}

.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
	font-size: 1.5rem;
	font-weight: bold;
	height: 32px;
	padding: 0 6px;
}

.page-numbers>*:last-child {
	margin-right: 0;
}

.prev,
.next {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.7rem;
	font-weight: bold;
}

.prev {
	margin-right: 20px;
}

.next {
	margin-left: 20px;
}

.page-numbers.current {
	background-color: #FADFEB;
	border-radius: 50%;
}

.gl_pager {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 32px;
	padding-top: 40px;
	flex-direction: column;
	border-top: 2px solid #B9B9B9;
}

.result {
	text-align: center;
	margin-bottom: 16px;
}

.result span {
	font-size: 2.2rem;
	font-weight: bold;
	padding-right: 24px;
	display: inline-block;
}

.searchVoice {
	width: 100%;
	text-align: center;
	padding-top: 56px;
	padding-bottom: 56px;
	margin-bottom: 56px;
	background-color: #EFEFEF;
}

.searchVoice_ttl {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 24px;
}

.outer_find {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	flex-direction: column;
}

.outer_find .findArea,
.outer_find .findPlan {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.findLabel {
	font-size: 1.7rem;
	font-weight: bold;
}

.outer_find .select {
	background-color: #fff;
	border: 1px solid #707070;
}

.outer_find .auter_select {
	width: 240px;
	margin: 0 0 0 16px;
}

.searchVoice button {
	cursor: pointer;
	margin-top: 24px;
	padding: 20px;
	border-radius: 4px;
	width: 214px;
	font-size: 1.5rem;
	font-weight: bold;
	box-sizing: border-box;
	background-color: #b85180;
	color: #fff;
}

.mb-only {
	display: block;
}

.gl_level_above_photos {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 5px;
}

.gl_level_above_photos img {
	width: 18px;
	height: 18px;
}

.gl_level_above_photos p {
	font-size: 2rem;
	padding-left: 5px;
}

a.above_photos {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.grad-btn {
	display: block;
	text-align: center;
	margin: 20px 0;
	font-size: 14px;
}

.grad-btn::before {
	content: "続きを読む";
	color: #b85180;
}

.grad-item {
	position: relative;
	overflow: hidden;
	height: 75px;
	/*隠した状態の高さ*/
}

.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	content: "";
}

.grad-trigger {
	display: none;
	/*チェックボックスは常に非表示*/
}

.grad-trigger:checked~.grad-btn::before {
	content: "閉じる"
		/*チェックされていたら、文言を変更する*/
}

.grad-trigger:checked~.grad-item {
	height: auto;
	/*チェックされていたら、高さを戻す*/
}

.grad-trigger:checked~.grad-item::before {
	display: none;
	/*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.funeral_info_label {
	margin-bottom: 23px;
	font-size: large;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}

.single-voice {
	padding: 0 15px;
}

.single-voice * {
	font-family: "游明朝", YuMincho, "HGS明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
}

.single-voice__mainTtl {
	text-align: center;
	position: relative;
	font-size: 30px;
	width: 100%;
	padding-top: 50px;
	margin-bottom: 60px;
}

.single-voice__mainTtl:after {
	content: "";
	display: block;
	background: #578e5f;
	width: 77px;
	height: 4px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: auto;
}

.single-voice__mainTtl.is-small {
	font-size: 19px;
	margin-bottom: 60px;
}

.single-voice__mainTtl.is-small:after {
	height: 2px;
	width: 65px;
}

.single-voice .main {
	position: relative;
}

.single-voice .button01 {
	width: 100%;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	border: 1px solid #3D3D3D;
	text-decoration: none;
}

.single-voice .button02 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	border-radius: 30px;
	color: #B85180;
	border: 1px solid #B85180;
	font-size: 17px;
	text-decoration: none;
}

.single-voice .tagArea .tag {
	font-family: "游明朝", YuMincho, "HGS明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
	font-size: 12px;
	border: solid 1px #000;
	height: 30px;
	padding: 0 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	margin-bottom: 40px;
}

.single-voice__cttl {
	text-align: center;
	position: relative;
	font-size: 32px;
	width: 100%;
}

.single-voice__cttl:after {
	content: "";
	display: block;
	background: #578e5f;
	width: 70px;
	height: 4px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: auto;
}

.single-voice__cttl.is-small {
	font-size: 19px;
	margin-bottom: 60px;
}

.single-voice__cttl.is-small:after {
	height: 2px;
	width: 65px;
}

.single-voice__ttl {
	font-family: "游明朝", YuMincho, "HGS明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.5;
}

.single-voice__snsArea {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	right: 0;
	top: 0;
}

.single-voice__name {
	font-family: "游明朝", YuMincho, "HGS明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}

.single-voice__cust {
	margin-bottom: 46px;
	line-height: 1.5;
}

.single-voice__sttl {
	margin-bottom: 40px;
	font-size: 16px;
}

.single-voice .gl_goodStatus {
	margin-bottom: 30px;
}

.single-voice .gl_goodStatus * {
	font-family: "游明朝", YuMincho, "HGS明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
}

.single-voice .picArea {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.single-voice .picArea__ttl {
	font-size: 16px;
	margin-bottom: 20px;
}

.single-voice .picArea .pic:first-child {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	margin-right: 0 !important;
}

.single-voice .picArea .pic:first-child img {
	width: 100%;
}

.single-voice .picArea .pic:not(.single-voice .picArea .pic:first-child) {
	width: 30%;
}

.single-voice .picArea .pic:not(:last-child) {
	margin-right: 5%;
}

.single-voice__detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
}

.single-voice__detail .detail {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px;
}

.single-voice__detail .detail__box .ttl {
	text-align: left;
	font-size: 14px;
	margin-bottom: 15px;
}

.single-voice__detail .detail__box .text {
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	color: #b85180;
	margin-bottom: 50px;
}

.single-voice__detail .enQuete__ttl {
	width: 100%;
	font-size: 19px;
	margin-bottom: 22px;
}

.single-voice__detail .enQuete__cap {
	width: 100%;
	font-size: 14px;
	margin-bottom: 10px;
}

.single-voice__detail .enQuete__list {
	display: flex;
	justify-content: space-between;
}

.single-voice__detail .enQuete__list .listItem {
	width: 100%;
}

.single-voice__message {
	margin: 0 auto 62px;
}

.single-voice__message .wrapper {
	border: 1px solid #B9B9B9;
	padding: 20px;
	border-radius: 10px;
}

.single-voice__message .author_staff {
	border: none;
	padding: 0;
}

.single-voice__message .author_staff .feel {
	padding-top: 0;
	line-height: 1.5;
}

.single-voice__message .block {
	margin-bottom: 30px;
}

.single-voice__message .block__ttl {
	font-size: 16px;
	line-height: 1.5;
}

.single-voice__message .picArea {
	margin-bottom: 0;
}

.single-voice__message .picArea .box {
	margin-bottom: 40px;
}

.single-voice .linkArea {
	width: 100%;
	margin: 0 auto 40px;
}

.single-voice .linkArea a {
	margin-bottom: 15px;
}

.single-voice .thisTime__block {
	border: 1px solid #3D3D3D;
	padding: 30px;
	margin-bottom: 73px;
}

.single-voice .thisTime__block .ttl {
	font-size: 19px;
	color: #B85180;
	padding: 0 0 18px 13px;
	margin-bottom: 21px;
	border-bottom: 1px solid #9B9B9B;
	text-align: center;
}

.single-voice .thisTime__block .price {
	justify-content: center;
	display: flex;
	align-items: flex-end;
	font-size: 41px;
	font-weight: 900;
	margin-bottom: 20px;
}

.single-voice .thisTime__block .price .tax {
	font-size: 19px;
	font-weight: normal;
}

.single-voice .thisTime__block .priceDetail {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px 0;
	margin-bottom: 20px;
}

.single-voice .thisTime__block .priceDetail__item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48%;
	height: 36px;
	border: 1px solid #9B9B9B;
	color: #B85180;
}

.single-voice .thisTime__block .planPic,
.single-voice .thisTime__block .placePic {
	margin-bottom: 20px;
}

.single-voice .thisTime__block .more {
	text-align: center;
}

.single-voice .thisTime__block .more .btn {
	margin: 0 auto;
	width: 258px;
}

.single-voice .recommend {
	width: 100%;
	margin: 0 auto 88px;
}

.single-voice .recommend__ttl {
	text-align: center;
	font-size: 26px;
	margin-bottom: 82px;
}

.single-voice .recommend .tabArea {
	display: flex;
	justify-content: space-between;
}

.single-voice .recommend .tabArea .tab {
	width: 24%;
	height: 50px;
	border-radius: 9px 9px 0 0;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #707070;
	border-bottom: none;
}

.single-voice .recommend .tabArea .tab:after {
	content: none;
}

.single-voice .recommend .tabArea .tab.is-active {
	border-top: 11px solid #578E5F;
	border-bottom: 1px solid #fff;
	position: relative;
	top: 1px;
	height: 50px;
}

.single-voice .recommend__block {
	padding: 30px 20px;
	border: 1px solid #707070;
}

.single-voice .recommend__card {
	position: relative;
	border: solid 1px #707070;
	border-top: 9px solid #578E5F;
	border-radius: 9px;
	overflow: hidden;
	padding: 60px 20px 20px;
  margin-bottom: 30px
}

.single-voice .recommend__card.is-plan .tag {
	background: #578E5F;
}

.single-voice .recommend__card.is-plan .moreBtn {
	color: #578E5F;
	border: 1px solid #578E5F;
}

.single-voice .recommend__card.is-prepare {
  padding: 30px;
}

.single-voice .recommend__card.is-prepare p {
  text-align: center;
}

.single-voice .recommend__card .tag {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
}

.single-voice .recommend__card .pic {
	width: 122px;
	height: 122px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 20px;
}

.single-voice .recommend__card .detail__top {
	margin-bottom: 23px;
}

.single-voice .recommend__card .detail .date {
	font-size: 18px;
}

.single-voice .recommend__card .detail .star {
	display: flex;
	align-items: center;
}

.single-voice .recommend__card .detail .star .no {
	font-size: 62px;
	font-weight: bold;
	margin-left: 15px;
}

.single-voice .recommend__card .detail .cust {
	font-size: 22px;
	margin-bottom: 20px;
}

.single-voice .recommend__card .detail .inDetail {
	display: flex;
	flex-wrap: wrap;
	width: 308px;
	font-size: 15px;
}

.single-voice .recommend__card .detail .inDetail__head {
	width: 64px;
	height: 26px;
	background: #EFEFEF;
	border: 1px solid #E3E3E3;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.single-voice .recommend__card .detail .inDetail__detail {
	display: flex;
	align-items: center;
	padding: 0 10px;
	margin-bottom: 10px;
}

.single-voice .recommend__card .detail .inDetail__detail.is-first {
	width: calc(100% - 64px);
}

.single-voice .recommend__card .detail .more {
	text-align: center;
	margin: 20px 0;
}

.single-voice .recommend__card .detail .more .moreBtn {
	width: 159px;
	height: 43px;
	border-radius: 21.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	margin: 0 auto;
}

.single-voice .planArea__ttl {
	position: relative;
	margin: 0 auto;
	font-size: 26px;
	margin-bottom: 50px;
	padding-bottom: 17px;
	border-bottom: 2px solid #ccc;
}

.single-voice .planArea__ttl:before {
	content: "";
	height: 2px;
	width: 127px;
	background: #578E5F;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.single-voice .planArea__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 40px;
}

.planCard01 {
	border: 1px solid #707070;
	background: #fff;
	width: 358px;
	padding: 20px;
}

.planCard01__ttl {
	text-align: center;
	color: #B85180;
	padding-bottom: 21px;
	margin-bottom: 26px;
	font-size: 28px;
	border-bottom: 1px solid #9B9B9B;
}

.planCard01__price {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 44px;
	margin-bottom: 25px;
}

.planCard01__price .tax {
	font-size: 19px;
	margin-bottom: 5px;
}

.planCard01 .cap {
	font-size: 18px;
	line-height: 31px;
	height: 90px;
}

.planCard01__pic {
	width: 302px;
	height: 189px;
	margin-bottom: 30px;
}

.planCard01__more {
	text-align: center;
}

.planCard01__more .btn {
	color: #000;
	text-decoration: none;
	border: 1px solid #B85180;
	height: 60px;
	width: 258px;
	font-size: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	margin: 0 auto;
	color: #B85180;
}