@charset "UTF-8";

.grecaptcha-badge{
	margin-bottom:120px!important;
}
.mt60 {
	margin-top: 60px;
}

.ta-c {
	text-align: center !important;
}

.color-purple {
	color: #4D1F68;
}

.color-purple2 {
	color: #A64D79;
}
.color-black {
	color: #333;
}

.icon {
	display: inline-block;
}
.icon.icon-document-mark {
	width: 30px;
	height: 30px;
	background-image: url(assets/icon_prunepuree.png);
	transform: translateY(30%);
}

/* ---------- ---------- */
.Contents_inner .logo-photo-wrap,
.Contents_inner .logo-photo-wrap * {
	box-sizing: border-box;
}
.Contents_inner .logo-photo-wrap {
	max-width: 1082px;
	line-height: 1.5;
	margin: auto;
}

.Contents_inner .logo-photo-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 60px;
}
.Contents_inner .logo-photo-item {
	width: calc(100% / 3 - 20px);
	padding: 44px;
	border-right: 1px solid #e1ceea;
	border-bottom: 1px solid #e1ceea;
}
.Contents_inner .logo-photo-item:nth-of-type(3n+1) {
	border-left: 1px solid #e1ceea;
}
.Contents_inner .logo-photo-item:nth-of-type(-n+3) {
	border-top: 1px solid #e1ceea;
}
.Contents_inner .logo-photo-item .logo-photo-thumb {
	display: block;
	width: 100%;
	height: auto;
}
.Contents_inner .logo-photo-item .logo-photo-thumb {
}
.Contents_inner .logo-photo-item .logo-photo-title {
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
}
.Contents_inner .logo-photo-item .logo-photo-meta {
	font-size: 75%;
	text-align: center;
}
.Contents_inner .logo-photo-item .logo-photo-link {
	text-align: center;
	margin-top: 1em;
}
.Contents_inner .logo-photo-item .logo-photo-link a {
	display: inline-block;
	color: #fff;
	background-color: #c3b3cd;
	padding: 5px 1em;
	border-radius: 10px;
}
.Contents_inner .logo-photo-item .logo-photo-link a:hover {
	opacity: .7;
}
@media screen and (max-width: 736px) {
	.Contents_inner .logo-photo-wrap {
		padding: 0 15px;
		margin: 30px auto;
	}
	.Contents_inner .logo-photo-item {
		width: calc(100% / 2 - 20px);
	}
}

.logophoto-step-wrap {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin: 30px 0 60px;
}
.logophoto-step-item {
	position: relative;
	width: calc(100% / 3);
	color: #fff;
	padding: 16px 20px;
	border-radius: 5px;
}
.logophoto-step-item:not(:first-of-type) {
	margin: 0 0 0 15px;
}
.logophoto-step-item::before {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: block;
	width: 120px;
	height: 110px;
	background-repeat: no-repeat;
	opacity: .2;
}
.logophoto-step-item::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	display: block;
	width: 0;
	height: 0;
	border-width: 16px 0 16px 15px;
	border-style: solid;
	transform: translateY(-50%);
}
.logophoto-step-title {
	font-size: 0;
}
.logophoto-step-text {
	padding-top: 1em;
	border-top: 1px solid #fff;
	margin-top: .8em;
}
.logophoto-step-item-1 {
	background-color: #4D1F68;
}
.logophoto-step-item-1::before {
	background-image: url(assets/step-item-1.svg);
}
.logophoto-step-item-1::after {
	border-color: transparent transparent transparent #4D1F68;
}
.logophoto-step-item-1 .logophoto-step-title::before {
	content: url(assets/step-title-1.png);
	display: block;
}
.logophoto-step-item-2 {
	background-color: #791E6E;
}
.logophoto-step-item-2::before {
	background-image: url(assets/step-item-2.svg);
}
.logophoto-step-item-2::after {
	border-color: transparent transparent transparent #791E6E;
}
.logophoto-step-item-2 .logophoto-step-title::before {
	content: url(assets/step-title-2.png);
	display: block;
}
.logophoto-step-item-3 {
	background-color: #B13B53;
}
.logophoto-step-item-3::before {
	background-image: url(assets/step-item-3.svg);
}
.logophoto-step-item-3::after {
	display: none;
}
.logophoto-step-item-3 .logophoto-step-title::before {
	content: url(assets/step-title-3.png);
	display: block;
}
@media only screen and (max-width: 736px) {
	.logophoto-step-wrap {
		flex-direction: column;
	}
	.logophoto-step-item {
		width: 100%;
		padding: 24px;
	}
	.logophoto-step-item:not(:first-of-type) {
		margin: 24px 0 0;
	}
	.logophoto-step-item::after {
		top: 100%;
		left: 50%;
		border-width: 24px 25px 0 25px;
		transform: translateX(-50%);
	}
	.logophoto-step-item-1::after {
		border-color: #4D1F68 transparent transparent transparent;
	}
	.logophoto-step-item-2::after {
		border-color: #791E6E transparent transparent transparent;
	}
}

