/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 18 2025 | 01:19:13 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

input[type="checkbox"] {
    width: 25px;
	height:25px;
	margin-top: 0;
    margin-right: 20px;
}

.wpcf7-checkbox span label{
        display: -webkit-flex;
        display: flex;
}

.wpcf7-list-item{
margin:0;
}

@media screen and (max-width: 1097px) {
	span.formleft.margin-sp{
		margin-bottom: 10px;
	}
}