/* ===================================
   株式会社琉繕 追加スタイル
   ロゴカラー: #1aae9e (ティールグリーン)
   =================================== */

/* --- ロゴ横並び --- */
.logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.logo-icon {
  width: auto !important;
  height: 42px !important;
  max-width: none;
}
.logo-text-img {
  width: auto !important;
  height: 18px !important;
  max-width: none;
}
.header__logo {
  width: auto !important;
}
.header-sp__logo .logo-icon {
  height: 36px !important;
}
.header-sp__logo .logo-text-img {
  height: 16px !important;
}

/* --- お問い合わせフォームbox上余白 --- */
.p-contact-sec01 .sub-contact__box {
  margin-top: 3rem;
}
.footer__logo {
  width: auto !important;
}
.footer .logo-icon {
  height: 44px !important;
  filter: brightness(0) invert(1);
}
.footer .logo-text-img {
  height: 18px !important;
  filter: brightness(0) invert(1);
}

/* --- Page Top ボタン丸く --- */
.page-top a {
  background: #1aae9e !important;
  border-radius: 50% !important;
  width: 5rem;
  height: 5rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.page-top .page-top__img {
  margin: 0;
}
.page-top span {
  display: none;
}

/* --- お問い合わせ 2カラム SP対応 --- */
@media screen and (max-width: 768px) {
  .contact-flex {
    grid-template-columns: 1fr !important;
  }
}

/* --- 固定バナー非表示 --- */
.header__banner {
  display: none !important;
}

/* --- SPヘッダー --- */
.header-sp {
  background: rgba(255,255,255,0.97) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: none !important;
}
.header-sp__top {
  height: 6rem !important;
  padding: 0 1.2rem !important;
  border: none !important;
}
/* ハンバーガー */
.hamburger {
  width: 5rem !important;
  height: 5rem !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 0 !important;
}
.hamburger__lineArea {
  width: 2.4rem;
  height: 1.6rem;
  position: relative;
  margin-bottom: 0 !important;
}
.hamburger span {
  background-color: #1aae9e !important;
  height: 2px !important;
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  position: absolute !important;
}
.hamburger__lineTop { top: 0 !important; }
.hamburger__lineCenter { top: 50% !important; transform: translateY(-50%); }
.hamburger__lineBottom { bottom: 0 !important; top: auto !important; }
.open .hamburger__lineTop { top: 1.7vw !important; }
.open .hamburger__lineBottom { top: 1.7vw !important; bottom: auto !important; }

/* --- SP固定ボタン --- */
.sp_cta {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp_cta {
    display: flex !important;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 20;
    height: 60px;
    align-items: center;
    padding: 6px;
    gap: 5px;
  }
  .sp_cta a {
    display: block;
    height: 100%;
    text-align: center;
    width: 50%;
    font-size: 16px;
    padding: 15px 0 10px 14px;
    font-weight: 700;
    color: #fff;
    position: relative;
    border-radius: 7px;
    border: 1px solid;
    background: #1aae9e;
    border-color: #fff;
  }
  .sp_cta a:last-child {
    background: #fccd2a !important;
    color: #333 !important;
    border-color: #fff !important;
  }
  .sp_cta a::before {
    position: absolute;
    content: "";
    background-image: url(../img/common/tel-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 1.2rem;
    left: 1.7rem;
    width: 1.8rem;
    height: 1.8rem;
  }
  .sp_cta a:last-child::before {
    background-image: url(../img/common/mail.svg);
    top: 1rem;
    left: 1.7rem;
    width: 2rem;
    height: 2rem;
    filter: brightness(0);
  }
  .sp_cta a span {
    font-weight: 700;
  }
}

/* --- ヘッダー電話アイコン (SVG直接緑に変更済み) --- */

/* --- 会社概要テーブル下padding調整 --- */
.p-company-sec02__cont {
  padding-bottom: 0 !important;
}
.p-company-sec02 .map {
  padding-bottom: 5rem;
}

/* --- カテゴリボタン active/非active --- */
.category-button {
  background: #fff !important;
  color: #1aae9e !important;
  border: 2px solid #1aae9e !important;
}
.category-button:hover {
  background: #e6f7f5 !important;
  color: #1aae9e !important;
}
.category-button.active {
  background: #1aae9e !important;
  color: #fff !important;
  border-color: #1aae9e !important;
}

/* --- ヘッダーナビ間隔 (ナビ項目6個対応) --- */
.header__list {
  align-items: center !important;
}
.header__list .header__item {
  margin-left: 1.4rem !important;
}
.header__list .header__item .header__link {
  white-space: nowrap;
  line-height: 1.25;
}
.header__list .header__item .header__link.-aircon {
  text-align: center;
  line-height: 1.2;
}
/* 電話番号・営業時間・お問い合わせボタンの改行防止 */
.header__tel,
.header__time,
.header__time span,
.header__time_contents {
  white-space: nowrap;
}
.header__btn.email,
a.header__btn {
  white-space: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header__list .header__item {
    margin-left: 1rem !important;
  }
  .header__list .header__item .header__link {
    font-size: 1.3rem !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .header__list .header__item {
    margin-left: 0.7rem !important;
  }
  .header__list .header__item .header__link {
    font-size: 1.2rem !important;
  }
  .logo-icon {
    height: 36px !important;
  }
  .logo-text-img {
    height: 15px !important;
  }
  .header__btn.email,
  a.header__btn {
    font-size: 1.2rem !important;
    padding-right: 1rem !important;
  }
  .header__tel {
    font-size: 2rem !important;
  }
}

/* --- ヘッダーInstaアイコン (ナビ内に配置) --- */

/* --- フッター色修正 --- */
.footer {
  background: #2a3a2e !important;
  color: #fff !important;
}
.footer .footer-inner {
  color: #fff;
}
.footer__address {
  color: #fff !important;
}
.footer__address span {
  color: #fff !important;
}
.footer__link {
  color: #fff !important;
}
.footer__link:hover {
  color: #1aae9e !important;
}
.footer__link.head {
  color: #1aae9e !important;
  font-weight: 700;
}
.footer__copyright {
  background: #1e2e22 !important;
  color: #fff !important;
}
.footer-sns a img {
  filter: brightness(0) invert(1);
}
.page-top a {
  background: #1aae9e !important;
}

/* --- フッターCONTACTセクション (footer_top) --- */
.footer_top {
  background: #f2faf6 !important;
}
.footer_top .c-heading01 {
  color: #1aae9e !important;
}
.footer_top .c-heading01 span {
  color: rgb(26 174 158) !important;
}
.footer_text {
  color: #555 !important;
}
.footer_flex {
  border-top-color: #ccc !important;
}
@media screen and (max-width: 767px) {
  .footer_flex {
    border-top: none !important;
  }
}
.footer_flex .left,
.footer_flex .right {
  background-color: #fff !important;
}
.footer_flex .tel {
  color: #1aae9e !important;
}
.footer_flex .tel_text .text01,
.footer_flex .tel_text .text02 {
  color: #555 !important;
}
.footer_top .mail {
  background: #1aae9e !important;
  border-color: #1aae9e !important;
  color: #fff !important;
}
.footer_top .mail:hover {
  background: #15998a !important;
}
.footer_top .map iframe {
  border-radius: 8px;
}

/* --- SP CTA (モバイル下固定) --- */
.sp_cta a {
  background: #1aae9e !important;
}
.sp_cta a:nth-child(2) {
  background: #fccd2a !important;
  color: #333 !important;
}
.sp_cta a:nth-child(4) {
  background: #e85d3a !important;
}

/* --- ページカバー --- */
.l-page-cover {
  background-color: #1aae9e !important;
}

/* --- 薄い黄色 → 薄い黄緑に変更 --- */
.sub-bg,
.p-contact-sec01 {
  background-color: #f4fbf7 !important;
}

/* --- MV キャッチコピー --- */
.home-mv__catch {
  text-align: center;
}
.home-mv__catch img {
  max-width: 80%;
  margin: 0 auto;
}

/* --- about section --- */
.about-grid .grid-col02_text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-grid .grid-col02_text {
    text-align: left;
  }
  .about-grid .grid-col02_text span {
    display: block;
    text-align: center;
  }
}
.about .grid-col02_text span {
  color: #1aae9e;
  font-weight: 700;
}

/* --- greeting section --- */
.greeting .grid-col02_text span {
  color: #1aae9e;
}

/* --- guide-detail h2 --- */
.guide-detail .detail h2 {
  color: #1aae9e;
}

/* --- happiness-grid --- */
.happiness-grid-item h3 {
  color: #1aae9e;
}
@media screen and (max-width: 767px) {
  .happiness-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}

/* --- about_ttl span --- */
.about_ttl span {
  color: #1aae9e;
}

/* --- 実績紹介カード --- */
.works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .works-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .works-grid {
    grid-template-columns: 1fr;
  }
}
.works-card {
  display: block;
  background: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}
.works-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}
.works-card__img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.works-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.works-card:hover .works-card__img img {
  transform: scale(1.05);
}
.works-card__body {
  padding: 1.5rem;
}
.works-card__cat {
  display: inline-block;
  background: #1aae9e;
  color: #fff;
  font-size: 1.1rem;
  padding: 0.3rem 1rem;
  border-radius: 3px;
  margin-bottom: 0.8rem;
}
.works-card__title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}

