.disp-pc {
  display: block;
}
@media (max-width: 768px) {
  .disp-pc {
    display: none;
  }
}

.disp-sp {
  display: none;
}
@media (max-width: 768px) {
  .disp-sp {
    display: block;
  }
}

img {
  width: 100%;
}

@media (max-width: 768px) {
  .ac_main-visual__image {
    aspect-ratio: 390/390;
  }
}
.ac_main-visual-carousel {
  margin-bottom: 0;
}

.cv-sub {
  padding: 24px 0;
  background: rgb(204, 234, 249);
  background: linear-gradient(120deg, rgb(204, 234, 249) 0%, rgb(0, 151, 224) 66%, rgb(3, 124, 194) 100%);
}
@media (max-width: 768px) {
  .cv-sub {
    margin-bottom: 0;
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .cv-sub .ac_cv-tel--in-content .ac_cv-tel__inner {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .cv-sub .ac_cv-tel--in-content .ac_cv-tel__text {
    font-size: 28px;
  }
}
.cv-sub .ac_cv-tel--in-content .ac_cv-tel__inner > div > .ac_text,
.cv-sub .ac_cv-tel .ac_cv-tel__title-head,
.cv-sub .ac_text .ac_text--no-margin,
.cv-sub .ac_cv-tel__title-head,
.cv-sub .ac_text {
  color: #fff;
}
@media (max-width: 768px) {
  .cv-sub .ac_cv-tel--in-content .ac_cv-tel__inner > div > .ac_text,
.cv-sub .ac_cv-tel .ac_cv-tel__title-head,
.cv-sub .ac_text .ac_text--no-margin,
.cv-sub .ac_cv-tel__title-head,
.cv-sub .ac_text {
    color: #000;
  }
}
.cv-sub .ac_cv-tel__text {
  color: #fff;
}
@media (max-width: 768px) {
  .cv-sub .ac_cv-tel__text {
    color: #0097E0;
  }
}
.cv-sub .ac_cv-area-in-content__tel a {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .cv-sub .ac_cv-area-in-content__tel a {
    display: block;
    width: 100%;
    padding: 16px;
    border: 1px solid #0097E0;
    border-radius: 6px;
    background: right 16px center no-repeat url("/-/media/Project/Daikin/ac_daikin_co_jp/ac_common/images/ac_icon-arrow-s svg") #fff;
    background-size: 24px auto;
  }
}
.cv-sub .ac_cv-tel__tit {
  display: none;
}
@media (max-width: 768px) {
  .cv-sub .ac_cv-tel__tit {
    display: block;
    font-weight: bold;
  }
}
.cv-sub .ac_cv-tel__title-head {
  display: block;
  align-items: center;
  margin: 8px 0 0 0;
  font-size: clamp(14px, 1.31vw, 18px);
}
@media (max-width: 768px) {
  .cv-sub .ac_cv-tel__title-head {
    display: none;
  }
}
.cv-sub .ac_cv-tel__title-head p {
  text-align: right;
}
@media (max-width: 768px) {
  .cv-sub .ac_cv-tel__title-head p {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .cv-sub .ac_text.ac_text--gray-60.ac_utils-align-center {
    margin-bottom: 0 !important;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .cv-sub .ac_cv-tel__sp-annotation {
    margin-top: 0;
  }
}
.cv-sub .ac_cv-tel__circle {
  color: #0097E0 !important;
}
@media (max-width: 768px) {
  .cv-sub .ac_cv-tel__circle {
    font-size: 12px;
    padding-top: 6px;
    margin-top: 0;
  }
}
.cv-sub .ac_text.ac_text--no-margin {
  font-size: 14px;
}
@media (min-width: 1181px) {
  .cv-sub .ac_cv-area-in-content__body > * {
    width: 48%;
  }
}

@media (max-width: 768px) {
  #anq_list {
    margin-bottom: 0;
  }
}
#anq_list .ac_anchor-button-list {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  #anq_list .ac_anchor-button-list {
    margin-bottom: 0;
    gap: 0;
  }
}
#anq_list .ac_anchor-button-list .ac_anchor-button {
  width: calc(33.33333% - 7px);
}
@media (max-width: 768px) {
  #anq_list .ac_anchor-button-list .ac_anchor-button {
    width: 50%;
  }
}

