@charset "UTF-8";
/* ==========================================================================
   modules
   ========================================================================== */
/* m-resultBox
   ========================================================================== */
/*.top_navi{
	background-color: #333;
}

.navi {

    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
	    width: 960px;
	margin: auto;
}

.navi a {

    color: white;

}*/
.search_parts,
.list_count,
form {
  width: 960px;
  margin: auto;
}
@media (max-width: 480px) {
  .search_parts,
  .list_count,
  form {
    width: 100%;
  }
}

.page_title h1,
form#form1,
input[type=submit] {
  display: none;
}

.cart_mode2 div input.form_submit {
  display: inline;
  width: 320px;
  padding: 20px 0;
  font-size: 15px;
}

/* 2018.9.11追加t
   ========================================================================== */
.m-resultBox {
  width: 780px;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
  display: table;
}

.m-resultBox-col1 {
  position: relative;
  width: 128px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .m-resultBox-col1 {
    height: auto;
  }
}
.m-resultBox-col1::after {
  position: absolute;
  top: 15px;
  right: 0;
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #ccc;
}
@media (max-width: 480px) {
  .m-resultBox-col1::after {
    display: none;
  }
}

.m-resultBox-col2 {
  width: 300px;
  padding-left: 34px;
  font-size: 15px;
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}

.m-resultBox-col3 {
  font-size: 15px;
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}

/* m-searchPage
========================================================================== */
.m-searchPage {
  width: 960px;
  height: 60px;
  margin: 0 auto;
  background: url(../../common/img/bg_grid.html);
}

.m-searchPage-page {
  padding: 23px 20px;
}

/* m-estateList
   ========================================================================== */
.m-estateList {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 10px 0;
  border-top: 2px solid #cccccc;
}
@media (max-width: 480px) {
  .m-estateList {
    padding: 0 20px;
    border: none;
  }
}
.m-estateList * {
  box-sizing: border-box;
  line-height: 1;
}
.m-estateList *::before, .m-estateList *::after {
  box-sizing: border-box;
  line-height: 1;
}

.personal_area::after {
  content: "㎡" !important;
}

.m-estateList:first-of-type {
  border-top: none;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  .m-estateList:first-of-type {
    width: 100%;
  }
}

/* .m-estateList-ttl */
.m-estateList-ttl {
  width: 60%;
}
@media (max-width: 480px) {
  .m-estateList-ttl {
    width: 100%;
  }
}

/* .m-estateList-price */
.m-estateList-price {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
}
@media (max-width: 480px) {
  .m-estateList-price {
    width: 100%;
  }
}
.m-estateList-price dt {
  text-align: right;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}
.m-estateList-price dt span {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}
.m-estateList-price dd {
  margin-left: 15px;
  color: #dd0000;
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
}
.m-estateList-price dd span {
  font-size: 16px;
  font-weight: bold;
}

/* .m-estateList-detail */
.m-estateList-detail {
  display: -ms-flexbox;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .m-estateList-detail {
    margin: 10px 0 15px;
  }
}
.m-estateList-detail > li:nth-of-type(2) {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 540px;
}
@media (max-width: 480px) {
  .m-estateList-detail > li:nth-of-type(2) {
    justify-content: flex-start;
  }
}

.m-estateList-btn {
  margin-top: 20px;
}

/* m-estatePic
   ========================================================================== */