/* --- 実績紹介シングルページ --- */
.works-single__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}
.works-single__cat {
  display: inline-block;
  background: #1aae9e;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.3rem 1.2rem;
  border-radius: 3px;
}
.works-single__content {
  line-height: 2;
  font-size: 1.5rem;
}
.works-single__content img {
  margin: 2rem 0;
  border-radius: 0.5rem;
}

/* --- こんな症状チェックリスト --- */
.trouble-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.trouble-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #f0e0d0;
}
.trouble-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  background: #e85d3a;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  border-radius: 5px;
  margin-top: 0.2rem;
}
.trouble-checklist h5,
.detail_optional .trouble-checklist h5 {
  font-size: 2.0rem !important;
  font-weight: 700 !important;
  color: #d35400 !important;
  background: #fff8e8 !important;
  border: none !important;
  border-left: none !important;
  padding: 0.4rem 1rem !important;
  margin: 0 0 0.5rem 0 !important;
  border-radius: 4px;
  display: inline-block;
}
.trouble-checklist p {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 768px) {
  .trouble-checklist {
    grid-template-columns: 1fr;
  }
}

/* --- ご依頼の流れ (flow07) --- */
.flow07 {
  padding-left: 0;
  margin: 4rem auto 0;
  max-width: 90rem;
}
.flow07 > li {
  list-style-type: none;
  display: flex;
}
.flow07 > li:not(:last-child) {
  margin: 0 0 50px;
}
.flow07 > li .icon07 {
  width: 90px;
  min-width: 90px;
  box-sizing: border-box;
  padding: 20px 10px 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #1aae9e;
  border-radius: 5px 5px 0 0;
  position: relative;
  line-height: 125%;
  margin: 0;
  font-size: 1.4rem;
}
.flow07 > li .icon07 .num {
  display: block;
  font-size: 2.4rem;
}
.flow07 > li .icon07::after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 20px solid #1aae9e;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.flow07 > li .flow07__content {
  display: flex;
  gap: 2rem;
  padding: 0 0 0 30px;
  width: calc(100% - 120px);
}
.flow07 > li .flow07__img {
  width: 20rem;
  min-width: 20rem;
  border-radius: 7px;
  overflow: hidden;
}
.flow07 > li .flow07__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flow07 > li .flow07__text {
  flex: 1;
}
.flow07 > li .flow07__text dt {
  padding: 0 0 8px;
  margin: 0 0 15px;
  font-size: 2rem;
  font-weight: bold;
  color: #1aae9e;
  border-bottom: 4px solid #ddd;
  position: relative;
}
.flow07 > li .flow07__text dt::after {
  content: "";
  width: 20%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #1aae9e;
}
.flow07 > li .flow07__text dd {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2;
  color: #555;
}
@media screen and (max-width: 767px) {
  .flow07 > li .icon07 {
    width: 65px;
    min-width: 65px;
    padding: 12px 5px 8px;
    font-size: 1.1rem;
  }
  .flow07 > li .icon07 .num {
    font-size: 1.8rem;
  }
  .flow07 > li .icon07::after {
    border-left: 32.5px solid transparent;
    border-right: 32.5px solid transparent;
    border-top: 14px solid #1aae9e;
    bottom: -14px;
  }
  .flow07 > li .flow07__content {
    flex-direction: column;
    padding-left: 15px;
    gap: 1rem;
    width: 100%;
  }
  .flow07 > li .flow07__img {
    width: 100%;
    min-width: auto;
    aspect-ratio: 16/9;
  }
  .flow07 > li .flow07__text dt {
    font-size: 1.6rem;
  }
}

