@charset "utf-8";

span.wpcf7-list-item {
    display: block;
	line-height: 1.8rem;
    margin-bottom: 8px;
	margin-left: 20px;
}

span.wpcf7-list-item input {
	margin-left: -16px;
}

.wpcf7-submit {
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
	color: #ffffff;
	background-color: rgb(237, 28, 34);
}

.wpcf7-submit:hover {
	background-color: #ac2925;
}