@media only screen and (max-width: 767px) {
  .main {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .main {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .page-ttl {
    margin-bottom: 37px;
  }
}
@media (min-width: 768px) {
  .page-ttl {
    margin-bottom: 66px;
  }
}

.disclaimer {
  background: #f9fafb;
  border: 1px solid #e3e3e3;
}
@media only screen and (max-width: 767px) {
  .disclaimer {
    height: 152px;
    overflow-y: scroll;
    padding: 20px 18px 0;
  }
}
@media (min-width: 768px) {
  .disclaimer {
    padding: 30px 25px 25px;
  }
}

.disclaimer-ttl {
  font-size: 1.3rem;
  margin-bottom: 1.4rem;
}

.disclaimer-text {
  font-size: 1.2rem;
  line-height: 1.333;
  margin-bottom: 12px;
}

.disclaimer-list li {
  font-size: 1.2rem;
  line-height: 1.333;
  margin-left: 1em;
  text-indent: -1em;
}
.disclaimer-list li + li {
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  .is-condition {
    margin-block: 40px 36px;
  }
}
@media (min-width: 768px) {
  .is-condition {
    display: none;
  }
}
.is-condition a {
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  color: #000;
  display: -ms-grid;
  display: grid;
  height: 34px;
  place-content: center;
  text-decoration: none;
  width: 100%;
}
.is-condition a span {
  background: url("/common/img/blueprint/icon-filter.svg") no-repeat left center/13px auto;
  display: inline-block;
  padding-left: 24px;
}

.conditions {
  margin-block: 50px;
}
@media (min-width: 768px) {
  .conditions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 34px 130px;
  }
}

@media only screen and (max-width: 767px) {
  .condition + .condition {
    margin-top: 38px;
  }
}

.condition-ttl {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.285;
  margin-bottom: 8px;
  padding-left: 28px;
}
.condition-ttl label {
  cursor: auto;
}
.condition-ttl label[for=os] {
  color: #005ecf;
  font-weight: bold;
}

.condition-input {
  position: relative;
}
.condition-input input[type=text] {
  background: #f3f3f5;
  border: none;
  border-radius: 2px;
  height: 34px;
  padding-inline: 12px 20px;
  width: 100%;
}

.condition-input-clear {
  display: none;
  position: absolute;
  right: 12px;
  top: 50%;
  translate: 0 -50%;
}
.condition-input-clear img {
  display: block;
}

.condition-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.condition-radio input {
  display: none;
}
@media only screen and (max-width: 767px) {
  .condition-radio li {
    width: 100%;
  }
}
.condition-radio label {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  display: -ms-grid;
  display: grid;
  height: 33px;
  place-content: center;
}
@media only screen and (max-width: 767px) {
  .condition-radio label {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .condition-radio label {
    width: 76px;
  }
}
.condition-radio label:has(input:checked) {
  background: #005ecf;
  border-color: #005ecf;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .condition-checkbox {
    display: -ms-grid;
    display: grid;
    gap: 6px;
    -ms-grid-columns: 1fr 6px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .condition-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
  }
}
.condition-checkbox input {
  display: none;
}
.condition-checkbox label {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  display: -ms-grid;
  display: grid;
  height: 33px;
  place-content: center;
}
@media (min-width: 768px) {
  .condition-checkbox label {
    padding-inline: 15px;
  }
}
.condition-checkbox label:has(input:checked) {
  background: #005ecf;
  border-color: #005ecf;
  color: #fff;
}

.condition-offer {
  color: #707070;
  margin-top: 6px;
}

@media (min-width: 768px) {
  .condition-os {
    width: 300px;
  }
}
.condition-os .condition-ttl {
  background-image: url("/common/img/blueprint/icon-os.svg");
}

.condition-pump .condition-ttl {
  background-image: url("/common/img/blueprint/icon-pump-type.svg");
}

@media (min-width: 768px) {
  .condition-model {
    width: 370px;
  }
}
.condition-model .condition-ttl {
  background-image: url("/common/img/blueprint/icon-model.svg");
}

.condition-maker {
  width: 100%;
}
.condition-maker .condition-ttl {
  background-image: url("/common/img/blueprint/icon-maker.svg");
}
@media only screen and (max-width: 767px) {
  .condition-maker .condition-radio {
    display: -ms-grid;
    display: grid;
    gap: 6px;
    -ms-grid-columns: 1fr 6px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .condition-maker .condition-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
  }
}
.condition-maker .condition-radio input {
  display: none;
}
.condition-maker .condition-radio label {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  display: -ms-grid;
  display: grid;
  height: 33px;
  place-content: center;
  width: auto;
}
@media (min-width: 768px) {
  .condition-maker .condition-radio label {
    padding-inline: 15px;
  }
}
.condition-maker .condition-radio label:has(input:checked) {
  background: #005ecf;
  border-color: #005ecf;
  color: #fff;
}

.result {
  border-top: 1px solid #e3e3e3;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .result {
    margin-bottom: 85px;
  }
}
@media (min-width: 768px) {
  .result {
    margin-bottom: 50px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
@media only screen and (max-width: 767px) {
  .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .pagination {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.pagination a {
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  display: -ms-grid;
  display: grid;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  height: 32px;
  place-content: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pagination a.active {
  background: #005ecf;
  border-color: #005ecf;
  color: #fff;
}
@media (min-width: 768px) {
  .pagination a:hover {
    background: #005ecf;
    border-color: #005ecf;
    color: #fff;
  }
}

.pagination-prev a {
  width: 77px;
}

.pagination-num a {
  width: 32px;
}

.pagination-dots {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 32px;
}

.pagination-next a {
  width: 77px;
}

.result-body {
  margin-block: 30px;
}
@media only screen and (max-width: 767px) {
  .result-body {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .result-offer-top {
    font-size: 1rem;
    margin-top: 10px;
    margin-left: 1em;
    text-indent: -1em;
  }
}
@media (min-width: 768px) {
  .result-offer-top {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .result-empty {
    padding: 40px 20px;
  }
}
@media (min-width: 768px) {
  .result-empty {
    padding: 40px 20px;
  }
}
.result-empty p {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .result-offer {
    font-size: 1rem;
    margin-bottom: 10px;
    margin-left: 1em;
    text-indent: -1em;
  }
}
@media (min-width: 768px) {
  .result-offer {
    font-size: 1rem;
    margin-top: 6px;
  }
}

.result-table {
  border-collapse: collapse;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .result-table {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .result-table thead {
    display: none;
  }
}
.result-table th {
  background: #005ecf;
  border: 1px solid #e3e3e3;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .result-table th {
    height: 43px;
    padding: 7px 15px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .result-table th sup {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .result-table tbody {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .result-table tr {
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    display: block;
    padding: 20px 15px;
  }
}
@media (min-width: 768px) {
  .result-table tr:nth-child(even) {
    background: rgba(0, 94, 207, 0.06);
  }
}
@media only screen and (max-width: 767px) {
  .result-table tr + tr {
    margin-top: 16px;
  }
}
.result-table td {
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .result-table td {
    display: block;
  }
}
@media (min-width: 768px) {
  .result-table td {
    border: 1px solid #e3e3e3;
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .result-table td.result-maker {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .result-table td:not(.result-maker):not(.result-model) {
    border-top: 1px solid #e3e3e3;
    margin-top: 15px;
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .result-table td > span {
    display: none;
  }
}

@media (min-width: 768px) {
  .result-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .result-item + .result-item {
    margin-top: 7px;
  }
}
@media (min-width: 768px) {
  .result-item + .result-item {
    margin-top: 10px;
  }
}
.result-item p {
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .result-item p span {
    display: none;
  }
}
.result-item p span sup {
  font-size: 1rem;
}
.result-item ul {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .result-item ul {
    display: -ms-grid;
    display: grid;
    gap: 7px;
    -ms-grid-columns: 1fr 7px 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 7px;
  }
}
@media (min-width: 768px) {
  .result-item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 5px;
  }
}

.result-button-pdf {
  background: #fff0f0;
  border: 1px solid #ff8787;
  border-radius: 1px;
  color: #d12f2e;
  display: -ms-grid;
  display: grid;
  font-size: 1.3rem;
  height: 30px;
  place-content: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .result-button-pdf {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .result-button-pdf {
    width: 66px;
  }
}
@media (min-width: 768px) {
  .result-button-pdf:hover {
    background: #d12f2e;
    border-color: #d12f2e;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .result-button-pdf:hover span::before {
    background: #fff;
  }
}
.result-button-pdf span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.result-button-pdf span::before {
  background: #d12f2e;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  -webkit-mask-image: url("/common/img/blueprint/icon-download.svg");
          mask-image: url("/common/img/blueprint/icon-download.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 15px;
}

.result-button-cad {
  background: #f0fdf4;
  border: 1px solid #baf8cf;
  border-radius: 1px;
  color: #008236;
  display: -ms-grid;
  display: grid;
  font-size: 1.3rem;
  height: 30px;
  place-content: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .result-button-cad {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .result-button-cad {
    width: 66px;
  }
}
@media (min-width: 768px) {
  .result-button-cad:hover {
    background: #008236;
    border-color: #008236;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .result-button-cad:hover span::before {
    background: #fff;
  }
}
.result-button-cad span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.result-button-cad span::before {
  background: #008236;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  -webkit-mask-image: url("/common/img/blueprint/icon-download.svg");
          mask-image: url("/common/img/blueprint/icon-download.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 15px;
}

@media (min-width: 768px) {
  .result-maker {
    width: 140px;
  }
}

@media (min-width: 768px) {
  .result-model {
    width: 238px;
  }
}

@media (min-width: 768px) {
  .result-os {
    width: 380px;
  }
}