@charset "UTF-8";
#item_search #main p.description {
  margin-bottom: 20px;
}

#item_search #main input[type="text"] {
  width: 150px;
  margin-right: 4px;
}

@media only screen and (max-width: 767px) {
  /*スマホのみ*/
  #main #main_content>.wrapper {
    padding: 0;
  }
  #item_search #main p.description {
    padding: 0 2.5%;
  }
  #item_search #sidebar {
    display: none;
  }
}


/* =============================================
テーブル（dl）
============================================= */

#item_search div.form_jsearch {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  /*スマホのみ*/
  #item_search div.form_jsearch {
    border: none;
  }
}

#item_search div.form_jsearch dt {
  background-color: #e8e8e8;
  text-align: left;
  font-weight: bold;
  font-size: 15px;
  padding: 8px 18px;
}

@media only screen and (max-width: 767px) {
  /*スマホのみ*/
  #item_search div.form_jsearch dt {
    background-color: #d1d1d1;
    font-size: 18px;
    padding: 6px 12px;
  }
}

#item_search div.form_jsearch dd {
  padding: 16px 18px;
  font-size: 13px;
}

#item_search div.form_jsearch dd p.no_data {
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 767px) {
  /*スマホのみ*/
  #item_search div.form_jsearch dd {
    padding: 0;
    font-size: 16px;
  }
  #item_search div.form_jsearch dd.chikunen,
  #item_search div.form_jsearch dd.kakaku,
  #item_search div.form_jsearch dd.menseki,
  #item_search div.form_jsearch dd.chinryo {
    padding: 14px 14px;
  }
  #item_search div.form_jsearch dd p.no_data {
    padding: 14px 14px;
  }
}

#item_search div.form_jsearch dd h5 {
  font-weight: bold;
  font-size: 15px;
  margin-top: 14px;
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  /*スマホのみ*/
  #item_search div.form_jsearch dd h5 {
    font-size: 17px;
    background-color: #e8e8e8;
    font-weight: bold;
    padding: 8px 14px;
    margin-top: -1px;
    margin-bottom: 0;
  }
}

#item_search div.form_jsearch dd h5:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  /*PCのみ*/
  #item_search div.form_jsearch dd ul {
    display: flex;
    flex-wrap: wrap;
  }
  #item_search div.form_jsearch dd ul {
    margin-top: -8px;
    margin-left: -8px;
  }
  #item_search div.form_jsearch dd li {
    margin-top: 8px;
    margin-left: 8px;
    width: 204px;
  }
}

@media only screen and (max-width: 767px) {
  /*スマホのみ*/
  #item_search div.form_jsearch dd li {
    border-bottom: 1px solid #e3e3e3;
  }
  #item_search div.form_jsearch dd input+span {
    background-color: transparent;
    margin-bottom: 0;
    padding: 12px 10px 12px 38px;
  }
  #item_search div.form_jsearch dd input[type="checkbox"]:checked+span,
  #item_search div.form_jsearch dd input[type="radio"]:checked+span {
    background-color: #f2f2f2;
  }
}


/* =============================================
フォーム
============================================= */

#item_search #main div.form_jsearch input[type="checkbox"] + span:before,
#item_search #main div.form_jsearch input[type="radio"] + span:before {
  top: 2px;
}

#item_search #main div.form_jsearch input[type="checkbox"]:checked + span:after {
  top: 8px;
}

#item_search #main div.form_jsearch input[type="radio"]:checked + span:after {
  top: 5px;
}

#item_search #main div.form_jsearch dd.all_checked h5 input[type="checkbox"]+span {
  padding-left: 28px;
}
#item_search #main div.form_jsearch dd.all_checked h5 input[type="checkbox"]+span:before {
  width: 20px;
  height: 20px;
  top: 2px;
}
#item_search #main div.form_jsearch dd.all_checked h5 input[type="checkbox"]+span:after {
  width: 11px;
  height: 6px;
  top: 9px;
  left: 5px;
  border-left: 2px solid #1d1d1d;
  border-bottom: 2px solid #1d1d1d;
}

@media print, screen and (min-width: 768px) {
  /*PCのみ*/
  #item_search #main div.form_jsearch dd.all_checked h5 {
    margin-bottom: 6px;
  }
  #item_search #main div.form_jsearch dd.all_checked ul {
    padding: 0 8px;
  }
  #item_search #main div.form_jsearch dd.all_checked ul li {
    width: 200px;
  }
  #item_search #main div.form_jsearch dd select {
    font-size: 15px;
  }
}

#item_search #main div.submit {
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
}


#item_search #main div.submit {
  text-align: center;
}

#item_search #main div.submit input {
  width: 100%;
  max-width: 360px;
  background-color: #4C4C4C;
  color: #FFFFFF;
  border: none;
  padding: 16px 8px;
}

#item_search #main div.submit input:hover {
  background-color: #333333;
}

@media only screen and (max-width: 767px) {
  /*スマホのみ*/
  #item_search #main div.form_jsearch dd.all_checked h5 {
    padding: 0;
  }
  #item_search #main div.form_jsearch dd.all_checked h5 label {
    padding: 8px 10px;
  }

  #item_search #main div.form_jsearch input[type="checkbox"] + span:before,
  #item_search #main div.form_jsearch input[type="radio"] + span:before {
    top: 17px;
    left: 17px;
  }

  #item_search #main div.form_jsearch input[type="checkbox"]:checked + span:after {
    top: 23px;
    left: 21px;
  }

  #item_search #main div.form_jsearch input[type="radio"]:checked + span:after {
    top: 20px;
    left: 20px;
  }
  #item_search #main div.form_jsearch dd.all_checked h5 input[type="checkbox"]+span {
    padding: 0 0 0 26px;
  }
  #item_search #main div.form_jsearch dd.all_checked h5 input[type="checkbox"]+span:before {
    top: 3px;
    left: 0;
  }
  #item_search #main div.form_jsearch dd.all_checked h5 input[type="checkbox"]+span:after {
    top: 10px;
  }
  #item_search div.form_jsearch dd.all_checked h5 input[type="checkbox"]:checked+span {
    background-color: transparent;
  }
  #item_search #main div.submit {
    background: rgba(100,100,100,0.9);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 6px 10px;
  }
  #item_search #main div.submit_wrap {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    vertical-align: text-bottom;
  }
  #item_search #main div.submit_wrap::before {
    position: absolute;
    font-family: icon_set_v1 !important;
    speak: none !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    top: 50%;
    content: '\ea20';
    font-size: 21px;
    left: 12px;
    margin-top: -8px;
    color: #fff;
    z-index: 1;
  }
  #item_search #main div.submit input {
    padding: 7px 44px;
    border-radius: 3px;
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: 0 4px 0 #333;
    width: auto;
    max-width: 100%;
    font-size: 15px;
    font-weight: bold;
  }
  #item_search #main div.submit input:hover {
    background-color: #4C4C4C;
  }
  footer {
    padding-bottom: 58px;
  }
}