/* --- お知らせ詳細 padding --- */
.sub-single__box {
  padding: 6rem 4rem !important;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sub-single__box {
    padding: 4vw 3vw !important;
  }
}

/* --- works/topicsアーカイブ padding --- */
.sub-archive__box {
  padding: 6rem 4rem 10rem !important;
}
@media screen and (max-width: 768px) {
  .sub-archive__box {
    padding: 4vw 3vw 8vw !important;
  }
}

/* --- detail_optional h5 大きく --- */
.detail_optional h5 {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  padding: 12px 15px !important;
  background: #f2faf6 !important;
  border-left: 4px solid #1aae9e;
}

/* --- program__pdf ボタン非表示 (service/painting) --- */
.program__pdf {
  display: none !important;
}

/* --- 3枚横並び画像ギャラリー --- */
.service-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 3rem 0;
}
.service-gallery img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .service-gallery {
    gap: 0.8rem;
  }
}

/* --- 事業内容 link-grid調整（TOP影響なし） --- */
.guide-detail .link-item__body {
  border-color: #1aae9e !important;
}
.guide-detail .link-grid .link-item:nth-child(1),
.guide-detail .link-grid .link-item:nth-child(3) {
  margin-top: 0 !important;
}
.guide-detail .link-grid .link-item {
  margin-top: 0 !important;
}
.guide-detail .program__list {
  margin-bottom: 4rem;
}

