@charset "UTF-8";
.searchDetail__unit:after {
  content: "";
  display: block;
  clear: both;
}

/* mainContent */
#search.index #mainContent form > .wrap, #search.new #mainContent form > .wrap {
  padding-top: 75px;
}

@media screen and (max-width: 737px) {
  #search.index #mainContent form > .wrap, #search.new #mainContent form > .wrap {
    padding-top: 20px;
  }
}

#search.buy_investment #mainContent > .resultsArea > .wrap {
  padding-top: 75px;
}

@media screen and (max-width: 737px) {
  #search.buy_investment #mainContent > .resultsArea > .wrap {
    padding-top: 20px;
  }
}

/* resultsArea */
.resultsArea {
  position: relative;
}

/* contents */
.contents--column-2 {
  padding-right: 320px;
}

@media screen and (max-width: 737px) {
  .contents--column-2 {
    padding-right: 0;
  }
  .contents > .line:first-child {
    display: none;
  }
}

.searchDetail__item {
  -webkit-font-smoothing: antialiased;
}

/* propertySearch */
.propertySearch {
  width: 100%;
  letter-spacing: normal;
  font-family: 'Lato', sans-serif;
  background-color: #f7f7f7;
}

.propertySearch .inputCheck,
.propertySearch .inputCheck + label {
  letter-spacing: 0;
  font-size: 14px;
  /*word-break: break-all;*/
}

@media screen and (max-width: 737px) {
  .propertySearch .inputCheck,
  .propertySearch .inputCheck + label {
    font-size: 15px;
    line-height: 18px;
  }
}

@media screen and (max-width: 737px) {
  .propertySearch .inputBtn input + label {
    height: 41px;
  }
  .propertySearch select {
    height: 41px;
  }
}

.propertySearch .inputBtn--3 label {
  padding-left: 5px;
  padding-right: 5px;
}

.propertySearch .inputSelect,
.propertySearch .inputBtn {
  font-weight: 800;
}

.propertySearch .optionSearch {
  font-weight: 800;
  margin-top: 27px;
}

.propertySearch .searchBtn {
  margin-top: 15px;
}

.propertySearch.rent_search_column {
  background-color: #ffffff;
}

.propertySearch.rent_search_column > .wrap {
  width: 100%;
  padding-top: 0;
}

.propertySearch.rent_search_column > .wrap > div.rent_search_column {
  float: left;
}

.propertySearch.rent_search_column .searchDetail__item {
  width: 100%;
}

.propertySearch.rent_search_column .priceSearch {
  width: 200px;
}

@media screen and (max-width: 737px) {
  .propertySearch.rent_search_column .priceSearch {
    width: 100%;
  }
}

.propertySearch.rent_search_column .bedroomSearch {
  margin-left: 0;
}

@media screen and (max-width: 737px) {
  .propertySearch.rent_search_column .bedroomSearch {
    width: 100%;
    margin-left: 0;
  }
}

.propertySearch.rent_search_column .bedroomSearch label {
  padding-left: 8.5px !important;
  padding-right: 8.5px !important;
}

.propertySearch.rent_search_column .keywordSearch {
  margin-left: 0;
}

@media screen and (max-width: 737px) {
  .propertySearch.rent_search_column .keywordSearch {
    width: 100%;
    margin-left: 0;
  }
}

.propertySearch.rent_search_column .keywordSearch input[type="text"] {
  width: 240px;
}

@media screen and (max-width: 737px) {
  .propertySearch.rent_search_column .keywordSearch input[type="text"] {
    width: 100%;
    margin-left: 0;
  }
}

.propertySearch.rent_search_column .optionContent {
  padding: 0;
}

.propertySearch.rent_search_column .optionContent > .wrap {
  width: 100%;
  padding: 0;
  background-color: #ffffff;
}

@media screen and (max-width: 737px) {
  .propertySearch.rent_search_column .optionContent {
    padding: 0 20px 25px;
  }
  .propertySearch.rent_search_column .optionContent > .wrap {
    background-color: transparent;
  }
}

.propertySearch.rent_search_column .columnDetail:first-of-type {
  margin-top: 0;
}

.propertySearch.rent_search_column .columnDetail--01 .columnDetail__item {
  max-width: 200px;
  -webkit-flex: 0 0 200px;
  flex: 0 0 200px;
}

.propertySearch.rent_search_column .columnDetail--01 .columnDetail__item:nth-child(2) {
  max-width: 180px;
  -webkit-flex: 0 0 180px;
  flex: 0 0 180px;
  margin-left: -46px;
}

@media screen and (max-width: 737px) {
  .propertySearch.rent_search_column .columnDetail--01 .columnDetail__item:nth-child(2) {
    margin-left: 0;
  }
}

.propertySearch.rent_search_column .columnDetail--01 .columnDetail__item:nth-child(3) {
  max-width: 240px;
  -webkit-flex: 0 0 240px;
  flex: 0 0 240px;
  margin-left: -47px;
}

@media screen and (max-width: 737px) {
  .propertySearch.rent_search_column .columnDetail--01 .columnDetail__item:nth-child(3) {
    margin-left: 0;
  }
}

.propertySearch.rent_search_column .columnDetail--03 .columnDetail__item {
  font-size: 12px;
}

.propertySearch.rent_search_column .columnDetail--03 .columnDetail__item:first-child {
  max-width: 75%;
  flex: 0 0 75%;
}

.propertySearch.rent_search_column .columnDetail--03 .columnDetail__item:first-child li {
  float: left;
  width: 33%;
  margin-top: 15px;
}

@media screen and (max-width: 737px) {
  .propertySearch.rent_search_column .columnDetail--03 .columnDetail__item:first-child li {
    float: inherit;
    width: 100%;
  }
}

.propertySearch.rent_search_column .columnDetail--03 .columnDetail__item:last-child {
  max-width: 160px;
  -webkit-flex: 0 0 160px;
  flex: 0 0 160px;
}

.propertySearch.rent_search_column .narrowDown {
  position: relative;
  height: 104px;
  margin-top: 30px;
  padding-top: 50px;
}

@media screen and (max-width: 737px) {
  .propertySearch.rent_search_column .narrowDown {
    height: auto;
    margin-top: 0;
    padding-top: 40px;
  }
}

.propertySearch.rent_search_column .narrowDown .narrowDown__headline,
.propertySearch.rent_search_column .narrowDown .narrowDown__text {
  text-align: left;
}

@media screen and (max-width: 737px) {
  .propertySearch.rent_search_column .narrowDown .narrowDown__text {
    letter-spacing: 0.4px;
  }
}

.propertySearch.rent_search_column .narrowDown .narrowDown__btnList {
  position: absolute;
  top: 0;
  right: 25px;
  margin-top: 0;
}

@media screen and (max-width: 737px) {
  .propertySearch.rent_search_column .narrowDown .narrowDown__btnList {
    position: static;
    margin-top: 20px;
  }
}

.propertySearch.rent_search_column .narrowDown .narrowDown__btnList li a {
  width: 130px;
  height: 130px;
  padding-top: 27px;
  font-size: 12px;
}

@media screen and (max-width: 737px) {
  .propertySearch.rent_search_column .narrowDown .narrowDown__btnList li a {
    width: 120px;
    height: 120px;
    font-size: 14px;
  }
  .propertySearch.rent_search_column .narrowDown .narrowDown__btnList li a.active {
    background-color: #e9e9f4;
    color: #039;
  }
  .propertySearch.rent_search_column .narrowDown .narrowDown__btnList li a.no_active {
    background-color: #fff;
    color: #ccc;
  }
}

.propertySearch.rent_search_column .stationSearch {
  width: 100%;
}

.propertySearch.rent_search_column .formCheck__list.rent_search_column-detail li {
  margin-top: 15px;
}

.propertySearch.rent_search_column .areaSearch .searchDetail__item {
  width: 50%;
}

@media screen and (max-width: 737px) {
  .propertySearch.rent_search_column .areaSearch .searchDetail__item {
    width: 100%;
  }
}

.propertySearch.rent_search_column .areaSearch .areaSearch__contents {
  margin-top: 0;
}

.propertySearch.rent_search_column .searchDetail__panel .panelArea__title {
  position: relative;
}

.propertySearch.rent_search_column .searchDetail__panel .panelArea__title .formBtn__reset {
  left: inherit;
  right: 0;
  margin-top: -5px;
}

@media screen and (max-width: 737px) {
  .propertySearch.rent_search_column .searchDetail__panel .panelArea__title {
    color: #fff;
    margin-bottom: 30px;
  }
  .propertySearch.rent_search_column .searchDetail__panel .panelArea__title .headline--03 {
    margin-bottom: 10px;
  }
  .propertySearch.rent_search_column .searchDetail__panel .panelArea__title .formBtn__reset {
    right: inherit;
    text-align: right;
  }
}

.propertySearch.rent_search_column #panelStation .searchDetail__item {
  width: 47%;
  float: left;
  margin: 0;
}

@media screen and (max-width: 737px) {
  .propertySearch.rent_search_column #panelStation .searchDetail__item {
    width: 100%;
  }
}

.propertySearch.rent_search_column #panelStation .searchDetail__item:first-child {
  float: left;
}

.propertySearch.rent_search_column #panelStation .searchDetail__item:nth-child(2) {
  padding-left: 30px;
}

.propertySearch.rent_search_column #panelStation .searchDetail__btn a {
  width: 180px;
  font-weight: 800;
}

