@charset "UTF-8";
@media screen and (max-width: 1024px){
.support-btn a img {
    margin: 0vw 0;
}
}
.btn_211108{
    position: absolute;
    bottom: -45vw;
}
.btn_211108_bg{
	position: relative;
}

.sec-note_img{
	width: 750px;
	margin:0 auto;
	display: block;
	text-align: center;
}
.sec-note__sub{
	background-image: url("https://ec-force.s3.amazonaws.com/redencom/uploads/img/index_211108/pc_211108_bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:10px 0 50px;
}

.inner_btn_211109{
position: relative;
}

.pc_20211109_btn{
position: absolute;
bottom: 2vw !important;
    left: 0%;
    right: 0;
    margin: auto;
    width: 670px;
}



@media screen and (max-width: 1120px){
.pc_20211109_btn{
    width: 55vw;
}
}

@media screen and (max-width: 768px){
.btn_211108{
	background: #000;
    position: static;
}
}



.pc_20211109_btn {
  animation: poyopoyo 1s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 100% {
    transform: scale(1.0);
  }
  50% {
    transform: scale(0.9);
  }
}


.btn_211108{
  animation: poyopoyo 1s ease-out infinite;
  opacity: 1;
}

.sec-reputation-note{
	background-color: #000;
}