
.miraie-wp-page .topbar{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(6px);
}
.miraie-wp-page .topbar-inner{
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 26px;
  min-height: 94px;
}
.miraie-wp-page .brand{
  display: block;
  width: 108px;
  line-height: 1;
}
.miraie-wp-page .brand img{
  display: block;
  width: 108px;
  height: auto;
  object-fit: contain;
}
.miraie-wp-page .fixed-cta{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  width: 96px;
  min-height: 46px;
  padding: 7px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--green2));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 13px;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 8px 20px rgba(37,160,5,.16);
  opacity: .94;
}
.miraie-wp-page .fixed-cta:hover{ text-decoration: none; }
.miraie-wp-page .footer{
  margin: 0 calc(50% - 50vw);
  padding: 58px max(24px, calc((100vw - 860px) / 2)) 92px;
  background: #e3edf5;
  color: var(--text);
  border-top: 1px solid var(--line);
}
.miraie-wp-page .footer-inner{
  max-width: 760px;
  margin: 0 auto;
}
.miraie-wp-page .footer-brand-block{
  display: grid;
  justify-items: center;
  gap: 18px;
  margin-bottom: 52px;
  text-align: center;
}
.miraie-wp-page .footer-brand{
  display: block;
  width: 188px;
  height: auto;
}
.miraie-wp-page .footer-instagram{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 18px;
  border: 1px solid rgba(79, 91, 102, .42);
  border-radius: 7px;
  color: #4f5b66;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.miraie-wp-page .footer-instagram::before{
  content: "◎";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #7893aa;
  font-size: 17px;
  line-height: 1;
}
.miraie-wp-page .footer-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 72px;
  align-items: start;
}
.miraie-wp-page .footer ul{ list-style: none; margin: 0; padding: 0; }
.miraie-wp-page .footer li{ margin: 0 0 20px; }
.miraie-wp-page .footer a{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  color: #4f5b66;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none;
}
.miraie-wp-page .footer a::before{
  display: none;
}
.miraie-wp-page .footer a::after{
  content: ">";
  color: #9fb1c1;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.miraie-wp-page .footer .footer-instagram{
  width: auto;
  justify-content: center;
  color: #4f5b66;
}
.miraie-wp-page .footer .footer-instagram::before{
  display: inline-flex;
  content: "◎";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #7893aa;
  font-size: 17px;
  line-height: 1;
}
.miraie-wp-page .footer .footer-instagram::after{
  display: none;
}
.miraie-wp-page .footer-bottom{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(105, 146, 182, .24);
  color: #6f7d89;
  font-size: 12px;
  font-weight: 700;
}
.miraie-wp-page .footer-bottom a{
  color: #6f7d89;
  font-size: 12px;
  width: auto;
}
.miraie-wp-page .footer-bottom a::after{ display: none; }
.miraie-wp-page .footer-copyright{
  width: 100%;
  margin-top: 4px;
  text-align: center;
}
@media (min-width: 821px) and (max-width: 1100px){
  .miraie-wp-page .topbar-inner{
    grid-template-columns: auto 1fr;
    gap: 10px 20px;
    padding: 10px 0 12px;
  }
}
@media (max-width: 820px){
  .miraie-wp-page .topbar{
    position: sticky;
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid rgba(200,220,235,.72);
  }
  .miraie-wp-page .topbar-inner{
    width: 100%;
    min-height: 0;
    padding: 10px 16px 12px;
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 10px 12px;
  }
  .miraie-wp-page .brand{
    width: 86px;
    align-self: center;
  }
  .miraie-wp-page .brand img{
    width: 86px;
  }
  .miraie-wp-page .fixed-cta{ width: 96px; min-height: 48px; right: 12px; bottom: 12px; font-size: 12px; }
  .miraie-wp-page .footer{
    padding: 50px 36px 92px;
  }
  .miraie-wp-page .footer-brand-block{
    margin-bottom: 48px;
  }
  .miraie-wp-page .footer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 46px;
  }
  .miraie-wp-page .footer-brand{
    width: 174px;
  }
  .miraie-wp-page .footer li{
    margin-bottom: 18px;
  }
  .miraie-wp-page .footer a{
    font-size: 14px;
  }
  .miraie-wp-page .footer-bottom{
    gap: 14px 22px;
    margin-top: 18px;
  }
}

