@charset "UTF-8";



.confirm01  {
	
}

.confirm01  {
	margin-top: 48px;
	padding: 60px 0%;
	box-sizing: border-box;
	background-image: linear-gradient(#ffffff, #c6c3e080) !important;
}



.confirm01 h3 {
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	text-align: center;
	font-weight: 400;
	line-height: 1.8;
}

.confirmBOX {
	background: #716caa;
	padding: 80px;
	box-sizing: border-box;
	margin: 50px auto;
	border-radius: 10px;
	width: 80%;

}
.confirmBOX h2 {
	font-size: clamp(1.4rem, 1.8vw, 3rem);
	text-align: center;
	font-weight: 400;
	color:#fff;
	margin-bottom: 40px;
}

.buttonBOX  {
	display: flex;
	justify-content: center;
	width: 80%;
	margin: auto;
}
.buttonBOX a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 100%;
	margin: 0 5px;
    padding: 15px 25px;
	background: #fff;
	border-radius: 6px;
    color: #322777;
    transition: 0.3s ease-in-out;
    font-weight: 400;
	box-sizing: border-box;
	font-size: clamp(1.4rem, 1.4vw,1.8rem);
}
.buttonBOX a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 10px;
  height: 10px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.buttonBOX a:hover {
}
.buttonBOX a:hover:after {
  right: 1.4rem;
}



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

.confirm01  {
	
}

.confirm01  {
	margin-top: 30px;
	padding: 50px 0% 50px;
	box-sizing: border-box;
	background-image: linear-gradient(#ffffff, #c6c3e080) !important;
}

.confirm01 h3 {
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	text-align: center;
	font-weight: 400;
	line-height: 1.8;
}

.confirmBOX {
	background: #716caa;
	padding: 20px;
	box-sizing: border-box;
	margin: 30px auto 0;
	border-radius: 5px;
	width: 90%;

}
.confirmBOX h2 {
	font-size: clamp(1.4rem, 1.8vw, 3rem);
	text-align: center;
	font-weight: 400;
	color:#fff;
	margin-bottom: 20px;
}

.buttonBOX  {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 90%;
	margin: auto;
}
.buttonBOX a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 100%;
	margin: 0 5px;
    padding: 12px 25px;
	background: #fff;
	border-radius: 6px;
    color: #322777;
    transition: 0.3s ease-in-out;
    font-weight: 400;
	box-sizing: border-box;
	font-size: clamp(1.6rem, 1.4vw,1.8rem);
	margin-bottom: 10px;
}
.buttonBOX a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 10px;
  height: 10px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.buttonBOX a:hover {
}
.buttonBOX a:hover:after {
  right: 1.4rem;
}

	

}