@charset "UTF-8";
html {
  scroll-padding-top: 70px;
  /* 固定ヘッダーの高さ分オフセット */
}

body {
  background-color: #fff !important;
}

#page {
  overflow: visible !important;
}

.hvac-search {
  overflow: visible !important;
}
.hvac-search a:focus {
  outline: none;
}
.hvac-search #contents {
  box-sizing: border-box;
  /* 最初の.sub-section以外のすべてに適用されるスタイル */
}
@font-face {
  font-family: "Noto Sans JP";
  src: local("Noto Sans Japanese Regular"), local("NotoSansJapanese-Regular"), url(https://fonts.gstatic.com/s/notosansjp/v18/-F62fjtqLzI2JPCgQBnw7HFow2os2HUP5pp0erwTqsSGs8dLiZ-nVOFVLsE_RS1PblwsiBhLorUfH78.116.woff2) format("woff2");
  unicode-range: U+2026;
}
.hvac-search #contents .formArea .formText input {
  color: #1A1A1A;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .h1_area {
    width: calc(100% - 140px);
  }
}
.hvac-search #contents .h1_area .p-title_block__logo {
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .h1_area .p-title_block__logo {
    width: auto;
  }
}
.hvac-search #contents .h1_area {
  /* 特定のスタイル */
}
.hvac-search #contents .h1_area:has(.p-title_block__logo) {
  /* 特定のスタイル */
}
.hvac-search #contents .section {
  color: #1A1A1A;
}
.hvac-search #contents .sub-section {
  margin-top: 40px;
}
.hvac-search #contents .text-list-notes-02 {
  margin-top: 15px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .text-list-notes-02 {
    margin-top: 20px;
  }
}
.hvac-search #contents .text-list-notes li,
.hvac-search #contents .text-list-notes-02 li {
  margin: 0;
}
.hvac-search #contents .link-arrow-light-blue--left::after {
  content: none;
}
.hvac-search #contents .link-arrow-light-blue--left::before {
  background: url(/search/jp/common/v3/img/icon_arow_light-blue.svg) 0 0 no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  margin: -2px 0 0 0;
  vertical-align: middle;
  width: 16px;
}

/* 　jsに関連するクラス　*/
/* 初期状態は非表示 */
.js-del-item {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.js-del-item.fade-out {
  opacity: 0;
}

.l-section {
  margin-bottom: 70px;
}

.l-main {
  margin: 0 auto;
  width: 976px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .l-main {
    width: 100%;
  }
}

.lightbox .lb-container {
  padding: 10px;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal main {
  min-width: auto;
}

.modal__overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
}

.modal__container {
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  max-height: 100vh;
  max-width: 976px;
  overflow-y: auto;
  padding: 30px 30px 60px 30px;
  position: relative;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .modal__container {
    max-height: 90vh;
    max-width: 90vw;
    padding: 30px 10px 40px 10px;
  }
}

.modal__title {
  box-sizing: border-box;
  color: #1A1A1A;
  font-size: 2.143em;
  font-weight: 600;
  line-height: 1.18;
  margin-bottom: 0;
  margin-top: 0;
  padding: 20px 0 20px 0;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .modal__title {
    font-size: 18px;
    padding: 10px 0 20px 0;
  }
}

.modal__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(../img/icon/icon-close-line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font: inherit;
  height: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  /* absoluteからfixedに変更 */
  top: 20px;
  width: 30px;
  z-index: 10;
  /* 必要に応じて */
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .modal__close {
    top: 20px;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .modal__close {
    background-size: 25px 25px;
    right: 10px;
    top: 10px;
  }
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .modal__content {
    margin-top: 10px;
  }
}
.modal__content--scroll {
  box-sizing: border-box;
  max-height: 400px;
  overflow-y: auto;
  padding: 10px; /* 必要に応じて変更 */
}

.modal__btn {
  -webkit-appearance: button;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  background-color: #e6e6e6;
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  text-transform: none;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
  will-change: transform;
}

.modal__btn:focus,
.modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.formWrap.js-suggest {
  overflow: visible;
}

.autoComplete_wrapper {
  display: inline-block;
  position: relative;
}

.autoComplete_wrapper > input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all -webkit-transform 0.4s ease;
  box-sizing: border-box;
  outline: none;
  text-overflow: ellipsis;
  transition: all 0.4s ease;
}

.autoComplete_wrapper > input::-moz-placeholder {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
  transition: all 0.3s ease;
}

.autoComplete_wrapper > input::placeholder {
  -webkit-transition: all -webkit-transform 0.3s ease;
  transition: all 0.3s ease;
}

.autoComplete_wrapper > input:hover::-moz-placeholder {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
  transition: all 0.3s ease;
}

.autoComplete_wrapper > input:hover::placeholder {
  -webkit-transition: all -webkit-transform 0.3s ease;
  transition: all 0.3s ease;
}

.autoComplete_wrapper > input:hover {
  -webkit-transition: all -webkit-transform 0.3s ease;
  color: rgba(255, 122, 122, 0.8);
  transition: all 0.3s ease;
}

.autoComplete_wrapper > input:focus {
  color: #475C85;
  outline: none !important;
}

.autoComplete_wrapper > ul {
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.07);
  border-radius: 0.6rem;
  box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
  box-sizing: border-box;
  left: 0;
  list-style: none;
  margin: 0.5rem 0 0 0;
  max-height: 226px;
  outline: none;
  overflow-y: scroll;
  padding: 0;
  position: absolute;
  right: 0;
  transition: opacity 0.15s ease-in-out;
  z-index: 99999;
}

.autoComplete_wrapper > ul[hidden],
.autoComplete_wrapper > ul:empty {
  display: block;
  opacity: 0;
  transform: scale(0);
}

.autoComplete_wrapper > ul > li {
  background-color: #fff;
  border-radius: 0.35rem;
  color: #1A1A1A;
  font-size: 1rem;
  margin: 0.3rem;
  overflow: hidden;
  padding: 0.3rem 0.5rem;
  text-align: left;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: #477EEB;
  font-weight: bold;
}

.autoComplete_wrapper > ul > li:hover {
  background-color: #F2F2F2;
  cursor: pointer;
}

.autoComplete_wrapper > ul > li[aria-selected=true] {
  background-color: #F2F2F2;
}

@media only screen and (max-width: 600px) {
  .autoComplete_wrapper > input {
    width: 18rem;
  }
}
/* オートコンプリート履歴のスタイル */
.autoComplete_history_title {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 12px;
  text-transform: uppercase;
}

.autoComplete_history_item {
  align-items: center;
  background-color: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding: 10px 12px;
  position: relative;
}

.autoComplete_history_item:hover {
  background-color: #F2F2F2;
}

.autoComplete_history_item:last-child {
  border-bottom: none;
}

/* 履歴テキスト部分 */
.history_text {
  cursor: pointer;
  flex: 1;
}

/* バツボタンのスタイル */
.history_delete_btn {
  align-items: center;
  background: none;
  border: none;
  color: #666666;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 30px;
  height: 30px;
  justify-content: center;
  margin-left: 8px;
  opacity: 0;
  transition: all 0.2s ease;
  visibility: hidden;
  width: 30px;
}

.history_delete_btn:hover {
  transform: scale(1.1);
}

/* hover時にバツボタンを表示 */
.autoComplete_history_item:hover .history_delete_btn {
  opacity: 1;
  visibility: visible;
}

/* OneTrustとの干渉を防ぐための履歴リストスタイル */
#autoComplete_history_list {
  isolation: isolate !important;
  pointer-events: auto !important;
  position: absolute !important;
  z-index: 9999999 !important;
}

/* OneTrust要素に影響されないよう履歴アイテムを保護 */
.autoComplete_history_item,
.autoComplete_history_title,
.history_text,
.history_delete_btn {
  pointer-events: auto !important;
  z-index: inherit !important;
}

/* OneTrustが存在する場合の追加保護 */
body:has([id*=onetrust]) #autoComplete_history_list {
  contain: layout style !important;
}

.autoComplete_data_heading {
  background-color: #e8f5e8;
  border-bottom: 1px solid #c8e6c9;
  color: #2e7d32;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 12px;
  text-transform: uppercase;
}

/* 履歴とデータの区切り */
.hvac-search .c-btn-main {
  padding: 15px 16px 15px 32px;
  width: 270px;
}
.hvac-search .c-btn-main p, .hvac-search .c-btn-main span {
  background: url(/search/jp/common/v3/img/icon_large-arow_white.svg) no-repeat right 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.hvac-search .c-btn-main span {
  display: block;
}
.hvac-search .c-btn-main:hover p {
  color: #fff !important;
}
.hvac-search .c-btn-main--hvac {
  background-color: #475C85;
  border-color: #475C85;
}
.hvac-search .c-btn-main--hvac span {
  color: #fff;
}
.hvac-search .c-btn-main--small {
  padding: 12px 14px;
}
.hvac-search .c-btn-main--guide {
  padding: 10px 14px;
  width: 200px;
}
.hvac-search .c-btn-main--guide p {
  font-size: 15px;
}
.hvac-search .c-btn-main.compare {
  width: 172px;
}
.hvac-search .c-btn-sub {
  background-color: #fff;
  width: 270px;
}
.hvac-search .c-btn-sub p {
  background: url(/search/jp/common/v3/img/icon_large-arow_black.svg) no-repeat right 50%;
  color: #333;
}
.hvac-search .c-btn-sub:hover p {
  color: #333 !important;
}
.hvac-search .c-btn-secondary {
  width: 350px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .c-btn-secondary {
    width: 100%;
  }
}
.hvac-search .c-btn-secondary.c-btn-back.btn_link {
  position: relative;
}
.hvac-search .c-btn-secondary.c-btn-back.btn_link p {
  background: none;
  line-height: 18px;
  padding-left: 18px; /* 矢印分の余白を確保 */
  position: relative;
}
.hvac-search .c-btn-secondary.c-btn-back.btn_link p::before {
  border: solid #333;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  left: 0;
  padding: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(135deg); /* 矢印の向きを調整 */
}
.hvac-search .c-btn-secondary-icon {
  box-sizing: border-box;
  height: 72px;
  padding: 12px 20px;
  width: 320px;
}
.hvac-search .c-btn-secondary-icon p {
  align-items: center;
  display: flex;
  height: 100%;
}
.hvac-search .c-btn-secondary-icon p span {
  flex-grow: 1;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .c-btn-secondary-icon {
    width: 100%;
  }
}
.hvac-search .c-btn-secondary-icon p {
  line-height: 24px;
}
.hvac-search .c-btn-secondary-icon--small {
  height: auto;
  padding: 12px 20px;
  width: 270px;
}
.hvac-search .c-btn-secondary-icon--small p {
  line-height: 1.2;
}
.hvac-search .c-btn-secondary-icon--no-arrow p {
  background: none;
}
.hvac-search .c-btn-icon-menu {
  box-sizing: border-box;
  padding: 12px 0;
  width: 150px;
}
.hvac-search .c-btn-icon-menu p {
  align-items: center;
  display: flex;
  height: 100%;
}
.hvac-search .c-btn-icon-menu p span {
  flex-grow: 1;
}
.hvac-search .c-btn-icon-menu p {
  -moz-column-gap: 5px;
  background: none;
  column-gap: 5px;
  justify-content: center;
  padding: 0;
}
.hvac-search .c-btn-icon-menu p span {
  flex-grow: 0;
  font-size: 14px;
}
.hvac-search .c-btn-icon-menu--primary {
  background-color: #475C85;
  border-color: #475C85;
}
.hvac-search .c-btn-icon-menu--primary span {
  color: #fff;
}
.hvac-search .c-btn-icon-menu--primary p:hover {
  color: #fff;
}
.hvac-search .c-btn-icon-menu.is-disabled {
  background-color: #F2F2F2;
  border-color: #ddd;
  color: #ADADAD;
  pointer-events: none;
}
.hvac-search .c-btn-icon-menu.is-disabled span {
  color: #ADADAD;
}
.hvac-search .c-btn-icon-menu.is-disabled img {
  filter: grayscale(100%); /* アイコンの色をグレースケールにする */
  opacity: 0.3; /* アイコンも薄くする */
}
.hvac-search .c-btn-round {
  align-items: center;
  background-color: #475C85;
  border: 1px solid #000;
  border: none;
  border-radius: 9999px; /* 非常に大きな値で半円を形成 */
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  padding: 16px 30px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .c-btn-round {
    padding: 13px 30px;
  }
}
.hvac-search .c-btn-round--primary {
  background-color: #475C85;
  color: #fff;
}
.hvac-search .c-btn-round--secondary {
  background-color: #fff;
  border: 1px solid #000;
  color: #333333;
}
.hvac-search .c-btn-round--muted {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #1A1A1A;
  font-size: 14px;
  font-weight: normal;
}
.hvac-search .c-btn-search-more {
  background-color: #475C85;
  border: none;
  border-radius: 100px;
  color: #fff;
  height: 48px;
  width: 172px;
}
.hvac-search .c-btn-circle-cross {
  background: none;
  background-color: #666;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 28px; /* 適宜調整 */
  position: relative;
  width: 28px; /* 適宜調整 */
}
.hvac-search .c-btn-circle-cross:before, .hvac-search .c-btn-circle-cross:after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
}
.hvac-search .c-btn-circle-cross:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hvac-search .c-btn-circle-cross:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hvac-search .c-btn-circle-cross:before, .hvac-search .c-btn-circle-cross:after {
  background: #fff; /* バツ印の色 */
  height: 12px; /* 棒の高さ */
  width: 2px; /* 棒の幅（太さ） */
}
.hvac-search .c-btn-anker {
  color: #1A1A1A;
  display: block;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
.hvac-search .c-btn-anker span {
  background: url(/search/jp/common/v3/img/icon_page-link-large.svg) no-repeat right 50%;
  display: inline-block;
  font-weight: bold;
  padding-right: 25px;
}
.hvac-search .c-btn-anker--border {
  border: 1px solid #ddd;
  margin: 0 auto;
  max-width: 500px;
  padding: 25px 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .c-btn-anker--border {
    padding: 20px 0;
  }
}
.hvac-search .c-btn-balloon {
  -moz-column-gap: 5px;
  align-items: center;
  background-color: #475C85;
  border-radius: 9999px;
  color: #fff;
  column-gap: 5px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 600;
  margin-bottom: 9px;
  padding: 16px 45px;
  position: relative;
}
.hvac-search .c-btn-balloon span {
  align-items: flex-start;
  display: inline-flex;
}
.hvac-search .c-btn-balloon:hover * {
  color: #fff;
  opacity: 1;
}
.hvac-search .c-btn-balloon:before {
  border-color: transparent;
  border-style: solid;
  border-top-color: #475C85;
  border-width: 6.5px;
  content: "";
  height: 0;
  left: 35px;
  position: absolute;
  top: 100%;
  width: 0;
}
.hvac-search .c-btn-balloon--accent {
  background-color: #FFD699;
  color: #1A1A1A;
}
.hvac-search .c-btn-balloon--accent:before {
  border-top-color: #FFD699;
}
.hvac-search .c-btn-balloon--top {
  margin-top: 12px;
}
.hvac-search .c-btn-balloon--top:before {
  border-bottom-color: #475C85;
  border-top-color: transparent;
  top: -12px;
}
.hvac-search .c-btn-icon-link {
  color: #477EEB;
  font-size: 16px;
  font-weight: 600;
}
.hvac-search .c-btn-icon-link:after {
  content: url("../img/icon/icon-link.svg");
  padding-left: 5px;
}
.hvac-search a.c-text-link-icon {
  color: #477EEB;
}
.hvac-search .c-text-link-icon {
  -moz-column-gap: 5px;
  align-items: center;
  column-gap: 5px;
  display: flex;
}
.hvac-search .c-text-link-icon .icon-blue {
  filter: brightness(0) saturate(100%) invert(44%) sepia(79%) saturate(533%) hue-rotate(183deg) brightness(94%) contrast(97%);
}
.hvac-search .c-text-link-icon.js-bulk-download.is-disabled {
  color: #ADADAD;
  pointer-events: none;
}
.hvac-search .c-text-link-icon.js-bulk-download.is-disabled span {
  display: none;
}
.hvac-search .c-text-link-icon.js-bulk-download.is-disabled img {
  display: none;
}
.hvac-search .c-text-link-icon.js-bulk-download.is-disabled:after {
  content: "処理中...";
}
.hvac-search .c-btn-accordion {
  background-color: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: grid;
  font-size: 16px;
  font-weight: 600;
  padding: 17px 0;
  padding-left: 20px;
  padding-right: 40px;
  place-items: center;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
  /* マイナスアイコンのスタイル（JavaScriptでこのクラスを付与する） */
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .c-btn-accordion {
    line-height: 1.2;
  }
}
.hvac-search .c-btn-accordion:before, .hvac-search .c-btn-accordion:after {
  background-color: #000;
  content: "";
  position: absolute;
}
.hvac-search .c-btn-accordion:before {
  height: 14px;
  right: 26px;
  /* 縦の棒 */
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}
.hvac-search .c-btn-accordion:after {
  height: 2px;
  right: 20px;
  /* 横の棒 */
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.hvac-search .c-btn-accordion:hover {
  opacity: 0.6;
}
.hvac-search .c-btn-accordion.is-open::before {
  /* 縦の棒を消す（横の棒だけ残るためマイナス記号に見える） */
  display: none;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .c-btn-accordion {
    text-align: center;
  }
}
.hvac-search .c-btn-accordion--list {
  background-color: #F2F2F2;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.hvac-search .c-btn-sort.is-asc {
  transform: rotate(180deg);
}
.hvac-search #contents .c-breadcrumb {
  color: #333;
  margin: 0 auto;
  margin-top: 10px;
  width: 976px;
}
.hvac-search #contents .c-breadcrumb a {
  color: #333;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .c-breadcrumb {
    width: 100%;
  }
}
.hvac-search #contents .c-breadcrumb--border {
  border-bottom: 1px solid #ccc;
}