.m-estatePic {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.m-estatePic li {
  padding: 2px;
  margin-bottom: 5px;
  background: #fff;
  border: solid 1px #ddd;
}
.m-estatePic li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* ==========================================================================
   components
   ========================================================================== */
/* c-resultContainer
   ========================================================================== */
.c-resultContainer {
  position: relative;
  padding-top: 30px;
  background: url(../../common/img/bg_grid.html);
}
@media (max-width: 480px) {
  .c-resultContainer {
    padding-bottom: 0;
  }
}

.c-resultContainer-txt {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 480px) {
  .c-resultContainer-txt {
    font-size: 16px;
  }
}
.c-resultContainer-txt .c-resultContainer-num {
  font-size: 24px;
  font-weight: bold;
  color: #d00;
}
@media (max-width: 480px) {
  .c-resultContainer-txt .c-resultContainer-num {
    font-size: 20px;
  }
}

.c-resultContainer-box {
  margin: 20px auto;
}
@media (max-width: 480px) {
  .c-resultContainer-box li {
    height: auto !important;
  }
}

.c-resultContainer-btn {
  margin: 0 auto;
}

/* c-searchListContainer
   ========================================================================== */
.c-searchListContainer {
  width: 960px;
  margin: 0 auto 55px;
}


@media (max-width: 480px) {
  .sp-none {
    display: none;
  }
}

.pc-none {
  display: none;
  border: none;
}
@media (max-width: 480px) {
  .pc-none {
    display: block;
  }
  .pc-none .m-estateList-checkbox {
    width: 100%;
    padding: 10px;
    background-color: #f2f2f2;
  }
  .pc-none .m-estateList-detail {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 10px;
  }
  .pc-none .m-estateList-detail .m-estateList-img img {
    width: 100%;
    height: auto;
  }
  .pc-none .m-estateList-detail .m-estateList-description ul li {
    margin-bottom: 10px;
  }
  .pc-none .m-estateList-detail .m-estateList-description ul .m-mainTtl-ttl {
    font-size: 20px;
  }
  .pc-none .m-estateList-detail .m-estateList-description ul .m-estateList-price {
    color: #d00;
    display: block;
  }
  .pc-none .m-estateList-detail .m-estateList-description ul .m-estateList-price span {
    font-size: 20px;
    font-weight: bold;
  }
  .pc-none .m-estateList-detail .m-estateList-description div {
    display: flex;
    justify-content: right;
  }
  .pc-none .m-estateList-detail .m-estateList-description div .p-btn.-arrow {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    padding: 0;
    padding: 5px 25px 5px 5px;
  }
  .pc-none .m-estateList-detail .m-estateList-description div .p-btn.-arrow::before {
    right: 5px;
    top: calc(50% - 10px);
  }
}

.search_result br {
  display: none;
}
.search_result .pc-none {
  display: none;
}
.search_result .checkbox_seikyu {
  width: 100%;
  background-color: #E8E8E8;
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .search_result .checkbox_seikyu {
    margin: 0;
  }
}
.search_result .checkbox_seikyu label {
  display: flex;
  align-items: center;
}
.search_result .checkbox_seikyu label p {
  margin-left: 10px;
}
.search_result .m-mainTtl.-estateList .m-mainTtl-ttl {
  padding-left: 0;
}
@media (max-width: 480px) {
  .search_result .sp-none {
    display: none;
  }
  .search_result .pc-none {
    display: block;
  }
  .search_result .m-estateList-detail {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 15px;
  }
  .search_result .m-estateList-detail li .m-estatePic {
    grid-template-columns: 1fr;
  }
  .search_result .m-estateList-detail li .m-estatePic li {
    padding: 0;
    border: none;
  }
  .search_result .m-estateList-detail li .m-estateList-detail-name {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .search_result .m-estateList-detail li .m-estateList-detail-price {
    color: #d00;
    font-size: 14px;
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
  }
  .search_result .m-estateList-detail li .m-estateList-detail-price dd,
  .search_result .m-estateList-detail li .m-estateList-detail-price dt {
    width: -moz-fit-content;
    width: fit-content;
  }
  .search_result .m-estateList-detail li .m-estateList-detail-price dd {
    font-size: 20px;
    font-weight: bold;
  }
  .search_result .m-estateList-detail li .m-commonTable {
    display: flex;
    flex-direction: column;
  }
  .search_result .m-estateList-detail li .m-commonTable li {
    border: none;
  }
  .search_result .m-estateList-detail li .m-commonTable li:first-child {
    order: 2;
  }
  .search_result .m-estateList-detail li .m-commonTable li > dl dd,
  .search_result .m-estateList-detail li .m-commonTable li > dl dt {
    padding: 0;
    font-size: 11px;
    background: none;
    font-weight: normal;
    line-height: 1.45;
  }
  .search_result .m-estateList-detail li .m-commonTable li > dl dt {
    position: relative;
    width: 67px;
    padding-right: 8px;
    font-feature-settings: "palt";
    white-space: nowrap;
  }
  .search_result .m-estateList-detail li .m-commonTable li > dl dt::before {
    content: ":";
    position: absolute;
    right: 2px;
    top: calc(50% - 1px);
    line-height: 0;
  }
  .search_result .m-estateList-detail li a {
    padding: 5px 20px 5px 5px;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    margin: 20px 0 0 auto;
    position: relative;
  }
  .search_result .m-estateList-detail li a::before {
    content: "";
    background: none;
    width: 9px;
    height: 9px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(315deg);
    position: absolute;
    top: 31%;
    right: 7px;
  }
}

.request01 {
  margin-bottom: 5px;
  background: url(https://27.rims-web.com/id/reprice1_sp/file/img/c_article_bg01.gif) no-repeat 14px bottom;
  background-size: auto;
  background-size: 12px 10px;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 480px) {
  .request01 {
    width: 90%;
    margin: 10px auto 5px;
    background-position-x: 12px;
  }
}
.request01 .clearfix {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 480px) {
  .request01 .clearfix {
    flex-direction: column;
    gap: 0;
  }
}
.request01 .clearfix #seikyu {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.request01 .clearfix .red02 {
  width: -moz-fit-content;
  width: fit-content;
}
.request01 dl {
  background: #ffd9d9;
  padding: 10px;
}
.request01 dl dt {
  text-align: center;
}
@media (max-width: 480px) {
  .request01 dl dt {
    padding-bottom: 8px;
  }
}
.request01 dl dt span {
  display: inline-block;
  padding: 1px 0 0 21px;
  background: url(https://27.rims-web.com/id/reprice1/img/c_article_mark01.gif) no-repeat left center;
  background-size: 16px 17px;
}
.request01 dl dd {
  float: left;
  width: 50%;
  text-align: right;
}
.request01 dl dd img {
  margin-right: 5px;
}
.request01 dl dd:last-child {
  text-align: left;
}
.request01 dl dd:last-child img {
  margin-left: 5px;
}
.request01 dl.clearfix img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .search_parts_bottom {
    width: calc(100% - 40px);
    margin: 0 auto 20px;
  }
  .search_parts_bottom > form:nth-child(1) > span:nth-child(4) {
    display: block;
    margin: 10px 0;
  }
}

.toggle-section {
  display: none;
}

@media (max-width: 480px) {
  .right .toggle-section {
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    border: 1px solid #000;
    border-radius: 4px;
    font-weight: bold;
    font-size: 15px;
    transition: all 0.3s ease;
  }
  .right .toggle-section a {
    display: block;
    width: 100%;
    padding: 15px 20px;
  }
  .right .toggle-section::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(315deg);
    top: calc(50% - 5px);
    right: 15px;
  }
  .right .area_search_content {
    max-height: 0;
    /* 初期状態で高さを0に設定 */
    overflow: hidden;
    /* 内容がはみ出さないようにする */
    transition: max-height 0.3s ease-out;
    /* アニメーションの設定 */
  }
  .right .area_search_content .area_search {
    margin-top: 20px;
  }
  .right .active {
    max-height: 720px;
    /* 任意の適切な高さに設定 */
  }
}/*# sourceMappingURL=index2.css.map */