.wpcf7-form {
	max-width: 1082px;
	line-height: 1.5;
	margin: 30px auto 0;
}

@media screen and (max-width: 736px) {
	.wpcf7-form {
		padding: 0 15px;
		margin: 20px auto 0;
	}
}

.wpcf7-form h2 {
	margin-top: 40px;
	margin-bottom: 30px;
}
.wpcf7-form h2.Title_txt{
	margin-top:0;
}
.wpcf7-form h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.wpcf7-form p {
	margin-bottom: 1em;
}

.wpcf7-form table {
  	width: 100%;
  	border: 1px solid #DDCFF0;
  	border-collapse: collapse;
	margin-bottom: 60px;
}

.wpcf7-form table.present-table {
	margin-bottom: 0;
}

.wpcf7-form p.present-table-tip {
	margin-bottom: 60px!important;
}

.wpcf7-form * {
	box-sizing: border-box;
}

.wpcf7-form table caption {
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	background-color: #f3eef5;
	padding: 13px 24px;
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #DDCFF0;
}

.wpcf7-form table tbody th span:not(.required) {
	font-weight: normal;
}

.wpcf7-form table tbody th,
.wpcf7-form table tbody td {
	border: 1px solid #DDCFF0;
	vertical-align: middle;
}

@media screen and (max-width: 736px) {
	.wpcf7-form table tbody th,
	.wpcf7-form table tbody td {
		display: block;
	}
}

.wpcf7-form table.questionnaire tbody tr:not(:first-of-type) {
	border-top: 1px solid #DDCFF0;
}
.wpcf7-form table.questionnaire tbody th,
.wpcf7-form table.questionnaire tbody td {
	border: none;
}
.wpcf7-form table.questionnaire tbody .questionnaire-title {
	font-weight: bold;
}
.wpcf7-form table.questionnaire tbody .questionnaire-title .number {
	color: #4A1C64;
}

.wpcf7-form table tbody th {
	width: 290px;
	text-align: left;
	padding: 0 24px;
	background-color: #f3eef5;
}

@media screen and (max-width: 736px) {
	.wpcf7-form table tbody th {
		width: 100%;
		padding: 15px 20px;
	}
}

.wpcf7-form table tbody td {
	padding: 15px 20px;
}

.wpcf7-form .label {
	margin-left: 0.5em;
}

@media screen and (max-width: 736px) {
	.wpcf7-form .label {
		margin-left: 1px;
	}
}

.wpcf7-form .required {
	display: inline-block;
	font-size: 0.75rem;
	color: #ffffff;
	background-color: #F298F2;
	vertical-align: middle;
	padding: 0 10px;
	margin-top: -2px;
	border-radius: 3px;
}
.wpcf7-form table tbody th .required {
	margin-left: 1em;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"] {
	padding: 8px 12px;
	border: 1px solid #cbcbcb;
	border-radius: 3px;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-radio {
	display: flex;
	margin: 0 -0.5em;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item {
	margin: 0.5em;
}

.wpcf7-form span.wpcf7-checkbox {
	display: flex;
	margin: 0 -0.5em;
	flex-wrap: wrap;
	justify-content: center;//追記
}

.wpcf7-form span.wpcf7-list-item {
	margin: 0.5em;
}

.wpcf7-form select {
	padding: 8px 12px;
	border: 1px solid #cbcbcb;
	border-radius: 3px;
}

@media screen and (max-width: 736px) {
	.wpcf7-form select {
		width: 100%;
	}
}

.wpcf7-form textarea {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #cbcbcb;
	border-radius: 3px;
}

.wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]) {
	width: 100%;
}


