@charset "utf-8";

/* =========================================
//
//    オフィス店舗　独自スタイル
//
// ========================================= */

.dpN {
    display: none;
}

.titlenavigation {
    position: relative;
    z-index: 30;
}
.floating_banner {
    z-index: 30;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    TOP Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* ----- NEW マーク ----- */
.h2_default h2 span {
    display: inline-block;
}
.h2_default h2 span.new {
    display: inline-block;
    position: relative;
    top: -0.5em;
    background: #f00000;
    line-height: 1.8 !important;
    padding: 2px 10px;
    margin-left: 1em;
}

/* ----- keyvisual ----- */
#officeKeyVisual {
    margin-bottom: 40px;
}
#officeKeyVisual .officeKeyVisual_box {
    position: relative;
    background: url(/hvac-cc/biz/products/pac/img/office_keyvisual_default.png);
    overflow: hidden;
}
#officeKeyVisual .officeKeyVisual_box #keyTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 15;
    pointer-events: none;
    width: 100%;
    text-align: center;
}
#officeKeyVisual .officeKeyVisual_box #keyTxt img {
    width: auto;
}
#officeKeyVisual .keyVisual_bgbox {
    width: 1200px;
    height: 565px;
}
#officeKeyVisual .keyVisual_bgbox img.keyBg {
    width: 1200px;
    position: absolute;
}
#officeKeyVisual .keyVisual_bgbox img.keyBg.op {
    transition: opacity 3s;
}
#officeKeyVisual .officeKeyVisual_box .officeKeyVisual_list {
    position: relative;
	display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin: 0;
}
#officeKeyVisual .officeKeyVisual_box .officeKeyVisual_list li {
    position: absolute;
    cursor: pointer;
    opacity: 0.5;
    z-index: 10;
}
/* 矩形のスタイル */
#officeKeyVisual .officeKeyVisual_box .officeKeyVisual_list li:first-child {
    width: 422px;
    max-width: 422px;
    clip-path: polygon(0 0, 100% 0, 100% 100%,0 100%);
    left: 0px;
}
#officeKeyVisual .officeKeyVisual_box .officeKeyVisual_list li:nth-child(2) {
    width: 442px;
    max-width: 442px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 9% 100%);
    left: 379px;
}
#officeKeyVisual .officeKeyVisual_box .officeKeyVisual_list li:nth-child(3) {
    width: 420px;
    max-width: 420px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    left: 777px;
}
#officeKeyVisual .officeKeyVisual_box .officeKeyVisual_list li.alpha {
    opacity: 0.1;
}
#officeKeyVisual .officeKeyVisual_box .officeKeyVisual_list li.alpha.hover {
    opacity: 1;
}
#officeKeyVisual .officeKeyVisual_box .officeKeyVisual_list li .key_copy {
    border: 1px #777777 solid;
    padding: 3px 10px;
    font-size: 18px;
    position: absolute;
    top: 40px;
    left: 40px;
}
#officeKeyVisual .officeKeyVisual_box .officeKeyVisual_list li .key_btn {
    position: absolute;
    bottom: 20px;
    right: 30px;
}
#officeKeyVisual .officeKeyVisual_box .officeKeyVisual_list li.alpha.hover .key_btn {
    transform: scale(1.2);
    transition: transform 0.5s;
}
#officeKeyVisual .officeKeyVisual_box .officeKeyVisual_list li .key_mark {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
#officeKeyVisual .officeKeyVisual_box .officeKeyVisual_list li a {
    color: #777777;
}
#officeKeyVisual .officeKeyVisual_box .officeKeyVisual_list li a img.pc {
    height: 568px;
}
/* -------------- */

.sp {
    display: none;
}
.pc {
    display: block;
}

/* ------------------------------ for smartphones ------------------------------ */
@media only screen and (max-width: 640px) {
    .sp {
        display: block;
    }
    .pc,
    #keyTxt,
    .keyVisual_bgbox {
        display: none;
    }
    #officeKeyVisual {
        width: 100vw;
    }
    .officeKeyVisual_box {
        max-width: auto;
        width: 98%;
        padding: 0 1%;
        background: none !important;
    }
    .officeKeyVisual_list {
        display: block !important;
    }
    .officeKeyVisual_list li {
        width: 98% !important;
        max-width: 98% !important;
        position: relative !important;
        left: 0px !important;
        clip-path: polygon(0 0, 100% 0, 100% 100%,0 100%) !important;
        opacity: 1 !important;
    }
    .officeKeyVisual_list li .key_copy {
        width: clamp(80px, 22vw, 114px) !important;
        font-size: clamp(10px, 3vw, 18px) !important;
        top: clamp(20px, 6vw, 40px) !important;
        left: clamp(20px, 6vw, 40px) !important;
    }
    .officeKeyVisual_list li .key_btn {
        width: clamp(50px, 15vw, 91px) !important;
        bottom: clamp(8px, 3vw, 20px) !important;
        right: clamp(12px, 5vw, 30px) !important;
    }
    .officeKeyVisual_list li .key_mark {
        width: clamp(72px, 27vw, 164px) !important;
        bottom: clamp(5px, 4vw, 40px) !important;
        left: clamp(20px, 6vw, 40px) !important;
    }
}

/* ----- バナー ----- */
.footBanner .column-four_image img {
    border: 1px solid #dcdcdc;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    訴求 ページ
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* ----- ECO NAVI ----- */
.icon_green {
  background: #278F3D;
  border-radius: 7px;
  padding:4px 10px;
  font-size: 12px;
  color:#fff;
  margin-left: 10px ;
  display: inline-block;
  width: fit-content;
}
.icon_navy {
  background: #4F6B9E;
  border-radius: 7px;
  padding:4px 10px;
  font-size: 12px;
  color:#fff;
  margin-left: 10px ;
  display: inline-block;
  width: fit-content;
}
.icon_gold {
  background: #886715;
  border-radius: 7px;
  padding:4px 10px;
  font-size: 12px;
  color:#fff;
  margin-left: 10px ;
  display: inline-block;
  width: fit-content;
}
.icon_red {
  background: #FF0000;
  border-radius: 10px;
  padding:4px 10px;
  font-size: 14px;
  color:#fff;
  margin-left: 10px ;
  display: inline-block;
  width: fit-content;
}
.icon_gray {
  background:#606060;
  border-radius: 10px;
  padding:4px 10px;
  font-size: 14px;
  color:#fff;
  margin-left: 10px ;
  display: inline-block;
  width: fit-content;
}
.icon_orange {
  border:1px solid #E28730;
  border-radius: 10px;
  padding:4px 10px;
  font-size: 14px;
  color:#E28730;
  margin-left: 10px ;
  display: inline-block;
  width: fit-content;
}
.column-one_img-flex .icon_green {
  background: #278F3D;
  border-radius: 7px;
  padding:4px 10px;
  font-size: 12px;
  color:#fff;
  margin-left: 10px ;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.h2_subTitle {
    margin-bottom: 1.5em;
}
.h2_subTitle p {
    align-items: center;
    display: flex;
    font-size: 120%;
    font-weight: bold;
}
.h2_subTitle p::before,
.h2_subTitle p::after {
    background-color: #333;
    content: "";
    flex-grow: 1;
    height: 1px;
}
.h2_subTitle p::before {
    margin-right: 15px;
}
.h2_subTitle p::after {
    margin-left: 15px;
}
.list-SmallBullet {
    margin-left: 1em;
    padding-left: 0;
    list-style-type: none;
}
.list-SmallBullet > li {
    position: relative;
    line-height: 200%;
}
.list-SmallBullet li:before {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: -1em;
    top: 0.8em;
    content: "";
    background: #ADADAD;
}
@media print, screen and (max-width: 640px) {
.column-one_img-flex .icon_green {
    width: fit-content;
  }
  .h3_title{
    display: inline-block;
    padding-bottom:5px !important ;
  }
  .h3_title .tag{
    display: block;
  }
}


/* ----- data navi ----- */
.datanavi table.table_default td {
    text-align: left;
}
p strong {
    font-weight: bold;
}
.h4_default--icon {
  display: block;
}
.h4_default--icon h4 {
  display: table;
  width: 100%;
  table-layout: fixed;
  vertical-align: baseline;
}
.h4_default--icon h4 span {
  display: table-cell;
  vertical-align: top;
}
.h4_default--icon h4 .icon {
  width: 111px;
  padding-top: 3px;
  padding-right: 10px;
  display: table-cell;
  vertical-align: top;
}
.h4_default--icon .icon img {
  vertical-align: top;
}


/* ----- pac-knowledge ----- */
.knowledge .faq-container .faq-content .h3_default {
    margin-top: 20px;
}
.knowledge .faq-container .layout-SubText + .layout-SubText, :not(.layout-SubText) + .layout-SubText {
    margin-top: 10px;
}
.label-icon-red {
	line-height: 2.2 !important;
}
.label-icon-news {
  margin-right: 1em;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff !important;
  border-radius: 24px;
	line-height: 2.2 !important;
  background: #475C85;
}
/* 2026 common.js 引用 / for FAQ module */
.faq-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  margin-bottom: 20px;
}
/* .faq-container dt {cursor: pointer;} */
.faq-container .faq-content {
  display: none;
  padding: 15px;
  margin-bottom: 1px;
}
.faq-container .faq-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  color: #000;
}
.faq-container .faq-bold {font-size:16px; font-weight:bold;}
@media print, screen and (min-width: 641px) {
  .faq-container .faq-bold {font-size: 18px;}
}
.faq-container .faq-q {
  background: #0242C0;
  color: #fff !important;
  padding: 1px 10px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  border-radius: 1000px;
}
@media print, screen and (min-width: 641px) {
  .faq-container .faq-q {font-size: 18px;}
}
.faq-container .faq-a {
  background: #fff;
  color: #0242C0;
  border: 1px solid #0242C0;
  font-weight: bold;
  padding: 0 9px;
  margin-right: 10px;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  border-radius: 1000px;
}
@media print, screen and (min-width: 641px) {
  .faq-container .faq-a {font-size: 18px;}
}
.faq-container .faq-title {
  display: block;
  position: relative;
  margin: 1px 0 0;
  padding: 15px 35px 15px 15px;
  background: #eee;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
@media print, screen and (min-width: 641px) {
  .faq-container .faq-title {font-size: 18px;}
}
.faq-container .faq-title:hover {opacity: 0.7 !important;}
.faq-container .faq-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.faq-container .faq-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 2px;
  background: #000;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.faq-container .faq-title.open::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-container .faq-title.open::after {opacity: 0;}
.faq-container .faq-title:focus {outline-offset: -1px;} /* added 2021.05.12 */
@media print, screen and (min-width: 641px) {
  .faq-container .faq-title {font-size: 18px;}
}
.faq-container .faq-title:hover {opacity: 1.0;}
.faq-container .faq-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.faq-container .faq-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 2px;
  background: #000;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.faq-container .faq-title.open::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-container .faq-title.open::after {opacity: 0;}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    商品 ページ
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* ----- 機能一覧 ----- */
.table_flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.table_flex_inBox {
    width: 48%;
}
.table_default th.g {
    background: #ec6d5e;
    color: #fff;
}
.table_default th.h {
    background: #69b557;
    color: #fff;
}
.table_default th.taL {
    text-align: left;
}
.table_default td {
    text-align: center;
}
.table_default span.clrBlue {
    color: #005BAC;
}
.table_default span.marginL {
    margin-left: 10px;
}
@media screen and (max-width: 640px) {
    .table_flex {
        display: block;
    }
    .table_flex_inBox {
        width: 100%;
    }
}

