/* CSS Document */
/*--------------------------------------------------------------------
  owner-feature
--------------------------------------------------------------------*/
.owner-feature .owner-featureList {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 20px 0 0;
}
.owner-feature .owner-featureList li {
  font-size: 16px;
  line-height: 1.3;
}
.owner-feature .owner-featureList li .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.owner-feature .owner-featureList li .title span {
  display: inline-block;
  margin-right: 5px;
  border-radius: 20px;
  background: #f28e00;
  color: #fff;
  text-align: center;
  padding: 4px 9px;
  font-size: 18px;
}
.owner-feature .owner-featureList li .title span.double {
  font-size: 18px;
  padding: 5px;
}
.owner-feature .owner-featureList li:nth-of-type(1) {
  float: left;
  width: 58%;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .owner-feature .owner-featureList li:nth-of-type(1) {
    float: none;
    width: 100%;
  }
}
.owner-feature .owner-featureList li:nth-of-type(2) {
  text-align: right;
  float: right;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .owner-feature .owner-featureList li:nth-of-type(2) {
    margin-top: 20px;
    float: none;
    width: 100%;
  }
}

/*# sourceMappingURL=owner-feature.css.map */