@media screen and (max-width: 737px) {
  .propertySearch.rent_search_column {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

.propertySearch > .wrap {
  padding-top: 12px;
  padding-bottom: 18px;
}

.propertySearch > .wrap > div {
  float: left;
}

.propertySearch > .wrap > div:last-child {
  float: right;
}

@media screen and (max-width: 737px) {
  .propertySearch > .wrap .searchBtn {
    display: none;
  }
}

.propertySearch input[type="button"], .propertySearch button, .propertySearch select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.propertySearch input[type="text"].entered, .propertySearch button.entered, .propertySearch select.entered {
  background-color: #e9e9f4;
}

.propertySearch .propertySearch__title {
  display: none;
}

.propertySearch__formBtn {
  display: none;
  margin-top: 0;
}

@media screen and (max-width: 737px) {
  .propertySearch {
    position: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    padding: 12px 0 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .propertySearch > .wrap > div {
    float: none;
    margin-top: 30px;
  }
  .propertySearch > .wrap > div.price {
    margin-top: 0;
  }
  .propertySearch > .wrap > .searchBtn {
    float: none !important;
  }
  .propertySearch input, .propertySearch input + label, .propertySearch select {
    font-size: 16px;
  }
  .propertySearch .propertySearch__title {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
  }
  .propertySearch__formBtn {
    display: block;
  }
}

.propertySearch .formBtn--content {
  display: none;
}

@media screen and (max-width: 737px) {
  .propertySearch .formBtn--content {
    display: block;
    padding-bottom: 20px;
  }
  .propertySearch .formBtn--content .searchBtn {
    margin-top: 10px;
  }
}

.buy_forsale.index .propertySearch.rent_search_column .searchDetail__item .columnDetail:first-of-type .columnDetail__item:nth-child(1) {
  max-width: 240px;
  -webkit-flex: 0 0 240px;
  flex: 0 0 240px;
}

.buy_forsale.index .propertySearch.rent_search_column .searchDetail__item .columnDetail:first-of-type .columnDetail__item:nth-child(3) {
  max-width: 200px;
  -webkit-flex: 0 0 200px;
  flex: 0 0 200px;
}

.buy_forsale.index .propertySearch.rent_search_column .priceSearch {
  width: 240px;
}

.buy_forsale.index .propertySearch.rent_search_column .priceSearch .selectBox {
  width: 105px;
}

@media screen and (max-width: 737px) {
  .buy_forsale.index .propertySearch.rent_search_column .priceSearch {
    width: 100%;
  }
  .buy_forsale.index .propertySearch.rent_search_column .priceSearch .selectBox {
    width: 50%;
  }
}

.buy_forsale.index .propertySearch.rent_search_column .keywordSearch input[type="text"] {
  width: 200px;
}

@media screen and (max-width: 737px) {
  #search.results .propertySearch, #search.map .propertySearch {
    display: none;
  }
}

.rent_yokohama#search.index .narrowDown__btnList {
  right: 110px;
}

@media screen and (max-width: 737px) {
  .rent_yokohama#search.index .narrowDown__btnList {
    right: inherit;
  }
}

.buy_forsale.index .propertySearch .searchDetail .searchDetail__unit .searchDetail__item .columnDetail:nth-of-type(2) .columnDetail__item {
  max-width: 150px;
  -webkit-flex: 0 0 150px;
  flex: 0 0 150px;
}

.buy_forsale.index .propertySearch .searchDetail .searchDetail__unit .searchDetail__item .columnDetail:nth-of-type(2) .columnDetail__item:first-child {
  max-width: 305px;
  -webkit-flex: 0 0 305px;
  flex: 0 0 305px;
}

.buy_forsale.index .propertySearch .searchDetail .searchDetail__unit .searchDetail__item .columnDetail--02 {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.buy_forsale.index .propertySearch .searchDetail .searchDetail__unit .searchDetail__item .columnDetail--02 .columnDetail__item {
  max-width: 204px;
  -webkit-flex: 0 0 204px;
  flex: 0 0 204px;
}

.buy_forsale.index .propertySearch .searchDetail .searchDetail__unit .searchDetail__item .columnDetail--02 .columnDetail__item:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 737px) {
  .buy_forsale.index .propertySearch .searchDetail .searchDetail__unit .searchDetail__item .columnDetail--02 .columnDetail__item:first-child {
    margin-right: 0;
  }
}

.buy_forsale .propertySearch .searchDetail .searchDetail__unit .searchDetail__item .columnDetail:first-child .columnDetail__item:first-child {
  max-width: 305px;
  -webkit-flex: 0 0 305px;
  flex: 0 0 305px;
}

.buy_forsale .propertySearch .searchDetail .searchDetail__unit .searchDetail__item .columnDetail:first-child .columnDetail__item:last-child {
  max-width: 135px;
  -webkit-flex: 0 0 135px;
  flex: 0 0 135px;
}

#index.index .propertySearch .searchDetail .searchDetail__unit .searchDetail__item .columnDetail--02 {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#index.index .propertySearch .searchDetail .searchDetail__unit .searchDetail__item .columnDetail--02 .columnDetail__item {
  max-width: 204px;
  -webkit-flex: 0 0 204px;
  flex: 0 0 204px;
}

#index.index .propertySearch .searchDetail .searchDetail__unit .searchDetail__item .columnDetail--02 .columnDetail__item:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 737px) {
  #index.index .propertySearch .searchDetail .searchDetail__unit .searchDetail__item .columnDetail--02 .columnDetail__item:first-child {
    margin-right: 0;
  }
}

#index .propertySearch .searchDetail .searchDetail__unit .searchDetail__item .columnDetail:first-child .columnDetail__item:first-child {
  max-width: 305px;
  -webkit-flex: 0 0 305px;
  flex: 0 0 305px;
}

#index .propertySearch .searchDetail .searchDetail__unit .searchDetail__item .columnDetail:first-child .columnDetail__item:last-child {
  max-width: 135px;
  -webkit-flex: 0 0 135px;
  flex: 0 0 135px;
}

.buy .columnDetail--full .columnDetail__item, .buy_forsale .columnDetail--full .columnDetail__item, #panel03 .columnDetail--full .columnDetail__item {
  width: 100% !important;
  max-width: 100% !important;
  -webkit-flex: inherit !important;
  flex: inherit !important;
}

.offices.index .columnDetail--02.officeSearch--02 .columnDetail__item:first-child, #panel04.index .columnDetail--02.officeSearch--02 .columnDetail__item:first-child {
  max-width: 349px;
  flex: 0 0 349px;
}

.offices.index .columnDetail--02.officeSearch--02 .columnDetail__item:last-child, #panel04.index .columnDetail--02.officeSearch--02 .columnDetail__item:last-child {
  max-width: 309px;
  flex: 0 0 309px;
}

.offices.index .columnDetail--02.officeSearch--02 .priceSearch, #panel04.index .columnDetail--02.officeSearch--02 .priceSearch {
  width: 100%;
}

.offices.index .columnDetail--02.officeSearch--02 .priceSearch .selectBox, #panel04.index .columnDetail--02.officeSearch--02 .priceSearch .selectBox {
  width: 95px;
}

.offices.index .columnDetail--02.officeSearch--02 .priceSearch .selectBox:first-child, #panel04.index .columnDetail--02.officeSearch--02 .priceSearch .selectBox:first-child {
  width: 110px;
}

@media screen and (max-width: 737px) {
  .offices.index .columnDetail--02.officeSearch--02 .priceSearch .selectBox:nth-child(1), #panel04.index .columnDetail--02.officeSearch--02 .priceSearch .selectBox:nth-child(1) {
    width: 37%;
  }
  .offices.index .columnDetail--02.officeSearch--02 .priceSearch .selectBox:nth-child(2), #panel04.index .columnDetail--02.officeSearch--02 .priceSearch .selectBox:nth-child(2) {
    width: 27%;
  }
  .offices.index .columnDetail--02.officeSearch--02 .priceSearch .selectBox:nth-child(3), #panel04.index .columnDetail--02.officeSearch--02 .priceSearch .selectBox:nth-child(3) {
    width: 35%;
  }
}

.offices.index .columnDetail--02.officeSearch--02 .modSearch, #panel04.index .columnDetail--02.officeSearch--02 .modSearch {
  margin: 0;
}

.offices.index .officeSearch--02B .columnDetail__item:first-child, .offices.index .officeSearch--02B .columnDetail__item:last-child, #panel04.index .officeSearch--02B .columnDetail__item:first-child, #panel04.index .officeSearch--02B .columnDetail__item:last-child {
  max-width: 320px;
  flex: 0 0 320px;
}

.offices.index .sizeSearch .modSearch__select .selectBox, #panel04.index .sizeSearch .modSearch__select .selectBox {
  width: 100px;
}

.offices.index .sizeSearch .modSearch__select .selectBox:first-child, #panel04.index .sizeSearch .modSearch__select .selectBox:first-child {
  width: 107px;
}

.offices.index .keywordSearch input[type="text"], #panel04.index .keywordSearch input[type="text"] {
  width: 658px;
}

@media screen and (max-width: 737px) {
  .offices.index .keywordSearch input[type="text"], #panel04.index .keywordSearch input[type="text"] {
    width: 100%;
  }
}

.offices .priceSearch.priceSearch--3col .selectBox, #panel04 .priceSearch.priceSearch--3col .selectBox {
  width: 76px;
}

.offices .priceSearch.priceSearch--3col .selectBox:first-child, #panel04 .priceSearch.priceSearch--3col .selectBox:first-child {
  width: 92px;
}