.caution {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .caution {
    margin-bottom: 0;
  }
}

.trouble {
  text-align: center;
}
@media (max-width: 768px) {
  .trouble {
    display: flex;
    justify-content: space-between;
  }
  .trouble .order1 {
    order: 1;
  }
  .trouble .order2 {
    order: 2;
  }
}
.trouble picture {
  width: 100%;
  max-width: 138px;
}
@media (max-width: 768px) {
  .trouble picture {
    width: 25%;
  }
}
.trouble img {
  width: 50%;
  margin-bottom: 0;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .trouble img {
    width: 100%;
  }
}
.trouble p {
  position: relative;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: clamp(14px, 1.31vw, 18px);
}
@media (max-width: 768px) {
  .trouble p {
    padding: 19px;
    text-align: left;
    width: 70%;
  }
}
.trouble p.line3 {
  padding: 9px;
}
@media (max-width: 768px) {
  .trouble p.line3 {
    padding: 9px 19px;
  }
}
.trouble p::after {
  display: block;
  position: absolute;
  content: "";
  right: 10%;
  top: -10px;
  width: 16px;
  height: 12px;
  background: 0 0 no-repeat url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/images/202412/tail svg");
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .trouble p.order1::after {
    top: auto;
    right: -16px;
    bottom: 16px;
    transform: scale(1, -1);
  }
  .trouble p.order2::after {
    top: auto;
    left: -16px;
    bottom: 16px;
    transform: scale(-1, -1);
  }
}

.icon_arrow {
  display: block;
  margin: 28px auto 18px;
  width: 40px;
}
@media (max-width: 768px) {
  .icon_arrow {
    width: 32px;
  }
}

.orient {
  font-size: 28px;
  color: #0097E0;
  text-align: center;
  font-weight: bold;
  font-size: clamp(22px, 2.05vw, 28px);
}

.text-sub {
  font-size: clamp(16px, 1.64vw, 20px);
}

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

.reason-wrap {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .reason-wrap {
    width: 100%;
  }
}
.reason-wrap .reason-inner {
  width: 50%;
}
@media (max-width: 768px) {
  .reason-wrap .reason-inner {
    width: 100%;
  }
}
.reason-wrap .reason-inner.inner_body {
  padding: 48px 0 48px 60px;
  background-color: #eaf8fd;
}
@media (max-width: 768px) {
  .reason-wrap .reason-inner.inner_body {
    order: 1;
    padding: 24px 0 24px 16px;
  }
}
.reason-wrap .reason-inner.inner_body .reason-num {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reason-wrap .reason-inner.inner_body .reason-num .ac_text--primary {
  width: 100%;
  background: linear-gradient(0deg, rgb(234, 248, 253) 52%, rgb(0, 151, 224) 55%, rgb(234, 248, 253) 55%);
}
.reason-wrap .reason-inner.inner_body .reason-num .ac_text--primary span {
  padding-right: 10px;
  display: inline-block;
  background-color: #eaf8fd;
}
.reason-wrap .reason-inner.inner_body .reason-num .ac_text--primary .num {
  display: inline-block;
  font-size: 40px;
  vertical-align: middle;
  font-size: clamp(36px, 3.28vw, 40px);
}
.reason-wrap .reason-inner.inner_body .ac_heading--3,
.reason-wrap .reason-inner.inner_body .ex {
  padding: 0 60px 0 0;
}
@media (max-width: 768px) {
  .reason-wrap .reason-inner.inner_body .ac_heading--3,
.reason-wrap .reason-inner.inner_body .ex {
    padding: 0 16px 0 0;
  }
}
@media (max-width: 768px) {
  .reason-wrap .reason-inner.inner_pic {
    order: 2;
  }
}
.reason-wrap .reason-inner.inner_pic img {
  vertical-align: bottom;
  width: 100%;
}
@media (max-width: 1160px) {
  .reason-wrap .reason-inner.inner_pic img {
    width: 100%;
    height: 413px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 791px) {
  .reason-wrap .reason-inner.inner_pic img {
    width: 100%;
    height: 437px;
  }
}
@media (max-width: 768px) {
  .reason-wrap .reason-inner.inner_pic img {
    height: auto;
  }
}

#flow h3 {
  text-align: center;
  font-size: clamp(14px, 1.23vw, 16px);
  color: #0097E0;
}
#flow h3 span {
  display: inline-block;
  padding-bottom: 6px;
  font-weight: bold;
  font-size: clamp(34px, 2.96vw, 38px);
  line-height: 1;
  border-bottom: 1px solid #d5dfe4;
}
#flow .inner {
  background-color: #fff;
}
#flow .inner h4 {
  font-size: clamp(16px, 1.39vw, 18px);
  font-weight: bold;
}
#flow a {
  color: #0097E0;
}
#flow .item {
  padding: 24px;
}
@media (max-width: 768px) {
  #flow .item {
    padding: 16px;
  }
}

