@charset "UTF-8";
/* CSS Document */
/* 物件検索結果物件一覧 再検索 */
.search .search_parts, .search_result .search_parts, .search .list_count, .search_result .list_count {
  display: none;
}

.search .nomatch, .search_result .nomatch {
  text-align: center;
}

ul.c-resultContainer-box {
  width: 840px;
}
@media (max-width: 768px) {
  ul.c-resultContainer-box {
    display: block;
  }
}
@media (max-width: 480px) {
  ul.c-resultContainer-box {
    display: block;
  }
}
ul.c-resultContainer-box li {
  width: 300px;
  padding-left: 34px;
  font-size: 15px;
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  ul.c-resultContainer-box li {
    display: block;
    width: 90%;
    padding: 0;
    margin: 0 20px;
  }
  ul.c-resultContainer-box li::after {
    display: none;
  }
}
@media (max-width: 480px) {
  ul.c-resultContainer-box li {
    display: block;
    width: 90%;
    padding: 0;
    margin: 0 20px;
  }
  ul.c-resultContainer-box li::after {
    display: none;
  }
}
ul.c-resultContainer-box li.m-resultBox-col1 {
  padding-left: 0;
}

img.imgposi {
  display: none;
}

/* 再検索モーダル */
form#SPForm {
  width: auto;
}

.serchTbl {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #cccccc;
  margin: 2%;
  width: 96%;
}
.serchTbl th {
  background: #f2f2f2;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
}
.serchTbl td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #cccccc;
  line-height: 1.5;
}

