.u-line-clamp-2 {
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.candidate {
	padding: 47px 0 100px;
	background-size: 100% auto;
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/bg_list.png");
	background-repeat: repeat-y;
}

.candidate__container {
	padding: 0 55px;
}

.aboutCandidate {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.aboutCandidate__vote {
	flex: 0 0 390px;
}

.aboutCandidate__voteItem {
	position: relative;
	padding-top: 50px;
}

.aboutCandidate__ribbon {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 5;
	width: calc(100% - 14px);
	transform: translateX(-50%);
}

.aboutCandidate__ribbon:before {
	content: "";
	display: block;
	width: 100%;
	height: 55px;
}

.aboutCandidate__ribbon img {
	position: absolute;
	left: 0;
	top: 0;
}

.aboutCandidate__media {
	position: relative;
	display: block;
	height: 520px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	background-color: #000;
}

.aboutCandidate__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.aboutCandidate__hashtag {
	position: absolute;
	bottom: 13.12px;
	left: 12.76px;
	font-size: 20px;
	color: #fff;
	text-shadow: 0px 0px 6px #000000E6;
	line-height: 29px;
	height: 26px;
	font-weight: bold;
}

.btn {
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	border: none;
	padding: 0;
	background-color: transparent;
	box-sizing: border-box;
	appearance: none;
}

.btn .btn__text {
	line-height: 1;
	font-weight: bold;
}

.btn--shop-vanilla {
	display: flex;
	align-items: center;
	width: 100%;
	height: 54px;
	border-radius: 15px;
}

.btn-qzin--top-plan {
	justify-content: center;
	background-color: #00A2F7;
	box-shadow: 0 3px 0 #1A86C8;
	color: #FFFFFF;
}

.btn-qzin--top-plan .btn__text {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 11px;
	height: 21px;
}

.btn-keep, .btn-keep.is-active {
	position: relative;
	z-index: 1;
	border: 1px solid #D2D2D2;
	box-shadow: 0 3px 0 #B7B7B7;
	color: #777777;
	background: url("/assets/img/user/pc/common/btn_keep.png") left 41px center / 19px 16px no-repeat #FFFFFF;
	display: flex;
	align-items: center;
	padding-left: 65px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

.btn-keep.is-active {
	background: url("/assets/img/user/pc/common/btn_keep_on.png") left 41px center / 19px 16px no-repeat #F8F8F8;
}

.btn-shopdetail {
	position: relative;
	display: flex;
	align-items: center;
	box-shadow: 0 3px 0 #D4378E;
	color: #FFFFFF;
	background-color: #FD6BB1;
}

.btn-shopdetail .btn__text {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	line-height: 32px;
	width: 100%;
	height: 23px;
}

.btn-shopdetail .btn__arrow {
	display: inline-block;
	width: 8px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 23px;
	transform: translateY(-50%);
}

.voteItem__body {
	background-color: #fff;
	border-radius: 0 0 10px 10px;
}

.voteItem__body--shopInfo {
	padding: 0 15px;
	margin-top: 12px;
}

.voteItem__body--shopInfo:not(:has(+ .btn-girl-url__container)) {
	padding-bottom: 29.85px;
}

.voteItem__body--shopInfo .shopInfo__item {
	display: flex;
	margin-bottom: 10px;
}

.voteItem__body--shopInfo .shopInfo__item__icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 11.6px;
}

.voteItem__body--shopInfo .shopInfo__item:last-child {
	display: flex;
	margin-bottom: 0;
}

.voteItem__body--shopInfo .shopInfo__item--shopName a {
	font-size: 18px;
	color: #FF3B9D;
	min-height: 22px;
	line-height: 25.5px;
	text-decoration: underline;
}

.voteItem__body--shopInfo .shopInfo__item--shopType {
	color: #003172;
	min-height: 19px;
}

.voteItem__body--shopInfo .shopInfo__item--shopType span {
	font-size: 15px;
	line-height: 19.5px;
	text-indent: -8px;
}

.voteItem__body .voteItem__info {
	display: flex;
	justify-content: space-between;
	padding-right: 11px;
	padding-left: 15px;
}

.voteItem__body .voteItem__text {
	padding-top: 16.58px;
}

.candidate__name {
	display: inline-block;
	width: 255px;
	min-height: 32px;
	color: #043472;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
}

.voteItem__body .voteAct {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 10px;
	height: 42px;
}

.btn-sns {
	display: inline-block;
	width: 40px;
	height: 40px;
}

.btn-sns > img {
	width: 100%;
	height: 100%;
}

.btn-sns.btn--circle {
	border-radius: 50%;
}

.btn-girl-url__container {
	margin-top: 19px;
	padding: 0 14.5px 28px 15.5px;
}

.btn-girl-url--link {
	position: relative;
	display: flex;
	align-items: center;
	width: 360px;
	height: 54px;
	background-color: #ffffff;
	border-radius: 15px;
	border: 2px solid #FF8EAE;
	box-shadow: 0 3px 0 #FF8EAE;
	padding: 0 43px 0 38px;
}

.btn-girl-url__text {
	display: flex;
	align-items: center;
	font-size: 17px;
	height: 23px;
	color: #FD6B95;
	font-weight: bold;
	width: 100%;
	white-space: nowrap;
}

.btn-girl-url__icon {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 2px;
}

.btn-girl-url__arrow {
	display: inline-block;
	width: 7px;
	height: 13px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15.65px;
}

.candidate__head .shopInfo {
	margin-top: 20px;
}

.candidate__foot {
	text-align: center;
	margin-top: 80px;
}

.candidate__foot .backPrePage:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 14px;
	margin-right: 8px;
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/deco_backlink_go_list.svg");
	background-repeat: no-repeat;
}

.candidate__foot .backPrePage > span {
	display: inline-block;
	font-size: 18px;
	line-height: 27px;
	color: #1DB9FF;
}

.aboutCandidate .faq {
	margin-bottom: 30px;
}

.aboutCandidate__acts {
	padding-top: 50px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 450px;
	flex: 0 0 450px;
}

.aboutCandidate__acts .currentRank {
	margin-bottom: 20px;
}

.aboutCandidate__acts .currentRank > li:last-child {
	margin-bottom: 0;
}

.aboutCandidate__acts .banner {
	margin-top: 70px;
}

.aboutCandidate__acts .banner a {
	display: inline-block;
	width: 449px;
	height: 196px;
}

.aboutCandidate__acts .banner img {
	width: 100%;
	height: 100%;
}

.aboutCandidate .nowRank {
	display: flex;
	align-items: center;
	border: 2px solid;
	border-radius: 5px;
	margin-bottom: 10px;
	height: 60px;
	position: relative;
	background-color: #ffffff;
}

.aboutCandidate .nowRank--country {
	border-color: #FFC7ED;
}

.aboutCandidate .nowRank--area {
	border-color: #FFCFAF;
}

.nowRank__icon {
	display: inline-block;
	width: 121px;
	height: 60px;
	position: relative;
	top: 0;
	left: -2px;
}

.aboutCandidate .nowRank__content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.nowRank__crown {
	display: inline-block;
	width: 28px;
	height: 25px;
	margin-right: 5px;
}

.nowRank__text {
	display: flex;
	align-items: center;
	gap: 2px;
}

.nowRank__text span {
	font-size: 24px;
	font-weight: bold;
	color: #003171;
	line-height: 31px;
	height: 32px;
}

.nowRank__text .highlight {
	display: flex;
	align-items: center;
	height: 45px;
	font-size: 34px;
	line-height: 31px;
	color: #FF4D95;
}

.aboutCandidate .faq .faq__item {
	background-color: #fff;
	margin-bottom: 10px;
	padding: 15px 20px;
	border-radius: 6px;
}

.aboutCandidate .faq .faq__item:last-child {
	margin-bottom: 0;
}

.aboutCandidate .faq .faq__item .question {
	position: relative;
	display: flex;
	align-items: center;
	padding-bottom: 7px;
}

.aboutCandidate .question__icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 6px;
}