.wpcf7-form span.wpcf7-form-control-wrap.documents,
.wpcf7-form span.wpcf7-form-control-wrap.logos,
.wpcf7-form span.wpcf7-form-control-wrap.photos,
.wpcf7-form span.wpcf7-form-control-wrap.pops {
	display: block;
	margin-bottom: 40px;
}
.wpcf7-form span.wpcf7-form-control-wrap.documents ul,
.wpcf7-form span.wpcf7-form-control-wrap.logos ul,
.wpcf7-form span.wpcf7-form-control-wrap.photos ul,
.wpcf7-form span.wpcf7-form-control-wrap.pops ul {
	display: flex;
	flex-wrap: wrap;
}
.wpcf7-form span.wpcf7-form-control-wrap.documents li,
.wpcf7-form span.wpcf7-form-control-wrap.logos li,
.wpcf7-form span.wpcf7-form-control-wrap.photos li,
.wpcf7-form span.wpcf7-form-control-wrap.pops li {
	position: relative;
	padding: 0;
	background: #fff;
	background: -moz-linear-gradient(bottom, #e1ceea 40px, #fff 40px);
	background: -webkit-linear-gradient(bottom, #e1ceea 40px, #fff 40px);
}
.wpcf7-form span.wpcf7-form-control-wrap.documents li::after,
.wpcf7-form span.wpcf7-form-control-wrap.logos li::after,
.wpcf7-form span.wpcf7-form-control-wrap.photos li::after,
.wpcf7-form span.wpcf7-form-control-wrap.pops li::after {
}
.wpcf7-form span.wpcf7-form-control-wrap.documents li label:not([class]),
.wpcf7-form span.wpcf7-form-control-wrap.logos li label:not([class]),
.wpcf7-form span.wpcf7-form-control-wrap.photos li label:not([class]),
.wpcf7-form span.wpcf7-form-control-wrap.pops li label:not([class]) {
	/* background-color: #fff; */
}
.wpcf7-form span.wpcf7-form-control-wrap.documents li label:not([class]) {
	padding: 18px 18px 60px;
	height: 100%;
}
.wpcf7-form span.wpcf7-form-control-wrap.logos li label:not([class]),
.wpcf7-form span.wpcf7-form-control-wrap.photos li label:not([class]),
.wpcf7-form span.wpcf7-form-control-wrap.pops li label:not([class]) {
	padding: 44px 44px 75px;
	margin-bottom: -23px;
}
.wpcf7-form span.wpcf7-form-control-wrap.logos li:nth-of-type(n+4) label:not([class]),
.wpcf7-form span.wpcf7-form-control-wrap.photos li:nth-of-type(n+4) label:not([class]),
.wpcf7-form span.wpcf7-form-control-wrap.pops li:nth-of-type(n+4)) label:not([class]) {
	padding: 64px 44px 75px;
}
@media screen and (min-width: 734px) {
	.wpcf7-form span.wpcf7-form-control-wrap.documents li,
	.wpcf7-form span.wpcf7-form-control-wrap.logos li,
	.wpcf7-form span.wpcf7-form-control-wrap.photos li,
	.wpcf7-form span.wpcf7-form-control-wrap.pops li {
		width: calc(100% / 3);
		border-right: 1px solid #E1CEEA;
		border-bottom: 1px solid #E1CEEA;
	}
	.wpcf7-form span.wpcf7-form-control-wrap.documents li:first-of-type,
	.wpcf7-form span.wpcf7-form-control-wrap.documents li:nth-of-type(3n+1),
	.wpcf7-form span.wpcf7-form-control-wrap.logos li:first-of-type,
	.wpcf7-form span.wpcf7-form-control-wrap.logos li:nth-of-type(3n+1),
	.wpcf7-form span.wpcf7-form-control-wrap.photos li:first-of-type,
	.wpcf7-form span.wpcf7-form-control-wrap.photos li:nth-of-type(3n+1),
	.wpcf7-form span.wpcf7-form-control-wrap.pops li:first-of-type,
	.wpcf7-form span.wpcf7-form-control-wrap.pops li:nth-of-type(3n+1) {
		border-left: 1px solid #E1CEEA;
	}
	.wpcf7-form span.wpcf7-form-control-wrap.documents li:nth-of-type(-n+3),
	.wpcf7-form span.wpcf7-form-control-wrap.logos li:nth-of-type(-n+3),
	.wpcf7-form span.wpcf7-form-control-wrap.photos li:nth-of-type(-n+3),
	.wpcf7-form span.wpcf7-form-control-wrap.pops li:nth-of-type(-n+3) {
		border-top: 1px solid #E1CEEA;
	}
}
.wpcf7-form span.wpcf7-form-control-wrap.documents .wpcf7-list-item-media,
.wpcf7-form span.wpcf7-form-control-wrap.logos .wpcf7-list-item-label,
.wpcf7-form span.wpcf7-form-control-wrap.photos .wpcf7-list-item-label,
.wpcf7-form span.wpcf7-form-control-wrap.pops .wpcf7-list-item-label,
.wpcf7-form span.wpcf7-form-control-wrap.documents .wpcf7-list-item-label {
	margin: 1em 0 0;
}
.wpcf7-form span.wpcf7-form-control-wrap.documents .wpcf7-list-item-media,
.wpcf7-form span.wpcf7-form-control-wrap.logos .wpcf7-list-item-media,
.wpcf7-form span.wpcf7-form-control-wrap.photos .wpcf7-list-item-media,
.wpcf7-form span.wpcf7-form-control-wrap.pops .wpcf7-list-item-media {
	display: flex;
	flex-direction: column-reverse;
}
.wpcf7-form span.wpcf7-form-control-wrap.documents .wpcf7-list-item-media [type="checkbox"],
.wpcf7-form span.wpcf7-form-control-wrap.logos .wpcf7-list-item-media [type="checkbox"],
.wpcf7-form span.wpcf7-form-control-wrap.photos .wpcf7-list-item-media [type="checkbox"] {
	position: absolute;
	bottom: 7px;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) scale(1.6);
}

