@charset "utf-8";

/*----------------------------------------------------------------------------------------

	index.css

----------------------------------------------------------------------------------------*/

/* tksn //
////////////////////////////////////////////////////////////////////*/

/* des64 ///
---------------------------------------------- */
body.front .des64>.tksn_box>table {
  margin-left: 10px;
}

body.front .des64>.tksn_box>table>tbody>tr {
  width: 1080px;
}

body.front .des64>.tksn_box>table>tbody>tr>td {
  width: 267px;
  min-width: 267px;
  min-height: 380px !important;
  margin-right: 0;
}

body.front .des64>.tksn_box>table>tbody>tr>td:nth-child(n+5) {
  margin-top: 9px;
}

body.front .des64>.tksn_box>table>tbody>tr>td:not(:nth-of-type(3n)) {
  margin-right: 0;
}

body.front .des64>.tksn_box>table>tbody>tr>td:not(:nth-of-type(4n)) {
  margin-right: 4px;
}

/* --- レスポンシブ（スマホ対応） --- */
@media screen and (max-width: 767px) {
  body.front .des64>.tksn_box>table>tbody>tr {
    display: flex;
  }

  body.front .des64>.tksn_box>table>tbody>tr>td {
    min-height: auto;
  }
}


/* ヘッダー背景画像部分 //
////////////////////////////////////////////////////////////////////*/

.home_header {
  width: 100%;
  height: 653px;
  background: url(../images/header/header_bg1.jpg) center/cover no-repeat;
  box-sizing: border-box;
  padding-top: 50px;
  /* 夜の表示 */
}

.home_header .home_catch1,
.home_header .home_catch2 {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white;
  text-shadow: 0px 0px 10px #222222;
}

.home_header .home_catch1 {
  font-size: 1.8rem;
  margin-top: 50px;
  font-weight: 500;
  letter-spacing: 2px;
}

.home_header .home_catch2 {
  font-size: 0.8rem;
  line-height: 1.4rem;
  margin-top: 20px;
  text-shadow: 0px 0px 10px black;
}

/* --- 夜の表示 --- */
.home_header.evening .home_catch1 {
  margin-top: 150px;
}

/* --- レスポンシブ（スマホ対応） --- */
@media screen and (max-width: 767px) {
  .home_header {
    height: 290px;
    background-image: url(../images/header/sp-header_bg1.png);
    padding-top: 30px;
  }

  .home_header .home_catch1 {
    width: 100%;
    font-size: 1rem;
    margin-top: 0;
    line-height: 1.3rem;
  }

  .home_header .home_catch2 {
    width: 100%;
    font-size: 0.65rem;
    line-height: 1.05rem;
    margin-top: 10px;
    text-shadow: 0 0 5px black;
  }

  .home_header.evening .home_catch1 {
    margin-top: 0;
  }
}


/* 共通 //
////////////////////////////////////////////////////////////////////*/

.primary-contents-wrapper {
  background-image: url(../images/index/banner_bg.png);
}

/* --- レスポンシブ（スマホ対応） --- */
@media screen and (max-width: 767px) {
  .primary-contents-wrapper {
    background-image: none;
  }
}


/* 検索・査定フォーム（タブ） //
////////////////////////////////////////////////////////////////////*/

.home_search-wrap {
  display: block;
  max-width: 1080px;
  margin: 0 auto -150px;
  transform: translateY(-150px);
}

@media screen and (max-width: 767px) {
  .home_search-wrap {
    width: 100%;
    margin-top: -41px;
    margin-bottom: 0;
    transform: translateY(0);
  }
}

/* ul.tab_list ///
---------------------------------------------- */
.home_search-wrap ul.tab_list {
  list-style: none;
  display: flex;
  width: 100%;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .home_search-wrap ul.tab_list {
    padding: 0 10px;
    box-sizing: border-box;
  }
}

.home_search-wrap ul.tab_list li {
  padding: 25px 0;
  text-align: center;
  width: 230px;
  background-color: white;
  position: relative;
  margin-right: 6px;
  z-index: 0;
  max-height: 70px;
  box-sizing: border-box;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .home_search-wrap ul.tab_list li {
    width: calc(33.3333333333% - 4px);
    padding-bottom: 20px;
    background-color: #92c800;
  }

  .home_search-wrap ul.tab_list li:nth-of-type(3) {
    margin-right: 0;
  }
}

.home_search-wrap ul.tab_list li:before {
  position: absolute;
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: white;
  top: 0;
  left: 50%;
  transform: translate(-50%, -35%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .home_search-wrap ul.tab_list li:before {
    background-color: #92c800;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -20px);
  }
}

.home_search-wrap ul.tab_list li:nth-of-type(4) {
  margin-right: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 316px;
}

@media screen and (max-width: 767px) {
  .home_search-wrap ul.tab_list li:nth-of-type(4) {
    display: none;
  }
}

.home_search-wrap ul.tab_list li img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 35px;
  max-height: 30px;
}

@media screen and (max-width: 767px) {
  .home_search-wrap ul.tab_list li img {
    max-width: 30px;
    max-height: 30px;
    transform: translate(-50%, -7px);
  }
}

.home_search-wrap ul.tab_list li img.white {
  display: none;
}

@media screen and (max-width: 767px) {
  .home_search-wrap ul.tab_list li img.white {
    display: inline;
  }
}

.home_search-wrap ul.tab_list li .main_text {
  font-size: 0.9rem;
  font-weight: bold;
  color: #92c800;
}

@media screen and (max-width: 767px) {
  .home_search-wrap ul.tab_list li .main_text {
    font-size: 0.7rem;
    color: white;
  }
}

.home_search-wrap ul.tab_list li .sub_text {
  font-size: 0.7rem;
  color: #848484;
}

.home_search-wrap ul.tab_list li.satei .main_text {
  color: #ff3300;
}

.home_search-wrap ul.tab_list li.current {
  background-color: #92c800;
}

@media screen and (max-width: 767px) {
  .home_search-wrap ul.tab_list li.current {
    background-color: #92c800;
  }
}

.home_search-wrap ul.tab_list li.current:before {
  background-color: #92c800;
}

@media screen and (max-width: 767px) {
  .home_search-wrap ul.tab_list li.current:before {
    background-color: #92c800;
  }
}

.home_search-wrap ul.tab_list li.current:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: solid 15px transparent;
  border-top: solid 23px #92c800;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .home_search-wrap ul.tab_list li.current:after {
    border: solid 14px transparent;
    border-top: solid 14px #92c800;
  }
}

.home_search-wrap ul.tab_list li.current img.green {
  display: none;
}

.home_search-wrap ul.tab_list li.current img.white {
  display: inline;
}

.home_search-wrap ul.tab_list li.current .main_text {
  color: white;
}

.home_search-wrap ul.tab_list li.current .sub_text {
  color: white;
}

/* 検索フォーム ///
---------------------------------------------- */
.search_form-wrap {
  background-color: white;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-top: solid 5px #92c800;
  margin-top: 5px;
  padding: 30px 30px 50px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap {
    border-top: solid 5px #92c800;
    margin: auto;
    margin-top: 15px;
    width: calc(100% - 20px);
    padding: 15px 10px;
    height: auto;
    display: none;
  }
}

