/* breakpoint
-------------------------------------------*/
.p-kensaku {
  padding-top: 110px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-kensaku {
    padding-top: 76px;
    margin-bottom: 30px;
  }
}
.p-kensaku__container {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-kensaku__container {
    width: auto;
    padding: 0 20px;
  }
}
.p-kensaku1 {
  border-bottom: 1px solid #e0e0e0;
  padding: 46px 0 13px;
}
@media screen and (max-width: 767px) {
  .p-kensaku1 {
    padding: 20px 0;
  }
}
.p-kensaku1__tit {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.468px;
}
@media screen and (max-width: 767px) {
  .p-kensaku1__tit {
    font-size: 17px;
  }
}
.p-kensaku2 {
  border-top: 1px solid #e0e0e0;
  margin-top: 49px;
  padding: 23px 0 27px;
}
@media screen and (max-width: 767px) {
  .p-kensaku2 {
    margin-top: 20px;
    padding: 20px 0;
  }
}
.p-kensaku2__inner1 {
  width: 823px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-kensaku2__inner1 {
    width: auto;
  }
}
.p-kensaku2__txt {
  font-size: 14px;
  letter-spacing: 2.52px;
  color: #4a4a4a;
}
.p-kensaku2__form {
  margin: 23px 0 0;
}
@media screen and (max-width: 767px) {
  .p-kensaku2__form {
    margin-top: 20px;
  }
}
.p-kensaku2__form__box {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-kensaku2__form__box {
    display: block;
  }
}
.p-kensaku2__form__select {
  border: 1px solid #cfcfcf;
  position: relative;
  width: 195px;
  margin-right: 9px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-kensaku2__form__select {
    width: 100%;
    margin: 0 0 15px;
  }
}
.p-kensaku2__form__select::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #231815 transparent transparent transparent;
  position: absolute;
  top: calc(50% - 5px);
  letter-spacing: 10px;
  left: 25px;
}
.p-kensaku2__form__select select {
  opacity: 0;
  position: absolute;
  top: 0;
  letter-spacing: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 15px;
  cursor: pointer;
}
.p-kensaku2__form__select__value {
  color: #4a4a4a;
  font-weight: bold;
  padding-left: 54px;
  width: 180px;
  line-height: 59px;
  font-size: 18px;
  letter-spacing: 3.24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-kensaku2__form__select__value {
    font-size: 14px;
    line-height: 40px;
    width: auto;
    padding-right: 20px;
  }
}
.p-kensaku2__form__input {
  border: 1px solid #f5f7f9;
  font-size: 18px;
  letter-spacing: 3.24px;
  font-weight: bold;
  border-radius: 5px;
  background: #f6f7f9;
  padding: 0 22px;
  width: 389px;
  box-sizing: border-box;
  flex: 1;
  border: 1px solid #cfcfcf;
}
.p-kensaku2__form__input::placeholder {
  color: #b4b4b5;
  opacity: 1;
}
.p-kensaku2__form__input:-ms-input-placeholder {
  color: #b4b4b5;
}
.p-kensaku2__form__input::-ms-input-placeholder {
  color: #b4b4b5;
}
@media screen and (max-width: 767px) {
  .p-kensaku2__form__input {
    width: 100%;
    font-size: 14px;
    height: 40px;
  }
}
.p-kensaku2__form__input:focus {
  outline: none;
}
.p-kensaku2__form__submit {
  border: none;
  border-radius: 5px;
  width: 143px;
  margin: 0 0 0 8px;
  padding: 0 0 0 22px;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 4.32px;
  font-weight: bold;
  background: url(/image/kensaku/zoom.svg) no-repeat center right 23px #d80516;
  background-size: 35px 35px;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-kensaku2__form__submit {
    margin: 15px auto 0;
    display: block;
    height: 40px;
    background-position: center right 15px;
    background-size: 25px 25px;
    font-size: 18px;
    padding: 0 0 0 15px;
    width: 105px;
  }
}
.p-kensaku2__form__submit:focus {
  outline: none;
}
.p-kensaku2__form__radio {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-kensaku2__form__radio {
    display: block;
  }
}
.p-kensaku2__form__radio li {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .p-kensaku2__form__radio li {
    margin: 10px 0 0;
  }
}
.p-kensaku2__form__radio input {
  display: none;
}
.p-kensaku2__form__radio input:checked + label::after {
  opacity: 1;
}
.p-kensaku2__form__radio label {
  display: block;
  font-size: 14px;
  letter-spacing: 2.52px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.p-kensaku2__form__radio label::before {
  content: "";
  border: 1px solid #4a4a4a;
  border-radius: 50px;
  position: absolute;
  top: 1px;
  left: 0;
  width: 14px;
  height: 14px;
}
.p-kensaku2__form__radio label::after {
  content: "";
  position: absolute;
  background: #4a4a4a;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  top: 4px;
  left: 3px;
  opacity: 0;
}
.p-kensaku2__form__radio__txt {
  margin: 0 0 10px !important;
  letter-spacing: 2.9px;
}
@media screen and (max-width: 767px) {
  .p-kensaku2__form__radio__txt {
    margin: 10px 0 0px !important;
  }
}
.p-kensaku2__inner2 {
  border-top: 1px solid #e0e0e0;
  margin-top: 39px;
  padding: 20px 0 0;
  display: none;
}
.p-kensaku2__inner2.is-show {
  display: block;
}
.p-kensaku2__pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-kensaku2__pagenavi li + li {
  margin-left: 5px;
}
.p-kensaku2__pagenavi li:only-child {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .p-kensaku2__pagenavi li {
    margin-bottom: 5px;
  }
}
.p-kensaku2__pagenavi li a {
  display: block;
  border: 1px solid #a4a4a4;
  color: #000000;
  font-size: 14px;
  letter-spacing: 2.52px;
  line-height: 25px;
  min-width: 27px;
  text-align: center;
}
.p-kensaku2__pagenavi li a.is-active {
  background: #df0615;
  color: #ffffff;
  border-color: #df0615;
}
.p-kensaku2__pagenavi li a.is-go {
  padding: 0 5px;
}
.p-kensaku2__pagenavi li.next a, .p-kensaku2__pagenavi li.pre a {
  padding: 0 8px;
}
.p-kensaku2__pagenavi li.next.is-hide, .p-kensaku2__pagenavi li.pre.is-hide {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-kensaku2__pagenavi li.next.is-hide, .p-kensaku2__pagenavi li.pre.is-hide {
    display: none;
  }
}
.p-kensaku2__txt3 {
  font-size: 15px;
  letter-spacing: 2.7px;
  font-weight: bold;
  margin: 35px 0 17px;
}
@media screen and (max-width: 767px) {
  .p-kensaku2__txt3 {
    margin: 20px 0 15px;
  }
}
.p-kensaku2__table {
  width: 100%;
  overflow: auto;
  margin-bottom: 39px;
}
.p-kensaku2__table.is-hide {
  display: none;
}
.p-kensaku2__table table {
  width: 980px;
  border-collapse: collapse;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .p-kensaku2__table table {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-kensaku2__table thead {
    display: none;
  }
}
.p-kensaku2__table th,
.p-kensaku2__table td {
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  font-size: 14px;
  line-height: 20.56px;
}
.p-kensaku2__table th {
  background: #e2e2e2;
  text-align: center;
  padding: 13px 10px;
  letter-spacing: 2.52px;
  border-bottom: none;
  border-top: 1px solid #a7a7a7;
}
.p-kensaku2__table td {
  border-bottom: 1px solid #a7a7a7;
  padding: 9px 10px 6px;
  letter-spacing: 2.52px;
  background: #f3f3f3;
  transition: 500ms;
}
.p-kensaku2__table td:nth-child(1) {
  text-align: center;
}
.p-kensaku2__table td:nth-child(3) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-kensaku2__table td:nth-child(3) {
    border-bottom: none !important;
    position: relative;
  }
  .p-kensaku2__table td:nth-child(3)::before {
    content: "";
    position: absolute;
    left: 50%;
    height: 10px;
    width: 1px;
    background: #a7a7a7;
    bottom: -5px;
  }
}
.p-kensaku2__table td:nth-child(4) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-kensaku2__table td:nth-child(4) {
    border-top: none !important;
  }
}
.p-kensaku2__table td:nth-child(5) {
  text-align: right;
}
@media screen and (min-width: 1061px) {
  .p-kensaku2__table td:nth-child(5) {
    white-space: nowrap;
  }
}
.p-kensaku2__table td:nth-child(6) {
  min-width: 240px;
}
@media screen and (min-width: 1061px) {
  .p-kensaku2__table td:nth-child(6) {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .p-kensaku2__table td:nth-child(6) {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .p-kensaku2__table td {
    display: block;
    width: auto !important;
    background: #ffffff;
    text-align: center !important;
    border: 1px solid #a7a7a7 !important;
    margin-top: -1px;
  }
  .p-kensaku2__table td:first-child {
    background: #333333 !important;
    border-color: #333333 !important;
    color: #ffffff;
  }
}
.p-kensaku2__table__content tr:nth-child(2n+1) td {
  background: #ffffff;
}
.p-kensaku2__table__content tr:not(.page1) {
  display: none;
}
.p-kensaku2__table__content tr.is-hide {
  display: none !important;
}
.p-kensaku2__table__content tr.is-show {
  display: table-row !important;
}
.p-kensaku3 {
  background: #f1f1f1;
  padding: 36px 0 36px;
}
@media screen and (max-width: 767px) {
  .p-kensaku3 {
    padding: 20px 0;
  }
}
.p-kensaku3__list {
  border: 40px solid #d8d8d8;
  background: #ffffff;
  padding: 36px 50px 36px 50px;
}
@media screen and (max-width: 767px) {
  .p-kensaku3__list {
    border-width: 20px;
    padding: 20px;
  }
}
.p-kensaku3__list li {
  letter-spacing: 2.52px;
  padding-left: 15px;
  line-height: 26.56px;
  position: relative;
}
.p-kensaku3__list li a {
  text-decoration: underline;
}
.p-kensaku3__list li::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: #434343;
  top: 8px;
  left: 0;
}
.p-kensaku4 {
  padding: 93px 0 5px;
}
@media screen and (max-width: 767px) {
  .p-kensaku4 {
    padding: 0;
  }
}
.p-kensaku4__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-kensaku4__list li {
  width: 25%;
  text-align: center;
}
@media screen and (min-width: 1061px) {
  .p-kensaku4__list li:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .p-kensaku4__list li {
    padding: 25px 0;
    width: 50%;
  }
}
.p-kensaku4__list li .fa {
  font-size: 40px;
  color: #a3a3a3;
}
.p-kensaku4__list__txt {
  font-size: 12px;
  letter-spacing: 0.3px;
  margin-top: 14px;
}