
/* ポンテ注文用フォーム チェックボックス表示 */
.p-contact .p-contact__form .p-contact__form--inriquiries__input input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	border: 1px solid #ccc;
	width: 16px;
	height: 16px;
	font-size: 10px;
	text-align: center;
}

.p-contact .p-contact__form .p-contact__form--inriquiries__input input[type="checkbox"]:checked::before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 5px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(-54deg);
}
