@charset "utf-8";

/*
Theme Name: 有限会社いづみギフト
Theme URI: https://izumigift.com/
Description: 
Version: 1
Author: candc
Author URI: https://hagi-s.jp/
*/

#search {
    margin: 20px 0;
    text-align: center;
}

#search input {
	padding: 10px 10px;
}

.checkmark001{
	padding-left:30px;
	position:relative;
	padding-top: 10px;
}
.checkmark001:before,
.checkmark001:after{
	content:"";
	display:block;
	position:absolute;
}
.checkmark001:before{
	width:16px;
	height:16px;
	background:#ffffff;
	border:1px solid #000000;
	left:0;
	top: 15px;
}
.checkmark001:after{
	border-left:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	width:18px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:17px;
}

