/*
Theme Name: 登録販売者フィット
Theme URI: https://otcseller.fiit.jp/
Author: 株式会社FiiT
Description: 登録販売者フィット専用の軽量WordPressテーマです。
Version: 1.0.8
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: otcfit
*/

:root {
  color-scheme: light;
}

body:not(.otcfit-managed-page) {
  margin: 0;
  color: #123f35;
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

.otcfit-fallback {
  width: min(880px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0;
}

.otcfit-fallback a {
  color: #16755f;
}

.otcfit-initial-content {
  width: min(880px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0;
}

.otcfit-initial-brand {
  color: #16755f;
  font-weight: 800;
}

.otcfit-initial-content h1 {
  max-width: 760px;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.25;
}

.otcfit-initial-content nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 32px;
}

.otcfit-initial-content a {
  color: #16755f;
  font-weight: 700;
}

.otcfit-noscript {
  width: min(880px, calc(100% - 40px));
  margin: 0 auto 40px;
}
