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

#page {
  overflow: visible !important;
}

#container.full-bg {
  max-width: 100%;
}

#container a:hover span, #container a:hover p, #container a:hover ul {
  font-family: "Noto Sans JP", sans-serif;
}

a:active, a:hover, a:focus {
  outline: none;
}

.replace-ecocute {
  overflow: visible !important;
}
.replace-ecocute #contents {
  animation: fadeIn 1s ease;
  box-sizing: border-box;
  color: #3c3c3c;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  max-width: 100%;
  transform: none;
  /* 最初の.sub-section以外のすべてに適用されるスタイル */
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.replace-ecocute #contents .formArea .formText input {
  color: #3c3c3c;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .h1_area {
    width: calc(100% - 140px);
  }
}
.replace-ecocute #contents .h1_area .p-title_block__logo {
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .h1_area .p-title_block__logo {
    width: auto;
  }
}
.replace-ecocute #contents .h1_area {
  /* 特定のスタイル */
}
.replace-ecocute #contents .h1_area:has(.p-title_block__logo) {
  /* 特定のスタイル */
}
.replace-ecocute #contents .section {
  color: #3c3c3c;
}
.replace-ecocute #contents .section.bg-gray {
  background-color: #F2F2F2;
}
.replace-ecocute #contents .sub-section {
  margin-top: 40px;
}
.replace-ecocute #contents .text-list-notes-02 {
  margin-top: 15px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .text-list-notes-02 {
    margin-top: 20px;
  }
}
.replace-ecocute #contents .text-list-notes li,
.replace-ecocute #contents .text-list-notes-02 li {
  margin: 0;
}
.replace-ecocute #contents .link-arrow-light-blue--left::after {
  content: none;
}
.replace-ecocute #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;
}

.l-section {
  margin-bottom: 70px;
  max-width: 1200px;
}
.l-section.l-section--full {
  max-width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .l-section {
    margin-bottom: 40px;
  }
}

.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: 2000;
}

.modal__container {
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  max-height: 90vh;
  max-width: 976px;
  overflow-y: auto;
  padding: 30px 30px 30px 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__container--full {
  width: 90vw;
}

.modal__title {
  box-sizing: border-box;
  color: #3c3c3c;
  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__title-sub {
  font-size: 1.5em;
  text-align: center;
}

.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;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .modal__content {
    padding-bottom: 10px;
    padding-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: #507daa;
  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: #3c3c3c;
  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;
  }
}
a.c-link-line {
  color: #3c3c3c;
  text-decoration: underline;
}

.replace-ecocute .c-btn-main {
  align-items: center;
  background-color: #507daa;
  border: none;
  border-radius: 10px;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  justify-content: center;
  max-width: 670px;
  padding: 10px 0;
}
.replace-ecocute .c-btn-main--hvac {
  background-color: #507daa;
  border-color: #507daa;
}
.replace-ecocute .c-btn-main--hvac span {
  color: #fff;
}
.replace-ecocute .c-btn-main--small {
  padding: 12px 14px;
}
.replace-ecocute .c-btn-main--guide {
  padding: 10px 14px;
  width: 200px;
}
.replace-ecocute .c-btn-main--guide p {
  font-size: 15px;
}
.replace-ecocute .c-btn-main.compare {
  width: 172px;
}
.replace-ecocute .c-btn-main--left {
  max-width: 100%;
  position: relative;
  width: 100%;
}
.replace-ecocute .c-btn-main--left::before {
  align-self: center;
  border-bottom: 2px solid #fff;
  border-radius: 1px;
  border-right: 2px solid #fff;
  content: "";
  display: inline-block;
  height: 8px;
  left: 10px;
  margin-left: 10px;
  margin-right: 0;
  position: absolute;
  transform: rotate(135deg);
  width: 8px;
}
.replace-ecocute .c-btn-sub {
  background-color: #fff;
  width: 270px;
}
.replace-ecocute .c-btn-sub p {
  background: url(/search/jp/common/v3/img/icon_large-arow_black.svg) no-repeat right 50%;
  color: #333;
}
.replace-ecocute .c-btn-sub:hover p {
  color: #333 !important;
}
.replace-ecocute .c-btn-secondary {
  width: 350px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute .c-btn-secondary {
    width: 100%;
  }
}
.replace-ecocute .c-btn-secondary.c-btn-back.btn_link {
  border-radius: 10px;
  position: relative;
}
.replace-ecocute .c-btn-secondary.c-btn-back.btn_link p {
  background: none;
  /* 矢印分の余白を確保 */
  line-height: 18px;
  padding-left: 18px;
  position: relative;
}
.replace-ecocute .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);
  /* 矢印の向きを調整 */
}
.replace-ecocute .c-btn-secondary-icon {
  box-sizing: border-box;
  height: 72px;
  padding: 12px 20px;
  width: 320px;
}
.replace-ecocute .c-btn-secondary-icon p {
  align-items: center;
  display: flex;
  height: 100%;
}
.replace-ecocute .c-btn-secondary-icon p span {
  flex-grow: 1;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute .c-btn-secondary-icon {
    width: 100%;
  }
}
.replace-ecocute .c-btn-secondary-icon p {
  line-height: 24px;
}
.replace-ecocute .c-btn-secondary-icon--small {
  height: auto;
  padding: 12px 20px;
  width: 270px;
}
.replace-ecocute .c-btn-secondary-icon--small p {
  line-height: 1.2;
}
.replace-ecocute .c-btn-secondary-icon--no-arrow p {
  background: none;
}
.replace-ecocute .c-btn-icon-menu {
  box-sizing: border-box;
  padding: 12px 0;
  width: 150px;
}
.replace-ecocute .c-btn-icon-menu p {
  align-items: center;
  display: flex;
  height: 100%;
}
.replace-ecocute .c-btn-icon-menu p span {
  flex-grow: 1;
}
.replace-ecocute .c-btn-icon-menu p {
  -moz-column-gap: 5px;
  background: none;
  column-gap: 5px;
  justify-content: center;
  padding: 0;
}
.replace-ecocute .c-btn-icon-menu p span {
  flex-grow: 0;
  font-size: 14px;
}
.replace-ecocute .c-btn-icon-menu--primary {
  background-color: #507daa;
  border-color: #507daa;
}
.replace-ecocute .c-btn-icon-menu--primary span {
  color: #fff;
}
.replace-ecocute .c-btn-icon-menu--primary p:hover {
  color: #fff;
}
.replace-ecocute .c-btn-icon-menu.is-disabled {
  background-color: #F2F2F2;
  border-color: #969696;
  color: #3c3c3c;
  pointer-events: none;
}
.replace-ecocute .c-btn-icon-menu.is-disabled span {
  color: #3c3c3c;
}
.replace-ecocute .c-btn-icon-menu.is-disabled img {
  filter: grayscale(100%);
  /* アイコンの色をグレースケールにする */
  opacity: 0.3;
  /* アイコンも薄くする */
}
.replace-ecocute .c-btn-round {
  align-items: center;
  background-color: #507daa;
  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) {
  .replace-ecocute .c-btn-round {
    padding: 13px 30px;
  }
}
.replace-ecocute .c-btn-round--primary {
  background-color: #507daa;
  color: #fff;
}
.replace-ecocute .c-btn-round--secondary {
  background-color: #fff;
  border: 1px solid #000;
  color: #333333;
}
.replace-ecocute .c-btn-round--muted {
  background-color: #fff;
  border: 1px solid #969696;
  color: #3c3c3c;
}
.replace-ecocute .c-btn-search-more {
  background-color: #507daa;
  border: none;
  border-radius: 100px;
  color: #fff;
  height: 48px;
  width: 172px;
}
.replace-ecocute .c-btn-circle-cross {
  background: none;
  background-color: #666;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  /* 適宜調整 */
  display: block;
  /* 適宜調整 */
  height: 28px;
  position: relative;
  width: 28px;
}
.replace-ecocute .c-btn-circle-cross:before, .replace-ecocute .c-btn-circle-cross:after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
}
.replace-ecocute .c-btn-circle-cross:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.replace-ecocute .c-btn-circle-cross:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.replace-ecocute .c-btn-circle-cross:before, .replace-ecocute .c-btn-circle-cross:after {
  /* 棒の高さ */
  background: #fff;
  /* 棒の幅（太さ） */
  height: 12px;
  width: 2px;
  /* バツ印の色 */
}
.replace-ecocute .c-btn-anker {
  color: #3c3c3c;
  display: block;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
.replace-ecocute .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;
}
.replace-ecocute .c-btn-anker--border {
  border: 1px solid #969696;
  margin: 0 auto;
  max-width: 500px;
  padding: 25px 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute .c-btn-anker--border {
    padding: 20px 0;
  }
}
.replace-ecocute .c-btn-balloon {
  -moz-column-gap: 5px;
  align-items: center;
  background-color: #507daa;
  border-radius: 9999px;
  color: #fff;
  column-gap: 5px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 600;
  margin-bottom: 9px;
  padding: 16px 45px;
  position: relative;
}
.replace-ecocute .c-btn-balloon span {
  align-items: flex-start;
  display: inline-flex;
}
.replace-ecocute .c-btn-balloon:hover * {
  color: #fff;
  opacity: 1;
}
.replace-ecocute .c-btn-balloon:before {
  border-color: transparent;
  border-style: solid;
  border-top-color: #507daa;
  border-width: 6.5px;
  content: "";
  height: 0;
  left: 35px;
  position: absolute;
  top: 100%;
  width: 0;
}
.replace-ecocute .c-btn-balloon--accent {
  background-color: #FFD699;
  color: #3c3c3c;
}
.replace-ecocute .c-btn-balloon--accent:before {
  border-top-color: #FFD699;
}
.replace-ecocute .c-btn-balloon--top {
  margin-top: 12px;
}
.replace-ecocute .c-btn-balloon--top:before {
  border-bottom-color: #507daa;
  border-top-color: transparent;
  top: -12px;
}
.replace-ecocute .c-btn-icon-link {
  color: #477EEB;
  font-size: 16px;
  font-weight: 600;
}
.replace-ecocute .c-btn-icon-link:after {
  content: url("../img/icon/icon-link.svg");
  padding-left: 5px;
}
.replace-ecocute a.c-text-link-icon {
  color: #477EEB;
}
.replace-ecocute .c-text-link-icon {
  -moz-column-gap: 5px;
  align-items: center;
  column-gap: 5px;
  display: flex;
}
.replace-ecocute .c-text-link-icon .icon-blue {
  filter: brightness(0) saturate(100%) invert(44%) sepia(79%) saturate(533%) hue-rotate(183deg) brightness(94%) contrast(97%);
}
.replace-ecocute .c-text-link-icon.js-bulk-download.is-disabled {
  color: #3c3c3c;
  pointer-events: none;
}
.replace-ecocute .c-text-link-icon.js-bulk-download.is-disabled span {
  display: none;
}
.replace-ecocute .c-text-link-icon.js-bulk-download.is-disabled img {
  display: none;
}
.replace-ecocute .c-text-link-icon.js-bulk-download.is-disabled:after {
  content: "処理中...";
}
.replace-ecocute .c-btn-accordion {
  background-color: #fff;
  border: 1px solid #969696;
  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) {
  .replace-ecocute .c-btn-accordion {
    line-height: 1.2;
  }
}
.replace-ecocute .c-btn-accordion:before, .replace-ecocute .c-btn-accordion:after {
  background-color: #000;
  content: "";
  position: absolute;
}
.replace-ecocute .c-btn-accordion:before {
  height: 14px;
  right: 26px;
  /* 縦の棒 */
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}
.replace-ecocute .c-btn-accordion:after {
  height: 2px;
  right: 20px;
  /* 横の棒 */
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.replace-ecocute .c-btn-accordion:hover {
  opacity: 0.6;
}
.replace-ecocute .c-btn-accordion.is-open::before {
  /* 縦の棒を消す（横の棒だけ残るためマイナス記号に見える） */
  display: none;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute .c-btn-accordion {
    text-align: center;
  }
}
.replace-ecocute .c-btn-sort.is-asc {
  transform: rotate(180deg);
}
.replace-ecocute .c-btn-menu {
  -moz-column-gap: 5px;
  align-items: center;
  background-color: #f7f8f8;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #3c3c3c;
  column-gap: 5px;
  display: flex;
  justify-content: center;
  padding: 10px 5px;
  position: relative;
  transition: border-color 0.3s ease;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute .c-btn-menu {
    -moz-column-gap: 5px;
    column-gap: 5px;
    font-size: 0.8rem;
    padding: 5px;
  }
}
.replace-ecocute .c-btn-menu:hover {
  border: 1px solid #3c3c3c;
}
.replace-ecocute .c-btn-menu:hover img {
  opacity: 1 !important;
}
.replace-ecocute .c-btn-menu:hover span {
  color: #3c3c3c !important;
}
.replace-ecocute .c-btn-menu__img {
  flex-shrink: 0;
}
.replace-ecocute .c-btn-menu__img img {
  height: 30px;
  vertical-align: middle;
  width: auto;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute .c-btn-menu__img img {
    height: 20px;
  }
}
.replace-ecocute .c-btn-menu__text {
  color: #3c3c3c;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute .c-btn-menu__text {
    font-size: 14px;
  }
}
.replace-ecocute .c-btn-menu--small {
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 5px 5px;
}
.replace-ecocute .c-btn-menu--small .c-btn-menu__img img {
  height: 14px;
  width: auto;
}
.replace-ecocute .c-btn-menu--small .c-btn-menu__text {
  font-size: 14px;
}
.replace-ecocute .c-btn-anchor {
  align-items: center;
  border: 1px solid #3c3c3c;
  color: #3c3c3c;
  display: flex;
  font-size: 16px;
  justify-content: center;
  padding: 10px 0 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute .c-btn-anchor {
    width: auto;
  }
}
.replace-ecocute .c-btn-anchor:visited {
  color: #3c3c3c;
}
.replace-ecocute .c-btn-anchor::after {
  align-self: center;
  border-bottom: 1px solid #3c3c3c;
  border-radius: 1px;
  border-right: 1px solid #3c3c3c;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  position: absolute;
  right: 20px;
  transform: rotate(45deg);
  width: 10px;
}
.replace-ecocute .c-btn-square {
  align-items: center;
  background-color: #507daa;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  justify-content: center;
  padding: 10px 16px 10px 20px;
  position: relative;
}
.replace-ecocute .c-btn-square::after {
  align-self: center;
  border-bottom: 2px solid #fff;
  border-radius: 1px;
  border-right: 2px solid #fff;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 10px;
  right: 10px;
  transform: rotate(-45deg);
  width: 8px;
}

