@charset "UTF-8";

.wpcf7 {
	margin: 100px auto;
	width: 700px;
}

.wpcf7 dl {
	margin-bottom: 60px;
}
.wpcf7 dt {
	float: left;
	line-height: 40px;
	width: 180px;
}
.wpcf7 dt span.must {
	background-color: #C94C6E;
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	padding: 2px 4px;
	margin-left: 5px;
}
.wpcf7 dd {
	margin-bottom: 30px;
	margin-left: 200px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"] {
	border: solid 1px #191919;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 10px;
	height: 40px;
	width: 100%;
}
.wpcf7 textarea {
	border: solid 1px #191919;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 10px;
	height: 200px;
	width: 100%;
}
.wpcf7-submit {
	background-color: #C94C6E;
	border: solid 1px #C94C6E;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	transition: ease .3s;
	width: 200px;
}
.wpcf7-submit:hover {
	background-color: #fff;
	color: #C94C6E;
}
@media screen and (max-width: 1160px) {
	.wpcf7 {
		margin: 8vw auto;
		max-width: 700px;
		width: auto;
	}
	.wpcf7 dl {
		margin-bottom: 5vw;
	}
	.wpcf7 dt {
		line-height: 4vw;
		width: 16vw;
	}
	.wpcf7 dt span.must {
		font-size: 1vw;
		padding: .2vw .4vw;
		margin-left: .5vw;
	}
	.wpcf7 dd {
		margin-bottom: 3vw;
		margin-left: 18vw;
	}

	.wpcf7 input[type="text"],
	.wpcf7 input[type="tel"],
	.wpcf7 input[type="email"] {
		padding: 1vw;
		height: 4vw;
	}
	.wpcf7 textarea {
		padding: 1vw;
		height: 18vw;
	}
	.wpcf7-submit {
		line-height: 3.6vw;
		width: 18vw;
	}
}
@media screen and (max-width: 780px) {
	.wpcf7 {
		margin: 12vw 6vw;
		width: auto;
	}
	.wpcf7 dl {
		margin-bottom: 8vw;
	}
	.wpcf7 dt {
		float: none;
		line-height: 1.4;
		margin-bottom: 2vw;
		width: auto;
	}
	.wpcf7 dt span.must {
		font-size: 2.8vw;
		padding: .4vw 1vw;
		margin-left: 2vw;
	}
	.wpcf7 dd {
		margin-bottom: 6vw;
		margin-left: 0;
	}

	.wpcf7 input[type="text"],
	.wpcf7 input[type="tel"],
	.wpcf7 input[type="email"] {
		padding: 2vw;
		height: 10vw;
	}
	.wpcf7 textarea {
		padding: 2vw;
		height: 30vw;
	}
	.wpcf7-submit {
		line-height: 8vw;
		width: 40vw;
	}
}