/* =============================================
  目次
============================================= */
/*
  ・基本設定
  ・TOP
  ・OTHER
  ・LIST
  ・searchbox
  ・INFO NEWS
  ・Pagination
  ・detail
  ・注釈カウンター
  ・見出し
  ・テーブル
  ・画像ズーム
  ・サイドメニュー
  ・リンクアイコン
  ・フッターバナー
*/

body{
  font-family: 'Noto Sans JP', sans-serif !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.u-tal {
  text-align: left !important;
}
.u-tac {
  text-align: center !important;
}
.u-tar {
  text-align: right !important;
}
.u-bold{
  font-weight: bold;
}
.h3_default{
  padding: 30px 0;
}
.h4_default{
  margin: 30px 0;
}
.notes {
	font-size: 14px;
}
.bg-white {
	background-color: #ffffff !important;
}

.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;
}

.flex_justify_center{
  justify-content: center;
}
.flex_justify_center > .empty_block{
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 640px){
  .flex_justify_center > .empty_block{
    margin: 0;
    height: 0;
    border: none;
  }
}

p.title {
	margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
}

@media (min-width: 641px) {
  .btn_link.center{
    width: 365px;
  }
  .btn_link.center.auto{
    width: auto;
  }
}
.btn_link p {
  font-size:  16px;
  line-height: 1.4;
  padding-left: 3px;
  padding-right: 18px;
}
.btn_link.orange p {
  padding-left: 13px;
  padding-right: 28px;
}
.column-four_text{
  line-height: 1.4;
}
.cont-heading_wrap{
  margin-bottom: 30px;
}
.up_caption{
  font-size: 16px;
  text-align: left;
}
.caption{
  font-size: 14px;
  text-align: left;
}

#page {
    min-width: 980px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  #page {
    min-width: 320px;
    min-height:0;
  }
}

/* =============================================
タブ切り替え
============================================= */

.tab_block .tab_header li {
    padding: 20px 10px;
}
.tab_block .tab_header li.current {
  border-color: #475C85;
  color: #475C85;
}
@media only screen and (max-width: 640px) {
    .tab_block.--sp_accordion .tab_header {
        display: block;
    }
    .tab_block.--sp_accordion .tab_header li {
        display: table;
        width: 100%;
        height: 65px;
        padding: 0;
        font-weight: bold;
        position: relative;
        font-size: 17px;
        line-height: 1.25;
        box-sizing: border-box;
        border-bottom: 3px solid #DDDDDD;
        color: #333;
    }
    .tab_block.--sp_accordion .tab_header li a {
        padding: 0 45px 0 10px;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        font-family: inherit;
        font-size: 17px;
    }
    .tab_block.--sp_accordion .tab_header li span {
        content: "";
        color: #666;
        background: url(/jp/common/v3/img/icon_arrow_down.svg) no-repeat 95% 50%;
        background-size: 100% auto;
        width: 16px;
        height: 16px;
        position: absolute;
        right: 12px;
        top: 50%;
        margin-top: -5.5px;
    }
    .tab_block.--sp_accordion .tab_header li.current {
        border-color:#0242C0;
    }
    .tab_block.--sp_accordion .tab_header li.current a:not(:hover) {
        color: #0242C0;
    }
    .tab_block.--sp_accordion .tab_header li.current span {
        background-image: url(/jp/common/v3/img/icon_arrow_up_blue.svg);
    }
    .tab_block.--sp_accordion .tab_header li.current span.arrow {
        display: block;
    }
    .tab_block.--sp_accordion.tabHeaderList-two .tab_header li,
    .tab_block.--sp_accordion.tabHeaderList-three .tab_header li,
    .tab_block.--sp_accordion.tabHeaderList-four .tab_header li {
        width: 100%;
    }
}
.text-lh2 {
	line-height: 2.2 !important;
}

#newContents.withLabel dt div{
  background-color: #E5EEFF;
}
#newContents dd {
  text-overflow: clip ;
  -webkit-box-orient: horizontal;
}
#newContents dd a {
  color: #477EEB;
  text-decoration: underline;
}
#newContents dd a:hover{
  color: #477EEB;
  text-decoration: none;
}
.newContents__blank::after{
  content: url('/jp/assets/img/icon_blank.svg');
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;

  }
