.footer {
  width: 100%;
  height: 290px;
  background: #0c535d;
}

.footer .footer_content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.footer .footer_content .logo_area {
  margin: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer_content .logo_area .logo {
  margin-right: 20px;
}

.footer .footer_content .service_list .service {
  font-size: 20px;
  color: #27bdad;
  padding: 0 30px;
  border-right: 1px solid #27bdad;
  opacity: 0.7;
  cursor: pointer;
}

.footer .footer_content .service_list .service:last-of-type {
  border-right: none;
}

.footer .footer_content .service_list .service:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer .footer_content .end {
  padding: 15px 30px;
  font-size: 16px;
  color: #25b2aa;
}

.footer .footer_content .end p {
  line-height: 24px;
}
/*# sourceMappingURL=footer.css.map */