.wpcf7-form span.wpcf7-form-control-wrap.pops .wpcf7-list-item-media [type="number"] {
  	width: 100px;
}

.wpcf7-form span.wpcf7-form-control-wrap.pops .number_wrap,
.wpcf7-form span.wpcf7-form-control-wrap.documents .number_wrap {
	position: absolute;
	bottom: -16.5px;
	left: 50%;
	width: 116px;
	transform: translateX(-50%) translateY(-50%);
}
.wpcf7-form span.wpcf7-form-control-wrap.documents .wpcf7-list-item-media img,
.wpcf7-form span.wpcf7-form-control-wrap.logos .wpcf7-list-item-media img,
.wpcf7-form span.wpcf7-form-control-wrap.photos .wpcf7-list-item-media img,
.wpcf7-form span.wpcf7-form-control-wrap.pops .wpcf7-list-item-media img {
	display: block;
	width: 100%;
	height: 263px;
	object-fit: contain;
}
.wpcf7-form span.wpcf7-form-control-wrap.pops .wpcf7-list-item-media .number_bg_img,
.wpcf7-form span.wpcf7-form-control-wrap.documents .wpcf7-list-item-media .number_bg_img {
	display: block;
	width: 100%;
	height: 263px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.wpcf7-form span.wpcf7-form-control-wrap.documents input {
	width: 100px !important;
}
.wpcf7-form span.wpcf7-form-control-wrap.documents .wpcf7-list-item-label {
	color: black;
	font-weight: bold;
	word-wrap: break-word;
	margin-bottom: 1em;
}
.wpcf7-form span.wpcf7-form-control-wrap.logos .wpcf7-list-item-meta-data,
.wpcf7-form span.wpcf7-form-control-wrap.photos .wpcf7-list-item-meta-data,
.wpcf7-form span.wpcf7-form-control-wrap.pops .wpcf7-list-item-meta-data {
	text-align: center;
}
.wpcf7-form span.wpcf7-form-control-wrap.documents .wpcf7-list-item-meta,
.wpcf7-form span.wpcf7-form-control-wrap.logos .wpcf7-list-item-meta,
.wpcf7-form span.wpcf7-form-control-wrap.photos .wpcf7-list-item-meta,
.wpcf7-form span.wpcf7-form-control-wrap.pops .wpcf7-list-item-meta {
	white-space: normal !important;
	color: #000 !important;
	background-color: #fff !important;
	padding: 0 !important;
	margin: 0 !important;
}
@media screen and (max-width: 736px) {
	.wpcf7-form span.wpcf7-form-control-wrap.documents li,
	.wpcf7-form span.wpcf7-form-control-wrap.logos li,
	.wpcf7-form span.wpcf7-form-control-wrap.photos li,
	.wpcf7-form span.wpcf7-form-control-wrap.pops li {
		width: 100%;
		border: 1px solid #E1CEEA;
	}
	.wpcf7-form span.wpcf7-form-control-wrap.documents li:not(:first-of-type),
	.wpcf7-form span.wpcf7-form-control-wrap.logos li:not(:first-of-type),
	.wpcf7-form span.wpcf7-form-control-wrap.photos li:not(:first-of-type),
	.wpcf7-form span.wpcf7-form-control-wrap.pops li:not(:fitst-of-type) {
		border-top: none;
	}
}
.wpcf7-form span.wpcf7-form-control-wrap.documents li > label,
.wpcf7-form span.wpcf7-form-control-wrap.logos li > label,
.wpcf7-form span.wpcf7-form-control-wrap.photos li > label,
.wpcf7-form span.wpcf7-form-control-wrap.pops li > label {
  	width: 100%;
	display: inline-block;
}
ul.post_image_numbers > li.wpcf7-list-item .wpcf7-list-item-label {
	color: black;
	font-weight: bold;
	word-break: break-all;
	margin-bottom: 4px;
}


.wpcf7-form .recipe-list {
	margin: -10px 0;
}
.wpcf7-form .recipe-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.wpcf7-form .recipe-list li:not(:first-of-type) {
	border-top: 1px solid #DDCFF0;
}
.wpcf7-form .recipe-list li .item-label {
	width: calc(100% - 150px);
	font-weight: bold;
}
.wpcf7-form .recipe-list li .item-input {
	text-align: center;
}
.wpcf7-form .recipe-list li .item-input input {
	width: 70px !important;
	margin-right: .3em;
}
@media screen and (max-width: 736px) {
	.wpcf7-form .recipe-list li {
		display: block;
	}
	.wpcf7-form .recipe-list li .item-label {
		width: 100%;
		margin-bottom: .5em;
	}
	.wpcf7-form .recipe-list li .item-input {
		text-align: left;
	}
}

@media screen and (min-width: 736px) {
	.wpcf7-form input[name^="your-name-"],
	.wpcf7-form input[name^="your-kana-name-"] {
		max-width: 200px;
	}
}

.wpcf7-form input[name="your-name-mei"],
.wpcf7-form input[name="your-kana-name-mei"] {
	margin-left: 30px;
}

@media screen and (max-width: 736px) {
	.wpcf7-form input[name="your-name-mei"],
	.wpcf7-form input[name="your-kana-name-mei"] {
		margin-top: 1em;
		margin-left: 0;
	}
}

.wpcf7-form input[name="zipcode1"] {
	max-width: 80px;
}

.wpcf7-form input[name="zipcode2"] {
	max-width: 98px;
}

.wpcf7-form input[name="zipcode2"] {
	margin-left: 0.5em;
}

.wpcf7-form input[name="capacity"], .wpcf7-form input[name="price"] {
	max-width: 98px;
}

.wpcf7-form input[name="selling-price"] {
	max-width: 98px;
}

.wpcf7-form input[name="sales-date1"],
.wpcf7-form input[name="completion-date1"] {
	max-width: 80px;
}

@media screen and (max-width: 736px) {
	.wpcf7-form input[name="sales-date1"],
	.wpcf7-form input[name="completion-date1"] {
		max-width: 66px;
	}
}

.wpcf7-form input[name="sales-date2"],
.wpcf7-form input[name="sales-date3"],
.wpcf7-form input[name="completion-date2"],
.wpcf7-form input[name="completion-date3"] {
	max-width: 60px;
	margin-left: 0.5em;
}

@media screen and (max-width: 736px) {
	.wpcf7-form input[name="sales-date2"],
	.wpcf7-form input[name="sales-date3"],
	.wpcf7-form input[name="completion-date2"],
	.wpcf7-form input[name="completion-date3"] {
		margin-left: 1px;
		max-width: 47px;
	}
}

.wpcf7-form textarea[name="use-note"] {
	margin-top: 1em;
}



.wpcf7-form .questionnaire-title {
	margin-bottom: 0.8em;
}


.wpcf7c-conf {
	background-color: #cbcbcb;
}



.wpcf7-form .wpcf7-submit-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}
.wpcf7-form .wpcf7-submit-wrap .wpcf7-confirm,
.wpcf7-form .wpcf7-submit-wrap .wpcf7-back,
.wpcf7-form .wpcf7-submit-wrap .wpcf7-submit {
	width: 308px;
	height: 64px;
	margin-left: 20px;
	border: none;
	font-weight: bold;
	border: 2px solid #4D1F68;
	cursor: pointer;
}
.wpcf7-form .wpcf7-submit-wrap .wpcf7-confirm,
.wpcf7-form .wpcf7-submit-wrap .wpcf7-submit {
	color: #fff;
	background-color: #4D1F68;
}
.wpcf7-form .wpcf7-submit-wrap .wpcf7-back {
	color: #4D1F68;
	background-color: #fff;
}
.wpcf7-form .wpcf7-submit-wrap .wpcf7-confirm[disabled],
.wpcf7-form .wpcf7-submit-wrap .wpcf7-submit[disabled] {
	cursor: no-drop;
}
.wpcf7-response-output {
	text-align: center;
	padding: 18px;
}
.wpcf7-response-output.wpcf7-validation-errors {
	border: 3px solid #FF40FB;
}

