@charset "UTF-8";

.kknv_h1_wrap {
  display: flex;
  margin: 10px auto;
}

.kknv_h1_wrap>div {
  display: flex;
  margin: auto;
  align-content: center;
  flex-wrap: wrap;
}

.kknv_h1_wrap>div img {
  margin-right: 20px;
}

.kknv_h1_wrap>div>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kknv_h1_wrap>div>div h1 {
  font-size: 26px;
  color: #1659b4;
  margin-bottom: 10px;
}

.kknv_h1_wrap>div>div p {
  font-size: 14px;
  color: #1659b4;
}

#kknv_qa {
  background: linear-gradient(to bottom, #fff 156px, transparent 156px),
    repeating-linear-gradient(-45deg, #ddd 0, #e8e8e8 2px, #ddd 4px, #e8e8e8 4px);
}

#kknv_qa h2 {
  color: #000;
  font-weight: bold;
  text-align: center;
}

.kknv_filter_wrap {
  position: relative;
}

.kknv_filter_wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-top: 1px solid #fff;
}

.kknv_filter_wrap #kknv_qa {
  padding-top: 0;
}

.kknv_filter {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  margin-bottom: 100px;
}

.kknv_filter .kknv_filler_bottomIcon {
  position: absolute;
  bottom: -88px;
  left: 50%;
  border-top: solid 88px #000;
  border-right: solid 88px transparent;
  border-left: solid 88px transparent;
  height: 0;
  width: 0;
  margin: -96px 0px 0px -88px;
}

.kknv_filter .kknv_filler_bottomIcon:before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  border-top: solid 88px #fff;
  border-right: solid 88px transparent;
  border-left: solid 88px transparent;
  height: 0;
  width: 0;
  margin: -96px 0px 0px -88px;
}

.kknv_filter .kknv_filler_bottomIcon:after {
  content: '';
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/kuukinavi/images/icon_filter_scroll png");
  width: 53px;
  height: 57px;
  position: absolute;
  background-size: 53px 57px;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.kknv_filter h2 {
  font-size: 20px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 30px);
  margin: auto;
  border-bottom: 1px solid #999;
}

.kknv_filter .filter-cond {
  margin: 0 auto 15px;
  display: flex;
  flex-wrap: wrap;
}

.kknv_filter .filter-cond>div {
  width: calc(100%/4);
  padding: 20px 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kknv_filter .filter-cond>div+div {
  border-left: 1px solid #999;
}

.kknv_filter .filter-cond>div h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.kknv_filter .filter-cond>div h3 img {
  margin-right: 8px;
}

.kknv_filter .filter-cond>div h3 span {
  font-size: 18px;
  font-weight: bold;
}

.kknv_filter .filter-cond>div ul {
  margin-bottom: auto;
}

.kknv_filter .filter-cond>div ul li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}

.kknv_filter .filter-cond>div ul li:before {
  content: '・';
}

.kknv_filter .filter-cond>div button {
  margin-top: 8px;
  background-color: #1659b4;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .3s all ease;
}

.kknv_filter .filter-cond>div button.btn_is_active {
  color: #1659b4;
  border: 1px solid #1659b4;
  background-color: rgba(22, 89, 180, 0.2) !important;
}

.kknv_filter .filter-cond>div button:hover {
  background-color: rgba(22, 89, 180, 0.7);
}

.kknv_qa_con {
  width: calc((100%)/3);
  margin-bottom: 20px;
}

.kknv_qa_con a {
  display: block;
  width: calc(100% - 20px);
  background-color: #fff;
  padding: 20px 20px 40px;
  border-radius: 10px;
  border: 3px solid #1659b4;
  transform: translate(10px, 10px);
  box-sizing: border-box;
  transition: 0.3s all ease;
}

.kknv_qa_con a h3 {
  color: #1659b4;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/kuukinavi/office/images/icon_q012x png");
  padding-left: 48px;
  padding-top: 0.1em;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: bold;
  text-decoration: none;
  background-size: 32px 57px;
  background-position: left top;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  min-height: 57px;
}

.kknv_qa_con a img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  background-color: #1659b4;
}