/* --- contact LINE調整 --- */
.contact-line-info {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #555;
  /* white-space: nowrap; */
  margin-top: 0.5rem;
  padding: 1rem;
}

/* --- ボタンホバー：テキスト色が背景と同化しないように --- */
.btn.-color:hover {
  color: #333 !important;
}
.btn.-color:hover::after {
  background-color: #fff !important;
}

/* --- wave background → 薄い黄緑 --- */
.wave01::before {
  background: #eef8f2 !important;
}

/* --- SP表示調整 --- */
@media screen and (max-width: 767px) {
  /* 見出し背景英字：SP改行許可 */
  .c-heading01 span {
    font-size: 8vw !important;
    white-space: normal !important;
    line-height: 1.1;
  }

  /* MVキャッチ：SP位置・サイズ調整 */
  .home-mv__text {
    top: 54% !important;
  }
  .home-mv__catch img {
    max-width: 90% !important;
  }

  /* 本文テキスト：SPでは左揃え（中央揃えだと読みにくい） */
  .about_text,
  .aboutBox:nth-child(odd) .about_text,
  .aboutBox:nth-child(even) .about_text {
    text-align: left !important;
  }
  .about_text span {
    text-align: left !important;
  }

  /* 説明文パラグラフ：下層ページのみSP左揃え（インラインstyleで個別に中央指定可） */
  .training .sec03-text02 {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* 施設紹介テキスト：SP中央揃え */
  .facility-sec01 .txt {
    text-align: center;
  }

  /* カテゴリボタン：SP配置・サイズ調整 */
  .category-buttons {
    justify-content: center !important;
    gap: 8px !important;
  }
  .category-button {
    width: auto !important;
    padding: 8px 10px !important;
    font-size: 1.3rem !important;
  }
}

/* ===================================
   エアコンクリーニングページ
   =================================== */
/* #merit セクション — style.css の .guide-detail-inner grid (1fr 1fr) を解除し、
   #merit スコープ限定で独自レイアウトに上書き */
#merit .guide-detail-inner {
  display: block;
  padding: 3rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
  background: #fff;
  border-radius: 14px;
}
#merit .aircon-merit {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 3rem;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
#merit .aircon-merit__img {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#merit .aircon-merit__photo {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  display: block;
  margin: 0;
}
#merit .aircon-merit__body {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#merit .aircon-merit__lead {
  font-size: 2.2rem;
  color: #1aae9e;
  margin: 0 0 1.5rem;
  padding: 0;
  line-height: 1.4;
  font-weight: 700;
}
#merit .aircon-merit__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
#merit .aircon-merit__list li {
  font-size: 1.7rem;
  font-weight: 700;
  padding: 0.8rem 1.2rem;
  background: #f0fbfa;
  border-left: 4px solid #1aae9e;
  border-radius: 4px;
  margin: 0;
  line-height: 1.5;
  list-style: none;
}
#merit .aircon-merit__list li span {
  color: #ffc107;
  margin-right: 0.8rem;
  font-size: 1.8rem;
  display: inline;
}
@media screen and (max-width: 768px) {
  #merit .guide-detail-inner {
    padding: 2rem 1.5rem;
  }
  #merit .aircon-merit {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #merit .aircon-merit__img {
    max-width: 420px;
    margin: 0 auto;
  }
  #merit .aircon-merit__lead {
    font-size: 1.8rem;
    text-align: center;
  }
  #merit .aircon-merit__list li {
    font-size: 1.5rem;
  }
}

/* クリーニング効果 */
.aircon-effect {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0 0 3rem;
}
.aircon-effect li {
  background: #f0fbfa;
  border: 2px solid #1aae9e;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
}
.aircon-effect__icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.aircon-effect__img {
  margin: 0 -1.5rem 1.4rem;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  aspect-ratio: 16 / 9;
}
.aircon-effect__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aircon-effect li:has(.aircon-effect__img) {
  padding-top: 0;
  overflow: hidden;
}
.aircon-effect li h4 {
  color: #1aae9e;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.aircon-effect li p {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.7;
}
.aircon-flyer {
  text-align: center;
  margin-top: 3rem;
}
.aircon-flyer img {
  max-width: 700px;
  width: 100%;
  height: auto;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  border-radius: 8px;
}