.search_form-wrap .search_form {
  text-align: center;
}

.search_form-wrap .search_form .form_list {
  height: auto;
  /* 右側 */
  /* 地域から探す //
  ---------------------------------------------- */
  /* 駅から探す //
  ---------------------------------------------- */
  /* 学区から探す //
  ---------------------------------------------- */
  /* 30秒査定 //
  ---------------------------------------------- */
}

.search_form-wrap .search_form .form_list .inner_flex {
  display: flex;
  justify-content: space-between;
  height: 550px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .inner_flex {
    display: block;
    height: auto;
  }
}

.search_form-wrap .search_form .form_list .main_form {
  width: 666px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .main_form {
    width: 100%;
  }
}

.search_form-wrap .search_form .form_list .main_form .headline {
  background-color: #222222;
  color: white;
  position: relative;
  height: 44px;
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.search_form-wrap .search_form .form_list .main_form .headline:before {
  content: "1";
  display: inline-block;
  line-height: 36px;
  height: 36px;
  text-align: center;
  width: 44px;
  border-right: solid 2px white;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .main_form .headline {
    font-size: 0.75rem;
    line-height: 33px;
  }

  .search_form-wrap .search_form .form_list .main_form .headline.sp_2:before {
    content: "2";
  }
}

.search_form-wrap .search_form .form_list .main_form .inner {
  position: relative;
  width: 100%;
  height: calc(100% - 44px);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .main_form .inner {
    height: auto;
    display: block;
    padding: 15px 5px;
    box-sizing: border-box;
  }
}

.search_form-wrap .search_form .form_list .main_form .inner .bg_img {
  position: absolute;
  width: 100%;
  height: calc(100% - 3px);
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .main_form .inner .bg_img {
    display: none;
  }
}

.search_form-wrap .search_form .form_list .aside-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 680px);
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .aside-wrap {
    display: block;
    width: 100%;
  }
}

.search_form-wrap .search_form .form_list .bukken_form, .search_form-wrap .search_form .form_list .hensai_form {
  width: 100%;
}

.search_form-wrap .search_form .form_list .bukken_form .headline, .search_form-wrap .search_form .form_list .hensai_form .headline {
  background-color: #222;
  color: white;
  display: flex;
  align-items: center;
  height: 44px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .bukken_form .headline, .search_form-wrap .search_form .form_list .hensai_form .headline {
    font-size: 0.75rem;
  }
}

.search_form-wrap .search_form .form_list .bukken_form .headline:before, .search_form-wrap .search_form .form_list .hensai_form .headline:before {
  content: "2";
  display: inline-block;
  line-height: 36px;
  height: 36px;
  text-align: center;
  width: 44px;
  border-right: solid 2px white;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .bukken_form .headline.sp_3:before, .search_form-wrap .search_form .form_list .hensai_form .headline.sp_3:before {
    content: "3";
  }
}

.search_form-wrap .search_form .form_list .bukken_form .inner, .search_form-wrap .search_form .form_list .hensai_form .inner {
  height: 96px;
  background-color: #ebeef1;
  padding: 20px 10px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .bukken_form .inner, .search_form-wrap .search_form .form_list .hensai_form .inner {
    height: auto;
    padding: 10px 5px 15px;
  }
}

.search_form-wrap .search_form .form_list .bukken_form .inner .clear_select, .search_form-wrap .search_form .form_list .hensai_form .inner .clear_select {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 22px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .bukken_form .inner .clear_select, .search_form-wrap .search_form .form_list .hensai_form .inner .clear_select {
    margin-top: 18px;
  }
}

.search_form-wrap .search_form .form_list .bukken_form .inner .clear_select button, .search_form-wrap .search_form .form_list .hensai_form .inner .clear_select button {
  display: inline-block;
  background-color: white;
  border-radius: 20px;
  border: none;
  color: #92c800;
  font-size: 0.7rem;
  line-height: 1;
  padding: 7px 20px 9px;
  margin-right: 0;
  width: auto;
  cursor: pointer;
}

.search_form-wrap .search_form .form_list .bukken_form .inner .inner_headline, .search_form-wrap .search_form .form_list .hensai_form .inner .inner_headline {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #92c800;
  padding: 0 0 10px;
  border-bottom: solid 2px #92c800;
  font-weight: bold;
  width: 100%;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .bukken_form .inner .inner_headline, .search_form-wrap .search_form .form_list .hensai_form .inner .inner_headline {
    padding: 0 0 8px;
  }
}

.search_form-wrap .search_form .form_list .bukken_form .inner .inner_headline input[type=radio], .search_form-wrap .search_form .form_list .hensai_form .inner .inner_headline input[type=radio] {
  display: none;
}

.search_form-wrap .search_form .form_list .bukken_form .inner .inner_headline input[type=radio]:checked+label::before, .search_form-wrap .search_form .form_list .hensai_form .inner .inner_headline input[type=radio]:checked+label::before {
  background-color: #f7f7f7;
  box-shadow: 0 2px rgba(0, 0, 0, 0.1) inset;
}

.search_form-wrap .search_form .form_list .bukken_form .inner .inner_headline input[type=radio]:checked+label::after, .search_form-wrap .search_form .form_list .hensai_form .inner .inner_headline input[type=radio]:checked+label::after {
  content: "\f00c";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  font-size: 0.7rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .bukken_form .inner .inner_headline input[type=radio]:checked+label::after, .search_form-wrap .search_form .form_list .hensai_form .inner .inner_headline input[type=radio]:checked+label::after {
    font-size: 0.6rem;
  }
}

.search_form-wrap .search_form .form_list .bukken_form .inner .inner_headline label, .search_form-wrap .search_form .form_list .hensai_form .inner .inner_headline label {
  font-size: 0.9rem;
  line-height: 26px;
  padding: 0 0 0 38px;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .bukken_form .inner .inner_headline label, .search_form-wrap .search_form .form_list .hensai_form .inner .inner_headline label {
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0 0 0 34px;
  }
}

.search_form-wrap .search_form .form_list .bukken_form .inner .inner_headline label::before, .search_form-wrap .search_form .form_list .hensai_form .inner .inner_headline label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
  width: 25px;
  height: 24px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .bukken_form .inner .inner_headline label::before, .search_form-wrap .search_form .form_list .hensai_form .inner .inner_headline label::before {
    width: 23px;
    height: 22px;
  }
}

.search_form-wrap .search_form .form_list .bukken_form .inner label, .search_form-wrap .search_form .form_list .hensai_form .inner label {
  display: block;
  text-align: left;
  font-size: 0.8rem;
  width: 175px;
}

.search_form-wrap .search_form .form_list .bukken_form .inner label:nth-of-type(2n), .search_form-wrap .search_form .form_list .hensai_form .inner label:nth-of-type(2n) {
  width: 110px;
}