.newContents__pdf::after{
  content: url('/jp/assets/img/icon_pdf.svg');
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;

  }

/* ----------------------------------
TOP
------------------------------------*/

.block-selection_right_btn a {
    background-color: #475C85;
    left: 16px;

}
/* メインスライド */
.hvac-main-slider .flex-direction-nav{
    display: none;
}

.hvac-main-slider.flexslider {
    margin: 0;
    background: #ffffff;
    border: none;
    border-radius: 0;
}
.hvac-main-slider .slides > li {
    padding: 0;
}
.hvac-main-slider .flex-control-paging li a {
    width: 60px;
    height: 4px;
     background: #f2f2f2;
     box-shadow: none;

}
.hvac-main-slider .flex-control-paging li a.flex-active {
     background: #475C85;
    cursor: default;
}
.block-selection_right_btn a{
    font-size: 15px;
}
.hvac-column_txt{
    margin-top: 20px;
}
.hvac-lead{
    margin-top: 30px;
}
.hvac-column{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.hvac-column_child{
  width: 100%;
}
.hvac-column_two{
  width: 100%;
}
.hvac-column_three{
  width: 100%;
}
.hvac-column_four{
  width: calc(50% - 10px);
}
.hvac-column_four:nth-child(2n){
  margin-right: 0;
}
.column-four .slick-track {
  display: flex;
  justify-content: center;  /* 子要素を中央に配置 */
}

.column-four .slick-slide {
  flex: 0 0 217px;  /* 子要素の幅を固定 */
}
@media (min-width: 641px) {
.hvac-column{
    gap: 20px;
}
.hvac-column_txt{
    margin-top: 0;
}
.hvac-lead{
    margin-top: 50px;
}
.hvac-column_child{
  width: calc(50% - 20px);
}
.hvac-column_two{
  width: calc(50% - 20px);
}
.hvac-column_three{
  width: calc(33.33333333% - 20px);
}
.hvac-column_four{
  width: calc(25% - 20px);
}

}
.hvac-img-border{
    border: 1px solid #ddd;

}
@media (max-width: 640px) {
    .hvac-main-slider .flex-control-nav {
        bottom: -30px;
    }
    .block-selection_right{
        margin-top: 30px;
    }
    .block-selection_right img{
        width: 90%;
    }
    .block-selection_right_btn a{
        width: 100%;
        position: relative;
        margin: auto;
        left: 0;
    }
    .column-four .slick-track {
      display: block;
      padding: 0 8% 0 2%;
    }

	.block-selection_right .block-selection_right_btn{
      margin: 20px auto 0;
    }
}

#js-slider-1 .column-four_child:nth-child(2n),
#js-slider-2 .column-four_child:nth-child(2n) {
      margin-right: 10px !important;
}


.slider-img img {
    height: auto;
    width: 100%;

  }
  .slider {
    line-height: 0;
    font-size: 0;
  }
  .slide-arrow {
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 25%;
    width: 30px;
    z-index: 90;
  }
  .prev-arrow {
    left: 6%;
  }
  .next-arrow {
    right: 6%;
  }
  #js-slider-1,
  #js-slider-2{
        margin-top: 20px;
    }
    .slick-dots2 {
      position: relative;
      z-index: 3;
      margin: 0 auto;
      text-align: center;
    }
    .slick-dots2 li {
      display: inline-block;
      margin: 0 5px;
    }
    .slick-dots2 button {
      padding: 0;
      color: transparent;
      outline: none;
      width: 30px;
      border: unset;
      height: 4px;
      display: block;
      background: #F2F2F2;
      cursor: pointer;
    }
    .slick-dots2 .slick-active button {
      background: #475C85;
    }
  @media (min-width: 641px) {
    #js-slider-1,
    #js-slider-2{
        margin: 30px -15px 0;
        padding: 0 15px;
    }
    #js-slider-1 .column-four_child:nth-child(2n),
    #js-slider-2 .column-four_child:nth-child(2n) {
      margin-right: 20px !important;
    }
    #js-slider-1 .column-four_child:nth-child(4n),
    #js-slider-2 .column-four_child:nth-child(4n) {
        margin-right: 20px !important;
  }
  .prev-arrow {
    left: 5px;
  }
  .next-arrow {
    right: 5px;
  }

  .slide-arrow {
    width: 35px;
    top: 20%;
  }

}
#js-slider-1 .column-four_caption,
#js-slider-2 .column-four_caption{
  position: static;
}
@media print, screen and (min-width: 641px) {
.btn-350{
  min-width: 365px;
}
}
.keyvisual_block.size_s{
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .keyvisual_block.size_s{
    width: 976px !important;
  }
}
/* ----------------------------------
OTHER
------------------------------------*/

 /* a{
  color: #475C85;
 }
 a:hover{
  text-decoration: underline;
 } */
 .arrow_right {
  position: relative;
  padding-right: 20px;
}
.arrow_right::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #475C85;
  border-right: 1px solid #475C85;
  transform: rotate(45deg);
}