.replace-ecocute #contents .c-breadcrumb {
  color: #333;
  margin: 0 auto;
  margin-top: 10px;
  width: 976px;
}
.replace-ecocute #contents .c-breadcrumb a {
  color: #333;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .c-breadcrumb {
    width: 100%;
  }
}
.replace-ecocute #contents .c-breadcrumb--border {
  border-bottom: 1px solid #ccc;
}

.replace-ecocute #contents .c-pagination {
  -moz-column-gap: 5px;
  column-gap: 5px;
  display: flex;
  list-style: none;
}
.replace-ecocute #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;
}
.replace-ecocute #contents .c-pagination__item a {
  align-items: center;
  color: #000;
  display: block;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 2px 8px;
  width: 100%;
}
.replace-ecocute #contents .c-pagination__item--ellipses {
  border: none;
  font-family: "Noto Sans JP";
  min-width: 15px;
  padding: 0 0px;
}
.replace-ecocute #contents .c-pagination__item.is-active {
  background-color: #507daa;
  border: 1px solid #507daa;
}
.replace-ecocute #contents .c-pagination__item.is-active a {
  color: #fff;
}

.replace-ecocute #contents .c-sort-block {
  display: flex;
}
.replace-ecocute #contents .c-sort-block__list {
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
}
.replace-ecocute #contents .c-sort-block__item {
  -moz-column-gap: 2px;
  column-gap: 2px;
  display: flex;
}
.replace-ecocute #contents .c-sort-block__item a {
  -moz-column-gap: 4px;
  align-items: center;
  color: #1A1A1A;
  column-gap: 4px;
  display: flex;
}
.replace-ecocute #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;
}
.replace-ecocute #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;
}
.replace-ecocute #contents .c-sort-block__item a .icon-sort.is-asc:after {
  clip-path: polygon(50% 0%, 0 100%, 100% 100%);
}
.replace-ecocute #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;
  white-space: nowrap;
}
.c-tag--theme {
  background-color: #507daa;
  color: #ffffff;
}
.c-tag--border {
  background-color: #fff;
  border: 1px solid #000;
  font-weight: 300;
  padding: 3px 5px;
}

.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 #507daa;
}
.c-tag-round--theme {
  background-color: #507daa;
  border: 1px solid #507daa;
  color: #ffffff;
}

.c-form-select {
  position: relative;
}
.c-form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #969696;
  box-sizing: border-box;
  cursor: pointer;
  height: 50px;
  padding: 0 10px;
  width: 100%;
}
.c-form-select:after {
  background-color: #3c3c3c;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 7px;
  height: 12px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  right: 15px;
  top: calc(50% - 5px);
  width: 10px;
  width: 16px;
}
.c-form-select select.js-toggle-disabled:disabled {
  color: #3c3c3c;
  cursor: not-allowed;
  opacity: 0.5;
}
.c-form-select:has(select:disabled)::after {
  background-color: #ccc;
}
.c-form-select.w-full {
  width: 100%;
}
.c-form-select.w-year {
  width: 115px;
}
.c-form-select.w-100 {
  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: 100%;
  }
}
.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;
}

/* disabled状態のラベル全体 */
.c-form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form-radio + span::before {
  border: 1px solid #969696;
  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: #3c3c3c;
  border: 1px solid #969696;
  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 #969696;
  border-radius: 0;
  border-width: 2px;
  flex-shrink: 0;
  height: 15px;
  position: relative;
  vertical-align: -5px;
  width: 15px;
}
.c-form-checkbox:checked {
  background-color: #fff;
}
.c-form-checkbox:checked:before {
  border-bottom: 2px solid #3c3c3c;
  border-left: 2px solid #3c3c3c;
  content: "";
  height: 4px;
  left: 1px;
  position: absolute;
  top: 1px;
  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 #3c3c3c;
  border-left: 3px solid #3c3c3c;
  height: 8px;
  left: 4px;
  top: 5px;
  width: 15px;
}
.c-form-checkbox[disabled] {
  color: #3c3c3c;
  cursor: not-allowed;
  opacity: 0.5;
}

/* disabled状態のラジオボタンとそのラベルテキストのスタイル */
input[type=radio][disabled] + .c-form-label-text,
input[type=checkbox][disabled] + .c-form-label-text {
  color: #3c3c3c;
  cursor: not-allowed;
  opacity: 0.5;
}

.c-form-text {
  border: 1px solid #969696;
  box-sizing: border-box;
  color: #3c3c3c;
  padding: 15px 8px;
}
.c-form-text::-moz-placeholder {
  color: #b4b4b4;
}
.c-form-text::placeholder {
  color: #b4b4b4;
}
.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 #969696;
  box-sizing: border-box;
  color: #3c3c3c;
  padding: 15px 8px;
  width: 100%;
}
.c-form-textarea::-moz-placeholder {
  color: #3c3c3c;
}
.c-form-textarea::placeholder {
  color: #3c3c3c;
}
.c-form-textarea:focus {
  border: 1px dashed #3c3c3c;
}

.c-triangle {
  background-color: #507daa;
  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; /* 幅を小さくする */
  }
}

.replace-ecocute #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;
}
.replace-ecocute #contents .c-marker.is-active {
  background-size: 100% 100%;
}

.replace-ecocute .c-accordion-details .c-accordion-details-summary {
  align-items: center; /* 縦方向の中央揃え */
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #cfcfcf;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: grid;
  display: grid;
  font-size: 22px;
  font-weight: 600;
  justify-items: start; /* 左寄せ */
  margin-bottom: 20px;
  padding: 10px 0;
  padding-right: 40px;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute .c-accordion-details .c-accordion-details-summary {
    line-height: 1.2;
  }
}
.replace-ecocute .c-accordion-details .c-accordion-details-summary:before, .replace-ecocute .c-accordion-details .c-accordion-details-summary:after {
  background-color: #000;
  content: "";
  position: absolute;
}
.replace-ecocute .c-accordion-details .c-accordion-details-summary:before {
  height: 14px;
  right: 26px;
  /* 縦の棒 */
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}
.replace-ecocute .c-accordion-details .c-accordion-details-summary:after {
  height: 2px;
  right: 20px;
  /* 横の棒 */
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.replace-ecocute .c-accordion-details .c-accordion-details-summary:hover {
  opacity: 0.6;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute .c-accordion-details .c-accordion-details-summary {
    text-align: center;
  }
}
.replace-ecocute .c-accordion-details .c-accordion-details-cont {
  animation: fadeIn 0.5s ease;
  padding: 0 0 20px 0;
}
.replace-ecocute .c-accordion-details[open] .c-accordion-details-summary::before {
  /* 縦の棒を消す（横の棒だけ残るためマイナス記号に見える） */
  display: none;
}
.replace-ecocute .c-accordion-details[open] .c-accordion-details-cont {
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.replace-ecocute #contents .c-balloon {
  -moz-column-gap: 5px;
  align-items: center;
  background-color: #507daa;
  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) {
  .replace-ecocute #contents .c-balloon {
    padding: 8px 24px;
  }
}
.replace-ecocute #contents .c-balloon span {
  align-items: flex-start;
  display: inline-flex;
}
.replace-ecocute #contents .c-balloon:before {
  border-color: transparent;
  border-style: solid;
  border-top-color: #507daa;
  border-width: 6.5px;
  content: "";
  height: 0;
  left: 35px;
  position: absolute;
  top: 100%;
  width: 0;
}
.replace-ecocute #contents .c-balloon--accent {
  background-color: #FFD699;
  color: #3c3c3c;
}
.replace-ecocute #contents .c-balloon--accent:before {
  border-top-color: #FFD699;
}
.replace-ecocute #contents .c-balloon--lightmist {
  background-color: #ebf3fc;
  color: #3c3c3c;
}
.replace-ecocute #contents .c-balloon--lightmist:before {
  border-top-color: #ebf3fc;
}

.c-bullet-list li {
  padding-left: 1.5em;
  position: relative;
}
.c-bullet-list li::before {
  color: #507daa;
  content: "・";
  font-size: 24px;
  left: 0;
  line-height: 1;
  margin-right: 0.5em;
  position: absolute;
  top: 0;
}

.c-icon-link-q {
  background-color: #fff; /* 背景色 */
  border: 1px solid #3c3c3c; /* 枠線の色 */
  border-radius: 50%; /* 円形にする */
  color: #3c3c3c !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;
}

.replace-ecocute #contents .c-page-title {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.replace-ecocute #contents .c-page-title span {
  font-size: 28px;
  line-height: 1;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .c-page-title {
    align-items: center;
    flex-direction: column;
    line-height: 1.18;
    row-gap: 0.5rem;
  }
}

.replace-ecocute #contents .c-page-heading {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.replace-ecocute #contents .c-page-heading span {
  font-size: 18px;
  line-height: 1;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .c-page-heading {
    align-items: center;
    flex-direction: column;
    line-height: 1.18;
    row-gap: 0.5rem;
  }
}

.replace-ecocute .c-tab-list {
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
  font-size: 14px;
  justify-content: center;
  position: relative;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute .c-tab-list {
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 15px;
  }
}
.replace-ecocute .c-tab-list__tab {
  align-items: center;
  background-color: #f7f8f8;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px;
  width: 45%;
}
.replace-ecocute .c-tab-list__tab.is-active {
  background-color: #fff;
  border-left: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
  border-top: 1px solid #3c3c3c;
  z-index: 2;
}
.replace-ecocute .c-tab-list:after {
  background-color: #3c3c3c;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.replace-ecocute .c-tab-panel {
  animation: fadeIn 1s ease;
  display: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.replace-ecocute .c-tab-panel.is-active {
  display: block;
}

.c-modal-help-close-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 28px;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 12px;
  transition: opacity 0.3s ease;
  width: 28px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .c-modal-help-close-btn {
    height: 24px;
    right: 10px;
    top: 10px;
    width: 24px;
  }
}
.c-modal-help-close-btn:hover {
  opacity: 0.7;
}
.c-modal-help-close-btn::before, .c-modal-help-close-btn::after {
  background-color: #666;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: background-color 0.3s ease;
  width: 16px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .c-modal-help-close-btn::before, .c-modal-help-close-btn::after {
    width: 14px;
  }
}
.c-modal-help-close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal-help-close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal-help-close-btn:hover::before, .c-modal-help-close-btn:hover::after {
  background-color: #333;
}

.replace-ecocute #contents .p-title_block {
  display: flex;
  justify-content: space-between;
}
.replace-ecocute #contents .p-title_block .h1_area h1 {
  padding: 0;
}
.replace-ecocute #contents .p-title_block .h1_area h1.p-title_block__logo {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
}
.replace-ecocute #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) {
  .replace-ecocute #contents .p-title_block .h1_area h1.p-title_block__logo img {
    height: 20px;
  }
}
.replace-ecocute #contents .p-title_block .h1_area .p-title_block__img {
  padding: 13px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-title_block .h1_area .p-title_block__img {
    padding: 3px;
  }
}
.replace-ecocute #contents .p-title_block .h1_area .p-title_block__text {
  font-family: "Noto Sans JP", 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) {
  .replace-ecocute #contents .p-title_block .h1_area .p-title_block__text {
    font-size: 13px;
    padding-left: 10px;
  }
}
.replace-ecocute #contents .p-title_block__logo {
  align-items: center;
  display: flex;
}
.replace-ecocute #contents .p-title_block_addtext {
  margin: 0 auto 40px;
  padding-left: 13px;
  padding-top: 6px;
}
.replace-ecocute #contents .p-title_block_addtext--top {
  padding-left: 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-title_block_addtext--top {
    padding-left: 10px;
  }
}
.replace-ecocute #contents .p-title_block_addtext__link {
  margin-top: 10px;
}
.replace-ecocute #contents .p-title_block_addtext--detail {
  margin: 0 auto 20px;
}
.replace-ecocute #contents .title_block + .section.p-title_block_text {
  padding-top: 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .title_block + .section.p-title_block_text {
    padding-top: 0 !important;
  }
}
.replace-ecocute #contents .p-title_block__btn_block {
  display: flex;
}
.replace-ecocute #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;
}
.replace-ecocute #contents .p-title_block__btn_block__btn--list.is-active {
  content: url("../img/btn/btn-complist-active.svg");
}
.replace-ecocute #contents .p-title_block__btn_block__btn--search {
  background: url("../img/btn/btn-search.svg") no-repeat 50% 50% transparent;
}
.replace-ecocute #contents .p-title_block__btn_block__btn:hover {
  background-color: #f2f2f2;
}
.replace-ecocute #contents .p-title_block__btn_block__btn:focus {
  outline: none;
}
.replace-ecocute #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%;
}

