@charset "utf-8";
.type_cre_div{
	width: 90%;
	max-width: 994px;
	margin: 0 auto;
	margin-top: 12px;
}
.type_cre_in_div{
	margin: 0 0 0 auto;
	width: fit-content;
	text-align: right;
}
.type_cre_p{
	color: #fff;
	font-size: 16px;
	text-shadow: 2px 2px 2px #000;
	font-weight: 700;
}
.type_big{
	font-size: 22px;
	font-weight: 900;
}
@media screen and (max-width: 430px) {
.type_cre_p{
	font-size: 14px;
}
.type_big{
	font-size: 18px;
	font-weight: 900;
}
}