.miraie-wp-page .header-actions{ display: flex; align-items: center; gap: 10px; }
.miraie-wp-page .instagram-circle, .miraie-wp-page .menu-summary{
  width: 46px;
  height: 46px;
  border: 1px solid rgba(105,146,182,.42);
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-dark);
  box-shadow: 0 8px 18px rgba(55,127,180,.08);
}
.miraie-wp-page .instagram-circle{ font-size: 0; }
.miraie-wp-page .instagram-circle::before{ content: ""; width: 18px; height: 18px; border: 2px solid currentColor; border-radius: 6px; box-shadow: inset 0 0 0 3px #fff; }
.miraie-wp-page .site-menu{ position: relative; }
.miraie-wp-page .site-menu[open] .menu-summary{ background: var(--pale); }
.miraie-wp-page .menu-summary{ list-style: none; cursor: pointer; }
.miraie-wp-page .menu-summary::-webkit-details-marker{ display: none; }
.miraie-wp-page .menu-lines, .miraie-wp-page .menu-lines::before, .miraie-wp-page .menu-lines::after{ display: block; width: 19px; height: 2px; border-radius: 999px; background: var(--blue-dark); }
.miraie-wp-page .menu-lines{ position: relative; }
.miraie-wp-page .menu-lines::before, .miraie-wp-page .menu-lines::after{ content: ""; position: absolute; left: 0; }
.miraie-wp-page .menu-lines::before{ top: -7px; }
.miraie-wp-page .menu-lines::after{ top: 7px; }
.miraie-wp-page .menu-panel{ position: absolute; right: 0; top: 56px; width: min(320px, calc(100vw - 32px)); padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.98); box-shadow: 0 20px 46px rgba(55,127,180,.18); }
.miraie-wp-page .menu-nav{ display: grid; gap: 8px; }
.miraie-wp-page .menu-nav a{ display: flex; justify-content: space-between; align-items: center; min-height: 42px; padding: 8px 12px; border-radius: 8px; color: var(--text); font-size: 14px; }
.miraie-wp-page .menu-nav a.active, .miraie-wp-page .menu-nav a:hover{ background: var(--pale); color: var(--blue-dark); text-decoration: none; }
@media (max-width: 820px){
  .miraie-wp-page .topbar-inner{ display: flex; padding: 0; min-height: 64px; }
  .miraie-wp-page .brand{ margin-bottom: 0; }
  .miraie-wp-page .brand, .miraie-wp-page .brand img{ width: 104px; }
  .miraie-wp-page .instagram-circle, .miraie-wp-page .menu-summary{ width: 42px; height: 42px; }
}


