@charset "UTF-8";
/*トップページ */
body section {
  /*買うセクション（サイズ、マージン、ボーダー） */
  /*売るセクション（マージン） */
  /*借りるセクション（マージン、テキストのサイズ） */
  /*おすすめ物件セクション（マージン、パディング、テキストのサイズ、情報の位置） */ }
  body section#buy .two-col.top-col {
    border-bottom: 1px solid white; }
  body section#buy .left-col {
    border-right: 1px solid white; }
  body section#buy a.col {
    color: inherit;
    font-size: 12px;
    height: 50px;
    box-sizing: border-box;
    margin: 0;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    body section#buy a.col i.fa:first-child {
      font-size: 24px; }
  body section#buy a.links.blue-links.open-house {
    margin-top: 5px;
    margin-bottom: 1px; }
  body section#sell a.btn {
    margin: 15px 0; }
  body section#sell .darkRed-text.align-center {
    margin-bottom: 25px; }
  body section#rent {
    margin-bottom: 25px; }
    body section#rent a.links.rent-link {
      height: 50px; }
      body section#rent a.links.rent-link span {
        font-size: 13px; }
      body section#rent a.links.rent-link span.smaller {
        font-size: 11px; }
  body section#recommend .container .bukken-item {
    font-size: 12px;
    margin: 10px 0;
    border: 1px solid #cccccc; }
    body section#recommend .container .bukken-item .bukken-title {
      background-color: #eaedf1;
      position: relative;
      height: 40px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 15px; }
      body section#recommend .container .bukken-item .bukken-title .tag {
        font-size: 10px; }
      body section#recommend .container .bukken-item .bukken-title h2 {
        font-size: 16px;
        margin-left: 10px; }
    body section#recommend .container .bukken-item .bukken-infos {
      padding: 10px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      body section#recommend .container .bukken-item .bukken-infos img {
        height: 60px;
        width: auto; }
      body section#recommend .container .bukken-item .bukken-infos .infos-container .price {
        font-size: 16px;
        color: #ed1c24;
        margin-left: 8px; }
      body section#recommend .container .bukken-item .bukken-infos .infos-container .line {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        body section#recommend .container .bukken-item .bukken-infos .infos-container .line .surface, body section#recommend .container .bukken-item .bukken-infos .infos-container .line .year {
          margin-left: 15px; }
      body section#recommend .container .bukken-item .bukken-infos i.fa {
        color: #cccccc;
        font-size: 14px; }
