@charset "UTF-8";
.kknv_btn01 {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 8px 0;
  box-sizing: border-box;
  border: 3px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 35px;
  line-height: 1.4;
  margin: auto;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
}

.kknv_btn01.kknv_btnCrnt {
  pointer-events: none;
  color: #fff !important;
}

.kknv_btn01.kknv_btnCrnt span:before {
  display: none;
}

.kknv_btn01:before {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  transition: 0.6s all ease;
  opacity: 0.08;
  transform: scale(0);
  border-radius: 35%;
  width: 100%;
  height: 200%;
}

.kknv_btn01:hover {
  text-decoration: none !important;
}

.kknv_btn01:hover:before {
  transform: scale(1.2);
  transition: 0.4s all ease;
}

.kknv_btn01.kknv_btnCl01 {
  border-color: #007940;
  color: #007940;
}

.kknv_btn01.kknv_btnCl01:before {
  background-color: #007940;
}

.kknv_btn01.kknv_btnCl01.kknv_btnCrnt {
  background-color: #007940;
}

.kknv_btn01.kknv_btnCl01.kknv_btnCrnt:before {
  display: none;
}

.kknv_btn01.kknv_btnCl02 {
  border-color: #ff5c24;
  color: #ff5c24;
}

.kknv_btn01.kknv_btnCl02:before {
  background-color: #ff5c24;
}

.kknv_btn01.kknv_btnCl02.kknv_btnCrnt {
  background-color: #ff5c24;
}

.kknv_btn01.kknv_btnCl02.kknv_btnCrnt:before {
  display: none;
}

.kknv_btn01.kknv_btnCl03 {
  border-color: #1659b4;
  color: #1659b4;
}

.kknv_btn01.kknv_btnCl03:before {
  background-color: #1659b4;
}

.kknv_btn01.kknv_btnCl03.kknv_btnCrnt {
  background-color: #1659b4;
}

.kknv_btn01.kknv_btnCl03.kknv_btnCrnt:before {
  display: none;
}

.kknv_btn01 span:before {
  content: "＞";
  display: inline-block;
  margin-right: 0.2em;
  transform: scale(0.6, 0.9);
}

.kknv_btn01.kknv_btn_bnr {
  flex-direction: column;
  padding-top: 0;
}

.kknv_btn01.kknv_btn_bnr img {
  width: 100%;
  margin-bottom: 10px;
}

.kknv_btn01.kknv_btn_bnr.kknv_noBtn span:after {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kknv_btn02 {
  width: 100%;
  height: 90px;
  background-color: #00b3e9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff !important;
  border-radius: 4px;
  transition: 0.3s all ease;
}

.kknv_btn02:hover {
  text-decoration: none !important;
  background-color: #15c8ff;
}

.kknv_btn02:hover span {
  text-decoration: none !important;
}

.kknv_btn02 img {
  margin-right: 20px;
}

.kknv_btn02 span:before {
  content: "＞";
  display: inline-block;
  margin-right: 0.2em;
  transform: scale(0.6, 0.9);
}

.kknv_btn02.kknv_btn_aircleaner img {
  margin-top: -24px;
}

.kknv_btn02.kknv_btn_officeaircon img {
  margin-top: -16px;
}

.kknv_consultation {
  margin: 0 -15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #4c76e2;
}

.kknv_consultation .kknv_bnr_cnst {
  max-width: 960px;
  margin-bottom: 0;
  padding: 20px 0;
}

.kknv_consultation .kknv_bnr_cnst > div:nth-child(1) {
  width: calc(56.25% - 25px);
  margin-right: 24px;
}

.kknv_consultation .kknv_bnr_cnst > div:nth-child(1) p {
  max-width: none;
}

.kknv_consultation .kknv_bnr_cnst > div:nth-child(2) {
  padding: 24px 28px;
  width: 43.75%;
}

.kknv_consultation .kknv_bnr_cnst > div:nth-child(2) p {
  max-width: none;
}

.kknv_consultation .g-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  overflow: visible;
}

.kknv_consultation .g-box > div {
  width: calc((100% - 20px) / 2);
}

.kknv_consultation .g-box > div p:nth-child(1) {
  font-size: 17px;
  color: #fff;
  margin-bottom: 16px;
}

.kknv_consultation .g-box > div h2 img {
  margin-bottom: 20px;
}

.kknv_consultation .g-box > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  width: 100%;
  height: 60px;
  font-size: 20px;
  line-height: 1.2em;
  color: #000;
  font-weight: bold;
  text-align: center;
  transition: 0.3s all ease;
  text-decoration: none !important;
}

