/* --------------------
   main
-------------------- */
#main {
  background: url("../images/search/back.jpg") no-repeat center bottom;
  background-size: cover;}
@media screen and (max-width: 768px){
  #main {
    background: url("../images/search/back-sp.jpg") no-repeat center bottom;
    background-size: cover;}}

/* --------------------
   genre
-------------------- */
#genre { padding: 160px 0;}
#genre h1 {
  margin-bottom: 20px;
  padding-bottom: 14px;
  position: relative;
  padding-left: 20px;
  border-bottom: 2px solid #DCE2EB;}
#genre h1::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  content: "";
  height: 24px;
  width: 4px;
  border-radius: 2px;
  background: #1D4494;}
#genre .list {
  margin-top: 40px;
  display: flex;
  gap:15px;}
#genre .item { width: 100%;}
#genre .item a {
  display: block;
  line-height: 100px;
  background: #FFFFFF;}
#genre .item:nth-child(2) a { background: #DCE2EB;}
#genre .item:nth-child(3) a {
  color: #fff;
  background: #1B2431;}
@media screen and (max-width: 1080px){
  #genre .list { flex-wrap: wrap;}}

/* --------------------
   search
-------------------- */
#search { padding: 160px 0 0;}
#search .whitebox {
  padding: 30px 60px 40px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 6px;}
#search .area {
  margin-top: 10px;
  flex-wrap: wrap;
  gap: 8px 32px;
  color: #1B2431;
  display: flex;}
#search .chec { line-height: 1;}
#search .chec input[type="checkbox"] { display: none;}
#search .chec label {
  padding-left: 30px;
  position: relative;
  margin: 10px auto 0;
  display: inline-block;}
#search .chec label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #DCE2EB;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;}
#search .chec input[type="checkbox"]:checked + .item-label::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 7px;
  border-left: 3px solid #1D4494;
  border-bottom: 3px solid #1D4494;
  transform: rotate(-45deg);}
#search .btn {
  display: flex;
  gap:10px;
  justify-content: center;}
#search input[type="reset"] {
  margin: 0;
  display: block;
  border: none;
  background: #646971;
  color: #fff;
  width: 200px;
  height: 48px;
  font-weight: bold;}
#search input[type="submit"] {
  display: block;
  margin: 0;
  border: none;
  background: #1D4494;
  color: #fff;
  width: 200px;
  height: 48px;
  font-weight: bold;}
@media screen and (max-width: 768px){
  #search { padding: 15vw 0 0;}
  #search .whitebox { padding: 10vw 8vw;}
  #search .area { gap: 8px 12px;}}
@media screen and (max-width: 480px){
  #search .btn { flex-wrap: wrap;}
  #search .whitebox {padding: 8vw 4vw;}
  #search .chec label { padding-left: 26px;}}

/* --------------------
   property
-------------------- */
#property { padding: 80px 0 140px;}
#property .item { border-top: 1px solid #DCE2EB;}
#property h1 { margin: 60px 0 30px;}
#property .list table {
  margin: 0 0 40px;
  color: #1B2431;
  font-weight: 500;
  width: 100%;}
#property .list table th,
#property .list table td {
  padding: 7px 0;
  text-align: left;
  border-bottom:1px solid #DCE2EB;}
#property .list table th {
  font-weight: 500;
  padding-right: 50px;}

#property .list .label {
  background: #DCE2EB;}

#property .point {
  padding: 20px 30px;
  background: #fff;
  border-radius: 6px;}
#property .point img {
  display: inline-block;
  margin-right: 4px;}
#property .point p {
  margin-top: 4px;
  color: #1B2431;
  line-height: 1.4;}
#property a.more {
  display: block;
  margin: 40px auto 80px;
  position: relative;
  background: #1D4494;
  text-align: center;
  color: #fff;
  line-height: 64px;
  max-width: 320px;}
#property a.more img {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;}
@media screen and (max-width: 1280px){
  #property { padding: 10vw 0 20vw;}}
@media screen and (min-width: 1080px){
  #property .flex { display: flex; gap: 80px;}
  #property .flex .photo { max-width: 460px;width: 100%;}
  #property .flex .textbox { width: 100%;}}
@media screen and (max-width: 1080px){
  #property .flex .photo { margin-bottom: 40px;}}
@media screen and (max-width: 768px){
  #property .flex .photo { margin-bottom: 20px;}
  #property .list table { margin-bottom: 30px;}
  #property .list table th,
  #property .list table td { display: block;}
  #property .list table th { padding-bottom: 0;border: none;font-weight: bold;}
  #property .point { padding: 20px 4vw;}
  #property a.more { margin-top: 30px;}
  #property .list table td { padding-top: 0;}}