footer #page_top {
  bottom: 65px;
  opacity: 0;
}

#container p {
  line-height: 1.8;
}

#container .banner_area {
  background-color: #ede2d7;
  padding: 40px 0;
}

#container .banner_area .inner {
  width: 1060px;
}

#container .banner_area .inner .img_wrap {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#container .banner_area .inner .img_wrap img {
  width: 520px;
}

#container .banner_area .inner p {
  font-size: 10px;
  color: #575757;
  text-indent: -1em;
  padding-left: 1em;
}

#contents {
  display: block;
  padding: 0;
  width: 100%;
}

#contents .findProperty {
  width: 1060px;
  margin: 107px auto 0;
}

#contents .findProperty h2 {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  pointer-events: none;
}

#contents .findProperty h2:before {
  display: block;
  content: "";
  background-image: url("../images/icon_01.svg");
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

#contents .findProperty ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#contents .findProperty ul li {
  width: 31.5%;
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

#contents .findProperty ul li label {
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #d71e17;
  cursor: pointer;
  border: solid 1px #d71e17;
  height: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#contents .findProperty ul li label.active {
  background-color: #d71e17;
  color: #fff;
}

#contents .findProperty ul li input {
  display: none;
}

#contents .findProperty ul li ul {
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#contents .findProperty ul li ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #d71e17;
  background: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  overflow: hidden;
}

#contents .findProperty ul li ul li a {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border: solid 1px #d71e17;
  border-bottom: solid 2px #d71e17;
  border-top: none;
  color: #d71e17;
  opacity: 0;
}

#contents .findProperty ul li ul li a:hover {
  background-color: #d71e17;
  color: #fff;
}

#contents .findProperty #menu_bar01:checked ~ #links01 li,
#contents .findProperty #menu_bar02:checked ~ #links02 li,
#contents .findProperty #menu_bar03:checked ~ #links03 li {
  height: 60px;
  opacity: 1;
}

#contents .findProperty #menu_bar01:checked ~ #links01 li a,
#contents .findProperty #menu_bar02:checked ~ #links02 li a,
#contents .findProperty #menu_bar03:checked ~ #links03 li a {
  opacity: 1;
}

#contents .findProperty .singleBtn ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contents .findProperty .singleBtn ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 31.5%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #d71e17;
  background: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  overflow: hidden;
  border: solid 1px #d71e17;
  height: 60px;
}

#contents .findProperty .singleBtn ul li a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border-top: none;
  color: #d71e17;
  font-weight: bold;
}

#contents .findProperty .singleBtn ul li a:hover {
  background-color: #d71e17;
  color: #fff;
}

#contents .findProperty .singleBtn ul li a.active {
  background-color: #d71e17;
  color: #fff;
}

#contents .findProperty .singleBtn ul li:nth-of-type(n + 4) {
  margin-top: 30px;
}

#contents .inner {
  width: 1060px;
}

#contents .fastidiousness {
  background-image: url("../images/fastidiousness_bg.svg");
  -moz-background-size: cover;
       background-size: cover;
  background-position: top;
  text-align: center;
  padding-top: 16.27604vw;
  padding-bottom: 100px;
  margin-top: 100px;
}

#contents .fastidiousness .inner {
  width: 1060px;
  margin: auto;
}

#contents .fastidiousness .inner h3 {
  display: inline-block;
  font-size: 30px;
  color: black;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

#contents .fastidiousness .inner h3 span {
  z-index: 1;
  display: block;
  position: relative;
}

#contents .fastidiousness .inner h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 16px;
  background-color: #f2f26f;
  display: block;
  z-index: 0;
}

#contents .fastidiousness .inner ul {
  margin-top: 65px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#contents .fastidiousness .inner ul li {
  width: 33%;
  padding: 35px 0 15px;
}

#contents .fastidiousness .inner ul li img {
  display: block;
  margin: auto;
  margin-bottom: 60px;
}

#contents .fastidiousness .inner ul li p {
  font-size: 16px;
  line-height: 1.7;
}

#contents .fastidiousness .inner ul li + li {
  border-left: solid 1px #727272;
}

#contents .fastidiousness .inner p.bold {
  margin-top: 50px;
  font-size: 20px;
  font-weight: bold;
}

#contents .fastidiousness .inner a {
  display: block;
  margin-top: 30px;
}

