@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; */
  background-color: #ffc32f;
  padding: 5px;
  /* height: 20px; */
  color: #000;
  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 8px;
}

.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_rental {
  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 {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
}

.navi_button01 {
  border-top: 1px solid #dcdcdc;
}

.navi_button_text {
  font-size: 16px;
  color: #333333;
}

.navi_button_arrow {
  width: 20px;
  text-align: right;
  position: absolute;
  right: 0;
  margin-bottom: 0;
}

.feature_button a {
  width: 100%;
  /* height: 100%; */
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 15px 10px;
}

.feature_button img {
  max-width: 33px;
  padding-right: 13px;
}