@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap');
:root{--bg:#f3f1eb;--paper:#fff;--ink:#252d2b;--muted:#69726f;--brand:#418D98;--dark:#24474b;--line:#e3dfd5;--line2:#d7e4e5;--soft:#faf9f4;--shadow:0 8px 20px rgba(31,38,37,.045)}
body.ask-sanpai-plugin{margin:0;background:var(--bg);color:var(--ink);font-family:"Noto Sans JP",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.75}body.ask-sanpai-plugin *{box-sizing:border-box}body.ask-sanpai-plugin a{text-decoration:none;color:inherit}body.ask-sanpai-plugin img{max-width:100%;display:block}.asc-container{width:min(1180px,calc(100% - 44px));margin:auto}.asc-header{position:sticky;top:0;z-index:50;background:rgba(243,241,235,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(215,228,229,.85)}.asc-header-inner{width:min(1180px,calc(100% - 44px));margin:auto;display:flex;align-items:center;justify-content:space-between;height:74px;gap:24px}.asc-brand img{width:154px}.asc-nav{display:flex;gap:24px;font-size:14px;font-weight:800;color:#394543}.asc-nav a:hover{color:var(--brand)}.asc-ask-btn,.asc-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--brand);color:#fff!important;border-radius:999px;padding:10px 18px;font-size:14px;font-weight:900;border:0;cursor:pointer;box-shadow:0 6px 14px rgba(65,141,152,.18)}.asc-section{padding:58px 0}.asc-soft{background:#faf9f4;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.asc-hero{background:linear-gradient(180deg,#fbfaf6 0%,var(--bg) 100%);padding:64px 0 58px;border-bottom:1px solid var(--line)}.asc-hero-grid{display:grid;grid-template-columns:1fr 330px;gap:38px;align-items:center}.asc-hero h1,.asc-page-hero h1{margin:0;color:var(--dark);font-size:38px;line-height:1.35;letter-spacing:.01em}.asc-hero p,.asc-lead{color:#52615e}.asc-kicker{margin:0 0 10px;color:var(--brand);font-weight:900;font-size:13px;letter-spacing:.06em}.asc-hero-note{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;color:#44514e;font-weight:800;box-shadow:var(--shadow)}.asc-search{display:flex;gap:8px;margin-top:24px;background:#fff;border:2px solid var(--brand);border-radius:999px;padding:6px}.asc-search input{flex:1;border:0;padding:12px 16px;background:transparent;font:inherit}.asc-search button{border:0;background:var(--brand);color:#fff;border-radius:999px;padding:0 18px;font-weight:900}.asc-feature-circles{background:#d8eef3;padding:42px 0 44px}.asc-circle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;justify-items:center}.asc-circle{width:252px;height:252px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:28px}.asc-circle.c1{background:#26aeca}.asc-circle.c2{background:#3f7ed0}.asc-circle.c3{background:#1f3476}.asc-circle span{font-size:14px;font-weight:900}.asc-circle strong{font-size:22px;line-height:1.45;margin-top:8px}.asc-page-hero{background:linear-gradient(180deg,#fbfaf6 0%,var(--bg) 100%);border-bottom:1px solid var(--line);padding:48px 0 38px}.asc-section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:0 0 18px}.asc-section-title h2{margin:0;color:var(--dark);font-size:24px}.asc-section-title a,.asc-section-title span{color:var(--brand);font-size:13px;font-weight:900}.asc-list{display:grid;gap:12px}.asc-qcard{display:grid;grid-template-columns:130px 1fr;gap:16px;padding:14px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.asc-qcard img{width:130px;height:96px;object-fit:cover;border-radius:14px;background:#eee}.asc-qcard h3{margin:0 0 5px;color:var(--ink);font-size:17px;line-height:1.55}.asc-qcard p{margin:0 0 8px;color:#56605d;font-size:13px;line-height:1.65}.asc-tags{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 8px}.asc-tag{display:inline-flex;align-items:center;border:1px solid #d9e6e7;background:#f7fbfb;color:var(--dark);font-size:12px;font-weight:900;border-radius:999px;padding:5px 10px}.asc-tag.asc-status{background:var(--brand);border-color:var(--brand);color:#fff}.asc-meta{display:flex;flex-wrap:wrap;gap:10px;color:#7a8582;font-size:12px;font-weight:700}.asc-photo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.asc-photo-grid img{height:140px;width:100%;object-fit:cover;border-radius:16px;border:1px solid var(--line)}.asc-team-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.asc-team{background:#fff;border:1px solid var(--line);border-radius:18px;text-align:center;padding:18px;box-shadow:var(--shadow)}.asc-team img{width:86px;height:86px;margin:0 auto 10px;border-radius:50%;object-fit:cover}.asc-team h3{margin:0 0 4px;color:var(--dark);font-size:16px}.asc-team p{margin:0;color:var(--muted);font-size:12px}.asc-card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)}.asc-panel{padding:26px}.asc-two-col{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:28px;align-items:start}.asc-two-col h2{color:var(--dark);font-size:24px;margin:30px 0 12px}.asc-two-col h2:first-child{margin-top:0}.asc-image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.asc-image-grid img{height:154px;width:100%;object-fit:cover;border-radius:16px;border:1px solid var(--line)}.asc-note{background:#f7fbfb;border:1px solid var(--line2);border-radius:18px;padding:18px;color:#394543}.asc-conditions{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.asc-conditions div{background:#fbfaf6;border:1px solid var(--line);border-radius:16px;padding:13px}.asc-conditions b{display:block;font-size:12px;color:var(--muted);margin-bottom:3px}.asc-conditions span{font-weight:800;color:#35413f}.asc-answer-head{display:flex;gap:14px;align-items:center;margin-bottom:14px}.asc-answer-head img{width:58px;height:58px;border-radius:50%;object-fit:cover;border:1px solid var(--line)}.asc-answer-head strong{display:block;font-weight:900;color:var(--dark)}.asc-answer-head span{font-size:12px;color:var(--muted);font-weight:700}.asc-side{padding:20px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.asc-side h3{margin:0 0 12px;color:var(--dark);font-size:17px}.asc-side-links{display:grid;gap:8px;margin-bottom:18px}.asc-side-links a{font-size:13px;color:#4b5855;font-weight:800;border-bottom:1px solid var(--line);padding-bottom:8px}.asc-cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.asc-cat-card{padding:20px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.asc-cat-card span{color:var(--brand);font-weight:900;font-size:12px}.asc-cat-card h3{margin:5px 0 6px;color:var(--dark);font-size:18px}.asc-cat-card p{margin:0;color:var(--muted);font-size:13px}.asc-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.asc-guide-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:var(--shadow);min-height:210px;display:flex;flex-direction:column}.asc-guide-card h3{font-size:19px;line-height:1.55;color:var(--dark);margin:8px 0}.asc-guide-card p{font-size:13px;color:var(--muted);margin:0}.asc-guide-card b{margin-top:auto;color:var(--brand);font-size:13px}.asc-readable{max-width:860px}.asc-article h2{font-size:22px;color:var(--dark);margin:30px 0 8px}.asc-form-wrap{max-width:860px}.asc-form{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:26px;display:grid;gap:15px}.asc-form label{display:block;font-weight:900;color:var(--dark);font-size:13px}.asc-form label span{color:#9b5639;font-size:12px;margin-left:6px}.asc-form label em{color:var(--muted);font-style:normal;font-size:12px;margin-left:6px}.asc-form input,.asc-form textarea,.asc-form select{width:100%;border:1px solid var(--line);border-radius:14px;background:#fff;padding:13px 14px;font:inherit;font-size:14px;margin-top:7px}.asc-form textarea{min-height:150px}.asc-check{display:flex!important;align-items:center;gap:8px}.asc-check input{width:auto;margin:0}.asc-notices{margin-bottom:16px;display:grid;gap:8px}.asc-notice{padding:13px 16px;border-radius:14px;font-weight:800}.asc-notice.asc-s{background:#e8f3f3;border:1px solid var(--line2);color:var(--dark)}.asc-notice.asc-e{background:#fff3ee;border:1px solid #efc8b8;color:#7b3d27}.asc-empty{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;color:var(--muted)}.asc-filter{display:flex;gap:8px;margin-bottom:18px}.asc-filter input{flex:1;border:1px solid var(--line);border-radius:999px;padding:12px 16px;font:inherit}.asc-filter button{border:0;border-radius:999px;background:var(--brand);color:#fff;font-weight:900;padding:0 18px}.asc-pagination{margin-top:22px;text-align:center}.asc-pagination .page-numbers{display:inline-flex;margin:0 3px;padding:8px 12px;border-radius:999px;border:1px solid var(--line);background:#fff;font-weight:800}.asc-pagination .current{background:var(--brand);color:#fff}.asc-footer{border-top:1px solid var(--line);background:#eeebe2;padding:38px 0;color:#56615e}.asc-footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:28px}.asc-footer h4{font-size:13px;color:var(--dark);margin:0 0 10px}.asc-footer a{display:block;font-size:13px;margin:7px 0;color:#56615e;font-weight:700}.asc-copy{font-size:12px;color:#7f8986;margin-top:24px}
@media(max-width:900px){.asc-nav,.asc-ask-btn{display:none}.asc-header-inner{height:66px}.asc-hero-grid,.asc-two-col{grid-template-columns:1fr}.asc-hero h1,.asc-page-hero h1{font-size:28px}.asc-circle-grid,.asc-cat-grid,.asc-guide-grid,.asc-team-grid{grid-template-columns:1fr}.asc-qcard{grid-template-columns:92px 1fr}.asc-qcard img{width:92px;height:82px}.asc-photo-grid,.asc-image-grid{grid-template-columns:1fr 1fr}.asc-conditions{grid-template-columns:1fr}.asc-footer-grid{grid-template-columns:1fr}}


/* v1.2 admin usability */
.wp-list-table .column-asc_status{width:110px}
.wp-list-table .column-asc_answerer{width:130px}
.wp-list-table .column-asc_top{width:90px}
.wp-list-table .column-asc_email{width:190px}


/* v1.3 shortcode-mode refinements */
.asc-feature-circles .asc-circle small{
  display:block;
  margin-top:10px;
  font-size:12px;
  line-height:1.6;
  font-weight:500;
  max-width:160px;
}
.entry-content > .asc-hero:first-child,
.wp-site-blocks > .asc-hero:first-child{
  margin-top:0;
}
.wp-list-table .column-asc_status{width:110px}
.wp-list-table .column-asc_answerer{width:130px}
.wp-list-table .column-asc_top{width:90px}
.wp-list-table .column-asc_email{width:190px}


/* v1.5 plugin-controlled layout */
html body.asc-plugin-page{margin:0;background:#f3f1eb;color:#24474b;font-family:"Noto Sans JP",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
.asc-plugin-page *{box-sizing:border-box}.asc-site{width:100%;min-height:100vh;overflow-x:hidden}.asc-container{width:min(1120px,calc(100% - 48px));margin-inline:auto}
.asc-header{position:sticky;top:0;z-index:50;background:rgba(243,241,235,.96);border-bottom:1px solid rgba(65,141,152,.18);backdrop-filter:blur(10px)}
.asc-header-inner{width:min(1120px,calc(100% - 48px));margin-inline:auto;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.asc-brand{display:flex;align-items:center;gap:10px;color:#24474b;text-decoration:none;font-weight:800;letter-spacing:.04em}.asc-brand img{width:38px;height:38px;object-fit:contain}.asc-header nav{display:flex;align-items:center;gap:20px;font-size:14px}.asc-header nav a{color:#24474b;text-decoration:none}.asc-nav-cta{padding:10px 16px;border:1px solid #418D98;border-radius:999px;background:#fff}
.asc-page-shell{width:100%}.asc-hero{padding:72px 0 64px;background:#f3f1eb}.asc-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:42px;align-items:center}.asc-hero h1{margin:12px 0 18px;max-width:720px;font-size:clamp(34px,5vw,62px);line-height:1.16;letter-spacing:.02em;color:#24474b}.asc-hero p{max-width:680px;line-height:1.9}.asc-kicker{color:#418D98;font-size:13px;font-weight:800;letter-spacing:.12em}.asc-hero-note{padding:24px;border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(36,71,75,.08);line-height:1.8;font-weight:700}.asc-search{margin-top:28px;display:flex;width:min(560px,100%);border:2px solid #418D98;border-radius:999px;overflow:hidden;background:#fff}.asc-search input{flex:1;border:0;padding:14px 20px;min-width:0}.asc-search button{border:0;background:#418D98;color:#fff;padding:0 22px;font-weight:800}
.asc-hero-media{position:relative;min-height:var(--asc-hero-h,620px);display:flex;align-items:center;background:#24474b;isolation:isolate;overflow:hidden}.asc-hero-media:before{content:"";position:absolute;inset:0;z-index:-2;background-image:linear-gradient(rgba(20,40,42,var(--asc-hero-overlay,.55)),rgba(20,40,42,var(--asc-hero-overlay,.55))),var(--asc-hero-bg);background-size:cover;background-position:center}.asc-hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3}.asc-hero-has-video:after{content:"";position:absolute;inset:0;background:rgba(20,40,42,var(--asc-hero-overlay,.55));z-index:-2}.asc-hero-media-inner{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:42px;align-items:center}.asc-hero-media .asc-kicker,.asc-hero-media h1,.asc-hero-media p{color:#fff}.asc-hero-media .asc-hero-note{background:rgba(255,255,255,.92);color:#24474b}
.asc-feature-circles{padding:54px 0;background:#dceff1}.asc-circle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;align-items:center}.asc-circle{aspect-ratio:1/1;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:28px;min-width:0}.asc-circle.c1{background:#35abc2}.asc-circle.c2{background:#377fd1}.asc-circle.c3{background:#1f367e}.asc-circle span{display:block;font-size:12px;margin-bottom:8px;opacity:.9}.asc-circle strong{display:block;font-size:clamp(16px,2.2vw,24px);line-height:1.45}.asc-circle small{color:rgba(255,255,255,.9)}
.asc-section{padding:64px 0}.asc-soft{background:#f8f6f0}.asc-section-title{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px}.asc-section-title h2{margin:0;font-size:28px;line-height:1.3}.asc-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.asc-q-card{background:#fff;border:1px solid rgba(65,141,152,.24);border-radius:18px;overflow:hidden;box-shadow:0 10px 24px rgba(36,71,75,.06)}.asc-q-card a{display:block;padding:22px;color:#24474b;text-decoration:none}.asc-status{display:inline-block;padding:4px 10px;border-radius:999px;background:#e7f5f6;color:#418D98;font-size:12px;font-weight:800}.asc-q-card h3{margin:12px 0 8px;font-size:18px;line-height:1.55}.asc-q-card p{margin:0;line-height:1.8;color:#4b6062}.asc-card-meta{margin-top:16px;display:flex;gap:12px;font-size:12px;color:#6c7a7d}
.asc-photo-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.asc-photo-row a{display:block;background:#fff;border:1px solid rgba(65,141,152,.22);border-radius:16px;overflow:hidden}.asc-photo-row img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}.asc-team-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.asc-team-card{background:#fff;border:1px solid rgba(65,141,152,.22);border-radius:18px;padding:16px;text-align:center;box-shadow:0 10px 24px rgba(36,71,75,.05)}.asc-team-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px;display:block;margin-bottom:12px}.asc-team-card h3{margin:0 0 8px;font-size:16px}.asc-team-card p{margin:0;font-size:13px;line-height:1.6}
.asc-footer{padding:56px 0;background:#fff;border-top:1px solid rgba(65,141,152,.15)}.asc-footer-grid{display:grid;grid-template-columns:1fr 180px 180px;gap:32px}.asc-footer a{display:block;color:#24474b;text-decoration:none;margin-top:8px}.asc-form-wrap{max-width:820px}.asc-form{background:#fff;border-radius:22px;padding:28px;border:1px solid rgba(65,141,152,.2)}.asc-form label{display:block;margin-bottom:18px;font-weight:800}.asc-form label span,.asc-form label em{margin-left:8px;font-size:12px;font-style:normal;color:#418D98}.asc-form input,.asc-form textarea,.asc-form select{display:block;width:100%;margin-top:8px;border:1px solid rgba(36,71,75,.22);border-radius:10px;padding:12px 14px;font:inherit}.asc-form textarea{min-height:140px}.asc-check{display:flex!important;align-items:center;gap:10px}.asc-check input{width:auto;margin:0}.asc-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:#418D98;color:#fff;padding:14px 26px;font-weight:800}
@media (max-width:900px){.asc-header-inner{min-height:auto;padding:14px 0;flex-direction:column;align-items:flex-start}.asc-header nav{flex-wrap:wrap;gap:12px}.asc-hero-grid,.asc-hero-media-inner{grid-template-columns:1fr}.asc-circle-grid{grid-template-columns:1fr;max-width:420px}.asc-list,.asc-photo-row{grid-template-columns:1fr}.asc-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.asc-footer-grid{grid-template-columns:1fr}}
@media (max-width:520px){.asc-container,.asc-header-inner{width:min(100% - 28px,1120px)}.asc-hero{padding:44px 0}.asc-team-grid{grid-template-columns:1fr}.asc-search{border-radius:18px;flex-direction:column}.asc-search button{padding:12px}}


/* v1.6 final homepage refinements */
html{margin-top:0!important}
body.admin-bar{margin-top:0!important}
#wpadminbar{display:none!important}

.asc-home-page.asc-has-hero-media .asc-header{
  position:absolute;
  top:0;
  left:0;
  right:0;
  background:transparent;
  border-bottom-color:rgba(255,255,255,.18);
  backdrop-filter:none;
  transition:background .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.asc-home-page.asc-has-hero-media .asc-header.is-scrolled{
  position:fixed;
  background:rgba(243,241,235,.97);
  border-bottom-color:rgba(65,141,152,.18);
  box-shadow:0 8px 24px rgba(36,71,75,.08);
  backdrop-filter:blur(12px);
}
.asc-home-page.asc-has-hero-media .asc-header:not(.is-scrolled) .asc-header-inner{
  min-height:82px;
}
.asc-home-page.asc-has-hero-media .asc-header:not(.is-scrolled) nav a{
  color:#fff;
  text-shadow:0 1px 8px rgba(0,0,0,.32);
}
.asc-home-page.asc-has-hero-media .asc-header:not(.is-scrolled) .asc-nav-cta{
  border-color:rgba(255,255,255,.75);
  background:rgba(255,255,255,.12);
}
.asc-home-page.asc-has-hero-media .asc-header:not(.is-scrolled) .asc-brand img{
  filter:brightness(0) invert(1) drop-shadow(0 2px 6px rgba(0,0,0,.22));
}
.asc-brand img{
  width:auto;
  height:38px;
  max-width:180px;
  object-fit:contain;
}
.asc-hero-media{
  min-height:var(--asc-hero-h,620px);
  padding-top:110px;
  border-radius:0 0 26px 26px;
}
.asc-hero-media:before{
  background-image:
    linear-gradient(90deg, rgba(17,36,38,.78) 0%, rgba(17,36,38,.58) 46%, rgba(17,36,38,.18) 78%, rgba(17,36,38,.08) 100%),
    var(--asc-hero-bg);
}
.asc-hero-has-video:after{
  background:linear-gradient(90deg, rgba(17,36,38,.78) 0%, rgba(17,36,38,.54) 48%, rgba(17,36,38,.12) 100%);
}
.asc-hero-media-inner{
  display:block;
}
.asc-hero-copy{
  width:min(720px,100%);
}
.asc-hero .asc-kicker{
  margin-bottom:14px;
  font-size:clamp(23px,2.4vw,31px);
  line-height:1.35;
  letter-spacing:.04em;
  text-transform:none;
}
.asc-hero h1{
  max-width:680px;
  font-size:clamp(36px,4vw,52px);
  line-height:1.25;
  letter-spacing:.01em;
  text-wrap:balance;
}
.asc-hero-lead{
  max-width:660px;
  font-size:16px;
  line-height:1.9;
}
.asc-hero .asc-search{
  width:min(700px,100%);
  margin-top:28px;
  border-width:2px;
  background:rgba(255,255,255,.97);
  box-shadow:0 14px 34px rgba(0,0,0,.16);
}
.asc-search input{
  padding:15px 20px;
  font-size:14px;
  line-height:1.4;
}
.asc-search input::placeholder{
  font-size:14px;
  color:#758184;
}
.asc-search button{
  min-width:88px;
  font-size:14px;
}
.asc-circle strong{
  max-width:190px;
  font-size:clamp(17px,1.6vw,22px);
  line-height:1.42;
}
.asc-circle small{
  max-width:170px;
  font-size:12px;
  line-height:1.55;
}
.asc-q-card{
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.asc-q-card:hover{
  transform:translateY(-4px);
  border-color:rgba(65,141,152,.46);
  box-shadow:0 18px 38px rgba(36,71,75,.12);
}
.asc-card-tags{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
}
.asc-category-tag{
  display:inline-block;
  padding:4px 9px;
  border-radius:999px;
  background:#f2f0e9;
  color:#536769;
  font-size:11px;
  font-weight:800;
}
.asc-photo-row{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.asc-photo-row a{
  position:relative;
  border-radius:20px;
  border:1px solid rgba(65,141,152,.18);
  box-shadow:0 12px 28px rgba(36,71,75,.08);
  transition:transform .24s ease, box-shadow .24s ease;
}
.asc-photo-row a:after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.42);
}
.asc-photo-row a:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 42px rgba(36,71,75,.16);
}
.asc-photo-row img{
  aspect-ratio:4/3;
  transition:transform .35s ease;
}
.asc-photo-row a:hover img{
  transform:scale(1.045);
}
.asc-team-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:24px;
  align-items:start;
}
.asc-team-card{
  background:transparent;
  border:0;
  border-radius:0;
  padding:0;
  box-shadow:none;
}
.asc-team-card img{
  width:132px;
  height:132px;
  aspect-ratio:1/1;
  margin:0 auto 14px;
  border-radius:50%;
  object-fit:cover;
  border:4px solid #fff;
  box-shadow:0 12px 28px rgba(36,71,75,.14);
}
.asc-team-card h3{
  margin:0 0 7px;
  font-size:16px;
}
.asc-team-card p{
  max-width:190px;
  margin:0 auto;
  font-size:12px;
  line-height:1.65;
}
.asc-footer{
  padding:26px 0 22px;
}
.asc-footer-grid{
  grid-template-columns:1fr auto auto;
  gap:28px;
  align-items:start;
}
.asc-footer h4{
  margin:0 0 6px;
}
.asc-footer p{
  margin:7px 0 0;
}
.asc-footer a{
  margin-top:5px;
  font-size:12px;
}
@media (max-width: 1000px){
  .asc-photo-row{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width: 900px){
  .asc-home-page.asc-has-hero-media .asc-header{
    position:absolute;
  }
  .asc-home-page.asc-has-hero-media .asc-header.is-scrolled{
    position:fixed;
  }
  .asc-photo-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .asc-team-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width: 620px){
  .asc-hero-media{
    min-height:560px;
    padding-top:128px;
  }
  .asc-hero .asc-kicker{
    font-size:21px;
  }
  .asc-hero h1{
    font-size:34px;
  }
  .asc-photo-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .asc-team-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
  .asc-team-card img{width:112px;height:112px}
  .asc-footer-grid{grid-template-columns:1fr;gap:16px}
}


/* v1.7 typography, Q&A thumbnails and footer refinements */
.asc-hero-lead{
  max-width:680px;
  margin-top:14px;
  font-size:12px;
  line-height:1.75;
  font-weight:400;
  color:rgba(255,255,255,.86);
}
.asc-hero:not(.asc-hero-media) .asc-hero-lead{
  color:#617174;
}
.asc-hero h1{
  max-width:760px;
  font-size:clamp(34px,3.7vw,48px);
  line-height:1.28;
}

.asc-q-card > a{
  display:grid;
  grid-template-columns:148px minmax(0,1fr);
  min-height:190px;
  padding:0;
}
.asc-q-thumb{
  position:relative;
  min-height:190px;
  overflow:hidden;
  background:#e7eeee;
}
.asc-q-thumb img{
  width:100%;
  height:100%;
  min-height:190px;
  object-fit:cover;
  display:block;
  transition:transform .32s ease;
}
.asc-q-thumb-empty img{
  object-fit:contain;
  padding:34px;
  opacity:.54;
}
.asc-q-card:hover .asc-q-thumb img{
  transform:scale(1.045);
}
.asc-q-card-content{
  min-width:0;
  padding:20px 20px 18px;
}
.asc-q-card h3{
  margin:12px 0 8px;
  font-size:17px;
  line-height:1.55;
  font-weight:800;
}
.asc-q-card p{
  margin:0;
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  font-size:13px;
  line-height:1.75;
  font-weight:400;
  color:#607073;
}
.asc-card-meta{
  margin-top:13px;
}

.asc-footer{
  padding:24px 0 20px;
  background:#f3f1eb;
  border-top:1px solid #d9d9d3;
}
.asc-footer-grid{
  grid-template-columns:minmax(260px,1fr) 120px 150px;
  gap:34px;
  align-items:start;
}
.asc-footer-brand img{
  display:block;
  width:160px;
  height:auto;
  max-height:34px;
  object-fit:contain;
  object-position:left center;
}
.asc-footer-brand p{
  margin:8px 0 0;
  font-size:11px;
  line-height:1.5;
  font-weight:400;
  color:#687678;
}
.asc-footer h4{
  margin:0 0 8px;
  font-size:13px;
  line-height:1.4;
  font-weight:800;
  color:#24474b;
}
.asc-footer a{
  margin-top:5px;
  font-size:12px;
  line-height:1.45;
  font-weight:400;
  color:#44575a;
}
.asc-footer-brand > a{
  margin:0;
}
@media (max-width: 900px){
  .asc-q-card > a{
    grid-template-columns:124px minmax(0,1fr);
  }
  .asc-q-thumb,
  .asc-q-thumb img{
    min-height:180px;
  }
}
@media (max-width: 620px){
  .asc-q-card > a{
    grid-template-columns:1fr;
  }
  .asc-q-thumb,
  .asc-q-thumb img{
    min-height:auto;
    aspect-ratio:16/8;
  }
  .asc-footer-grid{
    grid-template-columns:1fr 1fr;
  }
  .asc-footer-brand{
    grid-column:1/-1;
  }
}


/* v1.7.2 Q&A detail hierarchy and related navigation */
.asc-detail-section-wrap{
  padding-top:44px;
}
.asc-detail-main{
  overflow:hidden;
}
.asc-detail-main > .asc-img-grid{
  margin-bottom:8px;
}
.asc-detail-section{
  position:relative;
  padding:28px 30px 30px;
  border-top:1px solid #d8dfdc;
}
.asc-detail-section:first-of-type{
  border-top:0;
}
.asc-detail-section:before{
  content:"";
  position:absolute;
  top:0;
  left:30px;
  width:88px;
  height:4px;
  background:repeating-linear-gradient(
    135deg,
    rgba(65,141,152,.72) 0,
    rgba(65,141,152,.72) 5px,
    rgba(65,141,152,.16) 5px,
    rgba(65,141,152,.16) 10px
  );
}
.asc-detail-section h2{
  margin:0 0 17px;
  font-size:21px;
  line-height:1.4;
  font-weight:800;
  color:#24474b;
}
.asc-detail-copy,
.asc-answer-copy{
  font-size:14px;
  line-height:1.9;
  font-weight:400;
  color:#43585b;
}
.asc-detail-copy p,
.asc-answer-copy p{
  margin:0 0 14px;
}
.asc-condition-list{
  display:grid;
  gap:0;
  border:1px solid #dfe4e1;
  border-radius:12px;
  overflow:hidden;
}
.asc-condition-row{
  display:grid;
  grid-template-columns:130px minmax(0,1fr);
  align-items:start;
  gap:18px;
  padding:11px 15px;
  border-top:1px solid #e5e8e5;
  background:#fff;
  font-size:13px;
  line-height:1.65;
}
.asc-condition-row:first-child{
  border-top:0;
}
.asc-condition-row:nth-child(even){
  background:#faf9f5;
}
.asc-condition-row strong{
  font-weight:800;
  color:#24474b;
}
.asc-condition-row span{
  font-weight:400;
  color:#536568;
}
.asc-answer{
  margin:0;
  padding:0;
  background:transparent;
  border:0;
}
.asc-answerer{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-top:18px;
  padding:7px 11px 7px 7px;
  border:1px solid #dce3df;
  border-radius:999px;
  background:#f7f6f1;
}
.asc-answerer img{
  width:34px;
  height:34px;
  border-radius:50%;
  object-fit:cover;
}
.asc-answerer strong{
  font-size:12px;
  line-height:1.4;
  font-weight:800;
  color:#24474b;
}
.asc-related-section{
  padding-top:0;
  background:#f7f5ef;
  border-top:1px solid #e0dfd8;
}
.asc-related-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.asc-related-card{
  overflow:hidden;
  border:1px solid rgba(65,141,152,.2);
  border-radius:16px;
  background:#fff;
  box-shadow:0 9px 22px rgba(36,71,75,.06);
  transition:transform .2s ease, box-shadow .2s ease;
}
.asc-related-card:hover{
  transform:translateY(-3px);
  box-shadow:0 15px 30px rgba(36,71,75,.11);
}
.asc-related-card a{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  min-height:128px;
  color:#24474b;
  text-decoration:none;
}
.asc-related-card img{
  width:112px;
  height:100%;
  min-height:128px;
  object-fit:cover;
  background:#e8eeee;
}
.asc-related-card div{
  min-width:0;
  padding:14px 15px;
}
.asc-related-card h3{
  margin:0 0 7px;
  font-size:14px;
  line-height:1.55;
  font-weight:800;
}
.asc-related-card p{
  margin:0;
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  font-size:12px;
  line-height:1.65;
  color:#657477;
}
@media (max-width:720px){
  .asc-detail-section{
    padding:24px 20px 26px;
  }
  .asc-detail-section:before{
    left:20px;
  }
  .asc-condition-row{
    grid-template-columns:1fr;
    gap:2px;
  }
  .asc-related-grid{
    grid-template-columns:1fr;
  }
}


/* v1.8.0 公的資料・法改正情報 */
.asc-screen-reader-text{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.asc-resource-hero{
  position:relative;
  min-height:400px;
  overflow:hidden;
  background-image:var(--asc-resource-hero);
  background-size:cover;
  background-position:center;
  border-radius:0 0 26px 26px;
  border-bottom:1px solid rgba(65,141,152,.22);
}
.asc-resource-hero-overlay{
  position:absolute;
  inset:0;
}
.asc-resource-hero .asc-container{
  position:relative;
  height:100%;
  min-height:400px;
}
.asc-resource-mobile-copy{
  display:none;
}
.asc-resource-search{
  position:absolute;
  left:70px;
  bottom:68px;
  display:flex;
  width:min(520px,calc(100% - 140px));
  overflow:hidden;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.98);
  box-shadow:0 14px 34px rgba(0,0,0,.18);
}
.asc-resource-search input{
  flex:1;
  min-width:0;
  padding:15px 20px;
  border:0;
  outline:0;
  background:transparent;
  font:inherit;
  font-size:14px;
  color:#24474b;
}
.asc-resource-search button{
  flex:0 0 auto;
  margin:5px;
  padding:0 22px;
  border:0;
  border-radius:999px;
  background:#418D98;
  color:#fff;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
}
.asc-resource-results{
  background:#f3f1eb;
}
.asc-resource-result-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}
.asc-resource-result-head p{
  margin:0;
  font-size:14px;
  font-weight:700;
  color:#43585b;
}
.asc-resource-result-head a{
  color:#418D98;
  font-size:13px;
  font-weight:700;
}
.asc-resource-list{
  overflow:hidden;
  border:1px solid #d9dfdc;
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 28px rgba(36,71,75,.055);
}
.asc-resource-list-header,
.asc-resource-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 150px 170px 140px;
  gap:18px;
  align-items:center;
}
.asc-resource-list-header{
  padding:12px 18px;
  background:#eef2f1;
  border-bottom:1px solid #d9dfdc;
  color:#526366;
  font-size:12px;
  font-weight:800;
}
.asc-resource-row{
  padding:17px 18px;
  border-top:1px solid #e5e8e5;
}
.asc-resource-row:first-of-type{
  border-top:0;
}
.asc-resource-row:hover{
  background:#fbfcfa;
}
.asc-resource-main{
  min-width:0;
}
.asc-resource-main h2{
  margin:0 0 6px;
  color:#24474b;
  font-size:15px;
  line-height:1.55;
  font-weight:800;
}
.asc-resource-main p{
  margin:0;
  color:#647174;
  font-size:12px;
  line-height:1.7;
  font-weight:400;
}
.asc-resource-source,
.asc-resource-row time{
  color:#536568;
  font-size:13px;
  line-height:1.5;
}
.asc-resource-link a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  min-height:38px;
  padding:7px 12px;
  border:1px solid rgba(65,141,152,.55);
  border-radius:8px;
  background:#fff;
  color:#418D98;
  font-size:12px;
  font-weight:800;
  transition:background .2s ease,color .2s ease;
}
.asc-resource-link a:hover{
  background:#418D98;
  color:#fff;
}
.asc-resource-pager{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:28px;
}
.asc-resource-pager a,
.asc-resource-pager span{
  display:inline-flex;
  min-width:38px;
  height:38px;
  align-items:center;
  justify-content:center;
  padding:0 11px;
  border:1px solid #cfd8d6;
  border-radius:7px;
  background:#fff;
  color:#43585b;
  font-size:13px;
  text-decoration:none;
}
.asc-resource-pager .is-current{
  border-color:#418D98;
  background:#418D98;
  color:#fff;
  font-weight:800;
}
.asc-resource-empty{
  padding:30px;
  text-align:center;
}
@media(max-width:900px){
  .asc-resource-list-header{
    display:none;
  }
  .asc-resource-row{
    grid-template-columns:minmax(0,1fr) 120px;
  }
  .asc-resource-source{
    grid-column:1;
  }
  .asc-resource-link{
    grid-column:2;
    grid-row:1 / span 2;
    justify-self:end;
  }
  .asc-resource-row time{
    grid-column:1;
  }
}
@media(max-width:720px){
  .asc-resource-hero{
    min-height:370px;
    background-position:72% center;
  }
  .asc-resource-hero:before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(18,43,46,.88),rgba(18,43,46,.52));
  }
  .asc-resource-hero .asc-container{
    min-height:370px;
    padding-top:72px;
  }
  .asc-resource-mobile-copy{
    position:relative;
    z-index:1;
    display:block;
    max-width:520px;
    color:#fff;
  }
  .asc-resource-mobile-copy .asc-kicker,
  .asc-resource-mobile-copy h1,
  .asc-resource-mobile-copy p{
    color:#fff;
  }
  .asc-resource-mobile-copy h1{
    margin:0 0 10px;
    font-size:31px;
    line-height:1.35;
  }
  .asc-resource-mobile-copy p{
    margin:0;
    font-size:13px;
    line-height:1.8;
  }
  .asc-resource-search{
    z-index:1;
    left:0;
    right:0;
    bottom:42px;
    width:100%;
  }
  .asc-resource-list{
    border-radius:12px;
  }
  .asc-resource-row{
    grid-template-columns:1fr;
    gap:10px;
  }
  .asc-resource-source,
  .asc-resource-link,
  .asc-resource-row time{
    grid-column:1;
    grid-row:auto;
    justify-self:start;
  }
}


/* v1.8.1 公的資料ページ Hero再設計・運営者情報統一 */
.asc-resource-page .asc-site{
  position:relative;
}
.asc-resource-page .asc-header{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:30;
  background:rgba(18,43,46,.20);
  border-bottom:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(5px);
}
.asc-resource-page .asc-brand img{
  filter:brightness(0) invert(1);
}
.asc-resource-page .asc-header nav a{
  color:#fff;
  text-shadow:0 1px 8px rgba(0,0,0,.34);
}
.asc-resource-page .asc-header .asc-nav-cta{
  border-color:rgba(255,255,255,.88);
  background:rgba(255,255,255,.10);
  color:#fff;
}
.asc-resource-page .asc-header .asc-nav-cta:hover{
  background:#fff;
  color:#24474b;
}

.asc-resource-page .asc-resource-hero{
  min-height:560px;
  border-radius:0 0 26px 26px;
  background-image:var(--asc-resource-hero);
  background-size:cover;
  background-position:center 48%;
}
.asc-resource-page .asc-resource-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(13,35,38,.84) 0%,rgba(13,35,38,.66) 42%,rgba(13,35,38,.24) 72%,rgba(13,35,38,.10) 100%),
    linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.18));
}
.asc-resource-page .asc-resource-hero-overlay{
  position:relative;
  min-height:560px;
}
.asc-resource-page .asc-resource-hero .asc-container{
  position:relative;
  z-index:2;
  display:flex;
  min-height:560px;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding-top:98px;
  padding-bottom:60px;
}
.asc-resource-copy{
  max-width:720px;
  color:#fff;
}
.asc-resource-copy .asc-kicker{
  margin:0 0 14px;
  color:#d7eff1;
  font-size:13px;
  letter-spacing:.12em;
  font-weight:800;
}
.asc-resource-copy h1{
  margin:0 0 18px;
  color:#fff;
  font-size:clamp(38px,4.2vw,58px);
  line-height:1.22;
  font-weight:800;
  text-shadow:0 3px 18px rgba(0,0,0,.36);
}
.asc-resource-copy > p:last-child{
  max-width:640px;
  margin:0;
  color:rgba(255,255,255,.94);
  font-size:17px;
  line-height:1.85;
  font-weight:500;
  text-shadow:0 2px 12px rgba(0,0,0,.35);
}
.asc-resource-page .asc-resource-search{
  position:static;
  display:flex;
  width:min(650px,100%);
  margin-top:32px;
  overflow:hidden;
  border:2px solid rgba(255,255,255,.56);
  border-radius:999px;
  background:rgba(255,255,255,.97);
  box-shadow:0 16px 38px rgba(0,0,0,.24);
}
.asc-resource-page .asc-resource-search input{
  padding:17px 22px;
  font-size:14px;
}
.asc-resource-page .asc-resource-search button{
  min-width:90px;
  margin:6px;
}
.asc-resource-page .asc-resource-mobile-copy{
  display:none!important;
}

/* 運営者情報を利用規約・プライバシーと同じ読み物ページへ統一 */
.asc-plugin-page .asc-article h2,
.asc-plugin-page .asc-article h3{
  color:#24474b;
  font-weight:800;
}
.asc-plugin-page .asc-article p{
  color:#43585b;
  font-size:15px;
  line-height:1.9;
  font-weight:400;
}

@media(max-width:800px){
  .asc-resource-page .asc-header{
    background:rgba(18,43,46,.48);
  }
  .asc-resource-page .asc-resource-hero,
  .asc-resource-page .asc-resource-hero-overlay,
  .asc-resource-page .asc-resource-hero .asc-container{
    min-height:520px;
  }
  .asc-resource-page .asc-resource-hero{
    background-position:58% center;
  }
  .asc-resource-page .asc-resource-hero:before{
    background:linear-gradient(90deg,rgba(13,35,38,.88),rgba(13,35,38,.55));
  }
  .asc-resource-page .asc-resource-hero .asc-container{
    padding-top:118px;
    padding-bottom:48px;
  }
  .asc-resource-copy h1{
    font-size:36px;
  }
  .asc-resource-copy > p:last-child{
    font-size:14px;
  }
  .asc-resource-page .asc-resource-search{
    margin-top:26px;
  }
}


/* v1.8.2 相談CTA・必須任意ラベル */
.asc-nav-cta,
.asc-resource-page .asc-header .asc-nav-cta,
.asc-home-page.asc-has-hero-media .asc-header:not(.is-scrolled) .asc-nav-cta{
  border-color:#418D98!important;
  background:#418D98!important;
  color:#fff!important;
  font-weight:800;
  box-shadow:0 5px 14px rgba(65,141,152,.18);
}
.asc-nav-cta:hover,
.asc-resource-page .asc-header .asc-nav-cta:hover,
.asc-home-page.asc-has-hero-media .asc-header:not(.is-scrolled) .asc-nav-cta:hover{
  border-color:#347985!important;
  background:#347985!important;
  color:#fff!important;
}
.asc-form label span{
  margin-left:8px!important;
  color:#c62828!important;
  font-size:12px!important;
  font-style:normal!important;
  font-weight:800!important;
}
.asc-form label em{
  margin-left:8px!important;
  color:#202826!important;
  font-size:12px!important;
  font-style:normal!important;
  font-weight:400!important;
}


/* v1.8.3 法務ページの情報設計 */
.asc-legal-updated{
  margin:0 0 18px!important;
  color:#778487!important;
  font-size:12px!important;
  text-align:right;
}
.asc-legal-intro{
  margin:0 0 24px;
  padding:18px 20px;
  border-left:4px solid #418D98;
  background:#f6faf9;
  border-radius:0 12px 12px 0;
}
.asc-legal-intro p{
  margin:0!important;
}
.asc-legal-toc{
  margin:0 0 34px;
  padding:20px 22px;
  border:1px solid #d9e2df;
  border-radius:14px;
  background:#fafbf8;
}
.asc-legal-toc strong{
  display:block;
  margin-bottom:10px;
  color:#24474b;
  font-size:14px;
}
.asc-legal-toc ol{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:6px 28px;
  margin:0;
  padding-left:22px;
}
.asc-legal-toc li{
  color:#607073;
  font-size:13px;
  line-height:1.65;
}
.asc-legal-toc a{
  color:#365e63;
  text-decoration:underline;
  text-decoration-color:rgba(65,141,152,.35);
  text-underline-offset:3px;
}
.asc-plugin-page .asc-article h2{
  margin:38px 0 12px;
  padding-bottom:9px;
  border-bottom:1px solid #dce3df;
  color:#24474b;
  font-size:20px;
  line-height:1.5;
  font-weight:800;
}
.asc-plugin-page .asc-article h2:first-of-type{
  margin-top:8px;
}
.asc-plugin-page .asc-article ul,
.asc-plugin-page .asc-article ol{
  margin:10px 0 20px;
  padding-left:1.5em;
  color:#43585b;
  font-size:15px;
  line-height:1.9;
}
.asc-plugin-page .asc-article li+li{
  margin-top:5px;
}
.asc-plugin-page .asc-article a{
  color:#347985;
  text-decoration:underline;
  text-underline-offset:3px;
}
@media(max-width:680px){
  .asc-legal-toc ol{
    grid-template-columns:1fr;
  }
  .asc-legal-updated{
    text-align:left;
  }
}


/* v1.8.4 公的資料ヘッダーは背景写真に直接重ねる */
.asc-resource-page .asc-header{
  background:transparent!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  box-shadow:none!important;
}
.asc-resource-page .asc-header:before,
.asc-resource-page .asc-header:after{
  display:none!important;
}

/* v1.8.4 ガイド記事 */
.asc-guide-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.asc-guide-card{
  overflow:hidden;
  border:1px solid #d9e1de;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 28px rgba(36,71,75,.06);
  transition:transform .2s ease,box-shadow .2s ease;
}
.asc-guide-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(36,71,75,.10)}
.asc-guide-card>a{display:block;height:100%;color:inherit;text-decoration:none}
.asc-guide-card-image{aspect-ratio:3/2;overflow:hidden;background:#e8eeeb}
.asc-guide-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.asc-guide-card:hover .asc-guide-card-image img{transform:scale(1.025)}
.asc-guide-card-body{padding:20px}
.asc-guide-card-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px;color:#6c7b7d;font-size:11px}
.asc-guide-card-meta span{padding:4px 8px;border-radius:999px;background:#e7f3f2;color:#347985;font-weight:800}
.asc-guide-card h2{margin:0 0 10px;color:#24474b;font-size:19px;line-height:1.55;font-weight:800}
.asc-guide-card p{margin:0 0 18px;color:#607073;font-size:13px;line-height:1.75}
.asc-guide-card-body>strong{color:#418D98;font-size:13px}
.asc-guide-single-wrap{max-width:1000px}
.asc-guide-article{padding:44px 56px!important}
.asc-guide-single-meta{display:flex;flex-wrap:wrap;gap:8px 18px;align-items:center;margin-bottom:22px;color:#6f7e80;font-size:12px}
.asc-guide-single-meta span:first-child{padding:5px 10px;border-radius:999px;background:#e7f3f2;color:#347985;font-weight:800}
.asc-guide-featured{margin:0 0 34px}
.asc-guide-featured-image{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:14px}
.asc-guide-photo-credit,.asc-guide-inline-image figcaption{margin:8px 2px 0!important;color:#7b8789!important;font-size:10px!important;line-height:1.5!important}
.asc-guide-lead{margin:0 0 28px!important;color:#334e52!important;font-size:17px!important;line-height:2!important}
.asc-guide-summary,.asc-guide-note,.asc-guide-check{margin:26px 0;padding:20px 22px;border-radius:14px}
.asc-guide-summary{border:1px solid rgba(65,141,152,.28);background:#edf7f6}
.asc-guide-note{border-left:4px solid #418D98;background:#f7faf8}
.asc-guide-check{border:1px solid #dbe3df;background:#fafbf8}
.asc-guide-summary>strong,.asc-guide-note>strong,.asc-guide-check>strong{display:block;margin-bottom:8px;color:#24474b;font-size:15px}
.asc-guide-summary ul,.asc-guide-check ul{margin-bottom:0!important}
.asc-guide-toc{margin:30px 0 42px;padding:22px 24px;border:1px solid #d9e2df;border-radius:14px;background:#fbfcfa}
.asc-guide-toc>strong{display:block;margin-bottom:10px;color:#24474b}
.asc-guide-toc ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 24px;margin:0!important}
.asc-guide-inline-image{margin:30px 0 38px}
.asc-guide-inline-image img{display:block;width:100%;max-height:520px;object-fit:cover;border-radius:14px}
.asc-guide-table{width:100%;margin:22px 0 30px;border-collapse:collapse;font-size:13px}
.asc-guide-table th,.asc-guide-table td{padding:12px 14px;border:1px solid #dce3df;text-align:left;vertical-align:top;line-height:1.7}
.asc-guide-table th{background:#eef3f1;color:#24474b;font-weight:800}
.asc-guide-disclaimer{margin:36px 0 0!important;padding:16px 18px;border-top:1px solid #dce3df;border-bottom:1px solid #dce3df;color:#6d797b!important;font-size:12px!important}
.asc-guide-references{margin-top:42px}
.asc-guide-references h2{margin-top:0!important}
.asc-guide-references li{font-size:13px}
.asc-guide-related{margin-top:50px}
.asc-guide-related>h2{margin:0 0 18px;color:#24474b;font-size:22px}
.asc-guide-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.asc-guide-related-card{overflow:hidden;border:1px solid #d9e1de;border-radius:14px;background:#fff}
.asc-guide-related-card a{display:block;color:inherit;text-decoration:none}
.asc-guide-related-card img{width:100%;aspect-ratio:3/2;object-fit:cover}
.asc-guide-related-card div{padding:16px}
.asc-guide-related-card h3{margin:0 0 8px;color:#24474b;font-size:15px;line-height:1.5}
.asc-guide-related-card p{margin:0;color:#6b7779;font-size:11px;line-height:1.6}
@media(max-width:900px){
  .asc-guide-grid,.asc-guide-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .asc-guide-article{padding:34px 30px!important}
}
@media(max-width:620px){
  .asc-guide-grid,.asc-guide-related-grid{grid-template-columns:1fr}
  .asc-guide-article{padding:26px 20px!important}
  .asc-guide-toc ol{grid-template-columns:1fr}
  .asc-guide-lead{font-size:15px!important}
  .asc-guide-table{display:block;overflow-x:auto;white-space:normal}
}


/* v1.8.5 ガイド表示の微調整 */

/* 記事先頭画像：本文幅いっぱいにせず、横長の一般的な比率へ */
.asc-guide-featured{
  width:68%!important;
  max-width:660px!important;
  margin:0 auto 34px!important;
}
.asc-guide-featured-image{
  display:block!important;
  width:100%!important;
  height:clamp(230px,24vw,370px)!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  border-radius:12px!important;
}

/* 左側だけのアクセント線を廃止 */
.asc-guide-note{
  border:1px solid #dfe6e2!important;
  border-left:1px solid #dfe6e2!important;
  background:#f7f9f7!important;
  box-shadow:none!important;
}

/* 関連記事画像：縦伸びを防ぎ、通常のサムネイル高に固定 */
.asc-guide-related-card img{
  display:block!important;
  width:100%!important;
  height:150px!important;
  min-height:150px!important;
  max-height:150px!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
}

/* カードの本文側を揃える */
.asc-guide-related-card a{
  height:100%;
}
.asc-guide-related-card div{
  min-height:126px;
}

@media(max-width:900px){
  .asc-guide-featured{
    width:82%!important;
  }
  .asc-guide-related-card img{
    height:160px!important;
    min-height:160px!important;
    max-height:160px!important;
  }
}
@media(max-width:620px){
  .asc-guide-featured{
    width:100%!important;
    max-width:none!important;
  }
  .asc-guide-featured-image{
    height:210px!important;
  }
  .asc-guide-related-card img{
    height:190px!important;
    min-height:190px!important;
    max-height:190px!important;
  }
}


/* v1.8.6 注記ボックス：背景色のみ、枠線なし */
.asc-guide-note{
  border:none!important;
  border-left:none!important;
  outline:none!important;
  box-shadow:none!important;
  background:#f3f7f5!important;
}


/* v1.8.7 トップページ：3つのメリットを全面再設計 */
.asc-feature-benefits{
  position:relative;
  overflow:hidden;
  padding:64px 0 70px;
  background:#f8f5f0;
  border-top:1px solid rgba(36,71,75,.08);
  border-bottom:1px solid rgba(36,71,75,.08);
}
.asc-feature-benefits:before{
  content:"";
  position:absolute;
  left:50%;
  top:-210px;
  width:900px;
  height:360px;
  transform:translateX(-50%);
  border-radius:50%;
  background:rgba(65,141,152,.045);
  pointer-events:none;
}
.asc-benefit-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:stretch;
}
.asc-benefit-item{
  position:relative;
  min-width:0;
  padding:0 42px 8px;
}
.asc-benefit-item + .asc-benefit-item{
  border-left:1px solid rgba(65,141,152,.38);
}
.asc-benefit-number{
  position:absolute;
  top:0;
  left:32px;
  color:#418D98;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(48px,5vw,72px);
  font-weight:700;
  line-height:1;
  letter-spacing:-.04em;
}
.asc-benefit-visual{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:252px;
  padding:6px 0 12px;
}
.asc-benefit-visual img{
  width:100%;
  max-width:330px;
  height:230px;
  object-fit:contain;
}
.asc-benefit-copy{
  max-width:330px;
  margin:0 auto;
}
.asc-benefit-copy h3{
  margin:0 0 14px;
  color:#17282b;
  font-size:clamp(20px,1.8vw,25px);
  font-weight:900;
  line-height:1.55;
  letter-spacing:.01em;
  text-wrap:balance;
}
.asc-benefit-copy h3:after{
  content:"";
  display:block;
  width:54px;
  height:4px;
  margin-top:11px;
  border-radius:999px;
  background:#418D98;
  opacity:.24;
}
.asc-benefit-copy p{
  margin:0;
  color:#48595b;
  font-size:14px;
  line-height:1.9;
  font-weight:500;
}
@media(max-width:980px){
  .asc-feature-benefits{
    padding:54px 0 60px;
  }
  .asc-benefit-item{
    padding:0 26px 8px;
  }
  .asc-benefit-number{
    left:18px;
    font-size:54px;
  }
  .asc-benefit-visual{
    min-height:220px;
  }
  .asc-benefit-visual img{
    height:200px;
  }
}
@media(max-width:760px){
  .asc-feature-benefits{
    padding:34px 0 42px;
  }
  .asc-benefit-grid{
    grid-template-columns:1fr;
  }
  .asc-benefit-item{
    display:grid;
    grid-template-columns:82px minmax(0,1fr);
    grid-template-areas:
      "number visual"
      "copy copy";
    gap:0 10px;
    padding:24px 0 34px;
  }
  .asc-benefit-item + .asc-benefit-item{
    border-left:0;
    border-top:1px solid rgba(65,141,152,.28);
  }
  .asc-benefit-number{
    position:static;
    grid-area:number;
    align-self:start;
    padding-top:14px;
    font-size:50px;
  }
  .asc-benefit-visual{
    grid-area:visual;
    justify-content:flex-start;
    min-height:0;
    padding:0;
  }
  .asc-benefit-visual img{
    width:100%;
    max-width:310px;
    height:180px;
  }
  .asc-benefit-copy{
    grid-area:copy;
    max-width:none;
    margin:12px 0 0;
  }
  .asc-benefit-copy h3{
    font-size:22px;
  }
}
@media(max-width:480px){
  .asc-feature-benefits .asc-container{
    width:min(100% - 36px,1180px);
  }
  .asc-benefit-item{
    grid-template-columns:60px minmax(0,1fr);
    padding:20px 0 30px;
  }
  .asc-benefit-number{
    font-size:42px;
  }
  .asc-benefit-visual img{
    height:150px;
  }
  .asc-benefit-copy h3{
    margin-bottom:10px;
    font-size:20px;
    line-height:1.5;
  }
  .asc-benefit-copy p{
    font-size:13px;
    line-height:1.85;
  }
}


/* v1.8.8 トップページ：CC0素材ベースの固定画像へ差し替え */
.asc-feature-benefits{
  padding:60px 0 68px!important;
  background:#f8f5f0!important;
}
.asc-benefit-grid{
  align-items:stretch!important;
}
.asc-benefit-item{
  display:flex!important;
  flex-direction:column!important;
  padding:0 38px 6px!important;
}
.asc-benefit-item + .asc-benefit-item{
  border-left:1px solid rgba(65,141,152,.28)!important;
}
.asc-benefit-media{
  display:grid;
  grid-template-columns:68px minmax(0,1fr);
  align-items:center;
  gap:10px;
  width:100%;
  min-height:250px;
  margin:0 0 24px;
}
.asc-benefit-number{
  position:static!important;
  align-self:start;
  padding-top:18px;
  color:#418D98!important;
  font-size:58px!important;
  line-height:1!important;
}
.asc-benefit-visual{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:0!important;
  height:240px!important;
  padding:0!important;
  overflow:hidden;
}
.asc-benefit-visual img{
  display:block!important;
  width:100%!important;
  max-width:360px!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
}
.asc-benefit-copy{
  width:100%;
  max-width:350px!important;
}
.asc-benefit-copy h3{
  min-height:78px;
}
@media(max-width:980px){
  .asc-benefit-item{
    padding:0 24px 6px!important;
  }
  .asc-benefit-media{
    grid-template-columns:54px minmax(0,1fr);
    min-height:220px;
  }
  .asc-benefit-number{
    font-size:48px!important;
  }
  .asc-benefit-visual{
    height:205px!important;
  }
  .asc-benefit-copy h3{
    min-height:88px;
  }
}
@media(max-width:760px){
  .asc-feature-benefits{
    padding:28px 0 40px!important;
  }
  .asc-benefit-item{
    display:block!important;
    padding:28px 0 34px!important;
  }
  .asc-benefit-item + .asc-benefit-item{
    border-left:0!important;
    border-top:1px solid rgba(65,141,152,.24)!important;
  }
  .asc-benefit-media{
    grid-template-columns:58px minmax(0,1fr);
    min-height:0;
    margin-bottom:16px;
  }
  .asc-benefit-number{
    padding-top:8px;
    font-size:45px!important;
  }
  .asc-benefit-visual{
    height:190px!important;
    justify-content:flex-start!important;
  }
  .asc-benefit-visual img{
    max-width:340px!important;
  }
  .asc-benefit-copy{
    max-width:none!important;
    margin:0!important;
  }
  .asc-benefit-copy h3{
    min-height:0;
  }
}
@media(max-width:480px){
  .asc-benefit-media{
    grid-template-columns:50px minmax(0,1fr);
  }
  .asc-benefit-number{
    font-size:39px!important;
  }
  .asc-benefit-visual{
    height:158px!important;
  }
}