#contents #search_list {
  margin-top: 70px;
}

#contents #search_list .search_wrap + .search_wrap {
  margin-top: 107px;
}

#contents #search_list .search_wrap h3 {
  display: block;
  background: none;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  border-bottom: solid 1px #ccc;
  margin-bottom: 60px;
  padding: 22px 0;
  -moz-border-radius: 0;
       border-radius: 0;
}

#contents #search_list .search_wrap .list {
  margin: 0;
  padding: 0;
}

#contents #search_list .search_wrap .list li .box {
  display: block;
}

#contents #search_list .search_wrap .list li .box .box_image {
  position: relative;
  margin: 0;
}

#contents #search_list .search_wrap .list li .box .box_image:after {
  content: "";
  background-image: url("../images/btn.png");
  -moz-background-size: contain;
       background-size: contain;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#contents #search_list .search_wrap .list li .box .box_image .area_tag {
  width: 140px;
  height: 30px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d71e17;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 16px;
}

#contents #search_list .search_wrap .list li .box .box_ttl {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 55px;
}

#contents #search_list .search_wrap .list li .box .box_ttl li {
  padding: 0;
}

#contents #search_list .search_wrap .list li .box .box_ttl li span {
  margin-right: 10px;
  font-size: 18px;
}

#contents #search_list .search_wrap .list li .box .box_ttl li:before {
  content: none;
}

#contents #search_list .search_wrap .list li .box .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

#contents #search_list .search_wrap .list li .box .price span {
  line-height: 1;
}

#contents #search_list .search_wrap .list li .box .price span.tag {
  padding: 10px;
  border: solid 1px #ccc;
  -moz-font-feature-settings: "palt";
       font-feature-settings: "palt";
  margin-right: 15px;
}

#contents #search_list .search_wrap .list li .box .price span.priceBig {
  font-size: 32px;
  line-height: 1;
}

#contents #search_list .search_wrap .list li .box .price span.priceJa {
  font-size: 16px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 5px;
  margin-bottom: 5px;
}

#contents #search_list .search_wrap .list li .box .box_txt {
  margin-top: 12px;
}

#contents #search_list .search_wrap .list li .box .box_txt li span {
  font-size: 16px;
  -moz-font-feature-settings: "palt";
       font-feature-settings: "palt";
}

#contents #search_list .search_wrap .list li .box .box_txt li span:nth-of-type(1) {
  border: none;
  width: auto;
  height: auto;
  display: inline-block;
  font-weight: normal;
  color: #000;
}

#contents #search_list .search_wrap .list li .box .box_txt li span:nth-of-type(2) {
  width: auto;
  padding: 0;
}

#contents #search_list .search_wrap .list li .box .box_txt li + li {
  margin-top: 5px;
}

#contents #search_list .search_wrap .list li .box .text_link {
  text-align: right;
  margin-top: 18px;
  padding: 0 18px;
}

#contents #search_list .search_wrap .list li .box .text_link a {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

#contents #search_list .search_wrap .list li .box .text_link a span {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  width: 15px;
  height: 15px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background-color: #000;
}

#contents #search_list .search_wrap .list li .box .text_link a span:before {
  position: absolute;
  left: 45%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
     -moz-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
}

#contents #search_list .search_wrap .list li .box .text_link a:hover {
  color: #d71e17;
}

#contents #search_list .search_wrap .list li .box .text_link a:hover span {
  background-color: #d71e17;
}

#contents #search_list .search_wrap .list li .box .box_link {
  padding: 0 18px;
}

#contents #search_list .search_wrap .list li .box .box_link a {
  background: none;
  margin-top: 28px;
  background-color: #f7853e;
  position: relative;
}

#contents #search_list .search_wrap .list li .box .box_link a:after {
  position: absolute;
  display: block;
  content: "";
  background-image: url("../images/icon_link.svg");
  width: 16px;
  height: 16px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#contents .search_list_ttl.wide {
  width: 1060px;
  margin: 90px auto 0;
  display: block;
}

#contents .search_list_ttl.wide h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #727272;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 30px;
  margin-bottom: 25px;
}

#contents .search_list_ttl.wide h2 span {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 30px;
}

#contents .search_list_ttl.wide h2:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #727272;
}

#contents .search_list_ttl.wide h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #727272;
}