.search_form-wrap .search_form .form_list .bukken_form .inner label.width30, .search_form-wrap .search_form .form_list .hensai_form .inner label.width30 {
  width: 33%;
  font-size: 0.75rem;
  letter-spacing: -0.015em;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .bukken_form .inner label.width30, .search_form-wrap .search_form .form_list .hensai_form .inner label.width30 {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.search_form-wrap .search_form .form_list .bukken_form .inner label.width50, .search_form-wrap .search_form .form_list .hensai_form .inner label.width50 {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .bukken_form .inner label, .search_form-wrap .search_form .form_list .hensai_form .inner label {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 0;
  }
}

.search_form-wrap .search_form .form_list .bukken_form .inner label.sub, .search_form-wrap .search_form .form_list .hensai_form .inner label.sub {
  display: inline;
}

.search_form-wrap .search_form .form_list .bukken_form .inner label input, .search_form-wrap .search_form .form_list .hensai_form .inner label input {
  margin-bottom: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .bukken_form .inner label input, .search_form-wrap .search_form .form_list .hensai_form .inner label input {
    margin-right: 10px;
    margin-left: 6px;
  }
}

.search_form-wrap .search_form .form_list .hensai_form .headline:before {
  content: "3";
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .hensai_form .headline.sp_4:before {
    content: "4";
  }
}

.search_form-wrap .search_form .form_list .hensai_form .inner {
  display: block;
  height: 323px;
  padding-top: 16px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .hensai_form .inner {
    height: auto;
    padding: 15px 10px 18px;
  }
}

.search_form-wrap .search_form .form_list .hensai_form .inner .txt {
  font-size: 0.7rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .hensai_form .inner .txt {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .hensai_form .hensai {
    width: 50% !important;
    font-size: 14px;
  }
}

.search_form-wrap .search_form .form_list .hensai_form .select_wrap {
  display: inline-block;
  position: relative;
}

.search_form-wrap .search_form .form_list .hensai_form .select_wrap::after {
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.4rem;
  pointer-events: none;
  width: 30px;
  height: calc(100% - 3px);
}

.search_form-wrap .search_form .form_list .hensai_form .select_wrap select {
  padding: 11px 30px 12px 10px;
  min-width: 130px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .hensai_form .select_wrap select {
    padding: 6px 30px 8px 10px;
  }
}

.search_form-wrap .search_form .form_list .hensai_form .fromto {
  margin: 0 6px;
}

.search_form-wrap .search_form .form_list .between {
  display: block;
  font-size: 1.5rem;
  color: #848484;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .between {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 2px;
  }
}

/* 地域から探す ///
---------------------------------------------- */
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner {
    background-color: #ebeef1;
    padding: 15px 10px;
  }
}

.search_form-wrap .search_form .form_list.area_select .main_form .inner label {
  position: absolute;
  background-color: white;
  display: flex;
  align-items: center;
  border: solid 2px #222222;
  border-radius: 3px;
  padding: 7px 12px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 19px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner label {
    position: relative;
    padding: 0;
    border: hidden;
    border-radius: 0;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
  }
}

.search_form-wrap .search_form .form_list.area_select .main_form .inner label:before {
  content: "";
  display: block;
  border: solid 4px transparent;
  border-top: solid 8px white;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner label:before {
    display: none;
  }
}

.search_form-wrap .search_form .form_list.area_select .main_form .inner label:after {
  content: "";
  display: block;
  border: solid 7px transparent;
  border-top: solid 11px #222222;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner label:after {
    display: none;
  }
}

.search_form-wrap .search_form .form_list.area_select .main_form .inner label input {
  margin: 0 9px 0 0;
}

.search_form-wrap .search_form .form_list.area_select .main_form .inner label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  background-color: #fff;
  cursor: pointer;
}

.search_form-wrap .search_form .form_list.area_select .main_form .inner label input[type=checkbox]:checked {
  border-color: #92c800;
  background-color: #92c800;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L4 8L11 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.search_form-wrap .search_form .form_list.area_select .main_form .inner label .ttl {
  vertical-align: text-bottom;
}

.search_form-wrap .search_form .form_list.area_select .main_form .inner label .ttl .sm {
  display: inline-block;
  font-size: 0.65rem;
  margin-right: 4px;
}

.search_form-wrap .search_form .form_list.area_select .main_form .inner label .number {
  margin-left: 10px;
  color: #5b5b5b;
}

.search_form-wrap .search_form .form_list.area_select .main_form .inner label .number img {
  vertical-align: middle;
  margin-bottom: 2px;
}