.kknv_qa_con a:after {
  content: 'ANSWERを見る';
  position: absolute;
  right: 8px;
  bottom: 6px;
  background-position: top 1px right;
  background-size: 16px;
  background-repeat: no-repeat;
  padding-right: 18px;
  font-weight: bold;
  font-size: 14px;
  color: #1659b4;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/kuukinavi/office/images/icon_modal2x png");
}

.kknv_qa_con a:hover {
  text-decoration: none;
  transform: translate(0, 0);
}

.kknv_qa_con:before {
  content: '';
  position: absolute;
  border-radius: 10px;
  width: calc(100% - 20px);
  height: 100%;
  background-color: rgba(22, 89, 180, 0.4);
  transform: translate(10px, 10px);
}

#kknv_other .kknv_btn01 {
  border-color: #ccc !important;
}

#kknv_movie .g-ttl-2 .g-ttl_hd {
  color: #1659b4;
}

#kknv_modal_wrap {
  width: calc(100% + 25px);
  height: calc(100vh - 200px);
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 25px;
}

.kknv_modal_con {
  position: relative;
  margin-bottom: 40px;
}

.kknv_modal_con+.kknv_modal_con {
  padding-top: 98px;
}

.kknv_modal_con+.kknv_modal_con:before {
  content: '';
  position: absolute;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/kuukinavi/office/images/icon_plus2x png");
  width: 48px;
  height: 48px;
  background-size: 48px;
  left: calc(50% - 24px);
  top: 0;
}

.icon_genre {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 28px;
  border: 1px solid #333;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 10px;
}

.kknv_no_genre {
  display: none;
}

.kknv_title_q {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #1659b4;
  border-bottom: 1px solid #1659b4;
  margin-bottom: 48px;
}

.kknv_title_q span {
  font-size: 26px;
  font-weight: bold;
  color: #1659b4;
  padding-left: 44px;
  padding-top: 0.2em;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/kuukinavi/office/images/icon_q022x png");
  background-size: 28px 48px;
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 48px;
  margin: 20px 0;
}

.kknv_title_q img {
  margin: 10px 0;
  background-color: #1659b4;
}

.kknv_title_q:before,
.kknv_title_q:after {
  content: '';
  position: absolute;
}

.kknv_title_q:before {
  height: 48px;
  border-left: 1px solid #1659b4;
  bottom: -48px;
  left: 50%;
}

.kknv_title_q:after {
  width: 24px;
  height: 24px;
  border-right: 1px solid #1659b4;
  border-bottom: 1px solid #1659b4;
  left: calc(50% - 12px);
  transform: rotate(45deg);
  bottom: -43px;
}

.kknv_title_q.kknv_no_qa {
  margin-bottom: 0;
  border: none;
  padding-top: 0 !important;
}

.kknv_title_q.kknv_no_qa span {
  padding: 0;
  background-image: none;
  margin: 0;
  min-height: auto;
}

.kknv_title_q.kknv_no_qa:before,
.kknv_title_q.kknv_no_qa:after {
  display: none;
}

.kknv_title_a {
  font-size: 26px;
  font-weight: bold;
  padding-left: 44px;
  padding-top: 0.2em;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/kuukinavi/office/images/icon_a022x png");
  background-size: 28px 48px;
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 48px;
  margin: 20px 0;
}

.kknv_title_a.kknv_no_qa {
  padding: 0;
  background-image: none;
  margin: 0 auto 20px;
  font-weight: normal;
}

.kknv_item_link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.kknv_item_link img {
  max-width: 120px;
  margin-right: 15px;
}

.kknv_item_link span {
  width: calc(100% - 145px);
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  .kknv_h1_wrap {
    margin: auto;
  }

  .kknv_h1_wrap>div {
    margin-top: 30px;
    justify-content: center;
  }

  .kknv_h1_wrap>div img {
    margin-right: 0;
    margin-bottom: 10px;
    width: 120px;
    height: 100%;
  }

  .kknv_h1_wrap>div>div h1 {
    font-size: 20px;
    text-align: center;
  }

  .kknv_h1_wrap>div>div p br {
    display: none;
  }

  .kknv_filter_wrap:after {
    display: none;
  }

  .kknv_filter_wrap .kknv_filter h2 {
    width: 100%;
    border-bottom: 1px solid #333;
  }

  .kknv_filter {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-top: 15px;
    margin-bottom: 72px;
  }

  .kknv_filter .filter-cond {
    flex-direction: column;
    margin-bottom: 0;
  }

  .kknv_filter .filter-cond>div {
    width: calc(100% - 20px);
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: auto;
    align-items: center;
  }

  .kknv_filter .filter-cond>div h3 {
    flex-direction: column;
    width: 72px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .kknv_filter .filter-cond>div h3 img {
    width: 60px;
    height: auto;
    margin-right: 0;
  }

  .kknv_filter .filter-cond>div h3 span {
    font-size: 14px;
  }

  .kknv_filter .filter-cond>div ul {
    width: calc(100% - 134px);
    margin-bottom: 0;
    height: 100%;
  }

  .kknv_filter .filter-cond>div ul li {
    font-size: 12px;
  }

  .kknv_filter .filter-cond>div button {
    width: 54px;
    margin-top: 0;
    height: 74px;
    font-size: 15px;
    line-height: 1.4em;
    padding: 8px;
  }

  .kknv_filter .filter-cond>div+div {
    border-left: none;
    border-top: 1px solid #999;
  }

  .kknv_filter .kknv_filler_bottomIcon {
    bottom: -64px;
    border-top: solid 64px #000;
    border-right: solid 64px transparent;
    border-left: solid 64px transparent;
    margin: -64px 0px 0px -64px;
  }

  .kknv_filter .kknv_filler_bottomIcon:before {
    border-top: solid 64px #fff;
    border-right: solid 64px transparent;
    border-left: solid 64px transparent;
    margin: -64px 0px 0px -64px;
  }

  .kknv_filter .kknv_filler_bottomIcon:after {
    width: 42px;
    height: 45px;
    background-size: 42px 45px;
    bottom: 14px;
  }

  #kknv_qa .g-box {
    width: calc(100% + 15px);
    margin-left: -7.5px;
  }

  .kknv_qa_con {
    width: 50%;
    margin-bottom: 15px;
  }

  .kknv_qa_con a {
    position: relative;
    padding: 8px 8px 28px;
    transform: none;
    width: calc(100% - 15px);
    margin: auto;
    border: 2px solid #1659b4;
    border-radius: 4px;
  }

  .kknv_qa_con a h3 {
    padding-left: 24px;
    padding-top: 0.45em;
    font-size: 14px;
    line-height: 1.4em;
    background-size: auto 28px;
    min-height: 46px;
  }

  .kknv_qa_con a:after {
    padding-right: 16px;
    right: 8px;
    background-size: 12px;
    font-size: 10px;
  }

  .kknv_qa_con:before {
    display: none;
  }

  #kknv_modal_wrap {
    width: 100%;
    height: auto;
    overflow-y: auto;
    overflow-x: auto;
    padding-right: 0;
  }

  .kknv_modal_con+.kknv_modal_con {
    padding-top: 78px;
  }

  .kknv_modal_con+.kknv_modal_con:before {
    width: 36px;
    height: 36px;
    background-size: 36px;
    left: calc(50% - 18px);
  }

  .kknv_modal_con iframe {
    position: relative;
    width: 100%;
    height: calc((100vw - 80px)*0.55);
  }

  .kknv_title_q {
    flex-direction: column-reverse;
    margin-bottom: 56px;
    padding-top: 10px;
  }

  .kknv_title_q span {
    font-size: 20px;
    padding-left: 32px;
    background-size: auto 36px;
    min-height: 36px;
    margin: 4px 0 10px;
    width: 100%;
  }

  .kknv_title_q img {
    margin: 10px 0 0;
  }

  .kknv_title_a {
    font-size: 20px;
    padding-left: 32px;
    background-size: auto 36px;
    min-height: 36px;
  }

  .kknv_item_link span {
    margin-right: 0;
    width: calc(100% - 90px);
  }

  .kknv_item_link img {
    margin-right: 10px;
    width: 80px;
  }
}