.kknv_consultation .g-box > div a:hover {
  background-color: #f0f0f0;
}

.kknv_consultation .g-box > div a span:before {
  content: "＞";
  display: inline-block;
  margin-right: 0.2em;
  transform: scale(0.6, 0.9);
}

.kknv_consultation .g-box > div:nth-child(2) {
  text-align: center;
}

.kknv_consultation .g-box > div:nth-child(2) img {
  margin-top: -12px;
}

.kknv_s_footer {
  margin: 0 -15px;
  background-color: #4d4d4d;
  padding-left: 15px;
  padding-right: 15px;
}

.kknv_s_footer:before {
  display: none;
}

.kknv_footerBtn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  background-color: #00b3e9;
  color: #fff;
  flex-wrap: wrap;
  font-size: 20px;
  border-radius: 4px;
  transition: 0.3s all ease;
}

.kknv_footerBtn01:visited {
  color: #fff;
}

.kknv_footerBtn01 span:before {
  content: "＞";
  display: inline-block;
  margin-right: 0.2em;
  transform: scale(0.6, 0.9);
}

.kknv_footerBtn01:hover {
  text-decoration: none !important;
  background-color: #15c8ff;
}

.kknv_h1 {
  position: relative;
  width: 100%;
  max-width: 1030px;
  margin: auto;
  height: 70px;
  border-radius: 35px;
  border: solid 3px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  padding-left: 35px;
  margin-bottom: 24px;
  margin-top: 56px;
}

.kknv_h1:before {
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  left: 35px;
  top: -34px;
  letter-spacing: 0.01em;
}

.kknv_h1:after {
  top: 50%;
  transform: translateY(-50%);
}

