@charset "utf-8";
/*==================================================
	商品案内
==================================================*/
#voice .box {
	border-radius: 20px;
	border: 4px solid #F6D37D;
	padding: 15px;
	background-image: repeating-linear-gradient(135deg, #fdf6e5, #fdf6e5 10px, transparent 10px, transparent 20px);
	margin-bottom: 20px;
}
#voice .box p {
	margin-bottom: 0;
}
#voice .box p.rit {
	padding-bottom: 0;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
}
@media only screen and (max-width: 640px){ /* スマホ */
}