@charset "UTF-8";
/* 2019 スマホ 修正版 */

@media (max-width: 768px) {
/* ボタン関係 */
  .flat_btn_wrap a, 
  .flat_btn_wrap button {
    padding: 10px 0;
  }
  .flat_btn_wrap 
  .btnitem_rightarrow::before, 
  .flat_btn_wrap .btnitem_mail::before {
    position: inherit;
    left: -10px;
  }
  .form-green-btn .fa-circle:before {
    width: 20px;
    height: 20px;
    right: 10px;
  }
  .form-green-btn .fa-caret-right::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #008a2c;
    background: none;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
  }


/* テーブル関係 */
  .property_sub_table th {
    padding: 0;
    width: 33%;
  }
  .property_detail_talbe tbody th {
    width: 50%;
  }


/* dl 関係 */
  .dl-store dt::before {
    display: none;
  }
  .dl-store dd {
    background: #FFFFFF;
    border: none;
  }
  
/* 問い合わせ件数周り */
  .attention_icon-box li {
    padding-bottom: 5px;
  }
  .cat_icon {
    padding: 4px 6px;
  }
  .cat_icon_wrap li.contact_num {
    float: none;
    display: block;
    margin-top: 5px;
  }
  .contact_num_area {
    justify-content: center;
  }

}
