@charset "UTF-8";
/* CSS Document */
/* privacyArea */
.processingArea {
  height: auto;
  margin-bottom: 50px;
}
.processingArea .inner {
  max-width: 1000px;
}
.processingArea .inner p {
  line-height: 2;
  font-size: 18px;
}
.processingArea .inner .btnArea {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
  margin-bottom: 70px;
}
.processingArea .inner .btnArea li {
  height: 70px;
  width: 280px;
}
.processingArea .inner .btnArea li:hover {
  opacity: 0.7;
}
.processingArea .inner .btnArea li a {
  display: block;
  color: #fff;
  border-radius: 5px;
  background-color: #85b200;
  font-size: 20px;
  text-align: center;
  width: 95%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.processingArea .inner h3 {
  font-size: 30px;
  font-weight: bold;
  color: #a2c21f;
  text-align: center;
}
.processingArea .inner h5 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin: 30px auto 20px;
  color: #ffa64d;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.processingArea .inner h5:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffa64d;
  border-radius: 5px;
}
.processingArea .inner .range {
  margin-top: 50px;
}
.processingArea .inner .range a {
  border-bottom: 1px solid #000;
}
.processingArea .inner .range .range-img {
  text-align: center;
}
.processingArea .inner .range02 {
  border: 2px solid #ffa64d;
  margin: 30px auto 30px;
  text-align: center;
  border-radius: 8px;
}

#one_side,
#both_sides {
  margin-top: -121px;
  padding-top: 121px;
}
#one_side {
  margin-bottom: 50px;
}

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

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

@media screen and (max-width: 1200px) {
  .processingArea .inner {
    width: 90%;
  }
}

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

@media screen and (max-width: 897px) and (orientation: landscape) {
}

@media screen and (max-width: 767px) {
  .processingArea .inner {
    width: 100%;
    padding: 0 5vw;
  }
  .processingArea .inner p {
    line-height: 1.6;
    font-size: 14px;
  }
  .processingArea .inner h3 {
    font-size: 22px;
  }
  .processingArea .inner h5 {
    font-size: 18px;
    margin: 10px auto 20px;
  }
  .processingArea .inner .range02 {
    margin: 30px auto 30px;
    padding: 5px;
  }
  .processingArea .inner .btnArea {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 0;
  }
  .processingArea .inner .btnArea li {
    height: 70px;
    margin-bottom: 16px;
    width: 100%;
  }
  .processingArea .inner .btnArea li a {
    font-size: 18px;
    width: 100%;
  }
}

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

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

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

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