/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 28 2024 | 17:56:09 */
/* カートの画面に表示する定型文 */
.cart_msg{
	width:80vw;
	height:auto;
	margin-top:30px;
	background-color:6f51a1;
	border-radius:50px;
}
.cart_msg p{
	font-size:1.3rem;
	text-indent:1.3rem;
}
.cart_msg p::after{
	content: "個数を入力し、カートに入れるボタンをタップ（またはクリック）してください";
}