.miraie-wp-page .header-actions{ display: flex; align-items: center; justify-content: flex-end; gap: 10px; margin-left: auto; flex: 0 0 auto; }
.miraie-wp-page .instagram-circle, .miraie-wp-page .menu-summary{
  width: 46px;
  height: 46px;
  min-width: 46px;
  border: 1px solid rgba(105,146,182,.42);
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-dark);
  box-shadow: 0 8px 18px rgba(55,127,180,.08);
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
  -webkit-tap-highlight-color: transparent;
}
.miraie-wp-page .instagram-circle:hover, .miraie-wp-page .menu-summary:hover, .miraie-wp-page .instagram-circle:focus-visible, .miraie-wp-page .menu-summary:focus-visible{ border-color: rgba(55,127,180,.62); background: var(--pale); box-shadow: 0 10px 22px rgba(55,127,180,.14); outline: none; text-decoration: none; }
.miraie-wp-page .instagram-circle:active, .miraie-wp-page .menu-summary:active{ transform: translateY(1px); }
.miraie-wp-page .instagram-circle{ font-size: 0; }
.miraie-wp-page .instagram-circle::before{ content: ""; width: 18px; height: 18px; border: 2px solid currentColor; border-radius: 6px; box-shadow: inset 0 0 0 3px #fff; }
.miraie-wp-page .site-menu{ position: relative; flex: 0 0 auto; }
.miraie-wp-page .site-menu[open] .menu-summary{ background: var(--pale); }
.miraie-wp-page .menu-summary{ list-style: none; cursor: pointer; }
.miraie-wp-page .menu-summary::-webkit-details-marker{ display: none; }
.miraie-wp-page .menu-lines, .miraie-wp-page .menu-lines::before, .miraie-wp-page .menu-lines::after{ display: block; width: 19px; height: 2px; border-radius: 999px; background: var(--blue-dark); }
.miraie-wp-page .menu-lines{ position: relative; }
.miraie-wp-page .menu-lines::before, .miraie-wp-page .menu-lines::after{ content: ""; position: absolute; left: 0; }
.miraie-wp-page .menu-lines::before{ top: -7px; }
.miraie-wp-page .menu-lines::after{ top: 7px; }
.miraie-wp-page .menu-panel{ position: absolute; right: 0; top: 56px; width: min(320px, calc(100vw - 32px)); padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.98); box-shadow: 0 20px 46px rgba(55,127,180,.18); }
.miraie-wp-page .menu-nav{ display: grid; gap: 8px; }
.miraie-wp-page .menu-nav a{ display: flex; justify-content: space-between; align-items: center; min-height: 42px; padding: 8px 12px; border-radius: 8px; color: var(--text); font-size: 14px; }
.miraie-wp-page .menu-nav a.active, .miraie-wp-page .menu-nav a:hover{ background: var(--pale); color: var(--blue-dark); text-decoration: none; }
@media (max-width: 820px){
  .miraie-wp-page .topbar-inner{ display: flex; padding: 0; min-height: 64px; }
  .miraie-wp-page .brand{ margin-bottom: 0; }
  .miraie-wp-page .brand, .miraie-wp-page .brand img{ width: 104px; }
  .miraie-wp-page .header-actions{ margin-left: auto; gap: 8px; }
  .miraie-wp-page .instagram-circle, .miraie-wp-page .menu-summary{ width: 44px; height: 44px; min-width: 44px; }
  .miraie-wp-page .menu-panel{ top: 52px; width: min(330px, calc(100vw - 24px)); }
  .miraie-wp-page .menu-nav a{ min-height: 44px; font-size: 14px; }
}


