.pink-circle {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	padding-top: 1.4em;
	box-sizing: border-box;
	width: 8.8rem;
	height: 8.8rem;
	border-radius: 50%;
	background: #fe7182;
	color: #fff;
	position: absolute;
	left: 7%;
	top: 15%;
	display: inline-block;
}
.pink-circle>.big-s1 {
	color: inherit !important;
}
@media screen and (max-width: 799px) {
	.pink-circle {
		font-size: calc(5.21vw + 0.33px)/*17px~42px*/;
		padding-top: 9.38vw;/*30px~75px*/
		width: 33.75vw/*270px~108px*/;
		height: 33.75vw/*270px~108px*/;
		left: 17%;
		top: 44%;
	}
}
.txt {
	font-size: 0.9rem;
	text-align: left;
	line-height: 1.5;
	width: 53%;
	padding: 0.4em;
	background: #fff;
	color: #777 !important;
	position: absolute;
	left: 38.5%;
	top: 39.5%;
	display: block;
}
@media screen and (max-width: 799px) {
	.txt {
		font-size: calc(3.13vw + 1px) /*26.4px~11px*/;
		width: 90%;
		left: 5.5%;
		top: 17.5%;
		display: block;
	}
}

.big-s1 {
	font-size: 150% !important;
}
.red {
	color: #f5392e !important;
}
.posr {
	position: relative !important;
}