#contents .search_list_ttl.wide p {
  display: block;
  position: relative;
  font-size: 13px;
  color: #000;
}

#contents .search_list_ttl.wide p.indent {
  text-indent: -1em;
  padding-left: 1em;
}

#contents .search_list_ttl.wide p + p {
  margin-top: 5px;
}

#contents .cate_navi {
  margin: 65px auto;
  text-align: center;
  width: 1060px;
}

#contents .cate_navi h3 {
  display: block;
  font-size: 30px;
  color: #727272;
  font-weight: bold;
  margin-bottom: 20px;
}

footer {
  padding-bottom: 0;
}

footer .footer_logo {
  width: 94%;
  max-width: 917px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer_logo p:first-child {
  margin-right: 5%;
}

footer .foot_link_wrap {
  padding: 25px 20px;
  border-top: 1px solid rgba(153, 111, 104, 0.2);
}

footer .foot_link_wrap .foot_link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer h1 {
  display: block;
  margin: 20px 0;
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 480px) {
  footer .foot_link_wrap .foot_link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer .foot_link_wrap .foot_link li {
  margin-right: 20px;
}

@media screen and (max-width: 480px) {
  footer .foot_link_wrap .foot_link li:nth-child(2) {
    margin-left: 10px;
  }
}

@media screen and (max-width: 480px) {
  footer .foot_link_wrap .foot_link li:nth-child(3) {
    margin-right: 10px;
  }
}

footer .foot_link_wrap .foot_link li.privacy {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  footer .foot_link_wrap .foot_link li.privacy {
    margin-top: 5px;
  }
}

footer .foot_link_wrap .foot_link li.privacy a {
  background: #f6f0ec;
  text-decoration: none;
}

footer .foot_link_wrap .foot_link li a {
  display: block;
  font-size: 14px;
  color: #996e67;
  font-size: 14px;
  padding: 2px 5px;
  text-decoration: underline;
  -webkit-transition: 0.3s all ease-in-out 0s;
  -moz-transition: 0.3s all ease-in-out 0s;
  transition: 0.3s all ease-in-out 0s;
}

body:not(.mobile) footer .foot_link_wrap .foot_link li a:hover {
  color: #fff;
  background: #996e67;
  text-decoration: none;
}

footer .copyright {
  background: #000;
  color: #fff;
  padding: 20px 10px;
}

footer .copyright address {
  text-align: center;
  font-style: normal;
  font-size: 12px;
}

@media screen and (max-width: 480px) {
  footer .copyright {
    padding: 10px 10px;
  }
  footer .copyright address {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  footer .footer_logo {
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  footer .footer_logo {
    padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  #container * {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #container p {
    line-height: 1.8;
  }
  #container .cp_main h2 {
    padding-top: 9.11458vw;
  }
  #container .banner_area {
    background-color: #ede2d7;
    padding: 8.46354vw 3.90625vw 9.76562vw;
  }
  #container .banner_area .inner {
    width: 100%;
  }
  #container .banner_area .inner .img_wrap {
    margin-bottom: 4.55729vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #container .banner_area .inner .img_wrap img {
    width: 100%;
  }
  #container .banner_area .inner .img_wrap img + img {
    margin-top: 3.25521vw;
  }
  #container .banner_area .inner .img_wrap a {
    display: block;
    width: 100%;
  }
  #container .banner_area .inner .img_wrap a + img {
    margin-top: 3.25521vw;
  }
  #container .banner_area .inner p {
    font-size: 2.60417vw;
    color: #575757;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
  }
  #contents {
    display: block;
    padding: 0 3.90625vw;
    width: 100%;
  }
  #contents .findProperty {
    width: 100%;
    margin: 14.32292vw auto 0;
  }
  #contents .findProperty h2 {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 5.20833vw;
    pointer-events: none;
  }
  #contents .findProperty h2:before {
    display: block;
    content: "";
    background-image: url("../images/icon_01.svg");
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    width: 3.90625vw;
    height: 3.90625vw;
    margin-right: 1.30208vw;
  }
  #contents .findProperty ul {
    margin-top: 7.8125vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #contents .findProperty ul li {
    width: 100%;
    height: 11.71875vw;
    position: relative;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  #contents .findProperty ul li:nth-of-type(1) .sort {
    z-index: 3;
  }
  #contents .findProperty ul li:nth-of-type(2) .sort {
    z-index: 2;
  }
  #contents .findProperty ul li:nth-of-type(3) .sort {
    z-index: 1;
  }
  #contents .findProperty ul li label {
    font-size: 3.64583vw;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    color: #d71e17;
    cursor: pointer;
    border: solid 0.13021vw #d71e17;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #contents .findProperty ul li label.active {
    background-color: #d71e17;
    color: #fff;
  }
  #contents .findProperty ul li input {
    display: none;
  }
  #contents .findProperty ul li ul {
    z-index: 2;
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contents .findProperty ul li ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: #d71e17;
    background: #fff;
  }
  #contents .findProperty ul li ul li a {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    border: solid 0.13021vw #d71e17;
    border-top: none;
    color: #d71e17;
    opacity: 0;
    font-size: 3.64583vw;
  }
  #contents .findProperty ul li ul li a:hover {
    background-color: #d71e17;
    color: #fff;
  }
  #contents .findProperty ul li ul.sort li + li {
    margin-top: 0;
  }
  #contents .findProperty ul li + li {
    margin-top: 5.20833vw;
  }
  #contents .findProperty #menu_bar01:checked ~ #links01 li,
  #contents .findProperty #menu_bar02:checked ~ #links02 li,
  #contents .findProperty #menu_bar03:checked ~ #links03 li {
    height: 11.71875vw;
    opacity: 1;
  }
  #contents .findProperty #menu_bar01:checked ~ #links01 li a,
  #contents .findProperty #menu_bar02:checked ~ #links02 li a,
  #contents .findProperty #menu_bar03:checked ~ #links03 li a {
    opacity: 1;
  }
  #contents .findProperty .singleBtn ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #contents .findProperty .singleBtn ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: #d71e17;
    background: #fff;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    overflow: hidden;
    border: solid 1px #d71e17;
    height: 15.625vw;
  }
  #contents .findProperty .singleBtn ul li a {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    border-top: none;
    color: #d71e17;
    font-weight: bold;
    font-size: 3.64583vw;
  }
  #contents .findProperty .singleBtn ul li:nth-of-type(n + 4) {
    margin-top: 5.20833vw;
  }
  #contents .inner {
    width: 100%;
  }
  #contents .fastidiousness {
    background-image: url("../images/fastidiousness_bg.svg");
    -moz-background-size: cover;
         background-size: cover;
    background-position: top;
    text-align: center;
    margin-top: 0;
    padding-top: 36.45833vw;
    padding-bottom: 11.71875vw;
    width: -webkit-calc(100% + 7.8125vw);
    width: -moz-calc(100% + 7.8125vw);
    width: calc(100% + 7.8125vw);
    left: -3.90625vw;
    position: relative;
  }
  #contents .fastidiousness .inner {
    width: 100%;
    margin: auto;
    padding: 0 3.90625vw;
  }
  #contents .fastidiousness .inner h3 {
    display: inline-block;
    font-size: 5.20833vw;
    color: black;
    font-weight: bold;
    line-height: 1.8;
    position: relative;
  }
  #contents .fastidiousness .inner h3 span {
    z-index: 1;
    display: inline;
    position: relative;
    border-bottom: solid 1.30208vw #f2f26f;
  }
  #contents .fastidiousness .inner h3:after {
    content: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.08333vw;
    background-color: #f2f26f;
    display: block;
    z-index: 0;
  }
  #contents .fastidiousness .inner ul {
    margin-top: 3.90625vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #contents .fastidiousness .inner ul li {
    width: 100%;
    padding: 5.85938vw 13.02083vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #contents .fastidiousness .inner ul li img {
    display: block;
    margin: 0;
    width: 16.92708vw;
    margin-right: 10.41667vw;
  }
  #contents .fastidiousness .inner ul li p {
    font-size: 3.64583vw;
    line-height: 1.7;
    text-align: left;
  }
  #contents .fastidiousness .inner ul li + li {
    border-left: none;
    border-top: solid 0.13021vw #727272;
  }
  #contents .fastidiousness .inner p.bold {
    margin-top: 6.51042vw;
    font-size: 3.64583vw;
    font-weight: bold;
  }
  #contents .fastidiousness .inner a {
    display: block;
    margin-top: 3.90625vw;
  }
  #contents #search_list ul.list > li:nth-of-type(odd):not(:first-of-type):before {
    content: none;
  }
  #contents #search_list {
    margin-top: 12.36979vw;
  }
  #contents #search_list .search_wrap + .search_wrap {
    margin-top: 13.93229vw;
  }
  #contents #search_list .search_wrap h3 {
    display: block;
    background: none;
    font-size: 4.16667vw;
    font-weight: bold;
    color: #000;
    border-bottom: solid 0.13021vw #ccc;
    margin-bottom: 10.41667vw;
    padding: 3.25521vw 0;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  #contents #search_list .search_wrap .list {
    margin: 0;
    padding: 0;
  }
  #contents #search_list .search_wrap .list li {
    width: 100%;
    margin: 0;
  }
  #contents #search_list .search_wrap .list li.is-hide {
    display: none;
  }
  #contents #search_list .search_wrap .list li + li .box {
    margin-top: 10.41667vw;
    padding-top: 10.41667vw;
    border-top: solid 0.13021vw #bdbdbd;
  }
  #contents #search_list .search_wrap .list li .box {
    display: block;
  }
  #contents #search_list .search_wrap .list li .box .box_image {
    position: relative;
    margin: 0;
    height: 61.84896vw;
  }
  #contents #search_list .search_wrap .list li .box .box_image:after {
    content: "";
    background-image: url("../images/btn.png");
    -moz-background-size: contain;
    background-size: cover;
    width: 100%;
    height: 11.06771vw;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #contents #search_list .search_wrap .list li .box .box_image .area_tag {
    width: 31.90104vw;
    height: 6.51042vw;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d71e17;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    font-size: 3.64583vw;
  }
  #contents #search_list .search_wrap .list li .box .box_ttl {
    margin-top: 2.60417vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 13.67188vw;
  }
  #contents #search_list .search_wrap .list li .box .box_ttl li {
    padding: 0;
    width: auto;
  }
  #contents #search_list .search_wrap .list li .box .box_ttl li span {
    margin-right: 1.30208vw;
    font-size: 4.42708vw;
  }
  #contents #search_list .search_wrap .list li .box .box_ttl li:before {
    content: none;
  }
  #contents #search_list .search_wrap .list li .box .price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.60417vw;
  }
  #contents #search_list .search_wrap .list li .box .price span {
    line-height: 1;
  }
  #contents #search_list .search_wrap .list li .box .price span.tag {
    padding: 1.95312vw;
    border: solid 0.13021vw #ccc;
    -moz-font-feature-settings: "palt";
         font-feature-settings: "palt";
    margin-right: 4.55729vw;
    font-size: 3.64583vw;
  }
  #contents #search_list .search_wrap .list li .box .price span.priceBig {
    font-size: 7.03125vw;
    line-height: 1;
  }
  #contents #search_list .search_wrap .list li .box .price span.priceJa {
    font-size: 3.64583vw;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: 0.65104vw;
    margin-bottom: 0.65104vw;
  }
  #contents #search_list .search_wrap .list li .box .box_txt {
    margin-top: 4.16667vw;
  }
  #contents #search_list .search_wrap .list li .box .box_txt li span {
    font-size: 3.64583vw;
    -moz-font-feature-settings: "palt";
         font-feature-settings: "palt";
  }
  #contents #search_list .search_wrap .list li .box .box_txt li span:nth-of-type(1) {
    border: none;
    width: auto;
    height: auto;
    display: inline-block;
    font-weight: normal;
    color: #000;
  }
  #contents #search_list .search_wrap .list li .box .box_txt li span:nth-of-type(2) {
    width: auto;
    padding: 0;
  }
  #contents #search_list .search_wrap .list li .box .box_txt li + li {
    margin-top: 0.65104vw;
  }
  #contents #search_list .search_wrap .list li .box .text_link {
    text-align: right;
    margin-top: 3.64583vw;
    padding: 0;
  }
  #contents #search_list .search_wrap .list li .box .text_link a {
    font-weight: bold;
    font-size: 3.64583vw;
    color: #000;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  #contents #search_list .search_wrap .list li .box .text_link a span {
    margin-left: 1.30208vw;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    width: 1.95312vw;
    height: 1.95312vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #000;
  }
  #contents #search_list .search_wrap .list li .box .text_link a span:before {
    position: absolute;
    left: 45%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
       -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    content: "";
    display: inline-block;
    width: 0.39062vw;
    height: 0.39062vw;
    border-top: 0.13021vw solid #fff;
    border-right: 0.13021vw solid #fff;
    color: #fff;
  }
  #contents #search_list .search_wrap .list li .box .text_link a:hover {
    color: #d71e17;
  }
  #contents #search_list .search_wrap .list li .box .text_link a:hover span {
    background-color: #d71e17;
  }
  #contents #search_list .search_wrap .list li .box .box_link {
    padding: 0;
    margin-top: 7.16146vw;
  }
  #contents #search_list .search_wrap .list li .box .box_link a {
    background: none;
    background-color: #f7853e;
    position: relative;
    font-size: 3.64583vw;
    height: 13.67188vw;
  }
  #contents #search_list .search_wrap .list li .box .box_link a:after {
    position: absolute;
    display: block;
    content: "";
    background-image: url("../images/icon_link.svg");
    width: 3.64583vw;
    height: 3.64583vw;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    right: 2.60417vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #contents #search_list .search_wrap .list li:nth-of-type(3n + 1):not(:first-of-type):before {
    content: none;
    background: #fff;
  }
  #contents #search_list .search_wrap .list li:nth-of-type(n + 4) {
    padding: 0;
  }
  #contents #search_list .search_wrap .more_btn {
    margin-top: 17.57812vw;
    display: block;
    width: 100%;
    position: relative;
  }
  #contents #search_list .search_wrap .more_btn a {
    font-size: 4.16667vw;
    -moz-border-radius: 6.51042vw;
         border-radius: 6.51042vw;
    border: solid 1px #0068b7;
    color: #0068b7;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 13.67188vw;
  }
  #contents #search_list .search_wrap .more_btn a:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5.20833vw;
    content: "";
    background-image: url("../images/icon_arrow_b.svg");
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    width: 3.64583vw;
    height: 2.08333vw;
    display: block;
  }
  #contents .search_list_ttl.wide {
    width: 100%;
    margin: 14.97396vw auto 0;
    display: block;
  }
  #contents .search_list_ttl.wide h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #727272;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 3.90625vw;
    margin-bottom: 3.25521vw;
  }
  #contents .search_list_ttl.wide h2 span {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 3.90625vw;
  }
  #contents .search_list_ttl.wide h2:before {
    display: block;
    content: "";
    width: 100%;
    height: 0.13021vw;
    background-color: #727272;
  }
  #contents .search_list_ttl.wide h2:after {
    display: block;
    content: "";
    width: 100%;
    height: 0.13021vw;
    background-color: #727272;
  }
  #contents .search_list_ttl.wide p {
    display: block;
    position: relative;
    font-size: 3.38542vw;
    color: #000;
  }
  #contents .search_list_ttl.wide p.indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  #contents .search_list_ttl.wide p + p {
    margin-top: 1.30208vw;
  }
  #contents .cate_navi {
    margin: 9.76562vw auto;
    text-align: center;
    width: 100%;
  }
  #contents .cate_navi ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 5.20833vw;
  }
  #contents .cate_navi ul li {
    width: 50%;
    height: 13.02083vw;
  }
  #contents .cate_navi ul li a {
    height: 100%;
    font-size: 3.64583vw;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #contents .cate_navi ul li a:before {
    position: relative;
    left: 0;
    margin: 0;
    margin-right: 2.60417vw;
  }
  #contents .cate_navi ul li + li {
    margin: 0;
  }
  #contents .cate_navi h3 {
    display: block;
    font-size: 3.90625vw;
    color: #727272;
    font-weight: bold;
    margin-bottom: 2.60417vw;
  }
  #contents .cate_navi .update_date {
    margin: 11.71875vw 0;
    text-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #contents .cate_navi .update_date p {
    font-size: 3.125vw;
  }
  footer {
    display: block;
  }
  footer .foot_link_wrap {
    padding: 6.51042vw 0 7.8125vw;
  }
  footer .foot_link_wrap ul.foot_link li a {
    font-size: 3.64583vw;
  }
  footer .foot_link_wrap ul.foot_link li.privacy {
    margin-top: 6.51042vw;
  }
  footer .copyright address {
    font-size: 2.60417vw;
  }
}
