@charset "UTF-8";
a {
  color: #333;
  text-decoration: none;
}
body {
  overflow-x: hidden;
}
.contents {
  margin: 0 0 100px;
}
.breadcrumb li {
  display: inline;
}
.top_tit h1 {
  font-size: 28px;
  text-align: left;
  margin: 0;
  padding-bottom: 50px;
}
.top_tit .lead {
  font-size: 16px;
  margin: 0 0 40px;
}
.top_tit .breadcrumb {
  font-size: 12px;
  padding: 25px 0 30px;
}
.top_tit .breadcrumb a {
  color: #333;
  text-decoration: underline;
}
.top_tit .breadcrumb li + li::before {
  content: "\f105";
  color: #CCC;
  font-family: FontAwesome;
  padding-right: .6em;
}
.ico_cat {
  color: #FFF;
  font-size: 10px;
  display: inline-block;
  padding: 2px 10px;
}
.ico_cat.soko {
  background: #339fb9;
}
.ico_cat.kojo {
  background: #438dbc;
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.count_num {
  counter-reset: number 0;
}
.count_num li {
  padding: 0 0 0 20px;
  position: relative;
}
.count_num li::before {
  content: counters(number, "-")".";
  counter-increment: number;
  position: absolute;
  top: 0;
  left: 0;
}
.fixed-btn {
  position: fixed;
  top: 50%;
  right: 0;
}
.fixed-btn a {
  color: #fff;
  font-size: 16px;
  background: #f19149;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.fixed-btn a::before {
  content: "";
  width: 23px;
  height: 19px;
  background: url(../img/ico_mail02.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px;
}
@media only screen and (max-width: 600px) {
  .top_tit h1 {
    padding-bottom: 25px;
  }
  .top_tit .lead {
    margin: 0 0 20px;
  }
}
#property_list .property_thumbnail-list {
  display: none !important;
}
/*----------------------------------------------------

　GoogleMaps

----------------------------------------------------*/
#map {
  position: relative;
}
#map .map_list_sp {
  display: none;
}
#map.contents {
  width: 100%;
  margin: 0 !important;
}
#map .map_list_pc {
  height: 100vh;
  background: #FFF;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  position: absolute;
  top: 0;
  right: 0;
}
#map .map_list_pc li {
  border-bottom: solid 1px #EEE;
}
#map .total_hit {
  border-bottom: solid 1px #e5e5e5;
  padding: 10px;
}
#map .property {
  padding: 10px 10px 20px 10px;
}
#map .property.popup {
  background: #FFF;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 15px 20px;
  position: absolute;
  top: 10px;
  left: 10px;
}
#map .property_head {
  margin: 0 0 10px;
}
#map .property_name {
  margin: 0 0 5px;
}
#map .access {
  font-size: 12px;
}
#map .info {
  padding: 0 0 0 10px;
}
#map .info dl {
  margin: 0 0 5px;
}
#map .info dt {
  font-size: 10px;
}
#map .info dd {
  color: #5a5a5a;
  font-size: 12px;
  padding: 0 0 0 10px;
}
#map .info dd.price {
  color: #d43e03;
  font-weight: bold;
}
#map .info dd.price span {
  font-size: 16px;
}
#google-maps {
  position: relative;
  width: 100% !important;
  height: 100vh !important;
  z-index: 0;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 900px) {
  #map {
    position: absolute;
    top: 60px;
    z-index: 0;
  }
  #map.contents {
    margin: 0 !important;
  }
  #map .map_list_pc {
    display: none !important;
  }
  #map .map_list_sp {
    width: 100%;
    background: #FFF;
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #map .map_list li:nth-child(n + 2) {
    display: none;
  }
  #map .property.popup {
    display: none;
  }
  #map .property_head {
    margin: 0 0 10px;
  }
  #map .property_name {
    margin: 0 0 5px;
  }
  #map .category {
    color: #FFF;
    font-size: 10px;
    display: inline-block;
    padding: 2px 10px;
  }
  #map .category.souko {
    background: #000;
  }
  #map .access {
    font-size: 12px;
  }
  #map .info {
    padding: 0 0 0 10px;
  }
  #map .info dl {
    margin: 0 0 5px;
  }
  #map .info dt {
    font-size: 10px;
  }
  #map .info dd {
    color: #5a5a5a;
    font-size: 12px;
    padding: 0 0 0 10px;
  }
  #map .info dd.price {
    color: #d43e03;
    font-weight: bold;
  }
  #map .info dd.price span {
    font-size: 16px;
  }
}
/*----------------------------------------------------

　保存した検索条件

----------------------------------------------------*/
.condition_box {
  margin: 20px 0;
}
.condition_head {
  color: #FFF;
  background: #24a491;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 10px 15px;
}
.condition_head .regist {
  font-size: 18px;
}
.condition_head .delete_btn a {
  color: #FFF;
}
.condition_head .delete_btn a::after {
  content: "×";
  margin: 0 0 0 5px;
}
.condition_body {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.condition_box dl {
  display: table;
  margin: 0 0 10px;
}
.condition_box dl dt, .condition_box dl dd {
  display: table-cell;
}
.condition_box dl dt {
  font-size: 12px;
  width: 100px;
  background: #EEE;
  display: table-cell;
  text-align: center;
  padding: 3px;
}
.condition_box dl dd {
  padding: 0 0 0 20px;
}
.condition_box ul li {}
.condition_box ul li.btn_new {
  background: #ce8a4a;
}
.condition_box ul li.btn_search {
  background: #d9c543;
}
.condition_box ul li a {
  color: #FFF;
  font-size: 14px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  padding: 20px;
}
.condition_box ul li:not(:last-child) {
  margin: 0 0 10px;
}
/*----------------------------------------------------

　物件一覧

----------------------------------------------------*/
#property_list .h1_ttl_box {
  font-size: 22px;
  background: #FFF;
  border-top: solid 2px #24a491;
  -moz-box-shadow: 0px 0px 10px 0px rgba(137, 136, 136, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(137, 136, 136, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(137, 136, 136, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(137, 136, 136, 0.2);
  margin: 0 0 20px;
  padding: 10px;
}
#property_list {
  margin: 0 0 100px;
}
#property_list .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#property_list .main {
  width: 79%;
}
#property_list .side {
  width: 19%;
}
.property_slider li {
  overflow: hidden;
  text-align: center;
}
.property_slider li a {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.property_slider > .slick-list li img {
  max-width: 180px !important;
  max-height: 180px;
  object-fit: contain;
}
.property_slider .slick-dots {
  max-width: 180px !important;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: static !important;
}
.property_slider .slick-dots li {
  width: auto !important;
  height: auto !important;
  display: block;
  margin: 0 !important;
}
.property_slider .slick-dots li.slick-active img {
  border: solid 2px #24a491;
}
.property_slider .slick-dots li img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.property_slider .slick-dots li:nth-child(n + 5) {
  display: none !important;
}
.side_search {
  border: solid 1px #CCC;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.05) inset;
  -ms-box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.05) inset;
}
.side_search h3 {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  background: #24a491;
  border: solid 1px #24a491;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.05) inset;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.05) inset;
  -ms-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.05) inset;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.05) inset;
  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -ms-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  padding: 8px 10px;
}
.side_search h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}
.side_search p {
  text-align: center;
}
.side_search p.keyword input, .side_search p.keyword button {
  display: block;
  text-align: center;
  margin: 5px auto;
}
.side_search p.keyword input {
  font-size: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  padding: 4px 8px;
  width: 100%;
}
.side_search p.keyword button {
  color: #FFF;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 1px solid #438dbc;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #438dbc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 70px;
}
.side_area {
  margin: 0 0 30px;
}
.side_area li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 10px;
}
.side_area li:nth-child(odd) {
  background: #f5f5f5;
}
.side_area li:nth-child(even) {
  background: #FFF;
}
.side_area li .btn {
  font-size: 12px;
  background: #FFF;
  border: solid 1px #d9d9d9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.05) inset;
  -ms-box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.05) inset;
  padding: 2px 4px 4px 4px;
}
.btn_areabox {
  border-top: dotted 1px #CCC;
  text-align: center;
}
.btn_areabox a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 0;
}
.side_search .item_area {
  padding: 10px 10px 0 10px;
}
.side_search .item {
  margin: 0 0 20px;
}
.side_search.save_box {
  padding: 20px 10px
}
.side_search.save_box {
  position: relative;
}
.side_search.save_box::before {
  content: "";
  width: 108px;
  height: 31px;
  background: url(../img/arrow04.png) no-repeat;
  display: block;
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
}
.side_search.save_box .btn_save {
  border: solid 1px #CCC;
  -moz-box-shadow: 0px 2px 0px 0px rgba(137, 136, 136, 0.2);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(137, 136, 136, 0.2);
  -ms-box-shadow: 0px 2px 0px 0px rgba(137, 136, 136, 0.2);
  box-shadow: 0px 2px 0px 0px rgba(137, 136, 136, 0.2);
  text-align: center;
  margin: 0 0 10px;
  padding: 10px 0;
}
.side_search.save_box .btn_reset {
  background: #a2a2a2;
  -moz-box-shadow: 0px 2px 0px 0px rgba(137, 136, 136, 1);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(137, 136, 136, 1);
  -ms-box-shadow: 0px 2px 0px 0px rgba(137, 136, 136, 1);
  box-shadow: 0px 2px 0px 0px rgba(137, 136, 136, 1);
  text-align: center;
  padding: 10px 0;
}
.side_search.save_box .btn_reset a {
  color: #FFF;
}
.main_head, .main_foot {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.result_num {
  font-size: 14px;
  font-weight: bold;
}
.result_num .total {
  color: #d56717;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
.result_num span {
  font-weight: normal;
  margin: 0 0 0 10px;
}
.pager li {
  display: inline-block;
}
.pager li:not(:first-child) {
  margin: 0 0 0 5px;
}
.pager .selected span {
  color: #ed6103;
  font-weight: bold;
}
.pager a {
  border: 1px solid #bdc8ca;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  text-decoration: none;
  padding: 2px 6px;
}
.tab_switch {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: solid 4px #2b3941;
}
.main .tab_switch ul {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.main .tab_switch li.map_tab {
  margin: 0 0 0 5px;
}
.sort_select {
  display: none;
}
.tab_switch.btm {
  border-top: solid 4px #2b3941;
  border-bottom: none;
}
.tab_switch .tab li {
  color: #FFF;
  background: #2b3941;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  text-align: center;
  padding: 15px 30px;
}
.tab_switch.btm .tab li {
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.tab_switch .tab li::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/ico_list.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.tab_switch dt, .tab_switch dd {
  display: inline-block;
}
.sort_box {
  background: #f2f2f2;
  display: -webkit-flex;
  display: flex;
  padding: 15px 20px;
}
.sort_box dt {
  width: 15%;
  text-align: center;
}
.sort_box dt span {
  display: inline-block;
  border: solid 2px #000;
  padding: 2px 5px;
}
.sort_box dd ul li {
  display: inline-block;
  margin: 0 0 10px;
}
.sort_box dd ul li::after {
  content: "｜";
  margin: 0 10px;
}
.sort_box dd ul li a {
  text-decoration: underline;
}
.property_box {
  background: #FFF;
  border: solid 1px #CCC;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  display: -webkit-flex;
  display: flex;
  margin: 20px 0;
  position: relative;
}
.property_box::before {
  content: "";
  width: 100%;
  height: 4px;
  background: #787878;
  position: absolute;
  top: 0;
  left: 0;
}
.chk_area {
  background: #f2f2f2;
  padding: 0 10px;
}
.chk_area label {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.chk_area input[type="checkbox"] {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  width: 1.8em;
  height: 1.8em;
  margin: 0;
  border: 2px solid #95989a;
  border-radius: 2px;
  background: #fff;
  font-size: 1em;
  vertical-align: bottom;
  cursor: pointer;
}
.chk_area input[type="checkbox"]:checked {
  border-color: #4ea69a;
  background: #4ea69a url("../img/ico_chk.svg") no-repeat 50% 50%;
  background-size: 1.35em;
}
.detail_box {
  width: 90%;
  box-sizing: border-box;
  padding: 10px 20px;
}
.detail_top {
  font-size: 20px;
  margin: 0 0 10px;
}
.detail_top h2 {
  font-weight: bold;
}
.detail_top .ico_type {
  color: #FFF;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 2px 10px;
}
.warehouse {
  background: #14aa90;
}
.factory {
  background: #1b81c1;
}
.shueki {
  background: #c11b1b;
}
.detail_top .no {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0 10px;
}
.detail_body {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.detail_body .ph {
  width: 23.5%;
}
.property_thumbnail-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.property_thumbnail-list li {
  width: 20%;
}
.property_thumbnail-list li:nth-child(n + 5) {
  display: none;
}
.detail_body .txt_box {
  width: 76.5%;
  box-sizing: border-box;
  padding: 0 0 0 38px;
}
.detail_body table {
  font-size: 16px;
  width: 100%;
  border: solid 1px #CCC;
  border-collapse: collapse;
}
.detail_body th, .detail_body td {
  border: solid 1px #CCC;
  padding: 10px;
}
.detail_body th {
  font-size: 12px;
  font-weight: bold;
  background: #f5f5f5;
}
.btn_area {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 20px 0 0;
}
.btn_area li:not(:first-child) {
  margin: 0 0 0 5px;
}
.btn_area li a {
  color: #FFF;
  font-size: 16px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 20px;
}
.btn_contact a {
  background: #f68c2d;
  -moz-box-shadow: 0px 2px 0px 0px rgba(214, 128, 52, 1);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(214, 128, 52, 1);
  -ms-box-shadow: 0px 2px 0px 0px rgba(214, 128, 52, 1);
  box-shadow: 0px 2px 0px 0px rgba(214, 128, 52, 1);
  padding: 5px 0;
}
.btn_line a {
  background: #00c300;
  -moz-box-shadow: 0px 2px 0px 0px rgba(3, 177, 3, 1);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(3, 177, 3, 1);
  -ms-box-shadow: 0px 2px 0px 0px rgba(3, 177, 3, 1);
  box-shadow: 0px 2px 0px 0px rgba(3, 177, 3, 1);
}
.btn_favorite a {
  color: #333 !important;
  background: #FFF;
  border: solid 1px #CCC;
  -moz-box-shadow: 0px -2px 0px 0px rgba(14, 14, 14, 0.06) inset;
  -webkit-box-shadow: 0px -2px 0px 0px rgba(14, 14, 14, 0.06) inset;
  -ms-box-shadow: 0px -2px 0px 0px rgba(14, 14, 14, 0.06) inset;
  box-shadow: 0px -2px 0px 0px rgba(14, 14, 14, 0.06) inset;
}
.btn_more a {
  background: #24a491;
  -moz-box-shadow: 0px 2px 0px 0px rgba(28, 129, 114, 1);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(28, 129, 114, 1);
  -ms-box-shadow: 0px 2px 0px 0px rgba(28, 129, 114, 1);
  box-shadow: 0px 2px 0px 0px rgba(28, 129, 114, 1);
}
.page_nav {
  display: none;
}
/* ポップアップ */
.pp_area_box, .pp_pref_box {
  width: 1200px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  margin: 20px auto 0;
}
.pp_area_head, .pp_pref_head {
  font-size: 20px;
  background: #2b3941;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 20px;
}
.pp_area_head {
  background: #FFF;
  border-bottom: solid 1px #DDD;
}
.pp_area_head h2 {
  color: #333 !important;
}
.pp_area_head h2, .pp_pref_head h2 {
  color: #FFF;
  font-size: 20px;
}
.pp_area_head .close_btn {
  color: #CCC;
}
.pp_pref_head .close_btn {
  color: #FFF;
}
.pp_area_body > dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pp_area_body > dl > dt {
  width: 33%;
  border-right: solid 1px #EEE;
}
.pp_area_body > dl > dt h3 {
  color: #FFF;
  background: #2b3941;
  padding: 15px 20px;
}
.pp_area_body > dl > dd {
  width: 67%;
  box-sizing: border-box;
  padding: 20px;
}
.pp_area_body > dl > dd ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 20px;
}
.pp_area_body > dl > dd > dl > dt {
  font-size: 18px;
  margin: 0 0 20px;
}
.pp_area_body > dl > dd {
  max-height: 400px;
  overflow-x: scroll;
}
.pp_area_body > dl > dd ul li {
  width: 50%;
  margin: 0 0 20px;
}
.pp_pref_body dl {
  display: table;
}
.pp_pref_body dt, .pp_pref_body dd {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  padding: 25px 20px;
}
.pp_pref_body dt {
  font-weight: bold;
  width: 180px;
  background: #EEE;
  border-bottom: solid 1px #FFF;
  position: relative;
}
.pp_pref_body dt.selected::after {
  content: "選択中";
  color: #24a491;
  font-size: 12px;
  border: solid 1px #24a491;
  display: inline-block;
  padding: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.pp_pref_body ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pp_pref_body ul li {
  margin: 0 20px 0 0;
}
.pp_pref_body ul li span {
  font-size: 10px;
}
.pp_pref_body ul li:last-child {
  margin: 0;
}
.pp_area_btm, .pp_pref_btm {
  background: #FFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: solid 1px #DDD;
  padding: 20px;
}
.pp_area_btm {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pp_pref_btm {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pp_area_btm .result_num, .pp_pref_btm .result_num {
  color: #d56717;
  font-size: 30px;
  font-weight: bold;
}
.pp_area_btm .result_num span, .pp_pref_btm .result_num span {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0 5px;
}
.pp_area_btm ul, .pp_pref_btm ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pp_area_btm .result_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pp_area_btm ul li, .pp_pref_btm ul li {
  margin: 0 0 0 10px;
}
.pp_area_btm .pp_pref_change_btn, .pp_area_btm .pp_reset_btn, .pp_area_btm .pp_send_btn, .pp_pref_btm .pp_reset_btn, .pp_pref_btm .pp_send_btn {
  height: 40px;
  color: #FFF;
  font-size: 14px;
  background: #999999;
  border: none !important;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.pp_area_btm .result_box {
  -ms-flex-order: 2; /*for IE10*/
  -webkit-order: 2; /* for old webkit browser */
  order: 2;
}
.pp_area_btm .pp_pref_change_btn {
  color: #333 !important;
  width: 120px;
  background: #FFF;
  border: solid 1px #EEE !important;
  -moz-box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.05) inset;
  -ms-box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.05) inset;
  -ms-flex-order: 1; /*for IE10*/
  -webkit-order: 1; /* for old webkit browser */
  order: 1;
}
.pp_area_btm .pp_reset_btn, .pp_area_btm .pp_send_btn, .pp_pref_btm .pp_reset_btn, .pp_pref_btm .pp_send_btn {
  width: 110px;
}
.pp_area_btm .pp_pref_change_btn {}
.pp_area_btm ul li .pp_send_btn, .pp_pref_btm ul li .pp_send_btn {
  background: #24a491;
}
@media only screen and (max-width: 980px) {
  .property_slider > .slick-list li img {
    max-width: 100% !important;
    max-height: auto;
  }
  .slick-dots {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .pp_area_box, .pp_pref_box {
    width: 96% !important;
  }
  .pp_area_head, .pp_pref_head {
    padding: 12px 10px;
  }
  .pp_pref_body dl {
    display: block;
  }
  .pp_pref_body dt, .pp_pref_body dd {
    display: block;
    padding: 10px;
  }
  .pp_area_body > dl {
    display: block !important;
  }
  .pp_area_body > dl > dt {
    width: 100%;
  }
  .pp_area_body > dl > dd {
    width: 100%;
  }
  .pp_area_body > dl > dd ul {
    margin: 0;
  }
  .pp_area_btm {
    display: block;
  }
  .pp_area_btm .result_box {
    margin: 0 0 15px;
  }
  .pp_area_btm .pp_pref_change_btn {
    width: 100%;
  }
  .pp_pref_body dt {
    width: 100%;
  }
  .pp_pref_body dd {
    background: #FFF;
  }
  .pp_pref_body ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pp_pref_body ul li {
    width: 50%;
    margin: 0 0 15px;
  }
  .fixed-btn {
    background: rgba(255, 255, 255, 0.8);
    position: -webkit-sticky;
    position: sticky;
    top: inherit;
    bottom: 0;
    padding: 8px 4%;
  }
  .fixed-btn a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    writing-mode: horizontal-tb;
  }
  .fixed-btn a::before {
    margin-right: 4px;
    margin-bottom: 0;
  }
}
/*----------------------------------------------------

　物件詳細

----------------------------------------------------*/
.detail_slider img, .detail_thumbnail-list img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.detail_slider {
  margin: 0 0 20px;
}
.detail_slider .slick-prev {
  left: 10px;
}
.detail_slider .slick-next {
  right: 10px;
}
.detail_thumbnail-list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.detail_thumbnail-list li {
  width: 20%;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 0 10px;
}
#property_detail2 .breadcrumb {
  margin: 20px 0 60px;
}
#property_detail2 .fl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#property_detail2 .ttl_box {
  border-bottom: solid 2px #000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 40px;
  padding: 0 0 15px;
}
#property_detail2 h1 {
  font-size: 24px;
  font-weight: bold;
}
#property_detail2 h1 .ico_type {
  color: #FFF;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  padding: 2px 10px;
}
#property_detail2 h1 .ico_type.souko {
  background: #438dbc;
}
#property_detail2 h1 .ico_type.kojyo {
  background: #24a390;
}
#property_detail2 .p_num {
  color: #9e9e9e;
  font-size: 14px;
}
#property_detail2 .detail_right {
  width: 50%;
}
#property_detail2 .detail_left {
  width: 48%;
}
#property_detail2 .detail_left {
  position: sticky;
}
#property_detail2 .tbl01 {
  width: 100%;
  border: solid 1px #dadada;
  border-collapse: collapse;
}
#property_detail2 h2 {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #2b3941;
  text-align: center;
  padding: 8px 0;
}
#property_detail2 .tbl01 th, #property_detail2 .tbl01 td {
  padding: 10px;
}
#property_detail2 .tbl01 th {
  font-weight: bold;
  width: 18%;
  background: #f4f4f4;
  border-bottom: solid 1px #dadada;
  border-right: dotted 1px #dadada;
}
#property_detail2 .tbl01 td {
  width: 32%;
  border-bottom: solid 1px #dadada;
}
#property_detail2 .tbl01 td.p0 {
  padding: 0 !important;
}
#property_detail2 .tbl02 {
  width: 100%;
  border: none;
}
#property_detail2 .tbl02 th {
  background: #f8f8f8;
}
#property_detail2 .tbl02 tr:last-child th, #property_detail2 .tbl02 tr:last-child td {
  border-bottom: none !important;
}
#property_detail2 .detail_top {
  margin: 0 0 20px;
}
#property_detail2 .detail_top .conversion {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 30px;
}
#property_detail2 .detail_top .tel p {
  font-size: 16px;
}
#property_detail2 .detail_top .tel p span {
  font-size: 12px;
}
#property_detail2 .detail_top .tel a {
  font-size: 22px;
}
#property_detail2 .detail_top .tel a span {
  font-size: 28px;
}
#property_detail2 .detail_top .tel a small {
  font-size: 12px;
  display: block;
}
#property_detail2 .detail_top .conversion .tel {
  width: 50%;
  text-align: center;
}
#property_detail2 .detail_top .conversion .c_btn {
  width: 48%;
  text-align: center;
}
#property_detail2 .detail_top .conversion .c_btn {
  color: #FFF;
}
#property_detail2 .detail_top .conversion .c_btn a {
  color: #FFF;
  font-size: 16px;
  width: 100%;
  height: 100%;
  background: #f19149;
  -moz-box-shadow: 0px 2px 0px 0px rgba(218, 127, 58, 1);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(218, 127, 58, 1);
  -ms-box-shadow: 0px 2px 0px 0px rgba(218, 127, 58, 1);
  box-shadow: 0px 2px 0px 0px rgba(218, 127, 58, 1);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#property_detail2 .detail_top .conversion .c_btn a span::before {
  content: "";
  width: 23px;
  height: 19px;
  background: url(../img/ico_mail02.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.private_btn * {
  font-weight: 600;
  text-align: center;
  font-size: 18px;
}
.private_btn button {
  width: 100%;
  background: #d7000e;
  display: block;
  max-width: 450px;
  border: none;
  box-shadow: 0px 1px 0px 0px rgb(112 0 7);
  padding: 20px 5px;
  color: #fff;
  cursor: pointer;
  margin: 10px auto;
}
.private_btn a {
  margin: 0 auto 20px;
  text-align: center;
  display: block;
}
.private_btn img {
  max-width: 500px;
  width: 100%;
}
#property_detail2 .utility {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#property_detail2 .u_print a::before {
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/ico_print.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#property_detail2 .u_mail a::before {
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/ico_mail.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#property_detail2 .utility > li:first-child::after {
  content: "｜";
  margin: 0 5px;
}
#property_detail2 .utility > li:nth-child(2) {
  margin: 0 20px 0 0;
}
#property_detail2 .map {
  position: relative;
  width: 100%;
  height: 420px;
}
#property_detail2 .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shareList {
  display: flex;
  flex-wrap: wrap;
}
.shareList__item {
  height: 30px;
  line-height: 30px;
  width: 30px;
  margin: 5px 0 0 5px;
  text-align: center;
}
.shareList__link {
  display: block;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
}
.shareList__link::before {
  font-size: 16px;
  display: block;
  transition: ease-in-out .2s;
  border-radius: 5px;
}
.shareList__link:hover::before {
  background: #ffffff;
  transform: scale(1.2);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?ookgoz');
  src: url('../fonts/icomoon.eot?ookgoz#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?ookgoz') format('truetype'), url('../fonts/icomoon.woff?ookgoz') format('woff'), url('../fonts/icomoon.svg?ookgoz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shareList__link.icon-twitter {
  background: #55acee;
}
.shareList__link.icon-twitter:hover::before {
  color: #55acee;
}
.shareList__link.icon-facebook {
  background: #3B5998;
}
.shareList__link.icon-facebook:hover::before {
  color: #3B5998;
}
.shareList__link.icon-google-plus {
  background: #dd4b39;
}
.shareList__link.icon-google-plus:hover::before {
  color: #dd4b39;
}
.shareList__link.icon-hatebu {
  background: #008FDE;
}
.shareList__link.icon-hatebu:hover::before {
  color: #008FDE;
}
.shareList__link.icon-pocket {
  background: #EB4654;
}
.shareList__link.icon-pocket:hover::before {
  color: #EB4654;
}
.shareList__link.icon-rss {
  background: #ff9900;
}
.shareList__link.icon-rss:hover::before {
  color: #ff9900;
}
.shareList__link.icon-feedly {
  background: #6cc655;
}
.shareList__link.icon-feedly:hover::before {
  color: #6cc655;
}
.shareList__link.icon-pinterest {
  background: #cb2027;
}
.shareList__link.icon-pinterest:hover::before {
  color: #cb2027;
}
.shareList__link.icon-linkedin {
  background: #0e76a8;
}
.shareList__link.icon-linkedin:hover::before {
  color: #0e76a8;
}
.shareList__link.icon-line {
  background: #1dcd00;
}
.shareList__link.icon-line:hover::before {
  color: #1dcd00;
}
.icon-line:before {
  content: "\e90a";
}
.icon-feedly:before {
  content: "\e900";
}
.icon-pocket:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-google:before {
  content: "\ea88";
}
.icon-google2:before {
  content: "\ea89";
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-google-plus2:before {
  content: "\ea8c";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-linkedin:before {
  content: "\eaca";
}
.icon-linkedin2:before {
  content: "\eac9";
}
.icon-pinterest:before {
  content: "\ead2";
}
.icon-pinterest2:before {
  content: "\ead1";
}
.icon-hatebu:before {
  content: "\e903";
}
.icon-hatebu2:before {
  content: "\e901";
}
.icon-rss:before {
  content: "\ea9b";
}
.icon-rss2:before {
  content: "\ea9c";
}
/*----------------------------------------------------

　最近チェックした物件

----------------------------------------------------*/
.personal_tab {
  border-bottom: solid 4px #2b3941;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.personal_tab.btm {
  border-top: solid 4px #2b3941;
  border-bottom: none;
}
.personal_tab p {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin: 0 0 5px;
}
.personal_tab ul {
  width: 53.5%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.personal_tab li {
  width: 32%;
  border: solid 2px #CCC;
  border-bottom: none;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  text-align: center;
  padding: 10px 0;
}
.personal_tab.btm li {
  border: solid 2px #CCC;
  border-top: none;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.personal_tab li.selected {
  background: #2b3941;
  border: solid 2px #2b3941;
}
.personal_tab li.selected a {
  color: #FFF;
}
.personal_tab li a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.action {
  background: #f2f2f2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px;
}
.action .chk_box label {
  background: #FFF;
  border: solid 1px #CCC;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-flex;
  display: flex;
  -moz-box-shadow: 0px -2px 0px 0px rgba(241, 241, 241, 1) inset;
  -webkit-box-shadow: 0px -2px 0px 0px rgba(241, 241, 241, 1) inset;
  -ms-box-shadow: 0px -2px 0px 0px rgba(241, 241, 241, 1) inset;
  box-shadow: 0px -2px 0px 0px rgba(241, 241, 241, 1) inset;
  padding: 10px 15px;
}
.action_list, .action_list ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.action_list p.lead {
  color: #ef8220;
  font-weight: bold;
  margin: 0 10px 0 0;
}
.action_list li a {
  width: 100%;
  height: 100%;
  display: block;
}
.action_list li .btn_contact, .action_list li .btn_favorite {
  font-weight: bold;
  width: 164px;
  height: 40px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.action_list li .btn_contact {
  color: #FFF;
  width: 164px;
  height: 40px;
  background: #f68c2d;
  -moz-box-shadow: 0px 2px 0px 0px rgba(214, 128, 52, 1);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(214, 128, 52, 1);
  -ms-box-shadow: 0px 2px 0px 0px rgba(214, 128, 52, 1);
  box-shadow: 0px 2px 0px 0px rgba(214, 128, 52, 1);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.action_list li .btn_favorite {
  color: #999;
  background: #FFF;
  border: solid 1px #CCC;
  -moz-box-shadow: 0px -2px 0px 0px rgba(241, 241, 241, 1) inset;
  -webkit-box-shadow: 0px -2px 0px 0px rgba(241, 241, 241, 1) inset;
  -ms-box-shadow: 0px -2px 0px 0px rgba(241, 241, 241, 1) inset;
  box-shadow: 0px -2px 0px 0px rgba(241, 241, 241, 1) inset;
  margin: 0 0 0 10px;
}
.personal_list {
  margin: 20px 0;
}
.personal_list > li {
  border-bottom: solid 1px #EEE;
  margin: 0 0 30px;
  padding: 0 0 30px;
}
.personal_list li:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.personal_box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.personal_head {
  width: 30%;
  display: -webkit-flex;
  display: flex;
}
.personal_head .chk_box {
  width: 10%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.personal_head .img {
  width: 80%;
}
.personal_head .img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.personal_detail {
  width: 70%;
}
.personal_detail .top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.personal_detail .top .action_list ul {
  display: block;
}
.personal_detail .top .action_list ul li:first-child {
  margin: 0 0 10px;
}
.personal_detail .top .action_list li .btn_favorite {
  margin: 0;
}
.personal_detail .top .ico_type {
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 4px;
  padding: 0 10px;
}
.personal_detail .top .ico_type.souko {
  background: #397db2;
}
.personal_detail .top h1 {
  font-size: 18px;
  margin: 0 0 14px;
}
.personal_detail .top dl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 10px;
}
.personal_detail .top dt {
  font-size: 12px;
  width: 53px;
  background: #eee;
  text-align: center;
  padding: 2px 0;
}
.personal_detail .top dd {
  margin: 0 0 0 10px;
}
.personal_detail .btm table {
  width: 100%;
  border-collapse: collapse;
}
.personal_detail .btm th, .personal_detail .btm td {
  width: 20%;
  border: solid 1px #CCC;
  text-align: center;
  padding: 5px;
}
.personal_detail .btm th {
  background: #f4f4f4;
}
.btm_item {
  display: none;
}
.spec_box {
  display: none;
}
/*----------------------------------------------------

　お知らせ

----------------------------------------------------*/
.news_list li {
  border-bottom: solid 1px #CCC;
  display: -webkit-flex;
  display: flex;
  padding: 20px 0;
}
.news_list li:first-child {
  border-top: solid 1px #CCC;
}
.news_list .news_meta {
  margin: 0 20px 0 0;
}
.news_list time {
  color: #999;
  font-weight: bold;
  display: inline-block;
  margin: 0 40px 0 0;
}
.news_list .news_cat {
  color: #FFF;
  font-size: 12px;
  background: #888;
  display: inline-block;
  padding: 2px 15px;
}
.ttl_area {
  border-bottom: solid 1px #CCC;
  margin: 0 0 70px;
  padding: 0 0 30px;
}
.ttl_area h1 {
  font-size: 28px;
  margin: 0 0 5px;
}
.ttl_area .day {
  color: #999;
  font-size: 12px;
}
.editor {
  word-wrap: break-word;
}
.editor a {
    color: #e86a5f;
    text-decoration: underline;
}
.btn_back {
  text-align: center;
  margin: 60px 0 0;
}
.btn_back a {
  color: #333;
  font-size: 16px;
  text-decoration: none;
  background: #f5f5f5;
  border: solid 2px #EEE;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  padding: 20px 18px;
}
.btn_back a:hover {
  color: #FFF;
  background: #40a592;
}
#pager {
  text-align: center;
  margin: 60px 0 0;
}
#pager li {
  display: inline-block;
}
#pager li.active span {
  color: #FFF;
  background: #EEE;
}
#pager li a, #pager li span {
  color: #333;
  font-size: 14px;
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  border: 1px solid #d9d9d9;
}
/*----------------------------------------------------

　ブログ

----------------------------------------------------*/
#blog .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.blog_tab {
  border-bottom: solid 4px #2b3941;
}
.blog_tab ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.blog_tab li {
  width: 32%;
  text-align: center;
}
.blog_tab li a {
  border: solid 2px #CCC;
  border-bottom: none;
  display: block;
  padding: 10px 0;
}
.blog_tab li.selected a {
  color: #FFF;
  background: #2b3941;
  border: solid 2px #2b3941;
  border-bottom: none;
}
#blog .blog_main {
  width: 77%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
#blog .blog_side {
  width: 20%;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.blog_list > li {
  border-bottom: solid 2px #EEE;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0;
}
.blog_list .img_box {
  width: 17%;
}
.blog_list .img_box img {
  width: 100%;
}
.blog_list .txt_box {
  width: 79%;
}
.blog_list .txt_box h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}
#blog .meta {
  margin: 0 0 10px;
}
#blog .meta li {
  display: inline-block;
}
#blog .meta li:first-child::after {
  content: "｜";
  color: #333;
  margin: 0 10px;
}
#blog .meta .blog_cat {
  color: #ff2600;
}
.blog_side h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
}
.blog_side ul {
  font-size: 12px;
  border-top: solid 1px #EEE;
  margin: 0 0 40px;
}
.blog_side ul li {
  border-bottom: solid 1px #EEE;
  padding: 10px 0;
}
.blog_side .archive {
  position: relative;
}
.blog_side select {
  font-size: 14px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #FFF;
  border: 1px solid #EEE;
  border-radius: 0 !important;
  padding: 10px 0 10px 20px;
}
.blog_side .archive::after {
  content: "▼";
  font-size: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
.blog_head {
  border-bottom: solid 2px #EEE;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.blog_head h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 30px;
}
.blog_body img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/*----------------------------------------------------

　会社概要

----------------------------------------------------*/
#company h2 {
  font-size: 18px;
  font-weight: bold;
  background: #f4f4f4;
  margin: 0 0 24px;
  padding: 10px;
}
#outline table {
  width: 100%;
  border-collapse: collapse;
}
#outline table th, #outline table td {
  border: solid 1px #CCC;
  padding: 30px 20px;
}
#outline table th {
  font-weight: bold;
  background: #f4f4f4;
  vertical-align: top;
}
#greeting {
  margin: 50px 0 0;
}
#greeting .name {
  text-align: right;
}
#idea {
  margin: 50px 0 0;
}
#idea dl {
  display: table;
}
#idea dl:not(:last-child) {
  margin: 0 0 20px;
}
#idea dt, #idea dd {
  display: table-cell;
}
#idea dt {
  font-size: 30px;
  width: 13.6%;
  border-right: solid 1px #000;
  text-align: right;
  vertical-align: middle;
  padding: 0 40px 0 0;
}
#idea dd {
  padding: 0 0 0 40px;
}
/*----------------------------------------------------

　プライバシーポリシー

----------------------------------------------------*/
#privacy h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 50px 0 20px;
}
/*----------------------------------------------------

　お問い合わせ

----------------------------------------------------*/
#inquiry a {
  color: #3fa491;
  text-decoration: underline;
}
#inquiry a:hover {
  text-decoration: none;
}
#inquiry h2 {
  font-size: 18px;
  font-weight: bold;
  border-top: solid 1px #CCC;
  margin: 40px 0 0;
  padding: 20px 0;
}
#inquiry .property_data .item {
  display: table;
  margin: 0 0 24px;
}
#inquiry .property_data .img, #inquiry .property_data .body {
  display: table-cell;
  vertical-align: middle;
}
#inquiry .property_data .img {
  width: 80px;
}
#inquiry .property_data .img img {
  width: 100%;
  height: auto;
}
#inquiry .property_data .body {
  padding: 0 0 0 16px;
}
#inquiry .property_data .title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px;
}
#inquiry .property_data .title .ico_cat {
  margin: 0 5px 0 0;
}
#inquiry .property_data .no {
  margin: 0 0 8px;
}
#inquiry .property_data .no span {
  font-weight: bold;
  margin: 0 0 0 10px;
}
#inquiry .property_data .data li {
  display: inline-block;
  margin: 0 16px 0 0;
}
#inquiry .property_data .data li:last-child {
  margin: 0;
}
#inquiry .property_data .data span {
  font-weight: bold;
}
#inquiry table {
  width: 100%;
  border-collapse: collapse;
}
#inquiry table th, #inquiry table td {
  border: solid 1px #CCC;
  padding: 10px;
}
#inquiry table th {
  width: 24%;
  background: #f4f4f4;
}
#inquiry table td ul {
  display: -webkit-flex;
  display: flex;
  display: flex;
  flex-wrap: wrap;
}
#inquiry table td ul li {
  width: 33.33333%;
  margin: 0 0 20px;
}
#inquiry table td ul li.full {
  width: 100%;
}
.form_tbl01 {
  width: 100%;
  border: solid 1px #dadada;
  border-collapse: collapse;
}
.form_tbl01 th, .form_tbl01 td {
  font-size: 16px;
  padding: 10px 15px;
}
.form_tbl01 th {
  font-weight: bold;
  width: 18%;
  background: #f4f4f4;
  border-bottom: solid 1px #dadada;
  border-right: dotted 1px #dadada;
}
.form_tbl01 td {
  width: 82%;
  border-bottom: solid 1px #dadada;
  vertical-align: middle;
}
.form_tbl01 td small {
  font-size: 12px;
  margin: 0 0 0 10px;
}
.form_tbl01 input[type="text"] {
  width: 600px;
  height: 40px;
}
.form_tbl01 input[type="text"].full {
  width: 100%;
  height: 40px;
}
.form_tbl01 input[type="text"].short {
  width: 320px;
  height: 40px;
}
.form_tbl01 input[type="text"], .form_tbl01 input[type="email"], .form_tbl01 input[type="tel"] {
  width: 600px;
  height: 40px;
}
.form_tbl01 input[type="text"].full {
  width: 100%;
  height: 40px;
}
.form_tbl01 input[type="text"].short {
  width: 320px;
  height: 40px;
}
.form_tbl01 textarea {
  width: 100% !important;
  min-height: 150px;
  line-height: 18px;
  border: 1px solid #cdcfd3;
  padding: 4px;
  box-sizing: border-box;
  vertical-align: top;
}
.form select {
  color: #333;
  width: 60px;
  height: 40px;
  line-height: 1;
  background: #FFF;
  border: 1px solid #cdcfd3;
}
.form select.long {
  width: 140px;
}
#inquiry input[type="text"] {
  width: 600px;
  height: 40px;
  margin: 0 0 0 10px;
}
#inquiry input[type="text"].full {
  width: 100%;
  height: 40px;
  margin: 10px 0 0 0;
}
#inquiry input[type="text"].short {
  width: 320px;
  height: 40px;
  margin: 0 0 0 10px;
}
#inquiry textarea {
  width: 100% !important;
  min-height: 150px;
  line-height: 18px;
  border: 1px solid #cdcfd3;
  padding: 4px;
  box-sizing: border-box;
  vertical-align: top;
}
.form_tbl01 .require {
  padding: 3px 4px;
  color: #fafafa;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 0 0 0 10px;
  line-height: 9px;
  border-radius: 3px;
  zoom: normal;
  background: #c9171e;
}
/*----------------------------------------------------

　エラー

----------------------------------------------------*/
#error_ttl {
  text-align: center !important;
  font-size: 32px !important;
}
#error p {
  margin: 100px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .private_btn a {
    padding: 0;
    width: 92%;
  }
  .private_btn img {
    max-width: 100%;
  }
  .conversion .private_btn a {
    width: 100% !important;
  }
  #inquiry .property_data .img, #inquiry .property_data .body {
    font-size: 13px;
    vertical-align: top;
  }
  #inquiry .property_data .data li {
    display: block;
    margin: 0 0 5px;
  }
  #inquiry .property_data .data li:last-child {
    margin: 0;
  }
  #inquiry .property_data .data span {
    font-weight: bold;
  }
  #inquiry table {
    border-bottom: solid 1px #CCC;
    margin: 0 0 20px;
  }
  #inquiry table th, #inquiry table td {
    width: 100%;
    border-bottom: none;
    display: block;
  }
  #inquiry table td ul li {
    width: 100%;
    display: block;
  }
  #inquiry input[type="text"], #inquiry input[type="text"].full, #inquiry input[type="text"].short {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .form_tbl01 td small {
    display: block;
    margin: 10px 0 0 0;
  }
  .form_tbl01 th, .form_tbl01 td {
    width: 100%;
    display: block;
  }
  .form_tbl01 input[type="text"], .form_tbl01 input[type="text"].full, .form_tbl01 input[type="email"], .form_tbl01 input[type="tel"] {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .form_tbl01 input[type="text"].short {
    width: 80px;
  }
  .formBtn {
    display: block;
    margin: 40px 0 0;
  }
  .formBtn li:not(:last-child) {
    margin: 0 0 20px;
  }
  .formBtn #btn_r, .formBtn #btn_s {
    width: 100%;
  }
}
.form_tbl01 {
  width: 100%;
  border: solid 1px #dadada;
  border-collapse: collapse;
}
.form_tbl01 th, .form_tbl01 td {
  padding: 10px;
}
.form_tbl01 th {
  font-weight: bold;
  width: 18%;
  background: #f4f4f4;
  border-bottom: solid 1px #dadada;
  border-right: dotted 1px #dadada;
}
.form_tbl01 td {
  width: 82%;
  border-bottom: solid 1px #dadada;
}
.form_tbl01 input[type="text"] {
  width: 600px;
  height: 40px;
}
.form_tbl01 input[type="text"].full {
  width: 100%;
  height: 40px;
}
.form_tbl01 input[type="text"].short {
  width: 320px;
  height: 40px;
}
.send_btn {
  text-align: center;
}
.send_btn button {
  color: #FFF;
  font-size: 16px;
  border: solid 1px #3fa491;
  background: #3fa491;
  margin: 20px 0 0;
  padding: 15px 70px;
}
#request h2 {
  color: #FFF;
  font-size: 18px;
  background: #2b3941;
  padding: 10px 15px;
}
#request h2 span::after {
  content: attr(data-item)"";
  color: #FFF;
  font-size: 12px;
  border: solid 1px #FFF;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  padding: 1px 5px;
}
#request p {
  margin: 0 0 10px;
}
#request .option {
  background: #999999;
  cursor: pointer;
  position: relative;
  transition: opacity 0.5s;
}
#request .option:hover {
  opacity: 0.8;
}
#request .option::after {
  content: "▼";
  /*position: absolute;
  top: 10px;
  right: 30px;*/
   padding-left:  15px;
}
#request .option.selected {}
#request .op_tbl {
  display: none;
}
.search_list_sp, .btn_area_sp, .chk_area_sp, .ph_sp {
  display: none;
}
.property_filter {
  display: none;
}
.print-ft {
  display: none;
}
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 900px) {}
@media only screen and (max-width: 600px) {
  .inner {
    width: 96%;
    padding: 0 2% !important;
    margin: auto;
  }
  #outline table th, #outline table td {
    border: none;
    display: block;
    padding: 14px;
  }
  #outline table th {
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
  }
  #idea dt {
    width: 100%;
    border-right: none;
    text-align: center;
    padding: 0 0 10px;
  }
  #idea dt, #idea dd {
    display: block;
  }
  #idea dd {
    padding: 0;
  }
  .private_btn {
    margin: 50px auto;
  }
  .private_btn * {
    font-size: 16px;
  }
  .fixed_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 10000;
  }
  .fixed_btn a {
    position: relative;
    color: #FFF;
    font-size: 16px;
    background: #f19149;
    -moz-box-shadow: 0px 2px 0px 0px rgba(218, 127, 58, 1);
    -webkit-box-shadow: 0px 2px 0px 0px rgb(218 127 58);
    -ms-box-shadow: 0px 2px 0px 0px rgba(218, 127, 58, 1);
    box-shadow: 0px 2px 0px 0px rgb(218 127 58);
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
  }
  .fixed_btn a::before {
    position: absolute;
    left: 4em;
    top: 15px;
    content: "";
    width: 23px;
    height: 19px;
    background: url(../img/ico_mail02.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
  }
  /*----------------------------------------------------

　物件詳細

----------------------------------------------------*/
  #property_detail2 .breadcrumb {
    margin: 20px 0 40px;
  }
  #property_detail2 .fl {
    display: block;
  }
  #property_detail2 .ttl_box {
    display: block;
  }
  #property_detail2 .detail_top {
    display: block;
  }
  #property_detail2 .detail_right {
    width: 100%;
  }
  #property_detail2 .detail_left {
    width: 100%;
  }
  .detail_thumbnail-list {
    display: none;
  }
  #property_detail2 .detail_top .conversion {
    display: block;
  }
  #property_detail2 .detail_top .tel {
    margin: 0 0 10px;
  }
  #property_detail2 .detail_top .tel, #property_detail2 .detail_top .c_btn {
    width: 100% !important;
  }
  #property_detail2 .detail_top .conversion .c_btn a {
    padding: 20px 0;
  }
  #property_detail2 .u_print, #property_detail2 .u_mail {
    width: 50%;
    margin: 0 0 10px;
  }
  #property_detail2 .utility > li {
    text-align: center;
  }
  #property_detail2 .utility > li:first-child {
    border-right: solid 1px #EEE;
  }
  #property_detail2 .utility > li:first-child::after {
    content: none;
    margin: 0;
  }
  #property_detail2 .utility {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #property_detail2 .utility > li:nth-child(2) {
    margin: 0;
  }
  #property_detail2 .utility > li:last-child {
    width: 100% !important;
  }
  #property_detail2 .map {
    position: relative;
    width: 100%;
    height: 420px;
  }
  #property_detail2 .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #property_detail2 table {
    display: block !important;
  }
  .shareList {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .shareList__item {
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin: 5px 0 0 5px;
    text-align: center;
  }
  .shareList__link {
    display: block;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
  }
  .shareList__link::before {
    font-size: 16px;
    display: block;
    transition: ease-in-out .2s;
    border-radius: 5px;
  }
  .shareList__link:hover::before {
    background: #ffffff;
    transform: scale(1.2);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
  }
  @font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?ookgoz');
    src: url('../fonts/icomoon.eot?ookgoz#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?ookgoz') format('truetype'), url('../fonts/icomoon.woff?ookgoz') format('woff'), url('../fonts/icomoon.svg?ookgoz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shareList__link.icon-twitter {
    background: #55acee;
  }
  .shareList__link.icon-twitter:hover::before {
    color: #55acee;
  }
  .shareList__link.icon-facebook {
    background: #3B5998;
  }
  .shareList__link.icon-facebook:hover::before {
    color: #3B5998;
  }
  .shareList__link.icon-google-plus {
    background: #dd4b39;
  }
  .shareList__link.icon-google-plus:hover::before {
    color: #dd4b39;
  }
  .shareList__link.icon-hatebu {
    background: #008FDE;
  }
  .shareList__link.icon-hatebu:hover::before {
    color: #008FDE;
  }
  .shareList__link.icon-pocket {
    background: #EB4654;
  }
  .shareList__link.icon-pocket:hover::before {
    color: #EB4654;
  }
  .shareList__link.icon-rss {
    background: #ff9900;
  }
  .shareList__link.icon-rss:hover::before {
    color: #ff9900;
  }
  .shareList__link.icon-feedly {
    background: #6cc655;
  }
  .shareList__link.icon-feedly:hover::before {
    color: #6cc655;
  }
  .shareList__link.icon-pinterest {
    background: #cb2027;
  }
  .shareList__link.icon-pinterest:hover::before {
    color: #cb2027;
  }
  .shareList__link.icon-linkedin {
    background: #0e76a8;
  }
  .shareList__link.icon-linkedin:hover::before {
    color: #0e76a8;
  }
  .shareList__link.icon-line {
    background: #1dcd00;
  }
  .shareList__link.icon-line:hover::before {
    color: #1dcd00;
  }
  .icon-line:before {
    content: "\e90a";
  }
  .icon-feedly:before {
    content: "\e900";
  }
  .icon-pocket:before {
    content: "\e902";
  }
  .icon-instagram:before {
    content: "\ea92";
  }
  .icon-twitter:before {
    content: "\ea96";
  }
  .icon-youtube:before {
    content: "\ea9d";
  }
  .icon-google:before {
    content: "\ea88";
  }
  .icon-google2:before {
    content: "\ea89";
  }
  .icon-google-plus:before {
    content: "\ea8b";
  }
  .icon-google-plus2:before {
    content: "\ea8c";
  }
  .icon-facebook:before {
    content: "\ea90";
  }
  .icon-facebook2:before {
    content: "\ea91";
  }
  .icon-linkedin:before {
    content: "\eaca";
  }
  .icon-linkedin2:before {
    content: "\eac9";
  }
  .icon-pinterest:before {
    content: "\ead2";
  }
  .icon-pinterest2:before {
    content: "\ead1";
  }
  .icon-hatebu:before {
    content: "\e903";
  }
  .icon-hatebu2:before {
    content: "\e901";
  }
  .icon-rss:before {
    content: "\ea9b";
  }
  .icon-rss2:before {
    content: "\ea9c";
  }
  /* ブログ */
  #blog .inner {
    display: block;
  }
  #blog .blog_main, #blog .blog_side {
    width: 100%;
  }
  #blog .blog_main {
    margin: 0 0 40px;
  }
  .blog_list > li {
    display: block;
  }
  .blog_list .img_box {
    width: 100%;
  }
  .blog_list .img_box img {
    width: 100%;
  }
  .blog_list .txt_box {
    width: 100%;
    margin: 20px 0 0;
  }
  /*----------------------------------------------------

　GoogleMaps

----------------------------------------------------*/
  .detail_top .ico_type {
    color: #FFF;
    font-size: 11px;
    background: #4ea69a;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 2px 10px;
  }
  .bg_gray {
    background: #EEE;
  }
  #property_list .main {
    width: 100%;
  }
  #property_list .side, #property_list table, .property_thumbnail-list {
    display: none;
  }
  .sort_select {
    display: block;
  }
  
  .main_head, .main_foot {
    display: block;
  }
  .sort_box, .tab_switch {
    display: none;
  }
  .pager {
    margin: 20px auto;
  }
  .pager li {
    font-size: 150%;
  }
  .spec_box {
    font-size: 12px;
    display: block;
    margin: 0 0 0 10px;
  }
  .spec_box p {
    margin: 0 0 8px;
  }
  .spec_box p.price {
    color: #e24e3a;
    font-size: 20px;
    font-weight: bold;
  }
  .spec_box dl {
    display: table-row;
  }
  .spec_box dt, .spec_box dd {
    display: table-cell;
  }
  .spec_box dt {
    color: #999;
    padding: 0 10px 0 0;
    font-weight: 600;
    font-size: 90%;
  }
  .detail_box {
    width: 85%;
    box-sizing: border-box;
    padding: 0;
  }
  .detail_top {
    font-size: 14px;
    border-bottom: solid 1px #EEE;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
    padding: 10px;
  }
  .detail_top .no {
    display: block;
  }
  .btn_area {
    display: none;
  }
  .btn_area_sp {
    display: -webkit-flex;
    display: flex;
  }
  .btn_area_sp li {
    background: #d9c543;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .btn_area_sp li a {
    width: 40px;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .btn_area_sp li.btn_line_sp {
    background: #00c300;
    margin: 0 5px 0 0;
  }
  .property_box .chk_area {
    width: 15%;
  }
  .detail_body {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    padding: 0;
  }
  .detail_body .ph, .detail_body .txt_box {
    padding: 10px 0 !important;
  }
  .detail_body .ph {
    width: 20%;
    margin: 0 10px 10px;
  }
  .detail_body .txt_box {
    width: 70%;
  }
  .ph_sp {
    display: block;
  }
  .search_list_sp {
    display: block;
    margin: 20px 0;
  }
  .search_condition {
    background: #FFF;
  }
  .search_condition > ul > li {
    padding: 10px;
  }
  .search_condition > ul > li:first-child {
    border-bottom: solid 1px #EEE;
  }
  .search_condition > ul > li ul li {
    width: 100%;
    margin: 0 0 10px;
  }
  .search_condition > ul > li ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .search_condition > ul > li ul li:first-child {
    margin: 0 0 10px;
  }
  .search_condition dl {
    width: 100%;
    display: table;
  }
  .search_condition dt, .search_condition dd {
    display: table-cell;
  }
  .search_condition dt {
    width: 30%;
    padding: 0 10px 0 0;
  }
  .search_condition dd {
    width: 70%;
  }
  .change_btn {
    color: #299b91;
    border: solid 1px #299b91;
    padding: 3px;
  }
  .chk_area_sp {
    background: #f2f2f2;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 10px;
    margin: 0 10px 0 0;
  }
  /*----------------------------------------------------

　最近チェックした物件

----------------------------------------------------*/
  .personal_tab {
    border-bottom: none;
    display: block;
  }
  .personal_tab.btm {
    border-top: solid 4px #2b3941;
    border-bottom: none;
  }
  .personal_tab.btm ul {
    border-bottom: none;
  }
  .personal_tab p {
    margin: 10px 0;
  }
  .personal_tab ul {
    font-size: 14px;
    width: 100%;
    border-bottom: solid 4px #2b3941;
  }
  .personal_tab li.selected a, .personal_tab li a {
    font-size: 12px;
  }
  .action, .action_list, .action_list ul {
    display: block;
  }
  .action .chk_box label {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .action_list.hidden {
    display: none;
  }
  .personal_box {
    display: block;
  }
  .personal_head {
    width: 100%;
  }
  .personal_detail {
    width: 100%;
  }
  .personal_detail .top {
    display: block;
    margin: 0 0 20px;
  }
  .personal_detail .top .info {
    margin: 0 0 20px;
  }
  .personal_detail .top .btn_contact, .personal_detail .top .btn_favorite {
    width: 100% !important;
  }
  .personal_detail .top dl {
    margin: 0 0 5px;
  }
  .btm_item {
    width: 100%;
    background: rgba(43, 57, 65, 0.8);
    display: block;
    padding: 10px;
    position: fixed;
    bottom: 0;
    z-index: 1;
  }
  .btm_item p {
    color: #FFF;
    text-align: center;
    padding: 0 0 10px;
  }
  .btm_item .btn_contact_btm {
    color: #FFF;
    width: 100%;
    height: 40px;
    background: #f68c2d;
    -moz-box-shadow: 0px 2px 0px 0px rgba(214, 128, 52, 1);
    -webkit-box-shadow: 0px 2px 0px 0px rgba(214, 128, 52, 1);
    -ms-box-shadow: 0px 2px 0px 0px rgba(214, 128, 52, 1);
    box-shadow: 0px 2px 0px 0px rgba(214, 128, 52, 1);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
  }
  .btm_item .btn_favorite_btm {
    color: #999;
    width: 100%;
    height: 40px;
    background: #FFF;
    border: solid 1px #CCC;
    -moz-box-shadow: 0px -2px 0px 0px rgba(241, 241, 241, 1) inset;
    -webkit-box-shadow: 0px -2px 0px 0px rgba(241, 241, 241, 1) inset;
    -ms-box-shadow: 0px -2px 0px 0px rgba(241, 241, 241, 1) inset;
    box-shadow: 0px -2px 0px 0px rgba(241, 241, 241, 1) inset;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
  }
  .btm_item .btn_half {
    display: -webkit-flex;
    display: flex;
  }
  .btm_item .btn_half li {
    width: 50%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    padding: 0 5px;
  }
  /*----------------------------------------------------

　保存した検索条件

----------------------------------------------------*/
  .condition_head {
    margin: 0 0 10px;
  }
  .condition_head .regist {
    font-size: 16px;
  }
  .condition_head .delete_btn a span {
    display: none;
  }
  .condition_body {
    display: block;
  }
  .condition_body .box_left {
    margin: 0 0 20px;
  }
  .condition_box ul li.btn_new {
    background: #ce8a4a;
  }
  .condition_box ul li.btn_search {
    background: #d9c543;
  }
  .condition_box ul li a {
    color: #FFF;
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    padding: 20px;
  }
  .condition_box ul li:not(:last-child) {
    margin: 0 0 10px;
  }
  .property_filter {
    display: block;
  }
  .filter_head {
    color: #FFF;
    background: #299b91;
    text-align: center;
    padding: 15px 0;
  }
  .filter_body {
    background: #EEE;
  }
  .filter_body h2, .pref_filter h2 {
    margin: 0 0 10px;
    padding: 15px 10px 0;
    font-weight: bold;
  }
  .filter_box {
    background: #FFF;
    margin: 0 0 20px;
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  }
  .filter_box .chk_list {
    border-top: solid 1px #CCC;
    overflow: hidden;
  }
  .filter_box .chk_list li {
    width: 50%;
    border-bottom: solid 1px #CCC;
    box-sizing: border-box;
    float: left;
    padding: 10px;
  }
  .filter_box .chk_list li:last-child {
    border-bottom: none;
  }
  .filter_box .chk_list li:nth-child(odd) {
    border-right: solid 1px #CCC;
  }
  .filter_box .radio, .filter_box .select {
    padding: 0 10px 10px;
  }
  .pref_box {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 0 10px;
  }
  .pref_list {
    background: #FFF;
  }
  .pref_list li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .pref_list li:not(:first-child) {
    border-top: solid 1px #CCC;
  }
  .pref_list .chk_box {
    background: #CCC;
    padding: 10px;
  }
  .pref_list .pref_name {
    padding: 0 0 0 10px;
  }
  .pref_list .pref_name span {
    font-size: 10px;
  }
  .search_btn {
    background: #2b3941;
    padding: 10px 0;
  }
  .search_btn a {
    color: #299b91;
    font-size: 18px;
    font-weight: bold;
    width: 90%;
    background: #FFF;
    display: block;
    text-align: center;
    margin: auto;
    padding: 15px 0;
  }
  .form_tbl01 {
    border-bottom: solid 1px #CCC;
    margin: 0 0 20px;
  }
  .form_tbl01 th, .form_tbl01 td {
    width: 100% !important;
    border-bottom: none;
    display: block;
  }
  .form_tbl01 th {
    font-weight: bold;
    width: 18%;
    background: #f4f4f4;
    border-bottom: solid 1px #dadada;
    border-right: dotted 1px #dadada;
  }
  .form_tbl01 td {
    width: 82%;
    border-bottom: solid 1px #dadada;
  }
  .form_tbl01 input[type="text"], .form_tbl01 input[type="text"].full, .form_tbl01 input[type="text"].short {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .form_tbl01 input[type="text"].short {
    width: 30%;
    margin: 10px 0 0 0;
  }
}
/*----------------------------------------------------

　売却・購入

----------------------------------------------------*/
.flowItem h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 2px #009794;
  margin: 0 0 20px;
  padding: 0 0 15px;
}
.flowItem h2 span {
  color: #FFF;
  font-size: 10px;
  background: #009794;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
  padding: 2px 5px;
}
.flowItem {
  font-size: 16px;
  line-height: 1.5;
  background: #f5f5f5;
  padding: 25px 0 32px;
}
.flowItem .inner {
  width: 1000px;
}
.flowBox > li:not(:last-child)::after {
  content: "";
  width: 113px;
  height: 29px;
  background: url("../img/bas/arrow.jpg") no-repeat;
  display: block;
  margin: 30px auto;
}
.flowBox .flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flowBox .flexBox .imgBox {
  width: 29%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.flowBox .flexBox .txtBox {
  width: 68.6%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.flowItem .linkList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
}
.flowItem .linkList > li {
  padding: 0 !important;
}
.flowItem .linkList > li:not(:first-child) {
  margin: 0 0 0 20px;
}
.flowItem .linkList > li a {
  color: #009794;
  width: 270px;
  height: 60px;
  background: #FFF;
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.flowItem .linkList > li a.appraise {
  color: #FFF;
  background: #ce8a4a;
}
.flowItem .linkList > li a::after {
  content: "\f105";
  color: #CCC;
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
.flowItem .linkList > li a.appraise::after {
  color: #FFF;
}
.flowItem .linkList > li a:hover {
  color: #FFF;
  background: #009794;
}
.flowItem .linkList > li a:hover::after {
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .flowItem {
    padding: 25px 20px 32px;
  }
  .flowItem .inner {
    width: 100%;
  }
  .flowBox .flexBox {
    display: block;
  }
  .flowBox .flexBox .imgBox {
    margin: 0 0 10px;
  }
  .flowBox .flexBox .imgBox img {
    width: 100%;
    height: auto;
  }
  .flowBox .flexBox .imgBox, .flowBox .flexBox .txtBox {
    width: 100%;
  }
  .flowItem .linkList {
    display: block;
  }
  .flowItem .linkList > li:not(:first-child) {
    margin: 20px 0 0;
  }
  .flowItem .linkList > li a {
    width: 100%;
  }
  .flowItem .linkList > li a::after {
    content: "\f105";
    color: #CCC;
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
  }
}
/*----------------------------------------------------

　利用規約

----------------------------------------------------*/
#terms .column {
  font-size: 16px;
  margin: 0 0 60px;
}
#terms .column .title {
  font-size: 20px;
  margin: 0 0 20px;
}
#terms .column ol {
  margin: 20px 0 0;
}
/*----------------------------------------------------

　物確FAX

----------------------------------------------------*/
#fax {
  margin: 80px 0 100px;
}
#fax .address {
  font-size: 1.285rem;
  width: 40%;
  display: inline-block;
  border-bottom: solid 1px #000;
  text-align: center;
  position: relative;
}
#fax .address::after {
  content: "御中";
  font-size: 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
