.g-btn-cyan::after {
  color: #fff;
}

.em {
  color: #036b40;
}

.contact {
  font-size: 36px;
}
@media screen and (max-width: 480px) {
  .contact {
    font-size: 30px;
  }
}

.g-label-3 {
  font-size: 12px;
}

.g-label-3.contact {
  font-size: 16px;
}

.ip-contact {
  font-size: 22px;
}

.g-ttl-2 img {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .g-ttl-2 img {
    height: auto;
    width: 100%;
  }
}

sup {
  font-size: 12px;
}

.faq {
  display: flex;
  justify-content: space-between;
  place-items: center;
}
@media screen and (max-width: 480px) {
  .faq {
    display: block;
  }
}
.faq h3 {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.bg1 {
  background-color: #e1f3ed;
}

.icon {
  width: 30px;
  vertical-align: middle;
}

.icon2 {
  width: 30px;
}

.icon3 {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.icon3 img {
  display: inline-block;
  margin: 0 5px;
  width: 30px !important;
}

.list_alphabet {
  list-style-type: lower-alpha !important;
  padding-left: 20px;
}
.list_alphabet li {
  margin-bottom: 5px;
}

.sec_tit img {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 767px) {
  .sec_tit img {
    width: 90%;
  }
}

#reform {
  border-top: 1px solid #6fb92c;
}

#kosodate,
#reform {
  padding: 70px 0;
  background-color: #f3fde7;
}
@media screen and (max-width: 959px) {
  #kosodate,
#reform {
    padding: 30px 15px;
  }
}
#kosodate .ac_heading.ac_heading--2 .ac_heading__line,
#reform .ac_heading.ac_heading--2 .ac_heading__line {
  background-color: #77cc00;
}
#kosodate .ac_heading.ac_heading--3,
#reform .ac_heading.ac_heading--3 {
  color: #77cc00;
}
#kosodate .ac_heading.ac_heading--4 .ac_heading__text:after,
#reform .ac_heading.ac_heading--4 .ac_heading__text:after {
  background-color: #77cc00;
}
#kosodate::before,
#reform::before {
  margin: 0;
}
#kosodate .column-color,
#reform .column-color {
  padding: 20px;
  background-color: #e1f3ed;
}
#kosodate h2,
#reform h2 {
  color: #323333;
}
@media (max-width: 512px) {
  #kosodate .table-wrap,
#reform .table-wrap {
    overflow: scroll;
  }
  #kosodate .table-wrap table,
#reform .table-wrap table {
    white-space: nowrap;
  }
}
#kosodate table,
#reform table {
  border-collapse: separate;
  width: 100%;
}
#kosodate table th,
#kosodate table td,
#reform table th,
#reform table td {
  padding: 15px 25px;
}
#kosodate table th,
#reform table th {
  background-color: #cdf292;
  font-size: clamp(12px, 1.6vw, 16px);
  font-weight: bold;
}
#kosodate table th sup,
#reform table th sup {
  font-size: 12px;
}
#kosodate table td,
#reform table td {
  background-color: #fff;
  font-size: clamp(12px, 1.6vw, 16px);
  text-align: center;
}
#kosodate .type,
#reform .type {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
}
#kosodate .ac_box--outline,
#reform .ac_box--outline {
  border: 0;
  border-radius: 10px;
}
#kosodate .ac_button.ac_button--secondary,
#reform .ac_button.ac_button--secondary {
  border-color: #77cc00;
  background-color: #f2f5ee;
}
#kosodate .ac_button.ac_button--secondary:hover,
#reform .ac_button.ac_button--secondary:hover {
  color: #77cc00;
}
#kosodate .ac_button.ac_button--secondary::after,
#reform .ac_button.ac_button--secondary::after {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/jutakushoene/2026/images/ac_icon-arrow-g svg");
  background-color: #77cc00;
}

#kyuto {
  padding: 70px 0;
  background-color: #fffce3;
}
@media screen and (max-width: 959px) {
  #kyuto {
    padding: 30px 15px;
  }
}
#kyuto .ac_button.ac_button--secondary {
  border-color: #fc9534;
  background-color: #fffce3;
}
#kyuto .ac_button.ac_button--secondary:hover {
  color: #fc9534;
}
#kyuto .ac_button.ac_button--secondary::after {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/jutakushoene/2026/images/ac_icon-arrow-b svg");
  background-color: #fc9534;
}
#kyuto::before {
  margin: 0;
}
#kyuto .ac_box--outline {
  border: 0;
  border-radius: 10px;
}
#kyuto .column-color {
  padding: 20px;
  border: 1px solid #fc9534;
  background-color: #fffce3;
}
#kyuto .ac_heading.ac_heading--2 .ac_heading__line {
  background-color: #fc9534;
}
#kyuto .ac_heading.ac_heading--3 {
  color: #fc9534;
}
#kyuto .ac_heading.ac_heading--4 .ac_heading__text:after {
  background-color: #fc9534;
}
#kyuto table {
  border-collapse: separate;
  width: 100%;
}
#kyuto table th,
#kyuto table td {
  padding: 15px 25px;
}
#kyuto table th {
  background-color: #fc9534;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