.kknv_h1.kknv_h1_cl00 {
  background: repeating-linear-gradient(-45deg, #ddd 0, #fff 2px, #ddd 4px, #fff 4px);
  color: #222;
  border-color: #4d4d4d;
}
@media (max-width: 480px) {
  .kknv_h1.kknv_h1_cl00 {
    margin-top: 50px;
  }
}

.kknv_h1.kknv_h1_cl00:after {
  content: "";
  position: absolute;
  right: 40px;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/kuukinavi/facility/care/images/icon_h1_admin png");
  background-size: 84px;
  width: 84px;
  height: 84px;
}

.kknv_h1.kknv_h1_cl00:before {
  content: "管理者様向け（ビル・大型施設）";
  color: #222;
}

.kknv_h1.kknv_h1_cl01 {
  background: repeating-linear-gradient(-45deg, #c9e1c6 0, #fff 2px, #c9e1c6 4px, #fff 4px);
  color: #007940;
  border-color: #007940;
}
@media (max-width: 480px) {
  .kknv_h1.kknv_h1_cl01 {
    margin-top: 50px;
  }
}

.kknv_h1.kknv_h1_cl01:after {
  content: "";
  position: absolute;
  right: 40px;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/kuukinavi/home/images/h1_icon012x png");
  background-size: 159px 95px;
  width: 159px;
  height: 95px;
}

.kknv_h1.kknv_h1_cl01:before {
  content: "ご家庭";
  color: #007940;
}

.kknv_h1.kknv_h1_cl02 {
  background: repeating-linear-gradient(-45deg, #f9dfd0 0, #fff 2px, #f9dfd0 4px, #fff 4px);
  color: #ff5c24;
  border-color: #ff5c24;
}
@media (max-width: 480px) {
  .kknv_h1.kknv_h1_cl02 {
    margin-top: 50px;
  }
}

.kknv_h1.kknv_h1_cl02:after {
  content: "";
  position: absolute;
  right: 40px;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/kuukinavi/shop/images/h1_icon012x png");
  background-size: 144px 92px;
  width: 144px;
  height: 92px;
}

.kknv_h1.kknv_h1_cl02:before {
  content: "店舗";
  color: #ff5c24;
}

.kknv_h1.kknv_h1_cl03 {
  background: repeating-linear-gradient(-45deg, #c9d2f0 0, #fff 2px, #c9d2f0 4px, #fff 4px);
  color: #1659b4;
  border-color: #1659b4;
}
@media (max-width: 480px) {
  .kknv_h1.kknv_h1_cl03 {
    margin-top: 50px;
  }
}

.kknv_h1.kknv_h1_cl03:after {
  content: "";
  position: absolute;
  right: 40px;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/kuukinavi/office/images/h1_icon012x png");
  background-size: 158px 94px;
  width: 158px;
  height: 94px;
}

.kknv_h1.kknv_h1_cl03:before {
  content: "オフィス";
  color: #1659b4;
}

.kknv_movieLink a {
  position: relative;
  max-width: 100%;
  display: block;
  margin-bottom: 12px;
  overflow: hidden;
}

.kknv_movieLink a img {
  transition: 0.3s all ease;
}

.kknv_movieLink a:hover img {
  transform: scale(1.06);
}

.kknv_movieLink a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.kknv_movieLink a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/kuukinavi/images/icon_youtube2x png");
  background-size: 70px 49px;
  width: 70px;
  height: 49px;
  z-index: 1;
}

.kknv_movieLink h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}

.kknv_movieLink h3 .kknv_h3Icon_movie {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  background-color: #666;
  height: 22px;
  border-radius: 22px;
  padding: 2px 12px;
}

.kknv_s_nav {
  margin: 0 -15px 0;
  padding-left: 15px;
  padding-right: 15px;
}

.kknv_s_nav:before {
  display: none;
}

.kknv_s_nav.kknv_s_nav_cl01 {
  background: repeating-linear-gradient(-45deg, #c9e1c6 0, #fff 2px, #c9e1c6 4px, #fff 4px);
}

.kknv_s_nav.kknv_s_nav_cl02 {
  background: repeating-linear-gradient(-45deg, #f9dfd0 0, #fff 2px, #f9dfd0 4px, #fff 4px);
}

.kknv_s_nav.kknv_s_nav_cl03 {
  background: repeating-linear-gradient(-45deg, #c9d2f0 0, #fff 2px, #c9d2f0 4px, #fff 4px);
}

.kknv_cnstWrap {
  margin: 0 -15px 50px;
  background-color: #e5f1f8;
}

.kknv_cnst {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kknv_cnst > div:nth-child(1) h2 {
  color: #29a1d8;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px;
}

.kknv_cnst > div:nth-child(1) p {
  color: #29a1d8;
  font-size: 16px;
}

.kknv_cnst > div:nth-child(1) ul {
  display: flex;
  margin-top: 12px;
}

.kknv_cnst > div:nth-child(1) ul li {
  width: calc((100% - 14px) / 2);
}

.kknv_cnst > div:nth-child(1) ul li + li {
  margin-left: 14px;
}

.kknv_cnst > div:nth-child(1) ul li .kknv_cnst_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  width: 100%;
  height: 60px;
  font-size: 14px;
  line-height: 1.2em;
  color: #000;
  font-weight: bold;
  text-align: center;
  transition: 0.3s all ease;
  text-decoration: none !important;
}

.kknv_cnst > div:nth-child(1) ul li .kknv_cnst_btn:hover {
  background-color: #f5f5f5;
}

.kknv_cnst > div:nth-child(1) ul li .kknv_cnst_btn span:before {
  content: "＞";
  display: inline-block;
  margin-right: 0.2em;
  transform: scale(0.6, 0.9);
}

.kknv_cnst > div:nth-child(2) img {
  display: block;
}

.kknv_bnr_cnst {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4c76e2;
  border-radius: 4px;
  padding: 18px;
  flex-wrap: wrap;
}

.kknv_bnr_cnst > div {
  height: 100%;
}

.kknv_bnr_cnst > div:nth-child(1) {
  margin-top: 5px;
  width: calc(58.8744588745% - 19px);
  margin-right: 18px;
  text-align: center;
}

.kknv_bnr_cnst > div:nth-child(1) p {
  max-width: 462px;
  width: 100%;
  display: block;
  margin: auto;
}

.kknv_bnr_cnst > div:nth-child(1) a {
  width: 100%;
  height: 42px;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-weight: bold;
  color: #4c76e2 !important;
  text-decoration: none !important;
  font-size: 18px;
  transition: 0.3s all ease;
}

.kknv_bnr_cnst > div:nth-child(1) a:before {
  content: "＞";
  font-weight: bold;
  margin-right: 0.2em;
  transform: scale(0.6, 0.9);
}

.kknv_bnr_cnst > div:nth-child(1) a:hover {
  opacity: 0.8;
}

.kknv_bnr_cnst > div:nth-child(2) {
  background-color: #7091e8;
  border-radius: 4px;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 41.1255411255%;
}

.kknv_bnr_cnst > div:nth-child(2) p {
  width: 100%;
  max-width: 324px;
  height: 100%;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.kknv_bnr_cnst > div:nth-child(2) p a {
  color: #fff;
}

.kknv_bnr_cnst > div:nth-child(2) p small {
  font-size: 12px;
}

.kknv_bnr_cnst > div:nth-child(2) p + p {
  margin-top: 12px;
}

.kknv_bnr_cnst > div:nth-child(2) img {
  max-width: 100%;
}

.kknv_bnr_cnst > div:nth-child(2) .kknv_bnr_mailBtn {
  width: 100%;
  min-height: 52px;
  padding: 8px;
  background-color: #fff;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #4c76e2 !important;
  text-decoration: none !important;
  transition: 0.3s all ease;
}

.kknv_bnr_cnst > div:nth-child(2) .kknv_bnr_mailBtn i {
  font-size: 24px;
  margin-right: 0.2em;
}

.kknv_bnr_cnst > div:nth-child(2) .kknv_bnr_mailBtn:before {
  content: "＞";
  font-weight: bold;
  margin-right: 0.2em;
  transform: scale(0.6, 0.9);
}

.kknv_bnr_cnst > div:nth-child(2) .kknv_bnr_mailBtn:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.kknv_qa_comingsoon {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .kknv_h1 {
    height: 65px;
    font-size: 16px;
    padding-left: 25px;
    margin-top: 20px;
  }
  .kknv_h1:before {
    top: -26px;
    font-size: 13px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .kknv_h1.kknv_h1_cl00:after {
    background-size: 48px;
    width: 48px;
    height: 48px;
    right: 20px;
  }
  .kknv_h1.kknv_h1_cl01:after {
    background-size: 74px 44px;
    width: 74px;
    height: 44px;
    right: 20px;
  }
  .kknv_h1.kknv_h1_cl02:after {
    background-size: 66px 42px;
    width: 66px;
    height: 42px;
    right: 20px;
  }
  .kknv_h1.kknv_h1_cl03:after {
    background-size: 74px 44px;
    width: 74px;
    height: 44px;
    right: 16px;
  }
  .kknv_cnst > div {
    width: calc(50% - 15px);
  }
  .kknv_cnst > div:nth-child(1) {
    padding: 15px 0 15px 15px;
  }
  .kknv_cnst > div:nth-child(1) ul {
    flex-direction: column;
  }
  .kknv_cnst > div:nth-child(1) ul li {
    width: 100%;
  }
  .kknv_cnst > div:nth-child(1) ul li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .kknv_cnst > div:nth-child(2) img {
    width: 100%;
    height: auto;
  }
  .kknv_btn02 {
    font-size: 16px;
  }
  .kknv_btn02 img {
    margin-right: 10px;
  }
  .kknv_btn02.kknv_btn_roomaircon img {
    width: 120px;
    height: auto;
  }
  .kknv_btn02.kknv_btn_officeaircon img {
    margin-top: 0;
    width: 120px;
    height: auto;
  }
  .kknv_footerBtn01 {
    height: 65px;
    font-size: 18px;
  }
  .kknv_cnst {
    flex-direction: column;
  }
  .kknv_cnst > div {
    width: 100%;
  }
  .kknv_cnst > div:nth-child(1) {
    padding: 15px;
  }
  .kknv_movieLink {
    margin-bottom: 40px;
  }
  .kknv_consultation {
    padding: 0;
  }
  .kknv_consultation .g-box {
    flex-direction: column-reverse;
  }
  .kknv_consultation .g-box > div {
    width: 100%;
  }
  .kknv_consultation .g-box > div:nth-child(1) {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .kknv_consultation .g-box > div:nth-child(1) p:nth-child(1) {
    font-size: 15px;
  }
  .kknv_consultation .g-box > div:nth-child(1) h2 img {
    max-width: 366px !important;
  }
  .kknv_consultation .g-box > div:nth-child(1) a {
    font-size: 18px;
    height: 65px;
  }
  .kknv_consultation .g-box > div:nth-child(2) img {
    max-width: 226px !important;
    margin-top: -50px;
    margin-bottom: -15px;
  }
  .kknv_bnr_cnst {
    padding: 16px;
  }
  .kknv_bnr_cnst > div:nth-child(2) .kknv_bnr_mailBtn {
    min-height: 48px;
    font-size: 16px;
    border-radius: 24px;
  }
  .kknv_bnr_cnst > div:nth-child(2) p {
    font-size: 13px;
  }
  .kknv_consultation .kknv_bnr_cnst {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  .kknv_bnr_cnst {
    margin-bottom: 30px;
  }
  .kknv_bnr_cnst > div:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .kknv_bnr_cnst > div:nth-child(1) a {
    font-size: 14px;
  }
  .kknv_bnr_cnst > div:nth-child(2) {
    width: 100%;
    padding: 14px;
    height: auto;
  }
  .kknv_consultation .kknv_bnr_cnst > div:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
  .kknv_consultation .kknv_bnr_cnst > div:nth-child(2) {
    width: 100%;
    padding: 16px;
  }
}
/*# sourceMappingURL=common.css.map */