#fax .flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 20px;
}
#fax .flexBox .boxLeft {
  font-size: 1.285rem;
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#fax .flexBox .boxRight .date {
  text-align: right;
  margin: 0 0 5px;
}
#fax .flexBox .boxRight .corpInfo {
  border: solid 1px #000;
  padding: 15px 10px;
}
#fax .note {
  margin: 0 0 40px;
}
#fax .note li {
  position: relative;
  padding: 0 0 0 20px;
}
#fax .note li::before {
  content: "◆";
  position: absolute;
  top: 0;
  left: 0;
}
#fax table {
  width: 100%;
  border-collapse: collapse;
}
#fax table th {
  font-weight: bold;
  background: #f5f5f5;
}
#fax table th, #fax table td {
  width: 7.5%;
  border: solid 1px #CCC;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
}
#fax table .w30 {
  width: 20%;
}
#fax .faxBtm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0 0;
}
#fax .faxBtm .faxNum {
  font-size: 1.875rem;
  border-bottom: double 3px #000;
  padding: 0 10px;
}
#fax .faxBtm .faxNum span {
  font-size: 1rem;
  display: inline-block;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 768px) {
  #fax .address {
    width: 100%;
    margin: 0 0 20px;
  }
  #fax .flexBox {
    display: block;
  }
  .scrollTbl {
    overflow: auto;
    white-space: nowrap;
  }
  #fax .flexBox .boxLeft {
    width: 100%;
    margin: 0 0 30px;
  }
  #fax .faxBtm {
    display: block;
  }
}
.all_chk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 30px;
}
.all_chk .chk_area {
  color: #fff;
  background: #787878;
  padding: 0;
}
.all_chk .chk_area span {
  display: inline-block;
  padding: 0 0 0 10px;
}
.all_chk .all_chk_title {
  max-width: 200px;
  background: #787878;
  border-radius: 4px 0 0 4px;
  padding: 20px 20px 20px 12px;
  position: relative;
}
.all_chk .all_chk_title br {
  display: none;
}
.all_chk .all_chk_title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 8px 0 8px;
  border-color: #787878 transparent transparent transparent;
  display: inline-block;
  line-height: 0;
  position: absolute;
  bottom: -11px;
  left: 15px;
}
.all_chk.btm .all_chk_title::after {
  border-style: solid;
  border-width: 0 8px 11px 8px;
  border-color: transparent transparent #787878 transparent;
  top: -11px;
  bottom: inherit;
}
.all_chk .all_chk_body {
  background: #eee;
  border-radius: 0 4px 4px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
.all_chk .btn_area {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .all_chk {
    display: block;
    margin: 40px 0 30px;
  }
  .all_chk .all_chk_title {
    border-radius: 4px 4px 0 0 !important;
    max-width: 100%;
    padding: 10px;
  }
  .all_chk .chk_area span {
    width: 100%;
  }
  .all_chk .all_chk_body {
    width: 100%;
    border-radius: 0 0 4px 4px !important;
    padding: 10px;
  }
  .all_chk .all_chk_body .btn_area {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .all_chk .all_chk_body .btn_area li {
    width: 48.5%;
  }
  .all_chk .all_chk_body .btn_area li a {
    font-size: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 14px 4px;
  }
  .all_chk .all_chk_title br {
    display: block;
  }
  .all_chk.top .all_chk_title::after {
    content: none;
  }
  .all_chk.top .all_chk_body {
    position: relative;
  }
  .all_chk.top .all_chk_body::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 8px 0 8px;
    border-color: #eee transparent transparent transparent;
    display: inline-block;
    line-height: 0;
    position: absolute;
    bottom: -11px;
    left: 15px;
  }
}
/*----------------------------------------------------

　配信登録（information-member）

----------------------------------------------------*/
#info_mem {
  padding: 50px 0 0;
  margin-bottom: 50px;
  position:relative;
}
#info_mem::before {
  content: "";
  display: inline-block;
  position:absolute;
  top:0;
  left: 0;
  background: url("../img/info_mem_img01.png") no-repeat 0 0 / 100%;
  width: 20%;
  max-width: 296px;
  height: 335px;
  z-index: -1;
}
#info_mem::after {
  content: "";
  display: inline-block;
  position:absolute;
  top: 0;
  right: 0;
  background: url("../img/info_mem_img02.png") no-repeat 0 0 / 100%;
  width: 30%;
  max-width: 382px;
  height: 319px;
  z-index: -2;
}
#info_mem p {
  text-align: center;
  font-size: 26px;
  line-height: 1.7;
  font-weight: 800;
  color: #003E5B;
  margin-bottom: 5px;
  margin-right: 70px;
}
@media only screen and (max-width: 768px) {
  #info_mem {
    padding: 150px 0 0;
  }
  #info_mem::before {
    width: 53%;
    max-width: 296px;
    background: url("../img/info_mem_img01_sp.png") no-repeat 0 0 / 100%;
  }
  #info_mem::after {
    width: 50%;
  }
  #info_mem p {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  #informationMember h1 {
    padding-bottom: 0 !important;
  }
  #info_mem {
    padding: 42% 0 0;
    margin-bottom: 20px;
  }
  #info_mem p {
    text-align: left;
    font-size: 18px;
  }
  #info_mem p br {
    display: none;
  }
}