* {
	box-sizing: border-box;
}

body {
	font-family: "Prompt", "Noto Sans JP", sans-serif;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

picture {
	display: block;
	width: 100%;
	height: auto;
}

a {
	display: inline-block;
	transition-duration: 0.7s;
}

a:hover {
	opacity: 0.7;
}

.futura {
	font-family: "futura-pt", sans-serif;
}

.entry-form-confirm__wrap {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 170px;
}

.form-confirm__row {
	margin-bottom: 30px;
}

.form-confirm__label {
	display: block;
	margin-bottom: 6px;
	color: #ffffff;
	font-weight: bold;
	font-size: 25px;
}

.form-confirm__input {
	width: 100%;
	padding: 12px 0;
	color: #ffffff;
	font-size: 22px;
}

.form-confirm__btn-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.form-confirm__btn-wrap .form__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 16px;
	border-radius: 40px;
	background-color: #ff8a15;
	color: #ffffff;
	font-weight: bold;
	font-size: 25px;
	transition-duration: 0.7s;
}

.wpcf7-previous {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 16px;
	border: 1px solid #ff8a15;
	border-radius: 40px;
	background-color: #ffffff;
	color: #ff8a15;
	font-weight: bold;
	font-size: 25px;
	transition-duration: 0.7s;
}

.form-confirm__btn-wrap .form__btn:hover,
.wpcf7-previous:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1200px) {

.entry-form-confirm__wrap {
	width: 52.0833333333vw;
	padding-bottom: 11.8055555556vw;
}

.form-confirm__row {
	margin-bottom: 2.0833333333vw;
}

.form-confirm__label {
	margin-bottom: 0.4166666667vw;
	font-size: 1.7361111111vw;
}

.form-confirm__input {
	padding: 1.3888888889vw;
	font-size: 1.5277777778vw;
}

.form-confirm__btn-wrap .form__btn {
	width: 20.8333333333vw;
	height: 4.8611111111vw;
	padding: 0 1.1111111111vw;
	border-radius: 2.7777777778vw;
	font-size: 1.7361111111vw;
}

.wpcf7-previous {
	width: 20.8333333333vw;
	height: 4.8611111111vw;
	padding: 0 1.1111111111vw;
	border-radius: 2.7777777778vw;
	font-size: 1.7361111111vw;
}

}

@media screen and (max-width: 767px) {

.entry-form-confirm__wrap {
	width: 100%;
	padding: 0 8.9743589744vw;
	padding-bottom: 23.0769230769vw;
}

.form-confirm__row {
	margin-bottom: 7.6923076923vw;
}

.form-confirm__label {
	margin-bottom: 0vw;
	font-size: 5.1282051282vw;
}

.form-confirm__input {
	padding: 3.0769230769vw;
	font-size: 5.1282051282vw;
}

.form-confirm__btn-wrap .form__btn {
	width: 60.2564102564vw;
	height: 17.9487179487vw;
	padding: 0 4.1025641026vw;
	border-radius: 10.2564102564vw;
	font-size: 5.1282051282vw;
}

.wpcf7-previous {
	width: 60.2564102564vw;
	height: 17.9487179487vw;
	padding: 0 4.1025641026vw;
	border-radius: 10.2564102564vw;
	font-size: 5.1282051282vw;
}

}

