@charset "UTF-8";
.under_mv_inner{
  background: url("../img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
.confirm {
	max-width: 1024px;
	width: 90%;
	margin: 75px auto 100px;
	@media screen and (max-width: 767px) {
		margin: 45px auto;
	}
}
.confirm_title {
  font-size: 32px;
  text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	@media screen and (max-width: 767px) {
		font-size: 24px;
	}
}
.confirm_txt {
	text-align: center;
}
.product_btns {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px 30px;
	margin: 45px auto;
	button {
		border: none;
	}
	a {
		width: 230px;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 20px;
		color: #fff;
	}
}
.btn01 {
	background-color: #5b9bd5;
}
.btn02 {
	background-color: #00b050;
}