
.selection .cta-text {
  font-size: 36px;
  font-family: 'Roboto', sans-serif;
  color: #888;
  text-align: center;
  margin: 50px 150px;
}

ul {
  list-style-type: none;
  padding: 0;
  position: relative;
  left: 230px;
  height: 400px;
}

li {
  position: absolute;
  width: 250px;
  height: 200px;
  text-align: center;
  cursor: pointer;
}

li .choice-wrap {
  position: relative;
  top: 20px;
}

li .choice-text {
  color: #000;
  font-size: 16px;
}

li.food {
  left: 0;
  top: 0;
  color: #a1caf1;
  border-bottom: 1px dotted #ffb347;
  border-right: 1px dotted #ffb347;
}

li.fashion {
  left: 250px;
  top: 0;
  color: #ffd1dc;
  border-left: 1px dotted #ffb347;
  border-bottom: 1px dotted #ffb347;
}

li.auto {
  left: 0;
  top: 200px;
  color: #c23b22;
  border-right: 1px dotted #ffb347;
  border-top: 1px dotted #ffb347;
}

li.none {
  left: 250px;
  top: 200px;
  color: #cfcfc4;
  border-top: 1px dotted #ffb347;
  border-left: 1px dotted #ffb347;
}

li:hover {
  color: #333;
  background: #eee;
}

.explain {
  margin: 50px 50px;
  font-size: 14px;
  color: #666;
}

.explain b {
  text-decoration: underline;
  margin-bottom: 1px dotted #444;
}

.next {
  display: none;
  margin: 50px 50px;
  padding: 30px;
  border: 1px dotted #ffb347;
  background: #ffffe0;
  position: relative;
}

.next .btn-next {
  position: absolute;
  right: 30px;
  bottom: 25px;
}

.p1 {
  margin: 20px 0;
  font-size: 18px;
  color: #666;
}