.hvac-search #contents .c-pagination {
  -moz-column-gap: 5px;
  column-gap: 5px;
  display: flex;
  list-style: none;
}
.hvac-search #contents .c-pagination__item {
  align-items: center;
  border: 1px solid #000;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 30px;
  min-width: 30px;
}
.hvac-search #contents .c-pagination__item a {
  align-items: center;
  color: #000;
  display: block;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 2px 8px;
  width: 100%;
}
.hvac-search #contents .c-pagination__item--ellipses {
  border: none;
  font-family: "Noto Sans JP";
  min-width: 15px;
  padding: 0 0px;
}
.hvac-search #contents .c-pagination__item.is-active {
  background-color: #475C85;
  border: 1px solid #475C85;
}
.hvac-search #contents .c-pagination__item.is-active a {
  color: #fff;
}

.hvac-search #contents .c-sort-block {
  display: flex;
}
.hvac-search #contents .c-sort-block__list {
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
}
.hvac-search #contents .c-sort-block__item {
  -moz-column-gap: 2px;
  column-gap: 2px;
  display: flex;
}
.hvac-search #contents .c-sort-block__item a {
  -moz-column-gap: 4px;
  align-items: center;
  color: #1A1A1A;
  column-gap: 4px;
  display: flex;
}
.hvac-search #contents .c-sort-block__item a .icon-sort {
  align-items: center;
  background-color: #777777;
  border-radius: 2px;
  display: flex;
  height: 21px;
  justify-content: center;
  width: 20px;
}
.hvac-search #contents .c-sort-block__item a .icon-sort:after {
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  display: inline-block;
  height: 5px;
  width: 9px;
}
.hvac-search #contents .c-sort-block__item a .icon-sort.is-asc:after {
  clip-path: polygon(50% 0%, 0 100%, 100% 100%);
}
.hvac-search #contents .c-sort-block__item a .icon-sort.is-active {
  background-color: #333;
}

.c-tag {
  background-color: #F2F2F2;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 13.5px;
  padding: 7px 8px;
}
.c-tag--theme {
  background-color: #475C85;
  color: #ffffff;
}
.c-tag--gray {
  background-color: #ddd;
}

.c-tag-round {
  background-color: #000000;
  border: 1px solid #000;
  border-radius: 25px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 19.5px;
  margin-right: 1em;
  padding: 2px 10px;
}
.c-tag-round--wht {
  background-color: #fff;
  border: 1px solid #475C85;
}
.c-tag-round--theme {
  background-color: #475C85;
  border: 1px solid #475C85;
  color: #ffffff;
}

.c-form-select {
  position: relative;
}
.c-form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
  box-sizing: border-box;
  height: 48px;
  padding: 0 10px;
  width: 100%;
}
.c-form-select:after {
  border-bottom: solid 1px #1A1A1A;
  border-right: solid 1px #1A1A1A;
  content: "";
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
  /*なくてもOK*/
  transform: rotate(45deg);
  width: 8px;
  z-index: 2;
}
.c-form-select.w-year {
  width: 115px;
}
.c-form-select.w-250 {
  width: 250px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .c-form-select.w-250 {
    max-width: 100%;
    width: auto;
  }
}
.c-form-select.w-400 {
  width: 400px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .c-form-select.w-400 {
    max-width: 100%;
    width: auto;
  }
}
.c-form-select.w-pagecount {
  width: 115px;
}

.c-form-label {
  -moz-column-gap: 5px;
  align-items: center;
  column-gap: 5px;
  cursor: pointer;
  display: flex;
}
.c-form-label .c-form-label-text {
  align-items: center;
  display: flex;
}

.c-form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form-radio + span::before {
  border: 1px solid #ddd;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: -5px;
  margin-right: 5px;
  outline: none;
  position: relative;
  width: 14px;
}
.c-form-radio:checked + span::before {
  background-color: #ADADAD;
  border: 1px solid #ddd;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff;
  height: 14px;
  width: 14px;
}

.c-form-checkbox {
  -webkit-appearance: none;
  /* Webkitブラウザ用のデフォルトスタイルを取り除く */
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex-shrink: 0;
  height: 15px;
  position: relative;
  vertical-align: -5px;
  width: 15px;
}
.c-form-checkbox:checked {
  background-color: #0075FF;
}
.c-form-checkbox:checked:before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  height: 4px;
  left: 2px;
  position: absolute;
  top: 2px;
  transform: rotate(-45deg);
  width: 7px;
}
.c-form-checkbox--large {
  height: calc(15px * 2);
  width: calc(15px * 2);
}
.c-form-checkbox--large:checked:before {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  height: 8px;
  left: 5px;
  top: 6px;
  width: 15px;
}

.c-form-text {
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #1A1A1A;
  padding: 15px 8px;
}
.c-form-text::-moz-placeholder {
  color: #ADADAD;
}
.c-form-text::placeholder {
  color: #ADADAD;
}
.c-form-text:focus {
  border: 1px dashed #ADADAD;
  outline: none !important;
}
.c-form-text.invalid {
  border-color: #b20000 !important;
}

.c-form-text-error-wrap {
  position: relative;
}

.c-form-text-error {
  bottom: -20px;
  color: #b20000;
  font-size: 0.9em;
  position: absolute;
  width: 150px;
}

.c-form-textarea {
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #1A1A1A;
  padding: 15px 8px;
  width: 100%;
}
.c-form-textarea::-moz-placeholder {
  color: #ADADAD;
}
.c-form-textarea::placeholder {
  color: #ADADAD;
}
.c-form-textarea:focus {
  border: 1px dashed #ADADAD;
}

.c-triangle {
  background-color: #475C85;
  clip-path: polygon(50% 100%, 0 0, 100% 0); /* 座標を変更せず */
  display: inline-block;
  height: 30px; /* 高さを少し小さくする */
  width: 80px; /* 横幅を大きくする */
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .c-triangle {
    height: 20px; /* 高さを小さくする */
    width: 60px; /* 幅を小さくする */
  }
}

.hvac-search #contents .c-marker {
  /* マーカーを引く
    rgba(255, 153, 0,0.5) の部分はマーカーの色を指定しています。
  　実装される際は、お好きな色、透明度をお入れ下さい。 */
  background: linear-gradient(transparent 60%, rgba(255, 214, 153, 0.5) 60%); /* マーカーを引く */
  /* インライン属性を指定する */
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  padding-bottom: 5px;
  /* マーカーが引かれる速度を指定 */
  transition: background-size 1.5s;
}
.hvac-search #contents .c-marker.is-active {
  background-size: 100% 100%;
}

.hvac-search #contents .c-balloon {
  -moz-column-gap: 5px;
  align-items: center;
  background-color: #475C85;
  border-radius: 9999px;
  color: #fff;
  column-gap: 5px;
  cursor: pointer;
  display: inline-flex;
  margin-bottom: 9px;
  padding: 8px 45px;
  position: relative;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .c-balloon {
    padding: 8px 24px;
  }
}
.hvac-search #contents .c-balloon span {
  align-items: flex-start;
  display: inline-flex;
}
.hvac-search #contents .c-balloon:before {
  border-color: transparent;
  border-style: solid;
  border-top-color: #475C85;
  border-width: 6.5px;
  content: "";
  height: 0;
  left: 35px;
  position: absolute;
  top: 100%;
  width: 0;
}
.hvac-search #contents .c-balloon--accent {
  background-color: #FFD699;
  color: #1A1A1A;
}
.hvac-search #contents .c-balloon--accent:before {
  border-top-color: #FFD699;
}
.hvac-search #contents .c-balloon--lightmist {
  background-color: #E5EEFF;
  color: #1A1A1A;
}
.hvac-search #contents .c-balloon--lightmist:before {
  border-top-color: #E5EEFF;
}

.c-icon-link-q {
  background-color: #477EEB; /* 背景色 */
  border-radius: 50%; /* 円形にする */
  color: #fff !important; /* テキストの色 */
  display: inline-block;
  font-size: 12px !important; /* フォントサイズ */
  font-weight: bold;
  height: 18px; /* アイコンの高さ */
  line-height: 18px; /* 高さと同じにして垂直方向に中央揃え */
  text-align: center; /* テキストを中央揃え */
  text-decoration: none; /* リンクの下線を外す */
  width: 18px; /* アイコンの幅 */
}
.c-icon-link-q:focus {
  outline: none;
}

.hvac-search #contents .p-title_block {
  display: flex;
  justify-content: space-between;
}
.hvac-search #contents .p-title_block .h1_area h1 {
  padding: 0;
}
.hvac-search #contents .p-title_block .h1_area h1.p-title_block__logo {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
}
.hvac-search #contents .p-title_block .h1_area h1.p-title_block__logo img {
  height: 28px;
  width: auto;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-title_block .h1_area h1.p-title_block__logo img {
    height: 20px;
  }
}
.hvac-search #contents .p-title_block .h1_area .p-title_block__img {
  padding: 13px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-title_block .h1_area .p-title_block__img {
    padding: 3px;
  }
}
.hvac-search #contents .p-title_block .h1_area .p-title_block__text {
  font-family: "Arial", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴシック", "Hiragino Sans", "Osaka", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  padding-left: 13px;
  padding-top: 1px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-title_block .h1_area .p-title_block__text {
    font-size: 13px;
    padding-left: 10px;
  }
}
.hvac-search #contents .p-title_block__logo {
  align-items: center;
  display: flex;
}
.hvac-search #contents .p-title_block_addtext {
  margin: 0 auto 40px;
  padding-left: 13px;
  padding-top: 6px;
}
.hvac-search #contents .p-title_block_addtext--top {
  padding-left: 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-title_block_addtext--top {
    padding-left: 10px;
  }
}
.hvac-search #contents .p-title_block_addtext__link {
  margin-top: 10px;
}
.hvac-search #contents .p-title_block_addtext--detail {
  margin: 0 auto 20px;
}
.hvac-search #contents .title_block + .section.p-title_block_text {
  padding-top: 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .title_block + .section.p-title_block_text {
    padding-top: 0 !important;
  }
}
.hvac-search #contents .p-title_block__btn_block__btn-container {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.hvac-search #contents .p-title_block__btn-download-container {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.hvac-search #contents .p-title_block__btn-download {
  align-items: center;
  background-color: #475C85;
  border: 1px solid #000;
  border: none;
  border-radius: 9999px; /* 非常に大きな値で半円を形成 */
  box-sizing: border-box;
  color: #fff;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: auto;
  justify-content: center;
  justify-content: center;
  padding: 5px 0;
  text-align: center;
  width: 200px;
}
.hvac-search #contents .p-title_block__btn-download[aria-disabled=true] {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.hvac-search #contents .p-title_block__btn-download:not([aria-disabled]) {
  cursor: pointer;
  opacity: 1;
}
.hvac-search #contents .p-title_block__btn_block {
  display: flex;
}
.hvac-search #contents .p-title_block__btn_block__btn {
  border: none;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  font-size: 0;
  height: 70px;
  overflow: hidden;
  padding: 0;
  /*modified 20220518*/
  transition: background-color 0.3s;
  white-space: nowrap;
  width: 65px;
}
.hvac-search #contents .p-title_block__btn_block__btn--list.is-active {
  content: url("../img/btn/btn-complist-active.svg");
}
.hvac-search #contents .p-title_block__btn_block__btn--search {
  background: url("../img/btn/btn-search.svg") no-repeat 50% 50% transparent;
}
.hvac-search #contents .p-title_block__btn_block__btn:hover {
  background-color: #f2f2f2;
}
.hvac-search #contents .p-title_block__btn_block__btn:focus {
  outline: none;
}
.hvac-search #contents .p-title_block__btn_block__btn span {
  color: rgba(0, 0, 0, 0);
  display: none;
  font-size: 16px;
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.hvac-search #contents .p-tab-block {
  margin: 0 auto;
  margin-top: 20px;
  width: 976px; /* 967px */
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-tab-block {
    width: auto;
  }
}
.hvac-search #contents .p-tab-block__header li.current {
  border-color: #475C85;
}
.hvac-search #contents .p-tab-block__header li.current a {
  color: #475C85;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-tab-block .tab_container .ttl.open {
    border-color: #475C85;
    color: #475C85;
  }
}
.hvac-search #contents .p-tab-block__contents {
  background-color: #F2F2F2;
  margin-top: 10px;
  padding: 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-tab-block__contents {
    padding: 20px 10px !important;
  }
}
.hvac-search #contents .l-section + .p-tab-block {
  margin-top: 0;
}
.hvac-search #contents .p-tab-modal-link {
  align-items: flex-end;
  display: flex;
  margin-top: 20px;
}
.hvac-search #contents .p-tab-modal-link a {
  cursor: pointer;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-tab-modal-link {
    margin-top: 15px;
  }
}
.hvac-search #contents .p-tab-flex-item {
  align-items: center;
  display: flex;
}
.hvac-search #contents .p-tab-flex-item .formText input {
  width: 499px;
}
.hvac-search #contents .p-tab-block-accordion-btn {
  margin-top: 20px;
}

