.faq .question { width: 100%; border: 0; background: transparent; color: inherit; font: inherit; text-align: left; cursor: pointer; }
.faq .answer { display: none; }
.faq .each.is-open .answer { display: block; }
.form-pending { clear: both; color: #fff; text-align: center; font-size: 13px; opacity: .8; }

/* 行動版選單按鈕：沿用舊站的無框三線外觀，移除 button 預設樣式。 */
nav .m_header button.menuButton { border: 0; padding: 0; background: transparent; appearance: none; -webkit-appearance: none; }

/* 讓內嵌 SVG 保有舊站 inline SVG 的完整畫布比例與所有圖片圖層。 */
section.banner .mainimgWrap .mainimg .keyVisual object { display: block; width: 100%; aspect-ratio: 3003 / 1821; height: auto; }
