@charset "utf-8";

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
}

img {
  border: 0 none;
  margin: 0;
  vertical-align: middle;
}

#top_main_box {
  width: 100%;
  max-width: 1000px;
}

.feature_head {
  display: flex;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
}

.feature_head01 {
  width: 100%;
  background: #252526;
  padding: 5px;
  height: 26px;
  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: 10px solid #252526;
}


.feature_head02 {
  width: 100%;
  background: #252526;
  padding: 5px;
  height: 26px;
  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: 10px solid #252526;
}

.feature_head03 {
  width: 100%;
  background: #252526;
  padding: 5px;
  height: 26px;
  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: 10px solid #252526;
}

.feature_button_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  margin: 0px;
  font-size: 17px;
  font-weight: bold;
  background: #beaf87;
  padding: 10px;
}


.feature_button_box_rent_lend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
  padding: 0;
  width: 33%;
}

.feature_button_box_buy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
  padding: 0;
  width: 33%;
}

.feature_button_box_sell {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
  padding: 0;
  width: 33%;
}

.feature_button {
  display: block;
  position: relative;
}

.navi_button01:hover,
.navi_button02:hover,
.navi_button03:hover,
.navi_button04:hover,
.navi_button05:hover,
.navi_button06:hover,
.navi_button07:hover,
.navi_button08:hover,
.navi_button09:hover,
.navi_button10:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.6;
  transition-duration: 0.3s;
}