.ac_breadcrumbs.ac_breadcrumbs--pc-only {
  color: #fff !important;
}
.ac_breadcrumbs.ac_breadcrumbs--pc-only a {
  color: #fff !important;
}

.brand_title {
  padding: 40px 0;
}

.lead_text {
  text-align: center;
}
@media (max-width: 768px) {
  .lead_text {
    text-align: left;
  }
}

#bg {
  padding-bottom: 500px;
  background-position: center bottom, center 0;
  background-repeat: no-repeat, no-repeat;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/shopoffice/2026model/images/img_pc_bg2 webp"), url("/-/media/Project/Daikin/ac_daikin_co_jp/shopoffice/2026model/images/img_pc_bg webp");
  background-color: #099dd9;
  background-size: 100% auto, 100% auto;
}
@media (max-width: 768px) {
  #bg {
    padding-bottom: 200px;
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/shopoffice/2026model/images/img_pc_bg2 webp"), url("/-/media/Project/Daikin/ac_daikin_co_jp/shopoffice/2026model/images/img_sp_bg webp");
    background-color: #099dd9;
    background-size: 200% auto, 100% auto;
  }
}

.ac_text.ac_text--lead {
  color: #fff;
  line-height: 2em;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .flex-box {
    display: block;
  }
}
.flex-box.nowrap {
  flex-wrap: nowrap;
  gap: 1%;
}
@media (max-width: 768px) {
  .flex-box.nowrap {
    gap: initial;
  }
}
.flex-box img {
  width: 50%;
  vertical-align: bottom;
}

.spec_table {
  width: 100%;
  font-size: clamp(10px, 1.2vw, 12px);
}
.spec_table.fsz {
  width: 68%;
}
@media (max-width: 768px) {
  .spec_table.fsz {
    width: 100%;
  }
}
.spec_table table {
  width: 100%;
  border-collapse: collapse;
}
.spec_table table th,
.spec_table table td {
  padding: 4px;
  border: 1px solid #111;
  text-align: center;
}
.spec_table table th {
  background-color: #e5eaed;
}
@media (max-width: 768px) {
  .spec_table table th.head {
    width: 20%;
  }
}
.spec_table table td {
  background-color: #fff;
}
.spec_table .space {
  border: 0;
  background-color: transparent;
}
.spec_table .new_product_apf td {
  font-size: clamp(12px, 1.2vw, 16px);
}
.spec_table .new_product_apf td.high {
  color: #fff;
  background-color: #099dd9;
  font-weight: bold;
}

.fs_apf {
  position: relative;
  width: 31%;
}
@media (max-width: 768px) {
  .fs_apf {
    width: 100%;
  }
}
.fs_apf img {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .fs_apf img {
    position: static;
  }
}

.fsz-content,
.ez-content {
  padding: 40px;
}
@media (max-width: 768px) {
  .fsz-content,
.ez-content {
    padding: 15px;
  }
}

.fsz {
  background-color: #eaf5fc;
}

.ez {
  background-color: #ebf4ec;
}

.indoor_lineup .ac_column__item {
  background-color: #eef3f6;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .sp_content {
    padding: 0 15px;
  }
}
/*# sourceMappingURL=cms.css.map */