#info {
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  #info {
    margin-bottom: 180px;
  }
}

#cnt-cv {
  position: relative;
  padding-top: 250px;
}

#cnt-cv-inner {
  position: absolute;
  top: -300px;
  padding: 40px 0;
  width: 100%;
  max-width: 1216px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  #cnt-cv-inner {
    top: -400px;
    margin-top: -20px;
    padding: 32px 16px;
  }
}
#cnt-cv-inner .ac_cv-area-in-content__body > * {
  width: 43%;
}
@media (max-width: 768px) {
  #cnt-cv-inner .ac_cv-area-in-content__body > * {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #cnt-cv-inner a.ac_cv-tel {
    display: block;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #0097E0;
    background-size: 24px auto;
  }
}
@media (max-width: 768px) {
  #cnt-cv-inner .ac_cv-tel__text {
    font-size: 28px;
  }
}
#cnt-cv-inner h3 {
  position: relative;
}
#cnt-cv-inner h3::before, #cnt-cv-inner h3::after {
  position: absolute;
  top: 0;
  height: 1.8rem;
  content: "";
}
@media (max-width: 768px) {
  #cnt-cv-inner h3::before, #cnt-cv-inner h3::after {
    top: 0.1;
    height: 3.8rem;
  }
}
#cnt-cv-inner h3::before {
  border-left: solid 2px #A2AFB6;
  left: calc(50% - 220px);
  transform: rotate(-20deg);
}
@media (max-width: 768px) {
  #cnt-cv-inner h3::before {
    left: calc(50% - 144px);
  }
}
#cnt-cv-inner h3::after {
  border-right: solid 2px #A2AFB6;
  right: calc(50% - 220px);
  transform: rotate(20deg);
}
@media (max-width: 768px) {
  #cnt-cv-inner h3::after {
    right: calc(50% - 144px);
  }
}
#cnt-cv-inner .ac_cv-tel__title-head {
  display: block;
}
@media (max-width: 768px) {
  #cnt-cv-inner .ac_cv-tel__title-head {
    display: none;
  }
}
#cnt-cv-inner .ac_cv-tel__tit {
  display: none;
}
@media (max-width: 768px) {
  #cnt-cv-inner .ac_cv-tel__tit {
    display: block;
    font-weight: bold;
  }
}
#cnt-cv-inner .ac_cv-tel__circle {
  margin-top: 0 !important;
  background-color: #eaf8fd;
}
@media (max-width: 768px) {
  #cnt-cv-inner .ac_cv-tel__circle {
    padding: 4px;
    background-color: #f0f4f7 !important;
  }
}
@media (max-width: 768px) {
  #cnt-cv-inner .ac_cv-tel__inner {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  #cnt-cv-inner .ac_cv-tel__sp-annotation {
    margin-top: 0;
  }
  #cnt-cv-inner .ac_cv-tel__sp-annotation .ac_text {
    margin-bottom: 0;
    font-size: 12px;
    text-align: center;
  }
}

