@charset "UTF-8";

.together {
	display: inline-block;
	width: 40%;
	margin: 0 4.8%;
}

.tag-box {
	text-align: center;
	vertical-align: middle;
}

.tag-txt {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 40px;
}

.up {
	color: white;
}

.ys-up-txt {
	line-height: 4rem;
	font-size: 1.6rem;
}

.cor-red {
	color: red;
	font-size: 1.5rem;
}

.down {
	line-height: 2rem;
	padding: 1rem 0;
	font-size: 1.2rem;
}

.ys-box {
	display: inline-block;
	width: 20%;
	text-align: center;
	box-shadow: 0 0 10px 2px #9ea09e;
	margin: 0 2.3%;
}

.zb-img-box {
	display: inline-block;
	width: 25%;
	text-align: center;
}

.zb-img-box>div {
	height: 7.5rem;
}

.zb-title {
	font-size: 1.6rem;
	margin: 2rem 0;
}

.zb-txt {
	margin: 1rem 0;
	display: inline-block;
	color: #48a5d9;
}

.yw-title {
	display: inline-block;
	width: 7rem;
	height: 7rem;
	color: white;
	font-size: 1.2rem;
	border-radius: 7rem;
	background-color: #f9a44a;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 1;
	transform: translateY(50%);
	line-height: 1.6rem;
	font-weight: bold;
}

.yw-title>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 1rem;
}

.yw-txt {
	display: inline-block;
	width: 25%;
	margin: 0 4%;
	box-shadow: 0 0 10px 5px #d8d2d2;
	text-align: center;
	height: 100%;
	position: relative;
	font-size: 1.2rem;
}

.yw-txt>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 2rem;
}

.rr-box {
	display: inline-block;
	width: 16%;
	text-align: center;
	border: solid 2px #d81e06;
	border-radius: 5px;
	margin: 1.5rem 4.3%;
}

.rr-box>div {
	margin-top: 2rem;
}

.rr-txt {
	font-size: 1.2rem;
	display: inline-block;
	margin: 1rem;
	line-height: 2rem;
}