#pg-services .service-table{width:100%;border-collapse:collapse;text-align:left;table-layout:fixed}#pg-services .service-table thead{background:var(--gray1);font-size:.84rem;color:var(--tx2)}#pg-services .service-table th,#pg-services .service-table td{padding:19px 22px;border-bottom:1px solid var(--line);vertical-align:middle}#pg-services .service-table thead th{font-weight:500;padding-top:12px;padding-bottom:12px}#pg-services .service-table th:first-child{width:40%}#pg-services .service-table th:last-child{width:64px}#pg-services .service-table tbody th{font-family:var(--bold);font-size:17px;line-height:1.65;font-weight:700}#pg-services .service-table td{font-size:.9rem;line-height:1.9;color:var(--tx2)}#pg-services .service-table th a{text-decoration:none}#pg-services .service-table th a:hover{text-decoration:underline;text-underline-offset:5px}#pg-services .service-table tbody tr:hover{background:var(--gray1)}#pg-services .service-table .action{padding:0 12px}#pg-services .action a{display:grid;place-items:center;width:40px;height:44px;color:var(--tx)}#pg-services .arrow{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
#service-info-dialog{max-width:520px;width:calc(100% - 36px);padding:0;border:1px solid var(--line);border-radius:14px;background:var(--white);color:var(--tx)}#service-info-dialog::backdrop{background:rgba(11,11,13,.55)}#service-info-dialog .dialog-content{padding:30px}#service-info-dialog .dialog-top{display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid var(--line);padding-bottom:16px;margin-bottom:24px}#service-info-dialog .dialog-label{font-size:.75rem;color:var(--tx2);margin:0}#service-info-dialog .close{width:40px;height:40px;padding:0;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--white);color:var(--tx);cursor:pointer}#service-info-dialog .close:hover{border-color:var(--tx)}#service-info-dialog h2{font-size:24px;font-family:var(--bold);line-height:1.6;margin:0 0 16px}#service-info-dialog p{font-size:.9rem;color:var(--tx2)}#service-info-dialog .destination{background:var(--gray1);padding:16px 20px;border-radius:8px;margin-top:22px}#service-info-dialog .destination p{margin:0}#service-info-dialog .return{margin-top:25px;padding:11px 18px;border:1px solid var(--tx);background:var(--tx);color:var(--white);border-radius:6px;cursor:pointer;font-size:.84rem;font-weight:700}#service-info-dialog .return:hover{background:var(--tx2)}


#pg-services .service-index{--surface-canvas:var(--white);--page-bg:var(--surface-canvas);background:var(--page-bg);padding-bottom:55px}
#pg-services .service-table *{box-sizing:border-box}
#pg-services .service-table a{color:var(--tx)}
#pg-services .service-table a:focus-visible,#service-info-dialog button:focus-visible{outline:2px solid var(--tx);outline-offset:4px}
#pg-services .service-index-note{font-size:.75rem;line-height:1.8;margin:20px 0 0;color:var(--tx2)}
#pg-services .name-part{display:inline-block;white-space:nowrap}
#pg-services .service-table .sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
#service-info-dialog{font-family:var(--sans)}
#service-info-dialog button{font-family:inherit}
@media(max-width:850px){#pg-services .service-table th,#pg-services .service-table td{padding:17px 14px}}
@media(max-width:600px){
#pg-services .service-table thead{display:none}
#pg-services .service-table,#pg-services .service-table tbody{display:block}
#pg-services .service-table tr{display:grid;grid-template-columns:minmax(0,1fr) 40px;grid-template-rows:auto auto;border-bottom:1px solid var(--line);padding:15px 0}
#pg-services .service-table tbody th{width:auto!important;padding:0 8px 4px 0;border:0;font-size:16px}
#pg-services .service-table td{padding:0 8px 0 0;border:0;grid-column:1;font-size:.9rem}
#pg-services .service-table td.action{grid-column:2;grid-row:1/3;padding:0;align-self:center}
#service-info-dialog .dialog-content{padding:22px}
}

/* サービス一覧を主役にする相談見出し（2026-09-08） */
#pg-services .final h2{font-size:1rem;font-weight:600;line-height:1.8;max-width:none}

/* 各サービスの識別を補助するモノトーン線画（2026-09-08） */
#pg-services .service-table tbody th a{display:flex;align-items:center;gap:16px}
#pg-services .service-icon{display:block;width:32px;height:32px;flex:0 0 32px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
#pg-services .service-label{min-width:0}
@media(max-width:850px){#pg-services .service-table tbody th a{gap:12px}#pg-services .service-icon{width:28px;height:28px;flex-basis:28px}}
@media(max-width:600px){#pg-services .service-table tbody th a{gap:10px}#pg-services .service-icon{width:26px;height:26px;flex-basis:26px}}

/* サービス名のリンクを行全体へ広げる。通常のリンク操作とキーボード操作を維持。 */
#pg-services .service-table tbody tr{position:relative}
#pg-services .service-table tbody th a::after{content:"";position:absolute;inset:0;cursor:pointer}
#pg-services .service-table .action a{position:relative;z-index:1}
#pg-services .service-table tbody tr:focus-within{background:var(--gray1)}