.layout-SubText + .layout-SubText,
:not(.layout-SubText) + .layout-SubText {
  margin-top: 8px;
}

@media print, screen and (min-width: 641px) {
  .layout-SubText + .layout-SubText,
  :not(.layout-SubText) + .layout-SubText {
    margin-top: 10px;
  }
}

.layout-Text + .layout-Text,
:not(.layout-Text) + .layout-Text {
  margin-top: 14px;
}

@media print, screen and (min-width: 641px) {
  .layout-Text + .layout-Text,
  :not(.layout-Text) + .layout-Text {
    margin-top: 22px;
  }
}
/* ----------------------------------
LIST
------------------------------------*/
.list-SmallBullet {
  margin-left: 1em;
  padding-left: 0;
  list-style-type: none;
}

.list-SmallBullet > li {
  position: relative;
  line-height: 200%;

}

/* .list-SmallBullet > li:before {
  content: "・";
  display: block;
  position: absolute;
  top: 0.1em;
  left: -1em;
  width: 1em;
  height: 1em;
} */
.list-SmallBullet li {
  list-style-type: none;
  position: relative;

  }
  .list-SmallBullet li:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: -1em;
  top: 0.8em;
  content: "";
  background: #ADADAD;
  }

.list-Order {
  display: table;
  padding-left: 0;
  list-style-type: none;
  counter-reset: order;
}

.list-Order > li {
  display: table-row;
  counter-increment: order;
  line-height: 200%;
}

.list-Order > li:before {
  content: counters(order, "-") ".";
  display: table-cell;
  padding-right: 0.5em;
  text-align: right;
  white-space: nowrap;
}

.list-NoteOrder {
  margin-left: 2em;
  padding-left: 0;
  list-style-type: none;
  counter-reset: noteOrder 0;
}

.list-NoteOrder > li {
  position: relative;
  counter-increment: noteOrder;
}

.list-NoteOrder > li:target {
  background-color: lightgray;
}

.list-NoteOrder > li:before {
  content: "※" counter(noteOrder);
  position: absolute;
  top: 0;
  left: -2em;
}
.list-SmallBullet li + li,
.list-Order li + li,
.list-NoteOrder li + li{
  margin-top: 5px;
}

.column-four_child .column-four_caption {
    height: auto;
    width: 100%;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
    background-color: rgba(243, 243, 243, 1);
    line-height: 1.2em;
}

.column-three_child .column-three_caption {
    height: auto;
    width: 100%;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
    background-color: rgba(243, 243, 243, 1);
    line-height: 1.2em;
	position: relative;
}

.column-two_child .column-two_caption {
    height: auto;
    width: 100%;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
    background-color: rgba(243, 243, 243, 1);
    line-height: 1.2em;
	position: relative;
}

/* ----------------------------------
searchbox
------------------------------------*/
.hvac-searchbox{
  background: #F2F2F2;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
    gap: 10px;

}
.hvac-searchbox p.ttl{
  font-weight: 700;
  margin-bottom: 10px;
  width: 30%;
}
.select_search1{
  width: 66%;
}
.select_search2,
.select_search3,
.select_search4{
  width: 100%;
}
.hvac-searchbox ul{

}
.hvac-searchbox select{
  margin: 0 auto 10px;
  padding: 15px 20px 15px 10px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('/jp/news/img/icon_select.svg');
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 10px 10px;

}
.select_search1 select,
.select_search2 select,
.select_search3 select{
  width: 100%;
}
.hvac-searchbox .btn_link{
  font-size: 16px;
  padding: 12px 15px 12px 30px
}

@media (min-width: 641px) {
  .hvac-searchbox {
    gap: 5px 15px;
    justify-content: space-between;
    align-items: center;
  }
  .hvac-searchbox p.ttl{
    width: 100%;
    margin-bottom: 0;
  }
  .hvac-searchbox select{
    margin: 0 auto;
  }

  .select_search1{
    width: 18%;
  }
  .select_search2{
    width: 30%;
  }
  .select_search3{
    width: 30%;
  }
  .select_search4{
    width: auto;
  }
.hvac-searchbox select{
  padding: 15px 20px 15px 10px;
}
}
/* ----------------------------------
INFO NEWS
------------------------------------*/
.hvac-article-list {
  margin:  0 0 15px;

}

.hvac-article-list__item {
  margin-bottom: 30px;
}

.hvac-article-list__link {
  display: block;
 color: #1A1A1A;

}

.hvac-article-list__nolink {
  display: block;
  color: #1A1A1A;
}

.hvac-article-list__img img {
  display: block;
  width: 100%
}

.hvac-article-list__info {
  padding: 10px 0 0
}


.hvac-article-list__date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 16px;

}
.hvac-article-list__day{
  width:100% ;
}
.hvac-article-list__type{
  border: 1px solid #475C85;
  color: #475C85;
}

.hvac-article-list__category{
  background-color: #E5EEFF;
  border: 1px solid #E5EEFF;

}

.hvac-article-list__type,
.hvac-article-list__category{
  border-radius: 20px;
  font-size: 13px;
  padding: 3px 8px;
  font-weight: 700;
  white-space: nowrap;
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media, _:future, :root .hvac-article-list__type {
    padding: 6px 8px 3px;
  }
  _::-webkit-full-page-media, _:future, :root .hvac-article-list__category {
    padding: 6px 8px 3px;
  }
}


.hvac-article-list__title {
  font-size: 18px;
  line-height: 1.4;
  color: #475C85;
  font-weight: 700;
  text-decoration: underline;
  margin: 10px 0;
}

.hvac-article-list__nolink .hvac-article-list__title {
  font-size: 18px;
  line-height: 1.4;
  color: #1A1A1A;
  font-weight: 700;
  text-decoration: none;
  margin: 10px 0;
}


.hvac--article-list__blank::after{
  content: url('/jp/news/img/icon_blank.svg');
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;

  }
.hvac--article-list__pdf::after{
  content: url('/jp/news/img/icon_pdf.svg');
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;

  }
/* .hvac-ttllimit{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
} */
.hvac-txtlimit{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.hvac-article-list__lead {
  line-height: 1.5;
}

@media (min-width: 641px) {
  .hvac-article-list__item {
    margin-bottom: 60px;
  }
  .hvac-article-list__date {
    line-height:1
}
.hvac-article-list__day{
  width: auto;
}
  .hvac-article-list__title {
    font-size: 18px;
    line-height: 1.4;
    margin: 10px 0 ;
    text-decoration: underline;
}
  .hvac-article-list__lead {
      line-height:1.75
  }

  .hvac-article-list__link {
      display: flex;
      transition: all 0.2s
  }

  .hvac-article-list__nolink {
      display: flex;
      transition: all 0.2s
  }

  .hvac-article-list__link:hover {
      opacity: 0.8;
      text-decoration: none;
  }

  .hvac-article-list__img {
      width:335px;
      margin: 0 30px 0 0
  }
  .hvac-article-list__info {
    flex: 1;
    line-height: 1;
    position: relative;
    letter-spacing: 1px;
    padding: 0
}
    .hvac-article-list {
        margin:0;
    }
  }
/* ----------------------------------
Pagination
------------------------------------*/
  .hvac-Pagination {
    display: flex;
    align-items: center;
    justify-content: center;

  }
  .hvac-Pagination-Item-Link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 25px;
    height: 25px;
    background: #fff;
    border: solid 1px #111;
    font-size: 14px;
    font-weight: 400;
    color: #111;
    transition: all 0.15s linear;
  }
  .hvac-Pagination-Item-Link-Icon {
    width: 20px;
  }
  .hvac-Pagination-Item-Link.isActive {
    background: #475C85;
    color: #fff;
    pointer-events: none;
  }
  .hvac-Pagination-Item-Link:not(.isActive):hover {
    background: #475C85;
    color: #fff;
    text-decoration: none;
  }
  .hvac-Pagination__prev.is-disabled,
  .hvac-Pagination__next.is-disabled{
  pointer-events: none;
  opacity: .5;
}
  .hvac-Pagination > * + * {
    margin-left: 10px;
  }
  @media (min-width: 641px) {
    .hvac-Pagination {
      justify-content: flex-end;
    }
  }
  @media (max-width: 640px) {
  .hvac-Pagination__prev.is-disabled,
  .hvac-Pagination__next.is-disabled{
    display: none;
  }
  }


/* ----------------------------------
detail
------------------------------------*/
.h1_area.hvac-detail h1{
  line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif !important;
}
@media (min-width: 641px) {
  .h1_area.hvac-detail h1{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 15px;
    gap: 10px;
  }


}
.h1_area.hvac-detail h1 .hvac-article-list__category{
  margin-left: 10px;

}
.hvac-detail__pdf::before{
  content: url('/jp/news/img/icon_pdf2.svg');
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;

  }

  .search-form,
  .formWrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 10px;

}

.search-form label,
.formText {
    width: 70%;
}

.search-form input[type=text],
.p-form-block input[type=text]{
    width: 100%;
    height: 50px;
    padding: 1px 5px 1px 8px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    color: #000;
    outline: none;
}
.search-form .formBtn,
.formWrap .formBtn{
  width: 20%;
}
.formBtn input[type=submit] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border: none;
    background-color: #475C85;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    font-weight: bold;
}

.p-form-input__check{
  width: 100%;

}


/* ----------------------------------
注釈カウンター
------------------------------------*/
.text-list-notes li,
.text-list-notes-counter-red {
  color: #f00000;
}

.text-list-notes li::before {
  content: "注)";      /* 表示形式を指定 */
}
.text-list-notes-02 li::before {
  content: "※";      /* 表示形式を指定 */
}
.text-list-notes-counter li::before {
  content: "※"attr(data-number);      /* 表示形式を指定 */
}
.text-list-notes-counter-red li::before {
  content: "注)"attr(data-number);      /* 表示形式を指定 */
}

[class^=text-list-notes] li {
  font-size: 14px;
  line-height: 1.75;
  margin: 5px 0 12px 0;
  max-height: none;
  letter-spacing: 0;
  text-indent: 0;
  position: relative;
}

.text-list-notes li {
  padding-left: 1.9em;
}

.text-list-notes-02 li {
  padding-left: 1.55em;
}

.text-list-notes-counter li {
  padding-left: 2.15em;
}
.text-list-notes-counter li[data-digit="2"] {
  padding-left: 2.75em;
}

.text-list-notes-counter-red li {
  padding-left: 2.5em;
}
.text-list-notes-counter-red li[data-digit="2"] {
  padding-left: 3.15em;
}

[class^=text-list-notes] li::before {
  letter-spacing: .05em;
  position: absolute;
  top: 0;
  left: 0;
}

[class^=text-list-notes] li a {
  margin-left: .5em;
  text-indent: 0;
}

[class^=text-list-notes] li br + a {
  margin-left: 0;
}

/* CSS Document */
.relative_container{
  position: relative;
  overflow: hidden;
}
/* =============================================
見出し
============================================= */
.h3_title{
  font-size: 22px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #cfcfcf;
  line-height: 1.7;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
padding-bottom: 0px !important;
}
@media (max-width: 640px){
  .h3_title{
      flex-direction: column;
      gap: 5px;
      align-items: normal;
      line-height: 1.5;
      padding-bottom: 5px;
  }
}


.h3_title .tag{
  color: #fff;
  background-color: #475C85;
  padding: 10px 15px;
  flex-shrink: 0;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .h3_title .tag{
      font-size: 16px;
      padding: 5px 15px;
      width: fit-content;
  }
}
.h4_title{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}
.h4_title span{
  font-size: 12px;
}

.h4_default h4 + * {
  margin-top: .5em;
  display: block;
}

.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;
}

/* =============================================
テーブル
============================================= */
.cassette_detail_table{
  color: #333;
  line-height: 1.3;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.cassette_detail_table tr{
  border-bottom: 1px solid #d9d9d9;
}
.cassette_detail_table td,
.cassette_detail_table th{
  vertical-align: middle;
  padding: 10px 5px ;
  border-right: 1px solid #d9d9d9;
}
.cassette_detail_table td,
.cassette_detail_table .center{
  text-align: center;
}
.cassette_detail_table th:not([class]){
  text-align: left;
}
.cassette_detail_table th:not(.color_th){
  background-color: #F1F1F2;
}

.cassette_detail_table .first_row{
  width: 150px;
}
@media (max-width: 640px){
  .cassette_detail_table .first_row{
      width: 15%;
  }
}
.cassette_detail_table .second_row{
  width: 426px;
}
@media (max-width: 640px){
  .cassette_detail_table .second_row{
      width: 40%;
  }
  table.table_default th,
  table.table_default td{
    padding: 10px;
  }
  table.table_default.x-small th,
  table.table_default.x-small td{
    padding: 4px;
    font-size: 70%;
  }
}
.cassette_detail_table .color_th{
  color: #fff;
  font-weight: bold;
  width: 200px;
}
@media (max-width: 640px){
  .cassette_detail_table .color_th{
      width: 22.5%;
  }
}
.cassette_detail_table .bg_orange{
  background-color: #EC6D5E;
}
.cassette_detail_table .bg_green{
  background-color: #69B557;
}

/* =============================================
画像ズーム
============================================= */
.img_zoom{
  position: relative;
  width: fit-content;
  margin: auto;
  cursor: pointer;
}
.img_zoom:before{
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-image: url("/jp/detail/img/zoom_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.img_zoom:hover:before{
  opacity: 0.7;
}


#modal_image {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

#modal_image .modal_content_wrapper{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 90%;
  margin: auto;
}
#modal_image .modal_content {
  width: 100%;
}
#modal_image .modal_close {
  color: #f1f1f1;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  margin-left: auto;
  position: relative;
  top: -10px;
}
#modal_image .modal_close:hover,
#modal_image .modal_close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* =============================================
サイドメニュー
============================================= */
.banner_links a .choice_icon,
.floating_banner_close .choice_icon{
    width: 17px;
}
.banner_links a .catalog_icon,
.floating_banner_close .catalog_icon{
  width: 17px;
}
.banner_links a .mail_icon,
.floating_banner_close .mail_icon{
  width: 20px;
}
/* オープン */
.floating_banner{
  position: fixed;
  right: 0;
  bottom: 25%;
  background-color: #475C85;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px 0 10px 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: right 0.3s ease;
  z-index: 1;
}
@media (max-width: 640px){
  .floating_banner{
      bottom: 15%;
  }
}
.floating_banner .banner_links{
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}
.floating_banner .banner_links a{
  background-color: #fff;
  color: #475C85;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 8px;
}
.floating_banner .close_text{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff;
  font-size: 12px;

}
.floating_banner .close_text:hover{
  opacity: 0.7;
}

/* クローズ */
.floating_banner_close{
  position: fixed;
  right: 0;
  bottom: 25%;
  background-color: #475C85;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 15px 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  justify-content: center;
}
@media (max-width: 640px){
  .floating_banner_close{
      bottom: 15%;
  }
}
.floating_banner_close .close_arrow{
  transform: rotate(180deg);
}

/* =============================================
リンクアイコン
============================================= */

.link-pdf {
  padding-left: 35px;
  background: url("/jp/common/v3/img/icon_pdf.svg") 0 50% no-repeat;
  line-height: 35px;
}

.link-file::before {
  content: url(/jp/common/v3/img/icon_pdf.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.link-zip {
  padding-left: 35px;
  background: url("/jp/common/v3/img/icon_pdf.svg") 0 50% no-repeat;
  line-height: 35px;
}

.link-arrow-light-blue {
  display: inline;
}

/* =============================================
フッターバナー
============================================= */
.footer-banner {
	width: 770px;
	margin: auto;
}

.column-four_default .column-four_child .column-four_text {
  padding: 10px 0 10px;
	margin-bottom: 20px;
}

.column-four_default .column-four_child {
	display: flex;
	flex-direction: column;
}


.column_detail-link {
	margin-top:auto;
}

/* =============================================
アンカーリンク
============================================= */

.block-link-page .child_block a {
  padding: 20px 10px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .block-link-page .child_block a {
    padding: 15px;
  }
}

/* =============================================
タブ切り替え
============================================= */

.tab_block .tab_header li {
  padding: 20px 10px;
}

.tab_block .tab_container { padding-top: 15px; }

/* =============================================
バナーブロック
============================================= */

/*** 2カラム ***/

.bottom_nav .middle_section ul::after{ display:block; clear:both; content:""; }
.bottom_nav .middle_section ul li { width: calc((100% - 16px * 3) / 4); }
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .bottom_nav .middle_section ul li { width: calc((100% - 15px) / 2); }
}
/*** 2カラム以外 ***/

.bnr_block .bnr-two_column:nth-child(n) {
  margin-left: 16px;
}

.bnr_block .bnr-two_column:first-child {
  margin-left: 0;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .bnr_block .bnr-two_column:first-child {
    margin-top: 0;
  }

  .bnr_block .bnr-two_column:nth-child(n) {
    margin-left: 0;
  }
}

/* =============================================
ボタンブロック：画像＋テキスト
============================================= */

[class^=btn-basic_child] {
	height: auto;
}
[class^=btn-basic_child] a {
	height: auto;
}
[class^=btn-basic_child] a p.image {
  vertical-align: top;
}
[class^=btn-basic_child] a p.text {
  padding-top: 6px;
  padding-bottom: 6px;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  [class^=btn-basic_child] {
    height: auto;
  }
  [class^=btn-basic_child] a p.text {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

/* =============================================
動画ブロック
============================================= */

.column-one_video,
.column-two_video {
  font-size: 0;
  line-height: 1;
}

.column-one_video .column-one_child {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.column-one_video .column-one_child > *:not(.column-one_child-iframe),
.column-two_video .column-two_child > *:not(.column-two_child-iframe) {
  font-size: 14px;
  line-height: 1.5;
}

.column-one_video .column-one_child,
.column-two_video .column-two_child {
  margin-top: 0;
}

.column-one_video .column-one_child:nth-child(n+2) {
  margin-top: 20px;
}

.column-two_video .column-two_child:nth-child(n+3) {
  margin-top: 20px;
}

.column-two_video .column-two_child:nth-child(even),
.column-two_video .column-two_child:last-child {
  margin-right: 0;
}

.column-one_video .column-one_child-iframe,
.column-two_video .column-two_child-iframe {
  margin-bottom: 0;
}
.column-two_video .column-two_child-iframe {
  aspect-ratio: 16 / 9;
}
.column-one_video .column-one_child-iframe + *,
.column-two_video .column-two_child-iframe + * {
  margin-top: 20px;
}

.column-two_video .column-two_child-iframe a {
  width: 100%;
  height: 100%;
}

.column-two_video .column-two_child-iframe iframe {
  width: 100%;
  height: 100%;
}

.column-one_video {
  text-align: left;
}
.column-one_video iframe {
  display: block;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .column-one_video .column-one_child,
  .column-two_video .column-two_child {
    width: 100%;
    margin-top: 0;
  }
  .column-one_video .column-one_child:nth-child(n+2),
  .column-two_video .column-two_child:nth-child(n+2) {
    margin-top: 20px;
  }
  .column-two_video .column-two_child:nth-child(n+2) .column-two_child-iframe {
    margin-top: 0;
  }
  .column-one_video .column-one_child-iframe,
  .column-two_video .column-two_child-iframe {
    margin-bottom: 0;
  }
  .column-one_video .column-one_child-iframe + *,
  .column-two_video .column-two_child-iframe + * {
    margin-top: 10px;
  }
}

/* =============================================
リストブロック
============================================= */

.column-four_caption .column-four_text > *:only-child,
.column-three_caption .column-three_text > *:only-child,
.column-two_caption .column-two_text > *:only-child {
  margin-top: .5em;
}

/* =============================================
コンテンツブロック
============================================= */

.column-one_default .column-one_child > * + *,
.column-two_default .column-two_child > * + *,
.column-three_default .column-three_child > * + *,
.column-four_default .column-four_child > * + *,
.column-five_default .column-five_child > * + * {
  margin-top: 40px;
}
.column-one_default .column-one_child,
.column-two_default .column-two_child,
.column-three_default .column-three_child,
.column-four_default .column-four_child,
.column-five_default .column-five_child {
  margin-bottom: 0;
}
.column-one_default .column-one_child:nth-child(n+2),
.column-two_default .column-two_child:nth-child(n+3),
.column-three_default .column-three_child:nth-child(n+4),
.column-four_default .column-four_child:nth-child(n+5),
.column-five_default .column-five_child:nth-child(n+6) {
  margin-top: 20px;
}

.column-four_default .column-four_child .column-four_text {
  margin-top: 0;
  margin-bottom: 0;
}

/* =============================================
注意書きリスト
============================================= */

.text-list-notes { margin: 0; }

.hvac--article-list__blank::after{ content: url('/jp/common/v3/img/icon_blank_light-blue.png'); }
.hvac--article-list__pdf::after{ content: url('/jp/common/v3/img/icon_pdf1.svg'); }
.hvac-detail__pdf::before{ content: url('/jp/common/v3/img/icon_pdf2.svg'); }

/* =============================================
見出し
============================================= */

.h4_default--icon h4 { display:flex;flex-wrap: nowrap; }
.h4_default--icon h4 span { flex-grow: 1; }
.h4_default--icon h4 .icon { width: auto;flex-grow: 0; }

.column-one_default .column-one_text.bg-gray { background-color: #efefef !important; }

/* =============================================
テキスト
============================================= */

.tab_block .column-one_text { padding: 0; }

.link-blank-light-blue[target="_self"]::after,
.link-blank-white[target="_self"]::after,
.link-blank-dark-gray[target="_self"]::after { display: none; }

/* =============================================
トップ
============================================= */

#newContents div#toNewsList { margin-top: 20px; }

#newContents dt,
#newContents dd { padding: 18px 0; }
#newContents dt{ width: 150px; }
#newContents dd { width: calc(100% - 150px); }

#newContents dd a { -webkit-line-clamp: unset;-webkit-box-orient: unset;overflow: visible;display: block; }

@media only screen and (max-width: 640px) {
  #newContents dt,
  #newContents dd { width: 100%; }
  #newContents dt{ padding: 0; }
  #newContents dd { padding: 15px 0; }
}

#newContents.withLabel dt div { padding: 4px 14px;border-radius: 28px; }
@media only screen and (max-width: 640px) {
  #newContents.withLabel dt div { padding: 4px 14px; }
}

/* =============================================
 詳細ページ
============================================= */

.title_block_in02 { height: auto; }

#hamburger_nav_area { display: none; }

.h1_area { height: auto;padding-top: 18px;padding-bottom: 18px; }
.h1_area h1 { padding-top: 0 !important; }
.title_block + .section { padding-top: 0 !important; }

.h1_area h1 { padding-right: 0; }

.h1_area.hvac-detail h1 .hvac-article-list__category { margin-left: 0; }

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .h1_area { width: 100%;padding-right: 10px; }
  .h1_area.hvac-detail h1{ display: flex;align-items: center;flex-wrap: wrap;gap: 8px;padding-top: 20px; }
  .h1_area h1 { height: auto; }
}

/* =============================================
一覧ページ
============================================= */

/* .btn_link.orange p { background: none; } */
.hvac-searchbox { margin-left: 10px;margin-right: 10px; }
.hvac-searchbox select { background-image: url('/jp/common/v3/img/icon_select.svg');background-position: right 10px center;-webkit-appearance:none;appearance:none;color: #000;background-color: #fff; }
/* .hvac-searchbox .btn_link { padding: 12px; } */
/* .hvac-searchbox .btn_link.orange p { padding-left: 20px;padding-right: 20px; } */
.hvac-searchbox .btn_link.orange p { background-position: 100% 50%; }

.hvac-Pagination__prev.is-disabled,
.hvac-Pagination__next.is-disabled{ display: none; }

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .hvac-searchbox{ gap: 0px 4%; }
  /* .btn_link { width: auto; } */
  .hvac-searchbox .btn_link { margin-top: 10px; }
}
