@charset "UTF-8";
.armg_main .sub_copy {
	font-size: 2.4rem;
	color: #4D4D4D;
	font-weight: 250;
}
.fv .sub_copy {
	margin: 0;
	font-size: 2.4rem;
	color: #ffffff;
	text-align: center;
	line-height: 4.8rem;
	display: flex;
	width: auto;
	display: inline-block;
	font-weight: 500;
}
@media screen and (max-width: 959px) {
	.fv .sub_copy {
		font-size: 2rem;
		line-height: 2rem;
	}
}
@media screen and (max-width: 599px) {
	.fv .sub_copy {
		margin-top: 16px;
	}
}
.fv .sub_copy span {
	font-size: 2.8rem;
}
.fv .sub_copy .box {
	font-size: 4rem;
	color: #FFD620;
	font-weight: 700;
	display: inline-block;
	border: 1px solid #ffffff;
	width: 4.8rem;
	height: 4.8rem;
	line-height: 4.8rem;
	margin-left: -0.6rem;
	margin-top: 0.8rem;
}
@media screen and (max-width: 959px) {
	.fv .sub_copy .box {
		font-size: 3.2rem;
		width: 3.8rem;
		height: 3.8rem;
		line-height: 3.8rem;
		margin-left: -0.5rem;
	}
}
.fv .sub_copy .box:nth-of-type(1), .fv .sub_copy .box:nth-of-type(5) {
	margin-left: 0;
}