@charset "UTF-8";
.selectArea {
  margin-top: -25px;
}

@media screen and (max-width: 768px) {
  .selectArea {
    margin-top: 20px;
  }
}

.selectArea__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .selectArea__row {
    display: block;
  }
}

.selectArea__advice {
  background: #D9D9D9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  border-radius: 60px;
  text-align: center;
  font-size: 11px;
  margin-right: 20px;
  line-height: 1.25;
  padding: 10px;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .selectArea__advice {
    float: left;
  }
}

.selectArea__advice span {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .selectArea__advice span {
    padding: 0;
  }
}

.selectArea__content span {
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .selectArea__content span {
    padding: 18px 0;
    margin-bottom: 8px;
  }
}

.featurePickup {
  padding-top: 60px;
  padding-bottom: 1px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .featurePickup {
    padding-top: 1px;
  }
}

.featurePickup .featureTitle {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .featurePickup .featureTitle span {
    display: block;
  }
}

.featurePickup .featureList {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 768px) {
  .featurePickup .featureList {
    margin-bottom: 40px !important;
  }
}
