@charset "UTF-8";

.moveout_main {
  margin-bottom: 80px;
}



.moveout_link {
  font-weight: bold;
  font-size: 22px;
}

.moveout_process {
  padding-bottom: 150px;
}

.moveout_processtitle {
  background: #24813d;
  height: 65px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  padding: 0 30px;
  margin-bottom: 30px;
  align-items: center;
}

.moveout_step {
  font-weight: bold;
  font-size: 20px;
  color: #24813d;
  margin-bottom: 10px;
}

.moveout_list {
  margin-bottom: 24px;
  margin-left: -0.5em;
}

.moveout_item {
  list-style: circle;
  margin-bottom: 10px;
}


@media screen and (max-width: 767px) {
  .page_title_area {
    margin-bottom: 30px;
  }

  .moveout_main {
    margin-bottom: 40px;
  }

  .moveout_maintxt {
    font-size: 14px;
  }

  .moveout_processtitle {
    height: 35px;
    font-size: 15px;
    justify-content: flex-start !important;
    padding-left: 15px;
    margin-bottom: 26px;
  }

  .moveout_link {
    font-size: 18px;
  }

  .moveout_step {
    font-size: 16px;
  }

  .moveout_process {
    padding-bottom: 80px;
  }

  .page_title {
    margin-top: 16px;
  }

  .moveout_list {
    font-size: 14px;
  }

}