.replace-ecocute #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) {
  .replace-ecocute #contents .p-tab-block {
    width: auto;
  }
}
.replace-ecocute #contents .p-tab-block__header li.current {
  border-color: #507daa;
}
.replace-ecocute #contents .p-tab-block__header li.current a {
  color: #507daa;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-tab-block .tab_container .ttl.open {
    border-color: #507daa;
    color: #507daa;
  }
}
.replace-ecocute #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) {
  .replace-ecocute #contents .p-tab-block__contents {
    padding: 20px 10px !important;
  }
}
.replace-ecocute #contents .l-section + .p-tab-block {
  margin-top: 0;
}
.replace-ecocute #contents .p-tab-modal-link {
  align-items: flex-end;
  display: flex;
  margin-top: 20px;
}
.replace-ecocute #contents .p-tab-modal-link a {
  cursor: pointer;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-tab-modal-link {
    margin-top: 15px;
  }
}
.replace-ecocute #contents .p-tab-flex-item {
  align-items: center;
  display: flex;
}
.replace-ecocute #contents .p-tab-flex-item .formText input {
  width: 499px;
}
.replace-ecocute #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-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--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: 15px;
}
.p-form-block__note-wrap {
  display: flex;
  justify-content: space-between;
}
@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;
  width: 70px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-form-inline__item dt {
    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-left: 20px;
}
@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 #969696;
  border-left: 1px solid #969696;
  border-right: 1px solid #969696;
  box-sizing: border-box;
}
.p-search-criteria + .p-search-criteria {
  margin-top: 70px;
}
.p-search-criteria__list {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-criteria__list {
    display: flex;
    flex-direction: column;
  }
}
.p-search-criteria__list__item {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-criteria__list__item {
    flex-direction: column;
    row-gap: 5px;
  }
}
.p-search-criteria__list__item dt,
.p-search-criteria__list__item dd {
  align-items: center;
  box-sizing: border-box;
  display: flex;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-criteria__list__item dt,
  .p-search-criteria__list__item dd {
    min-height: auto;
    padding: 0;
  }
}
.p-search-criteria__list__item dt {
  box-sizing: border-box;
  color: #3c3c3c;
  width: 300px;
}
.p-search-criteria__list__item dt--narrow {
  width: 150px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-criteria__list__item dt {
    font-weight: 400;
    padding: 0;
    white-space: normal;
    width: 100%;
  }
}
.p-search-criteria__list__item dt.item--icon {
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.p-search-criteria__list__item dd {
  flex: 1;
  row-gap: 10px;
}
.p-search-criteria__list__item dd.dd-note.w-full {
  display: block;
  flex: none;
  margin-left: 300px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-criteria__list__item dd.dd-note.w-full {
    margin-left: 0;
  }
}
.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: #507daa;
  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: 60px;
  align-items: center;
  column-gap: 60px;
  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 #969696;
  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 #969696;
}
.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-check-model-number__list {
  -moz-column-gap: 40px;
  column-gap: 40px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-check-model-number__list {
    flex-direction: column;
    row-gap: 20px;
  }
}
.p-modal-check-model-number__term {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-check-model-number__term {
    font-size: 16px;
  }
}
.p-modal-check-model-number__desc {
  margin-top: 20px;
}
.p-modal-check-model-number__desc img {
  height: auto;
  max-width: 500px;
  width: 100%;
}

.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: #3c3c3c;
}
.p-modal-enq__list__item a {
  -moz-column-gap: 10px;
  align-items: center;
  background-color: #f7f8f8;
  box-sizing: border-box;
  color: #3c3c3c;
  color: #3c3c3c;
  column-gap: 10px;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  height: 70px;
  justify-content: center;
  outline: none;
  padding: 10px 0;
  padding: 5px 15px;
  text-align: center;
  width: 100%;
  width: 100%;
  width: 150px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-enq__list__item a {
    -moz-column-gap: 5px;
    column-gap: 5px;
    font-size: 0.8rem;
    padding: 5px;
  }
}
.p-modal-enq__list__item a:hover {
  background-color: #3c3c3c;
  border: 1px solid #000;
  color: #fff;
}
@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: #ebf3fc;
  border-color: #507daa;
  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 .modal__container {
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: visible;
  padding: 30px;
}
.p-modal-terms .modal__header {
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.p-modal-terms .modal__title {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.p-modal-terms .modal__content {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-terms .modal__content {
    padding: 10px;
  }
}
.p-modal-terms__cont {
  line-height: 1.6;
}
.p-modal-terms__cont p {
  color: #3c3c3c;
  font-size: 14px;
  margin-top: 10px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-terms__cont p {
    font-size: 13px;
  }
}
.p-modal-terms__cont p:first-child {
  margin-top: 0;
}
.p-modal-terms__cont a {
  color: #507daa;
  text-decoration: underline;
}
.p-modal-terms__cont a:hover {
  text-decoration: none;
}
.p-modal-terms .modal__footer {
  align-items: center;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: center;
  padding: 20px 30px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-terms .modal__footer {
    padding: 15px 20px;
  }
}
.p-modal-terms .modal__footer button {
  border: none;
  cursor: pointer;
  height: 50px;
  min-width: 200px;
  transition: all 0.3s ease;
}
.p-modal-terms .modal__footer button.c-btn-round {
  width: 270px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-terms .modal__footer button {
    height: 45px;
    min-width: auto;
    width: 100%;
  }
}

.p-modal-search-criteria .modal__container {
  padding-bottom: 50px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-search-criteria .modal__container {
    padding-bottom: 20px;
  }
}
.p-modal-search-criteria__content {
  margin-bottom: 0;
  width: 916px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-search-criteria__content {
    width: 100%;
  }
}
.p-modal-search-criteria__content .p-search-criteria {
  border-bottom: none;
  border-top: 1px solid #969696;
}
.p-modal-search-criteria .p-search-criteria__foot {
  padding: 30px 0 0 0;
}

.p-modal-equipment-size__type:not(:first-child) {
  margin-top: 30px;
}
.p-modal-equipment-size__type-label {
  border-bottom: 1px solid #969696;
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.p-modal-equipment-size__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-modal-equipment-size__item {
  display: flex;
  gap: 10px;
}
.p-modal-equipment-size__item dt, .p-modal-equipment-size__item dd {
  background-color: #f7f8f8;
  padding: 10px;
}
.p-modal-equipment-size__item dt {
  align-items: center;
  display: flex;
  width: 20%;
}
.p-modal-equipment-size__item dd {
  width: 80%;
}

.p-modal-help {
  max-width: 600px;
  padding: 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help {
    max-width: 95vw;
    padding: 10px;
  }
}
.p-modal-help--large {
  max-width: 700px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help--large {
    max-width: 95vw;
  }
}
.p-modal-help--full {
  max-width: 976px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help--full {
    max-width: 95vw;
  }
}
.p-modal-help__header {
  border-bottom: 1px solid #E5E5E5;
  padding: 16px 24px 12px;
}
.p-modal-help__header--none {
  border-bottom: none;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__header {
    padding: 12px 16px 10px;
  }
}
.p-modal-help__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__title {
    font-size: 16px;
  }
}
.p-modal-help__content {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  row-gap: 16px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__content {
    padding: 15px 0;
  }
}
.p-modal-help__text {
  font-size: 14px;
  line-height: 1.7;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__text {
    font-size: 13px;
  }
}
.p-modal-help__text p {
  margin: 0;
}
.p-modal-help__text p + p {
  margin-top: 12px;
}
.p-modal-help__text a {
  color: #0066CC;
  text-decoration: underline;
}
.p-modal-help__text a:hover {
  text-decoration: none;
}
.p-modal-help__text img {
  height: auto;
  margin-top: 12px;
  max-width: 100%;
  width: 100%;
}
.p-modal-help--large .p-modal-help__text img {
  max-width: 600px;
}
.p-modal-help__types {
  margin: 24px 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__types {
    margin: 16px 0 20px;
  }
}
.p-modal-help__types-heading {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 12px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__types-heading {
    font-size: 1.05em;
    margin-bottom: 10px;
    text-align: center;
  }
}
.p-modal-help__types-table {
  background: #fff;
  border-collapse: collapse;
  box-sizing: border-box;
  font-size: 0.95em;
  table-layout: fixed;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__types-table {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}
.p-modal-help__types-table col.p-modal-help__col-category {
  width: 100px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__types-table col.p-modal-help__col-category {
    width: 100%;
  }
}
.p-modal-help__types-table col.p-modal-help__col-feature {
  width: 110px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__types-table col.p-modal-help__col-feature {
    width: 80px;
  }
}
.p-modal-help__types-table col.p-modal-help__col-type {
  width: 200px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__types-table col.p-modal-help__col-type {
    width: auto;
  }
}
.p-modal-help__types-table th,
.p-modal-help__types-table td {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 8px 6px;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__types-table th,
  .p-modal-help__types-table td {
    border-bottom: none;
  }
}
.p-modal-help__types-table th {
  background: #507daa;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
}
.p-modal-help__types-table th.p-modal-help__category-cell {
  background: #e5eeff;
  border-right: 1px solid #ccc;
  color: #3c3c3c;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__types-table th.p-modal-help__category-cell {
    border-bottom: none;
  }
}
.p-modal-help__types-table .p-modal-help__type-detail {
  -moz-column-gap: 10px;
  border-left: none;
  column-gap: 10px;
  display: flex;
  text-align: left;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__types-table .p-modal-help__type-detail {
    flex-direction: column;
  }
}
.p-modal-help__types-table .p-modal-help__type-detail__img {
  flex-shrink: 0;
  width: 60px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__types-table .p-modal-help__type-detail__img {
    width: 50px;
  }
}
.p-modal-help__types-table .p-modal-help__type-detail img {
  display: inline-block;
  width: 60px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__types-table colgroup {
    display: none;
  }
  .p-modal-help__types-table thead,
  .p-modal-help__types-table tbody {
    display: block;
  }
  .p-modal-help__types-table tr {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .p-modal-help__types-table th,
  .p-modal-help__types-table td {
    font-size: 0.85em;
  }
  .p-modal-help__types-table th.p-modal-help__category-cell {
    caption-side: top;
    display: table-caption;
    padding: 10px 4px;
    position: static;
    text-align: center;
    width: 100%;
  }
  .p-modal-help__types-table th:not(.p-modal-help__category-cell),
  .p-modal-help__types-table td {
    display: table-cell;
  }
  .p-modal-help__types-table .p-modal-help__type-cell {
    width: 100px;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__types-table .p-modal-help__type-cell {
    width: 40%;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__types-table td {
    padding: 4px;
  }
}
.p-modal-help__types-table th {
  position: relative;
}
.p-modal-help__types-table .p-modal-help__feature-header-cell--bg-auto-bath {
  padding: 0;
  position: relative;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__types-table .p-modal-help__feature-cell {
    padding: 0;
    width: 20%;
  }
}
.p-modal-help__types-table .p-modal-help__feature-header {
  -moz-column-gap: 10px;
  align-items: center;
  column-gap: 10px;
  display: flex;
  height: 100%;
  justify-content: center;
  line-height: 1.2;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__types-table .p-modal-help__feature-header {
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.p-modal-help__types-table .p-modal-help__feature-header-cell--bg-auto-bath > .p-modal-help__feature-header {
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: flex;
  height: 100%;
  justify-content: center;
}
.p-modal-help__types-table .auto-bath-text {
  padding: 8px 0;
}
.p-modal-help__types-table .auto-bath-img {
  align-items: flex-end;
  display: flex;
  margin-top: auto;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__types-table .auto-bath-img {
    display: none;
  }
}
.p-modal-help__types-table .auto-bath-img img {
  display: block;
  height: auto;
  width: 30px;
}
.p-modal-help__types-table .p-modal-help__feature-header img {
  display: inline-block;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__types-table .p-modal-help__feature-header img {
    display: none;
  }
}
.p-modal-help__types-table .p-modal-help__mark {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__types-table .p-modal-help__mark {
    font-size: 1.25em;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__types-table--gas tbody {
    display: block;
  }
  .p-modal-help__types-table--gas tr {
    display: flex;
    flex-wrap: wrap;
  }
  .p-modal-help__types-table--gas th,
  .p-modal-help__types-table--gas td {
    border-right: none;
  }
  .p-modal-help__types-table--gas th.p-modal-help__category-cell {
    background: #e5eeff;
    border: 1px solid #ccc;
    border-right: none;
    display: block;
    font-size: 0.85em;
    line-height: 1.3;
    order: -2;
    padding: 10px 4px;
    text-align: center;
    width: 100%;
  }
  .p-modal-help__types-table--gas th.p-modal-help__type-cell,
  .p-modal-help__types-table--gas th.p-modal-help__feature-cell {
    order: -1;
  }
  .p-modal-help__types-table--gas th.p-modal-help__type-cell {
    width: 40%;
  }
  .p-modal-help__types-table--gas th.p-modal-help__feature-cell {
    width: 20%;
  }
  .p-modal-help__types-table--gas td {
    order: 0;
  }
  .p-modal-help__types-table--gas tbody tr:first-child th.p-modal-help__type-cell,
  .p-modal-help__types-table--gas tbody tr:first-child th.p-modal-help__feature-cell {
    order: -1;
  }
  .p-modal-help__types-table--gas tbody tr:first-child td {
    order: 0;
  }
  .p-modal-help__types-table--gas tbody tr td:nth-of-type(1) {
    width: 40%;
  }
  .p-modal-help__types-table--gas tbody tr td:nth-of-type(2),
  .p-modal-help__types-table--gas tbody tr td:nth-of-type(3),
  .p-modal-help__types-table--gas tbody tr td:nth-of-type(4) {
    width: 20%;
  }
}
.p-modal-help__feature-icon {
  height: 24px;
  margin-left: 4px;
  vertical-align: middle;
  width: 24px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__feature-icon {
    height: 20px;
    width: 20px;
  }
}
.p-modal-help__type-img {
  height: auto;
  margin-bottom: 4px;
  vertical-align: middle;
  width: 40px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__type-img {
    margin-bottom: 2px;
    width: 34px;
  }
}
.p-modal-help__type-desc {
  color: #666;
  display: block;
  font-size: 0.85em;
  margin-top: 2px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-help__type-desc {
    font-size: 0.78em;
    line-height: 1.4;
  }
}
.p-modal-help .p-modal-help__types-table + .p-modal-help__types-table {
  margin-top: 20px;
}

.p-modal-privacy .modal__container {
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: visible;
  padding: 30px;
}
.p-modal-privacy .modal__header {
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.p-modal-privacy .modal__title {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.p-modal-privacy .modal__close {
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  justify-content: center;
  padding: 5px 10px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.p-modal-privacy .modal__close::before {
  color: #666;
  content: "×";
}
.p-modal-privacy .modal__close:hover::before {
  color: #000;
}
.p-modal-privacy .modal__content {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-privacy .modal__content {
    padding: 10px;
  }
}
.p-modal-privacy__cont {
  line-height: 1.6;
}
.p-modal-privacy__text {
  color: #3c3c3c;
  font-size: 14px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-privacy__text {
    font-size: 13px;
  }
}
.p-modal-privacy__text p {
  margin-top: 10px;
}
.p-modal-privacy__text h3 {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 30px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-privacy__text h3 {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 25px;
  }
}
.p-modal-privacy__text h3 + p {
  margin-top: 0;
}
.p-modal-privacy__text ol {
  list-style: decimal;
}
.p-modal-privacy__text .u-number-list li:nth-child(n+2) {
  margin-top: 5px;
}
.p-modal-privacy__text a {
  color: #507daa;
  text-decoration: underline;
}
.p-modal-privacy__text a:hover {
  text-decoration: none;
}
.p-modal-privacy .modal__footer {
  border-top: 1px solid #ddd;
  padding: 20px 30px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-privacy .modal__footer {
    padding: 15px 20px;
  }
}
.p-modal-privacy__footer {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-privacy__footer {
    flex-direction: column;
    gap: 10px;
  }
}
.p-modal-privacy__footer button {
  border: none;
  cursor: pointer;
  height: 50px;
  min-width: 200px;
  transition: all 0.3s ease;
}
.p-modal-privacy__footer button.c-btn-secondary {
  width: 270px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-modal-privacy__footer button {
    height: 45px;
    min-width: auto;
    width: 100%;
  }
}

.p-table-item-data {
  border-bottom: 1px solid #969696;
  border-collapse: collapse;
  border-right: 1px solid #969696;
  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: #507daa;
  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 #969696;
  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 #969696;
    border-left: none;
    border-right: 1px solid #969696;
    display: flex;
    padding: 0;
  }
  .p-table-item-data td::before {
    align-items: center;
    background-color: #507daa;
    border-color: #8393B2;
    border-left: 1px solid #969696;
    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 #969696;
  }
}
.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 #969696;
  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 #969696;
  width: 100%;
}
.p-table-item-set th,
.p-table-item-set td {
  border-bottom: 1px solid #969696;
  border-left: 1px solid #969696;
}
.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 #969696;
  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-condition-block {
  margin: 0 auto;
  max-width: 750px;
  width: 976px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-condition-block {
    padding: 0 20px;
    width: 100%;
  }
}
.p-condition-block .p-condition-block-wrap {
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-condition-block .p-condition-block-wrap {
    flex-direction: column;
  }
}
.p-condition-block__list {
  padding: 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-condition-block__list {
    padding: 10px 10px;
  }
}
.p-condition-block__item {
  align-items: flex-start;
  display: flex;
}
.p-condition-block__term {
  margin-right: 0.5em;
  /* 必要に応じて幅や余白を調整 */
  min-width: 8em;
  white-space: nowrap;
}
.p-condition-block__desc {
  align-items: center;
  display: flex;
  position: relative;
}
.p-condition-block__desc::before {
  color: inherit;
  content: "：";
  font-weight: normal;
  margin-right: 0.5em;
}

/* 移植 */
.tel_box.free_dial {
  background: url(../../jp/support/img/img_free_dial.png) no-repeat 46px 50%;
  background-size: 72px;
  padding: 10px 46px 10px 130px;
  text-align: left;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .tel_box.free_dial {
    background: url(../../jp/support/img/img_free_dial.png) no-repeat 30px 27px;
    background-size: 66px;
    padding: 20px 22px 60px 105px;
    width: 100%;
  }
}
.tel_box.free_dial a {
  color: rgb(78, 78, 78);
}

.tel_box {
  font-size: 40px;
  margin-bottom: 30px;
  padding: 10px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .tel_box {
    font-size: 36px;
    margin-bottom: 30px;
    padding: 20px 22px 60px 22px;
    position: relative;
  }
  .tel_box a {
    color: #4E4E4E;
  }
}

.tel_box,
.inquiry_box {
  -o-border-image: initial;
  align-items: center;
  border-color: rgb(221, 221, 221);
  border-image: initial;
  border-style: solid;
  border-width: 1px;
  color: rgb(78, 78, 78);
  display: flex;
  font-family: Arial, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  justify-content: center;
  margin: 0px auto 20px;
  text-align: center;
  width: 428px;
}

.tel_btn {
  display: none;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .tel_box .tel_btn {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: url(../../jp/support/img/icon_tell.png) no-repeat 12px 7px #4B5D84;
    background-size: 19px;
    border-radius: 3px;
    bottom: 5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    left: 50%;
    padding: 7px 10px 5px 37px;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 190px;
  }
}

.tel_number {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
}

.column-one_default .column-one_text.bg-gray {
  background-color: #efefef !important;
}

.p-search-form__section {
  border-top: 1px solid #969696;
  margin-top: 50px;
  padding: 40px 0 0 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-form__section {
    padding: 10px 0;
  }
}
.p-search-form__item--compare {
  padding-top: 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-form__item {
    padding: 15px 0;
  }
}
.p-search-form__note {
  font-size: 12px;
  margin-top: 10px;
}
.p-search-form__lead {
  font-size: 22px;
  padding-bottom: 40px;
  text-align: center;
}

.product-form-list {
  border-bottom: 1px solid #969696;
  padding: 40px 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .product-form-list {
    padding: 15px 0;
  }
}

.p-search-form-grid {
  border-bottom: 1px solid #969696;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 190px 216px 1fr;
  padding: 40px 0;
  row-gap: 10px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-form-grid {
    grid-template-columns: 1fr;
    padding: 20px 0;
    row-gap: 5px;
  }
}
.p-search-form-grid__title {
  font-size: 18px;
  grid-column: 1/3;
  padding-bottom: 20px;
  /* 2列目から4列目の手前まで（つまり2列目と3列目） */
  /* または */
  /* grid-column: 2 / span 2; */
  /* 2列目から2列分 */
}
.p-search-form-grid__image {
  align-self: end;
  grid-column: 1;
  grid-row: 1/span 3;
  justify-self: center;
}
.p-search-form-grid__image img {
  height: auto;
  width: 183px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-form-grid__image img {
    width: 100%;
  }
}
.p-search-form-grid__image--span2 {
  grid-row: 1/span 2;
}
.p-search-form-grid__empty-cell {
  grid-column: 1;
  grid-row: 1/span 4;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-form-grid__empty-cell {
    display: none;
    grid-column: auto;
    grid-row: auto;
  }
}
.p-search-form-grid__item {
  align-items: center;
  display: flex;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-form-grid__item--name {
    margin-top: 10px;
  }
}
.p-search-form-grid__item--span2 {
  grid-column: 2/4;
}
.p-search-form-grid__item--radio-select {
  flex-wrap: wrap;
}
.p-search-form-grid__item--radio-select .c-form-select {
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-form-grid__item--radio-select {
    display: block;
  }
  .p-search-form-grid__item--radio-select .c-form-select {
    margin-left: 0;
    margin-top: 5px;
  }
}
.p-search-form-grid__item--full {
  width: 100%;
}
.p-search-form-grid__item--full p {
  padding: 5px 0;
}
.p-search-form-grid__label {
  font-weight: 400;
}
.p-search-form-grid__input {
  width: 100%;
}
.p-search-form-grid__input .autoComplete_wrapper {
  display: block;
}
.p-search-form-grid__input input {
  width: 100%;
}
.p-search-form-grid--noimage {
  grid-template-columns: 216px 1fr;
  padding-left: 190px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-form-grid--noimage {
    grid-template-columns: 1fr;
    padding-left: 0;
    row-gap: 15px;
  }
}

/* 特定のクラス名(.c-form-text--highlight)がついたinputにフォーカスが当たった時 */
.p-search-form-grid:has(.c-form-text--highlight:focus) .p-search-form-grid__image {
  position: relative;
}

.p-search-form-grid:has(.c-form-text--highlight:focus) .p-search-form-grid__image::before {
  border: 3px solid #3c3c3c;
  border-radius: 10px;
  bottom: -15px;
  content: "";
  left: -15px;
  pointer-events: none;
  position: absolute;
  right: 60px;
  top: -15px;
  transition: all 0.3s ease;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-search-form-grid:has(.c-form-text--highlight:focus) .p-search-form-grid__image::before {
    bottom: -10px;
    left: -10px;
    right: 180px;
    top: -10px;
  }
}

.modal__content .p-search-form__item {
  padding-top: 0;
}

.replace-ecocute #contents .p-follow-banner {
  bottom: 150px;
  min-width: 280px;
  padding: 15px;
  position: fixed;
  right: 0;
  z-index: 99999;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-follow-banner {
    bottom: 30px;
    min-width: auto;
  }
}
.replace-ecocute #contents .p-follow-banner__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.replace-ecocute #contents .p-follow-banner__list-sp {
  display: none;
}
.replace-ecocute #contents .p-follow-banner__item {
  margin-bottom: 10px;
}
.replace-ecocute #contents .p-follow-banner__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .replace-ecocute #contents .p-follow-banner__item--pc {
    display: none;
  }
}
.replace-ecocute #contents .p-follow-banner__item--sp {
  display: none;
}
@media (max-width: 768px) {
  .replace-ecocute #contents .p-follow-banner__item--sp {
    display: block;
  }
}
.replace-ecocute #contents .p-follow-banner__details {
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  height: 50px;
}
.replace-ecocute #contents .p-follow-banner__details .p-follow-banner__link {
  background: none;
  padding: 10px;
}
.replace-ecocute #contents .p-follow-banner__details .p-follow-banner__link:after {
  display: none;
}
.replace-ecocute #contents .p-follow-banner__details .p-follow-banner__link--summary:before {
  align-self: center;
  border-bottom: 2px solid #fff;
  border-radius: 1px;
  border-right: 2px solid #fff;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 10px;
  margin-left: 5px;
  transform: rotate(-45deg);
  transform: rotate(135deg);
  width: 8px;
}
.replace-ecocute #contents .p-follow-banner__details .p-follow-banner__content__text {
  align-self: center;
  color: #fff;
  font-weight: 500;
  padding: 0 10px;
}
.replace-ecocute #contents .p-follow-banner details.p-follow-banner__details[open] .p-follow-banner__link--summary {
  padding-right: 0;
}
.replace-ecocute #contents .p-follow-banner details.p-follow-banner__details[open] .p-follow-banner__link--summary img {
  display: none;
}
.replace-ecocute #contents .p-follow-banner details.p-follow-banner__details[open] .p-follow-banner__link--summary:before {
  transform: rotate(-45deg);
}
.replace-ecocute #contents .p-follow-banner__link {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  display: flex;
  font-weight: 500;
  gap: 8px;
  justify-content: space-between;
  padding: 10px 16px 10px 20px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-follow-banner__link {
    padding: 10px;
  }
}
.replace-ecocute #contents .p-follow-banner__link--mail {
  color: white;
}
.replace-ecocute #contents .p-follow-banner__link--mail:hover {
  transform: translateY(-2px);
}
.replace-ecocute #contents .p-follow-banner__link--phone {
  color: white;
}
.replace-ecocute #contents .p-follow-banner__link--phone:hover {
  transform: translateY(-2px);
}
.replace-ecocute #contents .p-follow-banner__link::after {
  align-self: center;
  border-bottom: 2px solid #fff;
  border-radius: 1px;
  border-right: 2px solid #fff;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 10px;
  right: 10px;
  transform: rotate(-45deg);
  width: 8px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-follow-banner__link::after {
    margin-left: 0px;
    margin-top: 1px;
  }
}
.replace-ecocute #contents .p-follow-banner__icon {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}
.replace-ecocute #contents .p-follow-banner__icon img {
  height: auto;
  width: 35px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-follow-banner__icon {
    font-size: 20px;
  }
}
.replace-ecocute #contents .p-follow-banner__text {
  color: #fff;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .replace-ecocute #contents .p-follow-banner .p-follow-banner__list-sp {
    display: block;
  }
}
.replace-ecocute #contents .p-follow-banner__content {
  display: flex;
}

.replace-ecocute #contents .product-category-list {
  -moz-column-gap: 20px;
  align-items: center;
  column-gap: 20px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .product-category-list {
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 5px;
    margin-top: 10px;
    row-gap: 10px;
  }
}
.replace-ecocute #contents .product-category-list li {
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .product-category-list li {
    width: calc((100% - 20px) / 3);
  }
}
.replace-ecocute #contents .product-category-list__item {
  -moz-column-gap: 15px;
  align-items: center;
  background-color: #f7f8f8;
  border-radius: 10px;
  color: #3c3c3c;
  column-gap: 15px;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  justify-content: center;
  margin-bottom: 28px;
  padding: 10px 0;
  position: relative;
  width: 100%;
}
.replace-ecocute #contents .product-category-list__item:hover {
  color: #3c3c3c;
  cursor: pointer;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .product-category-list__item {
    flex-direction: column;
    font-size: 0.8rem;
    margin-bottom: 15px;
    row-gap: 5px;
  }
}
.replace-ecocute #contents .product-category-list__item.is-active {
  background-color: #507daa;
  color: #fff;
}
.replace-ecocute #contents .product-category-list__item.is-active::after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 18px solid #507daa;
  bottom: -28px;
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .product-category-list__item.is-active::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #507daa;
    bottom: -14px;
  }
}
.replace-ecocute #contents .product-category-list__image img,
.replace-ecocute #contents .product-category-list__image svg {
  transition: filter 0.2s, fill 0.2s;
}
.replace-ecocute #contents .product-category-list__item:hover .replace-ecocute #contents .product-category-list__image img,
.replace-ecocute #contents .product-category-list__item:hover .replace-ecocute #contents .product-category-list__image svg {
  /* 上記filterは$theme-textに近い色に調整してください */
  fill: #3c3c3c;
  filter: brightness(0) saturate(100%) invert(18%) sepia(99%) saturate(749%) hue-rotate(176deg) brightness(97%) contrast(90%);
}
.replace-ecocute #contents .product-category-list .icon-ecocute {
  height: 40px;
  width: 40px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .product-category-list .icon-ecocute {
    height: 40px;
    width: auto;
  }
}
.replace-ecocute #contents .product-category-list .icon-gas {
  height: 40px;
  width: auto;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .product-category-list .icon-gas {
    height: 40px;
    width: auto;
  }
}
.replace-ecocute #contents .product-category-list .icon-heater {
  height: 45px;
  width: auto;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .product-category-list .icon-heater {
    height: 40px;
    width: auto;
  }
}
.replace-ecocute #contents .product-category-list__item.is-active .product-category-list__image img {
  filter: brightness(0) invert(1);
}
.replace-ecocute .search-modallink-howto {
  -moz-column-gap: 20px;
  align-items: center;
  column-gap: 20px;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.replace-ecocute .search-modallink-howto__link {
  color: #3c3c3c;
  cursor: pointer;
  font-size: 16px;
  text-decoration: underline;
}
.replace-ecocute .search-modallink-howto__link:hover {
  color: #507daa;
}
.replace-ecocute .search-modallink-howto__icon {
  background-image: url("../img/icon_modal.svg");
  background-size: cover;
  height: 24px;
  width: 24px;
}
.replace-ecocute .search-info {
  border-top: 1px solid #969696;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute .search-info {
    margin-top: 20px;
    padding-top: 10px;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute .search-info__text {
    padding-top: 10px;
  }
}
.replace-ecocute .search-info__btn {
  margin-top: 10px;
  text-align: center;
}
.replace-ecocute .search-info__btn a {
  margin: 0 auto;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute .search-info__btn a {
    width: auto;
  }
}
.replace-ecocute .product-tab-cont__howto {
  display: flex;
}
.replace-ecocute .column-four_caption .column-four_child {
  margin-bottom: 0;
}
.replace-ecocute .p-top-toollist {
  margin-top: 30px;
}
.replace-ecocute .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) {
  .replace-ecocute .p-column-catalog {
    -moz-column-gap: 0;
    column-gap: 0;
    flex-direction: column;
    row-gap: 20px;
  }
}

.p-maintenance {
  border: 1px solid red;
  color: red;
  margin-top: 30px;
  padding: 10px;
}
.p-maintenance dd {
  margin-top: 2.5px;
}

.p-announce {
  margin-top: 30px;
}
.p-top-bnr {
  margin-top: -30px;
}
.p-top-bnr img {
  border: 1px solid #969696;
  height: auto;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-top-bnr img {
    content: url("../img/bnr_replace_sp.png");
  }
}

.p-top-explanation {
  -moz-column-gap: 50px;
  align-items: flex-end;
  column-gap: 50px;
  display: flex;
  justify-content: space-between;
}
.p-top-explanation__link {
  display: flex;
  flex-direction: column;
  padding-right: 25px;
  row-gap: 15px;
}

.p-proposal-check {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  row-gap: 25px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-proposal-check {
    margin-top: 20px;
    row-gap: 15px;
  }
}
.p-proposal-check__checkbox {
  margin-right: 10px;
}
.p-proposal-check__icon {
  padding: 0 5px;
}
.p-proposal-check__button {
  width: 100%;
}
.p-proposal-check__button.is-disabled {
  background-color: #f7f8f8;
  color: #b4b4b4;
  cursor: not-allowed;
  opacity: 0.75;
  pointer-events: none;
}
.p-proposal-check__button.is-disabled:hover, .p-proposal-check__button.is-disabled:focus, .p-proposal-check__button.is-disabled:active {
  opacity: 0.5;
  pointer-events: none;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-proposal-check__button {
    width: 100%;
  }
}
.p-proposal-check__button--personal {
  background-color: #477EEB !important;
}

.p-compare-head {
  margin-bottom: 20px;
  position: relative;
}
.p-compare-head__menu {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-compare-head__menu {
    position: static;
    text-align: right;
  }
}
.p-compare-head__menu .c-btn-menu.c-btn-menu--small {
  width: auto;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-compare-head__menu .c-btn-menu.c-btn-menu--small {
    display: inline-flex;
  }
}

.p-compare-menu-link {
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-compare-menu-link {
    -moz-column-gap: 5px;
    column-gap: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 7px;
  }
}
.p-compare-menu-link__item {
  display: flex;
  flex: 1 1 0;
  justify-content: center;
}
.p-compare-change-condition {
  margin-top: 20px;
}

.p-compare-note {
  font-size: 10px;
  padding-top: 10px;
}

.p-compare-container-wrap {
  margin-top: 30px;
}

.p-compare-back-link {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  text-align: center;
}
.p-compare-back-link a {
  margin: 0 auto;
  width: 670px;
}

.p-compare-product {
  border: 1px solid #969696;
  display: flex;
  margin-top: 20px;
  position: relative;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-compare-product {
    flex-direction: column;
  }
}
.p-compare-product__check {
  background-color: #F2F2F2;
  display: grid;
  justify-content: center;
  place-items: center;
  width: 55px;
}
.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) {
  .p-compare-product__check {
    height: 55px;
    justify-content: center;
    width: 100%;
  }
  .p-compare-product__check label {
    margin: 0 auto;
  }
}
.p-compare-product__del {
  position: absolute;
  right: 7px;
  top: 7px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-compare-product__del {
    top: 65px;
  }
}
.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) {
  .p-compare-product__cont {
    flex-direction: column;
    padding: 15px;
    row-gap: 20px;
  }
}
.p-compare-product__item {
  width: calc((100% - 20px) / 2);
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-compare-product__item {
    width: 100%;
  }
}
.p-compare-product__item--select {
  transition: outline 0.08s ease-in-out; /* ふわっと表示させるためのトランジション */
}
.p-compare-product__item--select:hover {
  outline: 3px solid #507daa;
  outline-offset: -2px;
}
.p-compare-product__item__button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 100%;
  padding: 0;
  text-align: left;
  width: 100%;
}
.p-compare-product__item__type {
  -moz-column-gap: 15px;
  align-items: center;
  column-gap: 15px;
  display: flex;
}
.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) {
  .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;
  }
}
.p-compare-product__item__img {
  display: grid;
  grid-area: areaImg;
  height: 100px;
  overflow: hidden;
  place-items: center;
  position: relative;
  width: 100px;
}
.p-compare-product__item__img .c-tag-round {
  left: 5px;
  position: absolute;
  top: 5px;
  z-index: 1;
}
.p-compare-product__item__img img {
  -o-object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.p-compare-product__item .p-item-info-table {
  grid-area: areaTable;
  margin-top: 10px;
}
.p-compare-product__item__head {
  -moz-column-gap: 20px;
  align-items: center;
  column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  grid-area: areaHead;
}
.p-compare-product__item__head a {
  color: #507daa;
  font-size: 18px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-compare-product__item__head {
    -moz-column-gap: 0;
    align-items: start;
    column-gap: 0;
    flex-direction: column;
    row-gap: 10px;
  }
}
.p-compare-product__item__head .link-arrow-light-blue::after {
  content: none;
}
.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;
}
.p-compare-product__item__no {
  font-size: 18px;
  font-weight: 600;
}
.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) {
  .p-compare-product__item__title {
    width: 100%;
  }
}
.p-compare-product__item__currnt-model {
  grid-area: areaCurrntModel;
  margin-top: 10px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-compare-product__item__currnt-model {
    align-self: start;
  }
}

.p-modal-proposed .h2_default {
  margin-top: 30px;
}
.p-modal-proposed .modal__footer {
  text-align: center;
}

.p-proposed-form {
  box-sizing: border-box;
  display: grid;
  margin: 0 auto;
  margin-top: 20px;
  width: 455px;
}
.p-proposed-form--2col {
  grid-template-columns: 1fr 1fr; /* 2列 */
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-proposed-form--2col {
    grid-template-columns: 1fr;
  }
}
.p-proposed-form__item {
  display: flex;
}
.p-proposed-form__item dt,
.p-proposed-form__item dd {
  box-sizing: border-box;
  padding: 14px 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-proposed-form__item dt,
  .p-proposed-form__item dd {
    padding: 10px 8px;
  }
}
.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) {
  .p-proposed-form__item dt {
    width: 75px;
  }
}
.p-proposed-form__item dd {
  flex-grow: 1;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-proposed-form {
    width: 100%;
  }
}
.p-proposed-form dt,
.p-proposed-form dd {
  align-items: center;
  display: flex;
}
.p-proposed-form dt {
  font-weight: 600;
  white-space: nowrap;
  width: 100px;
}
.p-proposed-form .formText input {
  width: 100%;
}

.p-proposed-doc {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  place-items: center;
}
.p-proposed-doc__item {
  border: 1px solid #969696;
  position: relative;
  width: 225px;
}
.p-proposed-doc__item label {
  font-weight: 600;
  height: 100%;
  padding: 10px 14px;
}
.p-proposed-doc__item:hover {
  background-color: #3c3c3c;
  border: 1px solid #000;
  color: #fff;
}
.p-proposed-doc__item.is-disabled {
  background-color: #F2F2F2;
  color: #3c3c3c;
  pointer-events: none;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-compare-container-scroll {
    -webkit-overflow-scrolling: touch;
    max-height: 500px;
    overflow: auto;
  }
}
.replace-ecocute #contents .p-compare-container {
  width: 100%;
}
.replace-ecocute #contents .p-compare-table {
  border-collapse: separate;
  contain: paint;
  margin: 0 auto;
  table-layout: fixed;
}
.replace-ecocute #contents .p-compare-table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.replace-ecocute #contents .p-compare-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.replace-ecocute #contents .p-compare-table tbody tr:nth-child(even) td.p-compare-table__item__val--current {
  background-color: #e8e8e8;
}
.replace-ecocute #contents .p-compare-table tbody tr:nth-child(even) td.p-compare-table__item__val--current.p-compare-table__item__val--img {
  background-color: #F2F2F2;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-compare-table {
    max-width: 100vw;
    width: 100%;
  }
}
.replace-ecocute #contents .p-compare-table .dummy-row {
  background: transparent;
  border: none;
  color: transparent;
  font-size: 0;
  height: 0;
}
.replace-ecocute #contents .p-compare-table .dummy-row th {
  border: none;
  padding: 0;
}
.p-compare-table__item--proposed .replace-ecocute #contents .p-compare-table {
  background-color: #ebf3fc !important;
}
.replace-ecocute #contents .p-compare-table .p-compare-table__item--current {
  border-left: 1px solid #969696;
  border-right: 1px solid #969696;
}
.replace-ecocute #contents .p-compare-table__action {
  box-sizing: border-box;
  padding: 5px;
  width: 170px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-compare-table__action {
    width: 120px;
  }
}
.replace-ecocute #contents .p-compare-table__select {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
}
.replace-ecocute #contents .p-compare-table__select label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.replace-ecocute #contents .p-compare-table__select-label {
  align-items: center;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 5px 0 7px 0;
  width: 100%;
}
.replace-ecocute #contents .p-compare-table__select-label img {
  height: 40px;
  padding: 7px 0;
  width: auto;
}
.replace-ecocute #contents .p-compare-table__select-label:hover {
  border: 1px solid #507daa;
  cursor: pointer;
}
.replace-ecocute #contents .p-compare-table__select-label-type {
  font-weight: 400;
}
.replace-ecocute #contents .p-compare-table__select-label-text {
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  display: flex;
  font-size: 0.75rem;
  font-weight: 300;
}
.replace-ecocute #contents .p-compare-table .p-compare-table__select-label:has(input:checked) {
  background-color: #507daa;
  border: none;
  color: #fff;
}
.replace-ecocute #contents .p-compare-table .p-compare-table__select-label:has(input:checked) img {
  filter: brightness(0) invert(1);
}
.replace-ecocute #contents .p-compare-table__attr {
  box-sizing: border-box;
  display: table-cell;
  font-weight: 600;
  overflow-wrap: break-word;
  padding: 7px 5px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
  word-break: break-all;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-compare-table__attr {
    background-color: #fff;
    width: 80px;
  }
}
.replace-ecocute #contents .p-compare-table__attr--vertical {
  background-color: #fff;
  left: 0;
  max-width: 1.5em;
  min-width: 1.5em;
  padding: 10px 2px;
  position: sticky;
  text-orientation: upright;
  width: 1.5em;
  writing-mode: vertical-rl;
  z-index: 3;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-compare-table__attr--vertical {
    max-width: 20px !important;
    min-width: 20px !important;
    width: 20px !important;
  }
}
.replace-ecocute #contents .p-compare-table__item {
  box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  overflow-wrap: break-word;
  padding: 7px 5px;
  text-align: center;
  vertical-align: middle;
  width: 170px;
  word-break: break-all;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-compare-table__item {
    font-size: 13px;
    width: 120px;
  }
}
.replace-ecocute #contents .p-compare-table__item--head {
  background-color: #F2F2F2;
  box-sizing: border-box;
  overflow-wrap: break-word;
  padding: 7px 5px;
  text-align: center;
  width: auto;
  word-break: break-all;
}
.replace-ecocute #contents .p-compare-table__item--head .proposed-head-label {
  background-color: #507daa;
  color: #fff;
  font-weight: 300;
  padding: 5px 0;
}
.replace-ecocute #contents .p-compare-table__item--current {
  background-color: #F2F2F2;
  width: 170px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-compare-table__item--current {
    width: 120px;
  }
}
.replace-ecocute #contents .p-compare-table__item--proposed {
  width: 170px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-compare-table__item--proposed {
    width: 120px;
  }
}
.replace-ecocute #contents .p-compare-table__item__val {
  align-items: center;
  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;
  width: 170px;
  word-break: break-all;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-compare-table__item__val {
    width: 120px;
  }
}
.replace-ecocute #contents .p-compare-table__item__val a {
  color: #477eeb;
  font-size: 15px;
  font-weight: 600;
  word-break: break-all;
}
.replace-ecocute #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) {
  .replace-ecocute #contents .p-compare-table__item__val img {
    height: 80px;
  }
}
.replace-ecocute #contents .p-compare-table__item__val img.icon-feature {
  width: 80px;
}
.replace-ecocute #contents .p-compare-table__item__val--empty {
  background-color: #fff;
}
.replace-ecocute #contents .p-compare-table__item__val--current {
  background-color: #F2F2F2;
  border-left: 1px solid #969696;
  border-right: 1px solid #969696;
}
tr:nth-child(even) .replace-ecocute #contents .p-compare-table__item__val--current {
  background-color: #000;
}
.replace-ecocute #contents .p-compare-table__item__val--img {
  background-color: #fff;
  position: relative;
}
.replace-ecocute #contents .p-compare-table__item__val--img.p-compare-table__item__val--current {
  background-color: #F2F2F2;
}
.replace-ecocute #contents .p-compare-table__item__val .spac-item-img {
  display: inline-block;
  position: relative;
}
.replace-ecocute #contents .p-compare-table__item__val .spac-item-img--illust {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.replace-ecocute #contents .p-compare-table__item__val .spac-item-img img {
  -o-object-fit: contain;
  box-sizing: border-box;
  height: auto;
  margin: 0 auto;
  max-height: 100px;
  max-width: 200px;
  object-fit: contain;
  width: auto;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-compare-table__item__val .spac-item-img img {
    height: 80px;
  }
}
.replace-ecocute #contents .p-compare-table__item__val .spac-item-img img.current-item-icon {
  height: 70px;
  width: auto;
}
.replace-ecocute #contents .p-compare-table__item__val .spac-item-img__label {
  left: 5px;
  text-align: center;
  top: 5px;
}
.replace-ecocute #contents .p-compare-table__item__val .spac-item-img__label img {
  height: 30px;
  width: auto;
}
.replace-ecocute #contents .p-compare-table__item__val .spec-item-link {
  background-color: #507daa;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
  padding: 3px 5px;
  position: relative;
}
.replace-ecocute #contents .p-compare-table__item__val .spec-item-link::after {
  border-bottom: 2px solid #fff;
  border-radius: 1px;
  border-right: 2px solid #fff;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  /* くの字の角度調整 */
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
}
.replace-ecocute #contents .p-compare-table__item__btn {
  box-sizing: border-box;
  overflow-wrap: break-word;
  padding: 7px 5px;
  text-align: center;
  word-break: break-all;
}
.replace-ecocute #contents .p-compare-table .spac-item-inline {
  -moz-column-gap: 3px;
  align-items: center;
  column-gap: 3px;
  display: flex;
  flex-direction: row !important;
  justify-content: center;
}
.replace-ecocute #contents .p-compare-table .spac-item-inline img {
  margin: 0;
}
.replace-ecocute #contents .p-compare-table .spac-item-inline .c-icon-link-q {
  flex-shrink: 0;
}
.replace-ecocute #contents .p-compare-table .sticky-row {
  left: 0;
  position: sticky;
}
.replace-ecocute #contents .p-compare-table .sticky-row--01 {
  background-color: #F2F2F2;
  top: 70px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-compare-table .sticky-row--01 {
    top: 0;
  }
}
.replace-ecocute #contents .p-compare-table .sticky-col {
  left: 0;
  position: sticky;
  top: 0;
  z-index: 2;
}
.replace-ecocute #contents .p-compare-table .sticky-col::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.replace-ecocute #contents .p-compare-table .sticky-col--attr {
  left: 0px;
}
.replace-ecocute #contents .p-compare-table .sticky-col--attr-02 {
  left: 140px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-compare-table .sticky-col--attr-02 {
    left: 20px;
  }
}
.replace-ecocute #contents .p-compare-table .sticky-col--item {
  left: 140px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-compare-table .sticky-col--item {
    left: 100px;
  }
}
.replace-ecocute #contents .p-compare-table .sticky-cross {
  background-color: #F2F2F2;
  position: sticky;
  top: 70px;
  z-index: 999;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-compare-table .sticky-cross {
    top: 0;
  }
}
.replace-ecocute #contents .p-compare-table tr:nth-child(1) td.sticky-cell {
  top: 70px;
}
.replace-ecocute #contents .p-compare-table tr:nth-child(2) td.sticky-cell {
  top: 106px;
}
.replace-ecocute #contents .p-compare-table .is-selected {
  background-color: #ebf3fc;
}
.replace-ecocute #contents .p-compare-table--personal .proposed-head-label {
  background-color: #477eeb;
}
.replace-ecocute #contents .p-compare-table--personal .p-compare-table__select-label:hover {
  border: 1px solid #477eeb;
}
.replace-ecocute #contents .p-compare-table--personal .p-compare-table__select-label:has(input:checked) {
  background-color: #477eeb;
}
.replace-ecocute #contents .p-compare-table--personal .spec-item-link {
  background-color: #477eeb;
}
.replace-ecocute #contents .p-compare-table__item--proposed {
  background-color: #fff !important;
}

.replace-ecocute #contents .p-cost-note {
  margin-bottom: 20px;
}
.replace-ecocute #contents .p-cost-metrics {
  display: grid;
  grid-template-areas: "no-left arrow no-right" "cost-left arrow cost-right" "plan-left arrow plan-right";
  grid-template-columns: 300px 127px 300px;
  grid-template-rows: auto auto auto;
  justify-content: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-cost-metrics {
    grid-template-areas: "no-left" "cost-left" "plan-left" "arrow" "no-right" "cost-right" "plan-right";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
}
.replace-ecocute #contents .p-cost-metrics__no:nth-of-type(1) {
  grid-area: no-left;
}
.replace-ecocute #contents .p-cost-metrics__cost:nth-of-type(2) {
  grid-area: cost-left;
}
.replace-ecocute #contents .p-cost-metrics__plan:nth-of-type(3) {
  grid-area: plan-left;
}
.replace-ecocute #contents .p-cost-metrics__arrow {
  grid-area: arrow;
}
.replace-ecocute #contents .p-cost-metrics__no:nth-of-type(4) {
  grid-area: no-right;
}
.replace-ecocute #contents .p-cost-metrics__cost:nth-of-type(5) {
  grid-area: cost-right;
}
.replace-ecocute #contents .p-cost-metrics__plan:nth-of-type(6) {
  grid-area: plan-right;
}
.replace-ecocute #contents .p-cost-metrics__no {
  -moz-column-gap: 15px;
  align-items: center;
  column-gap: 15px;
  display: flex;
}
.replace-ecocute #contents .p-cost-metrics__cost {
  -moz-column-gap: 15px;
  align-items: center;
  column-gap: 15px;
  display: flex;
}
.replace-ecocute #contents .p-cost-metrics__cost .num {
  color: #507daa;
  font-family: "Open Sans";
  font-size: 26px;
  font-weight: bold;
}
.replace-ecocute #contents .p-cost-metrics__cost--co2 {
  flex-direction: column;
}
.replace-ecocute #contents .p-cost-metrics__val {
  -moz-column-gap: 5px;
  align-items: baseline;
  column-gap: 5px;
  display: grid;
  grid-template-columns: auto 1fr auto;
}
.replace-ecocute #contents .p-cost-metrics__val .gas-type {
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
}
.replace-ecocute #contents .p-cost-metrics__val .num {
  text-align: right;
}
.replace-ecocute #contents .p-cost-metrics__val-wrap {
  display: grid;
}
.replace-ecocute #contents .p-cost-metrics__cost-label {
  white-space: nowrap;
}
.replace-ecocute #contents .p-cost-metrics__plan {
  margin-top: 10px;
}
.replace-ecocute #contents .p-cost-metrics__plan-label {
  margin-bottom: 5px;
}
.replace-ecocute #contents .p-cost-metrics__arrow {
  align-items: center;
  align-self: center;
  background-color: #969696; /* 三角形の色 */
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: flex;
  grid-area: arrow;
  height: 32px; /* 高さ */
  margin: 0 50px 0 45px;
  width: 32px; /* 三角形のベースの幅 */
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-cost-metrics__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) {
  .replace-ecocute #contents .p-cost-metrics__arrow {
    margin: 15px auto;
  }
}
.replace-ecocute #contents .p-cost-highlight {
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}
.replace-ecocute #contents .p-cost-highlight-wrap {
  display: flex;
  gap: 80px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 40px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-cost-highlight-wrap {
    flex-direction: column;
  }
}
.replace-ecocute #contents .p-cost-highlight-wrap .p-cost-highlight {
  margin: 0;
}
.replace-ecocute #contents .p-cost-highlight--sub {
  font-size: 16px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-cost-highlight--sub {
    font-size: 14px;
  }
}
.replace-ecocute #contents .p-cost-highlight__type {
  font-size: 16px;
  margin-bottom: 5px;
}
.replace-ecocute #contents .p-cost-highlight__ballon {
  align-items: flex-end;
  font-size: 16px;
}
.replace-ecocute #contents .p-cost-highlight__ballon .num {
  align-items: flex-end;
  color: #3c3c3c;
  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) {
  .replace-ecocute #contents .p-cost-highlight__ballon .num {
    font-size: 28px;
  }
}
.replace-ecocute #contents .p-cost-highlight__ballon--sub {
  font-size: 14px;
  padding: 6px 30px;
}
.replace-ecocute #contents .p-cost-highlight__ballon--sub .num {
  font-size: 26px;
}
.replace-ecocute #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) {
  .replace-ecocute #contents .p-cost-highlight__txt {
    font-size: 16px;
  }
}
.replace-ecocute #contents .p-cost-highlight__txt .num {
  color: #507daa;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-cost-highlight__txt .num {
    font-size: 18px;
  }
}
.replace-ecocute #contents .p-cost-highlight__txt .unit {
  color: #507daa;
}
.replace-ecocute #contents .p-cost-highlight__txt--sub {
  font-size: 16px;
}
.replace-ecocute #contents .p-cost-highlight__txt--sub .num {
  font-size: 40px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-cost-highlight__txt--sub .num {
    font-size: 28px;
  }
}
.replace-ecocute #contents .p-cost-highlight__btn {
  margin-top: 20px;
}
.replace-ecocute #contents .p-cost-highlight--double .p-cost-highlight__txt {
  font-size: 20px;
}
.replace-ecocute #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) {
  .replace-ecocute #contents .p-cost-graph {
    flex-direction: column;
    row-gap: 20px;
  }
}
.replace-ecocute #contents .p-cost-graph__item {
  height: 300px;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-cost-graph__item.chart-container {
    height: 250px;
    margin: auto;
    position: relative;
    width: 100%;
  }
}
.replace-ecocute #contents .p-cost-graph__item.chart-container--fordouble canvas {
  height: 250px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-cost-graph__item.chart-container--fordouble {
    height: 320px;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-cost-graph__item.chart-container--forfive {
    height: 320px;
  }
}

.replace-ecocute #contents .p-compare-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 40px 0;
  text-align: center;
}
.replace-ecocute #contents .p-compare-subtitle--large {
  font-size: 28px;
}
.replace-ecocute #contents .p-compare-subtitle--border {
  border-bottom: 1px solid #969696;
  padding-bottom: 10px;
  text-align: left;
}
.replace-ecocute #contents .p-result-search-more {
  margin-top: 20px;
}
.replace-ecocute #contents .p-result-search-more__title {
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 8px;
}
.replace-ecocute #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;
}
.replace-ecocute #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) {
  .replace-ecocute #contents .p-result-info__left {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}
.replace-ecocute #contents .p-result-info .p-result-count {
  align-items: center;
  display: flex;
}
.replace-ecocute #contents .p-result-info .p-result-count__head {
  font-weight: 700;
}
.replace-ecocute #contents .p-result-info .p-result-count__all {
  font-weight: 700;
  padding: 0 10px 0 15px;
}
.replace-ecocute #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) {
  .replace-ecocute #contents .p-result-info .p-result-count {
    justify-content: center;
    width: 100%;
  }
}
.replace-ecocute #contents .p-result-info__search {
  -moz-column-gap: 15px;
  align-items: center;
  column-gap: 15px;
  display: flex;
  justify-content: center;
}
.replace-ecocute #contents .p-result-info__search .p-form-input__check {
  margin-left: 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-result-info__search {
    margin: 0 auto;
    margin-top: 15px;
    width: 100%;
  }
}
.replace-ecocute #contents .p-result-info__search label {
  flex: 0 1 auto;
  width: auto;
}
.replace-ecocute #contents .p-result-info--top {
  margin-top: 70px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-result-info--top {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .replace-ecocute #contents .p-result-info--top .c-pagination {
    display: none;
  }
}
.replace-ecocute #contents .p-result-info--bottom {
  margin-bottom: 70px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-result-info--bottom {
    flex-wrap: wrap;
  }
  .replace-ecocute #contents .p-result-info--bottom .p-result-pagination {
    margin-top: 40px;
    width: 100%;
  }
  .replace-ecocute #contents .p-result-info--bottom .c-pagination {
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }
  .replace-ecocute #contents .p-result-info--bottom .c-pagination__item {
    display: none;
  }
  .replace-ecocute #contents .p-result-info--bottom .c-pagination__item--prev, .replace-ecocute #contents .p-result-info--bottom .c-pagination__item--next {
    display: flex;
  }
  .replace-ecocute #contents .p-result-info--bottom .p-result-pagination {
    margin-bottom: 50px;
  }
}
.replace-ecocute #contents .p-result-cont {
  margin-top: 40px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-result-cont .c-sort-block {
    justify-content: center;
  }
}
.replace-ecocute #contents .p-result-item-list {
  margin-top: 20px;
}
.replace-ecocute #contents .p-result-item-list__item {
  border: 1px solid #969696;
  display: flex;
}
.replace-ecocute #contents .p-result-item-list__item:nth-child(n+2) {
  margin-top: 20px;
}
.replace-ecocute #contents .p-result-item-list__item--select {
  cursor: pointer;
  transition: outline 0.08s ease-in-out; /* ふわっと表示させるためのトランジション */
}
.replace-ecocute #contents .p-result-item-list__item--select:hover {
  outline: 3px solid #507daa;
  outline-offset: -2px;
}
.replace-ecocute #contents .p-result-item-list__item__button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 100%;
  padding: 0;
  text-align: left;
  width: 100%;
}
.replace-ecocute #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) {
  .replace-ecocute #contents .p-result-item-list__item__check {
    display: none;
  }
}
.replace-ecocute #contents .p-result-item-list__item__cont {
  padding: 20px 20px;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-result-item-list__item__cont {
    padding: 20px 15px;
  }
}
.replace-ecocute #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) {
  .replace-ecocute #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;
  }
}
.replace-ecocute #contents .p-result-item-list__item__img {
  align-items: center; /* 垂直方向の中央寄せ */
  display: flex;
  grid-area: areaImg;
  height: 150px;
  justify-content: center; /* 水平方向の中央寄せ */
  position: relative;
  width: 150px;
}
.replace-ecocute #contents .p-result-item-list__item__img .c-tag-round {
  left: 5px;
  position: absolute;
  top: 5px;
  z-index: 1;
}
.replace-ecocute #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%;
}
.replace-ecocute #contents .p-result-item-list__item .p-item-info-table {
  grid-area: areaTable;
  margin-top: 10px;
}
.replace-ecocute #contents .p-result-item-list__item__head {
  -moz-column-gap: 20px;
  align-items: center;
  column-gap: 20px;
  display: flex;
  grid-area: areaHead;
}
.replace-ecocute #contents .p-result-item-list__item__head a {
  color: #507daa;
  font-size: 18px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-result-item-list__item__head {
    -moz-column-gap: 0;
    align-items: start;
    column-gap: 0;
    flex-direction: column;
    row-gap: 10px;
  }
}
.replace-ecocute #contents .p-result-item-list__item__head .link-arrow-light-blue::after {
  content: none;
}
.replace-ecocute #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;
}
.replace-ecocute #contents .p-result-item-list__item__no {
  font-size: 18px;
  font-weight: 600;
}
.replace-ecocute #contents .p-result-item-list__item__no--pana {
  color: #507daa;
}
.replace-ecocute #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) {
  .replace-ecocute #contents .p-result-item-list__item__title {
    width: 100%;
  }
}
.replace-ecocute #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) {
  .replace-ecocute #contents .p-result-item-list__item__currnt-model {
    align-self: start;
  }
}
.replace-ecocute #contents .p-result-item-list__item .p-result-item-doclink {
  grid-gap: 1px;
  background-color: #969696;
  border: 1px solid #969696;
  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) {
  .replace-ecocute #contents .p-result-item-list__item .p-result-item-doclink {
    grid-template-columns: repeat(2, 1fr);
  }
}
.replace-ecocute #contents .p-result-item-list__item .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) {
  .replace-ecocute #contents .p-result-item-list__item .p-result-item-doclink__item {
    padding: 11px 7px;
  }
}
.replace-ecocute #contents .p-result-item-list__item .p-result-item-doclink__item a {
  align-items: center;
  color: #507daa;
  display: flex;
  font-weight: 600;
  height: 100%;
  position: relative;
}
.replace-ecocute #contents .p-result-item-list__item .p-result-item-doclink__item a:before {
  background: #507daa;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: inline-block;
  height: 11.2583302492px;
  margin-right: 5px;
  width: 11px;
}
.replace-ecocute #contents .p-result-item-list__item .p-result-item-doclink__item.is-disabled {
  background-color: #F2F2F2;
  color: #3c3c3c;
  pointer-events: none;
}
.replace-ecocute #contents .p-result-item-list__item .p-result-item-doclink__item.is-disabled a {
  color: #3c3c3c;
}
.replace-ecocute #contents .p-result-item-list__item .p-result-item-doclink__item.is-disabled a:before {
  background: #3c3c3c;
}
.replace-ecocute #contents .p-result-item-list__item .p-result-item-grid {
  box-sizing: border-box;
  display: grid;
  margin-top: 20px;
}
.replace-ecocute #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) {
  .replace-ecocute #contents .p-result-item-list__item .p-result-item-grid--2col {
    grid-template-columns: 1fr;
  }
}
.replace-ecocute #contents .p-result-item-list__item .p-result-item-grid__item {
  display: flex;
}
.replace-ecocute #contents .p-result-item-list__item .p-result-item-grid__item dt,
.replace-ecocute #contents .p-result-item-list__item .p-result-item-grid__item dd {
  box-sizing: border-box;
  padding: 14px 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-result-item-list__item .p-result-item-grid__item dt,
  .replace-ecocute #contents .p-result-item-list__item .p-result-item-grid__item dd {
    padding: 10px 8px;
  }
}
.replace-ecocute #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) {
  .replace-ecocute #contents .p-result-item-list__item .p-result-item-grid__item dt {
    width: 75px;
  }
}
.replace-ecocute #contents .p-result-item-list__item .p-result-item-grid__item dd {
  flex-grow: 1;
}
.replace-ecocute .p-result-doc-list {
  border: 1px solid #969696;
  list-style: none;
  margin-top: 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute .p-result-doc-list {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.replace-ecocute .p-result-doc-list__item {
  padding: 25px;
}
.replace-ecocute .p-result-doc-list__item:nth-child(even) {
  background-color: #F2F2F2;
}
.replace-ecocute .p-result-doc-list .p-result-related {
  display: flex;
  margin-top: 8px;
}
.replace-ecocute .p-result-doc-list .p-result-related__head {
  white-space: nowrap;
}
.replace-ecocute .p-result-doc-list .p-result-related__item ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.replace-ecocute .p-result-doc-list .p-result-related__item ul li {
  white-space: nowrap;
}
.replace-ecocute .p-result-doc-list .p-result-related__item ul li:not(:last-child)::after {
  content: "、";
}
.replace-ecocute .p-result-doc-list .p-result-related__item ul li a {
  color: #477EEB;
}

.replace-ecocute #contents .section--detail {
  padding-top: 0;
}
.replace-ecocute #contents .section--detail .h2_default {
  margin-top: 30px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .section--detail .h2_default {
    margin-top: 0;
  }
}
.replace-ecocute #contents .c-btn-balloon + .sub-section {
  margin-top: 20px;
}
.replace-ecocute #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) {
  .replace-ecocute #contents .p-item-flex-list {
    align-items: flex-end;
    flex-flow: column;
    row-gap: 15px;
  }
}
.replace-ecocute #contents .p-item-flex-list a {
  font-size: 16px;
}
.replace-ecocute #contents .p-item-flex-list--mb0 {
  margin: 0;
}
.replace-ecocute #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 areaSearch" "areaImg areaLink";
  grid-template-columns: 286px 1fr;
  line-height: 1;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-item-info {
    -moz-column-gap: 13px;
    column-gap: 13px;
    grid-template-areas: "areaImg areaTag" "areaImg areaModelNo" "areaImg areaName" "areaList areaList" "areaSearch areaSearch" "areaLink areaLink";
    grid-template-columns: 149px 1fr;
  }
}
.replace-ecocute #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) {
  .replace-ecocute #contents .p-item-info__img {
    height: 149px;
    width: 149px;
  }
}
.replace-ecocute #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%;
}
.replace-ecocute #contents .p-item-info__img .c-tag-round {
  left: 10px;
  position: absolute;
  top: 10px;
  z-index: 1;
}
.replace-ecocute #contents .p-item-info__img .c-btn-zoom {
  bottom: 10px;
  position: absolute;
  right: 10px;
  z-index: 1;
}
.replace-ecocute #contents .p-item-info__tag {
  -moz-column-gap: 5px;
  align-items: flex-start;
  column-gap: 5px;
  display: flex;
  grid-area: areaTag;
}
.replace-ecocute #contents .p-item-info__tag .c-tag {
  margin: 0;
}
.replace-ecocute #contents .p-item-info__model-no {
  grid-area: areaModelNo;
  margin-top: 15px;
}
.replace-ecocute #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) {
  .replace-ecocute #contents .p-item-info__model-no {
    margin-top: 0;
  }
}
.replace-ecocute #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) {
  .replace-ecocute #contents .p-item-info__name {
    line-height: 21px;
  }
}
.replace-ecocute #contents .p-item-info__list {
  grid-area: areaList;
  margin-top: 25px;
}
.replace-ecocute #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) {
  .replace-ecocute #contents .p-item-info__search {
    flex-flow: column;
    row-gap: 15px;
  }
}
.replace-ecocute #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) {
  .replace-ecocute #contents .p-item-info__link {
    align-items: flex-end;
    flex-flow: column;
    margin-top: 30px;
    row-gap: 15px;
    width: 100%;
  }
}
.replace-ecocute #contents .p-item-info-table {
  line-height: 1.1;
}
.replace-ecocute #contents .p-item-info-table__item {
  display: flex;
  font-size: 14px;
}
.replace-ecocute #contents .p-item-info-table__item:not(:first-child) {
  margin-top: 10px;
}
.replace-ecocute #contents .p-item-info-table__item .item-key {
  width: 50px;
}
.replace-ecocute #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) {
  .replace-ecocute #contents .p-item-info-table__item .item-key,
  .replace-ecocute #contents .p-item-info-table__item .item-val {
    display: inline;
  }
}
.replace-ecocute #contents .p-item-anker {
  margin: 50px auto;
}
.replace-ecocute #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) {
  .replace-ecocute #contents .p-item-current-list {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.replace-ecocute #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) {
  .replace-ecocute #contents .p-item-current-list__item {
    -moz-column-gap: 13px;
    column-gap: 13px;
  }
}
.replace-ecocute #contents .p-item-current-list__item__img {
  grid-row: 1/span 1;
}
.replace-ecocute #contents .p-item-current-list__item__cont {
  display: grid;
}
.replace-ecocute #contents .p-item-current-list__item__cont .link-arrow-light-blue::after {
  content: none;
}
.replace-ecocute #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;
}
.replace-ecocute #contents .p-item-current-list__item__cont .btn_link {
  /* ボタンを左揃え */
  align-self: end;
  grid-row: 3;
  justify-self: start;
  /* ボタンを2行目に配置 */
}
.replace-ecocute #contents .p-item-set-no {
  font-size: 18px;
  margin-bottom: 10px;
}
.replace-ecocute #contents .p-detail-similar-item__explain {
  margin-bottom: 40px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-detail-similar-item__explain {
    margin-bottom: 20px;
  }
}
.replace-ecocute #contents .p-detail-similar-item__search {
  margin-top: 70px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .replace-ecocute #contents .p-detail-similar-item__search {
    margin-top: 40px;
  }
}
.replace-ecocute #contents .p-detail-similar-item__search .p-search-criteria__list {
  border-top: 1px solid #969696;
}
.replace-ecocute #contents .p-item-doc-subtitle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-top: 20px;
}
.replace-ecocute #contents .p-item-doc-list {
  border: 1px solid #969696;
  border-top: none;
}
.replace-ecocute #contents .p-item-doc-list__item {
  border-top: 1px solid #969696;
  display: flex;
}
.replace-ecocute #contents .p-item-doc-list__item__check {
  background-color: #F2F2F2;
  display: grid;
  padding: 0 25px;
  place-items: center;
}
.replace-ecocute #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) {
  .replace-ecocute #contents .p-item-doc-list__item__text {
    display: grid;
    row-gap: 10px;
  }
}
.replace-ecocute #contents .p-item-doc-list-all {
  justify-content: flex-end;
  margin-top: 20px;
}
.replace-ecocute #contents .p-item-link-bottom {
  border-top: 1px solid #969696;
  padding-top: 20px;
}
.replace-ecocute #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;
  font-size: 16px;
  font-weight: 400;
}
.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;
}
.p-no-result__btn {
  margin-top: 30px;
}

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

.p-guide {
  font-size: 16px;
}

.bg-gray > .section {
  padding-top: 100px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .bg-gray > .section {
    padding: 20px 10px 20px 10px;
  }
}

.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-menu {
  padding: 40px 0 70px 0;
}
.p-guide-menu__heading {
  color: #333;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-menu__heading {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.p-guide-menu__heading:not(:first-child) {
  margin-top: 50px;
}
.p-guide-menu__cards {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-menu__cards {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
.p-guide-menu a.p-guide-menu__card {
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  color: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 20px;
  padding-bottom: 50px;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-menu a.p-guide-menu__card {
    padding: 15px;
  }
}
.p-guide-menu a.p-guide-menu__card:hover, .p-guide-menu a.p-guide-menu__card:focus, .p-guide-menu a.p-guide-menu__card:active {
  color: inherit;
  text-decoration: none;
}
.p-guide-menu a.p-guide-menu__card:hover span,
.p-guide-menu a.p-guide-menu__card:hover p,
.p-guide-menu a.p-guide-menu__card:hover ul,
.p-guide-menu a.p-guide-menu__card:hover h3,
.p-guide-menu a.p-guide-menu__card:hover div, .p-guide-menu a.p-guide-menu__card:focus span,
.p-guide-menu a.p-guide-menu__card:focus p,
.p-guide-menu a.p-guide-menu__card:focus ul,
.p-guide-menu a.p-guide-menu__card:focus h3,
.p-guide-menu a.p-guide-menu__card:focus div, .p-guide-menu a.p-guide-menu__card:active span,
.p-guide-menu a.p-guide-menu__card:active p,
.p-guide-menu a.p-guide-menu__card:active ul,
.p-guide-menu a.p-guide-menu__card:active h3,
.p-guide-menu a.p-guide-menu__card:active div {
  color: inherit !important;
}
.p-guide-menu a.p-guide-menu__card:hover .p-guide-menu__card-button, .p-guide-menu a.p-guide-menu__card:focus .p-guide-menu__card-button, .p-guide-menu a.p-guide-menu__card:active .p-guide-menu__card-button {
  color: #fff !important;
  opacity: 1;
}
.p-guide-menu a.p-guide-menu__card--howto {
  padding-bottom: 24px;
}
.p-guide-menu__card-category {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-menu__card-category {
    font-size: 14px;
  }
}
.p-guide-menu__card-title {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-menu__card-title {
    font-size: 20px;
  }
}
.p-guide-menu__card-body {
  align-items: flex-start;
  display: flex;
  flex: 1;
  gap: 16px;
  margin-top: 5px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-menu__card-body {
    flex-direction: column;
    gap: 10px;
  }
}
.p-guide-menu__card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.p-guide-menu__card-text {
  flex: 1;
  font-size: 16px;
}
.p-guide-menu__card-icon {
  flex-shrink: 0;
  width: 100px;
}
.p-guide-menu__card-icon img {
  display: block;
  height: auto;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-menu__card-icon {
    margin: 0 auto;
    width: 80px;
  }
}
.p-guide-menu__card-img {
  text-align: center;
  width: 100%;
}
.p-guide-menu__card-img img {
  height: auto;
  width: 200px;
}
.p-guide-menu__card-button {
  align-items: center;
  background: #475c85;
  border: none;
  border-radius: 24px;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  justify-content: center;
  left: 50%;
  padding: 3px 35px 6px 45px;
  position: absolute;
  text-decoration: none;
  transform: translateX(-50%);
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-menu__card-button {
    bottom: auto;
    display: flex;
    font-size: 14px;
    left: auto;
    margin-top: 10px;
    position: static;
    transform: none;
  }
}
.p-guide-menu__card-button::after {
  align-self: center;
  border-bottom: 2px solid #fff;
  border-radius: 1px;
  border-right: 2px solid #fff;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 10px;
  margin-left: 15px;
  transform: rotate(45deg);
  width: 8px;
}
a.p-guide-menu__card-button-menu__card:hover .p-guide-menu__card-button, a.p-guide-menu__card-button-menu__card:focus .p-guide-menu__card-button {
  color: #fff !important;
  opacity: 1;
}
.p-guide-menu__card-button--howto {
  bottom: auto;
  left: auto;
  margin: 0 auto;
  position: static;
  transform: none;
  width: -moz-fit-content;
  width: fit-content;
}
.p-guide-menu__card-button--howto:hover {
  color: #fff;
  opacity: 0.85;
}
.p-guide-menu__card-footer {
  text-align: center;
}

.p-guide-section-header {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-section-header {
    margin-bottom: 20px;
  }
}
.p-guide-section-header__category {
  font-size: 20px;
  font-weight: 400;
}
.p-guide-section-header__title {
  font-size: 44px;
  font-weight: 700;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-section-header__title {
    font-size: 24px;
  }
}

.p-guide-title, .p-guide-point__item-title {
  font-feature-settings: "palt";
  border-bottom: 1px solid #969696;
  color: #475c85;
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 5px;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-title, .p-guide-point__item-title {
    font-size: 18px;
  }
}

.p-guide-anchor {
  display: flex;
  margin-bottom: 0;
}
.p-guide-anchor__item {
  align-items: center;
  background-color: #fff;
  border: 1px solid #bebebe;
  color: inherit;
  cursor: pointer;
  display: flex;
  flex: 1;
  font-size: 22px;
  font-weight: 300;
  gap: 15px;
  justify-content: center;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.p-guide-anchor__item::before {
  align-self: center;
  border-bottom: 1px solid #3c3c3c;
  border-radius: 1px;
  border-right: 1px solid #3c3c3c;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  transform: rotate(45deg);
  width: 10px;
}
.p-guide-anchor__item:not(:first-child) {
  border-left: none;
}
.p-guide-anchor__item:hover {
  background-color: #f5f5f5;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-anchor__item {
    font-size: 14px;
    gap: 7px;
    justify-content: flex-start;
  }
  .p-guide-anchor__item::before {
    align-self: center;
    border-bottom: 1px solid #3c3c3c;
    border-radius: 1px;
    border-right: 1px solid #3c3c3c;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 10px;
    transform: rotate(45deg);
    width: 8px;
  }
}
.p-guide-anchor__section {
  padding: 30px 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-anchor__section {
    padding: 15px 0;
  }
}

.p-guide-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 50px;
  margin-top: 40px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-tabs {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
.p-guide-tabs__item {
  background: #ddd;
  border: none;
  cursor: pointer;
  flex: 1;
  font-size: 18px;
  min-height: 65px;
  padding: 9px 15px 10px 15px;
  position: relative;
  text-align: center;
  transition: all 0.2s ease;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-tabs__item {
    font-size: 14px;
    min-height: auto;
  }
}
.p-guide-tabs__item::after {
  border-bottom: 2px solid #3c3c3c;
  border-right: 2px solid #3c3c3c;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
}
.p-guide-tabs__item.is-active {
  background: #475c85;
  color: #fff;
}
.p-guide-tabs__item.is-active::after {
  border-color: #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-tabs__item {
    padding: 9px 35px 10px 10px;
  }
}
.p-guide-tabs__content {
  display: none;
}
.p-guide-tabs__content.is-active {
  display: block;
}

.p-guide-2col {
  align-items: stretch;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
.p-guide-2col + .p-guide-2col {
  margin-top: 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-2col {
    gap: 15px;
    grid-template-columns: 1fr;
  }
}
.p-guide-2col__img img {
  border: 1px solid #bebebe;
  display: block;
  height: auto;
  width: 100%;
}
.p-guide-2col__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-guide-point {
  padding: 50px 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-point {
    padding: 30px 0;
  }
}
.p-guide-point__item {
  border-radius: 4px;
  margin-bottom: 50px;
}
.p-guide-point__item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-point__item {
    margin-bottom: 20px;
  }
}
.p-guide-point__item-label {
  color: #475c85;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.p-guide-point__item-title {
  margin-bottom: 20px;
}
.p-guide-point__item-lead {
  font-size: 16px;
  margin-bottom: 20px;
}
.p-guide-point__item-content {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-point__item-content {
    grid-template-columns: 1fr;
  }
}
.p-guide-point__item-content--1col {
  grid-template-columns: 1fr;
}
.p-guide-point__item-block .p-guide-point__item-block-title {
  background: #e6e6e6;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 0;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-point__item-block .p-guide-point__item-block-title {
    font-size: 14px;
    padding: 8px 15px;
  }
}
.p-guide-point__item-block .p-guide-point__item-block-img {
  background-color: #fff;
  border: 1px solid #bebebe;
}
.p-guide-point__item-block-img img {
  display: block;
  height: auto;
  width: 100%;
}
.p-guide-point__item-notes {
  display: grid;
  gap: 5px 10px;
  grid-template-columns: auto 1fr;
  line-height: 1.2;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-point__item-notes {
    gap: 12px;
    grid-template-columns: 1fr;
  }
}
.p-guide-point__item-notes-item {
  display: contents;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-point__item-notes-item {
    display: block;
  }
}
.p-guide-point__item-notes-item dt {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-point__item-notes-item dt {
    font-weight: 400;
    justify-content: flex-start;
    margin-bottom: 4px;
  }
}
.p-guide-point__item-notes-item dt::after {
  content: "：";
  padding-left: 5px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-point__item-notes-item dt::after {
    content: "";
    padding-left: 0;
  }
}
.p-guide-point__item-compare {
  margin-bottom: 20px;
}
.p-guide-point__item-compare-caption {
  background: #475c85;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-point__item-compare-caption {
    font-size: 14px;
    padding: 8px 15px;
  }
}
.p-guide-point__item-compare-img img {
  display: block;
  height: auto;
  width: 100%;
}
.p-guide-point__item-cta {
  margin-top: 70px;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-point__item-cta {
    margin-top: 20px;
  }
}
.p-guide-point__item-cta-button {
  background: #475c85;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 0;
  text-decoration: none;
  transition: opacity 0.2s ease;
  width: 500px;
}
.p-guide-point__item-cta-button:hover {
  color: #fff;
  opacity: 0.85;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-point__item-cta-button {
    font-size: 16px;
    padding: 12px 40px;
    width: auto;
  }
}

.p-guide-howto {
  padding: 40px 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-howto {
    padding: 0 0 20px 0;
  }
}
.p-guide-howto__pagelink {
  margin-bottom: 20px;
  text-align: right;
}
.p-guide-howto__pagelink a {
  align-items: center;
  color: #3c3c3c;
  display: inline-flex;
  gap: 10px;
  text-decoration: none;
}
.p-guide-howto__pagelink a::before {
  align-self: center;
  border-bottom: 1px solid #3c3c3c;
  border-radius: 1px;
  border-right: 1px solid #3c3c3c;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  transform: rotate(45deg);
  width: 10px;
}
.p-guide-howto__pagelink a:hover {
  text-decoration: none;
}
.p-guide-howto__subcontent-title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-howto__subcontent-title {
    font-size: 16px;
  }
}
.p-guide-howto__subcontent-lead {
  line-height: 1.7;
  margin-bottom: 30px;
}
.p-guide-howto__arrow {
  margin: 30px 0;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-howto__arrow {
    margin: 15px 0;
  }
}
.p-guide-howto__arrow::before {
  background-color: #475c85;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  content: "";
  display: inline-block;
  height: 30px;
  width: 60px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-howto__arrow::before {
    height: 20px;
    width: 40px;
  }
}
.p-guide-howto__arrow svg {
  display: none;
}
.p-guide-howto__method {
  margin-bottom: 50px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-howto__method {
    margin-bottom: 20px;
  }
}
.p-guide-howto__method:last-of-type {
  border-bottom: none;
}
.p-guide-howto__steps-list {
  counter-reset: step;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.p-guide-howto__steps-list li {
  display: flex;
  row-gap: 5px;
}
.p-guide-howto__steps-list li::before {
  content: counter(step) ".";
  counter-increment: step;
  flex-shrink: 0;
  margin-right: 10px;
}
.p-guide-howto__method-note {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.p-guide-howto__method-btn {
  align-self: flex-end;
  margin-top: auto;
  text-align: right;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-howto__method-btn {
    margin-top: 10px;
  }
}
.p-guide-howto__btn {
  align-items: center;
  background: #475c85;
  border-radius: 50px;
  color: #fff;
  display: inline-flex;
  font-weight: 400;
  justify-content: center;
  padding: 5px 70px 5px 50px;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease;
}
.p-guide-howto__btn::after {
  align-self: center;
  border-bottom: 2px solid #fff;
  border-radius: 1px;
  border-right: 2px solid #fff;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 10px;
  margin-left: 5px;
  position: absolute;
  right: 20px;
  transform: rotate(-45deg);
  width: 8px;
}
.p-guide-howto__btn:hover {
  background: #475c85;
  color: #fff;
}
.p-guide-howto__btn:hover::after {
  border-color: #fff;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-howto__btn {
    font-size: 14px;
    padding: 5px 50px 5px 30px;
  }
}

.p-guide-point-cont {
  align-items: flex-start;
  display: flex;
  gap: 32px;
  margin: 40px 0;
}

.p-guide-point-cont__imageblock img {
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  height: auto;
  max-width: 500px;
  width: 100%;
}

.p-guide-point-cont__textblock {
  flex: 1;
}

.p-guide-point-cont__title {
  color: #35548A;
  font-size: 20px;
  font-weight: 600;
  /* PDFの見出しに近い濃紺 */
  margin-bottom: 12px;
}

.p-guide-point-cont__desc {
  color: #333;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.p-guide-point-cont__notes {
  color: #444;
  font-size: 14px;
  line-height: 1.7;
  padding-left: 20px;
}

.p-guide-point-cont__notes li {
  margin-bottom: 6px;
}

.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-feature-section {
  -moz-column-gap: 20px;
  background-color: #F2F2F2;
  column-gap: 20px;
  display: flex;
  margin-top: 30px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-feature-section {
    flex-direction: column;
    row-gap: 20px;
  }
}
.p-guide-feature-section__item {
  background-color: #fff;
  border: 1px solid #ebf3fc;
  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-feature-section__item {
    width: 100%;
  }
}
.p-guide-feature-section__item-block {
  -moz-column-gap: 15px;
  column-gap: 15px;
  display: flex;
}
.p-guide-feature-section__item-block img {
  height: 120px;
  width: auto;
}
.p-guide-feature-section__title {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.p-guide-feature-section__txt {
  font-size: 1rem;
  margin-top: 10px;
}
.p-guide-feature-section__link {
  background-color: #507daa;
  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-feature-section__link {
    margin-top: 5px;
  }
}
.p-guide-feature-section-list__item {
  display: flex;
}
.p-guide-feature-section-list__item dt {
  max-width: 10rem;
  width: 20%;
}
.p-guide-feature-section-list__item dd::before {
  content: "：";
  padding-right: 0.5rem;
}

.p-guide-feature-section {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  margin: 60px 0;
  padding: 0 16px;
}

.p-guide-feature-card {
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 260px;
  overflow: hidden;
  padding: 25px 25px 20px;
  position: relative;
}
.p-guide-feature-card__icon {
  bottom: 24px;
  opacity: 0.25;
  right: 24px;
  width: 120px;
}
.p-guide-feature-card__icon img {
  display: block;
  height: auto;
  width: 100%;
}
.p-guide-feature-card__category {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
.p-guide-feature-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}
.p-guide-feature-card__body-wrap {
  display: flex;
}
.p-guide-feature-card__text {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 24px;
}
.p-guide-feature-card__button {
  align-items: center;
  background: #507daa;
  border: none;
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  transition: opacity 0.2s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.p-guide-feature-card__button::after {
  content: "▼";
  font-size: 12px;
  margin-left: 8px;
  transform: translateY(1px);
}
.p-guide-feature-card__button:hover {
  opacity: 0.85;
}

.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;
  }
}

.p-guide-inquiry {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-inquiry {
    margin-top: 20px;
    padding: 0 15px;
  }
}
.p-guide-inquiry__title {
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-inquiry__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.p-guide-inquiry__text {
  color: #3c3c3c;
  font-size: 16px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-inquiry__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.p-guide-inquiry .p-guide-point__item-cta {
  margin-top: 40px;
}

.p-guide-notes {
  color: #3c3c3c;
  font-size: 14px;
  margin-top: 60px;
}
.p-guide-notes p {
  text-align: left;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-guide-notes {
    font-size: 12px;
    margin-top: 30px;
  }
}
.p-guide-notes ul {
  list-style: disc;
  margin: 0;
  padding-left: 1.5em;
  text-align: left;
}

.replace-ecocute #contents .p-terms-list {
  counter-reset: list-counter;
}
.replace-ecocute #contents .p-terms-list__item {
  font-size: 18px;
  font-weight: bold;
}
.replace-ecocute #contents .p-terms-list__item:nth-child(n+2) {
  margin-top: 40px;
}
.replace-ecocute #contents .p-terms-list__item::before {
  content: counter(list-counter) ". ";
  counter-increment: list-counter;
  margin-right: 8px; /* 数字とテキストの間のスペース調整 */
}
.replace-ecocute #contents .p-terms-list p {
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
}
.replace-ecocute #contents .p-terms-sublist {
  counter-reset: list-counter-sub;
  margin-top: 5px;
}
.replace-ecocute #contents .p-terms-sublist__item {
  font-size: 14px;
  font-weight: normal;
}
.replace-ecocute #contents .p-terms-sublist__item:nth-child(n+2) {
  margin-top: 10px;
}
.replace-ecocute #contents .p-terms-sublist__item::before {
  content: counter(list-counter-sub) "）";
  counter-increment: list-counter-sub;
  margin-right: 0px; /* 数字とテキストの間のスペース調整 */
}

.p-piping-requirement__item dt {
  font-weight: 600;
}
.p-piping-requirement__item:nth-child(n+2) {
  margin-top: 20px;
}
.p-piping-license {
  background-color: #F2F2F2;
  counter-reset: license-item;
  margin-top: 20px;
  padding: 20px;
}
.p-piping-license__item {
  display: flex;
  flex-wrap: wrap;
}
.p-piping-license__item dt {
  font-weight: 600;
}
.p-piping-license__item dt::before {
  content: counter(license-item) ". ";
  counter-increment: license-item;
}
.p-piping-license__item:nth-child(n+2) {
  margin-top: 20px;
}

.p-tool-update__item {
  display: grid;
  grid-template-columns: 10em 1fr;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-tool-update__item {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
.p-tool-update__item:nth-child(n+2) {
  margin-top: 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-tool-download {
    padding: 0 15px;
  }
}
.p-tool-download-btn {
  margin-bottom: 40px;
  margin-top: 20px;
}
.p-tool-download-btn a {
  color: #3c3c3c;
  font-weight: normal;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .p-tool-download-btn a {
    text-decoration: underline;
  }
}
.p-tool-download-btn a:hover {
  text-decoration: underline;
}

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

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

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

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

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

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

.u-txt-caution {
  color: #b20000;
}

.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-padding-0 {
  padding: 0;
}

.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-list-none {
  list-style: none;
  padding-left: 0;
}

.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(/replace-ecocute/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;
  }
}

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