.p-btn-area {
  margin-top: 30px;
}
.p-btn-area .column-two_child {
  margin-top: 0 !important;
}

.p-search-form__container {
  display: flex;
  gap: 16px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-form__container {
    flex-direction: column;
  }
}
.p-search-form__main {
  display: flex;
  flex-direction: column;
}
.p-search-form__input-wrapper {
  align-items: center;
  display: flex;
  gap: 10px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-form__input-wrapper--with-autocomplete .formText {
    flex-wrap: nowrap;
    min-width: auto;
    width: 100%;
  }
}
.p-search-form__input-wrapper--with-autocomplete .formText .textBox {
  width: 450px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-form__input-wrapper--with-autocomplete .formText .textBox {
    width: 100%;
  }
}
.p-search-form__input-wrapper--with-autocomplete .formBtn {
  flex-shrink: 0;
}
.p-search-form__option-checkbox {
  margin-bottom: 4px;
}
.p-search-form__option-checkbox--include-discontinued {
  padding-left: 3px;
}
.p-search-form__checkbox-label {
  align-items: center;
  display: flex;
  margin-top: 5px;
}
.p-search-form__checkbox-text {
  padding-left: 5px;
}
.p-search-form__option-buttons {
  display: flex;
  gap: 10px;
  width: 100%;
}
.tab_contents .p-search-form {
  margin-top: 0;
}
.tab_contents .p-search-form__container {
  padding: 0;
}

.formArea .p-search-form {
  background: transparent;
  box-shadow: none;
}

.p-form-block {
  display: grid;
  row-gap: 10px;
}
.p-form-block__item .formText {
  padding: 0;
}
.p-form-block__item .formBtn {
  padding: 0;
}
.p-form-block__item .formBtn input {
  margin-left: 3px;
  width: 88px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-form-block__item .formBtn input {
    margin-left: 0;
    width: 59px;
  }
}
.p-form-block__item-wrap {
  -moz-column-gap: 25px;
  align-items: center;
  column-gap: 25px;
  display: flex;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-form-block__item-wrap {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 10px;
    width: 100%;
  }
}
.p-form-block__item__title {
  margin-right: 5px;
}
.p-form-block__item--year {
  -moz-column-gap: 10px;
  align-items: center;
  column-gap: 10px;
  display: flex;
}
.p-form-block__item--more {
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
  margin-top: 15px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-form-block__item--more {
    flex-wrap: wrap;
  }
  .p-form-block__item--more .c-btn-search-more {
    margin: 15px auto 0 auto;
  }
}
.p-form-block__note {
  margin-top: 5px;
}
.p-form-block__note-wrap {
  margin-top: 5px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-form-block__note-wrap {
    flex-direction: column;
  }
}

.p-form-dl {
  display: grid;
  row-gap: 10px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-form-dl {
    row-gap: 20px;
  }
}
.p-form-dl__item {
  -moz-column-gap: 15px;
  column-gap: 15px;
  display: flex;
  row-gap: 10px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-form-dl__item {
    row-gap: 30px;
    width: 100%;
  }
}
.p-form-dl__item dt {
  display: grid;
  font-weight: 600;
  place-items: center;
}

.p-form-inline__item dt {
  align-items: center;
  justify-items: start;
  min-width: 70px;
  width: 70px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-form-inline__item dt {
    min-width: 56px;
    width: 56px;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-form-inline__item {
    flex-wrap: wrap;
  }
}
.p-form-inline__item--pulldown {
  align-items: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-form-inline__item--pulldown {
    display: grid;
    grid-template-areas: "head input" ". checkbox";
    grid-template-columns: min-content auto;
    grid-template-rows: auto auto;
    row-gap: 10px;
  }
}
.p-form-inline__item__head {
  grid-area: head;
}
.p-form-inline__item__input {
  grid-area: input;
}
.p-form-inline__item__check {
  grid-area: checkbox;
}
.p-form-inline__item .p-form-input .formText input {
  min-width: 205px;
}

.p-form-keyword__item dt {
  align-items: center;
  justify-items: start;
  width: 61px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-form-keyword__item dt {
    width: 56px;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-form-keyword__item {
    flex-wrap: wrap;
  }
}
.p-form-keyword__item--cat {
  align-items: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-form-keyword__item--cat {
    display: grid;
    grid-template-areas: "head input" ". checkbox";
    grid-template-columns: min-content auto;
    grid-template-rows: auto auto;
    row-gap: 10px;
  }
}
.p-form-keyword__item__head {
  grid-area: head;
}
.p-form-keyword__item__input {
  grid-area: input;
}
.p-form-keyword__item__check {
  grid-area: checkbox;
}
.p-form-keyword--more {
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-form-keyword--more {
    margin-bottom: 10px;
    width: 100%;
  }
  .p-form-keyword--more.p-form-dl {
    row-gap: 10px;
  }
  .p-form-keyword--more .p-form-keyword__item {
    width: 100%;
  }
  .p-form-keyword--more .p-form-keyword__item--cat {
    grid-template-areas: "head input";
    row-gap: 0;
  }
}

.p-form-input {
  align-items: center;
  display: flex;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-form-input {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .p-form-input .formText {
    width: auto;
  }
  .p-form-input .formBtn {
    width: auto;
  }
}
.p-form-input .formText input {
  box-sizing: border-box;
  width: 499px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-form-input .formText input {
    min-width: 256px;
    width: auto;
  }
}
.p-form-input__check {
  margin-top: 10px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-form-input__check {
    margin-left: 0;
    width: 100%;
  }
}

.p-form-range {
  -moz-column-gap: 2px;
  align-items: center;
  column-gap: 2px;
  display: flex;
  row-gap: 5px;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-criteria .p-form-range {
    flex-wrap: wrap;
  }
  .p-search-criteria .p-form-range div:first-child {
    width: 100%;
  }
  .p-search-criteria .p-form-range div:last-child {
    flex: 1;
  }
}

.p-search-criteria {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}
.p-search-criteria__list {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  width: 100%;
}
.p-search-criteria__list__item {
  border-top: 1px solid #ddd;
  display: none;
}
.p-search-criteria__list__item dt,
.p-search-criteria__list__item dd {
  align-items: center;
  box-sizing: border-box;
  display: grid;
  min-height: 70px;
  padding: 15px 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-criteria__list__item dt,
  .p-search-criteria__list__item dd {
    padding: 15px;
  }
}
.p-search-criteria__list__item dt {
  background-color: #EBEBEB;
  box-sizing: border-box;
  color: #1A1A1A;
  font-weight: 600;
  width: 200px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-criteria__list__item dt {
    justify-content: center;
    padding: 0 10px 0 9px;
    padding: 0 10px;
    text-align: center;
    white-space: normal;
    width: 80px;
  }
}
.p-search-criteria__list__item dd {
  background-color: #fff;
  flex: 1;
  row-gap: 10px;
}
.p-search-criteria__list__item--head {
  border-top: none;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-criteria__list__item--head {
    flex-flow: column;
  }
}
.p-search-criteria__list__item--head dt {
  background-color: #fff;
  color: #475C85;
  font-size: 16px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-criteria__list__item--head dt {
    min-height: auto;
    padding: 0 15px 0 21px;
    width: 100%;
  }
}
.p-search-criteria__list__item--head dd {
  padding: 0 15px 0 15px;
}
.p-search-criteria__list__item.is-show {
  display: flex;
}
.p-search-criteria-multi-item {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 20px;
}
.p-search-criteria-multi-item input {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-criteria-multi-item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-search-criteria-bulk-textarea {
  margin-top: 20px;
}
.p-search-criteria-bulk-textarea textarea {
  height: 167px;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-criteria-bulk-textarea textarea {
    height: 350px;
  }
}
.p-search-criteria-choice {
  -moz-column-gap: 40px;
  align-items: center;
  column-gap: 40px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  row-gap: 10px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-criteria-choice {
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 15px;
  }
}
.p-search-criteria-doc-check {
  grid-gap: 2px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
  padding: 20px 20px 0 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-criteria-doc-check {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 10px 0 10px;
  }
}
.p-search-criteria-doc-check__item {
  align-items: center;
  border: 1px solid #ddd;
  display: flex;
  padding: 14px 7px 14px 7px;
}
.p-search-criteria__foot {
  -moz-column-gap: 20px;
  align-items: center;
  column-gap: 20px;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-criteria__foot {
    border-bottom: none;
    flex-flow: column;
    padding: 30px 0 30px 0;
    row-gap: 15px;
  }
}
.p-search-criteria .p-search-criteria__list > .p-search-criteria__list__item.is-show:first-child {
  /* ここにスタイルを記述 */
  border-top: none;
}
.p-search-criteria--tab {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.p-search-criteria--tab .p-search-criteria__list {
  border: 1px solid #ddd;
}
.p-accordion__cont {
  display: none;
}
.p-accordion__cont.sec-search-more {
  display: block;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-accordion__cont.sec-search-more {
    display: none;
  }
}

.p-accordion__cont + .p-accordion {
  margin-top: 10px;
}

.p-modal-hvac {
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  display: flex;
  height: 100vh;
  height: -webkit-fill-available;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 60px;
  position: fixed;
  top: 0;
  transform: translateY(-10px);
  transition: all 0.2s;
  visibility: hidden;
  width: 100%;
  z-index: 100000;
}
.p-modal-hvac .p-search-criteria {
  border: none;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-hvac {
    padding: 20px;
  }
}
.p-modal-hvac-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(../img/icon/icon-close-line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font: inherit;
  height: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  /* absoluteからfixedに変更 */
  top: 20px;
  width: 30px;
  z-index: 10;
  /* 必要に応じて */
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-hvac-close {
    top: 20px;
  }
}
.p-modal-hvac__content {
  box-sizing: border-box;
  height: 100%;
  max-width: 976px;
  overflow-y: auto;
  overscroll-behavior-y: none;
  position: relative;
}
.p-modal-hvac__content__in {
  background-color: #fff;
  padding: 40px 40px 20px 40px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-hvac__content__in .h2_default h2 {
    font-size: 26px;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-hvac__content__in {
    padding: 45px 25px 40px 25px;
  }
}
.p-modal-hvac__content__note {
  margin-bottom: 20px;
  margin-top: -20px;
  text-align: center;
}
.p-modal-hvac__scroll-cont.p-separately {
  width: 800px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-hvac__scroll-cont.p-separately {
    width: 100%;
  }
}
.p-modal-hvac__footer {
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-top: 25px;
}

.is-show .p-modal-hvac {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.p-modal-select-download .modal__container {
  padding: 30px;
}
.p-modal-select-download .p-modal-select-download__content {
  margin-top: 1rem;
}

.p-modal-select-doc .modal__container {
  padding: 30px;
}

.p-modal-enq .modal__header {
  text-align: center;
}
.p-modal-enq .modal__title.js-enquete-toggle-header.is-hidden {
  display: none;
}
.p-modal-enq__cont {
  display: flex;
  justify-content: center;
}
.p-modal-enq__cont.js-enquete-toggle-cont.is-hidden {
  display: none;
}
.p-modal-enq__list {
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  max-width: 100%;
  padding: 0 10px;
  row-gap: 40px;
  width: 830px;
}
.p-modal-enq__list--pana {
  width: 850px;
}
.p-modal-enq__list--pana .p-modal-enq__list__item a {
  width: 270px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-enq__list {
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 20px;
    width: 270px;
  }
}
.p-modal-enq__list__txt-link a {
  color: #1A1A1A;
}
.p-modal-enq__list__item a {
  -moz-column-gap: 10px;
  align-items: center;
  border: 1px solid #000;
  border-radius: 9999px; /* 非常に大きな値で半円を形成 */
  box-sizing: border-box;
  color: #1A1A1A;
  column-gap: 10px;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  height: 70px;
  justify-content: center;
  outline: none;
  padding: 5px 15px;
  text-align: center;
  width: 100%;
  width: 150px;
}
.p-modal-enq__list__item a:hover {
  background-color: #F2F2F2;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-enq__list__item a {
    font-size: 12px;
    height: 45px;
    width: 130px;
  }
  .p-modal-enq__list__item a br {
    display: none;
  }
  .p-modal-enq__list__item a img {
    width: 20px;
  }
}
.p-modal-enq__list--footer {
  -moz-column-gap: 30px;
  align-items: center;
  column-gap: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-enq__list--footer {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
.p-modal-enq__list--footer .p-modal-enq__list__item--footer a {
  background-color: #E5EEFF;
  border-color: #475C85;
  border-radius: 0;
  height: 50px;
}
.p-modal-enq__footer .js-enquete-toggle-footer.is-hidden {
  display: none;
}
.p-modal-enq__footer__toggle-btn {
  margin-top: 15px;
  text-align: right;
}

.p-modal-terms__cont p {
  margin-top: 1rem;
}
.p-modal-terms .modal__footer {
  text-align: center;
}

.p-dialog {
  border: none;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  width: 400px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-dialog {
    width: 90vw;
  }
}
.p-dialog__icon {
  margin: 10px 0;
  text-align: center;
  width: 100%;
}
.p-dialog__icon img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 50px;
}
.p-dialog__icon--caution img {
  filter: invert(87%) sepia(58%) saturate(2865%) hue-rotate(309deg) brightness(100%) contrast(102%);
}
.p-dialog p {
  font-size: 16px;
  text-align: center;
}
.p-dialog__btn {
  margin-top: 20px;
  text-align: center;
}
.p-dialog__btn button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 9999px; /* 非常に大きな値で半円を形成 */
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  padding: 10px 0;
  width: 200px;
}
.p-dialog__txt {
  line-height: 1.3;
}
.p-dialog__txt--err {
  color: #E74C3C;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-dialog__txt br {
    display: none;
  }
}

.p-table-item-data {
  border-bottom: 1px solid #ddd;
  border-collapse: collapse;
  border-right: 1px solid #ddd;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-table-item-data {
    border-bottom: none;
    border-collapse: separate;
    border-right: none;
    border-spacing: 0px 10px;
    padding: 0;
    width: 100%;
  }
}
.p-table-item-data th {
  background-color: #475C85;
  border-left: 1px solid #8393B2;
}
.p-table-item-data th div.cell-cont {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 8px 20px;
  text-align: left;
  width: 100%;
}
.p-table-item-data th div.cell-cont span {
  font-weight: 600;
  white-space: nowrap;
}
.p-table-item-data th div.cell-cont .js-sort-btn {
  margin-left: 5px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-table-item-data th div.cell-cont {
    padding: 25px 15px;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-table-item-data th {
    display: none;
  }
}
.p-table-item-data td {
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-table-item-data td {
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: 1px solid #ddd;
    display: flex;
    padding: 0;
  }
  .p-table-item-data td::before {
    align-items: center;
    background-color: #475C85;
    border-color: #8393B2;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
    color: #fff;
    content: attr(data-label);
    display: flex;
    flex-shrink: 0;
    font-size: 0.875rem;
    justify-content: center;
    padding: 0 8px;
    width: 75px;
  }
}
.p-table-item-data td div.cell-cont {
  padding: 20px;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-table-item-data td div.cell-cont {
    padding: 25px 15px;
  }
}
.p-table-item-data td div.cell-cont a.link-arrow-light-blue {
  overflow-wrap: break-word;
}
.p-table-item-data td[data-label=形式] {
  width: 264px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-table-item-data td[data-label=形式] {
    min-width: auto;
    width: auto;
  }
  .p-table-item-data td[data-label=形式]::before {
    margin-top: -1px;
  }
}
.p-table-item-data td[data-label=発売日], .p-table-item-data td[data-label=価格] {
  white-space: nowrap;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-table-item-data td[data-label=発売日], .p-table-item-data td[data-label=価格] {
    white-space: normal;
  }
}
.p-table-item-data tr:nth-child(odd) {
  background-color: #F2F2F2;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-table-item-data tr td:first-child {
    border-top: 1px solid #ddd;
  }
}
.p-table-item-data tr .p-table-item-data-accordion-btn {
  margin-top: 13px;
  z-index: 10;
}
.p-table-item-data .p-item-set-list {
  width: 223px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-table-item-data .p-item-set-list {
    width: auto;
  }
}
.p-table-item-data .p-item-set-list__item {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  box-sizing: border-box;
  display: flex;
  padding: 15px 10px;
  width: 100%;
}
.p-table-item-data .p-item-set-list__item .link-arrow-light-blue {
  display: block;
  overflow-wrap: anywhere;
  word-break: break-all;
}
.p-table-item-data--separate {
  height: 100%;
}
.p-accordion__cont > .p-table-item-data {
  margin-top: 0;
}

.p-table-item-set {
  border: 1px solid #ddd;
  width: 100%;
}
.p-table-item-set th,
.p-table-item-set td {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.p-table-item-set th {
  background-color: #F2F2F2;
  font-weight: 600;
  padding: 8px 0;
  text-align: center;
}
.p-table-item-set td {
  font-size: 16px;
  vertical-align: middle;
}
.p-table-item-set__col-title {
  padding: 10px 12px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-table-item-set__col-title {
    padding: 8px 10px;
  }
}
.p-table-item-set__col-title a {
  color: #477EEB;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-table-item-set__col-title span {
    display: block;
  }
}
.p-table-item-set__col-num {
  text-align: center;
  width: 67px;
}

.p-search-keyword-add {
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-keyword-add {
    row-gap: 5px;
  }
}
.p-search-keyword-add__btn {
  margin: 0 auto;
  width: 100%;
}
.p-search-keyword-add__btn button {
  background-color: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: grid;
  font-size: 16px;
  font-weight: 600;
  padding: 17px 0;
  padding: 11px 15px 11px 35px;
  place-items: center;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-keyword-add__btn button {
    line-height: 1.2;
  }
}
.p-search-keyword-add__btn button:before, .p-search-keyword-add__btn button:after {
  background-color: #000;
  content: "";
  position: absolute;
}
.p-search-keyword-add__btn button:before {
  height: 14px;
  left: 20px;
  /* 縦の棒 */
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}
.p-search-keyword-add__btn button:after {
  height: 2px;
  left: 14px;
  /* 横の棒 */
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.p-search-keyword-add__btn button:hover {
  opacity: 0.6;
}
.p-search-keyword-add__btn-arrow {
  margin: 0 auto;
  width: 100%;
}
.p-search-keyword-add__btn-arrow button {
  background: url(/search/jp/common/v3/img/icon_large-arow_black.svg) no-repeat 28px 50%;
  background-color: #fff;
  background-size: 16px auto;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: grid;
  font-size: 16px;
  font-weight: 600;
  padding: 17px 0;
  padding: 11px 15px 11px 35px;
  place-items: center;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-keyword-add__btn-arrow button {
    line-height: 1.2;
  }
}
.p-search-keyword-add__btn-arrow button:before, .p-search-keyword-add__btn-arrow button:after {
  background-color: #000;
  content: "";
  position: absolute;
}
.p-search-keyword-add__btn-arrow button:hover {
  opacity: 0.6;
}

.hvac-search #contents .p-top-logo {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}
.hvac-search #contents .p-top-logo img {
  height: 32px;
  margin-top: 1px;
  padding-right: 10px;
  width: auto;
}
.hvac-search #contents .p-top-logo span {
  font-size: 1.5rem;
  line-height: 1;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-top-logo {
    align-items: center;
    flex-direction: column;
    line-height: 1.18;
    row-gap: 0.5rem;
  }
}
.hvac-search #contents .column-four_caption .column-four_child {
  margin-bottom: 0;
}
.hvac-search #contents .p-top-toollist {
  margin-top: 30px;
}
.hvac-search #contents .p-column-catalog {
  -moz-column-gap: 15px;
  column-gap: 15px;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-column-catalog {
    -moz-column-gap: 0;
    column-gap: 0;
    flex-direction: column;
    row-gap: 20px;
  }
}
.hvac-search .p-maintenance {
  border: 1px solid red;
  color: red;
  margin-top: 30px;
  padding: 10px;
}
.hvac-search .p-maintenance dd {
  margin-top: 2.5px;
}
.hvac-search .p-announce {
  margin-top: 30px;
}
.hvac-search .p-top-bnr {
  margin-top: -30px;
}
.hvac-search .p-top-bnr img {
  border: 1px solid #ddd;
  height: auto;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-top-bnr img {
    content: url("../img/bnr_replace_sp.png");
  }
}
.hvac-search .p-top-explanation {
  -moz-column-gap: 50px;
  align-items: flex-end;
  column-gap: 50px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-top-explanation {
    align-items: center;
    flex-direction: column;
    row-gap: 20px;
  }
}
.hvac-search .p-top-explanation__link {
  display: flex;
  flex-direction: column;
  padding-right: 25px;
  row-gap: 15px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-top-explanation__link {
    justify-content: center;
    padding-right: 0;
  }
}

.hvac-search #contents .p-compare-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 40px 0;
  text-align: center;
}
.hvac-search #contents .p-compare-subtitle--large {
  font-size: 28px;
}
.hvac-search #contents .p-compare-subtitle--border {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  text-align: left;
}
.hvac-search #contents .p-result-search-more {
  margin-top: 20px;
}
.hvac-search #contents .p-result-search-more__title {
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 8px;
}
.hvac-search #contents .p-result-info {
  -moz-column-gap: 2px;
  align-items: center;
  column-gap: 2px;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin-top: 20px;
}
.hvac-search #contents .p-result-info__left {
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-result-info__left {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}
.hvac-search #contents .p-result-info .p-result-count {
  align-items: center;
  display: flex;
}
.hvac-search #contents .p-result-info .p-result-count__head {
  font-weight: 700;
}
.hvac-search #contents .p-result-info .p-result-count__all {
  font-weight: 700;
  padding: 0 10px 0 15px;
}
.hvac-search #contents .p-result-info .p-result-count__all .all-num {
  font-size: 18px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-result-info .p-result-count {
    justify-content: center;
    width: 100%;
  }
}
.hvac-search #contents .p-result-info__search {
  -moz-column-gap: 15px;
  align-items: center;
  column-gap: 15px;
  display: flex;
  justify-content: center;
}
.hvac-search #contents .p-result-info__search .p-form-input__check {
  margin-left: 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-result-info__search {
    margin: 0 auto;
    margin-top: 15px;
    width: 100%;
  }
}
.hvac-search #contents .p-result-info__search label {
  flex: 0 1 auto;
  width: auto;
}
.hvac-search #contents .p-result-info--top {
  margin-top: 70px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-result-info--top {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .hvac-search #contents .p-result-info--top .c-pagination {
    display: none;
  }
}
.hvac-search #contents .p-result-info--bottom {
  margin-bottom: 70px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-result-info--bottom {
    flex-wrap: wrap;
  }
  .hvac-search #contents .p-result-info--bottom .p-result-pagination {
    margin-top: 40px;
    width: 100%;
  }
  .hvac-search #contents .p-result-info--bottom .c-pagination {
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }
  .hvac-search #contents .p-result-info--bottom .c-pagination__item {
    display: none;
  }
  .hvac-search #contents .p-result-info--bottom .c-pagination__item--prev, .hvac-search #contents .p-result-info--bottom .c-pagination__item--next {
    display: flex;
  }
  .hvac-search #contents .p-result-info--bottom .p-result-pagination {
    margin-bottom: 50px;
  }
}
.hvac-search #contents .p-result-cont {
  margin-top: 40px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-result-cont .c-sort-block {
    justify-content: center;
  }
}
.hvac-search #contents .p-result-item-doclink {
  grid-gap: 1px;
  background-color: #ddd;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
  margin-top: 20px;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-result-item-doclink {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hvac-search #contents .p-result-item-doclink__item {
  align-items: center;
  background-color: #fff;
  padding: 14px 7px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-result-item-doclink__item {
    padding: 11px 7px;
  }
}
.hvac-search #contents .p-result-item-doclink__item a {
  align-items: center;
  color: #475C85;
  display: flex;
  font-weight: 600;
  height: 100%;
  position: relative;
}
.hvac-search #contents .p-result-item-doclink__item a:before {
  background: #475C85;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: inline-block;
  height: 11.2583302492px;
  margin-right: 5px;
  width: 11px;
}
.hvac-search #contents .p-result-item-doclink__item.is-disabled {
  background-color: #F2F2F2;
  color: #ADADAD;
  pointer-events: none;
}
.hvac-search #contents .p-result-item-doclink__item.is-disabled a {
  color: #ADADAD;
}
.hvac-search #contents .p-result-item-doclink__item.is-disabled a:before {
  background: #ADADAD;
}
.hvac-search #contents .p-result-item-list {
  margin-top: 20px;
}
.hvac-search #contents .p-result-item-list__item {
  border: 1px solid #ddd;
  display: flex;
  position: relative;
}
.hvac-search #contents .p-result-item-list__item:nth-child(n+2) {
  margin-top: 20px;
}
.hvac-search #contents .p-result-item-list__item--select {
  /* ふわっと表示させるためのトランジション */
  cursor: pointer;
  transition: outline 0.08s ease-in-out;
}
.hvac-search #contents .p-result-item-list__item--select:hover {
  outline: 3px solid #475C85;
  outline-offset: -2px;
}
.hvac-search #contents .p-result-item-list__item__button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 100%;
  padding: 0;
  text-align: left;
  width: 100%;
}
.hvac-search #contents .p-result-item-list__item__check {
  background-color: #F2F2F2;
  display: grid;
  place-items: center;
  width: 55px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-result-item-list__item__check {
    display: none;
  }
}
.hvac-search #contents .p-result-item-list__item__check-btn {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 10px;
  row-gap: 5px;
  top: 10px;
}
.hvac-search #contents .p-result-item-list__item__check-btn .p-doc-select-btn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  border: 1px solid #1A1A1A;
  border-radius: 9999px; /* 非常に大きな値で半円を形成 */
  box-sizing: border-box;
  color: #1A1A1A;
  cursor: pointer;
  display: inline-flex;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: auto;
  justify-content: center;
  margin: 0 auto;
  padding: 5px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100px;
}
.hvac-search #contents .p-result-item-list__item__check-btn .p-doc-select-btn.is-selected {
  -moz-column-gap: 5px;
  background-color: #475C85;
  border: 1px solid #475C85;
  color: #fff;
  column-gap: 5px;
}
.hvac-search #contents .p-result-item-list__item__check-btn .p-doc-select-btn.is-selected::after {
  animation: checkmark 0.2s ease-in-out;
  border-bottom: 2px solid #fff;
  border-radius: 0 2px 2px 0;
  border-right: 2px solid #fff;
  content: "";
  display: inline-block;
  height: 10px;
  position: absolute;
  right: 20px;
  top: calc(50% - 2px);
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
}
@keyframes checkmark {
  0% {
    opacity: 0;
    transform: translateY(-50%) rotate(45deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) rotate(45deg) scale(1);
  }
}
.hvac-search #contents .p-result-item-list__item__cont {
  padding: 20px 20px;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-result-item-list__item__cont {
    padding: 20px 15px;
  }
}
.hvac-search #contents .p-result-item-list__item__info {
  -moz-column-gap: 40px;
  column-gap: 40px;
  display: grid;
  grid-template-areas: "areaImg areaHead" "areaImg areaTitle" "areaImg areaTable";
  grid-template-columns: min-content auto;
  grid-template-rows: auto auto;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-result-item-list__item__info {
    -moz-column-gap: 10px;
    align-content: start;
    column-gap: 10px;
    grid-template-areas: "areaImg areaHead" "areaTitle areaTitle" "areaTable areaTable";
    grid-template-columns: min-content auto;
    grid-template-rows: auto min-content;
    row-gap: 0;
  }
}
.hvac-search #contents .p-result-item-list__item__img {
  /* 水平方向の中央寄せ */
  align-items: center;
  display: flex;
  grid-area: areaImg;
  height: 150px;
  justify-content: center;
  /* 垂直方向の中央寄せ */
  position: relative;
  width: 150px;
}
.hvac-search #contents .p-result-item-list__item__img .c-tag-round {
  left: 5px;
  position: absolute;
  top: 5px;
  z-index: 1;
}
.hvac-search #contents .p-result-item-list__item__img img {
  -o-object-fit: contain;
  -o-object-position: center center;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
  width: 100%;
}
.hvac-search #contents .p-result-item-list__item .p-item-info-table {
  grid-area: areaTable;
  margin-top: 10px;
}
.hvac-search #contents .p-result-item-list__item__head {
  -moz-column-gap: 20px;
  align-items: center;
  column-gap: 20px;
  display: flex;
  grid-area: areaHead;
}
.hvac-search #contents .p-result-item-list__item__head a {
  color: #475C85;
  font-size: 18px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-result-item-list__item__head {
    -moz-column-gap: 0;
    align-items: start;
    column-gap: 0;
    flex-direction: column;
    row-gap: 10px;
  }
}
.hvac-search #contents .p-result-item-list__item__head .link-arrow-light-blue::after {
  content: none;
}
.hvac-search #contents .p-result-item-list__item__head .link-arrow-light-blue::before {
  background: url(/search/jp/common/v3/img/icon_arow_light-blue.svg) 0 0 no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 0 0 -2px;
  vertical-align: middle;
  width: 16px;
}
.hvac-search #contents .p-result-item-list__item__no {
  font-size: 18px;
  font-weight: 600;
}
.hvac-search #contents .p-result-item-list__item__no--pana {
  color: #475C85;
}
.hvac-search #contents .p-result-item-list__item__title {
  font-weight: 600;
  grid-area: areaTitle;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-result-item-list__item__title {
    width: 100%;
  }
}
.hvac-search #contents .p-result-item-list__item__currnt-model {
  grid-area: areaCurrntModel;
  margin-top: 10px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-result-item-list__item__currnt-model {
    align-self: start;
  }
}
.hvac-search #contents .p-result-item-list__item .p-result-item-grid {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  display: grid;
  margin-top: 20px;
}
.hvac-search #contents .p-result-item-list__item .p-result-item-grid--2col {
  grid-template-columns: 1fr 1fr; /* 2列 */
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-result-item-list__item .p-result-item-grid--2col {
    grid-template-columns: 1fr;
  }
}
.hvac-search #contents .p-result-item-list__item .p-result-item-grid__item {
  display: flex;
}
.hvac-search #contents .p-result-item-list__item .p-result-item-grid__item dt,
.hvac-search #contents .p-result-item-list__item .p-result-item-grid__item dd {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  padding: 14px 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-result-item-list__item .p-result-item-grid__item dt,
  .hvac-search #contents .p-result-item-list__item .p-result-item-grid__item dd {
    padding: 10px 8px;
  }
}
.hvac-search #contents .p-result-item-list__item .p-result-item-grid__item dt {
  background-color: #F2F2F2;
  flex-shrink: 0;
  width: 170px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-result-item-list__item .p-result-item-grid__item dt {
    width: 75px;
  }
}
.hvac-search #contents .p-result-item-list__item .p-result-item-grid__item dd {
  flex-grow: 1;
}
.hvac-search .p-result-doc-list {
  border: 1px solid #ddd;
  list-style: none;
  margin-top: 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-result-doc-list {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.hvac-search .p-result-doc-list__item {
  padding: 25px;
}
.hvac-search .p-result-doc-list__item:nth-child(even) {
  background-color: #F2F2F2;
}
.hvac-search .p-result-doc-list .p-result-related {
  display: flex;
  margin-top: 8px;
}
.hvac-search .p-result-doc-list .p-result-related__head {
  white-space: nowrap;
}
.hvac-search .p-result-doc-list .p-result-related__item ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.hvac-search .p-result-doc-list .p-result-related__item ul li {
  white-space: nowrap;
}
.hvac-search .p-result-doc-list .p-result-related__item ul li:not(:last-child)::after {
  content: "、";
}
.hvac-search .p-result-doc-list .p-result-related__item ul li a {
  color: #477EEB;
}

.hvac-search #contents .section--detail {
  padding-top: 0;
}
.hvac-search #contents .section--detail .h2_default {
  margin-top: 30px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .section--detail .h2_default {
    margin-top: 0;
  }
}
.hvac-search #contents .c-btn-balloon + .sub-section {
  margin-top: 20px;
}
.hvac-search #contents .p-item-flex-list {
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: flex;
  margin-top: 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-item-flex-list {
    align-items: flex-end;
    flex-flow: column;
    row-gap: 15px;
  }
}
.hvac-search #contents .p-item-flex-list a {
  font-size: 16px;
}
.hvac-search #contents .p-item-flex-list--mb0 {
  margin: 0;
}
.hvac-search #contents .p-item-info {
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: grid;
  grid-template-areas: "areaImg areaTag" "areaImg areaModelNo" "areaImg areaName" "areaImg areaList" "areaImg areaLegend" "areaImg areaLink";
  grid-template-columns: 286px 1fr;
  line-height: 1;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-item-info {
    -moz-column-gap: 13px;
    column-gap: 13px;
    grid-template-areas: "areaImg areaTag" "areaImg areaModelNo" "areaImg areaName" "areaImg areaList" "areaImg areaLegend";
    grid-template-columns: 149px 1fr;
  }
}
.hvac-search #contents .p-item-info--detail-set {
  display: flex;
}
.hvac-search #contents .p-item-info__img {
  border: 1px solid #ddd;
  grid-area: areaImg;
  height: 286px;
  padding: 10px;
  position: relative;
  width: 286px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-item-info__img {
    height: 149px;
    width: 149px;
  }
}
.hvac-search #contents .p-item-info__img img {
  -o-object-fit: contain;
  -o-object-position: center center;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
  width: 100%;
}
.hvac-search #contents .p-item-info__img .c-tag-round {
  left: 10px;
  position: absolute;
  top: 10px;
  z-index: 1;
}
.hvac-search #contents .p-item-info__img .c-btn-zoom {
  bottom: 10px;
  position: absolute;
  right: 10px;
  z-index: 1;
}
.hvac-search #contents .p-item-info__tag {
  -moz-column-gap: 5px;
  align-items: flex-start;
  column-gap: 5px;
  display: flex;
  grid-area: areaTag;
}
.hvac-search #contents .p-item-info__tag .c-tag {
  margin: 0;
}
.hvac-search #contents .p-item-info__model-no {
  grid-area: areaModelNo;
  margin-top: 15px;
}
.hvac-search #contents .p-item-info__model-no span {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-item-info__model-no {
    margin-top: 0;
  }
}
.hvac-search #contents .p-item-info__name {
  font-size: 14px;
  font-weight: 600;
  grid-area: areaName;
  padding-top: 15px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-item-info__name {
    line-height: 21px;
  }
}
.hvac-search #contents .p-item-info__list {
  grid-area: areaList;
  margin-top: 25px;
}
.hvac-search #contents .p-item-info__legend {
  grid-area: areaLegend;
  margin-top: 25px;
}
.hvac-search #contents .p-item-info__search {
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
  grid-area: areaSearch;
  margin-top: 27px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-item-info__search {
    flex-flow: column;
    row-gap: 15px;
  }
}
.hvac-search #contents .p-item-info__link {
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: flex;
  font-size: 16px;
  grid-area: areaLink;
  margin-top: 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-item-info__link {
    align-items: flex-end;
    flex-flow: column;
    margin-top: 30px;
    row-gap: 15px;
    width: 100%;
  }
}
.hvac-search #contents .p-item-info-table {
  line-height: 1.1;
}
.hvac-search #contents .p-item-info-table__item {
  display: flex;
  font-size: 14px;
}
.hvac-search #contents .p-item-info-table__item:not(:first-child) {
  margin-top: 10px;
}
.hvac-search #contents .p-item-info-table__item .item-key {
  width: 50px;
}
.hvac-search #contents .p-item-info-table__item .item-val::before {
  content: ":";
  padding-right: 5px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-item-info-table__item .item-key,
  .hvac-search #contents .p-item-info-table__item .item-val {
    display: inline;
  }
}
.hvac-search #contents .p-item-anker {
  margin: 50px auto;
}
.hvac-search #contents .p-item-current-list {
  display: grid;
  /* 2つの等幅列 */
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-item-current-list {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.hvac-search #contents .p-item-current-list__item {
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-item-current-list__item {
    -moz-column-gap: 13px;
    column-gap: 13px;
  }
}
.hvac-search #contents .p-item-current-list__item__img {
  grid-row: 1/span 1;
}
.hvac-search #contents .p-item-current-list__item__cont {
  display: grid;
}
.hvac-search #contents .p-item-current-list__item__cont .link-arrow-light-blue::after {
  content: none;
}
.hvac-search #contents .p-item-current-list__item__cont .link-arrow-light-blue::before {
  background: url(/search/jp/common/v3/img/icon_arow_light-blue.svg) 0 0 no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 0 0 -2px;
  vertical-align: middle;
  width: 16px;
}
.hvac-search #contents .p-item-current-list__item__cont .btn_link {
  /* ボタンを左揃え */
  align-self: end;
  grid-row: 3;
  justify-self: start;
  /* ボタンを2行目に配置 */
}
.hvac-search #contents .p-item-set-no {
  font-size: 18px;
  margin-bottom: 10px;
}
.hvac-search #contents .p-detail-similar-item__explain {
  margin-bottom: 40px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-detail-similar-item__explain {
    margin-bottom: 20px;
  }
}
.hvac-search #contents .p-detail-similar-item__search {
  margin-top: 70px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-detail-similar-item__search {
    margin-top: 40px;
  }
}
.hvac-search #contents .p-detail-similar-item__search .p-search-criteria__list {
  border-top: 1px solid #ddd;
}
.hvac-search #contents .p-item-doc-subtitle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-top: 20px;
}
.hvac-search #contents .p-item-doc-list {
  border: 1px solid #ddd;
  border-top: none;
}
.hvac-search #contents .p-item-doc-list__item {
  border-top: 1px solid #ddd;
  display: flex;
}
.hvac-search #contents .p-item-doc-list__item__check {
  background-color: #F2F2F2;
  display: grid;
  padding: 0 25px;
  place-items: center;
}
.hvac-search #contents .p-item-doc-list__item__text {
  -moz-column-gap: 20px;
  align-items: center;
  column-gap: 20px;
  display: flex;
  padding: 20px 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-item-doc-list__item__text {
    display: grid;
    row-gap: 10px;
  }
}
.hvac-search #contents .p-item-doc-list-all {
  justify-content: flex-end;
  margin-top: 20px;
}
.hvac-search #contents .p-item-link-bottom {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.hvac-search #contents .p-item-link-bottom a {
  color: #477EEB !important;
}

.p-no-result {
  padding: 70px 0;
  text-align: center;
}
.p-no-result__icon {
  display: block;
  margin-bottom: 30px;
}
.p-no-result__text {
  display: inline-block;
}
.p-no-result img {
  height: 57px;
  width: auto;
}
.p-no-result__inquiry {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 15px;
  text-decoration: none;
}
.p-no-result__inquiry:before {
  content: url("/search/pro/asset/img/guide/mail.svg");
  display: block;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}
.p-no-result__inquiry a {
  color: #333333;
}
.p-no-result__inquiry:hover {
  text-decoration: underline;
}

.hvac-search #contents .p-tool-list .column-three_text {
  width: 243px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-tool-list .column-three_text {
    width: 100%;
  }
}

.p-guide-head {
  border-left: 5px solid #475c85;
  color: #333333;
  margin-top: 20px;
  padding: 0.5em 0.7em 0.5em 1em;
}
.p-guide-head span {
  font-size: 26px;
  font-weight: 600;
}

.p-guide-point-cont {
  margin-bottom: 40px;
}
.p-guide-point-cont .h3_blue {
  margin-top: 20px;
}

.p-guide-sec-logo {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.p-guide-sec-logo-wrapper {
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-sec-logo-wrapper {
    text-align: left;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-sec-logo {
    display: inline;
    justify-content: flex-start;
  }
}
.p-guide-sec-logo__img {
  height: 36px;
  padding-right: 0.25rem;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-sec-logo__img {
    height: 30px;
    vertical-align: middle;
  }
}
.p-guide-sec-logo span {
  color: #666;
  font-size: 1.4em;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-sec-logo span {
    display: inline !important;
    vertical-align: middle;
  }
}

.p-guide-point {
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
  margin-top: 30px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-point {
    flex-direction: column;
    row-gap: 20px;
  }
}
.p-guide-point__item {
  border: 1px solid #E5EEFF;
  border: 1px solid #eee;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 25px 25px 20px;
  width: 50%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-point__item {
    width: 100%;
  }
}
.p-guide-point__item-block {
  -moz-column-gap: 15px;
  column-gap: 15px;
  display: flex;
}
.p-guide-point__item-block img {
  height: 120px;
  width: auto;
}
.p-guide-point__title {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.p-guide-point__txt {
  font-size: 1rem;
  margin-top: 10px;
}
.p-guide-point__link {
  background-color: #475C85;
  border-radius: 60px;
  color: #fff;
  display: inline-block;
  padding: 4px 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-point__link {
    margin-top: 5px;
  }
}
.p-guide-point-list__item {
  display: flex;
}
.p-guide-point-list__item dt {
  max-width: 10rem;
  width: 20%;
}
.p-guide-point-list__item dd::before {
  content: "：";
  padding-right: 0.5rem;
}

.p-sec-tool-search {
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-sec-tool-search {
    flex-direction: column;
  }
}
.p-sec-tool-search__img-box {
  background-color: #F2F2F2;
  display: inline-block;
  padding: 1.5rem;
  width: 50%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-sec-tool-search__img-box {
    padding: 0.75rem;
    width: 100%;
  }
}
.p-sec-tool-search__img {
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  max-width: 600px;
  padding: 1.5rem;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-sec-tool-search__img {
    padding: 0.75rem;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-sec-tool-search__img {
    max-width: 100%;
    width: 100%;
  }
  .p-sec-tool-search__img img {
    width: 100%;
  }
}
.p-sec-tool-search__txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  width: 50%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-sec-tool-search__txt {
    margin-top: 1rem;
    width: 100%;
  }
}
.p-sec-tool-search__txt__link {
  text-align: right;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-sec-tool-search__txt__link {
    text-align: center;
  }
}

.p-guide-screenimg {
  -moz-column-gap: 20px;
  background-color: #F2F2F2;
  column-gap: 20px;
  display: flex;
  justify-content: center;
  max-width: 100%;
  padding: 1.5rem;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-screenimg {
    flex-direction: column;
    padding: 0.75rem;
    row-gap: 0.75rem;
  }
}
.p-guide-screenimg__item {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 1.5rem;
  position: relative;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-screenimg__item {
    padding: 0.75rem;
  }
}
.p-guide-screenimg__item .c-btn-zoom {
  bottom: 10px;
  position: absolute;
  right: 10px;
  z-index: 1;
}
.p-guide-screenimg img {
  width: 100%;
}

.p-guide-screenimg-text {
  margin-top: 1rem;
}

.p-guide-tab-cont .h4_default {
  margin-bottom: 10px;
}
.p-guide-tab-cont:first-of-type {
  margin-top: 15px;
}
.p-guide-tab-cont:not(:first-of-type) {
  margin-top: 30px;
}
.p-guide-tab-cont__point {
  background-color: #F2F2F2;
  margin-top: 10px;
  padding: 1rem;
}

ul.p-guide-cont2col__list li {
  padding-left: 1.5em;
  position: relative;
}
ul.p-guide-cont2col__list li::before {
  color: #475C85;
  content: "・";
  font-size: 24px;
  left: 0;
  line-height: 1;
  margin-right: 0.5em;
  position: absolute;
  top: 0;
}

.p-guide-cont2col {
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-cont2col {
    flex-direction: column;
    row-gap: 15px;
  }
}
.p-guide-cont2col__img {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 1.5rem;
  padding: 1rem;
  position: relative;
  width: 45%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-cont2col__img {
    padding: 0.75rem;
  }
}
.p-guide-cont2col__img .c-btn-zoom {
  bottom: 10px;
  position: absolute;
  right: 10px;
  z-index: 1;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-cont2col__img {
    width: 100%;
  }
}
.p-guide-cont2col__img img {
  width: 100%;
}
.p-guide-cont2col__txt-block {
  display: flex;
  flex-direction: column;
  width: 55%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-cont2col__txt-block {
    width: 100%;
  }
}
.p-guide-cont2col__txt-block--link {
  justify-content: space-between;
}
.p-guide-cont2col__link {
  text-align: right;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-cont2col__link {
    margin-top: 1rem;
    text-align: center;
  }
}
.p-guide-cont2col__point {
  margin-top: 1rem;
}
.p-guide-cont2col__list {
  margin-top: 0.25rem;
}
.p-guide-cont2col ol.p-guide-cont2col__list {
  counter-reset: ollist;
}
.p-guide-cont2col ol.p-guide-cont2col__list li {
  counter-increment: ollist;
}
.p-guide-cont2col ol.p-guide-cont2col__list li::before {
  content: counter(ollist) ". ";
}
.p-guide-cont2col__powercost-note {
  background-color: #E5EEFF;
  font-size: 0.8em;
  margin-top: 20px;
  padding: 10px;
}

.p-guide-arrow {
  margin: 25px 0;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-arrow {
    margin: 15px 0;
  }
}

.p-guide-inquiry {
  -moz-column-gap: 20px;
  box-sizing: border-box;
  column-gap: 20px;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-inquiry {
    flex-direction: column;
    row-gap: 15px;
  }
}
.p-guide-inquiry__item {
  background-color: #F2F2F2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  text-align: center;
  width: 50%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-inquiry__item {
    max-width: 100%;
    padding: 15px;
    width: 100%;
  }
}
.p-guide-inquiry__item__txt {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 0 0 0;
}
.p-guide-inquiry__item a {
  color: #1A1A1A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.p-guide-inquiry__item img {
  height: auto;
  width: 70px;
}

.p-guide-pagelink {
  margin-top: 20px;
  padding: 0 0 10px 0;
  text-align: right;
}
.p-guide-pagelink a {
  align-items: center;
  color: #333333;
  display: inline-flex;
}
.p-guide-pagelink a:before {
  border: 1px solid currentColor;
  border-bottom: 0;
  border-left: 0;
  box-sizing: border-box;
  color: #333;
  content: "";
  display: inline-block;
  height: 10px;
  line-height: 1;
  margin-right: 10px;
  transform: translateY(-25%) rotate(135deg);
  vertical-align: middle;
  width: 10px;
}

.h2_default + .p-guide-pagelink {
  margin-top: 0;
}

.p-billborad .block-selection_right img {
  height: auto;
  width: 80%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-billborad .block-selection_right_btn a {
    position: static !important;
  }
}

.hvac-search .p-compare-container {
  display: grid;
  place-items: center;
  width: 100%;
}
.hvac-search .p-compare-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 40px 0;
}
.hvac-search .p-compare-buttons .c-btn-icon-menu img {
  max-height: 15px;
}
.hvac-search .p-compare-buttons .c-btn-icon-menu.is-hidden {
  display: none;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-compare-buttons {
    display: grid;
    grid-template-columns: repeat(2, 150px);
    row-gap: 10px;
  }
  .hvac-search .p-compare-buttons :nth-child(5) {
    grid-column: span 2; /* Button 5 をスマホでの表示で中央揃え */
    justify-self: center; /* 中央揃え */
  }
}
.hvac-search .p-compare-product-list {
  margin-top: 20px;
}
.hvac-search .p-compare-product {
  border: 1px solid #ddd;
  display: flex;
  margin-top: 20px;
  position: relative;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-compare-product {
    flex-direction: column;
  }
}
.hvac-search .p-compare-product__check {
  background-color: #F2F2F2;
  display: grid;
  justify-content: center;
  place-items: center;
  width: 55px;
}
.hvac-search .p-compare-product__check label {
  cursor: pointer; /* ポインタに変える */
  height: 100%;
  padding: 0 12.5px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-compare-product__check {
    height: 55px;
    justify-content: center;
    width: 100%;
  }
  .hvac-search .p-compare-product__check label {
    margin: 0 auto;
  }
}
.hvac-search .p-compare-product__del {
  position: absolute;
  right: 7px;
  top: 7px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-compare-product__del {
    top: 65px;
  }
}
.hvac-search .p-compare-product__cont {
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 20px 20px 20px;
  row-gap: 40px;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-compare-product__cont {
    flex-direction: column;
    padding: 15px;
    row-gap: 20px;
  }
}
.hvac-search .p-compare-product__item {
  width: calc((100% - 20px) / 2);
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-compare-product__item {
    width: 100%;
  }
}
.hvac-search .p-compare-product__item--select {
  transition: outline 0.08s ease-in-out; /* ふわっと表示させるためのトランジション */
}
.hvac-search .p-compare-product__item--select:hover {
  outline: 3px solid #475C85;
  outline-offset: -2px;
}
.hvac-search .p-compare-product__item__button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 100%;
  padding: 0;
  text-align: left;
  width: 100%;
}
.hvac-search .p-compare-product__item__type {
  -moz-column-gap: 15px;
  align-items: center;
  column-gap: 15px;
  display: flex;
}
.hvac-search .p-compare-product__item__info {
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: grid;
  grid-template-areas: "areaImg areaHead" "areaImg areaTitle" "areaImg areaTable";
  grid-template-columns: min-content auto;
  grid-template-rows: auto auto;
  margin-top: 10px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-compare-product__item__info {
    -moz-column-gap: 10px;
    align-content: start;
    column-gap: 10px;
    grid-template-areas: "areaImg areaHead" "areaTitle areaTitle" "areaTable areaTable";
    grid-template-columns: min-content auto;
    grid-template-rows: auto min-content;
    row-gap: 0;
  }
}
.hvac-search .p-compare-product__item__img {
  display: grid;
  grid-area: areaImg;
  height: 100px;
  overflow: hidden;
  place-items: center;
  position: relative;
  width: 100px;
}
.hvac-search .p-compare-product__item__img .c-tag-round {
  left: 5px;
  position: absolute;
  top: 5px;
  z-index: 1;
}
.hvac-search .p-compare-product__item__img img {
  -o-object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.hvac-search .p-compare-product__item .p-item-info-table {
  grid-area: areaTable;
  margin-top: 10px;
}
.hvac-search .p-compare-product__item__head {
  -moz-column-gap: 20px;
  align-items: center;
  column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  grid-area: areaHead;
}
.hvac-search .p-compare-product__item__head a {
  color: #475C85;
  font-size: 18px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-compare-product__item__head {
    -moz-column-gap: 0;
    align-items: start;
    column-gap: 0;
    flex-direction: column;
    row-gap: 10px;
  }
}
.hvac-search .p-compare-product__item__head .link-arrow-light-blue::after {
  content: none;
}
.hvac-search .p-compare-product__item__head .link-arrow-light-blue::before {
  background: url(/search/jp/common/v3/img/icon_arow_light-blue.svg) 0 0 no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 0 0 -2px;
  vertical-align: middle;
  width: 16px;
}
.hvac-search .p-compare-product__item__no {
  font-size: 18px;
  font-weight: 600;
}
.hvac-search .p-compare-product__item__title {
  font-weight: 600;
  grid-area: areaTitle;
  margin-top: 10px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-compare-product__item__title {
    width: 100%;
  }
}
.hvac-search .p-compare-product__item__currnt-model {
  grid-area: areaCurrntModel;
  margin-top: 10px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-compare-product__item__currnt-model {
    align-self: start;
  }
}
.hvac-search .p-compare-product__pricing-form {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.hvac-search .p-compare-product__pricing-list-wrap {
  -moz-column-gap: 20px;
  align-items: center;
  background-color: #F2F2F2;
  column-gap: 20px;
  display: flex;
  padding: 10px 25px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-compare-product__pricing-list-wrap {
    flex-direction: column;
    padding: 10px 10px;
    row-gap: 15px;
    width: 100%;
  }
}
.hvac-search .p-compare-product__pricing-list {
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: flex;
}
.hvac-search .p-compare-product__pricing-item {
  -moz-column-gap: 10px;
  align-items: center;
  column-gap: 10px;
  display: flex;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-compare-product__pricing-item {
    flex-direction: column;
  }
}
.hvac-search .p-compare-product__pricing-label {
  font-weight: 600;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-compare-product__pricing-label {
    width: 100%;
  }
}
.hvac-search .p-compare-product__pricing-input-cost input {
  min-width: auto;
  width: 120px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-compare-product__pricing-input-cost {
    width: 100%;
  }
}
.hvac-search .p-compare-product__pricing-input-rate input {
  min-width: auto;
  width: 80px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-compare-product__pricing-input-rate {
    width: 100%;
  }
}
.hvac-search .p-compare-product__pricing-button {
  padding: 15px 30px;
}
.hvac-search .p-compare-product__pricing-button:disabled {
  background-color: #F2F2F2;
  border: 1px solid #ddd;
  color: #ADADAD;
  pointer-events: none;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-compare-product__pricing-button {
    padding: 10px 0;
    width: 185px;
  }
}
.hvac-search .p-modal-proposed .h2_default {
  margin-top: 30px;
}
.hvac-search .p-modal-proposed .modal__footer {
  text-align: center;
}
.hvac-search .p-proposed-form {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  display: grid;
  margin-top: 20px;
  width: 455px;
}
.hvac-search .p-proposed-form--2col {
  grid-template-columns: 1fr 1fr; /* 2列 */
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-proposed-form--2col {
    grid-template-columns: 1fr;
  }
}
.hvac-search .p-proposed-form__item {
  display: flex;
}
.hvac-search .p-proposed-form__item dt,
.hvac-search .p-proposed-form__item dd {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  padding: 14px 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-proposed-form__item dt,
  .hvac-search .p-proposed-form__item dd {
    padding: 10px 8px;
  }
}
.hvac-search .p-proposed-form__item dt {
  background-color: #F2F2F2;
  flex-shrink: 0;
  width: 170px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-proposed-form__item dt {
    width: 75px;
  }
}
.hvac-search .p-proposed-form__item dd {
  flex-grow: 1;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-proposed-form {
    width: 100%;
  }
}
.hvac-search .p-proposed-form dt,
.hvac-search .p-proposed-form dd {
  align-items: center;
  display: flex;
}
.hvac-search .p-proposed-form dt {
  font-weight: 600;
  white-space: nowrap;
  width: 100px;
}
.hvac-search .p-proposed-form .formText input {
  width: 100%;
}
.hvac-search .p-proposed-doc {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  place-items: center;
}
.hvac-search .p-proposed-doc__item {
  border: 1px solid #ddd;
  position: relative;
  width: 225px;
}
.hvac-search .p-proposed-doc__item label {
  font-weight: 600;
  height: 100%;
  padding: 10px 14px;
}
.hvac-search .p-proposed-doc__item.is-disabled {
  background-color: #F2F2F2;
  color: #ADADAD;
  pointer-events: none;
}
.hvac-search .p-modal-hvac__footer {
  text-align: center;
}
.hvac-search .p-compare-change {
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  width: 800px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-compare-change {
    width: 100%;
  }
}
.hvac-search .p-compare-change:after {
  border-bottom: solid 1px #1A1A1A;
  border-right: solid 1px #1A1A1A;
  content: "";
  height: 18px;
  pointer-events: none;
  position: absolute;
  right: 23px;
  top: calc(50% - 16px);
  /*なくてもOK*/
  transform: rotate(45deg);
  width: 18px;
  z-index: 2;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-compare-change:after {
    height: 12px;
    right: 17px;
    top: calc(50% - 10px);
    width: 12px;
  }
}
.hvac-search .p-compare-change__item {
  -moz-column-gap: 20px;
  background-color: #fff;
  column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  padding: 15px 70px 15px 15px;
  row-gap: 15px;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-compare-change__item {
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 15px 40px 15px 10px;
  }
}
.hvac-search .p-compare-change__item__img {
  align-items: center;
  display: flex;
  justify-content: center;
  max-height: 55px;
  max-width: 55px;
}
.hvac-search .p-compare-change__item__img img {
  -o-object-fit: contain;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-compare-change__item__img {
    display: none;
  }
}
.hvac-search .p-compare-change__item__type {
  -moz-column-gap: 15px;
  align-items: center;
  column-gap: 15px;
  display: flex;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search .p-compare-change__item__type {
    -moz-column-gap: 5px;
    column-gap: 5px;
    flex-wrap: wrap;
  }
  .hvac-search .p-compare-change__item__type .c-tag {
    white-space: nowrap;
  }
}
.hvac-search .p-compare-change__item__no {
  font-size: 18px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
}
.hvac-search .p-compare-change__item__no--proposed {
  color: #475C85;
}
.hvac-search .p-compare-change__item:hover {
  background-color: #F2F2F2;
}
.hvac-search .p-compare-change.is-open:after {
  top: calc(50% - 9px);
  transform: rotate(225deg);
}
.hvac-search .p-compare-change-list {
  border: 1px solid #f2f2f2;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 10px;
  opacity: 1;
  pointer-events: auto;
  position: absolute; /* 要素の位置を親コンテナ内で固定 */
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
  width: 100%;
  z-index: 1;
}
.hvac-search .p-compare-change-list.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.hvac-search .p-compare-change-list .p-compare-change__item.is-active {
  background-color: #E5EEFF;
}

.hvac-search #contents .p-compare-speclist {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 200px 300px 300px;
  min-width: 100%;
  position: relative;
  /* 端20%、他は自動 */
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-speclist {
    font-size: 13px;
    grid-template-columns: 20% 40% 40%;
  }
}
.hvac-search #contents .p-compare-speclist .p-compare-speclist__attr-col,
.hvac-search #contents .p-compare-speclist .p-compare-speclist__item {
  display: grid;
  grid-row: span 48;
  grid-template-rows: subgrid;
  /* 行数を指定 */
}
.hvac-search #contents .p-compare-speclist .p-compare-speclist__attr,
.hvac-search #contents .p-compare-speclist .p-compare-speclist__item__val {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  /* ボックスサイズを統一 */
  flex-wrap: wrap;
  justify-content: center;
}
.hvac-search #contents .p-compare-speclist__attr {
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  font-weight: 600;
  overflow-wrap: break-word;
  padding: 7px 5px;
  text-align: center;
  word-break: break-all;
}
.hvac-search #contents .p-compare-speclist__item {
  border-left: 1px solid #ddd;
  box-sizing: border-box;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-speclist__item {
    width: auto;
  }
}
.hvac-search #contents .p-compare-speclist__item--proposed {
  background-color: #E5EEFF;
}
.hvac-search #contents .p-compare-speclist__item__head {
  background-color: #F2F2F2;
  border-bottom: 1px solid #ddd;
  border-bottom: 2px solid #ccc;
  box-sizing: border-box;
  overflow-wrap: break-word;
  padding: 7px 5px;
  text-align: center;
  word-break: break-all;
}
.hvac-search #contents .p-compare-speclist__item__head--proposed {
  background-color: #E5EEFF;
}
.hvac-search #contents .p-compare-speclist__item__val {
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  overflow-wrap: break-word;
  padding: 7px 5px;
  text-align: center;
  word-break: break-all;
}
.hvac-search #contents .p-compare-speclist__item__val img {
  -o-object-fit: contain;
  height: auto;
  max-height: 120px;
  object-fit: contain;
  width: 120px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-speclist__item__val img {
    height: 80px;
  }
}
.hvac-search #contents .p-compare-speclist__item__val img.icon-feature {
  width: 80px;
}
.hvac-search #contents .p-compare-speclist__item__val a {
  color: #477eeb;
  font-size: 15px;
  font-weight: 600;
  word-break: break-all;
}
.hvac-search #contents .p-compare-speclist__item__val--inline {
  -moz-column-gap: 3px;
  column-gap: 3px;
  flex-direction: row !important;
}
.hvac-search #contents .p-compare-speclist__item__btn {
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  overflow-wrap: break-word;
  padding: 7px 5px;
  text-align: center;
  word-break: break-all;
}
.hvac-search #contents .p-compare-speclist__action {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.hvac-search #contents .p-compare-speclist__action__item-control {
  display: flex;
  justify-content: space-between;
}
.hvac-search #contents .p-compare-speclist__action__move button {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 2px 8px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-speclist__action__move button {
    visibility: hidden;
  }
}
.hvac-search #contents .p-compare-speclist__action__del button {
  background: none;
  background: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 27px;
  position: relative;
  width: 27px;
}
.hvac-search #contents .p-compare-speclist__action__del button:before, .hvac-search #contents .p-compare-speclist__action__del button:after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
}
.hvac-search #contents .p-compare-speclist__action__del button:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hvac-search #contents .p-compare-speclist__action__del button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hvac-search #contents .p-compare-speclist__action__del button:before, .hvac-search #contents .p-compare-speclist__action__del button:after {
  /* 棒の高さ */
  background: #ADADAD;
  /* 棒の幅（太さ） */
  height: 18px;
  width: 2px;
  /* バツ印の色 */
}
.hvac-search #contents .p-compare-speclist__action__select {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-top: 5px;
  width: 100%;
}
.hvac-search #contents .p-compare-speclist__action__select label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.hvac-search #contents .p-compare-speclist__action__select label span {
  -moz-column-gap: 5px;
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 9999px; /* 非常に大きな値で半円を形成 */
  box-sizing: border-box;
  column-gap: 5px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  padding: 2px 10px 2px 10px;
}
.hvac-search #contents .p-compare-speclist__action__select label span:before {
  border-bottom: 2px solid #fff;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  border-left: 2px solid #000;
  content: "";
  height: 4px;
  transform: rotate(-45deg);
  width: 7px;
}
.hvac-search #contents .p-compare-speclist__action__select label input:checked + span {
  background-color: #475C85;
  border-color: #475C85;
  color: #fff;
}
.hvac-search #contents .p-compare-speclist__action__select label input:checked + span:before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.hvac-search #contents .p-compare-speclist--select {
  /* 2行 */
  grid-template-columns: 296.5px auto;
  grid-template-rows: auto auto;
  max-width: 976px;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-speclist--select {
    grid-template-columns: 210px auto;
    max-width: 100%;
  }
}
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist-head {
  grid-column: 1/-1;
  /* 全幅を占める */
}
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist__fix,
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist__scroll-wrap {
  grid-row: 2;
  /* 2行目に配置 */
}
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist__fix {
  grid-column: 1;
  /* 270pxカラムに配置 */
}
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist__scroll-wrap {
  grid-column: 2;
  /* autoカラムに配置 */
}
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist-head {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 176.5px auto;
  padding-left: 120px;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-speclist--select .p-compare-speclist-head {
    grid-template-columns: 130px auto;
    padding-left: 80px;
  }
}
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist-head__item {
  background-color: #F2F2F2;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  overflow-wrap: break-word;
  padding: 7px 5px;
  text-align: center;
  word-break: break-all;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-speclist--select .p-compare-speclist-head__item {
    text-align: left;
  }
}
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist-head__item--proposed {
  background-color: #E5EEFF;
}
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist__attr-col,
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist__item {
  display: block;
}
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist__attr {
  background-color: #F2F2F2;
}
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist__fix {
  display: grid;
  grid-template-columns: 120px 176.5px;
  width: 296.5px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-speclist--select .p-compare-speclist__fix {
    grid-template-columns: 80px 130px;
    width: 210px;
  }
}
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist__scroll-wrap {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  position: relative;
  width: 100%;
}
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist__scroll {
  display: flex;
  max-width: 706px;
  overflow: hidden;
  width: 706px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-speclist--select .p-compare-speclist__scroll {
    -webkit-overflow-scrolling: touch;
    /* タッチスクリーンでの慣性スクロールを有効にする（iOS向け） */
    display: flex;
    flex-wrap: nowrap;
    left: 0;
    max-width: 100%;
    overflow-x: auto;
    position: relative;
    width: 100%;
  }
}
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist__scroll__btn {
  align-items: center;
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 100%;
  display: flex;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));
  height: 35px;
  position: absolute;
  top: 300px;
  width: 35px;
}
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist__scroll__btn:before {
  border-right: solid 1px #1A1A1A;
  border-top: solid 1px #1A1A1A;
  content: "";
  height: 8px;
  position: absolute;
  right: 14px;
  transform: rotate(45deg);
  /*なくてもOK*/
  width: 8px;
}
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist__scroll__btn--left {
  left: 10px;
}
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist__scroll__btn--left:before {
  border: none;
  border-bottom: solid 1px #1A1A1A;
  border-left: solid 1px #1A1A1A;
  left: 14px;
  right: 0;
}
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist__scroll__btn--right {
  right: 10px;
}
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist__scroll__btn.is-disabled {
  background-color: #F2F2F2;
  cursor: not-allowed;
  opacity: 0.8;
}
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist__scroll__btn.is-disabled:before {
  border-color: #ADADAD;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-speclist--select .p-compare-speclist__scroll__btn {
    display: none;
  }
}
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist__scroll .p-compare-speclist__item {
  flex: 0 0 176.5px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-speclist--select .p-compare-speclist__scroll .p-compare-speclist__item {
    flex: 0 0 130px;
    flex-basis: 130px;
  }
}
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist__item--proposed {
  background-color: #fff;
}
.hvac-search #contents .p-compare-speclist--select .p-compare-speclist__item--proposed.is-active {
  background-color: #E5EEFF;
  outline: 2px solid #475C85;
  outline-offset: -3px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-container-scroll {
    -webkit-overflow-scrolling: touch;
    max-height: 500px;
    overflow: auto;
  }
}
.hvac-search #contents .p-compare-container {
  width: 100%;
}
.hvac-search #contents .p-compare-table {
  border-bottom: 1px solid #ddd;
  border-collapse: separate;
  contain: paint;
  margin: 0 auto;
  table-layout: fixed;
  width: 800px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-table {
    font-size: 13px;
    width: 100%;
  }
}
.hvac-search #contents .p-compare-table .p-compare-table__item--head.p-compare-table__item--proposed {
  background-color: #E5EEFF !important;
}
.hvac-search #contents .p-compare-table__action {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 10px;
}
.hvac-search #contents .p-compare-table__action__item-control {
  display: flex;
  justify-content: space-between;
}
.hvac-search #contents .p-compare-table__select {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
}
.hvac-search #contents .p-compare-table__select label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.hvac-search #contents .p-compare-table__select label span {
  -moz-column-gap: 5px;
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 9999px; /* 非常に大きな値で半円を形成 */
  box-sizing: border-box;
  column-gap: 5px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  padding: 2px 10px 2px 10px;
}
.hvac-search #contents .p-compare-table__select label span:before {
  border-bottom: 2px solid #fff;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  border-left: 2px solid #000;
  content: "";
  height: 4px;
  transform: rotate(-45deg);
  width: 7px;
}
.hvac-search #contents .p-compare-table__select label input:checked + span {
  background-color: #475C85;
  border-color: #475C85;
  color: #fff;
}
.hvac-search #contents .p-compare-table__select label input:checked + span:before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.hvac-search #contents .p-compare-table__attr {
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  display: table-cell;
  font-weight: 600;
  overflow-wrap: break-word;
  padding: 7px 5px;
  text-align: center;
  vertical-align: middle;
  width: 200px;
  word-break: break-all;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-table__attr {
    width: 75px;
  }
}
.hvac-search #contents .p-compare-table__item {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  overflow-wrap: break-word;
  padding: 7px 5px;
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-table__item {
    font-size: 13px;
  }
}
.hvac-search #contents .p-compare-table__item--proposed {
  background-color: #E5EEFF;
}
.hvac-search #contents .p-compare-table__item--head {
  background-color: #F2F2F2;
  border-bottom: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  overflow-wrap: break-word;
  padding: 7px 5px;
  text-align: center;
  word-break: break-all;
}
.hvac-search #contents .p-compare-table__item--proposed {
  background-color: #E5EEFF;
}
.hvac-search #contents .p-compare-table__item__val {
  align-items: center;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  display: table-cell;
  height: 100%;
  justify-content: center;
  overflow-wrap: break-word;
  padding: 7px 5px;
  text-align: center;
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
}
.hvac-search #contents .p-compare-table__item__val a {
  color: #477eeb;
  font-size: 15px;
  font-weight: 600;
  word-break: break-all;
}
.hvac-search #contents .p-compare-table__item__val img {
  -o-object-fit: contain;
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 120px;
  object-fit: contain;
  width: 120px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-table__item__val img {
    height: 80px;
  }
}
.hvac-search #contents .p-compare-table__item__val img.icon-feature {
  width: 80px;
}
.hvac-search #contents .p-compare-table__item__val img.icon-xephy {
  height: 10px;
  width: auto;
}
.hvac-search #contents .p-compare-table__item__val .spac-item-img img {
  -o-object-fit: contain;
  box-sizing: border-box;
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 80px;
  max-width: 100px;
  object-fit: contain;
  width: auto;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-table__item__val .spac-item-img img {
    height: 80px;
  }
}
.hvac-search #contents .p-compare-table__item__val .spac-item-img img.icon-feature {
  width: 80px;
}
.hvac-search #contents .p-compare-table__item__val .spac-item-inline {
  -moz-column-gap: 3px;
  align-items: center;
  column-gap: 3px;
  display: flex;
  flex-direction: row !important;
  justify-content: center;
}
.hvac-search #contents .p-compare-table__item__val .spac-item-inline img {
  margin: 0;
}
.hvac-search #contents .p-compare-table__item__btn {
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  overflow-wrap: break-word;
  padding: 7px 5px;
  text-align: center;
  word-break: break-all;
}
.hvac-search #contents .p-compare-table .sticky-row {
  background: none;
  background: #fff;
  border-right: none;
  left: 0;
  position: sticky;
  top: 70px;
}
.hvac-search #contents .p-compare-table .sticky-row--02 {
  top: calc(70px + var(--sticky-spec-head-height));
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-table .sticky-row--02 {
    top: calc(70px + var(--sticky-spec-head-height));
  }
}
.hvac-search #contents .p-compare-table .sticky-cell {
  background: #fff;
  container-type: scroll-state;
  position: sticky;
  top: 80px;
  z-index: 999999;
}
.hvac-search #contents .p-compare-table .sticky-cell--proposed {
  background-color: #E5EEFF;
}
.hvac-search #contents .p-compare-table .sticky-cell::after {
  background: #0078d4;
  bottom: 2px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  transition: opacity 0.2s;
}
@container scroll-state(stuck: top) {
  .hvac-search #contents .p-compare-table .sticky-cell .header {
    border-bottom: 1px solid #e0e0e0;
  }
}
.hvac-search #contents .p-compare-table .sticky-cell .sticky-cell[style*=top]::after {
  opacity: 1;
}
.hvac-search #contents .p-compare-table tr:nth-child(1) td.sticky-cell {
  top: 70px;
}
.hvac-search #contents .p-compare-table tr:nth-child(2) td.sticky-cell {
  top: 106px;
}
.hvac-search #contents .p-compare-table--select {
  max-width: 976px;
  table-layout: fixed;
  width: -moz-min-content !important;
  width: min-content !important;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-table--select {
    max-width: 720px;
  }
}
.hvac-search #contents .p-compare-table--select .p-compare-table-__col-attr {
  width: 120px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-table--select .p-compare-table-__col-attr {
    width: 80px;
  }
}
.hvac-search #contents .p-compare-table--select .p-compare-table__col-item {
  width: 170px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-table--select .p-compare-table__col-item {
    width: 130px;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-table--select .p-compare-table__item--proposed {
    text-align: left;
  }
}
.hvac-search #contents .p-compare-table--select .sticky-col {
  background-color: #fff;
  left: 0;
  position: sticky;
  top: 0;
  z-index: 2;
}
.hvac-search #contents .p-compare-table--select .sticky-col--attr {
  left: 0px;
}
.hvac-search #contents .p-compare-table--select .sticky-col--item {
  left: 80px;
}
.hvac-search #contents .p-compare-table--select .sticky-row--01 {
  top: 70px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-table--select .sticky-row--01 {
    top: var(--sticky-head-height);
  }
}
.hvac-search #contents .p-compare-table--select .sticky-row--02 {
  top: calc(70px + var(--sticky-head-height) - 1px);
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-table--select .sticky-row--02 {
    top: calc(var(--sticky-head-height) + var(--sticky-attr-height));
  }
}
.hvac-search #contents .p-compare-table--select .sticky-cross {
  background-color: #fff;
  left: 80px;
  position: sticky;
  z-index: 999;
}
.hvac-search #contents .p-compare-table--select .p-compare-table__attr.sticky-cross {
  left: 0px;
}
.hvac-search #contents .p-compare-table--select .p-compare-table__attr {
  background-color: #F2F2F2;
  box-sizing: border-box;
  width: 120px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-table--select .p-compare-table__attr {
    max-width: 80px;
    width: 80px !important;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-table--select .p-compare-table__action {
    width: 130px;
  }
}
.hvac-search #contents .p-compare-table--select .p-compare-table__item--proposed {
  box-sizing: border-box;
  width: 170px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-table--select .p-compare-table__item--proposed {
    width: 130px;
  }
}
.hvac-search #contents .p-compare-table--select .p-compare-table__item__val {
  box-sizing: border-box;
  width: 170px;
}
.hvac-search #contents .p-compare-table--select .p-compare-table__item__val--empty {
  border-left: 1px solid #ddd;
  box-sizing: border-box;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-table--select .p-compare-table__item__val {
    width: 130px;
  }
}
.hvac-search #contents .p-compare-table--select .is-selected {
  background-color: #E5EEFF;
  border-left: 2px solid #475C85;
  border-right: 2px solid #475C85;
  outline-offset: -3px;
}
.hvac-search #contents .p-compare-table--select .p-compare-table__action.is-selected {
  border-top: 2px solid #475C85;
}
.hvac-search #contents .p-compare-table--select tr:last-child td.is-selected {
  border-bottom: 2px solid #475C85;
}
.hvac-search #contents .p-compare-table .p-compare-table__item--proposed {
  background-color: #E5EEFF !important;
}

.hvac-search #contents .p-cost-metrics {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-cost-metrics {
    flex-direction: column;
    row-gap: 5px;
  }
}
.hvac-search #contents .p-cost-metrics__item__no {
  -moz-column-gap: 15px;
  align-items: center;
  column-gap: 15px;
  display: flex;
}
.hvac-search #contents .p-cost-metrics__item__cost {
  -moz-column-gap: 15px;
  align-items: center;
  column-gap: 15px;
  display: flex;
}
.hvac-search #contents .p-cost-metrics__item__cost .num {
  color: #475C85;
  font-family: "Open Sans";
  font-size: 26px;
  font-weight: bold;
}
.hvac-search #contents .p-cost-metrics__item__cost--co2 {
  flex-direction: column;
}
.hvac-search #contents .p-cost-metrics__item__val {
  -moz-column-gap: 5px;
  align-items: baseline;
  column-gap: 5px;
  display: flex;
}
.hvac-search #contents .p-cost-metrics__arrow {
  align-items: center;
  background-color: #ddd; /* 三角形の色 */
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: flex;
  height: 32px; /* 高さ */
  width: 32px; /* 三角形のベースの幅 */
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-cost-metrics__arrow {
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    height: 20px;
    width: 23px;
  }
}
.hvac-search #contents .p-cost-highlight {
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}
.hvac-search #contents .p-cost-highlight--sub {
  font-size: 16px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-cost-highlight--sub {
    font-size: 14px;
  }
}
.hvac-search #contents .p-cost-highlight__ballon {
  align-items: flex-end;
  font-size: 16px;
}
.hvac-search #contents .p-cost-highlight__ballon .num {
  align-items: flex-end;
  color: #1A1A1A;
  display: inline-flex;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  vertical-align: baseline;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-cost-highlight__ballon .num {
    font-size: 28px;
  }
}
.hvac-search #contents .p-cost-highlight__ballon--sub {
  font-size: 14px;
  padding: 6px 30px;
}
.hvac-search #contents .p-cost-highlight__ballon--sub .num {
  font-size: 26px;
}
.hvac-search #contents .p-cost-highlight__txt {
  -moz-column-gap: 8px;
  align-items: center;
  align-items: flex-end;
  column-gap: 8px;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  justify-content: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-cost-highlight__txt {
    font-size: 16px;
  }
}
.hvac-search #contents .p-cost-highlight__txt .num {
  color: #475C85;
  font-family: "Open Sans";
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-cost-highlight__txt .num {
    font-size: 32px;
  }
}
.hvac-search #contents .p-cost-highlight__txt .unit {
  color: #475C85;
}
.hvac-search #contents .p-cost-highlight__txt--sub {
  font-size: 16px;
}
.hvac-search #contents .p-cost-highlight__txt--sub .num {
  font-size: 40px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-cost-highlight__txt--sub .num {
    font-size: 28px;
  }
}
.hvac-search #contents .p-cost-highlight__btn {
  margin-top: 20px;
}
.hvac-search #contents .p-cost-graph {
  -moz-column-gap: 40px;
  column-gap: 40px;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-cost-graph {
    flex-direction: column;
    row-gap: 20px;
  }
}
.hvac-search #contents .p-cost-graph__item {
  height: 300px;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-cost-graph__item.chart-container {
    height: 250px;
    margin: auto;
    position: relative;
    width: 100%;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-cost-graph__item.chart-container--forfive {
    height: 320px;
  }
}

