/*****************************************/
/* 共通設定    */
/*****************************************/
.dIline {
  display:inline-block;
}

[data-global-resource-path*="header-no-navigation.html"] .header, [data-global-resource-path*="header.html"] .header {
  box-shadow :none;
  -webkit-box-shadow:none;
  }

/*****************************************/
/* header調整用    */
/*****************************************/

.header__container {
    color: #000;
}

li.has-submenu:after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #4d4d4d;
  border-right: solid 2px #4d4d4d;
  position: absolute;
  top: 52%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(135deg);
}
body .navigation-primary .submenu.level-1>li>a.active-item {
    color: #4d4d4d;    
}

.holdings-header__company a.name {
    font-size: 12px;
    color: #666;
}

.holdings-header__company {
    text-align: left;
    margin-top: 15px;
}

.header--no-navigation .holdings-header__company {
    margin-top: 0px;
}

.header__catch-text {
    position: absolute;
}

.header--no-navigation .header__catch-text {
    position: relative;
}

.header__row-1-container {
    position: relative;
  z-index: 900;
}

li.header-button.button-1 {
    padding: 0 0px;
}
.holdings-header__company a.menu-link {
    font-size: 15px;
}

.header__logo {
    align-items: center;
    display: flex;
    height: auto;
    margin-right: 0px;
    max-width: 215px;
    overflow: hidden;
    justify-content: center;
    flex-wrap: nowrap;
      position: relative;
  z-index: 999;
}

.header__row-2 {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: nowrap;
}

.header--no-navigation .header__row-2 {
    padding-bottom: 30px;
}


.header__navigation {
    align-items: center;
    display: flex;
    flex-flow: row;
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: center;
}

.menu-button {
  padding-bottom: 0px; 
}

@media (min-width: 1140px) {
  .menu-button .header-button .button,
  .menu-button .header-button .button-outline
  {
    padding: 5px 35px;
  }
  .menu-button li {
    padding-left: 10px !important;
  }
}
@media (max-width: 1139px) {
  
  li.has-submenu:after {
    display: none;
  }
  
  .header {
  }
  .header__container .header__row-2 {
    padding: 11px 20px 45px;
  }
  .hs_cos_wrapper_type_logo img {
    height: 20px !important;
  }
  
  .header--toggle,
  .header__close--toggle {
    position: fixed;
    top: 20px;
    left: 20px;
  }
  .header__navigation--toggle {
    background-image: url(https://solution.hvac.panasonic.com/hubfs/holdings-icn-menu.svg);
    width: 20px;
    height: 20px;
  }
  .header__close--toggle {
    background-image: url(https://solution.hvac.panasonic.com/hubfs/holdings-icn-close.svg);
    width: 20px;
    height: 20px;
  }
  .header__navigation.header--element {
    display: none;
  }
    .header__navigation.open {
      background-color: #1a1a1a;
   }
    .header__navigation.header--element.open {
      display: block;
      top: 95px;
    }
    body .navigation-primary .submenu.level-1>li, body .navigation-primary .submenu.level-1>li:first-child {
      margin-left: 10px;
      border-bottom: 1px solid #333;
    }
    body .navigation-primary .submenu.level-1>li>a ,
    body .navigation-primary .submenu.level-1>li>a.active-item {
      color: #999;    
    }
    .submenu .menu-arrow {
      padding: 20px 0 !important;
    }
    .submenu .menu-arrow-bg {
      background-size: contain;
      width: 16px !important;
      height: 16px !important;
    }
    body .submenu.level-2 .menu-item .menu-link:hover ,
    body .submenu.level-2 .menu-item .menu-link, body .submenu.level-2>li:first-child:before {
      background-color: #1a1a1a;
      color: #999
    }
    .submenu.level-2 .menu-item, .submenu.level-3 .menu-item {
      background: none;
      background-color: #1a1a1a !important;
    }
  
  .header--no-navigation .holdings-header__company {
    margin-top: 16px;
}
  .holdings-header__company {
    width: 100%;
    background: #f2f2f2;
    border-top: 1px solid #ccc;
    position: fixed;
    top: 40px;
    left: 0;
    padding: 0 20px 10px;
  }
  
    .header__row-1-container .header__navigation-buttons {
      /*position: fixed;*/
      /*bottom: 0;*/
      /*width: calc(100% - 40px);*/
      /*width:100%;*/
      /*margin: 0 -20px;*/
      /*background: rgba( 255, 255, 255, 0.8 );*/
      display: none;
  }
  
    .header__row-1-container .header__navigation-buttons .menu-button {
      display: flex;
      gap: 10px;
      padding: 10px 10px 5px;
    }
}
/*** @media (max-width: 767px) {
  main.body-container-wrapper {
    padding-top: 20px;
  }
} **/


   [data-global-resource-path*="header-no-navigation.html"],[data-global-resource-path*="header.html"] {
    position:relative;
  }
    .header__container .header__row-2{
    padding:20px;
  }
  .header--toggle, .header__close--toggle {
    position: absolute;
    top:25px;
  }
  .holdings-header__company {
    display:none;
  }

  .header__navigation.header--element.open {
    top:50px;
  }

/*****************************************/
/* breadcrumbs調整用    */
/*****************************************/

.kz-breadcrumb .breadcrumb li {
  font-size: 14px;
}
.kz-breadcrumb .breadcrumb>li:not(:last-child) {
  margin-right: 5px !important;
}
.kz-breadcrumb .breadcrumb .icon {
    padding-left: 5px !important;
}
.kz-breadcrumb .breadcrumb>li svg {
  height: auto;
  width: auto;
}

@media (max-width: 767px) {
  .kz-breadcrumb {
    display: none;
  }
}

/*****************************************/
/* footer調整用    */
/*****************************************/


.row-fluid .span3:nth-child(1) {
    width: 24%;
}
.row-fluid .span3:nth-child(2) {
    width: 14%;
}
.row-fluid .span2:last-child {
    width: 18%;
}

@media (min-width: 1280px) {
.row-fluid .span3: {
    width: 18%;
}
.row-fluid .span2 {
    width: 16%;
}
}


@media (max-width: 767px) {
  .footer {
    padding-bottom: 50px;
  }
    .footer .footer-row-0-padding {
      padding-top: 30px !important;
    }
  .footer .row-fluid .span2:not(:last-child) ,
  .footer .row-fluid .span3:not(:first-child) {
    display: none;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
    display: block;
    text-align: center; 
  }
  .footer .row-fluid .span2 li.hs-menu-item {
    display: inline-block;
    line-height: 2em;
  }
  .footer .row-fluid .span2 li.hs-menu-item:not(:last-child) a {
    padding-right: 11px;
    margin-right: 5px;
    border-right: 1px solid #4d4d4d;
  }
  .footer .hs-menu-flow-vertical ul .hs-menu-item a {
    line-height: 0.8em;
    padding: 0;
  }
  .footer .widget-type-linked_image {
    text-align: center;
    width: 100%;
  }
  .footer .widget-type-rich_text {
    text-align: center;
  }
  .row-fluid .span3:nth-child(1) {
    width: 100%;
  }
  .row-fluid .span2:last-child {
      width: 100%;
  }
  .footer--no-navigation {
    padding-bottom: 0px;
  }  
  
}


/*****************************************/
/* cta調整用    */
/*****************************************/

@media (max-width: 767px) {
  .site_cta h2 , 
  .site_cta p:first-child ,
  .row-number-36 .hs_cos_wrapper_type_rich_text p:first-child {
    font-size: 24px !important;
  }
  .site_cta p:nth-child(2) ,
  .row-number-36 .hs_cos_wrapper_type_rich_text p:nth-child(2) {
    display: none;
  }
  .site_cta p:last-child ,
  .row-number-36 .hs_cos_wrapper_type_rich_text p:last-child {
    font-size: 15px !important;
  }
}
/*
  #hs-button_module_169232998069016 ,
  .button-wrapper .button {
    width: 100%;
    text-align: center;
  }

  
/*****************************************/
/* ブログ表示調整用    */
/*****************************************/

  .kz-recent-post .list-meta,
  .kz-related-post .list-meta {
    display: block;
}
  .kz-recent-post .list-meta,
  .kz-related-post .list-meta {
  flex-wrap: wrap;
  gap: 5px;
}

  .kz-recent-post .list-meta-topic a,
  .kz-related-post .list-meta-topic a {
  color: rgba(51,106,215,1.0) !important;
  border-color: rgba(51,106,215,1.0) !important;
  background-color: rgba(255,255,255,1.0) !important;
  margin-bottom: 6px;
  margin-right: 6px;
}

.kz-recent-post .list-meta-topic a:hover,
.kz-related-post .list-meta-topic a:hover,
.kz-recent-post .list-meta-topic a:focus,
.kz-related-post .list-meta-topic a:focus {
  background-color: rgba(242,242,242,1.0);
}


/*****************************************/
/* フォーム調整用    */
/*****************************************/
    
  .hs-form-required, .hs_error_rollup {
    display: inline-block;
  }
 
  .hs-form-private .hs-form-required {
    color: #ef6b51;
  }
  
  .hs-form-private a {
    color: #0600FF;
  }
  
  .hs-form-private a:hover {
    color: #9a00ff;
    text-decoration: underline;
  }

  form .inputs-list>li {
    display: block;
    margin: .7rem 0
  }

::placeholder {
    color: #aaa;
}


/*****************************************/
/* 各ページ調整用    */
/*****************************************/
.kz-tabs .nav-tabs li a {
    padding: 9px 16px !important;
    font-size: 14px;
}

ul.text-indent li {
    padding-left: 0rem !important;
    text-indent: -1.3rem !important;
}

hr {
    opacity: 1;
  }

/*****************************************/
/* ブログリスト調整用    */
/*****************************************/
.kz-blog-listings-2 .blog-card-featured-image .featured-image , .kz-recent-post .blog-card-featured-image .featured-image {
height: auto;
}