/* お問い合わせ */
.cart {
  width: 960px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .cart {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .cart {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .cart .cart_mode1, .cart .cart_mode2, .cart .cart_mode3 {
    width: 100%;
    box-sizing: border-box;
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .cart .cart_mode1, .cart .cart_mode2, .cart .cart_mode3 {
    width: 100%;
    box-sizing: border-box;
  }
}
.cart table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0;
  width: 100%;
  font-size: 14px;
}
.cart table.inqHead th {
  background: #f2f2f2;
  border: 1px solid #cccccc;
  padding: 8px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
.cart table.inqHead td {
  background: #fff;
  border: 1px solid #cccccc;
  padding: 8px;
  vertical-align: middle;
}
.cart table.inqObjs, .cart table.inqType {
  margin: 0;
}
.cart table.inqObjs th.cell-01 {
  width: 4%;
  text-align: center;
}
.cart table.inqObjs td.cell-02 {
  width: 10%;
}
.cart table.inqObjs td.cell-07 {
  text-align: center;
}
.cart table.inqType td {
  border: none;
}

.anq_required {
  color: #dd0000;
}

/* お客様情報 */
.senddatatable {
  border-top: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.senddatatable th {
  text-align: center;
  font-weight: bold;
  background: #f2f2f2;
  padding: 12px;
  border-bottom: 1px solid #cccccc;
}
.senddatatable td {
  border-bottom: 1px solid #cccccc;
  padding: 20px;
  vertical-align: middle;
}
.senddatatable td.senddata_koumoku {
  font-weight: bold;
  background: #f2f2f2;
  vertical-align: middle;
  width: 220px;
}
@media (max-width: 768px) {
  .senddatatable td.senddata_koumoku {
    width: fit-content;
  }
}
@media (max-width: 480px) {
  .senddatatable td.senddata_koumoku {
    width: fit-content;
  }
}
.senddatatable td input {
  font-size: 15px;
  padding: 4px;
}
.senddatatable td.senddata0 input{
	/*.senddatatable td.senddata1 input*******************************251120*/ 
  width: 60%;
}
.senddatatable td.senddata7 input {
  width: 97%;
}
@media (max-width: 768px) {
  .senddatatable td.senddata7 input {
    width: 85%;
  }
}
@media (max-width: 480px) {
  .senddatatable td.senddata7 input {
    width: 85%;
  }
}
.senddatatable td.senddata16 input, .senddatatable td.senddata17 input {
  width: 60%;
}

/* アンケート */
.anqtable {
  border-top: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.anqtable th {
  text-align: center;
  font-weight: bold;
  background: #f2f2f2;
  padding: 12px;
  border-bottom: 1px solid #cccccc;
}
.anqtable td {
  border-bottom: 1px solid #cccccc;
  padding: 20px;
  vertical-align: middle;
}
.anqtable td.senddata_koumoku {
  font-weight: bold;
  background: #f2f2f2;
  vertical-align: middle;
  width: 220px;
}
@media (max-width: 768px) {
  .anqtable td.senddata_koumoku {
    width: fit-content;
  }
}
@media (max-width: 480px) {
  .anqtable td.senddata_koumoku {
    width: fit-content;
  }
}
.anqtable td.form_11 textarea {
  width: 97%;
}
@media (max-width: 768px) {
  .anqtable td.form_11 textarea {
    width: 85%;
  }
}
@media (max-width: 480px) {
  .anqtable td.form_11 textarea {
    width: 85%;
  }
}

input.submit_confirm_button {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 15px;
  display: block;
  /* background-image: linear-gradient(54deg, #e60000 0%, #e73535 0%, #da1515 100%); */
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  padding: 20px 0;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  border: 3px solid #d00;
  width: 320px;
  padding-left: 38px;
  padding-right: 38px;
  cursor: pointer;
  background-image: url(../arrow-white.gif) , linear-gradient(54deg, #e60000 0%, #e73535 0%, #da1515 100%);
  background-repeat: no-repeat;
  background-position: 94% 50%, 0 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
input.submit_confirm_button:hover {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 15px;
  display: block;
  /* background-image: linear-gradient(54deg, #e60000 0%, #e73535 0%, #da1515 100%); */
  text-decoration: none !important;
  color: #d00 !important;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  padding: 20px 0;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  border: 3px solid #d00;
  width: 320px;
  padding-left: 38px;
  padding-right: 38px;
  cursor: pointer;
  background-image: url(../arrow-red.gif) , none;
  background-repeat: no-repeat;
  background-position: 94% 50%;
}

.shiryouseikyu input.form_submit {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  /* background-image: linear-gradient(54deg, #e60000 0%, #e73535 0%, #da1515 100%); */
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  padding: 20px 0;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  border: 3px solid #d00;
  width: 320px;
  padding-left: 38px;
  padding-right: 38px;
  cursor: pointer;
  background-image: url(../arrow-white.gif) , linear-gradient(54deg, #e60000 0%, #e73535 0%, #da1515 100%);
  background-repeat: no-repeat;
  background-position: 98% 50%, 0 0;
}
.shiryouseikyu input.form_submit:hover {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  /* background-image: linear-gradient(54deg, #e60000 0%, #e73535 0%, #da1515 100%); */
  text-decoration: none !important;
  color: #d00 !important;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  padding: 20px 0;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  border: 3px solid #d00;
  width: 320px;
  padding-left: 38px;
  padding-right: 38px;
  cursor: pointer;
  background-image: url(../arrow-red.gif) , none;
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

@media (max-width: 480px) {
  #form_input_back_js_div {
    position: relative;
    width: 200px;
    margin: 0 auto;
  }
  #form_input_back_js_div::before {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: 20px;
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    margin-left: 3px;
    z-index: 1;
  }
  #form_input_back_js_div::after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: 16px;
    display: block;
    width: 20px;
    height: 20px;
    background: #e73535;
    border-radius: 100px;
  }
}

.form_input_back {
  padding: 4px 8px;
  font-size: 13px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-right: 40px;
  cursor: pointer;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
@media (max-width: 480px) {
  .form_input_back {
    width: 100%;
    display: block;
    margin: 0;
    padding: 10px 20px;
    width: -moz-fit-content;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0px -10px 10px #ccc;
    color: #000;
  }
}

.error {
  border: 2px solid #dd0000;
  color: #dd0000;
  padding: 12px 20px 0;
  margin: 70px 0 16px;
}

.form_btn_coution {
  font-size: 0.88em;
  padding: 16px 36px;
}
.form_btn_coution li {
  list-style-type: disc;
  line-height: 2em;
}

.u-bgGrid._pink {
  background-image: url(../sample/common/img/bg_grid_pink.png);
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .c-telContainer-list {
    display: block;
  }
  .c-telContainer-list li {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .c-telContainer-list {
    display: block;
  }
  .c-telContainer-list li {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */