@charset "utf-8";

@import url("/resources/css/airstage-color.css");

#header .global-header .header-inner h1 a {
  /* background: url(/resources/images/img-header-logo.png) no-repeat; */ /* PNG */
  background: url(/shared/hk/img-fchk-header-logo-hk-01.svg) no-repeat left top; /* SVG */
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 38px;
  width: 223px;
}

.component-productbtn-list {
  margin-bottom: 48px;
  padding-bottom: 0;
  padding-top: 48px;
}

.component-productbtn-list .component-accordion-contents {
  padding-top: 0;
}

.component-productbtn-list .component-accordion-contents .component-borderbox {
  background: #fff !important;
}

.component-productbtn-list .component-accordion-contents .component-borderbox img {
  border: solid 1px #ccc;
  line-height: 1;
  padding: 0 !important;
}

#main-visual-btn {
  margin-top: 10px;
}

.component-productbtn-list .component-productbtn-list-inner .row {
  padding-bottom: 30px;
  padding-top: 0;
}

@media screen and (max-width:1024px) {
  #main-visual-btn {
    margin-top: 10px;
  }
  #header .global-header .header-inner h1 a {
    background: url(/shared/hk/img-fchk-header-logo-hk-01.svg) no-repeat left top; /* SVG */
    background-size: 223px 38px;
  }
}

@media screen and (max-width:580px) {
  #main-visual-btn {
    margin-top: 0;
  }

  .component-productbtn-list .component-productbtn-list-inner .row {
    padding-bottom: 20px;
    padding-top: 0;
  }

  #header .global-header .header-inner h1 a {
    background-size: 169px 29px;
    padding-top: 29px;
    width: 169px;
  }

}

.component-visual .visual-item .visual-text-inner  .bgbox-products-vrf {
  background: rgba(24, 110, 115, .9)!important;
}

.border-red {
  /* border: dotted #f00 1px; */
  border: dotted var(--sustainablegreen) 1px;
}

#footer .footer-inner dl {
  float: left;
  margin-right: 4.710144927%; /*52px*/
  width: 21.467391304347828%; /*237px*/
}


#footer .footer-inner dl.last {
  margin-right: 0;
  width: 21.467391304347828%; /*237px*/
}