/* Before/After */
.aircon-beforeafter {
  text-align: center;
  margin-bottom: 3rem;
  padding: 2.5rem 2rem;
  background: #f0fbfa;
  border-radius: 12px;
}
.aircon-beforeafter__ttl {
  font-size: 2rem;
  color: #1aae9e;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.aircon-beforeafter__compare {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
}
.aircon-beforeafter__item {
  flex: 1 1 0;
  min-width: 0;
}
.aircon-beforeafter__item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.aircon-beforeafter__arrow {
  flex: 0 0 auto;
  color: #1aae9e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aircon-beforeafter__arrow svg {
  width: 3.6rem;
  height: 3.6rem;
}
.aircon-beforeafter__note {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  line-height: 1.7;
}
.aircon-beforeafter__note strong {
  color: #ff5722;
}

/* お掃除機能付きの見分け方 */
.aircon-howto {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.aircon-howto li {
  position: relative;
  background: #fff;
  border: 2px solid #1aae9e;
  border-radius: 12px;
  padding: 3rem 1.5rem 2rem;
}
.aircon-howto__num {
  position: absolute;
  top: -18px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #1aae9e;
  color: #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.aircon-howto__img {
  margin: 0 -1.5rem 1.4rem;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  aspect-ratio: 16 / 9;
}
.aircon-howto__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aircon-howto li:has(.aircon-howto__img) {
  padding-top: 0;
  overflow: hidden;
}
.aircon-howto li:has(.aircon-howto__img) .aircon-howto__num {
  top: 12px;
  left: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  z-index: 2;
}
.aircon-howto li h4 {
  color: #1aae9e;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.aircon-howto li p {
  font-size: 1.4rem;
  line-height: 1.7;
}
.aircon-howto li p strong {
  color: #ff5722;
}
.aircon-howto li:last-child {
  background: #fff8e1;
  border-color: #ff9800;
}
.aircon-howto li:last-child .aircon-howto__num {
  background: #ff9800;
}
.aircon-howto li:last-child h4 {
  color: #ff9800;
}
@media screen and (max-width: 768px) {
  .aircon-effect {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .aircon-beforeafter {
    padding: 2rem 1rem;
  }
  .aircon-beforeafter__ttl {
    font-size: 1.7rem;
  }
  .aircon-beforeafter__compare {
    gap: 0.6rem;
  }
  .aircon-beforeafter__arrow svg {
    width: 2.4rem;
    height: 2.4rem;
  }
  .aircon-howto {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

/* 料金表 */
.aircon-price {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}
.aircon-price__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1.5rem;
  align-items: center;
  background: #f0fbfa;
  border: 2px solid #1aae9e;
  border-radius: 12px;
  padding: 1.5rem;
}
.aircon-price__type {
  font-weight: bold;
  font-size: 1.6rem;
  color: #1aae9e;
  text-align: center;
  line-height: 1.4;
}
.aircon-price__cells {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.aircon-price__cell {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1rem;
  background: #fff;
  border-radius: 8px;
  border: 2px solid transparent;
}
.aircon-price__label {
  background: #1aae9e;
  color: #fff;
  padding: 0.4rem 1rem;
  border-radius: 4px;
  font-size: 1.3rem;
  font-weight: bold;
  flex-shrink: 0;
}
.aircon-price__value {
  font-size: 2.2rem;
  font-weight: 900;
  color: #333;
  line-height: 1;
}
.aircon-price__value .unit {
  font-size: 1.1rem;
  font-weight: normal;
  margin-left: 0.3rem;
}
.aircon-price__cell.-discount {
  border-color: #ff9800;
  background: #fff8e1;
}
.aircon-price__badge {
  position: absolute;
  top: -12px;
  right: 8px;
  background: #ff9800;
  color: #fff;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 1.1rem;
  font-weight: bold;
}
.aircon-price__note {
  text-align: center;
  font-size: 1.3rem;
  color: #666;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .aircon-price__row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .aircon-price__type {
    font-size: 1.8rem;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid #1aae9e;
  }
  .aircon-price__cells {
    grid-template-columns: 1fr;
  }
  .aircon-price__value {
    font-size: 2rem;
    margin-left: auto;
  }
}

/* CTAエリア */
.aircon-cta {
  background: linear-gradient(135deg, #1aae9e, #0f8a7d);
  border-radius: 12px;
  padding: 2.5rem 2rem;
  text-align: center;
  margin-top: 3rem;
  color: #fff;
}
.aircon-cta__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.aircon-cta__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2.5rem;
  align-items: center;
}
.aircon-cta__tel,
.aircon-cta__mail {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.aircon-cta__tel:hover,
.aircon-cta__mail:hover {
  opacity: 0.85;
  color: #fff;
}
.aircon-cta__icon {
  font-size: 2rem;
}
.aircon-cta__btn {
  background: #fff;
  color: #1aae9e;
  padding: 1rem 2.5rem;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.5rem;
  transition: opacity 0.2s;
}
.aircon-cta__btn:hover {
  opacity: 0.85;
  color: #1aae9e;
}
@media screen and (max-width: 768px) {
  .aircon-cta__contents {
    flex-direction: column;
    gap: 1.2rem;
  }
  .aircon-cta__tel,
  .aircon-cta__mail {
    font-size: 1.6rem;
  }
}

/* === 複数台同時割引 訴求パネル === */
.aircon-multi-discount {
  background: linear-gradient(180deg, #c9ecf0 0%, #e8f6f8 100%);
  border-radius: 20px;
  padding: 4rem 3rem;
  margin: 0 0 3rem;
}
.aircon-multi-discount__header {
  text-align: center;
  margin-bottom: 3rem;
}
.aircon-multi-discount__tag {
  display: inline-block;
  background: #1aae9e;
  color: #fff;
  padding: 0.5rem 1.6rem;
  border-radius: 4px;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.aircon-multi-discount__title {
  font-size: 2.4rem;
  color: #1a6ba7;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.aircon-multi-discount__title strong {
  color: #ffe500;
  background: #1a6ba7;
  padding: 0.2rem 1.4rem;
  border-radius: 6px;
  margin: 0 0.4rem;
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 0 rgba(0,0,0,0.15);
}
.aircon-multi-discount__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
.aircon-multi-discount__card {
  background: #fff;
  border-radius: 14px;
  padding: 2.4rem 1.8rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}
.aircon-multi-discount__cat {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  color: #1a6ba7;
  margin: 0 0 1.6rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #1aae9e;
}
.aircon-multi-discount__steps {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.aircon-multi-discount__step {
  background: #f5f9fc;
  border-radius: 10px;
  padding: 1.4rem 1rem;
  text-align: center;
  position: relative;
}
.aircon-multi-discount__step.-discount {
  background: #fff6eb;
  border: 2px solid #ff7a3a;
  padding-top: 2.4rem;
}
.aircon-multi-discount__badge {
  display: inline-block;
  background: #ff4a4a;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.4rem 1.2rem;
  border-radius: 999px;
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.aircon-multi-discount__count {
  display: block;
  font-size: 1.3rem;
  color: #555;
  margin-bottom: 0.6rem;
  line-height: 1.4;
}
.aircon-multi-discount__price {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  color: #e03e2e;
  line-height: 1.2;
}
.aircon-multi-discount__price .unit {
  font-size: 1.3rem;
  color: #555;
  margin-left: 0.2rem;
  font-weight: 400;
}
.aircon-multi-discount__note {
  text-align: center;
  font-size: 1.3rem;
  color: #666;
  margin: 1rem 0 0;
}
@media (max-width: 768px) {
  .aircon-multi-discount {
    padding: 2.4rem 1.4rem;
    border-radius: 14px;
  }
  .aircon-multi-discount__title {
    font-size: 1.8rem;
  }
  .aircon-multi-discount__title strong {
    font-size: 2.2rem;
    display: inline-block;
    margin: 0.4rem 0;
  }
  .aircon-multi-discount__grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .aircon-multi-discount__price {
    font-size: 2.2rem;
  }
}


/* === 料金テーブル（reroom.okinawa 型） === */
.price_table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  color: #000;
  margin-top: 3rem;
}
.price_table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #bbb;
}
.price_table thead {
  border-bottom: 5px solid #1aae9e;
}
.price_table th,
.price_table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
  vertical-align: middle;
  width: 33.3%;
}
.price_table th:last-child,
.price_table td:last-child {
  border: none;
}
.price_table .label_1 {
  color: #1aae9e;
  font-weight: 700;
  background: #f4fbfc;
}
.price_table .label_1 span {
  background: #fff;
  padding: 4px 8px 1px;
  margin-right: 1rem;
  border: 1px solid #1aae9e;
  border-radius: 3px;
}
.price_table .txt {
  text-align: left;
  font-size: .95em;
}
.price_table .price {
  text-align: right;
}
.price_table td.price span {
  font-weight: 700;
  font-size: 2rem;
  color: #e03e2e;
}
@media screen and (max-width: 600px) {
  .price_table {
    border: 0;
    width: 100%;
  }
  .price_table th {
    display: block;
    border-right: none;
    border-bottom: 5px solid #1aae9e;
    padding-bottom: .6em;
    margin-bottom: .6em;
  }
  .price_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .price_table tr {
    display: block;
    margin-bottom: 2em;
  }
  .price_table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .9em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 5em;
    border-right: none;
  }
  .price_table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  .price_table td:last-child {
    border-bottom: 0;
  }
  .page-template-page-aircon #price .price_table th,
  .page-template-page-aircon #price .price_table td {
    width: 100%;
  }
}

/* === #price キャラクター === */
#price .inner {
  position: relative;
}
#price .ac-price-character {
  position: absolute;
  top: -9rem;
  right: 0;
  width: 150px;
  height: auto;
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #price .ac-price-character {
    width: 90px;
    top: -5rem;
    right: 0;
  }
}

