@charset "utf-8";
/* 下層ページ（運営者情報・プライバシーポリシー）共通レイアウト */
.page { width: 390px; max-width: 100%; margin: 0 auto; zoom: var(--z, 1); min-height: 100vh; display: flex; flex-direction: column; background: #fff; box-shadow: 0 0 40px rgba(0, 60, 65, .06); }

.site-header { display: flex; align-items: center; height: 50px; padding: 0 16px; background: #fff; border-bottom: 1px solid #e7eef0; }
.site-header img { height: 26px; width: auto; }

.page-hero { background: #0B8A90; padding: 30px 20px 28px; text-align: center; }
.page-hero__label { margin: 0 0 8px; font-size: 11px; font-weight: 700; letter-spacing: .22em; color: #A9DCDF; }
.page-hero__title { margin: 0; font-family: 'Noto Serif JP', serif; font-size: 24px; font-weight: 700; letter-spacing: .08em; line-height: 1.5; color: #fff; }

.page-main { padding: 24px 15px 36px; display: flex; flex-direction: column; gap: 16px; }
.lead { margin: 0; font-size: 14px; line-height: 1.95; color: #3d4a5c; text-wrap: pretty; }

.info-list { margin: 0; background: #fff; border: 1px solid #DCEAEC; border-radius: 10px; overflow: hidden; }
.info-list__row { display: flex; flex-direction: column; gap: 6px; padding: 16px 18px; border-bottom: 1px solid #EDF4F5; }
.info-list__row:last-child { border-bottom: 0; }
.info-list dt { font-size: 12px; font-weight: 700; letter-spacing: .14em; color: #0B8A90; }
.info-list dd { margin: 0; font-size: 15px; font-weight: 500; line-height: 1.75; text-wrap: pretty; }

.policy { background: #fff; border: 1px solid #DCEAEC; border-radius: 10px; padding: 18px; display: flex; flex-direction: column; gap: 10px; }
.policy__title { margin: 0; font-size: 15px; font-weight: 700; letter-spacing: .04em; line-height: 1.6; color: #0B8A90; display: flex; gap: 8px; }
.policy__num { flex: none; color: #E04800; }
.policy p { margin: 0; font-size: 14px; line-height: 1.95; color: #3d4a5c; text-wrap: pretty; }
.policy ul { margin: 0; padding: 0 0 0 1.1em; display: flex; flex-direction: column; gap: 4px; }
.policy li { font-size: 14px; line-height: 1.95; color: #3d4a5c; }
.mail { border-bottom: 1px solid rgba(11, 138, 144, .35); padding-bottom: 1px; }
.revised { margin: 4px 0 0; font-size: 13px; line-height: 1.95; color: #8a97a3; }

.site-footer { margin-top: auto; background: #fff; border-top: 1px solid #eceff1; padding: 26px 15px 30px; }
.site-footer__nav { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 11.5px; font-weight: 500; }
.site-footer__nav a { color: #3d4a5c; }
.site-footer__nav span { color: #c6ced4; }
.site-footer__copy { margin: 12px 0 0; font-size: 11px; color: #8a97a3; text-align: center; }

.to-top { position: fixed; left: 50%; margin-left: calc(195px * var(--z, 1) - 56px); bottom: 20px; z-index: 60; width: 44px; height: 44px; border-radius: 50%; border: 2px solid #0B8A90; background: rgba(255, 255, 255, .95); color: #0B8A90; font-size: 17px; font-weight: 900; line-height: 1; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 3px 10px rgba(15, 30, 35, .14); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
