@charset "utf-8";

html, body {
height: 100%;
width: 100%;
margin: 0;
}

img {
border: 0 none;
margin: 0;
margin-bottom: 5px;
vertical-align: middle;
width: 100%;
}

.feature_head {
  display: flex;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
}

.feature_head01 {
  width: 100%;
  background: #252526;
  padding: 5px;
  height: 20px;
  color: #FFF;
  margin-bottom: 13px;
  position: relative;
}

.feature_head01:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 8px solid #252526;
}


.feature_head02 {
  width: 100%;
  background: #252526;
  padding: 5px;
  height: 20px;
  color: #FFF;
  margin-bottom: 13px;
  position: relative;
}

.feature_head02:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 8px solid #252526;
}

.feature_head03 {
  width: 100%;
  background: #252526;
  padding: 5px;
  height: 20px;
  color: #FFF;
  margin-bottom: 13px;
  position: relative;
}

.feature_head03:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 8px solid #252526;
}

.feature_button_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  background: #beaf87;
  padding: 10px 5px 5px;
}

.feature_button_box_rent_lend {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0px;
  margin-bottom: 5px;
  padding: 0;
  width: 100%;
}

.feature_button_box_buy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0px;
  margin-bottom: 5px;
  padding: 0;
}

.feature_button_box_sell {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0px;
  margin-bottom: 5px;
  padding: 0;
}

.feature_button {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: calc(50% - 5px);
}