/* === 料金テーブル 背景ラッパー === */
.table-scroll {
  width: 100%;
  background: #fff;
  padding: 1rem 0 5rem;
  border-radius: 20px;
}

/* ======================================================
   #merit セクション刷新 (.ac-merit-*)
   ユーザー提示デザイン参考。旧 .aircon-merit* は残置（dead）
   ====================================================== */
#merit .ac-merit-wrapper {
  font-family: inherit;
  background: #f8fafc;
  color: #334155;
  padding: 4rem 1.5rem;
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  border-radius: 14px;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
#merit .ac-merit-container {
  position: relative;
}
#merit .ac-merit-character {
  position: absolute;
  top: -2rem;
  right: 0;
  width: 150px;
  height: auto;
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #merit .ac-merit-character {
    width: 90px;
    top: -1rem;
    right: 0;
  }
}
#merit .ac-merit-wrapper *,
#merit .ac-merit-wrapper *::before,
#merit .ac-merit-wrapper *::after { box-sizing: border-box; }
#merit .ac-merit-wrapper .sp-only { display: none; }

#merit .ac-merit-bg-pattern {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #f0fdfa 0%, #ffffff 100%);
  z-index: 1;
}
#merit .ac-merit-bg-circle1,
#merit .ac-merit-bg-circle2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  z-index: 2;
  pointer-events: none;
}
#merit .ac-merit-bg-circle1 {
  top: -10rem; right: -10rem;
  width: 24rem; height: 24rem;
  background: #99f6e4;
  opacity: 0.6;
}
#merit .ac-merit-bg-circle2 {
  top: 10rem; left: -10rem;
  width: 24rem; height: 24rem;
  background: #ccfbf1;
  opacity: 0.4;
}