.aboutCandidate .faq .faq__item .question span {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 27.2px;
	height: 24px;
	color: #FF70C6;
	font-weight: bold;
}

.aboutCandidate .faq .faq__item .question:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/border-faq.svg");
	background-size: 100% 2px;
	background-repeat: repeat-x;
	margin-top: 9px;
}

.aboutCandidate .faq .faq__item .answer {
	margin-top: 9px;
	line-height: 27px;
}

.aboutCandidate .faq .faq__item .answer p {
	font-size: 18px;
	line-height: 27px;
	color: #003171;
}

.btn__snsRecruit--link:hover, .btn__snsWebsite--link.active:hover {
	opacity: 0.7;
}

.shop_info {
	margin-bottom: 20px;
}

.shop_info__body {
	padding: 20px 32px 23px 33px;
	background-color: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.shop_info__img-main {
	width: 385px;
	height: 165px;
}

.shop_info__img-main img {
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shop_info__body .shopInfo__actions--snsBtn {
	display: grid;
	column-gap: 13px;
	row-gap: 16px;
	grid-template-columns: repeat(2, 1fr);
}

.shop_info__body .shopInfo__actions--snsBtn .button-keep {
	position: relative;
}

.shop_info__body .shopInfo__actions--snsBtn .buttons:nth-of-type(3) {
	grid-column: 1 / span 2; 
}

.shop_info__body .shopInfo__actions--snsBtn .keep-popup {
	position: absolute;
	right: 0;
	bottom: -20px;
	z-index: 0;
	opacity: 0;
	transition: all 0.5s, background 0s;
	border-radius: 30px;
	border: 2px solid #FF5A98;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
	background: url("/assets/img/user/pc/common/ico-heart.svg") 14px center/20px auto no-repeat #fff0f6;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #777;
	width: 165px;
	padding: 10px 14px 10px 42px;
}

.shop_info__body .shopInfo__actions--snsBtn .keep-popup.is-removed {
	background: url("/assets/img/user/pc/common/btn_keep.png") 14px center/20px auto no-repeat #fff0f6;
}

.shop_info__body .shopInfo__actions--snsBtn .keep-popup.is-limit {
	border: 2px solid #DDDCDC;
}

.shop_info__body .shopInfo__actions--snsBtn .keep-popup.is-active {
	z-index: 2;
	opacity: 1;
	bottom: 62px;
}

.shop_info__body .shopInfo__actions--snsBtn .contactBtn-item--leftcolumn .keep-popup.is-active {
	bottom: 60px;
}

.shop_info__body .shopInfo__actions--snsBtn .keep-popup::before,
.shop_info__body .shopInfo__actions--snsBtn .keep-popup::after {
	display: block;
	content: "";
	position: absolute;
	right: 23px;
	border-right: 9px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 9px solid transparent;
}

.shop_info__body .shopInfo__actions--snsBtn .keep-popup::before {
	z-index: 3;
	border-top: 8px solid #fff0f6;
	bottom: -15px;
}

.shop_info__body .shopInfo__actions--snsBtn .keep-popup::after {
	z-index: 2;
	border-top: 8px solid #FF5A98;
	bottom: -18px;
}

.shop_info__body .shopInfo__actions--snsBtn .keep-popup.is-limit {
	background: #F0F6FF;
	text-align: center;
	padding: 10px 25px;
	border: 2px solid #DDDCDC;
}

.shop_info__body .shopInfo__actions--snsBtn .keep-popup.is-limit::before {
	border-top: 8px solid #F0F6FF;
}

.shop_info__body .shopInfo__actions--snsBtn .keep-popup.is-limit::after {
	border-top: 8px solid #DDDCDC;
}

.shop_info__body .shopInfo__actions {
	margin-top: 14px;
}

.shop_info__img-main > a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.shop_info__workpoint {
	width: 450px;
	height: 60px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.shop_info__workpoint > img,
.shop_info__img-main > a > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.shop_info__body .shopInfo__list {
	margin-top: 12px;
}

.shop_info__body .shopInfo__list .shopInfo__item {
	display: flex;
	align-items: center;
	min-height: 26px;
}

.shop_info__body .shopInfo__item--shopName {
	margin-bottom: 8px;
}

.shop_info__body .shopInfo__item--small-area {
	margin-bottom: 4px;
}

.shop_info__body .shopInfo__item.shopInfo__item--shopName {
	align-items: flex-start;
}

.shop_info__body .shopInfo__list .shopInfo__item:last-child {
	margin-bottom: 0;
}

.shop_info__body .shopInfo__list .shopInfo__item--shopName a,
.shop_info__body .shopInfo__list .shopInfo__item--shopName span {
	font-size: 17px;
	color: #FF3B9D;
	line-height: 25.5px;
}

.shop_info__body .shopInfo__list .shopInfo__item--shopName a {
	text-decoration: underline;
	width: fit-content;
}

.shop_info__body .shopInfo__list .shopInfo__item--small-area,
.shop_info__body .shopInfo__list .shopInfo__item--genre {
	color: #043472;
}

.shop_info__body .shopInfo__item__icon {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 11px;
}

.shop_info__body .shopInfo__list .shopInfo__item--small-area span,
.shop_info__body .shopInfo__list .shopInfo__item--genre span {
	font-size: 15px;
	line-height: 19.5px;
}

.shop_info--fuzoku {
	margin-bottom: 25px;
	background-color: #ffffff;
	border-radius: 6px;
}

.shop_info--fuzoku__head {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	height: 47px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-color: #FDAA4A;
}

.shop_info--fuzoku__head--icon {
	display: inline-block;
	width: 40px;
	height: 16px;
}

.shop_info--fuzoku__head span {
	display: flex;
	align-items: center;
	height: 26px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
}

.shop_info--fuzoku__body {
	display: flex;
	gap: 10px;
	padding: 20px;
}

.shop_info--fuzoku__image {
	width: 171px;
	height: 171px;
	position: relative;
}
.shop_info--fuzoku__image--link {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.shop_info--fuzoku__image--link img {
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.shop_info--fuzoku__image--link span {
	position: absolute;
	top: 42.18px;
	left: 26px;
	display: inline-block;
	font-size: 39px;
	line-height: 44px;
	color: #fff;
	font-weight: bold;
}

.shop_info--fuzoku .shopInfo__list {
	max-width: 229px;
	width: 100%;
}

.shop_info--fuzoku .shopInfo__list .shopInfo__item--shopName {
	margin-bottom: 12px;
}

.shop_info--fuzoku .shopInfo__list .shopInfo__item--shopName a,
.shop_info--fuzoku .shopInfo__list .shopInfo__item--shopName span {
	font-size: 17px;
	color: #FF3B9D;
	line-height: 25.5px;
}

.shop_info--fuzoku .shopInfo__list .shopInfo__item--shopName a {
	text-decoration: underline;
}

.shop_info--fuzoku .shopInfo__list .shopInfo__item {
	display: flex;
}

.shop_info--fuzoku .shopInfo__list .shopInfo__item--small-area,
.shop_info--fuzoku .shopInfo__list .shopInfo__item--genre {
	align-items: center;
	min-height: 23px;
}

.shop_info--fuzoku .shopInfo__list .shopInfo__item--small-area {
	margin-bottom: 6px;
}

.shop_info--fuzoku .shopInfo__item__icon {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-right: 4.53px;
}

.shop_info--fuzoku .shopInfo__item--shopName .shopInfo__item__icon {
	margin-right: 5.76px;
}

.shop_info--fuzoku .shopInfo__list .shopInfo__item--small-area span,
.shop_info--fuzoku .shopInfo__list .shopInfo__item--genre span {
	font-size: 13px;
	line-height: 19.5px;
	color: #043472;
}

.btn-actions--rest-plan {
	display: flex;
	justify-content: center;
	gap: 9px;
	margin-top: 25px;
	padding-bottom: 5px;
}

.btn__snsRecruit--link, .btn__snsWebsite--link {
	display: flex;
	align-items: center;
	border-radius: 18px;
}

.btn__snsRecruit--link, .btn__snsWebsite--active .btn__snsWebsite--link {
	border: 2px solid #fff;
	width: 100%;
	height: 100%;
}

.btn-actions--rest-plan__button {
	padding: 3px;
	border-radius: 20px;
	height: 66px;
	width: 217px;
}

.btn__snsRecruit {
	background-color: #FD6BB1;
	box-shadow: 0 4px #E1479C;
}

.btn__snsWebsite {
	background-color: #DFDEDE;
	box-shadow: 0 4px #DFDEDE;
}

.btn__snsWebsite--active {
	background-color: #FDAA4A;
	box-shadow: 0 4px #DF8F4A;
}

.btn__snsRecruit--link,
.btn__snsWebsite .btn__snsWebsite--link,
.btn__snsWebsite--active .btn__snsWebsite--link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.btn__snsRecruit--link .btn__snsRecruit--icon,
.btn__snsWebsite .btn__snsWebsite--link .btn__snsWebsite--icon,
.btn__snsWebsite--active .btn__snsWebsite--link .btn__snsWebsite--icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 4px;
}

.btn__snsRecruit--link .btn__text, .btn__snsWebsite--link .btn__text {
	display: flex;
	align-items: center;
	height: 24px;
	font-size: 18px;
	font-weight: bold;
	line-height: 12px;
	color: #f2f5f5;
}

.btn__snsWebsite--link .btn__text {
	line-height: 13px;
}

.btn__snsRecruit--link, .btn__snsWebsite--active .btn__snsWebsite--link {
	cursor: pointer;
}

.btn__snsRecruit--link .btn__text, .btn__snsWebsite--active .btn__snsWebsite--link .btn__text {
	color: #ffffff;
}

.btn__snsRecruit:hover, .btn__snsWebsite--active:hover {
	opacity: 0.7;
}

.button-sns__container {
	display: flex;
	justify-content: center;
	margin-top: 25px;
	position: relative;
}

.button-sns {
	position: relative;
	width: 365px;
	height: 63px;
	background-color: #4AB6FF;
	border-radius: 25px;
	box-shadow: 0 5px #2F9DE5;
	padding: 4px;
}

.button-sns__content {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width : 100%;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 20px;
	cursor: pointer;
}

.button-sns__content .button-sns__icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 6px;
}

.button-sns__text {
	display: flex;
	align-items: center;
}

.button-sns__text span {
	display: flex;
	align-items: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	height: 24px;
}

.button-sns__text span:last-child {
	display: flex;
	align-items: center;
	margin-left: 3px;
	color: #FFF9A2;
	font-size: 23px;
	height: 30px;
}

.button-sns__tooltip {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -52.83px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 365px;
	height: 33px;
	border-radius: 17px;
	background-color: #ffffff;
}

.button-sns__tooltip::before {
	content: "";
	position: absolute;
	width: 13px;
	height: 10px;
	background-color: #ffffff;
	top: -9px;
	left: 50%;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	transform: translateX(-50%);
}

.button-sns__tooltip small {
	display: inline-block;
	font-size: 15px;
	line-height: 25.6px;
	font-weight: bold;
	color: #FF78B9;
}

.button-sns__tooltip small:nth-child(odd) {
	color: #4396E8;
}

.bottomBack {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 56px;
	background-color: #ffffff;
}

.bottomBack__link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 24px;
}

.bottomBack__link:before {
	content: "";
	width: 10px;
	height: 16px;
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/deco-backlink_goTop.svg");
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 20px;
}

.bottomBack__link > span {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	line-height: 19px;
}

.vq2026-like-button {
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: default;
	pointer-events: none;
}

.vq2026-like-button__icon {
	display: block;
	width: 42px;
	height: 42px;
}

.vq2026-like-button__icon--filled,
.vq2026-like-button.filled .vq2026-like-button__icon--empty,
.vq2026-like-button.full .vq2026-like-button__icon--empty {
	display: none;
}

.vq2026-like-button.filled .vq2026-like-button__icon--filled,
.vq2026-like-button.full .vq2026-like-button__icon--filled {
	display: block;
}

.shop_info__business-website {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	height: 47px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-color: #FD9ACA;
}

.shop_info__business-website--icon {
	display: inline-block;
	width: 40px;
	height: 16px;
}

.shop_info__business-website span {
	display: flex;
	align-items: center;
	height: 26px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
}

.aboutCandidate__toSPpage {
	width: 390px;
	margin-top: 30px;
}

.aboutCandidate__toSPpage--text {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin-bottom: 10.51px;
	color: #FD55B1;
	font-size: 22px;
	font-weight: bold;
}

.aboutCandidate__toSPpage--icon {
	display: inline-block;
	width: 16px;
	height: 28px;
}

.aboutCandidate__toSPpage--text span {
	display: flex;
	align-items: center;
	height: 29px;
	line-height: 27px;
	text-shadow: 1px 1px 0 #fff;
}

.aboutCandidate__toSPpage--link {
	display: inline-block;
	width: 100%;
}

.aboutCandidate__toSPpage--link img {
	display: inline-block;
	width: 100%;
	height: 100%;
}