.miraie-wp-page .topbar{
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(200,220,235,.72);
  backdrop-filter: blur(10px);
}
.miraie-wp-page .topbar-inner{ width: min(1180px, calc(100% - 32px)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.miraie-wp-page .brand{ display: block; width: 116px; line-height: 1; }
.miraie-wp-page .brand img{ display: block; width: 116px; height: auto; }
.miraie-wp-page .header-actions{ display: flex; align-items: center; justify-content: flex-end; gap: 10px; margin-left: auto; flex: 0 0 auto; }
.miraie-wp-page .instagram-circle, .miraie-wp-page .menu-summary{
  width: 46px;
  height: 46px;
  min-width: 46px;
  border: 1px solid rgba(105,146,182,.42);
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(55,127,180,.08);
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
  -webkit-tap-highlight-color: transparent;
}
.miraie-wp-page .instagram-circle{ position: relative; border-color: rgba(170,185,198,.62); background: #f4f7f9; color: #6f808c; font-size: 0; }
.miraie-wp-page .instagram-circle::before{ content: ""; width: 20px; height: 20px; border: 2px solid currentColor; border-radius: 7px; box-sizing: border-box; }
.miraie-wp-page .instagram-circle::after{ content: ""; position: absolute; width: 6px; height: 6px; border: 2px solid currentColor; border-radius: 50%; box-sizing: border-box; }
.miraie-wp-page .menu-summary{ color: var(--blue-dark); }
.miraie-wp-page .instagram-circle:hover, .miraie-wp-page .menu-summary:hover, .miraie-wp-page .instagram-circle:focus-visible, .miraie-wp-page .menu-summary:focus-visible{ border-color: rgba(55,127,180,.62); box-shadow: 0 10px 22px rgba(55,127,180,.14); outline: none; text-decoration: none; }
.miraie-wp-page .menu-summary:hover, .miraie-wp-page .menu-summary:focus-visible{ background: var(--pale); }
.miraie-wp-page .instagram-circle:hover, .miraie-wp-page .instagram-circle:focus-visible{ background: #edf3f7; }
.miraie-wp-page .instagram-circle:active, .miraie-wp-page .menu-summary:active{ transform: translateY(1px); }
.miraie-wp-page .site-menu{ position: relative; flex: 0 0 auto; }
.miraie-wp-page .site-menu[open] .menu-summary{ background: var(--pale); }
.miraie-wp-page .menu-summary{ list-style: none; cursor: pointer; }
.miraie-wp-page .menu-summary::-webkit-details-marker{ display: none; }
.miraie-wp-page .menu-lines, .miraie-wp-page .menu-lines::before, .miraie-wp-page .menu-lines::after{ display: block; width: 19px; height: 2px; border-radius: 999px; background: var(--blue-dark); }
.miraie-wp-page .menu-lines{ position: relative; }
.miraie-wp-page .menu-lines::before, .miraie-wp-page .menu-lines::after{ content: ""; position: absolute; left: 0; }
.miraie-wp-page .menu-lines::before{ top: -7px; }
.miraie-wp-page .menu-lines::after{ top: 7px; }
.miraie-wp-page .menu-panel{ position: absolute; right: 0; top: 56px; width: min(320px, calc(100vw - 32px)); padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.98); box-shadow: 0 20px 46px rgba(55,127,180,.18); }
.miraie-wp-page .menu-nav{ display: grid; gap: 8px; }
.miraie-wp-page .menu-nav a{ display: flex; justify-content: space-between; align-items: center; min-height: 42px; padding: 8px 12px; border-radius: 8px; color: var(--text); font-size: 14px; }
.miraie-wp-page .menu-nav a.active, .miraie-wp-page .menu-nav a:hover{ background: var(--pale); color: var(--blue-dark); text-decoration: none; }
@media (max-width: 820px){
  .miraie-wp-page .topbar-inner{ display: flex; padding: 0; min-height: 64px; }
  .miraie-wp-page .brand{ margin-bottom: 0; }
  .miraie-wp-page .brand, .miraie-wp-page .brand img{ width: 104px; }
  .miraie-wp-page .header-actions{ margin-left: auto; gap: 8px; }
  .miraie-wp-page .instagram-circle, .miraie-wp-page .menu-summary{ width: 44px; height: 44px; min-width: 44px; }
  .miraie-wp-page .menu-panel{ top: 52px; width: min(330px, calc(100vw - 24px)); }
  .miraie-wp-page .menu-nav a{ min-height: 44px; font-size: 14px; }
}


.miraie-wp-page .topbar{
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(200,220,235,.72);
  backdrop-filter: blur(10px);
}
.miraie-wp-page .topbar-inner{ width: min(1180px, calc(100% - 32px)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.miraie-wp-page .brand{ display: block; width: 116px; line-height: 1; }
.miraie-wp-page .brand img{ display: block; width: 116px; height: auto; }
.miraie-wp-page .header-actions{ display: flex; align-items: center; justify-content: flex-end; gap: 10px; margin-left: auto; flex: 0 0 auto; }
.miraie-wp-page .instagram-circle, .miraie-wp-page .menu-summary{
  width: 46px;
  height: 46px;
  min-width: 46px;
  border: 1px solid rgba(105,146,182,.42);
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(55,127,180,.08);
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
  -webkit-tap-highlight-color: transparent;
}
.miraie-wp-page .instagram-circle{ position: relative; border-color: rgba(170,185,198,.62); background: #f4f7f9; color: #6f808c; font-size: 0; }
.miraie-wp-page .instagram-circle::before{ content: ""; width: 20px; height: 20px; border: 2px solid currentColor; border-radius: 7px; box-sizing: border-box; }
.miraie-wp-page .instagram-circle::after{ content: ""; position: absolute; width: 6px; height: 6px; border: 2px solid currentColor; border-radius: 50%; box-sizing: border-box; }
.miraie-wp-page .menu-summary{ color: var(--blue-dark); }
.miraie-wp-page .instagram-circle:hover, .miraie-wp-page .menu-summary:hover, .miraie-wp-page .instagram-circle:focus-visible, .miraie-wp-page .menu-summary:focus-visible{ border-color: rgba(55,127,180,.62); box-shadow: 0 10px 22px rgba(55,127,180,.14); outline: none; text-decoration: none; }
.miraie-wp-page .menu-summary:hover, .miraie-wp-page .menu-summary:focus-visible{ background: var(--pale); }
.miraie-wp-page .instagram-circle:hover, .miraie-wp-page .instagram-circle:focus-visible{ background: #edf3f7; }
.miraie-wp-page .instagram-circle:active, .miraie-wp-page .menu-summary:active{ transform: translateY(1px); }
.miraie-wp-page .site-menu{ position: relative; flex: 0 0 auto; }
.miraie-wp-page .site-menu[open] .menu-summary{ background: var(--pale); }
.miraie-wp-page .menu-summary{ list-style: none; cursor: pointer; }
.miraie-wp-page .menu-summary::-webkit-details-marker{ display: none; }
.miraie-wp-page .menu-lines, .miraie-wp-page .menu-lines::before, .miraie-wp-page .menu-lines::after{ display: block; width: 19px; height: 2px; border-radius: 999px; background: var(--blue-dark); }
.miraie-wp-page .menu-lines{ position: relative; }
.miraie-wp-page .menu-lines::before, .miraie-wp-page .menu-lines::after{ content: ""; position: absolute; left: 0; }
.miraie-wp-page .menu-lines::before{ top: -7px; }
.miraie-wp-page .menu-lines::after{ top: 7px; }
.miraie-wp-page .menu-panel{ position: absolute; right: 0; top: 56px; width: min(320px, calc(100vw - 32px)); padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.98); box-shadow: 0 20px 46px rgba(55,127,180,.18); }
.miraie-wp-page .menu-nav{ display: grid; gap: 8px; }
.miraie-wp-page .menu-nav a{ display: flex; justify-content: space-between; align-items: center; min-height: 42px; padding: 8px 12px; border-radius: 8px; color: var(--text); font-size: 14px; }
.miraie-wp-page .menu-nav a.active, .miraie-wp-page .menu-nav a:hover{ background: var(--pale); color: var(--blue-dark); text-decoration: none; }
@media (max-width: 820px){
  .miraie-wp-page .topbar-inner{ display: flex; padding: 0; min-height: 64px; }
  .miraie-wp-page .brand{ margin-bottom: 0; }
  .miraie-wp-page .brand, .miraie-wp-page .brand img{ width: 104px; }
  .miraie-wp-page .header-actions{ margin-left: auto; gap: 8px; }
  .miraie-wp-page .instagram-circle, .miraie-wp-page .menu-summary{ width: 44px; height: 44px; min-width: 44px; }
  .miraie-wp-page .menu-panel{ top: 52px; width: min(330px, calc(100vw - 24px)); }
  .miraie-wp-page .menu-nav a{ min-height: 44px; font-size: 14px; }
}



/* Delivered LP pages use 1rem = 10px. Limit the root scale to those pages. */
html.miraie-document-course,
html.miraie-document-curriculum,
html.miraie-document-instructor { font-size: 62.5%; }

/* v0.2.4 review candidate: shared LINE consultation card and back-to-top control. */
body.miraie-site .miraie-wp-page .fixed-cta {
  position: fixed;
  right: 20px;
  bottom: 18px;
  z-index: 60;
  width: min(356px, calc(100vw - 40px));
  min-height: 78px;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 20px;
  background: linear-gradient(135deg, var(--green, #25A005), var(--green2, #6DB45A));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(37,160,5,.25);
}
body.miraie-site .miraie-wp-page .fixed-cta:hover,
body.miraie-site .miraie-wp-page .fixed-cta:focus-visible {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(37,160,5,.32);
  outline: 3px solid rgba(55,127,180,.3);
  outline-offset: 3px;
}
body.miraie-site .miraie-wp-page .fixed-cta__icon {
  position: relative;
  flex: 0 0 48px;
  width: 48px;
  height: 42px;
  border-radius: 13px;
  background: #fff;
  color: #269d16;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 900 10px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -.02em;
}
body.miraie-site .miraie-wp-page .fixed-cta__icon::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -5px;
  border-width: 6px 6px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  transform: skewX(-18deg);
}
body.miraie-site .miraie-wp-page .fixed-cta__copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}
body.miraie-site .miraie-wp-page .fixed-cta__eyebrow {
  color: rgba(255,255,255,.9);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}
body.miraie-site .miraie-wp-page .fixed-cta__label {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}
body.miraie-site .miraie-wp-page .back-to-top {
  position: fixed;
  right: 28px;
  bottom: 112px;
  z-index: 59;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(55,127,180,.35);
  border-radius: 50%;
  background: #e7f4ff;
  color: #377fb4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(55,127,180,.16);
}
body.miraie-site .miraie-wp-page .back-to-top:hover,
body.miraie-site .miraie-wp-page .back-to-top:focus-visible {
  color: #2d6f9f;
  background: #d8edfc;
  text-decoration: none;
  outline: 3px solid rgba(55,127,180,.25);
  outline-offset: 3px;
}
@media (max-width: 820px) {
  body.miraie-site .miraie-wp-page .fixed-cta {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    width: auto;
    min-height: 74px;
    padding: 10px 14px;
    border-radius: 18px;
  }
  body.miraie-site .miraie-wp-page .fixed-cta__icon {
    flex-basis: 46px;
    width: 46px;
    height: 40px;
  }
  body.miraie-site .miraie-wp-page .fixed-cta__label { font-size: 14px; }
  body.miraie-site .miraie-wp-page .back-to-top {
    right: 14px;
    bottom: calc(100px + env(safe-area-inset-bottom));
    width: 46px;
    height: 46px;
  }
  body.miraie-site .miraie-wp-page .footer {
    padding-bottom: calc(126px + env(safe-area-inset-bottom));
  }
}

/* v0.2.4 review candidate: shared LINE consultation card and back-to-top control. */
body.miraie-site .miraie-wp-page .fixed-cta {
  position: fixed;
  right: 20px;
  bottom: 18px;
  z-index: 60;
  width: min(356px, calc(100vw - 40px));
  min-height: 78px;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 20px;
  background: linear-gradient(135deg, var(--green, #25A005), var(--green2, #6DB45A));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(37,160,5,.25);
}
body.miraie-site .miraie-wp-page .fixed-cta:hover,
body.miraie-site .miraie-wp-page .fixed-cta:focus-visible {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(37,160,5,.32);
  outline: 3px solid rgba(55,127,180,.3);
  outline-offset: 3px;
}
body.miraie-site .miraie-wp-page .fixed-cta__icon {
  position: relative;
  flex: 0 0 48px;
  width: 48px;
  height: 42px;
  border-radius: 13px;
  background: #fff;
  color: #269d16;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 900 10px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -.02em;
}
body.miraie-site .miraie-wp-page .fixed-cta__icon::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -5px;
  border-width: 6px 6px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  transform: skewX(-18deg);
}
body.miraie-site .miraie-wp-page .fixed-cta__copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}
body.miraie-site .miraie-wp-page .fixed-cta__eyebrow {
  color: rgba(255,255,255,.9);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}
body.miraie-site .miraie-wp-page .fixed-cta__label {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}
body.miraie-site .miraie-wp-page .back-to-top {
  position: fixed;
  right: 28px;
  bottom: 112px;
  z-index: 59;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(55,127,180,.35);
  border-radius: 50%;
  background: #e7f4ff;
  color: #377fb4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(55,127,180,.16);
}
body.miraie-site .miraie-wp-page .back-to-top:hover,
body.miraie-site .miraie-wp-page .back-to-top:focus-visible {
  color: #2d6f9f;
  background: #d8edfc;
  text-decoration: none;
  outline: 3px solid rgba(55,127,180,.25);
  outline-offset: 3px;
}
@media (max-width: 820px) {
  body.miraie-site .miraie-wp-page .fixed-cta {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    width: auto;
    min-height: 74px;
    padding: 10px 14px;
    border-radius: 18px;
  }
  body.miraie-site .miraie-wp-page .fixed-cta__icon {
    flex-basis: 46px;
    width: 46px;
    height: 40px;
  }
  body.miraie-site .miraie-wp-page .fixed-cta__label { font-size: 14px; }
  body.miraie-site .miraie-wp-page .back-to-top {
    right: 14px;
    bottom: calc(100px + env(safe-area-inset-bottom));
    width: 46px;
    height: 46px;
  }
  body.miraie-site .miraie-wp-page .footer {
    padding-bottom: calc(126px + env(safe-area-inset-bottom));
  }
}

/* v0.2.4 final: compact single-action LINE CTA. */
body.miraie-site .miraie-wp-page .fixed-cta {
  width: min(260px, calc(100vw - 40px));
  min-height: 52px;
  padding: 12px 18px;
  border: 1px solid rgba(55,127,180,.34);
  border-radius: 999px;
  background: #e7f4ff;
  color: #377fb4;
  justify-content: center;
  text-align: center;
  box-shadow: 0 8px 20px rgba(55,127,180,.16);
}
body.miraie-site .miraie-wp-page .fixed-cta:hover,
body.miraie-site .miraie-wp-page .fixed-cta:focus-visible { color: #377fb4; box-shadow: 0 10px 24px rgba(55,127,180,.22); }
body.miraie-site .miraie-wp-page .fixed-cta__icon,
body.miraie-site .miraie-wp-page .fixed-cta__copy,
body.miraie-site .miraie-wp-page .fixed-cta__eyebrow { display: none; }
body.miraie-site .miraie-wp-page .fixed-cta__label { color: #377fb4; font-size: 15px; font-weight: 800; }
@media (max-width: 820px) {
  body.miraie-site .miraie-wp-page .fixed-cta { left: 0; right: 0; width: auto; min-height: 54px; padding: 12px 14px; border-radius: 0; }
  body.miraie-site .miraie-wp-page .fixed-cta__label { font-size: 14px; }
}

body.miraie-page-home .miraie-wp-page .clinic__estimate { margin-top: 16px; padding: 14px 16px; border: 1px solid rgba(105,146,182,.28); border-radius: 14px; background: #f7fbff; }
body.miraie-page-home .miraie-wp-page .clinic__estimate-number { margin: 0; color: #377fb4; font-size: clamp(22px, 3vw, 30px); font-weight: 800; line-height: 1.35; }
body.miraie-page-home .miraie-wp-page .clinic__estimate-note { margin: 6px 0 0; color: #6f7d89; font-size: 12px; line-height: 1.7; }
