.kv-document {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/solution/dkconnect/document/images/kv_document png");
}
@media (max-width: 480px) {
  .kv-document {
    background-image: none;
  }
}

@media (max-width: 512px) {
  .kv.kv-document {
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .ss-news-section {
    padding-top: 30px;
  }
}

.ss-h1-ttl {
  padding-top: 73px;
  line-height: 1.4em;
}
@media (max-width: 480px) {
  .ss-h1-ttl {
    padding-top: 0;
  }
}

dl {
  border-bottom: 1px #ccc solid;
  padding: 20px 0;
}

.ss-news-arrow {
  position: relative;
}
.ss-news-arrow::before {
  opacity: 0;
}
.ss-news-arrow::after {
  opacity: 1;
}

.article-head .badge {
  width: auto;
  min-width: 88px;
  padding: 0.5833333333em;
  background-color: #edf5f7;
  color: inherit;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.article-head .h4-ttl {
  margin-top: 10px;
}

.dl_file.btn, .dl_file.btn:visited {
  max-width: 100%;
  text-align: left;
  font-size: 18px;
}
@media (max-width: 480px) {
  .dl_file.btn, .dl_file.btn:visited {
    font-size: 16px;
  }
}
.dl_file.btn span, .dl_file.btn:visited span {
  padding-left: 1.5em;
}
.dl_file.btn .pdf, .dl_file.btn:visited .pdf {
  padding-left: 3px;
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 480px) {
  .dl_file.btn .pdf, .dl_file.btn:visited .pdf {
    display: block;
    padding-left: 0;
  }
}

.flex_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.flex_wrap .flex_el {
  flex: 0 0 calc(50% - 15px);
}
@media (max-width: 480px) {
  .flex_wrap {
    flex-direction: column;
  }
}
/*# sourceMappingURL=style_202510.css.map */