.offices .priceSearch.priceSearch--3col .selectBox:last-child, #panel04 .priceSearch.priceSearch--3col .selectBox:last-child {
  border-right: none;
}

.offices .priceSearch.priceSearch--3col .selectBox select, #panel04 .priceSearch.priceSearch--3col .selectBox select {
  padding: 9px 10px;
  height: 41px;
}

@media screen and (max-width: 737px) {
  .offices .priceSearch.priceSearch--3col .selectBox, #panel04 .priceSearch.priceSearch--3col .selectBox {
    width: calc(100% / 3) !important;
  }
}

.offices .sizeSearch .priceCap-type-sp, #panel04 .sizeSearch .priceCap-type-sp {
  display: none;
}

.offices .sizeSearch .selectBox, #panel04 .sizeSearch .selectBox {
  position: relative;
  float: left;
  width: 80px;
  background-color: #fff;
  box-sizing: border-box;
}

.offices .sizeSearch .selectBox:first-child, #panel04 .sizeSearch .selectBox:first-child {
  border-right: 1px solid #ccc;
}

.offices .sizeSearch .selectBox:hover, #panel04 .sizeSearch .selectBox:hover {
  background-color: #e9e9f4;
}

.offices .sizeSearch .selectBox i, #panel04 .sizeSearch .selectBox i {
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  color: #003399;
  font-size: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.offices .sizeSearch .selectBox select, #panel04 .sizeSearch .selectBox select {
  display: block;
  width: 100%;
  color: #003399;
  font-weight: bold;
  padding: 12px;
  box-sizing: border-box;
  cursor: pointer;
}

.offices .sizeSearch > span, #panel04 .sizeSearch > span {
  margin-left: 5px;
}

@media screen and (max-width: 737px) {
  .offices .sizeSearch .priceCap-type-sp, #panel04 .sizeSearch .priceCap-type-sp {
    display: inline-block;
  }
  .offices .sizeSearch .selectBox, #panel04 .sizeSearch .selectBox {
    width: 50%;
  }
  .offices .sizeSearch > span, #panel04 .sizeSearch > span {
    display: none;
  }
}

.offices .sizeSearch.sizeSearch--3col .selectBox, #panel04 .sizeSearch.sizeSearch--3col .selectBox {
  border-right: 1px solid #ccc;
  width: 76px;
}

.offices .sizeSearch.sizeSearch--3col .selectBox:first-child, #panel04 .sizeSearch.sizeSearch--3col .selectBox:first-child {
  width: 72px;
}

.offices .sizeSearch.sizeSearch--3col .selectBox:last-child, #panel04 .sizeSearch.sizeSearch--3col .selectBox:last-child {
  border-right: none;
}

.offices .sizeSearch.sizeSearch--3col .selectBox select, #panel04 .sizeSearch.sizeSearch--3col .selectBox select {
  padding: 12px 10px;
}

@media screen and (max-width: 737px) {
  .offices .sizeSearch.sizeSearch--3col .selectBox, #panel04 .sizeSearch.sizeSearch--3col .selectBox {
    width: calc(100% / 3) !important;
  }
}

.offices .keywordSearch.keywordSearch--s input[type="text"], #panel04 .keywordSearch.keywordSearch--s input[type="text"] {
  width: 175px;
  padding: 12px 5px;
}

@media screen and (max-width: 737px) {
  .offices .keywordSearch.keywordSearch--s input[type="text"], #panel04 .keywordSearch.keywordSearch--s input[type="text"] {
    width: 100%;
  }
}

.offices .columnDetail--full .columnDetail__item, #panel04 .columnDetail--full .columnDetail__item {
  width: 100% !important;
  max-width: 100% !important;
  -webkit-flex: inherit !important;
  flex: inherit !important;
}

.offices .formCheck__list--inline li, #panel04 .formCheck__list--inline li {
  display: inline-block;
  margin-right: 20px;
}

@media screen and (max-width: 737px) {
  .offices .formCheck__list--inline li, #panel04 .formCheck__list--inline li {
    width: 100%;
    margin-right: 0;
  }
}

.offices .optionSearch, #panel04 .optionSearch {
  margin: 24px 0 0 22px;
}

@media screen and (max-width: 737px) {
  .offices .optionSearch, #panel04 .optionSearch {
    margin: 30px 0 0;
  }
}

.offices .searchBtn, #panel04 .searchBtn {
  margin-top: 11px;
}

@media screen and (max-width: 737px) {
  .offices .table tbody th,.offices .table tbody td {
    border-bottom: none;
    border-top: none;
  }
  .offices .table .sort_row,
  .offices .table tbody {
    border-bottom: #adadad solid 1px;
  }
}

#panelArea         .inputCheck--color + label > span,
#panelAreaYokohama .inputCheck--color + label > span,
#panelAreaForsale  .inputCheck--color + label > span,
#panelAreaOffices  .inputCheck--color + label > span {
  font-size: 14px;
}

@media screen and (max-width: 737px) {
  #panelArea .inputCheck--color + label > span {
    font-size: 15px;
  }
}

#search.index #panelDetail .searchDetail__item .columnDetail:last-of-type .inputCheck,
#search.index #panelDetail .searchDetail__item .columnDetail:last-of-type .inputCheck + label {
  font-size: 12px;
}

@media screen and (max-width: 737px) {
  #search.index #panelDetail .searchDetail__item .columnDetail:last-of-type .inputCheck,
  #search.index #panelDetail .searchDetail__item .columnDetail:last-of-type .inputCheck + label {
    font-size: 15px;
    line-height: 17px;
  }
}

@media screen and (max-width: 737px) {
  #search.index #panelArea .inputCheck--color + label > span {
    font-size: 15px;
  }
}

.modSearch {
  margin-left: 20px;
}

.modSearch .inputBtn label,
.modSearch .selectBox select {
  font-weight: 700 !important;
}

.modSearch.priceSearch {
  margin-left: 0;
}

.modSearch > p {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.0;
  margin-bottom: 5px;
}

p#search_headline_font {
  font-size: 10px;
}

.modSearch .modSearch__select {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
}

.modSearch .modSearch__select.inputBtn input + label {
  height: 41px;
  line-height: 41px;
}

@media screen and (max-width: 737px) {
  .modSearch {
    margin-left: 0;
  }
  .modSearch > p {
    color: #fff;
    font-size: 12px;
  }
  p#search_headline_font {
    font-size: 12px;
  }
  .modSearch .modSearch__select {
    display: block;
    width: 100%;
    background-color: #fff;
  }
}

.priceSearch .priceCap-type-sp {
  display: none;
}

.priceSearch .selectBox {
  position: relative;
  float: left;
  width: 80px;
  background-color: #fff;
  box-sizing: border-box;
}

.priceSearch .selectBox + .selectBox {
  border-left: 1px solid #ccc;
}

.priceSearch .selectBox:hover {
  background-color: #e9e9f4;
}

.priceSearch .selectBox i {
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  color: #003399;
  font-size: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.priceSearch .selectBox select {
  display: block;
  width: 100%;
  height: 41px;
  color: #003399;
  font-weight: bold;
  padding: 9px 12px;
  box-sizing: border-box;
  cursor: pointer;
}

@-moz-document url-prefix() {
  .priceSearch .selectBox select {
    letter-spacing: -.01em;
  }
}

.priceSearch .selectBox:last-child i {
  right: 6px;
}

.priceSearch .selectBox:last-child select {
  padding: 9px 12px 9px 7px;
}

.priceSearch--l .selectBox {
  width: 105px;
}

.priceSearch > span {
  font-weight: 800;
  margin-left: 4px;
  font-size: 12px;
}

@media screen and (max-width: 737px) {
  .priceSearch .priceCap-type-sp {
    display: inline-block;
  }
  .priceSearch .selectBox {
    width: 50%;
  }
  .priceSearch .selectBox:last-child i {
    right: 10px;
  }
  .priceSearch .selectBox:last-child select {
    padding: 9px 12px;
  }
  .priceSearch > span {
    display: none;
  }
}

.bedroomSearch input[type="button"] {
  display: block;
  float: left;
  color: #003399;
  font-weight: bold;
  padding: 12px 8px;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
}

.bedroomSearch input[type="button"]:hover, .bedroomSearch input[type="button"].check-state-on {
  background-color: #e9e9f4;
}

.bedroomSearch li {
  min-width: inherit !important;
}

.bedroomSearch label {
  font-weight: bold;
  border: none !important;
  padding-left: 9px !important;
  padding-right: 9px !important;
}

@-moz-document url-prefix() {
  .bedroomSearch input[type="button"] {
    padding: 12px 4px;
  }
}

@media screen and (max-width: 737px) {
  .bedroomSearch input[type="button"] {
    width: 16.6666666667%;
    padding: 12px 3px;
  }
  .bedroomSearch li {
    width: 16.6666666667%;
  }
}

.keywordSearch input[type="text"] {
  display: block;
  width: 280px;
  height: 41px;
  padding: 9px 10px;
  border: none;
  box-sizing: border-box;
}

.keywordSearch input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent;
}

.keywordSearch input[type="text"]:focus:-moz-placeholder {
  color: transparent;
}

.keywordSearch input[type="text"]:focus::-moz-placeholder {
  color: transparent;
}

.keywordSearch--s input[type="text"] {
  width: 240px;
}

@media screen and (max-width: 737px) {
  .keywordSearch input[type="text"] {
    width: 100%;
  }
}

