@charset "UTF-8";
/* CSS Document */

.home__top__announcement{
	background: rgba(255,255,255, 0.92);
	padding: 2rem 2rem 1rem;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
@media screen and (max-width: 992px){
	.home__top__announcement p{
		font-size: 12px;
	}
}

.pre__open span{
	font-size: 14px;
	margin-top: 1rem;
	color: #fff;
	padding: 0 1.2rem;
	height: 40px;
	border-radius: 20px;
	line-height: 1.6;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #609935;
}



@media screen and (max-width: 992px){
	body.hometop:before {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
		background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/bg__sp.webp) top left 55% no-repeat;
		background-size: cover;
	}
}

.system__price__text{
	margin-top: 1rem;
}
.system__price__text p.pin{
	color: #609935;
	font-weight: bold;
}
.system__price__text p span{
	font-size: 14px;
}