#merit .ac-merit-container {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

#merit .ac-merit-header {
  text-align: center;
  margin-bottom: 3rem;
}
#merit .ac-merit-subtitle {
  color: #0e8a7e;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 1.4rem;
  margin: 0 0 0.6rem;
}
#merit .ac-merit-title {
  font-size: 2.4rem;
  font-weight: 900;
  color: #1e293b;
  line-height: 1.3;
  margin: 0 0 2rem;
}
#merit .ac-merit-title-highlight {
  display: block;
  margin-top: 0.5rem;
  font-size: 3.6rem;
  font-weight: 900;
  background: linear-gradient(to right, #0e8a7e, #2dd4bf);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  -webkit-text-stroke: 0.5px currentColor;
}

#merit .ac-merit-ribbon-wrap {
  margin: 0 0 3.5rem;
  display: flex;
  justify-content: center;
}
#merit .ac-merit-ribbon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.4rem 2.8rem;
  background: #ef4444;
  color: #fff;
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 1.4;
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.15);
}
#merit .ac-merit-ribbon::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.4rem solid transparent;
  border-right: 1.4rem solid transparent;
  border-top: 1.4rem solid #ef4444;
}
#merit .ac-merit-ribbon svg { width: 2.4rem; height: 2.4rem; }

#merit .ac-merit-lead {
  color: #475569;
  font-size: 1.5rem;
  line-height: 1.9;
  max-width: auto;
  margin: 0 auto;
  font-weight: 700;
  background: rgba(255,255,255,0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: 1.3rem 1.6rem;
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,0.8);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
}
#merit .ac-merit-lead-hl-yellow {
  background: #fef9c3;
  color: #713f12;
  padding: 0.1rem 0.4rem;
  margin: 0 0.2rem;
  border-radius: 3px;
}
#merit .ac-merit-lead-hl-red {
  background: #fee2e2;
  color: #dc2626;
  padding: 0.1rem 0.4rem;
  margin: 0 0.2rem;
  border-radius: 3px;
}

#merit .ac-merit-card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 20px 50px -12px rgba(0,0,0,0.18);
  border: 1px solid #f1f5f9;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#merit .ac-merit-img-area {
  position: relative;
  width: 100%;
  height: 22rem;
  /* background: #134e4a; */
  overflow: hidden;
}
#merit .ac-merit-img-area img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transition: transform 1s ease;
  display: block;
}
#merit .ac-merit-img-area:hover img { transform: scale(1.08); }
#merit .ac-merit-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(19,78,74,0.9), rgb(152 152 152 / 0%), transparent);
  pointer-events: none;
}
#merit .ac-merit-img-text-wrap {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  padding: 2rem;
}
#merit .ac-merit-img-text {
  background: rgba(255,255,255,0.12);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 1rem 1.2rem;
  border-radius: 0.75rem;
  color: #fff;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
}
#merit .ac-merit-img-text-sub {
  color: #5eead4;
  font-size: 1.2rem;
  margin: 0 0 0.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
}
#merit .ac-merit-img-text-sub svg { width: 1.6rem; height: 1.6rem; }

