/*
 * Aya 養育費が届かないときの道しるべ
 * Scoped WordPress styles: 静かな羅針盤 / contemporary editorial civic care.
 */
.aya-guide {
  --aya-paper: #fbf7ed;
  --aya-paper-deep: #f4ead9;
  --aya-ink: #34312b;
  --aya-muted: #70695e;
  --aya-teal: #2a6f6a;
  --aya-teal-deep: #1d5652;
  --aya-teal-pale: #dcece8;
  --aya-line: #e4d9c4;
  --aya-ochre: #bd8a42;
  --aya-shadow: 0 18px 45px rgba(78,63,40,.1);
  --aya-ease: cubic-bezier(.23,1,.32,1);
  color: var(--aya-ink);
  background: var(--aya-paper);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .018em;
  overflow: hidden;
  scroll-behavior: smooth;
}
.aya-guide *, .aya-guide *::before, .aya-guide *::after { box-sizing: border-box; }
.aya-guide a { color: inherit; text-decoration: none; }
.aya-guide button, .aya-guide input { font: inherit; }
.aya-guide button { cursor: pointer; }
.aya-guide img { display: block; max-width: 100%; }
.aya-guide h1, .aya-guide h2, .aya-guide h3, .aya-guide p, .aya-guide blockquote { margin-top: 0; }
.aya-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.aya-eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 12px; color: var(--aya-teal); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.aya-eyebrow::before { content: ""; width: 25px; height: 1px; background: currentColor; }
.aya-guide h1, .aya-guide h2, .aya-guide h3, .aya-guide blockquote { font-family: "Shippori Mincho", serif; font-weight: 600; letter-spacing: -.02em; }
.aya-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform 160ms var(--aya-ease), background 160ms var(--aya-ease), border-color 160ms var(--aya-ease); }
.aya-button:hover { transform: translateY(-2px); }
.aya-button:active { transform: scale(.97); }
.aya-button--primary { color: #fffdf7; background: var(--aya-teal); box-shadow: 0 10px 20px rgba(42,111,106,.18); }
.aya-button--primary:hover { background: var(--aya-teal-deep); }
.aya-button--outline { color: var(--aya-teal-deep); border-color: rgba(42,111,106,.47); background: transparent; }
.aya-button--outline:hover { background: var(--aya-teal-pale); }

/* Header */
.aya-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(228,217,196,.8); background: rgba(251,247,237,.9); backdrop-filter: blur(16px); }
.admin-bar .aya-header { top: 32px; }
.aya-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 22px; }
.aya-brand { display: flex; align-items: center; gap: 11px; min-width: 0; }
.aya-brand img { width: 37px; height: 37px; object-fit: contain; }
.aya-brand span { display: grid; gap: 2px; }
.aya-brand small { color: var(--aya-teal); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.aya-brand strong { color: var(--aya-ink); font-family: "Shippori Mincho", serif; font-size: 16px; line-height: 1.2; }
.aya-header__nav { display: flex; align-items: center; gap: 26px; color: #625c51; font-size: 13px; font-weight: 600; }
.aya-header__nav a:hover { color: var(--aya-teal); }
.aya-button--header { min-height: 45px; padding: 0 16px; color: #fffdf7; background: var(--aya-teal); font-size: 12px; }

/* Hero */
.aya-hero { padding: 72px 0 58px; }
.aya-hero__grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 48px; }
.aya-hero__copy { position: relative; padding: 27px 0 27px 40px; }
.aya-hero__copy::before { content: ""; position: absolute; top: 25px; bottom: 27px; left: 0; width: 1px; background: linear-gradient(to bottom,transparent,var(--aya-teal) 11%,var(--aya-teal) 89%,transparent); }
.aya-hero__copy::after { content: ""; position: absolute; top: 106px; left: -4px; width: 9px; height: 9px; border: 2px solid var(--aya-paper); border-radius: 50%; background: var(--aya-teal); box-shadow: 0 0 0 3px rgba(42,111,106,.15); }
.aya-hero h1 { max-width: 650px; margin-bottom: 17px; font-size: clamp(38px,5vw,74px); line-height: 1.28; }
.aya-hero h1 em { color: var(--aya-teal); font-style: normal; }
.aya-hero__lead { max-width: 545px; margin-bottom: 28px; color: #5d584e; font-size: 15px; line-height: 2; }
.aya-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.aya-hero__note { margin: 19px 0 0; color: #777065; font-size: 12px; }
.aya-hero__visual { position: relative; min-height: 448px; overflow: visible; }
.aya-hero__visual > img:first-child { width: 100%; height: 100%; min-height: 448px; object-fit: cover; border-radius: 38px 38px 8px 38px; box-shadow: var(--aya-shadow); }
.aya-hero__mark { position: absolute; top: -17px; right: -12px; width: 70px; height: 70px; padding: 9px; border-radius: 50%; background: var(--aya-paper); box-shadow: var(--aya-shadow); }
.aya-floating-note { position: absolute; bottom: 25px; left: -26px; width: 250px; padding: 17px 18px; border: 1px solid rgba(228,217,196,.9); border-radius: 4px 17px 17px; background: rgba(255,252,245,.95); box-shadow: var(--aya-shadow); }
.aya-floating-note strong { display: block; margin-bottom: 4px; color: var(--aya-teal-deep); font-size: 12px; }
.aya-floating-note p { margin: 0; color: #5c574e; font-size: 12px; line-height: 1.7; }

/* Shared sections */
.aya-section { padding: 92px 0; }
.aya-section--paper { background: #f5eedf; }
.aya-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.aya-section-head h2 { margin: 0; font-size: clamp(29px,3.8vw,45px); line-height: 1.45; }
.aya-section-head > p { max-width: 360px; margin-bottom: 0; color: var(--aya-muted); font-size: 13px; line-height: 1.9; }
.aya-status-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.aya-status-grid a { display: flex; flex-direction: column; min-height: 250px; padding: 22px; border: 1px solid rgba(228,217,196,.9); border-radius: 20px; background: rgba(255,253,247,.78); transition: transform 180ms var(--aya-ease), box-shadow 180ms var(--aya-ease), border-color 180ms var(--aya-ease); }
.aya-status-grid a:hover { transform: translateY(-5px); border-color: rgba(42,111,106,.5); box-shadow: var(--aya-shadow); }
.aya-status-grid span { display: grid; place-items: center; width: 32px; height: 32px; margin-bottom: auto; border-radius: 50%; color: var(--aya-teal); background: var(--aya-teal-pale); font-size: 11px; font-weight: 700; }
.aya-status-grid h3 { margin: 25px 0 7px; font-size: 19px; line-height: 1.5; }
.aya-status-grid p { margin-bottom: 14px; color: #746d62; font-size: 12px; line-height: 1.75; }
.aya-status-grid b { margin-top: auto; color: var(--aya-teal); font-size: 12px; }

/* Navigator */
.aya-tool__grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 56px; }
.aya-tool__image { min-height: 420px; overflow: hidden; border-radius: 12px 46px 12px; box-shadow: var(--aya-shadow); }
.aya-tool__image img { width: 100%; height: 420px; object-fit: cover; }
.aya-tool__copy h2 { margin-bottom: 16px; font-size: clamp(30px,4vw,48px); line-height: 1.4; }
.aya-tool__copy > p { color: #6a655b; font-size: 14px; line-height: 2; }
.aya-steps { display: grid; gap: 12px; margin: 27px 0 29px; }
.aya-steps p { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: center; margin: 0; color: #554f45; font-size: 13px; }
.aya-steps b { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid var(--aya-teal); border-radius: 50%; color: var(--aya-teal); font-size: 11px; }
.aya-navigator, .aya-result { max-width: 830px; margin-top: 45px; padding: 28px; border: 1px solid var(--aya-line); border-radius: 26px; background: rgba(255,253,247,.85); box-shadow: var(--aya-shadow); }
.aya-progress { display: flex; gap: 6px; margin-bottom: 32px; }
.aya-progress i { display: block; height: 4px; flex: 1; border-radius: 999px; background: #e6ddcc; }
.aya-progress i.is-active { background: var(--aya-teal); }
.aya-question-kicker { margin-bottom: 7px; color: var(--aya-teal); font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.aya-navigator h3, .aya-result h3 { margin-bottom: 22px; font-size: clamp(25px,3vw,34px); line-height: 1.55; }
.aya-choices { display: grid; gap: 10px; }
.aya-choice { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 64px; width: 100%; padding: 14px 18px; border: 1px solid #dfd3bd; border-radius: 14px; color: #4a443a; background: #fffcf6; text-align: left; font-size: 14px; font-weight: 600; transition: transform 160ms var(--aya-ease), background 160ms var(--aya-ease), border-color 160ms var(--aya-ease); }
.aya-choice:hover { transform: translateX(3px); border-color: var(--aya-teal); background: #f4fbf8; }
.aya-navigator__bottom { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 21px; }
.aya-navigator__bottom span { color: #777065; font-size: 11px; }
.aya-link-button { padding: 0; color: #777065; border: 0; background: transparent; font-size: 12px; font-weight: 700; }
.aya-result > p { color: #6d675d; font-size: 13px; line-height: 1.8; }
.aya-result-tasks { display: grid; gap: 10px; margin: 24px 0; }
.aya-result-task { display: grid; grid-template-columns: 29px 1fr; gap: 11px; align-items: center; padding: 14px; border: 1px solid var(--aya-line); border-radius: 13px; background: #fffcf7; }
.aya-result-task b { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: white; background: var(--aya-teal); font-size: 11px; }
.aya-result-task p { margin: 0; color: #514a40; font-size: 13px; line-height: 1.65; }
.aya-result-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.aya-result-links a { min-height: 43px; font-size: 12px; }
.aya-lawyer-card { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 18px; padding: 20px; border: 1px solid rgba(42,111,106,.32); border-radius: 16px 16px 16px 4px; background: linear-gradient(120deg,#eef8f5,#fffdf7); }
.aya-lawyer-card small { display: block; color: var(--aya-teal-deep); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.aya-lawyer-card p { margin: 5px 0 0; color: #464239; font-family: "Shippori Mincho", serif; font-size: 16px; font-weight: 600; line-height: 1.65; }
.aya-lawyer-card a { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; min-height: 43px; padding: 0 15px; border-radius: 999px; color: #fffdf7; background: var(--aya-teal); font-size: 12px; font-weight: 700; }
.aya-lawyer-card a:hover { background: var(--aya-teal-deep); }
.aya-result .aya-reset { display: inline-block; margin-top: 18px; color: #777065; font-size: 12px; font-weight: 700; }

/* Record book */
.aya-record-band { color: #fffdf7; background: #285e5a; }
.aya-record-band .aya-eyebrow { color: #f3cf92; }
.aya-record-band__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; align-items: center; }
.aya-record-band h2 { margin-bottom: 15px; font-size: clamp(29px,4vw,46px); line-height: 1.45; }
.aya-record-band__grid > div > p:not(.aya-eyebrow) { max-width: 550px; color: rgba(255,253,247,.79); font-size: 14px; line-height: 1.95; }
.aya-record-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.aya-record-benefits article { min-height: 145px; padding: 19px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(255,255,255,.1); }
.aya-record-benefits b { display: block; margin-bottom: 9px; font-size: 13px; }
.aya-record-benefits span { display: block; color: rgba(255,253,247,.75); font-size: 11px; line-height: 1.7; }
.aya-record-app { margin-top: 40px; padding: 26px; border-radius: 24px; color: var(--aya-ink); background: rgba(255,253,247,.95); box-shadow: var(--aya-shadow); }
.aya-record-form { display: grid; grid-template-columns: 1.15fr 1fr 1fr 1.35fr auto; gap: 10px; align-items: end; }
.aya-record-form label { display: grid; gap: 7px; color: #665f53; font-size: 11px; font-weight: 700; }
.aya-record-form input { min-height: 43px; width: 100%; padding: 0 12px; border: 1px solid #decfb9; border-radius: 10px; color: #413b32; background: #fffdf8; font-size: 13px; }
.aya-record-form input:focus { border-color: var(--aya-teal); outline: 2px solid rgba(42,111,106,.16); }
.aya-record-form button { min-height: 43px; padding: 0 15px; border: 0; border-radius: 999px; color: white; background: var(--aya-teal); font-size: 12px; font-weight: 700; }
.aya-record-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 24px 0; }
.aya-record-summary article { padding: 16px; border-radius: 15px; background: #f5eddf; }
.aya-record-summary article:last-child { background: var(--aya-teal-pale); }
.aya-record-summary small { display: block; margin-bottom: 6px; color: #7b7367; font-size: 11px; }
.aya-record-summary strong { color: #3d3932; font-family: "Shippori Mincho", serif; font-size: 22px; }
.aya-record-summary article:last-child strong { color: var(--aya-teal-deep); }
.aya-record-actions { margin-bottom: 13px; }
.aya-record-table-wrap { overflow-x: auto; }
.aya-record-table { width: 100%; min-width: 650px; border-collapse: collapse; }
.aya-record-table th { padding: 13px 10px; border-bottom: 1px solid var(--aya-line); color: #766f64; font-size: 11px; font-weight: 700; text-align: left; }
.aya-record-table td { padding: 14px 10px; border-bottom: 1px solid rgba(228,217,196,.68); color: #514b41; font-size: 12px; }
.aya-record-delete { border: 0; color: #9c5048; background: transparent; font-size: 11px; font-weight: 700; }
.aya-record-empty { padding: 30px 0 10px; color: #797165; text-align: center; font-size: 13px; }
.aya-privacy-note { margin: 20px 0 0; padding: 14px; border-radius: 12px; color: #5f625c; background: #edf6f3; font-size: 11px; line-height: 1.7; }

/* Consult, safety, about */
.aya-consult-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.aya-consult-grid article { padding: 30px; border: 1px solid var(--aya-line); border-radius: 22px; background: rgba(255,253,247,.7); }
.aya-consult-grid h3 { margin-bottom: 9px; font-size: 23px; }
.aya-consult-grid p { max-width: 480px; color: var(--aya-muted); font-size: 13px; line-height: 1.9; }
.aya-consult-grid a { color: var(--aya-teal); font-size: 12px; font-weight: 700; }
.aya-safety { display: grid; grid-template-columns: .76fr 1.24fr; min-height: 350px; margin-bottom: 92px; overflow: hidden; border-radius: 32px 32px 9px 32px; background: #eee5d6; box-shadow: var(--aya-shadow); }
.aya-safety > img { width: 100%; height: 100%; min-height: 350px; object-fit: cover; }
.aya-safety > div { padding: 48px 56px; }
.aya-safety h2 { margin-bottom: 15px; font-size: clamp(26px,3.4vw,38px); line-height: 1.45; }
.aya-safety > div > p:not(.aya-eyebrow) { color: #655f54; font-size: 13px; line-height: 1.9; }
.aya-safety > div > div { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.aya-safety a { padding: 10px 13px; border: 1px solid rgba(163,65,54,.26); border-radius: 999px; color: #7d2f28; background: #fff7f5; font-size: 11px; font-weight: 700; }
.aya-section--about { background: linear-gradient(180deg,var(--aya-paper) 0%,#f1e7d7 100%); }
.aya-about { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.aya-about > div:first-child { padding-top: 4px; }
.aya-about > div:first-child img { width: 96px; height: 96px; padding: 20px; border-radius: 50% 50% 50% 9px; background: var(--aya-teal-pale); }
.aya-about > div:first-child p { max-width: 250px; margin-top: 15px; color: #756e64; font-size: 12px; line-height: 1.8; }
.aya-about blockquote { margin: 0; color: #35322d; font-size: clamp(23px,3vw,37px); line-height: 1.7; letter-spacing: .02em; }
.aya-about blockquote em { color: var(--aya-teal); font-style: normal; }
.aya-about > div:last-child > p:last-child { margin: 19px 0 0; color: #756e64; font-size: 12px; }

/* Footer */
.aya-footer { padding: 47px 0 33px; color: #e7e2d7; background: #303a37; }
.aya-footer__grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 38px; padding-bottom: 34px; }
.aya-footer__brand { display: flex; align-items: center; gap: 12px; }
.aya-footer__brand img { width: 40px; height: 40px; filter: brightness(0) invert(1); opacity: .9; }
.aya-footer__brand span { display: grid; gap: 4px; }
.aya-footer__brand b { font-family: "Shippori Mincho", serif; font-size: 15px; }
.aya-footer__brand small { color: rgba(231,226,215,.65); font-size: 11px; }
.aya-footer nav { display: grid; align-content: start; gap: 10px; }
.aya-footer nav a { color: rgba(231,226,215,.82); font-size: 12px; line-height: 1.5; }
.aya-footer nav a:hover { color: white; }
.aya-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(231,226,215,.15); color: rgba(231,226,215,.55); font-size: 10px; line-height: 1.65; }
.aya-footer__bottom p { margin: 0; }

@media (max-width: 980px) {
  .aya-header__nav { gap: 14px; }
  .aya-hero__grid, .aya-tool__grid, .aya-record-band__grid, .aya-about { grid-template-columns: 1fr; }
  .aya-hero__visual { max-width: 720px; width: 92%; margin-left: auto; }
  .aya-status-grid { grid-template-columns: repeat(2,1fr); }
  .aya-record-benefits { max-width: 700px; }
  .aya-safety { grid-template-columns: .85fr 1.15fr; }
  .aya-record-form { grid-template-columns: repeat(2,1fr); }
  .aya-record-form button { grid-column: span 2; }
}
@media (max-width: 700px) {
  .aya-container { width: min(100% - 30px,1180px); }
  .aya-header__inner { min-height: 74px; gap: 8px; }
  .aya-header__nav { display: none; }
  .aya-brand { flex: 1; gap: 7px; }
  .aya-brand img { width: 29px; height: 29px; }
  .aya-brand small { font-size: 8px; }
  .aya-brand strong { display: -webkit-box; overflow: hidden; font-size: 12px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .aya-button--header { flex: 0 0 76px; min-height: 50px; padding: 7px 8px; border-radius: 17px; font-size: 10px; line-height: 1.35; text-align: center; }
  .aya-hero { padding: 36px 0 44px; }
  .aya-hero__copy { padding: 16px 0 16px 25px; }
  .aya-hero__copy::after { top: 71px; }
  .aya-hero h1 { font-size: 38px; }
  .aya-hero__lead { font-size: 13px; }
  .aya-actions { display: grid; }
  .aya-actions .aya-button { width: 100%; }
  .aya-hero__visual { width: 100%; min-height: 312px; margin-top: 12px; }
  .aya-hero__visual > img:first-child { min-height: 312px; border-radius: 26px 26px 6px 26px; }
  .aya-hero__mark { top: -10px; right: -6px; width: 59px; height: 59px; }
  .aya-floating-note { bottom: 15px; left: 15px; width: min(250px,calc(100% - 30px)); }
  .aya-section { padding: 64px 0; }
  .aya-section-head { display: block; margin-bottom: 25px; }
  .aya-section-head > p { margin-top: 13px; font-size: 12px; }
  .aya-status-grid, .aya-consult-grid, .aya-record-benefits { grid-template-columns: 1fr; }
  .aya-status-grid a { min-height: 190px; }
  .aya-tool__grid { gap: 28px; }
  .aya-tool__image, .aya-tool__image img { min-height: 300px; height: 300px; }
  .aya-navigator, .aya-result, .aya-record-app { padding: 18px; border-radius: 19px; }
  .aya-navigator__bottom { align-items: flex-start; flex-direction: column-reverse; }
  .aya-lawyer-card { display: grid; gap: 14px; padding: 17px; }
  .aya-lawyer-card a { width: 100%; }
  .aya-record-form, .aya-record-summary { grid-template-columns: 1fr; }
  .aya-record-form button { grid-column: auto; }
  .aya-safety { grid-template-columns: 1fr; min-height: auto; margin-bottom: 64px; border-radius: 23px 23px 5px 23px; }
  .aya-safety > img { min-height: 210px; height: 210px; }
  .aya-safety > div { padding: 31px 25px; }
  .aya-about { gap: 26px; }
  .aya-section--about { padding: 65px 0; }
  .aya-footer__grid { grid-template-columns: 1fr 1fr; gap: 27px; }
  .aya-footer__grid > div:first-child { grid-column: span 2; }
  .aya-footer__bottom { display: block; }
  .aya-footer__bottom p + p { margin-top: 7px; }
}
@media print {
  .aya-guide .aya-header, .aya-guide .aya-footer, .aya-guide .aya-hero, .aya-guide .aya-status-grid, .aya-guide .aya-tool__grid, .aya-guide .aya-consult-grid, .aya-guide .aya-safety, .aya-guide .aya-section--about, .aya-guide .aya-record-form, .aya-guide .aya-record-benefits, .aya-guide .aya-privacy-note, .aya-guide .aya-record-actions { display: none !important; }
  .aya-guide .aya-record-band { color: #000; background: #fff; }
  .aya-guide .aya-record-app { margin-top: 0; padding: 0; box-shadow: none; }
}

/* Performance: defer below-the-fold paint while preserving scroll space. */
.aya-guide .aya-section--paper,
.aya-guide .aya-tool,
.aya-guide .aya-record-band,
.aya-guide .aya-safety,
.aya-guide .aya-section--about,
.aya-guide .aya-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 760px;
}

/* WordPress theme compatibility: keep teal action buttons readable regardless of global link styles. */
.aya-guide a.aya-button--primary,
.aya-guide a.aya-button--header,
.aya-guide .aya-button--primary,
.aya-guide .aya-button--header,
.aya-guide .aya-lawyer-card > a,
.aya-guide .aya-record-form > button {
  color: #fffdf7 !important;
  -webkit-text-fill-color: #fffdf7;
}
.aya-guide a.aya-button--primary:visited,
.aya-guide a.aya-button--header:visited,
.aya-guide a.aya-button--primary:hover,
.aya-guide a.aya-button--header:hover,
.aya-guide a.aya-button--primary:focus,
.aya-guide a.aya-button--header:focus,
.aya-guide .aya-lawyer-card > a:visited,
.aya-guide .aya-lawyer-card > a:hover,
.aya-guide .aya-lawyer-card > a:focus,
.aya-guide .aya-record-form > button:hover,
.aya-guide .aya-record-form > button:focus {
  color: #fffdf7 !important;
  -webkit-text-fill-color: #fffdf7;
}
.aya-guide a.aya-button--primary *,
.aya-guide a.aya-button--header *,
.aya-guide .aya-lawyer-card > a *,
.aya-guide .aya-record-form > button * {
  color: inherit !important;
  -webkit-text-fill-color: inherit;
}

/* Standalone WordPress page shell: do not inherit the active theme's outer layout. */
body.aya-yg-full-page {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fbf7ed !important;
}
body.aya-yg-full-page > .aya-guide {
  width: 100% !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
}
body.aya-yg-full-page .aya-guide h1,
body.aya-yg-full-page .aya-guide h2,
body.aya-yg-full-page .aya-guide h3,
body.aya-yg-full-page .aya-guide blockquote {
  font-family: "Shippori Mincho", serif !important;
}
body.aya-yg-full-page .aya-guide p,
body.aya-yg-full-page .aya-guide a,
body.aya-yg-full-page .aya-guide button,
body.aya-yg-full-page .aya-guide input {
  font-family: "Noto Sans JP", sans-serif;
}
