/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 10 2024 | 02:26:15 */
/* 料金 葉っぱ */
.price {
	position: relative;
}
.price::before {
	content: '';
	background-image: url(https://test06.koo-lab.com/aobahome/wp-content/uploads/2024/02/2509394.png);
	top: -22rem;
    width: 20rem;
    height: 25rem;
	left: -10rem;
    position: absolute;
    z-index:1;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
	transform: scaleX(-1);
}