.ac_cv-tel__circle {
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  .ac_cv-tel__circle {
    padding: 4px;
    background-color: #f0f4f7 !important;
  }
}

#subsidy h3 {
  font-weight: bold;
  text-align: center;
  font-size: clamp(18px, 1.5625vw, 20px);
}

#case .detail-wrap {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  #case .detail-wrap {
    margin-bottom: 24px;
  }
}
#case .detail-wrap .detail-inner {
  padding: 16px 24px;
}
#case .detail-wrap .detail-inner .product {
  display: flex;
  justify-content: space-between;
}
#case .detail-wrap .detail-inner .product h3 {
  font-weight: bold;
  color: #0097E0;
  font-size: clamp(16px, 1.39vw, 18px);
}
#case .detail-wrap .detail-inner .product img {
  max-width: 108px;
}
#case .detail-wrap .link-box {
  display: flex;
  border-top: 1px solid #D5DFE4;
}
#case .detail-wrap .link-box a {
  display: block;
  position: relative;
  padding: 16px 32px 16px 12px;
  width: 50%;
  text-align: center;
  font-size: clamp(14px, 1.23vw, 16px);
}
#case .detail-wrap .link-box a:first-child {
  border-right: 1px solid #D5DFE4;
}
#case .detail-wrap .link-box a:hover {
  background-color: #f0f4f7;
  transition: 0.2s;
}
#case .detail-wrap .link-box a::after {
  position: absolute;
  content: "";
  -webkit-mask-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/ac_common/images/ac_icon-arrow-s svg");
  mask-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/ac_common/images/ac_icon-arrow-s svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 20px;
  aspect-ratio: 1;
  width: 48px;
  transform: translateY(-50%);
  mask-size: 20px;
  transition: var(--ac-hover-transition);
  background-color: var(--ac-primary);
  right: 0;
  top: 50%;
}
#case .detail-wrap .link-box a.single {
  width: 100%;
}
#case .detail-wrap .link-box a.single:first-child {
  border-right: 0;
}

#bottom-cv {
  margin-bottom: 0;
  background-color: #f0f4f7;
}
#bottom-cv .ac_cv-tel {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
@media (max-width: 768px) {
  #bottom-cv .ac_cv-tel {
    display: block;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #0097E0;
    background: right 16px center no-repeat url("/-/media/Project/Daikin/ac_daikin_co_jp/ac_common/images/ac_icon-arrow-s svg") #fff;
    background-size: 24px auto;
  }
}
#bottom-cv .ac_cv-tel__tit {
  display: none;
}
@media (max-width: 768px) {
  #bottom-cv .ac_cv-tel__tit {
    display: block;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  #bottom-cv .ac_cv-tel__inner {
    justify-content: flex-start;
  }
}
#bottom-cv .ac_cv-tel__title-head {
  margin: 0 auto;
}
@media (max-width: 768px) {
  #bottom-cv .ac_cv-tel__title-head {
    display: none;
  }
}
#bottom-cv .ac_cv-tel__circle {
  padding-top: 8px;
  background-color: #fff;
  margin-left: 0;
}
@media (max-width: 768px) {
  #bottom-cv .ac_cv-tel__circle {
    padding: 6px;
    background-color: #f0f4f7;
  }
}
@media (max-width: 768px) {
  #bottom-cv .ac_cv-tel__sp-annotation {
    margin-top: 0;
  }
  #bottom-cv .ac_cv-tel__sp-annotation .ac_text {
    margin-bottom: 0;
    font-size: 12px;
    text-align: center;
  }
}
#bottom-cv .ac_column.etc {
  row-gap: 8px;
}
#bottom-cv .ac_column.etc .ac_linkbutton__texts .ac_linkbutton__label {
  font-size: clamp(14px, 1.23vw, 16px);
}

.g-hr {
  border-bottom: 1px solid #d5dfe4;
}
/*# sourceMappingURL=top_rn_3.css.map */