.search_form-wrap .search_form .form_list.area_select .main_form .inner label.ebina {
  left: 320px;
  bottom: 42px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner label.ebina {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}

.search_form-wrap .search_form .form_list.area_select .main_form .inner label.zama {
  left: 383px;
  top: 258px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner label.zama {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}

.search_form-wrap .search_form .form_list.area_select .main_form .inner label.ayase {
  left: 434px;
  bottom: 96px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner label.ayase {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}

.search_form-wrap .search_form .form_list.area_select .main_form .inner label.atsugi {
  left: 196px;
  bottom: 157px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner label.atsugi {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}

.search_form-wrap .search_form .form_list.area_select .main_form .inner label.sagamihara_minami {
  right: 166px;
  top: 129px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner label.sagamihara_minami {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}

.search_form-wrap .search_form .form_list.area_select .main_form .inner label.sagamihara_chuo {
  left: 239px;
  top: 63px;
}

.search_form-wrap .search_form .form_list.area_select .main_form .inner label.sagamihara_chuo:before {
  left: 36%;
}

.search_form-wrap .search_form .form_list.area_select .main_form .inner label.sagamihara_chuo:after {
  left: 36%;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner label.sagamihara_chuo {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}

.search_form-wrap .search_form .form_list.area_select .main_form .inner label.sagamihara_midori {
  left: 34px;
  top: 27px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner label.sagamihara_midori {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}

.search_form-wrap .search_form .form_list.area_select .main_form .inner label.aikawa {
  left: 86px;
  top: 123px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner label.aikawa {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}

/* 駅から探す ///
---------------------------------------------- */
.search_form-wrap .search_form .form_list.rosen_select {
  display: none;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner {
  /* スマホ表示のフレックスボックス */
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.rosen_select .main_form .inner {
    display: flex;
    flex-wrap: wrap;
    background-color: #ebeef1;
  }
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner .sp_st-list {
  width: 100%;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner .sp_st-list .line_name {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding: 10px 3px 5px;
  box-sizing: border-box;
  line-height: 20px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner .sp_st-list:first-of-type .line_name {
  padding-top: 0;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner .sp_st-list .st_list {
  display: flex;
  flex-wrap: wrap;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner .sp_st-list .st_list label {
  min-width: 50%;
  padding: 0;
  line-height: 26px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  /* 横浜線 //
  ---------------------- */
  /* 相模線 //
  ---------------------- */
  /* 中央本線 //
  ---------------------- */
  /* 京王電鉄相模原線 //
  ---------------------- */
  /* 小田急電鉄小田原線 //
  ---------------------- */
  /* 小田急電鉄江ノ島線 //
  ---------------------- */
  /* 相模鉄道本線 //
  ---------------------- */
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.rosen_select .main_form .inner label {
    position: relative;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 400;
  }
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.reverse {
    flex-direction: row;
  }
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #333;
  background-color: #fff;
  margin: 3px 0;
  cursor: pointer;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label input[type=checkbox]:checked {
  border-color: #92c800;
  background-color: #92c800;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L4 8L11 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label .ttl {
  padding-bottom: 2px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label .number {
  margin-left: 5px;
  font-size: 12px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label .number img {
  margin: 0 3px 2px;
  vertical-align: middle;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.transfer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  background-color: white;
  border: 2px solid #333;
  border-radius: 3px;
  transform: translate(-50%, -50%);
  min-width: 94px;
  box-sizing: border-box;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.transfer {
    justify-content: flex-start;
    transform: none;
    border-radius: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.transfer .number {
    margin: 0;
  }
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.transfer.active {
  border: solid 2px #92c800;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.vertical {
  writing-mode: vertical-rl;
  height: auto;
  gap: 5px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.vertical {
    ebkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-align: left;
  }
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.vertical input[type=checkbox] {
  margin: 0 3px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.vertical .number {
  margin: 0;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.vertical .number .n-inner {
  writing-mode: horizontal-tb;
}

@media screen and (min-width: 768px) {
  .search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.vertical .number img {
    margin: 0;
    vertical-align: baseline;
  }
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.kobuchi {
  right: 65px;
  top: 157px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.fuchinobe {
  right: 80px;
  top: 126px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.yabe {
  right: 126px;
  top: 98px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.sagamihara {
  right: 141px;
  top: 66px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.hashimoto {
  right: 145px;
  top: 37px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.minamihashimoto {
  left: 327px;
  top: 69px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.kamimizo {
  left: 313px;
  top: 97px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.banda {
  left: 283px;
  top: 131px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.harataima {
  left: 237px;
  top: 158px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.shimomizo {
  left: 219px;
  top: 192px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.sobudaishita {
  left: 169px;
  top: 227px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.iriya {
  left: 202px;
  top: 267px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.ebina {
  left: 279px;
  top: 329px;
  min-width: 109px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.atsugi {
  left: 271px;
  bottom: 82px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.shake {
  left: 229px;
  bottom: 46px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.kadosawabashi {
  left: 199px;
  bottom: 16px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.sagamiko {
  left: 148px;
  top: 80px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.fujino {
  left: 100px;
  top: 80px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.sagamiono {
  left: 501px;
  top: 208px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.odakyusagamihara {
  left: 299px;
  top: 212px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.sobudaimae {
  left: 296px;
  top: 245px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.zama {
  left: 297px;
  top: 279px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.honatsugi {
  left: 179px;
  bottom: 54px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.aikoishida {
  left: 128px;
  bottom: 38px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.higashirinkan {
  left: 489px;
  top: 247px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.sagamiotsuka {
  left: 335px;
  top: 386px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.sagamino {
  left: 378px;
  top: 352px;
}

.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.kashiwadai {
  left: 348px;
  top: 322px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.eki {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
}

/* 学区から探す ///
---------------------------------------------- */
.search_form-wrap .search_form .form_list.gakku_select {
  display: none;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .inner {
    background-color: #ebeef1;
  }
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap {
    position: relative;
    display: flex;
    padding: 5px;
    align-items: center;
  }
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap .area_name {
  font-weight: bold;
  text-shadow: 2px 2px 0 #92C800, -2px -2px 0 #92C800, -2px 2px 0 #92C800, 2px -2px 0 #92C800, 2px 0 0 #92C800, -2px 0 0 #92C800, 0 2px 0 #92C800, 0 -2px 0 #92C800;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap .area_name {
    font-size: 14px;
    font-weight: normal;
    text-shadow: none;
    text-align: left;
  }
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap .area_name .sm {
  display: inline-block;
  font-size: 0.65rem;
  margin-right: 5px;
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap .gakku {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap .gakku {
    flex-direction: row;
    margin-left: auto;
  }
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap input {
  display: none;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap input {
    display: inline-block;
    margin-top: -1px;
  }
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap label.high, .search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap label.primary {
  border: solid 2px white;
  font-size: 0.9rem;
  padding: 2px 20px 4px;
  font-weight: 500;
  line-height: 1.2;
  background-color: #ffb206;
  color: white;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap label.high, .search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap label.primary {
    border: hidden;
    margin: 0;
    padding: 0;
    font-weight: normal;
    background-color: transparent;
    color: #222;
    display: inline-block;
    text-align: left;
    font-size: 14px;
  }
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap label.primary {
  background-color: #f5d900;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap label.primary {
    margin-left: 15px;
    background-color: transparent;
  }
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap.row {
  flex-direction: row;
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .student_ {
  /* 海老名市 //
  ---------------------- */
  /* 綾瀬市 //
  ---------------------- */
  /* 座間市 //
  ---------------------- */
  /* 厚木市 //
  ---------------------- */
  /* 相模原市南区 //
  ---------------------- */
  /* 相模原市中央区 //
  ---------------------- */
  /* 相模原市緑区 //
  ---------------------- */
  /* 愛川町 //
  ---------------------- */
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .student_ebina {
  top: 385px;
  left: 327px;
  gap: 5px;
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .student_ayase {
  left: 446px;
  top: 368px;
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .student_zama {
  left: 416px;
  top: 231px;
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .student_atsugi {
  left: 191px;
  top: 279px;
  gap: 5px;
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .student_sagamihara_minami {
  left: 335px;
  top: 129px;
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .student_sagamihara_chuo {
  left: 245px;
  top: 47px;
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .student_sagamihara_midori {
  left: 23px;
  top: 15px;
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .student_aikawa {
  left: 79px;
  top: 110px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap {
    flex-direction: row;
    justify-content: space-between;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .step2 {
  display: none;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0 20px;
  box-sizing: border-box;
  border: solid 1px #222;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .step2 {
    padding: 15px 10px;
    border: none;
  }
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .back_link {
  display: inline-block;
  padding: 5px 30px 5px 15px;
  border-radius: 25px;
  color: #92c800;
  margin-top: 10px;
  margin-left: -10px;
  background: #e1e5ea;
  transition: 0.4s;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .back_link {
    display: none;
  }
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .back_link i {
  color: #92c800;
  margin-right: 10px;
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .sub_title {
  color: #739d00;
  margin: 15px 0 20px;
  font-weight: bold;
  font-size: 1.1em;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .sub_title {
    display: none;
  }
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .gakku_list {
  display: flex;
  flex-wrap: wrap;
  overflow-y: scroll;
  list-style: none;
  max-height: 400px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .gakku_list {
    height: auto;
    display: block;
    overflow-y: visible;
    max-height: none;
  }
}

.search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .gakku_list li {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .gakku_list li {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .gakku_list label {
    font-size: 14px;
    font-weight: normal;
  }

  .search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .gakku_list label input {
    margin-right: 10px;
  }

  .search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .gakku_list label .search_contents3_gakku-detail_number {
    margin-left: 5px;
    font-size: 12px;
  }

  .search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .gakku_list label img {
    margin: 0 3px 2px;
    vertical-align: middle;
  }
}

.search_form-wrap .search_form .form_list.satei_select {
  height: 100%;
  display: none;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .main_form {
    height: auto;
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .main_form .inner {
    padding: 15px 10px;
    background-color: #ebeef1;
  }
}

.search_form-wrap .search_form .form_list.satei_select .main_form label {
  position: absolute;
  background-color: white;
  display: flex;
  align-items: center;
  border: solid 2px #222222;
  border-radius: 5px;
  padding: 3px 10px 5px;
  font-size: 0.8rem;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .main_form label {
    position: relative;
    padding: 0;
    border: hidden;
    border-radius: 0;
    background-color: transparent;
    font-size: 14px;
    line-height: 26px;
  }
}

.search_form-wrap .search_form .form_list.satei_select .main_form label:before {
  content: "";
  display: block;
  border: solid 4px transparent;
  border-top: solid 8px white;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .main_form label:before {
    display: none;
  }
}

.search_form-wrap .search_form .form_list.satei_select .main_form label:after {
  content: "";
  display: block;
  border: solid 7px transparent;
  border-top: solid 11px #222222;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .main_form label:after {
    display: none;
  }
}

.search_form-wrap .search_form .form_list.satei_select .main_form label input {
  margin-right: 10px;
}

.search_form-wrap .search_form .form_list.satei_select .main_form label .number {
  margin-left: 10px;
  color: #5b5b5b;
}

.search_form-wrap .search_form .form_list.satei_select .main_form label.ebina {
  left: 60px;
  bottom: 160px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .main_form label.ebina {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}

.search_form-wrap .search_form .form_list.satei_select .main_form label.zama {
  left: 146px;
  top: 103px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .main_form label.zama {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}

.search_form-wrap .search_form .form_list.satei_select .main_form label.ayase {
  left: 231px;
  bottom: 172px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .main_form label.ayase {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}

.search_form-wrap .search_form .form_list.satei_select .main_form label.atsugi {
  right: 212px;
  top: 129px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .main_form label.atsugi {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}

.search_form-wrap .search_form .form_list.satei_select .main_form label.seya {
  right: 61px;
  top: 181px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .main_form label.seya {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}

.search_form-wrap .search_form .form_list.satei_select .aside-wrap {
  padding-top: 10px;
}

.search_form-wrap .search_form .form_list.satei_select .aside-wrap .icon {
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 50px;
  display: inline-block;
  margin: 20px 0;
}

.search_form-wrap .search_form .form_list.satei_select .aside-wrap .satei_desc {
  line-height: 1.5em;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .aside-wrap .icon {
    width: auto;
    height: auto;
    max-width: 35px;
    max-height: 35px;
    margin: 0;
  }

  .search_form-wrap .search_form .form_list.satei_select .aside-wrap>p {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}

.search_form-wrap .search_form .form_list.satei_select .bukken_form,
.search_form-wrap .search_form .form_list.satei_select .hensai_form {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {

  .search_form-wrap .search_form .form_list.satei_select .bukken_form,
  .search_form-wrap .search_form .form_list.satei_select .hensai_form {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
}

.search_form-wrap .search_form .form_list.satei_select .bukken_form .sub_title,
.search_form-wrap .search_form .form_list.satei_select .hensai_form .sub_title {
  padding: 20px 0;
}

.search_form-wrap .search_form .form_list.satei_select .bukken_form .inner,
.search_form-wrap .search_form .form_list.satei_select .hensai_form .inner {
  background-color: #ebeef1;
  position: relative;
  padding: 15px 60px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {

  .search_form-wrap .search_form .form_list.satei_select .bukken_form .inner,
  .search_form-wrap .search_form .form_list.satei_select .hensai_form .inner {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 0;
    padding: 15px 5px;
  }
}

.search_form-wrap .search_form .form_list.satei_select .bukken_form .inner label,
.search_form-wrap .search_form .form_list.satei_select .hensai_form .inner label {
  cursor: pointer;
}

.search_form-wrap .search_form .form_list.satei_select .submit-wrap {
  width: 100%;
  text-align: center;
}

.search_form-wrap .search_form .form_list.satei_select .submit-wrap input[type=submit] {
  margin: auto;
  margin-top: 30px;
  border: hidden;
  background-color: #92c800;
  color: white;
  font-size: 1rem;
  padding: 10px 30px;
  cursor: pointer;
}

/* submit ///
---------------------------------------------- */
.search_form-wrap .search_form .submit-wrap {
  width: 100%;
  text-align: center;
}

.search_form-wrap .search_form .submit-wrap .submit {
  margin: auto;
  margin-top: 24px;
  background-color: #92c800;
  color: white;
  border: hidden;
  font-size: 1rem;
  width: 400px;
  padding: 15px;
  box-sizing: border-box;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .submit-wrap .submit {
    width: 100%;
  }
}

.search_form-wrap .search_form .submit-wrap .submit i {
  color: white;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .submit-wrap .submit {
    margin-top: 14px;
  }
}

/* スマホ30秒査定用 ///
---------------------------------------------- */
.sp_satei {
  margin-top: 0;
}

.satei_banner {
  width: calc(100% - 20px);
  margin: 10px auto 0;
  display: flex;
  border-radius: 3px;
  background-color: white;
  padding: 10px;
  box-sizing: border-box;
}

.satei_banner .img-wrap {
  margin-right: 10px;
}

.satei_banner .img-wrap img {
  width: auto;
  height: auto;
  max-width: 35px;
  max-height: 35px;
}

.satei_banner .text-wrap .headline {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #ff3300;
}

.satei_banner .text-wrap .subline {
  font-size: 0.7rem;
  color: #828282;
}


/* お知らせ //
////////////////////////////////////////////////////////////////////*/

#front-info {
  padding: 50px 0;
}

#front-info .inner {
  width: 1080px;
  margin: 0 auto;
  display: flex;
}

#front-info .inner h2 {
  flex: 0 0 252px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #222;
  color: #FFF;
  justify-content: center;
}

#front-info .inner h2 span {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 15px;
}

#front-info .inner h2 a {
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  opacity: 0.5;
  line-height: 24px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 120px;
  position: relative;
  text-align: center;
}

#front-info .inner h2 a i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  height: 14px;
  margin: auto 0;
}

#front-info .inner ul {
  width: 100%;
  background-color: #FFF;
}

#front-info .inner ul li:nth-of-type(n+2) {
  border-top: 1px dotted #AAA;
}

#front-info .inner ul li a {
  display: flex;
  text-decoration: none;
  padding: 18px 20px;
  padding-right: 0;
  font-size: 15px;
}

#front-info .inner ul li a>span {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  #front-info {
    background-color: #FFF;
    padding: 30px 10px 25px;
    margin-top: 20px;
  }

  #front-info .inner {
    width: auto;
    display: block;
  }

  #front-info .inner h2 {
    display: block;
    text-align: center;
    padding-top: 0;
    background-color: transparent;
    color: #0f0f0f;
    margin-bottom: 15px;
  }

  #front-info .inner h2 span {
    font-weight: bold;
    margin-bottom: unset;
  }

  #front-info .inner ul {
    border-bottom: 1px dotted #AAA;
    height: auto;
    border-top: 1px dotted #AAA;
    margin-bottom: 15px;
  }

  #front-info .inner ul li a {
    flex-direction: column;
    font-size: 14px;
    line-height: 1.5;
    padding: 14px 0;
  }

  #front-info .inner ul li a>span {
    margin-left: 0;
  }

  #front-info .inner ul li a>time {
    font-size: 12px;
  }

  #front-info .inner .sp_btn {
    display: block;
    background-color: #92c800;
    color: white;
    padding: 10px 0;
    position: relative;
    width: 180px;
    text-decoration: none;
    margin: auto;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
  }

  #front-info .inner .sp_btn i {
    color: white;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
  }
}

.frontpage-sns-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 35px;
  background-color: white;
}

.frontpage-sns-icon {
  transition: opacity 0.3s;
  width: 32px;
}

.frontpage-sns-icon:hover {
  opacity: 0.8;
}

.frontpage-sns-icon+.frontpage-sns-icon {
  margin-left: 20px;
}


/* 物件更新情報 //
////////////////////////////////////////////////////////////////////*/

.koushin-wrap {
  width: 100%;
  box-sizing: border-box;
  background-image: url(../images/index/koushin_bg.png);
  background-position: center;
  background-size: cover;
  padding: 47px 15px 20px;
}

@media screen and (max-width: 767px) {
  .koushin-wrap {
    height: auto;
    padding: 30px 10px 15px;
  }
}

.koushin-wrap>.inner {
  width: auto;
  height: 100%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}

.koushin-wrap>.inner .title {
  color: white;
  font-size: 1.3rem;
  text-align: center;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .koushin-wrap>.inner .title {
    font-size: 0.8rem;
    line-height: 1.2rem;
    font-weight: bold;
  }
}

.koushin-wrap>.inner .icon-wrap {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .koushin-wrap>.inner .icon-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
  }
}

.koushin-wrap>.inner .icon-wrap .list {
  width: 270px;
  height: 270px;
  padding-top: 40px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
}

@media screen and (max-width: 767px) {
  .koushin-wrap>.inner .icon-wrap .list {
    width: calc(50% - 5px);
    height: auto;
    border: solid 1px white;
    margin-bottom: 10px;
    padding: 15px;
  }
}

.koushin-wrap>.inner .icon-wrap .list:hover {
  background-color: #92c800;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .koushin-wrap>.inner .icon-wrap .list img {
    width: auto;
    height: auto;
    max-width: 26px;
    max-height: 26px;
  }
}

.koushin-wrap>.inner .icon-wrap .list .number-wrap {
  font-size: 1.8rem;
  color: white;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .koushin-wrap>.inner .icon-wrap .list .number-wrap {
    font-size: 0.8rem;
  }
}

.koushin-wrap>.inner .icon-wrap .list .number-wrap .number {
  font-size: 3.6rem;
  color: white;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .koushin-wrap>.inner .icon-wrap .list .number-wrap .number {
    font-size: 1.6rem;
  }
}

.koushin-wrap>.inner .icon-wrap .list .text-wrap {
  color: white;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .koushin-wrap>.inner .icon-wrap .list .text-wrap {
    font-size: 0.7rem;
    line-height: 0.9rem;
    margin-top: 5px;
  }
}

.koushin-wrap>.inner .icon-wrap .list .desc {
  color: white;
  font-size: 0.8rem;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .koushin-wrap>.inner .icon-wrap .list .desc {
    margin-top: 5px;
    font-size: 0.6rem;
  }

  .koushin-wrap>.inner .icon-wrap .list .desc:after {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    color: white;
  }
}

.koushin-wrap>.inner .date {
  width: 100%;
  bottom: 0;
  color: white;
  font-size: 0.8rem;
  font-weight: lighter;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .koushin-wrap>.inner .date {
    font-size: 0.6rem;
  }
}


/* バナー表示 //
////////////////////////////////////////////////////////////////////*/

.banner-wrap {
  padding: 50px 0;
  background-image: url(../images/index/banner_bg.png);
}

@media screen and (max-width: 767px) {
  .banner-wrap {
    width: 100%;
    margin-bottom: 0;
    padding: 25px 10px;
    text-align: center;
    box-sizing: border-box;
  }
}

.banner-wrap>.inner {
  max-width: 1080px;
  margin: auto;
}

.banner-wrap>.inner>a:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .banner-wrap .campaignbnr {
    margin-top: -13px;
  }

  .banner-wrap .campaignbnr>a {
    display: block;
    margin-bottom: 30px;
  }

  .banner-wrap .campaignbnr img {
    transform: translate(0, 0);
    transition: 0.2s;
  }

  .banner-wrap .campaignbnr img:hover {
    opacity: 0.8;
    transform: translate(2px, 2px);
  }
}

.banner-wrap a {
  display: block;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .banner-wrap a {
    margin-bottom: 10px;
  }
}

.banner-wrap img {
  opacity: 1;
  transition: all 0.2s;
}

@media screen and (max-width: 767px) {
  .banner-wrap img {
    max-width: 100%;
  }
}

.banner-wrap img.hover {
  opacity: 0.8;
}

/* マイページ会員募集中！ ///
---------------------------------------------- */
.register-banner {
  display: flex;
  align-items: flex-end;
}

.register-banner__link {
  transition: opacity 0.3s;
}

.register-banner__link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .register-banner__left {
    margin-right: auto;
    margin-left: auto;
  }

  .register-banner__left img {
    width: calc(100vw - 20px);
    max-width: 600px;
  }
}

.register-banner__right a {
  position: relative;
}

.register-banner__kensu {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 25px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.register-banner__kensu>strong {
  font-size: 50px;
}


/* 今すぐ見られる物件特集 //
////////////////////////////////////////////////////////////////////*/

.bukken_tokusyu-wrap {
  padding: 45px 0 40px;
  background: url(../images/index/tokusyu_bg.jpg) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .bukken_tokusyu-wrap {
    padding: 30px 10px 50px;
    background-position: 37% 50%;
  }
}

.bukken_tokusyu-wrap>.inner {
  max-width: 1080px;
  margin: auto;
}

.bukken_tokusyu-wrap>.inner .title {
  text-align: center;
  text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
  font-size: 1.6rem;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .bukken_tokusyu-wrap>.inner .title {
    font-size: 1rem;
    padding-bottom: 0;
  }
}

.bukken_tokusyu-wrap>.inner .title:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .bukken_tokusyu-wrap>.inner .title:after {
    display: none;
  }
}

.bukken_tokusyu-wrap>.inner .title:first-letter {
  font-size: 3rem;
  color: #92c800;
}

@media screen and (max-width: 767px) {
  .bukken_tokusyu-wrap>.inner .title:first-letter {
    font-size: 1.5rem;
  }
}

.bukken_tokusyu-wrap>.inner .desc {
  font-size: 0.8rem;
  line-height: 1.4rem;
  text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bukken_tokusyu-wrap>.inner .desc {
    text-align: left;
    font-size: 0.65rem;
    line-height: 1.15rem;
  }
}

.bukken_tokusyu-wrap>.inner .tokusyu-table {
  margin-top: 30px;
  margin-left: -5px;
  width: calc(100% + 10px);
  border-spacing: 5px;
  border-collapse: separate;
}

.bukken_tokusyu-wrap>.inner .tokusyu-table td,
.bukken_tokusyu-wrap>.inner .tokusyu-table th {
  width: 10%;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.bukken_tokusyu-wrap>.inner .tokusyu-table th {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 18px 8px;
}

.bukken_tokusyu-wrap>.inner .tokusyu-table th:first-of-type {
  text-align: left;
  white-space: nowrap;
}

.bukken_tokusyu-wrap>.inner .tokusyu-table th:first-of-type img {
  width: auto;
  height: auto;
  max-width: 20px;
  max-height: 20px;
  margin-right: 5px;
}

.bukken_tokusyu-wrap>.inner .tokusyu-table tr:first-of-type th:first-of-type {
  background: linear-gradient(to top right, rgba(0, 0, 0, 0.8) 49%, transparent 49%, transparent 51%, rgba(0, 0, 0, 0.8) 51%);
}

.bukken_tokusyu-wrap>.inner .tokusyu-table tr:nth-of-type(n + 2) th:first-of-type {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

.bukken_tokusyu-wrap>.inner .tokusyu-table td {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .bukken_tokusyu-wrap>.inner .tokusyu-list {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }

  .bukken_tokusyu-wrap>.inner .tokusyu-list .list {
    width: calc(33% - 5px);
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    padding: 15px 0;
    position: relative;
  }

  .bukken_tokusyu-wrap>.inner .tokusyu-list .list img:first-of-type {
    width: auto;
    height: auto;
    max-width: 30px;
    max-height: 30px;
  }

  .bukken_tokusyu-wrap>.inner .tokusyu-list .list .kind {
    font-size: 0.8rem;
    color: white;
    line-height: 1.3rem;
    font-weight: bold;
  }

  .bukken_tokusyu-wrap>.inner .tokusyu-list .list .number {
    font-size: 0.8rem;
    color: white;
    line-height: 1.3rem;
    font-weight: bold;
  }
}


/* 新着ニュース（iframe抜き出し用） //
////////////////////////////////////////////////////////////////////*/

.news-wrap {
  padding: 60px 0 50px;
  background-image: url(../images/index/news_bg.png);
  background-position: center;
}

@media screen and (max-width: 767px) {
  .news-wrap {
    background-image: url(../images/sp/news_bg.png);
    background-size: 50px 50px;
    padding: 50px 0 20px;
  }
}

.news-wrap>.inner {
  max-width: 1080px;
  margin: auto;
  position: relative;
}

.news-wrap>.inner .title {
  display: inline-block;
  padding: 10px 60px;
  background-color: white;
  border: solid 1px #92c800;
  font-weight: normal;
  font-size: 0.9rem;
  color: #92c800;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .news-wrap>.inner .title {
    width: 250px;
    box-sizing: border-box;
    text-align: center;
    transform: translate(-50%, -20px);
    top: -50px;
  }
}

.news-wrap>.inner .title:after {
  content: "";
  display: block;
  border: solid 8px transparent;
  border-top: solid 8px white;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

.news-wrap>.inner .title:before {
  content: "";
  display: block;
  border: solid 10px transparent;
  border-top: solid 10px #92c800;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

.news-wrap>.inner .news_list-wrap {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .news-wrap>.inner .news_list-wrap .slick-slide {
    margin: 0 7px;
  }

  .news-wrap>.inner .news_list-wrap .fa.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: 1;
    color: #222;
    opacity: 0.5;
    font-size: 28px;
  }

  .news-wrap>.inner .news_list-wrap .fa.slick-arrow::before {
    position: absolute;
    top: calc(50% - 14px);
  }

  .news-wrap>.inner .news_list-wrap .fa-angle-left.slick-arrow {
    left: 0;
  }

  .news-wrap>.inner .news_list-wrap .fa-angle-left.slick-arrow::before {
    right: 0;
  }

  .news-wrap>.inner .news_list-wrap .fa-angle-right.slick-arrow {
    right: 0;
  }

  .news-wrap>.inner .news_list-wrap .fa-angle-right.slick-arrow::before {
    left: 0;
  }
}

.news-wrap>.inner .news_list-wrap .list {
  width: calc(25% - 12px);
}

.news-wrap>.inner .news_list-wrap .list .headline {
  width: 100%;
  background-color: #92c800;
  color: white;
  font-size: 0.8rem;
  padding: 12px 0;
  text-align: center;
}

.news-wrap>.inner .news_list-wrap .list iframe {
  height: 300px;
}

.news-wrap>.inner .news_list-wrap .list .home_feature_bottom_sowing-list {
  background-color: white;
  padding: 10px;
  list-style: none;
}

.news-wrap>.inner .news_list-wrap .list .home_feature_bottom_sowing-list li span {
  font-size: 0.7rem;
  color: #92c800;
  line-height: 1rem;
}

.news-wrap>.inner .news_list-wrap .list .home_feature_bottom_sowing-list li h4 {
  font-size: 0.7rem;
  line-height: 1.05rem;
  font-weight: normal;
}

.news-wrap>.inner .news_list-wrap .list .home_feature_bottom_sowing-list li h4 a {
  text-decoration: none;
}


/* 各物件特集 //
////////////////////////////////////////////////////////////////////*/

.bukken-wrap {
  padding: 40px 0 60px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .bukken-wrap {
    max-width: 100%;
    background-color: white;
    padding: 30px 0 25px;
  }
}

.bukken-wrap .inner {
  width: 1080px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .bukken-wrap .inner {
    width: 100%;
  }
}

.bukken-wrap .inner .headline {
  text-align: center;
  font-size: 1.6rem;
  color: #0f0f0f;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .bukken-wrap .inner .headline {
    font-size: 1rem;
    padding-bottom: 17px;
    margin-bottom: 17px;
  }
}

.bukken-wrap .inner .headline:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #92c800;
  height: 1px;
  width: 40px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

.bukken-wrap .inner .subline {
  text-align: center;
  font-size: 1rem;
  color: #3e464b;
  margin-bottom: 30px;
  position: relative;
}

.bukken-wrap .inner .subline .btn {
  display: inline-block;
  background-color: #92c800;
  color: white;
  padding: 10px 10px 10px 25px;
  font-size: 0.7rem;
  position: absolute;
  right: 0;
  text-decoration: none;
}

.bukken-wrap .inner .subline .btn i {
  margin-left: 10px;
  color: white;
}

@media screen and (max-width: 767px) {
  .bukken-wrap .inner .subline .btn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .bukken-wrap .inner .subline {
    font-size: 0.65rem;
    line-height: 1rem;
    margin-bottom: 15px;
  }
}

.bukken-wrap .inner .sp_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .bukken-wrap .inner .sp_btn {
    display: block;
    background-color: #92c800;
    color: white;
    padding: 10px 0;
    position: relative;
    width: 200px;
    text-decoration: none;
    margin: auto;
    text-align: center;
    margin-top: 15px;
  }

  .bukken-wrap .inner .sp_btn i {
    color: white;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
  }
}

.bukken-wrap .inner .scroll-wrap {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .bukken-wrap .inner .scroll-wrap {
    max-width: 100%;
    overflow: hidden;
  }
}

.bukken-wrap .inner .home_ranking-list {
  width: 100%;
}

.bukken-wrap .inner .home_ranking-list table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 12px;
  border-collapse: separate;
}

@media screen and (max-width: 767px) {
  .bukken-wrap .inner .home_ranking-list table {
    width: 320%;
    border-spacing: 0;
  }
}

.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn {
  width: 100%;
}

.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn .slick-list {
  width: 100vw !important;
  box-sizing: border-box;
}

.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn .slick-list .slick-slide {
  margin: 0 10px;
}

.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td {
  width: calc(20% - 12px);
}

@media screen and (max-width: 767px) {
  .bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td {
    width: 100%;
  }
}

.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td .home_ranking-list_detail {
  width: 100%;
  font-size: 0.8rem;
  text-align: center;
}

.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td .home_ranking-list_detail .home_ranking-list_detail_area {
  display: inline-block;
  width: 100%;
  background-color: #222222;
  color: white;
  text-align: center;
  font-size: 0.8rem;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 14px;
}

.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td .home_ranking-list_detail .home_ranking-list_detail_price {
  font-size: 1.2rem;
  color: #f6aa00;
}

.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td .home_ranking-list_detail .home_ranking-list_detail_sub-price {
  color: #f6aa00;
}

.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td .home_ranking-list_detail .home_ranking-kotsu_info {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 10px;
}

.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td .home_ranking-list_img {
  margin-top: 5px;
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td .home_ranking-list_img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td .home_ranking-list_point {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td .home_ranking-list_point .home_ranking-list_point_contents {
  font-size: 0.7rem;
  line-height: 0.85rem;
}

.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td .home_ranking-list_point .home_ranking-list_point_contents .home_ranking-list_point_title {
  font-size: 1.2rem;
  color: #f6aa00;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td>.syosaia {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 6px 0 10px;
  background-color: #ebeef1;
  position: relative;
}

.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td>.syosaia .home_ranking-list_btn {
  display: inline-block;
  width: calc(100% - 50px);
  text-decoration: none;
  background-color: #f6aa00;
  color: white;
  font-size: 0.8rem;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 4px 0 #c48904;
  transition: all 0.3s;
}

.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td>.syosaia .home_ranking-list_btn:hover {
  box-shadow: 0 0 0 #c48904;
  transform: translate(0, 4px);
}


/* 売却をお考えの方 //
////////////////////////////////////////////////////////////////////*/

.home-baikyaku {
  width: 100%;
  padding: 60px 0;
  background-image: url(../images/index/baikyaku_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .home-baikyaku {
    padding: 30px 10px;
    box-sizing: border-box;
  }
}

.home-baikyaku__inner {
  max-width: 1080px;
  margin: auto;
  display: flex;
}

@media screen and (max-width: 767px) {
  .home-baikyaku__inner {
    flex-direction: column;
  }
}

.home-baikyaku-eyecatch-wrap {
  flex: 0 0 540px;
}

@media screen and (max-width: 767px) {
  .home-baikyaku-eyecatch-wrap {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .home-baikyaku-eyecatch {
    margin-top: 20px;
  }
}

.home-baikyaku-main {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .home-baikyaku-main {
    display: contents;
  }
}

.home-baikyaku__title {
  margin-top: 36px;
  color: white;
  font-size: 1.5rem;
}

.home-baikyaku__title:first-letter {
  font-size: 3rem;
  color: #92c800;
}

@media screen and (max-width: 767px) {
  .home-baikyaku__title {
    order: -1;
    margin-top: 0;
    font-size: 1rem;
    text-align: center;
  }

  .home-baikyaku__title:first-letter {
    font-size: 1.5rem;
  }
}

.home-baikyaku__text {
  margin-top: 22px;
  color: white;
  font-size: 0.8rem;
  line-height: 1.3rem;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .home-baikyaku__text {
    font-size: 0.65rem;
    line-height: 1.15rem;
    margin-top: 10px;
  }
}

.home-baikyaku-btn {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .home-baikyaku-btn {
    margin-top: 15px;
  }
}

.home-baikyaku-btn>.btn {
  display: inline-block;
  padding: 18px;
  padding-left: 36px;
  color: white;
  background-color: #92c800;
  font-size: 1rem;
  letter-spacing: -0.1em;
  text-decoration: none;
}

.home-baikyaku-btn>.btn::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 12px;
  margin-left: 40px;
  background: url(../images/icon/arrow.png);
  background-size: 26px 12px;
}

@media screen and (max-width: 767px) {
  .home-baikyaku-btn>.btn {
    display: block;
    box-sizing: border-box;
    margin: auto;
    width: 50%;
    text-align: center;
    padding: 10px;
    font-size: 0.7rem;
    letter-spacing: 0;
    position: relative;
  }

  .home-baikyaku-btn>.btn::after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 10px;
    bottom: 0;
    width: auto;
    height: auto;
    margin-left: 0;
    background: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: 0.75;
    transform: translateY(-50%);
  }
}


/* ページリスト //
////////////////////////////////////////////////////////////////////*/

.page_list-wrap {
  padding: 50px 0;
  background-color: #ebeef1;
}

@media screen and (max-width: 767px) {
  .page_list-wrap {
    padding: 20px 10px;
  }
}

.page_list-wrap>.inner {
  max-width: 1080px;
  margin: auto;
}

.page_list {
  list-style: none;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

@media screen and (max-width: 767px) {
  .page_list {
    grid-template-columns: auto;
    gap: 10px 0;
  }
}

.page_list .list {
  height: 200px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page_list .list {
    width: 100%;
    height: 90px;
    display: flex;
  }
}

.page_list .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .page_list .img {
    width: 50%;
  }
}

.page_list .title-wrap {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 8px 5px 8px 15px;
  background-color: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .page_list .title-wrap {
    position: relative;
    bottom: auto;
    left: auto;
    width: 50%;
    padding: 10px;
    padding-right: 25px;
  }
}

.page_list .title-wrap:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 10px;
  color: white;
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .page_list .inner {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 100%;
    transform: translate(0, -50%);
  }
}

.page_list .sub_title {
  color: white;
  font-size: 0.65rem;
}

@media screen and (max-width: 767px) {
  .page_list .sub_title {
    font-size: 0.6rem;
    line-height: 0.75rem;
  }
}

.page_list .title {
  color: white;
  font-size: 0.8rem;
  font-weight: normal;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .page_list .title {
    line-height: 0.9rem;
  }
}