@media screen and (max-width: 737px) {
  #index.index .modSearch__select, #index.rent .modSearch__select, #index.buy .modSearch__select {
    border: none;
  }
  #index.index .modSearch .selectBox, #index.rent .modSearch .selectBox, #index.buy .modSearch .selectBox {
    border-right: none;
  }
  #index.index .modSearch .selectBox + .selectBox, #index.rent .modSearch .selectBox + .selectBox, #index.buy .modSearch .selectBox + .selectBox {
    border-left: 1px solid #fff;
  }
  #index.index .modSearch .inputBtn label,
  #index.index .modSearch .selectBox select,
  #index.index .modSearch input[type="text"], #index.rent .modSearch .inputBtn label,
  #index.rent .modSearch .selectBox select,
  #index.rent .modSearch input[type="text"], #index.buy .modSearch .inputBtn label,
  #index.buy .modSearch .selectBox select,
  #index.buy .modSearch input[type="text"] {
    background-color: #EFEFEC;
  }
  #index.index .modSearch .inputBtn input:checked + label,
  #index.rent .modSearch .inputBtn input:checked + label,
  #index.buy .modSearch .inputBtn input:checked + label {
    background-color: #e1e1ef;
  }
  #index.index .modSearch .selectBox:hover select,
  #index.rent .modSearch .selectBox:hover select,
  #index.buy .modSearch .selectBox:hover select {
    background-color: #e1e1ef;
  }
}

@media screen and (max-width: 737px) {
  .optionContent {
    padding-bottom: 0;
  }
}

.optionContent > .wrap {
  overflow: hidden;
  width: 1020px;
  padding: 0;
}

@media screen and (max-width: 737px) {
  .optionContent > .wrap {
    width: auto;
  }
}

/* searchDetail */
.searchDetail {
  overflow: hidden;
  width: 3060px;
  font-size: 0;
  letter-spacing: -.40em;
}

@media screen and (max-width: 737px) {
  .searchDetail {
    width: auto;
    font-size: inherit;
  }
  .searchDetail .formBtn__btn {
    display: none;
  }
}

.searchDetail__panel {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: normal;
  transition: transform 0.3s;
  width: 980px;
  padding: 15px 20px;
}

@media screen and (max-width: 737px) {
  .searchDetail__panel {
    width: auto;
    display: none;
  }
}

.searchDetail__panel#panelDetail {
  display: inline-block;
}

@media screen and (max-width: 737px) {
  .searchDetail__panel#panelDetail {
    display: block;
  }
}

.searchDetail__panel#panelDetail .searchDetail__btn {
  margin-top: 15px;
  margin-left: 25px;
}

.searchDetail__panel#panelDetail .searchDetail__btn a {
  text-decoration: none;
}

.searchDetail__panel#panelDetail .areaSearch__contents {
  height: 320px;
  margin-top: 15px;
  padding-left: 25px;
  padding-right: 15px;
}

.searchDetail__panel#panelDetail .stationSearch__contents {
  height: 300px;
  padding-left: 25px;
}

/* TOKYO */
.searchDetail__panel#panelDetailTokyo {
  display: inline-block;
}

@media screen and (max-width: 737px) {
  .searchDetail__panel#panelDetailTokyo {
    display: block;
  }
}

.searchDetail__panel#panelDetailTokyo .searchDetail__btn {
  margin-top: 15px;
  margin-left: 25px;
}

.searchDetail__panel#panelDetailTokyo .areaSearch__contents {
  height: 320px;
  margin-top: 15px;
  padding-left: 25px;
  padding-right: 15px;
}

.searchDetail__panel#panelDetailTokyo .stationSearch__contents {
  height: 300px;
  padding-left: 25px;
}

/* YOKOHAMA */
.searchDetail__panel#panelDetailYokohama {
  display: inline-block;
}

@media screen and (max-width: 737px) {
  .searchDetail__panel#panelDetailYokohama {
    display: block;
  }
}

.searchDetail__panel#panelDetailYokohama .searchDetail__btn {
  margin-top: 15px;
  margin-left: 25px;
}

.searchDetail__panel#panelDetailYokohama .areaSearch__contents {
  height: 320px;
  margin-top: 15px;
  padding-left: 25px;
  padding-right: 15px;
}

.searchDetail__panel#panelDetailYokohama .stationSearch__contents {
  height: 300px;
  padding-left: 25px;
}

/* FORSALE */
.searchDetail__panel#panelDetailForsale {
  display: inline-block;
}

@media screen and (max-width: 737px) {
  .searchDetail__panel#panelDetailForsale {
    display: block;
  }
}

.searchDetail__panel#panelDetailForsale .searchDetail__btn {
  margin-top: 15px;
  margin-left: 25px;
}

.searchDetail__panel#panelDetailForsale .areaSearch__contents {
  height: 320px;
  margin-top: 15px;
  padding-left: 25px;
  padding-right: 15px;
}

.searchDetail__panel#panelDetailForsale .stationSearch__contents {
  height: 300px;
  padding-left: 25px;
}

.searchDetail__panel#panelDetailForsale {
  display: inline-block;
}

@media screen and (max-width: 737px) {
  .searchDetail__panel#panelDetailForsale {
    display: block;
  }
}

.searchDetail__panel#panelDetailForsale .searchDetail__btn {
  margin-top: 15px;
  margin-left: 25px;
}

.searchDetail__panel#panelDetailForsale .areaSearch__contents {
  height: 320px;
  margin-top: 15px;
  padding-left: 25px;
  padding-right: 15px;
}

.searchDetail__panel#panelDetailForsale .stationSearch__contents {
  height: 300px;
  padding-left: 25px;
}

.searchDetail__panel#panelDetailOffice,
.searchDetail__panel#panelDetailOffices {
  display: inline-block;
}

@media screen and (max-width: 737px) {
  .searchDetail__panel#panelDetailOffice,
  .searchDetail__panel#panelDetailOffices {
    display: block;
  }
  .searchDetail__panel#panelDetailForsale .stationSearch__contents {
    height: auto;
  }
}

.searchDetail__panel#panelDetailOffice .searchDetail__btn,
.searchDetail__panel#panelDetailOffices .searchDetail__btn {
  margin-top: 15px;
  margin-left: 25px;
}

.searchDetail__panel#panelDetailOffice .areaSearch__contents,
.searchDetail__panel#panelDetailOffices .areaSearch__contents {
  height: 320px;
  margin-top: 15px;
  padding-left: 25px;
  padding-right: 15px;
}

.searchDetail__panel#panelDetailOffice .stationSearch__contents,
.searchDetail__panel#panelDetailOffices .stationSearch__contents {
  height: 300px;
  padding-left: 25px;
}

.searchDetail__panel#panelStation .stationSearch {
  float: none;
}

.searchDetail__panel#panelStation .stationSearch:first-child,
.searchDetail__panel#panelStationForsale .stationSearch:first-child,
.searchDetail__panel#panelStationOffices .stationSearch:first-child {
  float: none;
}

.searchDetail__panel#panelStationTokyo .stationSearch {
  float: none;
}

.searchDetail__panel#panelStationTokyo .stationSearch:first-child {
  float: none;
}

.searchDetail__panel#panelStationYokohama .stationSearch {
  float: none;
}

.searchDetail__panel#panelStationYokohama .stationSearch:first-child {
  float: none;
}

.searchDetail__panel#panelStationSale .stationSearch {
  float: none;
}

.searchDetail__panel#panelStationSale .stationSearch:first-child {
  float: none;
}

.searchDetail__panel#panelStationOffice .stationSearch {
  float: none;
}

.searchDetail__panel#panelStationOffice .stationSearch:first-child {
  float: none;
}

.searchDetail__panel.is-narrowDowned {
  transform: translateX(-100%);
  transform: translateX(-100%) translateX(-2px);
}

.searchDetail__item {
  float: right;
  width: 489px;
}

.searchDetail__item:first-child {
  float: left;
}

@media screen and (max-width: 737px) {
  .searchDetail__item .columnDetail:first-of-type .columnDetail__item:first-of-type {
    margin-top: 0;
  }
  .searchDetail__item .columnDetail:last-of-type {
    margin-bottom: 30px;
  }
  .searchDetail__item .columnDetail:last-of-type .columnDetail__item {
    margin-top: 40px;
  }

  .searchDetail__panel#panelDetailOffice .stationSearch__contents,
  .searchDetail__panel#panelDetailOffices .stationSearch__contents {
    height: auto;
  }
}