#kyuto table th sup {
  font-size: 12px;
}
#kyuto table td {
  background-color: #fff;
  font-size: 16px;
}
#kyuto .model table {
  border-collapse: collapse;
}
#kyuto .model table th {
  white-space: nowrap;
  border: 1px solid #fc9534;
}
@media (max-width: 768px) {
  #kyuto .model table th {
    white-space: wrap;
  }
}
#kyuto .model table td {
  padding-top: 15px;
  border: 1px solid #fc9534;
}
#kyuto .model table td .ac_list__item {
  padding-bottom: 0;
}

.flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flex {
    display: block;
  }
}
.flex .kosodate,
.flex .reform,
.flex .kyuto {
  width: 32%;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .flex .kosodate,
.flex .reform,
.flex .kyuto {
    width: 100%;
  }
}
.flex .kosodate h2,
.flex .reform h2,
.flex .kyuto h2 {
  font-size: 22px;
  color: #323333 !important;
}
.flex .kosodate h2 img,
.flex .reform h2 img,
.flex .kyuto h2 img {
  width: 100%;
}
.flex .kosodate a,
.flex .reform a,
.flex .kyuto a {
  display: block;
  padding: 30px 20px 25px;
  text-align: center;
  border-radius: 6px;
}
.flex .kosodate a:hover,
.flex .reform a:hover,
.flex .kyuto a:hover {
  opacity: 0.8;
  transition: 0.2s;
  text-decoration: none;
}
.flex .kosodate a .tit,
.flex .reform a .tit,
.flex .kyuto a .tit {
  display: block;
  margin: 0 auto 15px;
  width: 70%;
}
.flex .kosodate,
.flex .reform {
  position: relative;
  margin-bottom: 20px;
  border: 3px solid #77cc00;
  background-color: #f3fde7;
}
.flex .kosodate a::after,
.flex .reform a::after {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  bottom: -20px;
  background: 0 0 no-repeat url("/-/media/Project/Daikin/ac_daikin_co_jp/jutakushoene/2026/images/icon_arrow_g png");
  background-size: 100% auto;
}
.flex .kosodate a:visited,
.flex .reform a:visited {
  color: #000;
}
.flex .kyuto {
  position: relative;
  margin-bottom: 20px;
  border: 3px solid #fc9534;
  background-color: #fffce3;
}
.flex .kyuto a::after {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  bottom: -20px;
  background: 0 0 no-repeat url("/-/media/Project/Daikin/ac_daikin_co_jp/jutakushoene/2026/images/icon_arrow_b png");
  background-size: 100% auto;
}
.flex .kyuto a:visited {
  color: #000;
}

.floating_nav {
  background-color: #f2f2f2;
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 95px;
  box-shadow: 0px -9px 26px -13px rgba(0, 0, 0, 0.35);
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
}

@media screen and (max-width: 480px) {
  .floating_nav {
    height: 65px;
  }
}
.floating_nav .floating_box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}

.floating_nav .floating_box .img_floating_1 {
  flex-basis: 118px;
}

@media screen and (max-width: 480px) {
  .floating_nav .floating_box .img_floating_1 {
    display: none;
  }
}
.floating_nav .floating_box .img_floating_2 {
  flex-basis: 280px;
}

@media screen and (max-width: 480px) {
  .floating_nav .floating_box .img_floating_2 {
    flex-basis: 46%;
  }
}
.floating_nav .floating_box img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .floating_nav .floating_box .contact_floating_nav {
    flex-basis: 46%;
  }
}
.floating_nav .floating_box .contact_floating_nav a {
  display: block;
  padding: 0.8em 1.5em;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #005803;
  -webkit-animation: bounce 2s ease infinite normal 0s none running;
  animation: bounce 2s ease infinite normal 0s none running;
}

@media screen and (max-width: 480px) {
  .floating_nav .floating_box .contact_floating_nav a {
    font-size: 1em;
    padding: 0.5em 1.5em 0 1.3rem;
  }
}
.floating_nav .floating_box .contact_floating_nav a:hover {
  text-decoration: none !important;
  transition: 0.5s;
  opacity: 0.7;
}

@media screen and (max-width: 480px) {
  .g-pagetop {
    bottom: 83px;
  }
}
@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-3px);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-3px);
  }
}
.g-sticky-banner {
  padding: 0;
}

.g-sticky-banner {
  border-top: none;
  border-right: none;
}

.ip-phone {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ip-phone span {
  display: inline-block;
  padding: 4px 15px;
  margin-right: 8px;
  background-color: #0097e0;
  color: #fff;
}
.ip-phone a {
  font-weight: bold;
  font-size: 22px;
}

.table-flex {
  display: flex;
  gap: 10px;
}
.table-flex .num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 50em;
  width: 25px;
  height: 25px;
}
/*# sourceMappingURL=cms.css.map */