@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; */
  /* background-color: #171719; */
  /* background-color: #ffd13d; */
  background-color: #ffc32f;
  padding: 5px;
  height: 26px;
  /* color: #FFF; */
  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: 10px solid #252526; */
  /* border-top: 10px solid #171719; */
  border-top: 10px solid #ffd13d;
  border-top: 10px solid #ffc32f;
}

.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-color: #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_rental {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
  padding: 0;
  width: 100%;
}

.feature_button_box_sell {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
  padding: 0;
  width: 100%;
}

.feature_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 118px;
  margin: 5px 10px;
  background-color: #fff;
  /* border: 2px solid #333; */
  /* border-radius: 5px; */
}

.feature_button a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.feature_button img {
  max-width: 50px;
}

.navi_button_text {
  color: #333333;
  padding-top: 8px;
}

.navi_button_arrow {
  display: none;
}

.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;
}


/* 
#sidebar_account h3,
#sidebar_account h3,
#sidebar_personal_sale h3 {
  background: #252526 !important;
}

#sidebar_corporate h3 {
  background-color: #ffd13d !important;
}

#footer {
  background-color: #a5a7a9 !important;
} */


.navi_button06 .navi_button_text {
  color: #fff;
}

.feature_button.navi_button06 {
  background-color: #252526;
}