#main-container {
  background-color: #E1F1F0;
}

.keyword-container {
  background-color: #99DCD7;
  padding: 40px 0;
  text-align: center;
}

.top-keyword {
  font-size: 2rem;
  color: #292929;
}

.sub-word {
  font-size: 1.2rem;
  color: #292929;
}

.choice-container {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  min-height: 400px;
  padding: 60px 0;
}
.choice-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.button-link {
  margin-bottom:32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-link p {
  font-size: 1.2rem;
  font-weight: 600;  
}


.button-high {
  background-color: #00A89C;
  color: #ffffff;
}

.button-low {
  background-color: #ffffff;
  border: 3px solid #00A89C;
  color: #00A89C;
}

.button-high,.button-low {
  width:460px;
  height: 60px;
  border-radius: 10px;
}

.for-company, .for-user {
  margin: 60px auto 0 auto;
}

.btn-to-pagetop{
  display: none;
}

.button-image, .blank-node {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .top-keyword {
    font-size: 1.5rem;
  }
  .keyword-container {
      padding: 40px 16px;
  }
  .choice-container {
    padding: 40px 16px;
    justify-content: center;
  }
  .button-high,.button-low {
    width: 100%;
  }
  .button-link {
    margin-bottom:16px;
  }
  .button-image {
    width: 100%;
  }  
}