.searchDetail__btn {
  display: inline-block;
  margin-top: 35px;
  margin-left: 45px;
  color: #039;
  font-weight: 800;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.searchDetail__btn:hover {
  color: #13b0ea;
}

.searchDetail__btn .icon-area01,
.searchDetail__btn .icon-station01 {
  margin-right: 13px;
  font-size: 30px;
  vertical-align: middle;
}

.searchDetail__btn .icon-arrowR {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.searchDetail__reset {
  text-align: right;
  font-weight: bold;
  margin-top: -33px;
  margin-bottom: -30px;
}

.searchDetail__text {
  display: none;
}

.searchDetail .inputBtn--2 li:first-child {
  border-right: 1px solid #ccc;
}

.searchDetail .inputBtn--3 li {
  border-left: 1px solid #ccc;
}

.searchDetail .inputBtn--3 li:first-child {
  border-left: none;
}

.searchDetail .columnDetail--03 {
  margin-top: 30px;
}

#search.page.index .searchDetail .columnDetail--03 {
  margin-top: 40px;
}

@media screen and (max-width: 737px) {
  .searchDetail .columnDetail--03 {
    margin-top: 0;
  }
}

.searchDetail .columnDetail--03 .formHeadline {
  margin-bottom: 0;
}

.searchDetail .columnDetail--03 .columnDetail__item .formCheck {
  -webkit-display: flex;
  display: flex;
  margin-top: 6px;
}


.searchDetail .columnDetail--03 .columnDetail__item .formCheck.formCheck--2 .formCheck__list {
  width: 50%;
}

.searchDetail .columnDetail--03 .columnDetail__item .formCheck.formCheck--3 .formCheck__list {
  width: 33.3333333333%;
}

.searchDetail .columnDetail--03 .columnDetail__item .formCheck.formCheck--4 .formCheck__list {
  width: 25%;
}

.searchDetail .columnDetail--03 .columnDetail__item .formCheck .formCheck__list li {
  float: none !important;
  width: 100% !important;
}

.searchDetail .columnDetail--03 .columnDetail__item .formCheck .formCheck__list li .inputCheck--color + label {
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
}

@media screen and (max-width: 737px) {
  .searchDetail .columnDetail--03 .columnDetail__item .formCheck {
    -webkit-display: block;
    display: block;
  }
  .searchDetail .columnDetail--03 .columnDetail__item .formCheck.formCheck--2 .formCheck__list, .searchDetail .columnDetail--03 .columnDetail__item .formCheck.formCheck--3 .formCheck__list, .searchDetail .columnDetail--03 .columnDetail__item .formCheck.formCheck--4 .formCheck__list {
    width: 100%;
  }
  .searchDetail .columnDetail--03 .columnDetail__item .formCheck .formCheck__list li .inputCheck--color + label {
    font-size: 15px;
    line-height: 17px;
  }
}

@media screen and (max-width: 737px) {
  .searchDetail .columnDetail--03 .columnDetail__item:last-child {
    margin-top: 40px;
  }
}

.searchDetail .columnDetail--full .columnDetail__item .formCheck {
  -webkit-display: flex;
  display: flex;
}

.searchDetail .columnDetail--full .columnDetail__item .formCheck.formCheck--2 .formCheck__list {
  width: 50%;
}

.searchDetail .columnDetail--full .columnDetail__item .formCheck.formCheck--3 .formCheck__list {
  width: 33.3333333333%;
}

.searchDetail .columnDetail--full .columnDetail__item .formCheck.formCheck--4 .formCheck__list {
  width: 25%;
}

.searchDetail .columnDetail--full .columnDetail__item .formCheck .formCheck__list {
  margin-top: 0;
  padding-bottom: 1px;
}

.searchDetail .columnDetail--full .columnDetail__item .formCheck .formCheck__list li {
  float: none !important;
  width: 100% !important;
}

.searchDetail .columnDetail--full .columnDetail__item .formCheck .formCheck__list li .inputCheck--color + label {
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
}

.searchDetail .columnDetail--full .columnDetail__item .formCheck--use {
  -webkit-display: block;
  display: block;
}

.searchDetail .columnDetail--full .columnDetail__item .formCheck--use .formCheck__list li {
  float: left !important;
  width: 50% !important;
}

@media screen and (max-width: 737px) {
  .searchDetail .columnDetail--full .columnDetail__item .formCheck {
    -webkit-display: block;
    display: block;
  }
  .searchDetail .columnDetail--full .columnDetail__item .formCheck.formCheck--2 .formCheck__list, .searchDetail .columnDetail--full .columnDetail__item .formCheck.formCheck--3 .formCheck__list, .searchDetail .columnDetail--full .columnDetail__item .formCheck.formCheck--4 .formCheck__list {
    width: 100%;
  }
  .searchDetail .columnDetail--full .columnDetail__item .formCheck .formCheck__list li .inputCheck--color + label {
    font-size: 15px;
    line-height: 17px;
  }
  .searchDetail .columnDetail--full .columnDetail__item .formCheck--use .formCheck__list li {
    float: none !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 737px) {
  .searchDetail .columnDetail--full .columnDetail__item:last-child {
    margin-top: 40px;
  }
}

.searchDetail .formHeadline {
  font-weight: 800;
}

@media screen and (max-width: 737px) {
  .searchDetail__panel#panelDetail .searchDetail__btn {
    margin-top: 20px;
    margin-left: 0;
  }
  .searchDetail__panel#panelDetail .areaSearch__contents {
    height: auto;
    padding-left: 0;
  }
  .searchDetail__panel#panelDetail .stationSearch__contents {
    height: auto;
    padding-left: 0;
  }
  .searchDetail__panel#panelArea, .searchDetail__panel#panelStation {
    margin-top: 20px;
  }
  .searchDetail__panel#panelStation .stationSearch {
    float: none;
  }
  .searchDetail__panel#panelStation .stationSearch:first-child {
    float: none;
    margin-bottom: 40px;
  }
  .searchDetail__item {
    float: none;
    width: auto;
  }
  .searchDetail__item:first-child {
    float: none;
  }
  .searchDetail__btn {
    margin-top: 30px;
    margin-left: 40px;
  }
  .searchDetail__reset {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
  }
  .searchDetail__text {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    padding-bottom: 15px;
  }
  .searchDetail .formHeadline {
    font-size: 12px;
  }
}

/* searchDetail */
@media screen and (max-width: 737px) {
  #search.index .propertySearch .inputCheck,
  #search.index .propertySearch .inputCheck + label {
    font-size: 15px;
  }
}

#search.index .searchDetail {
  width: 1980px;
}

#search.index .searchDetail__panel {
  width: calc(660px - 2px);
  padding: 0;
  margin-right: 2px;
}

@media screen and (max-width: 737px) {
  #search.index .searchDetail {
    width: auto;
  }
  #search.index .searchDetail__panel {
    width: 100%;
    padding: 0;
    margin-right: 0;
  }
  #search.index .searchDetail .formCheck__list li .inputCheck--color + label {
    font-size: 15px;
  }
}

@media screen and (max-width: 737px) {
  #search.index #panelArea,
  #search.index #panelStation {
    margin-top: 60px;
  }
}

.columnDetail {
  display: -webkit-flex;
  display: flex;
  flex-flow: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
}

.columnDetail:first-child {
  margin-top: 0;
}