.hvac-search #contents .p-compare-list__btn-wrap {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-search #contents .p-compare-list__btn {
    width: 100%;
  }
}
.hvac-search #contents .p-compare-list__btn.is-disabled {
  background-color: #F2F2F2;
  color: #ADADAD;
  pointer-events: none;
}

.p-check-ceiling-cont {
  width: 720px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-check-ceiling-cont {
    width: 100%;
  }
}

.p-check-result {
  background-color: #E5EEFF;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-check-result {
    width: 100%;
  }
}
.p-check-result span,
.p-check-result div {
  color: #475C85;
  font-size: 18px;
  font-weight: 600;
}

.p-check-item-wrap {
  -moz-column-gap: 30px;
  align-items: center;
  column-gap: 30px;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-check-item-wrap {
    flex-direction: column;
    row-gap: 20px;
  }
}

.p-check-note {
  margin-top: 15px;
}

.p-check-item__no {
  -moz-column-gap: 20px;
  align-items: center;
  column-gap: 20px;
  display: flex;
  justify-content: center;
}
.p-check-item__ceiling {
  border: 1px solid #1A1A1A;
  padding: 20px;
  position: relative;
}
.p-check-item__ceiling:after {
  bottom: 5px;
  content: "（単位：mm）";
  position: absolute;
  right: 0;
}
.p-check-item__ceiling:empty::after {
  content: none;
}
.p-check-item__arrow {
  align-items: center;
  background-color: #ddd; /* 三角形の色 */
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: flex;
  height: 32px; /* 高さ */
  margin-top: 47.5px;
  width: 32px; /* 三角形のベースの幅 */
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-check-item__arrow {
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    height: 20px;
    width: 23px;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-check-item__arrow {
    margin-top: 10px;
  }
}
.p-ceiling {
  align-items: center;
  display: flex;
  height: 300px;
  justify-content: center;
  margin-top: 20px;
  position: relative;
  width: 300px;
}
.p-ceiling-container {
  padding: 10px;
}
.p-ceiling__rectangle {
  border: 1px solid #1A1A1A;
  max-height: 180px;
  max-width: 180px;
  position: relative;
}
.p-ceiling .p-ceiling__note-height,
.p-ceiling .p-ceiling__note-width {
  overflow: visible;
  position: absolute;
  white-space: nowrap;
}
.p-ceiling .p-ceiling__note-width {
  top: 20px;
}
.p-ceiling .p-ceiling__note-height {
  left: -55px;
  text-align: center;
}
.p-ceiling .p-ceiling__note-height--proposed {
  left: 300px;
  right: 0;
  width: 60px;
}
.p-ceiling .p-ceiling__label-height,
.p-ceiling .p-ceiling__label-width {
  background: white;
  padding: 2px;
  position: absolute;
  white-space: nowrap;
}
.p-ceiling__label-width {
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
}
.p-ceiling__label-width-spacer {
  display: inline-block;
  padding: 0 5px;
}
.p-ceiling__label-height {
  left: -48px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.p-ceiling__label-height span {
  display: block;
}
.p-ceiling__label-height .tilde {
  display: inline-block;
  padding: 5px 0 0 0;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-ceiling {
    width: 100%;
  }
}

.p-check-result {
  background-color: #E5EEFF;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-check-result {
    width: 100%;
  }
}
.p-check-result__main {
  color: #475C85;
  font-size: 18px;
  font-weight: 600;
}
.p-check-result__note {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
.p-check-result__note a {
  color: #477EEB;
  text-decoration: underline;
}
.p-check-result__note a:visited {
  color: #477EEB;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-check-result__note {
    padding: 0 10px;
  }
}
.p-check-result__note-img {
  background-color: #fff;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 90%;
  padding: 10px;
}
.p-check-result__note-img img {
  max-width: 80%;
}

.p-check-item-wrap {
  -moz-column-gap: 40px;
  align-items: center;
  column-gap: 40px;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-check-item-wrap {
    flex-direction: column;
    row-gap: 20px;
  }
}

.p-check-note {
  margin-top: 15px;
}

.p-check-item__no {
  -moz-column-gap: 15px;
  align-items: center;
  column-gap: 15px;
  display: flex;
  justify-content: center;
}
.p-check-item__ceiling {
  border: 1px solid #1A1A1A;
  padding: 20px;
  position: relative;
}
.p-check-item__ceiling:after {
  bottom: 5px;
  content: "（単位：mm）";
  position: absolute;
  right: 0;
}
.p-check-item__ceiling:empty::after {
  content: none;
}
.p-check-item__arrow {
  align-items: center;
  background-color: #ddd; /* 三角形の色 */
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: flex;
  height: 32px; /* 高さ */
  margin-top: 47.5px;
  width: 32px; /* 三角形のベースの幅 */
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-check-item__arrow {
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    height: 20px;
    width: 23px;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-check-item__arrow {
    margin-top: 10px;
  }
}
.p-ceiling {
  align-items: center;
  display: flex;
  height: 300px;
  justify-content: center;
  margin-top: 20px;
  width: 300px;
}
.p-ceiling-container {
  padding: 10px;
}
.p-ceiling__rectangle {
  border: 1px solid #1A1A1A;
  position: relative;
}
.p-ceiling .p-ceiling__label-height,
.p-ceiling .p-ceiling__label-width {
  background: white;
  padding: 2px;
  position: absolute;
}
.p-ceiling__label-width {
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
}
.p-ceiling__label-height {
  left: -48px;
  top: 50%;
  transform: translateY(-50%);
}
.p-ceiling__line-width {
  background: #1A1A1A;
  height: 1px;
  left: 0;
  position: absolute;
  top: -15px;
  width: 100%;
}
.p-ceiling__line-height {
  background: #1A1A1A;
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 1px;
}

.p-pipe-table {
  margin-top: 20px;
}
.p-pipe-table th[scope=col] {
  min-width: 50px;
}
.p-pipe-table .col-num {
  color: #475C85;
  font-family: "Open Sans";
  font-size: 26px;
  font-weight: bold;
  font-weight: bold;
  padding: 0 10px;
  text-align: center;
}
.p-pipe-table .col-label {
  padding-right: 10px;
  text-align: left;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-pipe-select-condenser-wrap {
    display: flex;
    justify-content: center;
  }
}

.p-pipe-select-condenser {
  -moz-column-gap: 40px;
  column-gap: 40px;
  display: flex;
  font-weight: 600;
  justify-content: center;
  margin-top: 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-pipe-select-condenser {
    flex-direction: column;
    row-gap: 10px;
  }
}

.p-pipe-result-sub {
  background-color: #F2F2F2;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-pipe-result-sub {
    text-align: left;
  }
}
.p-pipe-result-sub__txt {
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-pipe-result-sub__txt {
    text-align: left;
  }
}

.p-pipe-result-sub-condition {
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-pipe-result-sub-condition {
    flex-wrap: wrap;
    margin-top: 15px;
  }
}
.p-pipe-result-sub-condition__title {
  align-items: center;
  display: flex;
  font-weight: 600;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-pipe-result-sub-condition__title {
    justify-content: center;
    width: 100%;
  }
}
.p-pipe-result-sub-condition__cont {
  align-items: center;
  display: flex;
}
.p-pipe-result-sub-condition__val:before {
  content: "：";
}
.p-pipe-result-sub-condition__val .num {
  color: #1A1A1A;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: bold;
  font-weight: bold;
}
.p-pipe-result-sub-condition__val .unit {
  padding-left: 2px;
}

.p-pipe-flow-title {
  border-bottom: 1px solid #ddd;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  text-align: left;
}
.p-pipe-flow {
  counter-reset: pipe-flow;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  row-gap: 10px;
}
.p-pipe-flow__item {
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
  justify-content: space-between;
}
.p-pipe-flow__que {
  counter-increment: pipe-flow;
}
.p-pipe-flow__que:before {
  content: counter(pipe-flow) ".";
}
.p-pipe-flow__ans {
  display: inline-block;
  font-weight: 600;
  width: 4rem;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-pipe-flow__ans {
    flex-shrink: 0;
    width: 2rem;
  }
}

.p-pipe-btn-recheck-wrap {
  margin-top: 40px;
  text-align: center;
}

.p-pipe-btn-recheck {
  width: 300px;
}

.p-modal-pipe-check__result {
  margin-top: 20px;
}
.p-modal-pipe-check .modal__content {
  margin-bottom: 0;
}
.p-modal-pipe-check .p-check-item-wrap {
  margin-top: 0;
}
.p-modal-pipe-check .p-pipe-select-condenser {
  margin-top: 40px;
}
.p-modal-pipe-check .p-pipe-check-qa {
  background-color: #F2F2F2;
  display: none;
  margin-top: 40px;
  padding: 20px;
}
.p-modal-pipe-check .p-pipe-check-qa__note {
  margin-bottom: 1rem;
  text-align: center;
}
.p-modal-pipe-check .p-pipe-check-qa__title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.p-modal-pipe-check .p-pipe-check-qa__ans {
  margin-top: 20px;
}
.p-modal-pipe-check .p-pipe-check-qa__ans-list {
  -moz-column-gap: 20px;
  align-items: center;
  column-gap: 20px;
  display: flex;
  justify-content: center;
}

.u-section-sub {
  margin-top: 20px;
}

.u-txt-bold {
  font-weight: bold;
}

.u-txt-center {
  text-align: center;
}

.u-txt-right {
  text-align: right;
}

.u-txt-link {
  color: #477EEB;
}

.u-txt-caution {
  color: red;
}

.u-center {
  margin: auto auto;
}

.u-flex-end {
  justify-content: flex-end;
}

.u-flex {
  display: flex;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .u-flex {
    flex-flow: column;
  }
}
.u-flex.al-center {
  align-items: center;
}

.u-mt-5 {
  margin-top: 5px;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mb-10 {
  margin-bottom: 10px;
}

.u-mb-15 {
  margin-bottom: 15px;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-ml-10 {
  margin-left: 10px;
}

.u-w-full {
  width: 100%;
}

.u-disc-list {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.u-number-list {
  counter-reset: item;
  list-style: none;
}
.u-number-list li {
  display: flex;
}
.u-number-list li::before {
  content: counter(item) ". ";
  counter-increment: item;
}
.u-number-list li:nth-child(n+2) {
  margin-top: 10px;
}

.u-horizontal-list {
  display: flex;
}
.u-horizontal-list--multiple {
  align-items: flex-start;
}
.u-horizontal-list dd {
  margin: 0;
}

.u-dl-colon-style {
  display: grid;
  grid-template-columns: auto 1fr;
}
.u-dl-colon-style__item {
  display: contents;
}
.u-dl-colon-style__item dt {
  padding-right: 0.5rem;
  white-space: nowrap;
}
.u-dl-colon-style__item dd::before {
  content: "：";
  padding-right: 0.5rem;
}
.u-dl-colon-style__item dd.none::before {
  content: "";
  padding-right: 0.5rem;
}
.u-dl-colon-style__item dd a.external::after {
  content: url(/search/etc/designs/panasonic/basicpage-clientlibs/images/external-link-icon-g.png);
  padding-left: 0.5rem;
}

.u-display-pc {
  display: inline-block;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .u-display-pc {
    display: none;
  }
}

.u-display-sp {
  display: none;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .u-display-sp {
    display: block;
  }
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .u-hidden-sp {
    display: none;
  }
}

.u-scroll-y {
  box-sizing: border-box;
  overflow-y: auto;
}

.u-scroll-x {
  box-sizing: border-box;
  overflow-x: auto;
}

.u-bg-secondary {
  background-color: #F2F2F2;
  padding: 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .u-bg-secondary {
    padding: 10px;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */