.component-table-scroll-wrap .scroll-attention {
  z-index: 4;
}
.btn-clear > a#clear {
  background: #fff;
  border: 1px solid #186e73;
  color: #186e73;
}
.side-slide {
  position: relative;
  display: block;
  margin: 0 auto;
}
#slide-left,
#slide-right {
  position: absolute;
  z-index: 4;
  top: 200px;
  bottom: 0;
  margin: auto;
  display: grid;
  place-content: center;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  pointer-events: auto;
}
#slide-left:hover,
#slide-right:hover {
  opacity: 0.7;
}
#slide-left {
  right: calc(100% - 7.5rem);
  display: none;
}
#slide-right {
  left: calc(100% - 7.5rem);
}
#slide-left::before,
#slide-right::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background: #6e6e73;
  opacity: 0.7;
  pointer-events: none;
}
#slide-left:after,
#slide-right::after {
  width: 1rem;
  height: 1rem;
  content: "";
  border: solid #fff;
  border-width: 3px 3px 0 0;
  border-color: #fff;
  pointer-events: none;
}
#slide-left:after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#slide-right:after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.component-h-lv3 .h3-caution {
  display: inline;
  font-size: 0.6em;
  color: #186e73;
  margin-left: 1em;
}
#Sales_Year {
  display: none;
}
.list-options {
  list-style: none;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.list-options li {
  margin: 0.5em;
  border-radius: 15px;
  background-color: #e7e7e7;
  color: #000000;
}
.list-options li a {
  display: block;
  cursor: pointer;
  border-radius: 10px;
  background-color: #e7e7e7;
  color: #000000;
  padding: 0.5em 0.65em;
  text-align: center;
  text-decoration: none;
}
.list-options li a.years {
  width: 5em;
}
.list-options li a.tatamis {
  width: 3em;
}
.list-options.feature {
  justify-content: space-between;
}
.list-options.feature li {
  width: calc(50% - 3em);
  display: flex;
}
.list-options li a.compact,
.list-options li a.features,
.list-options li a.dehumidification,
.list-options li a.wireless-lan,
.list-options li a.heating-enhanced {
  width: 100%;
  text-align: left;
}
.list-options li a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.list-options li a.clicked {
  background-color: #555555;
  color: #ffffff;
}

#Number_Of_Tatami {
  display: none;
}
#result-fixed:active {
  cursor: grabbing;
}
#result-table {
  cursor: grab;
  border-left: #616161 1px solid;
  position: relative;
  box-sizing: border-box;
}
#result-table:active {
  cursor: grabbing;
}
#result-table div {
  text-align: center;
  font-size: 100%;
}
#result-table div img {
  height: 100%;
  width: 100%;
}
#result-table > div > div.table-body > div > div.accordion-element {
  overflow: clip !important;
}
#result-table #UV_Cut_Filter_Plus div:not(:first-child) {
  flex-direction: column;
}
#result-table #UV_Cut_Filter_Plus div img {
  width: 14px;
  height: 14px;
}
#result-table #Outlet_Shape div:not(:first-child) {
  flex-direction: column;
}
#result-table #Outlet_Shape div img {
  width: 25px;
  height: 25px;
  margin-bottom: 0.5em;
}
#josu > div {
  display: flex;
  justify-content: space-around;
  -webkit-align-items: space-around;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
#josu div a {
  width: 38%;
  position: relative;
  margin: 1% 3%;
  line-height: 2em;
  background-color: #7c7c7c;
  color: #fff;
  font-weight: bold;
  font-size: 100%;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  position: relative;
}

#josu div a.no-link {
  background-color: #d9d9d9;
  color: #ffffff;
  cursor: default;
}
/*
#number_of_tatami {
  display: none;
}
*/

#result-table {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.table-container {
  display: table;
  position: relative;
}
.table-container #thead_tr {
  border-top: #616161 1px solid;
  display: flex;
  justify-content: right;
}
.table-container #thead_tr div img {
  width: 60px;
  height: 60px;
}
.table-container #thead_tr div a {
  font-weight: bold;
}
.table-container #thead_tr div img:hover {
  opacity: 0.7;
}

.table-container .left-th {
  color: #ffffff;
  font-weight: bold;
  display: flex;
  width: 100%;
  cursor: pointer;
}
.table-container .adjust-column .contents {
  width: 100%;
  display: flex;
  min-width: 160px;
  z-index: 1;
  transition: all 0.5s ease; /* アニメーションの設定 */
  height: 0;
  opacity: 1; /* クリック時に表示 */
  overflow: visible;
  height: auto;
}
.table-container .adjust-column .contents .dehumidification {
  flex-direction: column;
}
.table-container .adjust-column .contents .dehumidification p {
  margin: 0.5em;
}

.table-container .left-th > div {
  width: 200px;
  border-bottom: #616161 1px solid;
  border-right: #616161 1px solid;
  text-align: center;
  position: relative;
  min-height: 3vh;
  background-color: #616161;
  color: #ffffff;
  font-weight: bold;
  padding: 1em;
  align-items: center;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.table-container .adjust-column .contents div,
.table-container #thead_tr > div {
  width: 200px;
  text-align: center;
  border-bottom: #616161 1px solid;
  border-right: #616161 1px solid;
  position: relative;
  min-height: 5vh;
  padding: 1em;
  box-sizing: border-box;
  bottom: 1px;
}
.table-container .adjust-column .contents div {
  align-items: center;
  display: flex;
  justify-content: center;
}

.table-container #thead_tr > div p {
  margin: 0;
}
.table-container #thead_tr > div p:first-child,
.table-container #result-fixed-tr > div p:first-child {
  margin: 2em 0 0 0;
}
.table-container .adjust-column .contents div {
  flex-direction: column;
}
#result-table .table-body div img.icon {
  width: 14px;
  height: 14px;
}
.table-container .adjust-column .contents > div:first-child,
.table-container #thead_tr > div:first-child {
  background-color: #ffffff;
}
.table-container #thead_tr div:first-child,
.table-container .left-th div:first-child,
.table-container .adjust-column .contents > div:first-child {
  width: 200px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  border-bottom: 0;
  bottom: 1px;
}
.table-container #thead_tr div:first-child::after,
.table-container .left-th div:first-child::after,
.table-container .adjust-column .contents > div:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 1px; /* 線の太さ */
  background-color: #616161;
  pointer-events: none;
}

.table-container #Indoor_Unit_Dimensions div {
  flex-direction: column;
  word-break: break-word;
}
.table-container #Indoor_Unit_Dimensions div p {
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
}
.table-container #Indoor_Unit_Dimensions div p span.compact {
  color: #186e73;
}
.table-container #Indoor_Unit_Dimensions div p:last-child {
  margin-bottom: 0;
}

.table-container #item_cv div {
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
}
.table-container #item_cv div span {
  font-weight: bold;
}
.table-container #item_cv div:first-child {
  justify-content: center;
}
.table-container #item_cv div > a {
  margin: 0.25em;
  flex-direction: column;
}
#special,
#clean,
#air_conditioning,
#dehumidification,
#convenient {
  font-weight: bold;
  background-color: #f2f2f2;
}
#thead_tr {
  position: relative; /* 通常の位置指定 */
}

/*ドロップダウン機能*/
.table-container .adjust-column .left-th.open,
.table-container .adjust-column .left-th.close {
  position: relative;
}
.table-container .adjust-column .left-th.open div:first-child::before {
  background: url(/resources/images/arrow-accordion-tb-02.png) no-repeat;
  content: "";
  display: inline-block;
  height: 9px;
  left: 2em;
  margin: -5px 0 0 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: middle;
  width: 15px;
  z-index: 2;
  background-size: 15px 22px;
}
.table-container .adjust-column .left-th.close div:first-child::before {
  background: url(/resources/images/arrow-accordion-tb-02.png) no-repeat;
  content: "";
  display: inline-block;
  height: 9px;
  left: 2em;
  margin: -5px 0 0 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: middle;
  width: 15px;
  z-index: 2;
  background-position: 0 -13px;
  background-size: 15px 22px;
}
.table-container .adjust-column .left-th.open > div {
  background-color: #e7e7e7;
  color: #000;
}
.table-container .adjust-column .left-th.close > div {
  background-color: #555;
  color: #fff;
}

#result-fixed {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  background-color: #ffffff;
  z-index: 3;
  margin: 0px auto;
  border-left: #616161 1px solid;
  border-top: #616161 1px solid;
  cursor: grab;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

#result-fixed #result-fixed-tr {
  display: flex;
  justify-content: right;
  position: relative;
}
#result-fixed #result-fixed-tr div {
  width: 200px;
  border-bottom: #616161 1px solid;
  border-right: #616161 1px solid;
  text-align: center;
  position: relative;
  min-height: 5vh;
  padding: 1em;
  box-sizing: border-box;
}
#result-fixed #result-fixed-tr #result-fixed-first-cell {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
}
#result-fixed #result-fixed-tr div img {
  width: 60px;
  height: 60px;
}
#result-fixed #result-fixed-tr div img:hover {
  opacity: 0.7;
}
#result-fixed .table-container #result-fixed-tr > div > img {
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
#result-fixed .table-container #result-fixed-tr > div > img:hover {
  opacity: 0.7;
}
.table-container #result-fixed-tr > div p {
  margin: 0;
}
.table-container #result-fixed-tr div a {
  font-weight: bold;
}

.table-container #thead_tr div .close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  cursor: pointer;
}
.table-container #thead_tr div .close-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 580px) {
  /*580px以下*/
  .side-slide {
    display: none !important;
  }
  .list-options.feature li {
    width: 90%;
  }
  #result-fixed {
    font-size: 75%;
  }
  #result-fixed #result-fixed-tr #result-fixed-first-cell {
    width: 100px;
  }
  .table-container .adjust-column .contents > div:first-child,
  .table-container #thead_tr > div:first-child {
    width: 100px;
  }
  #result-fixed #result-fixed-tr div {
    width: 115px;
    padding: 0.5em;
  }
  #result-table {
    font-size: 75%;
  }
  #result-fixed #result-fixed-tr div img,
  .table-container #thead_tr div img {
    width: 40px;
    height: 40px;
  }
  .table-container .left-th > div:first-child {
    width: 100px;
  }
  .table-container .left-th > div {
    width: 115px;
    border-bottom: #616161 1px solid;
    border-right: #616161 1px solid;
    text-align: center;
    position: relative;
    min-height: 3vh;
    background-color: #616161;
    color: #ffffff;
    font-weight: bold;
    padding: 0.5em;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .table-container .adjust-column .contents div,
  .table-container #thead_tr > div {
    width: 115px;
    border-bottom: #616161 1px solid;
    border-right: #616161 1px solid;
    text-align: center;
    position: relative;
    min-height: 5vh;
    padding: 0.5em;
    bottom: 1px;
  }
  #josu div a {
    margin: 2% 0%;
    padding: 0.25em;
  }
  .table-container #thead_tr div .close-btn,
  #result-fixed .table-container #result-fixed-tr > div > img {
    width: 20px;
    height: 20px;
  }
  .table-container .adjust-column .left-th.open div:first-child::before,
  .table-container .adjust-column .left-th.close div:first-child::before {
    left: 0.5em;
    transform: scale(0.75, 0.75);
  }
}

.outlet-shape {
  margin-bottom: 1em;
}
.outlet-shape:last-child {
  margin-bottom: 0;
}
.power_source {
  margin-bottom: 1em;
}
.power_source:last-child {
  margin-bottom: 0;
}

.selection-btn-red {
  display: table;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
}
.selection-btn-red a {
  box-sizing: border-box;
  display: table-cell;
  font-size: 112.5%;
  line-height: 1.4;
  padding: 10px 8px;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.selection-btn-red a:hover {
  opacity: 0.7;
}
.selection-btn-red #itemSearch {
  background: #e7e7e7;
  border: 1px solid #e7e7e7;
  color: #a30b1a;
  cursor: default;
}
.selection-btn-red #itemSearch:hover {
  opacity: 0.7;
}
.selection-btn-red #itemSearch.not-hover:hover {
  opacity: 1;
}

.compact span,
.features span,
.dehumidification span,
.wireless-lan span,
.heating-enhanced span {
  font-weight: bold;
}

/*列削除アニメーション*/
.invisible {
  animation: invisible 0.3s linear 0s;
}

@keyframes invisible {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
c-comparisonTable.css
*/
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    opacity: 0;
    transform: translateX(40px);
  }
  10% {
    opacity: 1;
  }
  100%,
  50% {
    -webkit-transform: translateX(-40px);
    opacity: 0;
    transform: translateX(-40px);
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    opacity: 0;
    transform: translateX(40px);
  }
  10% {
    opacity: 1;
  }
  100%,
  50% {
    -webkit-transform: translateX(-40px);
    opacity: 0;
    transform: translateX(-40px);
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.15) 0,
    rgba(0, 0, 0, 0) 16px,
    rgba(0, 0, 0, 0)
  );
}
.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.15) 0,
      rgba(0, 0, 0, 0) 16px,
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.15) 0,
      rgba(0, 0, 0, 0) 16px,
      rgba(0, 0, 0, 0)
    );
}
.scroll-hint.is-left-scrollable {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.15) 0,
    rgba(0, 0, 0, 0) 16px,
    rgba(0, 0, 0, 0)
  );
}
.scroll-hint-icon {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  box-sizing: border-box;
  height: 80px;
  left: calc(50% - 60px);
  opacity: 0;
  padding: 20px 10px 10px;
  position: absolute;
  text-align: center;
  top: calc(50% - 25px);
  transition: opacity 0.3s;
  width: 120px;
}
.scroll-hint-icon-wrap {
  height: 100%;
  left: 0;
  max-height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.scroll-hint-text {
  color: #fff;
  font-size: 10px;
  margin-top: 5px;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}
.scroll-hint-icon:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  content: "";
  display: inline-block;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
}
.scroll-hint-icon:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -20px;
  opacity: 0;
  position: absolute;
  top: 10px;
  transition-delay: 2.4s;
  width: 34px;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}
.scroll-hint-icon-white {
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}
.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}
.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}
.c-comparisonTable__heading {
  color: #000;
  font-family: Roboto;
  font-size: 114.28571%;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 1;
  margin: 0 20px 30px;
  padding: 18px 0 16px;
  text-align: center;
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__heading {
    text-align: left;
  }
}
.c-comparisonTable__container {
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__container {
    margin: 0 0 45px 20px;
  }
}
@media screen and (min-width: 581px) {
  .c-comparisonTable__container {
    margin: 0 20px 65px;
  }
}
@media screen and (min-width: 1025px) {
  .c-comparisonTable__container {
    margin: 0 88px 65px;
  }
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__container::after {
    background-color: rgba(255, 255, 255, 0.8);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    z-index: 9999;
  }
}
.c-comparisonTable__table {
  width: 100%;
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__table {
    overflow: scroll;
  }
}
@media print {
  .c-comparisonTable__table {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__table::-webkit-scrollbar {
    display: none;
  }
}
.c-comparisonTable__table .scroll-hint-icon {
  top: 160px;
  z-index: 9999;
}
.c-comparisonTable-nowrap {
  display: inline-block;
  line-height: 1;
}
.c-comparisonTable__setting {
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  height: 140px;
  justify-content: center;
  outline: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-out 0.4s;
  z-index: 1002;
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__setting {
    display: block;
    padding-top: 20px;
    width: 142px;
  }
}
@media screen and (min-width: 581px) {
  .c-comparisonTable__setting {
    width: 17.31771vw;
  }
}
@media screen and (min-width: 1025px) {
  .c-comparisonTable__setting {
    width: 19.90244vw;
  }
}
@media print {
  .c-comparisonTable__setting {
    float: left;
    position: relative !important;
    top: 0 !important;
    width: 200px;
  }
}
@media screen and (max-width: 1025px) {
  .localnav-pc-active .c-comparisonTable__setting,
  .sb-active-right .c-comparisonTable__setting {
    opacity: 0;
    transition: opacity 0.2s ease-out 0s;
  }
}
.c-comparisonTable__setting.is-fixed {
  position: fixed;
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__setting.is-shadow::after {
    background-image: linear-gradient(
      90deg,
      rgba(154, 154, 154, 0.5) 0,
      rgba(0, 0, 0, 0) 100%
    );
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -3px;
    top: 0;
    width: 3px;
  }
}
.c-comparisonTable__settingBtn {
  background-color: #4a4a4a;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  font-weight: 700;
  line-height: 1.29;
  padding: 12px 17px;
  transition: opacity 0.2s;
}
.c-comparisonTable__settingBtn:hover,
.c-comparisonTable__settingBtn:link,
.c-comparisonTable__settingBtn:visited {
  color: #fff !important;
  text-decoration: none;
}
.c-comparisonTable__settingBtn:hover {
  opacity: 0.7;
}
.display-block {
  display: block;
}
.c-comparisonTable__functions {
  background-color: #fff;
  box-sizing: border-box;
  left: 0;
  padding: 140px 0 20px;
  position: absolute;
  top: 0;
  z-index: 3;
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__functions {
    width: 142px;
  }
}
@media screen and (min-width: 581px) {
  .c-comparisonTable__functions {
    width: 17.31771vw;
  }
}
@media screen and (min-width: 1025px) {
  .c-comparisonTable__functions {
    width: 19.90244vw;
  }
}
@media print {
  .c-comparisonTable__functions {
    float: left;
    padding-top: 0;
    position: relative;
    width: 200px;
  }
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__functions.is-shadow::after {
    background-image: linear-gradient(
      90deg,
      rgba(154, 154, 154, 0.5) 0,
      rgba(0, 0, 0, 0) 100%
    );
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -3px;
    top: 0;
    width: 3px;
  }
}
.c-comparisonTable__functionsCtgName {
  background-color: #999;
  color: #fff;
  font-size: 100%;
  font-weight: 700;
  line-height: 1.28571;
  padding: 12px 0 12px 15px;
}
.c-comparisonTable__functionsName {
  align-items: center;
  border-bottom: 1px solid #ddd;
  display: flex;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.28571;
  padding: 12px 10px 12px 28px;
  position: relative;
}
@media print {
  .c-comparisonTable__functionsName {
    padding-left: 15px;
  }
}
.c-comparisonTable__functionsName:nth-of-type(2n) {
  background: #fff;
}
.c-comparisonTable__functionsName:nth-of-type(2n + 1) {
  background: #f8f8f8;
}
@media screen and (min-width: 581px) {
  .c-comparisonTable__functionsName.is-highlight {
    background-color: #fee !important;
  }
}
.c-comparisonTable__functionsName:last-of-type {
  border-bottom: none;
}
.c-comparisonTable__functionsCtg:last-of-type
  .c-comparisonTable__functionsName:last-of-type {
  border-bottom: 1px solid #ddd;
}
.c-comparisonTable__functionsNameText {
  line-height: 1.28571;
  position: relative;
}
.c-comparisonTable__functionsNameText::after {
  background: url(/jp/resources/images/products/aircon/comparison-table/icon-comparisonTable-toolTip.svg)
    0 / contain no-repeat;
  content: "";
  cursor: pointer;
  display: block;
  height: 16px;
  left: -20px;
  position: absolute;
  top: 0;
  width: 16px;
}
@media print {
  .c-comparisonTable__functionsNameText::after {
    display: none;
  }
}
.c-comparisonTable__functionsNameText.is-noTooltips::after {
  display: none;
}
.c-comparisonTable__seriesHeader {
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-out 0.4s;
  width: 100%;
  z-index: 1001;
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__seriesHeader {
    overflow: scroll;
  }
}
@media print {
  .c-comparisonTable__seriesHeader {
    position: relative !important;
    top: 0 !important;
    width: calc(100% - 201px) !important;
  }
}
@media screen and (max-width: 1025px) {
  .localnav-pc-active .c-comparisonTable__seriesHeader,
  .sb-active-right .c-comparisonTable__seriesHeader {
    opacity: 0;
    transition: opacity 0.2s ease-out 0s;
  }
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__seriesHeader::-webkit-scrollbar {
    display: none;
  }
}
.c-comparisonTable__seriesHeader.is-fixed {
  position: fixed;
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__seriesHeader.is-fixed {
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 581px) {
  .c-comparisonTable__seriesHeader.is-fixed {
    width: calc(100% - (20px) * 2);
  }
}
@media screen and (min-width: 1025px) {
  .c-comparisonTable__seriesHeader.is-fixed {
    width: calc(100% - (88px) * 2);
  }
}
.c-comparisonTable__seriesHeaderContainer {
  box-sizing: border-box;
  display: flex;
  height: 140px;
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__seriesHeaderContainer {
    padding-left: 142px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 581px) {
  .c-comparisonTable__seriesHeaderContainer {
    padding-left: 17.31771vw;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .c-comparisonTable__seriesHeaderContainer {
    padding-left: 19.90244vw;
  }
}
.c-comparisonTable__seriesHeading {
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-comparisonTable__seriesLink {
  opacity: 1;
  transition: opacity 0.2s;
}
.c-comparisonTable__seriesLink:hover,
.c-comparisonTable__seriesLink:link,
.c-comparisonTable__seriesLink:visited {
  color: #000;
  text-decoration: none;
}
.c-comparisonTable__seriesLink:hover {
  opacity: 0.7;
}
.c-comparisonTable__seriesName {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 60px;
  justify-content: center;
  margin-bottom: 10px;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .c-comparisonTable__seriesName {
    height: 7.8125vw;
    width: 7.8125vw;
  }
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__seriesName {
    height: 60px;
    width: 60px;
  }
}
.c-comparisonTable__seriesName img {
  height: auto;
  max-width: 100%;
}
.c-comparisonTable__seriesBtn {
  align-items: center;
  border: 1px solid #979797;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-size: 100%;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .c-comparisonTable__seriesBtn {
    width: 7.8125vw;
  }
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__seriesBtn {
    width: 60px;
  }
}
.c-comparisonTable__seriesContainer {
  box-sizing: border-box;
  display: flex;
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__seriesContainer {
    padding-left: 142px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 581px) {
  .c-comparisonTable__seriesContainer {
    padding-left: 17.31771vw;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .c-comparisonTable__seriesContainer {
    padding-left: 19.90244vw;
  }
}
@media print {
  .c-comparisonTable__seriesContainer {
    width: calc(100% - 201px) !important;
  }
}
.c-comparisonTable__series {
  background-color: #fff;
  padding: 140px 0 20px;
}
@media print {
  .c-comparisonTable__series {
    background: 0 0;
    padding-top: 0;
  }
}
.c-comparisonTable__functionDetail {
  align-items: center;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  line-height: 1;
  padding: 12px 5px;
  text-align: center;
}
.c-comparisonTable__functionDetail:nth-of-type(2n) {
  background: #fff;
}
.c-comparisonTable__functionDetail:nth-of-type(2n + 1) {
  background: #f8f8f8;
}
@media screen and (min-width: 581px) {
  .c-comparisonTable__functionDetail.is-highlight {
    background-color: #fee !important;
  }
}
.c-comparisonTable__functionDetail:last-of-type {
  border-bottom: none;
}
.c-comparisonTable__functionsCtg:last-of-type
  .c-comparisonTable__functionDetail:last-of-type {
  border-bottom: 1px solid #ddd;
}
.c-comparisonTable__functionDetail-icon {
  height: 14px;
  width: 14px;
}
.c-comparisonTable__functionDetail-off,
.c-comparisonTable__functionDetail-on {
  height: 14px;
  overflow: hidden;
  pointer-events: none;
  text-indent: -9999px;
  width: 14px;
}
.c-comparisonTable__functionDetail-note {
  font-size: 85.71429%;
  font-weight: 400;
  line-height: 1.16667;
  padding-top: 15px;
  pointer-events: none;
  text-align: center;
}
.c-comparisonTable__functionDetail-note span {
  display: inline-block;
}
.js-comparisonTable-toolTip {
  cursor: pointer;
}
.js-comparisonTable-toolTip.tooltips-opend {
  cursor: default;
}
.js-comparisonTable-toolTip p,
.js-comparisonTable-toolTip img,
.js-comparisonTable-toolTip span {
  pointer-events: none;
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__buttons {
    margin: 0 25px 50px;
  }
}
@media screen and (min-width: 581px) {
  .c-comparisonTable__buttons {
    display: flex;
    margin: 0 20px 50px;
  }
}
@media screen and (min-width: 581px) and (max-width: 959px) {
  .c-comparisonTable__buttons {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .c-comparisonTable__buttons {
    margin: 0 88px 50px;
  }
}
.c-comparisonTable__buttonContainer {
  background-color: red;
  box-shadow: 0 2px 10px 0 rgba(255, 0, 0, 0.2), 0 0 4px 0 rgba(255, 0, 0, 0.3);
  box-sizing: border-box;
  height: 60px;
  text-align: center;
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__buttonContainer {
    width: 100%;
  }
}
@media screen and (min-width: 581px) {
  .c-comparisonTable__buttonContainer {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 581px) and (max-width: 959px) {
  .c-comparisonTable__buttonContainer {
    margin-left: auto;
    margin-right: auto;
    max-width: 542px;
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__buttonContainer + .c-comparisonTable__buttonContainer {
    margin-top: 20px;
  }
}
@media screen and (min-width: 581px) {
  .c-comparisonTable__buttonContainer + .c-comparisonTable__buttonContainer {
    margin-left: 20px;
  }
}
@media screen and (min-width: 581px) and (max-width: 959px) {
  .c-comparisonTable__buttonContainer + .c-comparisonTable__buttonContainer {
    margin-left: auto;
    margin-top: 20px;
  }
}
.c-comparisonTable__buttonAnchor {
  align-items: center;
  display: flex;
  font-size: 128.57143%;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.c-comparisonTable__buttonAnchor:hover,
.c-comparisonTable__buttonAnchor:link,
.c-comparisonTable__buttonAnchor:visited {
  color: #fff;
  text-decoration: none;
}
.c-comparisonTable__buttonAnchor::before {
  -webkit-transform: translateY(0.5px);
  background: url(/jp/resources/images/products/aircon/comparison-table/icon-comparisonTable-link.svg)
    0 / contain no-repeat;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 16px;
  transform: translateY(0.5px);
  width: 8px;
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__buttonAnchor::before {
    display: none;
  }
}
.c-comparisonTable__modal {
  color: #fff;
  margin: auto;
  max-width: 704px;
  padding: 40px 20px;
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__modal {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-comparisonTable__modalTitle {
  font-size: 1148.57143;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 1.56;
  margin-bottom: 72px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__modalTitle {
    font-size: 100%;
    letter-spacing: -0.3px;
    margin-bottom: 40px;
  }
}
@media (max-width: 359px) {
  .c-comparisonTable__modalTitle {
    font-size: 92.85714%;
    margin-bottom: 24px;
  }
}
.c-comparisonTable__modalCtg {
  width: 100%;
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__modalCtg {
    width: 50%;
  }
}
.c-comparisonTable__modalCtg + .c-comparisonTable__modalCtg {
  margin-top: 95px;
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__modalCtg + .c-comparisonTable__modalCtg {
    margin-top: 0;
  }
}
.c-comparisonTable__modalHeading {
  border-bottom: solid 1px #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1;
  margin: 0 0 29px;
  padding: 0 0 17px;
  text-align: center;
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__modalHeading {
    display: none;
  }
}
.c-comparisonTable__modalCondList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__modalCondList {
    display: block;
  }
}
.c-comparisonTable__modalCondItem {
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 35px;
  width: 26%;
}
@media screen and (max-width: 768px) {
  .c-comparisonTable__modalCondItem {
    width: 33.3%;
  }
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__modalCondItem {
    width: 100%;
  }
}
@media (max-width: 359px) {
  .c-comparisonTable__modalCondItem {
    font-size: 16px;
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 581px) {
  .c-comparisonTable__modalCondItem:nth-of-type(4n) {
    width: 22%;
  }
}
@media screen and (max-width: 768px) {
  .c-comparisonTable__modalCondItem:nth-of-type(4n) {
    width: 33.3%;
  }
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__modalCondItem:nth-of-type(4n) {
    width: 100%;
  }
}
.c-comparisonTable__modalAnchor {
  display: block;
  padding-left: 26px;
  position: relative;
}
.c-comparisonTable__modalAnchor:hover,
.c-comparisonTable__modalAnchor:link,
.c-comparisonTable__modalAnchor:visited {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 581px) {
  .c-comparisonTable__modalAnchor:hover {
    opacity: 0.7;
  }
}
.c-comparisonTable__modalAnchor::after {
  background: url(/jp/resources/images/products/aircon/comparison-table/icon-comparisonTable-changeCnod-off.svg)
    0 / contain no-repeat;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 20px;
}
@media (max-width: 359px) {
  .c-comparisonTable__modalAnchor::after {
    top: -1px;
  }
}
.c-comparisonTable__modalAnchor.is-on::after {
  background-image: url(/jp/resources/images/products/aircon/comparison-table/icon-comparisonTable-changeCnod-on.svg);
}
.c-comparisonTable__modalBtnContainer {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__modalBtnContainer {
    margin-top: 10px;
    width: 100%;
  }
}
.c-comparisonTable__modalBtnCahgeCond {
  background-color: transparent;
  border: 1px solid #e8e8e8;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  text-align: center;
  width: 167px;
}
.c-comparisonTable__modalBtnCahgeCond:hover {
  cursor: pointer;
  opacity: 0.7;
}
.c-comparisonTable__closeModal {
  background-color: transparent;
  border: 0;
  height: 30px;
  margin: 0;
  outline: 0;
  padding: 0;
  position: fixed;
  right: 30px;
  top: 30px;
  width: 30px;
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__closeModal {
    right: 14px;
    top: 14px;
  }
}
.c-comparisonTable__closeModal:hover {
  cursor: pointer;
  opacity: 0.7;
}
.mfp-bg {
  background-color: #000;
  opacity: 1;
}
.mfp-wrap.comparisonTable button.mfp-close {
  display: none;
}
.mfp-container {
  overflow: scroll;
  padding-bottom: 10px;
  padding-top: 10px;
}
.c-comparisonTable__tooltipsItem {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  background: #fff;
  border-radius: 4px;
  border-top: solid 30px #000;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  cursor: default;
  display: none;
  padding: 16px 12px;
  position: absolute;
  touch-action: none;
  user-select: none;
  width: 305px;
  z-index: 100;
}
@media screen and (max-width: 580px) {
  .c-comparisonTable__tooltipsItem {
    width: 69.33333%;
  }
}
.c-comparisonTable__tooltipsItem > p:last-of-type {
  margin-bottom: 0 !important;
}
.c-comparisonTable__tooltipsHeading {
  font-size: 114.28571%;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 7px;
}
* + .c-comparisonTable__tooltipsHeading {
  margin-top: 22px;
}
.c-comparisonTable__tooltipsText {
  font-size: 114.28571%;
  line-height: 1.5;
  margin: 0 0 10px;
}
.c-comparisonTable__tooltipsNote {
  font-size: 92.85714%;
  line-height: 1.5;
  margin: 0 0 10px;
}
.c-comparisonTable__tooltipsLink {
  margin: 0 0 10px;
}
.c-comparisonTable__tooltipsAnchor {
  background-color: red;
  display: inline-block;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  padding: 6px 12px;
}
.c-comparisonTable__tooltipsAnchor:hover,
.c-comparisonTable__tooltipsAnchor:link,
.c-comparisonTable__tooltipsAnchor:visited {
  color: #fff;
  text-decoration: none;
}
.c-comparisonTable__tooltipsAnchor::before {
  -webkit-transform: translateY(0.5px);
  background: url(/jp/resources/images/products/aircon/comparison-table/icon-comparisonTable-link.svg)
    0 / contain no-repeat;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 8px;
  transform: translateY(0.5px);
  width: 8px;
}
.c-comparisonTable__tooltipsClose {
  background: 0 0;
  border: none;
  cursor: pointer;
  height: 16px;
  left: 8px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -23px;
  width: 16px;
}
.c-comparisonTable__tooltipsClose img {
  cursor: pointer;
  height: 16px;
  width: 16px;
}
.c-comparisonTable__cursor {
  background: url(/jp/resources/images/products/aircon/comparison-table/icon-comparisonTable-toolTip-red.svg)
    0 / contain no-repeat;
  display: none;
  height: 16px;
  position: fixed;
  width: 16px;
  z-index: 99;
}
body.is-dragmoving * {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  user-select: none;
}