.columnDetail__item {
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.columnDetail--00 {
  max-width: 220px;
  -webkit-flex: 0 0 220px;
  flex: 0 0 220px;
}

.columnDetail--00 .columnDetail__item {
  margin-top: 20px;
}

.columnDetail--00 .columnDetail__item:first-child {
  margin-top: 0;
}

.columnDetail--01 .columnDetail__item {
  max-width: 236px;
  -webkit-flex: 0 0 236px;
  flex: 0 0 236px;
}

.columnDetail--01 .columnDetail__item:first-child {
  max-width: 204px;
  -webkit-flex: 0 0 204px;
  flex: 0 0 204px;
}

.columnDetail--02 .columnDetail__item {
  max-width: 304px;
  -webkit-flex: 0 0 304px;
  flex: 0 0 304px;
}

.columnDetail--02 .columnDetail__item:first-child {
  max-width: 136px;
  -webkit-flex: 0 0 136px;
  flex: 0 0 136px;
}

.columnDetail--03 .columnDetail__item {
  max-width: 137px;
  -webkit-flex: 0 0 137px;
  flex: 0 0 137px;
}

.columnDetail--03 .columnDetail__item:first-child {
  max-width: 352px;
  -webkit-flex: 0 0 352px;
  flex: 0 0 352px;
}

.columnDetail--03 .formCheck__list {
  margin-top: 0;
  padding-bottom: 1px;
}

@media screen and (max-width: 737px) {
  .columnDetail {
    margin-top: 0;
  }
  .columnDetail__item {
    margin-top: 30px;
    max-width: none !important;
    -webkit-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
}

/* narrowDown */
.narrowDown {
  padding-top: 80px;
  text-align: center;
}

.narrowDown__headline {
  margin-bottom: 10px;
  font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.narrowDown__text {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}

.narrowDown__btnList {
  margin-top: 60px;
}

.narrowDown__btnList ul {
  margin-left: -35px;
  font-size: 0;
  letter-spacing: -1em;
  word-spacing: -1em;
  text-align: center;
}

.narrowDown__btnList li {
  display: inline-block;
  margin-left: 35px;
  font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}

.narrowDown__btnList li a {
  box-sizing: border-box;
  display: block;
  width: 154px;
  height: 154px;
  padding-top: 37px;
  border-radius: 154px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.narrowDown__btnList li a > i {
  display: block;
  margin-bottom: 10px;
  font-size: 54px;
}

.narrowDown__btnList li a > span {
  font-weight: bold;
}

.narrowDown__btnList li a > span > i {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@media screen and (max-width: 737px) {
  .narrowDown {
    padding-top: 0;
    text-align: left;
  }
  .narrowDown__headline {
    margin-bottom: 5px;
    color: #fff;
  }
  .narrowDown__text {
    color: #fff;
  }
  .narrowDown__btnList {
    margin-top: 20px;
  }
  .narrowDown__btnList ul {
    margin-left: 0;
  }
  .narrowDown__btnList li {
    margin-left: 10px;
  }
  .narrowDown__btnList li:first-of-type {
    margin-left: 0;
  }
  .narrowDown__btnList li a {
    display: block;
    width: 120px;
    height: 120px;
    padding-top: 28px;
    border-radius: 120px;
  }
  .narrowDown__btnList li a > i {
    margin-bottom: 5px;
    font-size: 40px;
  }
  .narrowDown__btnList li a.active {
    background-color: #e9e9f4;
    color: #039;
  }
  .narrowDown__btnList li a.no_active {
    background-color: #fff;
    color: #ccc;
  }
}

/* areaSearch */
.areaSearch__map {
  margin: 0;
  width: 100%;
  height: 0;
  box-sizing: border-box;
  padding-bottom: 102.54%;
  position: relative;
}

.areaSearch__map svg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.areaSearch__headline {
  position: relative;
  margin-top: 25px;
  font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 54px;
}

.areaSearch__headline:before {
  content: "\e917";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: #e6e6e6;
  font-family: 'icomoon' !important;
  font-size: 54px;
}

.areaSearch__headline > span {
  position: relative;
}

.areaSearch__contents {
  position: relative;
  overflow: hidden;
  height: 350px;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 0;
}

.areaSearch__contents:before, .areaSearch__contents:after {
  display: none;
  position: absolute;
  color: #95989A;
  right: 10px;
}

.areaSearch__contents:before {
  content: "⬆︎";
  top: 10px;
}

.areaSearch__contents:after {
  content: "⬇︎";
  bottom: 10px;
}

.areaSearch__contents.is-topArr:before {
  display: block;
}

.areaSearch__contents.is-bottomArr:after {
  display: block;
}

.areaSearch__contents .formCheck__list label {
  padding: 0 0 0 30px;
}

.areaSearch__contents .formCheck__list label span {
  color: #039;
  font-weight: 800;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding: 1px 0;
}

.areaSearch__contents .formCheck__list label span .icon-arrowB {
  transform: rotate(0deg);
}

.areaSearch__contents .formCheck__list label.is-open span .icon-arrowB {
  transform: rotate(180deg);
}

@media screen and (max-width: 737px) {
  .areaSearch__map {
    display: none;
    margin: 0 -20px;
  }
  .areaSearch__headline {
    color: #fff;
    margin: 48px 0 10px;
  }
  .areaSearch__headline:before {
    color: #999;
  }
  .areaSearch__contents {
    height: auto;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .areaSearch__contents .formCheck__list label span {
    font-size: 15px;
  }
}

.stationSearch {
  width: 455px;
  margin-right: auto;
  margin-left: auto;
}

.stationSearch__headline {
  position: relative;
  margin-top: 25px;
  font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 54px;
}

.stationSearch__headline:before {
  content: "\e918";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: #e6e6e6;
  font-family: 'icomoon' !important;
  font-size: 54px;
}

.stationSearch__headline > span {
  position: relative;
}

.stationSearch__contents {
  position: relative;
  overflow: hidden;
  height: 330px;
  margin-top: 0;
  padding-right: 15px;
}

.stationSearch__contents:before, .stationSearch__contents:after {
  display: none;
  position: absolute;
  color: #95989A;
  right: 10px;
}

.stationSearch__contents:before {
  content: "⬆︎";
  top: 10px;
}

.stationSearch__contents:after {
  content: "⬇︎";
  bottom: 10px;
}

.stationSearch__contents.is-topArr:before {
  display: block;
}

.stationSearch__contents.is-bottomArr:after {
  display: block;
}

.stationSearch__panel {
  margin-top: 30px;
}

.stationSearch__panel:first-child {
  margin-top: 0;
}

.stationSearch__suggest {
  display: none;
  margin-top: -1px !important;
  border: solid 1px #ccc;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px 15px;
  position: absolute;
  width: calc(100% - 45px);
  box-sizing: border-box;
  z-index: 1;
}

.stationSearch__suggest > li {
  margin-bottom: 3px;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
}

.stationSearch__suggest > li:hover {
  background-color: #ccd7ea;
}

.stationSearch__list {
  counter-reset: count;
}

.stationSearch__list > li {
  position: relative;
  counter-increment: count;
  margin-top: 30px;
  padding-left: 45px;
}

.stationSearch__list > li:first-child {
  margin-top: 0;
}

.stationSearch__list > li:before {
  box-sizing: border-box;
  content: counter(count);
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  padding-left: 2px;
  border: 1px solid #4d4d4d;
  border-radius: 24px;
  font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
  line-height: 22px;
  text-align: center;
}

.stationSearch__list > li > * {
  margin-top: 10px;
}

.stationSearch__list > li > .input--text {
  display: block;
}

.stationSearch__list > li > .formCheck {
  margin-top: 20px;
}

@media screen and (max-width: 737px) {
  .stationSearch {
    width: auto;
  }
  .stationSearch__headline {
    color: #fff;
    margin: 48px 0 10px;
  }
  .stationSearch__headline:before {
    color: #999;
  }
  .stationSearch__contents {
    height: auto;
    padding-right: 0;
  }
  .stationSearch__suggest {
    color: #000;
    width: 100%;
  }
  .stationSearch__suggest > li:hover {
    background-color: #fff;
  }
  .stationSearch__list > li {
    margin-top: 20px;
    padding-left: 40px;
    color: #fff;
  }
  .stationSearch__list > li:first-child {
    margin-top: 0;
  }
  .stationSearch__list > li:before {
    border-color: #fff;
    color: #fff;
  }
}

/* searchBtn */
.searchBtn {
  margin-top: 17px;
}

.searchBtn button {
  display: block;
  width: 120px;
  color: #fff;
  padding: 12px 6px;
  background-color: #003399;
  border-radius: 3px;
  cursor: pointer;
  margin: auto;
  font-weight: 800;
}

.searchBtn button:hover {
  background-color: #033eb5;
}
.searchBtn button:active {
  background-color: #235cd0;
}

@-moz-document url-prefix() {
  .searchBtn button {
    width: 120px;
  }
}

.searchBtn i {
  margin-right: 10px;
}

@media screen and (max-width: 737px) {
  .searchBtn button {
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .searchBtn.formBtn__btn button {
    width: 120px;
  }
}

/* searchWords */
.searchWords {
  margin-top: 20px;
  margin-bottom: 15px;
}

.searchWords ul {
  font-size: 0;
  margin-top: -3px;
  margin-left: -25px;
  letter-spacing: -1em;
  word-spacing: -1em;
}

.searchWords li {
  display: none;
  margin-top: 3px;
  margin-left: 25px;
  color: #808080;
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}

.searchWords button {
  position: relative;
  width: 14px;
  height: 14px;
  margin-top: -3px;
  margin-left: 5px;
  border-radius: 3px;
  background-color: #ccc;
  vertical-align: middle;
  cursor: pointer;
}

.searchWords button:before, .searchWords button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #fff;
}

.searchWords button:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.searchWords button:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* switchView */
.switchView ul {
  font-size: 0;
  letter-spacing: -1em;
  word-spacing: -1em;
}

.switchView li {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}

.switchView li a.is-active:before {
  content: "";
  position: absolute;
  top: 3px;
  width: 15px;
  height: 10px;
  border-radius: 10px;
  background-color: #003894;
}

@-moz-document url-prefix() {
  .switchView li a.is-active:before {
    top: 4px;
  }
  .buy_investment.results .switchView li a.is-active:before {
    top: 3px;
  }
}

.switchView li:first-child:after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 14px;
  margin: 1px 15px 0;
  border-radius: 8px;
  background-color: rgba(0, 56, 148, 0.25);
  vertical-align: -2px;
}

.switchView li:first-child a.is-active:before {
  left: 100%;
  margin-left: 18px;
}

.switchView li:last-child a.is-active:before {
  right: 100%;
  margin-right: 18px;
}

.switchView li a {
  position: relative;
  color: #95989a;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.switchView li a:hover, .switchView li a.is-active {
  color: #003894;
}

.switchView li a.is-active {
  pointer-events: none;
}

@media screen and (max-width: 737px) {
  .switchView li a.is-active:before {
    top: 4px;
  }
  .switchView li:first-child:after {
    vertical-align: -3px;
  }
}

/* mapviewBox */
.mapviewBox {
  position: relative;
  border: 1px solid #ccc;
}

.mapviewBox-none {
  pointer-events: none;
  opacity: .3;
}

.mapviewBox-none .opacity:hover {
  opacity: 1;
}

/* recommend */
.recommend {
  margin-top: 65px;
}

.recommend:first-child {
  margin-top: 0;
}

.recommend__headline {
  font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.recommend__contents {
  margin-top: 20px;
}

.recommend__item {
  margin-top: 20px;
}

.recommend__item:first-child {
  margin-top: 0;
}

.recommend__item a {
  display: block;
}

.recommend__item a .media__figure {
  margin-right: 10px;
}

.recommend__item a .media__figure .recommend__item a .media__figure--rev {
  margin-right: 0;
  margin-left: 10px;
}

.recommend__item a .media__text {
  font-size: 12px;
}

.recommend__item a .link--default {
  width: 100px;
  padding-left: 10px;
}

.recommend__item a .link--default .icon {
  margin-right: -2px;
  margin-left: 7px;
}

.recommend__item a .link--default:before {
  top: 2px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.recommend__item a:hover .media__figure {
  opacity: .7;
}

.recommend__item a:hover .link--default .icon {
  color: #13b0ea;
}

.inputSelect select {
  padding: 8px 15px;
}

@-moz-document url-prefix() {
  .inputSelect select {
    padding: 8px 11px;
  }
}

@media screen and (max-width: 737px) {
  .rent_search_column_wrap {
    padding: 0;
  }
  .rent_search_column_wrap .specialLinkarea {
    padding: 0 20px;
  }
  .rent_search_column_wrap .searchDetail .formBtn__btn {
    display: block;
  }
  .rent_search_column_wrap .searchDetail__item .columnDetail:first-of-type .columnDetail__item:first-of-type {
    margin-top: 30px;
  }
  .rent_search_column_wrap .searchDetail__item .columnDetail:last-of-type {
    margin-bottom: 0;
  }
}

/* viewMap */
.viewMap {
  position: relative;
}

.viewMap > .wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  width: inherit;
  z-index: 99;
}

.viewMap__propertyDetail {
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -23px;
  width: 326px;
  padding: 20px 23px;
  background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 737px) {
  .viewMap {
    overflow: hidden;
  }
  .viewMap > .wrap {
    top: inherit;
    left: 0;
    right: 0;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px -3px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -3px 12px 0px rgba(0, 0, 0, 0.3);
  }
  .viewMap__propertyDetail {
    position: static;
    top: inherit;
    bottom: inherit;
    left: inherit;
    width: 100%;
  }
  .viewMap .propertyDetail--close {
    position: absolute;
    top: -10px;
    right: 5px;
  }
  .viewMap .propertyDetail--close button {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #000;
    cursor: pointer;
  }
  .viewMap .propertyDetail--close button:before, .viewMap .propertyDetail--close button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background-color: #fff;
  }
  .viewMap .propertyDetail--close button:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .viewMap .propertyDetail--close button:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

/* googlemap */
.googlemap {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 63.69%;
}

.googlemap iframe,
.googlemap object,
.googlemap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 737px) {
  .googlemap {
    padding-bottom: 138.1%;
  }
}

/* card */
.card {
  /*display: none;*/
  margin-top: 20px;
}

.card:nth-child(-n+3) {
  display: block;
}

.card:first-child {
  margin-top: 0;
}

.card > a {
  display: block;
  position: relative;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.card > a:before {
  visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.card > a:hover:before {
  visibility: visible;
  background-color: rgba(0, 56, 148, 0.2);
  opacity: 1;
}

.card > a:hover .card__btnDetail {
  visibility: visible;
  opacity: 1;
}

.card__header {
  position: relative;
}

.card__contents {
  padding: 10px 10px 15px;
}

.card__listLabel {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.card__listLabel li {
  float: left;
}

.card__label.labelProperty {
  background-color: #fff;
  padding: 1px 8px;
}

.card__label.labelProperty--new {
  background-color: #ed1c24;
  color: #fff;
}

.card__figure {
  position: relative;
}

.card__figure:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 43px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
}

.card__figure img {
  width: 100%;
  text-align: center;
}

.card__fee {
  position: absolute;
  right: 40px;
  bottom: 5px;
  left: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.card__fee > span {
  font-size: 18px;
}

.card__btnFavorite {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 10;
  text-align: center;
}

.card__btnFavorite .icon {
  box-sizing: border-box;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-top: 10px;
  padding-left: 1px;
  border-radius: 30px;
  background-color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.card__btnFavorite .icon-save02 {
  color: #ed1c24;
}

.card__btnFavorite:hover {
  color: #ed1c24;
}

.card__btnFavorite:hover ::before {
  content: "\e919";
}

.card__btnDetail {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.card__btnDetail .btn--detail {
  width: auto;
  border-color: #fff;
  color: #fff;
}

.card__btnDetail .btn--detail:hover {
  background-color: transparent;
}

.card__headline {
  margin-bottom: 10px;
  color: #003894;
  font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.card__address {
  font-size: 12px;
  line-height: 1.2;
}

.card__address li {
  color: #666;
}

.card__propertyList {
  overflow: hidden;
  margin-top: 15px;
  font-size: 13px;
}

.card__propertyList span {
  font-weight: bold;
}

.card__propertyEq {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 5px;
}

.card__rooms, .card__size {
  float: left;
  width: 50%;
}

.card__date {
  margin-top: 15px;
  color: #999;
  font-size: 13px;
}

.offices .card__rooms, .offices .card__size {
  float: none;
  width: 100%;
}

.viewMap-propertyDetail__loading {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  background: url(/common/images/img-loader.gif) no-repeat center;
}

/* propertyDetail */
@media screen and (max-width: 737px) {
  .propertyDetail-map-pc {
    display: none;
  }
}

.propertyDetail-map-sp {
  display: none;
}

@media screen and (max-width: 737px) {
  .propertyDetail-map-sp {
    position: relative;
    display: block;
    margin-top: 0;
  }
  .propertyDetail-map-sp .table__cell--label {
    text-align: center !important;
    padding: 0 5px;
  }
  .propertyDetail-map-sp .table__cell--floor, .propertyDetail-map-sp .table__cell--rooms, .propertyDetail-map-sp .table__cell--size {
    font-weight: bold;
  }
  .propertyDetail-map-sp .table__cell--rooms {
    width: 10%;
    padding-left: 5px;
  }
  .propertyDetail-map-sp .table__cell--size {
    width: 10%;
  }
  .propertyDetail-map-sp .table__cell--floor {
    width: 10%;
    padding-right: 5px;
  }
  .propertyDetail-map-sp .table__cell--fee {
    width: 70%;
  }
  .propertyDetail-map-sp .table__cell--btn {
    width: 1%;
  }
  .propertyDetail-map-sp .table tbody th, .propertyDetail-map-sp .table tbody td {
    vertical-align: top;
  }
  .propertyDetail-map-sp .table tbody .table__cell--label {
    padding: 12px 5px;
  }
  .propertyDetail-map-sp .table__btnView a {
    width: 100%;
    text-align: left;
    padding: 5px 15px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .propertyDetail-map-sp .media {
    -webkit-display: flex;
    display: flex;
    padding: 12px 4px;
  }
  .propertyDetail-map-sp .media__figure {
    width: 26.2%;
    margin-right: 12px;
    margin-bottom: 0;
  }
  .propertyDetail-map-sp .media__text {
    width: 60%;
  }
  .propertyDetail-map-sp .propertyDetail__listLabel .labelType {
    display: none;
  }
  .propertyDetail-map-sp .propertyDetail__headline {
    margin-bottom: 0;
  }
  .propertyDetail-map-sp .propertyDetail__date {
    margin-top: 0;
  }
  .propertyDetail-map-sp .propertyDetail__contents {
    margin: 0;
  }
}

/* propertyDetailList */
.propertyDetailList {
  margin-top: 57px;
}

@media screen and (max-width: 737px) {
  .propertyDetailList {
    margin-top: 30px;
  }
}

.propertyDetailList .propertyDetail {
  display: none;
}
.propertyDetailList .propertyDetail:nth-child(-n+3) {
  display: block;
}

@media screen and (max-width: 737px) {
  .propertyDetailList .propertyDetail {
    margin-top: 55px;
  }
  .propertyDetailList .propertyDetail:first-of-type {
    margin-top: 0;
  }
}

@media screen and (max-width: 737px) {
  .propertyDetailList .propertyDetail__properties {
    font-size: 12px;
  }
}

.propertyDetailList .propertyDetail-none {
  text-align: center;
}

.propertyDetailList .propertyDetail-none h4 {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}

.new .propertyDetail {
  display: block;
}

.table tbody th {
  padding-left: 10px;
}

.table tbody td:last-child {
  padding-right: 10px;
}

.table__cell--floor {
  width: 95px;
  padding-left: 15px !important;
  white-space: nowrap;
}

.table__cell--fee {
  width: 178px;
}

.table__cell .gross--sp {
  display: none;
}

@media screen and (max-width: 737px) {
  .table {
    margin-top: 0;
  }
  .table thead th, .table thead td, .table tbody th, .table tbody td {
    font-size: 12px;
  }
  .table__cell--fee {
    padding-left: 5px;
    white-space: nowrap;
  }
  .table__cell--floor, .table__cell--size, .table__cell--rooms {
    font-weight: bold;
    background-color: #f2f2f2;
  }
  .table__cell--floor, .table__cell--fee {
    width: auto;
    padding-left: 5px !important;
  }
  .table__cell--size {
    padding-right: 7px;
  }
  .table__cell--btn {
    padding: 12px;
  }
  .table__cell--gross {
    display: none;
  }
  .table__cell .gross--sp {
    display: block;
    color: #000;
    font-weight: normal;
    margin-top: 5px;
  }
  .table .btn--detail {
    color: #039;
    border: none;
  }
  .table tbody .table__cell--fee {
    color: #039;
    font-weight: bold;
  }
}

.rent_tokyo .table tbody tr:hover .table__cell--floor,
.rent_tokyo .table tbody tr:hover .table__cell--rooms,
.rent_tokyo .table tbody tr:hover .table__cell--size, .rent_yokohama .table tbody tr:hover .table__cell--floor,
.rent_yokohama .table tbody tr:hover .table__cell--rooms,
.rent_yokohama .table tbody tr:hover .table__cell--size, .buy_forsale .table tbody tr:hover .table__cell--floor,
.buy_forsale .table tbody tr:hover .table__cell--rooms,
.buy_forsale .table tbody tr:hover .table__cell--size, .buy_investment .table tbody tr:hover .table__cell--floor,
.buy_investment .table tbody tr:hover .table__cell--rooms,
.buy_investment .table tbody tr:hover .table__cell--size {
  background-color: #c1ccdf;
}

@media screen and (max-width: 737px) {
  .rent_tokyo .table__cell--label, .rent_yokohama .table__cell--label, .buy_forsale .table__cell--label, .buy_investment .table__cell--label {
    text-align: center !important;
    width: 58px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .rent_tokyo .table__cell--floor, .rent_yokohama .table__cell--floor, .buy_forsale .table__cell--floor, .buy_investment .table__cell--floor {
    width: 50px;
    padding-left: 10px !important;
  }
  .rent_tokyo .table__cell--rooms, .rent_yokohama .table__cell--rooms, .buy_forsale .table__cell--rooms, .buy_investment .table__cell--rooms {
    width: 5%;
  }
  .rent_tokyo .table__cell--size, .rent_yokohama .table__cell--size, .buy_forsale .table__cell--size, .buy_investment .table__cell--size {
    width: 5%;
    padding-right: 10px !important;
  }
  .rent_tokyo .table__cell--fee, .rent_yokohama .table__cell--fee, .buy_forsale .table__cell--fee, .buy_investment .table__cell--fee {
    width: 25%;
    padding-left: 10px !important;
  }
}

.buy_forsale .table.table--land .table__cell--size {
  width: 257px;
}

.buy_forsale .table.table--land .table__cell--fee {
  width: 178px;
}

.buy_forsale .table.table--land tbody tr:hover .table__cell--size {
  background-color: #c1ccdf;
}

@media screen and (max-width: 737px) {
  .buy_forsale .table.table--land .table__cell--label {
    width: 10px;
  }
  .buy_forsale .table.table--land .table__cell--size {
    padding-left: 10px;
    width: 50%;
  }
  .buy_forsale .table.table--land .table__cell--fee {
    padding-left: 10px;
    width: 30%;
  }
}

@media screen and (max-width: 737px) {
  .buy_investment .table__cell--floor {
    width: 60px;
  }
  .buy_investment .table__cell--fee {
    width: 40%;
  }
}

.offices .table tbody tr:nth-child(odd) th {
  border-bottom: none;
}

@media screen and (max-width: 737px) {
  .offices .table__cell--label {
    padding-left: 5px !important;
  }
  .offices .table__cell--floor, .offices .table__cell--fee, .offices .table__cell--date {
    padding-left: 10px !important;
  }
}

#search.offices .table tbody:hover {
  background-color: #ccd7ea;
}

#search.offices .table tbody:hover .table__cell--floor, #search.offices .table tbody:hover .table__cell--size {
  background-color: #c1ccdf;
}

#search_special.offices .table tbody tr:hover .table__cell--floor, #search_special.offices .table tbody tr:hover .table__cell--rooms, #search_special.offices .table tbody tr:hover .table__cell--size {
  background-color: #c1ccdf;
}

@media screen and (max-width: 737px) {
  #search.results .table__cell--favorite, #search.new .table__cell--favorite, #search.map .table__cell--favorite {
    display: none;
  }
}

@media screen and (max-width: 737px) {
  #search.results.rent_tokyo .table__cell--floor, #search.results.rent_yokohama .table__cell--floor, #search.results.buy_forsale .table__cell--floor, #search.new.rent_tokyo .table__cell--floor, #search.new.rent_yokohama .table__cell--floor, #search.new.buy_forsale .table__cell--floor, #search.map.rent_tokyo .table__cell--floor, #search.map.rent_yokohama .table__cell--floor, #search.map.buy_forsale .table__cell--floor {
    width: 20%;
  }
  #search.results.rent_tokyo .table__cell--rooms, #search.results.rent_tokyo .table__cell--size, #search.results.rent_yokohama .table__cell--rooms, #search.results.rent_yokohama .table__cell--size, #search.results.buy_forsale .table__cell--rooms, #search.results.buy_forsale .table__cell--size, #search.new.rent_tokyo .table__cell--rooms, #search.new.rent_tokyo .table__cell--size, #search.new.rent_yokohama .table__cell--rooms, #search.new.rent_yokohama .table__cell--size, #search.new.buy_forsale .table__cell--rooms, #search.new.buy_forsale .table__cell--size, #search.map.rent_tokyo .table__cell--rooms, #search.map.rent_tokyo .table__cell--size, #search.map.rent_yokohama .table__cell--rooms, #search.map.rent_yokohama .table__cell--size, #search.map.buy_forsale .table__cell--rooms, #search.map.buy_forsale .table__cell--size {
    width: 15%;
  }
  #search.results.rent_tokyo .table__cell--fee, #search.results.rent_yokohama .table__cell--fee, #search.results.buy_forsale .table__cell--fee, #search.new.rent_tokyo .table__cell--fee, #search.new.rent_yokohama .table__cell--fee, #search.new.buy_forsale .table__cell--fee, #search.map.rent_tokyo .table__cell--fee, #search.map.rent_yokohama .table__cell--fee, #search.map.buy_forsale .table__cell--fee {
    width: 30%;
  }
  #search.results.rent_tokyo .table__cell--btn, #search.results.rent_yokohama .table__cell--btn, #search.results.buy_forsale .table__cell--btn, #search.new.rent_tokyo .table__cell--btn, #search.new.rent_yokohama .table__cell--btn, #search.new.buy_forsale .table__cell--btn, #search.map.rent_tokyo .table__cell--btn, #search.map.rent_yokohama .table__cell--btn, #search.map.buy_forsale .table__cell--btn {
    width: 10px;
  }
}

/* viewSelect */
.viewSelect {
  overflow: hidden;
}

.viewSelect-none {
  -ms-pointer-events: none;
  pointer-events: none;
  opacity: .3;
}

.viewSelect-none input, .viewSelect-none select, .viewSelect-none a {
  cursor: default;
  -ms-pointer-events: none;
  pointer-events: none;
}

.viewSelect--map {
  padding-top: 20px;
  padding-bottom: 15px;
}

.viewSelect--map .viewSelect__searchWords {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}

.viewSelect--map .viewSelect__sort {
  margin-left: 25px;
}

.viewSelect--map .viewSelect__sort .unitSort__result {
  margin-top: -1px;
  padding-top: 0;
}

.viewSelect--map .viewSelect__switch {
  float: right;
  padding-top: 0;
}

.viewSelect--map .viewSelect__switch a span:nth-child(2) {
  display: none;
}

.viewSelect__switch {
  float: left;
  padding-top: 31px;
}

.viewSelect__sort {
  float: right;
}

@media screen and (max-width: 737px) {
  .viewSelect__switch {
    float: none;
    padding-top: 0;
    text-align: center;
  }
  .viewSelect__sort {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
  .viewSelect--map .viewSelect__searchWords {
    display: none;
  }
  .viewSelect--map .viewSelect__sort {
    float: left;
    margin-top: 0;
    margin-left: 0;
  }
  .viewSelect--map .viewSelect__sort .unitSort__result {
    margin-top: -1px;
    padding-top: 0;
  }
  .viewSelect--map .viewSelect__switch a span:nth-child(1) {
    display: none;
  }
  .viewSelect--map .viewSelect__switch a span:nth-child(2) {
    display: inline-block;
  }
}

.specialLinkarea {
  margin-top: 60px;
}

.specialLinkarea .specialLinkarea__wrap {
  margin-bottom: 50px;
}

.specialLinkarea .specialLinkarea__wrap > div {
  float: left;
  width: 310px;
  margin-top: 40px;
  margin-left: 40px;
}

.specialLinkarea .specialLinkarea__wrap > div:nth-child(2n+1) {
  margin-left: 0;
}

.specialLinkarea .specialLinkarea__wrap > div:nth-child(-n+2) {
  margin-top: 0;
}

.specialLinkarea .specialLinkarea__wrap figcaption {
  display: block;
}

h5.headline.headline--04.link.link--default.special-title {
  text-align: left;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 737px) {
  .specialLinkarea .specialLinkarea__wrap > div {
    float: none;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
  .specialLinkarea .specialLinkarea__wrap > div:nth-child(-n+2) {
    margin-top: 40px;
  }
  .specialLinkarea .specialLinkarea__wrap > div:first-child {
    margin-top: 0;
  }
  .specialLinkarea .specialLinkarea__wrap > div .column__figure img {
    width: 100%;
  }
}

/* SAVE CRITERIA balloon  */

.searchBtn {
  position: relative;
}
.balloon {
  position: absolute;
  visibility: hidden;
  right: -45px;
  bottom: -2px;
  color: #ed1c24;
  background-color: #fff;
  font-size: 10px;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 0 1px #999;
  transform: scale(1);
  opacity: 1;
}
.balloon.ACTIVE {
  transform: scale(1.1);
  visibility: visible;
  bottom: 30px;
  opacity: 0;
  -webkit-transition: all 1.5s ease-in;
     -moz-transition: all 1.5s ease-in;
      -ms-transition: all 1.5s ease-in;
       -o-transition: all 1.5s ease-in;
          transition: all 1.5s ease-in;
}


/* index */
#index .searchDetail__unit {
  min-height: 490px;
}
@media screen and (max-width: 737px) {
  #index .searchDetail__unit {
    min-height: initial;
    min-height: auto;
  }
}

/*  */
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  background-color: #fff;
  padding: 12px 0px 12px 5px;
  font-size: 12px;
  line-height: 1.6;
  border: #efefef solid 1px;
  height: 180px;
  overflow-y: scroll;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}

@media only screen and (min-width: 979px) {
  .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    width: 280px !important;
  }
}

@media only screen and (max-width: 979px) {
  .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    width: 280px;
  }
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #1c6eed;
  color: #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: normal;
  border-radius: 2px;
  -webkit-transition: all .2s ease;
     -moz-transition: all .2s ease;
      -ms-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
}

a.js-narrowDown {
  text-decoration: none;
}

li.ui-autocomplete-category {
  float: left;
  width: 65px;
  font-weight: bold;
}

li.ui-menu-item {
  padding-left: 65px;
  padding-bottom: 7px;
}