.wpcf7-list-item-excerpt {
	display: none;
}

.wpcf7-list-item-label {
  	text-align: center;
}


.wpcf7-form .terms {
	width: 80%;
	margin: 0 auto 30px;
	border: solid 1px #cbcbcb;
}
@media screen and (max-width: 736px) {
	.wpcf7-form .terms {
		width: 100%;
	}
}
.wpcf7-form .terms h3 {
	padding: 15px 20px;
}

.wpcf7-form .terms ul {
	padding: 0 20px 15px;
}

.wpcf7-form .terms li {
	padding-left: 1em;
	margin-bottom: 0.5em;
	text-indent: -1em;
}

.wpcf7-form .termscheck{
	text-align: center;
	margin: 0 auto 30px;
}
.wpcf7-form .termscheck + .termscheck{
	margin-top:-20px;
}
.wpcf7-confirm[disabled] {
    border: 2px solid #cbcbcb!important;
	background-color: #cbcbcb!important;
}
/*
.wpcf7-form input[type="checkbox"]{
	opacity:0;
}
.wpcf7-form input[type="checkbox"]+span{
	position:relative;
}
.wpcf7-form input[type="checkbox"]+span::before{
	content: "";
	width: 15px;
	height: 15px;
	line-height:0;
	background-color:#fff;
	border:solid 1px #ddcff0;
	border-radius:5px;
	display: inline-block;
	position: relative;
	z-index: 0;
	top: 2px;
	left:-2px;
}
.wpcf7-form input[type="checkbox"]:checked+span::after{
	content: "";
	width: 7px;
	height: 12px;
	line-height:0;
	border-bottom:solid 2px #4d1f68;
	border-right:solid 2px #4d1f68;
	display: inline-block;
	position: absolute;
	z-index: 0;
	top: 0;
	left:2px;
	transform:rotate(45deg);
}
*/