#merit .ac-merit-list-area {
  width: 100%;
  padding: 2rem 1.5rem;
}
#merit .ac-merit-list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#merit .ac-merit-list-item {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 1rem 1.2rem 1rem 1.4rem;
  border-radius: 1rem;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
  border: 1px solid #f1f5f9;
  position: relative;
  overflow: hidden;
  list-style: none;
  margin: 0;
}
#merit .ac-merit-list-item::before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 4px; height: 100%;
  /* background: #60a5fa; */
  transition: width 0.3s ease;
}
#merit .ac-merit-list-icon {
  flex-shrink: 0;
  width: 3.6rem; height: 3.6rem;
  background: #f0fdfa;
  color: #0e8a7e;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem 0 0.2rem;
}
#merit .ac-merit-list-icon svg { width: 1.9rem; height: 1.9rem; }
#merit .ac-merit-list-text-wrap { flex: 1; min-width: 0; }
#merit .ac-merit-list-label {
  color: #64748b;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.2rem;
  letter-spacing: 0.08em;
}
#merit .ac-merit-list-text {
  color: #1e293b;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
}
#merit .ac-merit-list-text span {
  color: #0e8a7e;
  font-weight: 900;
}

#merit .ac-merit-arrow {
  display: flex;
  justify-content: center;
  margin: 1.4rem 0;
  color: #f87171;
  animation: acMeritBounce 2s infinite;
}
#merit .ac-merit-arrow svg { width: 4rem; height: 4rem; }
@keyframes acMeritBounce {
  0%, 100% { transform: translateY(-20%); animation-timing-function: cubic-bezier(0.8,0,1,1); }
  50% { transform: translateY(0); animation-timing-function: cubic-bezier(0,0,0.2,1); }
}

#merit .ac-merit-final {
  background: linear-gradient(to bottom right, #ef4444, #f97316);
  padding: 4px;
  border-radius: 1rem;
  box-shadow: 0 10px 20px -3px rgba(239,68,68,0.35);
  transition: transform 0.3s ease;
}
#merit .ac-merit-final:hover { transform: scale(1.02); }
#merit .ac-merit-final-inner {
  background: #fff;
  border-radius: 0.8rem;
  padding: 1.4rem;
  display: flex;
  align-items: center;
}
#merit .ac-merit-final-icon {
  flex-shrink: 0;
  width: 5.2rem; height: 5.2rem;
  background: #fee2e2;
  color: #dc2626;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.4rem;
  box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
}
#merit .ac-merit-final-icon svg { width: 2.8rem; height: 2.8rem; }
#merit .ac-merit-final-text-wrap {
  flex: 1;
  min-width: 0;
  text-align: center;
}
#merit .ac-merit-final-label {
  color: #ef4444;
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0 0 0.2rem;
}
#merit .ac-merit-final-text {
  color: #1e293b;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.3;
  margin: 0;
}
#merit .ac-merit-final-text span {
  color: #dc2626;
  background: #fef2f2;
  padding: 0.1rem 0.4rem;
  border-radius: 3px;
}

@media screen and (min-width: 768px) {
  #merit .ac-merit-wrapper { padding: 6rem 2rem; }
  #merit .ac-merit-title { font-size: 3.2rem; }
  #merit .ac-merit-title-highlight { font-size: 5.2rem; margin-top: 1rem; }
  #merit .ac-merit-lead { font-size: 1.7rem; padding: 1.6rem 2rem; }
  #merit .ac-merit-card { flex-direction: row; }
  #merit .ac-merit-img-area { width: 42%; height: auto; min-height: 46rem; }
  #merit .ac-merit-list-area { width: 58%; padding: 3rem; }
  #merit .ac-merit-list-text { font-size: 1.8rem; }
  #merit .ac-merit-final-text { font-size: 2.4rem; }
  #merit .ac-merit-img-text { font-size: 1.8rem; }
}
@media screen and (max-width: 767px) {
  #merit .ac-merit-wrapper .sp-only { display: inline; }
  #merit .ac-merit-ribbon { padding: 1rem 1.6rem; font-size: 1.6rem; gap: 0.4rem; }
  #merit .ac-merit-ribbon::after { border-left-width: 1rem; border-right-width: 1rem; border-top-width: 1rem; }
  #merit .ac-merit-ribbon svg { width: 1.8rem; height: 1.8rem; }
  #merit .ac-merit-title { font-size: 2rem; }
  #merit .ac-merit-title-highlight { font-size: 2.8rem; }
  #merit .ac-merit-lead { font-size: 1.4rem; line-height: 1.8; }
}
