.area-serect {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}

.area-serect .area-serect__step {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.area-serect .area-serect__step .area-serect__step--icon {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  background-color: #C00;
  border-radius: 4px;
  padding: 6px 8px 4px;
  margin-right: 8px;
}

.area-serect .area-serect__step .area-serect__step--heding {
  font-size: 16px;
  font-weight: 700;
}

.area-serect .area-serect__step .area-serect__step--cap {
  font-size: 12px;
  font-weight: 400;
}

.area-serect fieldset:not(:first-of-type) {
  margin-top: 32px;
}

.area-serect fieldset,
.area-serect legend {
  width: 100%;
  display: block;
}

.area-serect .area-serect__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #f8f6f1;
}

.area-serect .area-serect__header span {
  font-size: 18px;
  font-weight: 700;
  padding: 6px 8px;
  border: 1px solid #EFEFEF;
  border-radius: 6px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background-image: linear-gradient(to bottom, #fff 85%, #f6f6f6);
}

.area-serect .area-serect__header a {
  font-size: 12px;
}

.area-serect .area-serect__body {
  margin-top: 16px;
}

.area-serect .area-serect__footer {
  background: url("/dealer/image/bg_arrow_step-732fc48813956fe712d46d920da5845a.png") no-repeat center top;
  margin-top: 16px;
  padding-top: 24px;
  width: 100%;
}

.area-serect .area-serect__footer--button {
  outline: none;
  border: none;
  display: block;
  background-image: linear-gradient(to bottom, #fff 85%, #f6f6f6);
  border: 1px solid #dedcd7;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  font-size: 16px;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px;
  width: 100%;
  cursor: pointer;
}

.area-serect .area-serect__footer--button span::before {
  content: "";
  background: url(/dealer/image/plus-19d4324ee228214988d28c6f644906b2.svg) no-repeat;
  background-size: cover;
  margin-right: 4px;
  vertical-align: -3px;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.area-serect .area-serect li {
  font-size: 14px;
  width: 23%;
}

.area-serect .area-serect li:not(:nth-child(4n)) {
  margin-right: 2%;
}

.area-serect .area-serect li:not(:nth-child(-n+4)) {
  margin-top: 2%;
}

.area-serect__back {
  text-align: center;
  margin-top: 16px;
  display: flex;
  justify-content: center;
}