@charset "utf-8";

.m-auto {
  margin: auto;
}

.green-text {
  color: #25b148;
}

.acd_4_list_head {
  margin-bottom: 0 !important;
}

.h1_width {
  max-width: 940px;
  margin: 0 auto;
}

.how-to-get-benefits {
  position: relative;
}

.how-to-get-benefits .benefit {
  padding: 30px 160px;
  position: relative;
  border: 2px solid #dbe3e8;
  margin-bottom: 30px;
}

.how-to-get-benefits .benefit .benefit-box {
  position: relative;
  margin-bottom: 30px;
}

.how-to-get-benefits .benefit .benefit-box div {
  text-align: center;
  margin-top: 20px;
}

.how-to-get-benefits .benefit .benefit-box div img {
  width: 40%;
}

.how-to-get-benefits .benefit .benefit-box .benefit-box_title {
  font-size: 18px;
}

.how-to-get-benefits .benefit .benefit-box .benefit-box_order {
  width: 105px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
}

@media screen and (max-width: 1019px) {
  .body-container {
    margin-top: 10%;
  }

  button:hover {
    opacity: 1;
  }

  .welcome-content h2 {
    font-size: 28px;
  }

  .welcome-content h2 span {
    font-size: 14px;
  }

  .acquisition-condition {
    width: 100%;
    padding: 28px 10px;
  }

  .how-to-get-benefits .benefit {
    padding: 35px 18px;
  }

  .how-to-get-benefits .benefit .benefit-box {
    margin-bottom: 10px;
    margin-top: 70px;
  }

  .how-to-get-benefits .benefit .benefit-box .benefit-box_title {
    font-size: 16px;
  }

  .how-to-get-benefits .benefit .benefit-box div img {
    width: 70%;
  }

  .how-to-get-benefits .benefit .benefit-box .benefit-box_order {
    width: 30%;
    max-width: 105px;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
  }
}


