@charset "UTF-8";

/**
 * 半導体 Moodle アクセス確認ページ専用
 *
 * サイト全体の style.css で html { font-size: 62.5% } となっており、
 * rem は約 10px 基準になる。このファイルは #primary.moodle-page-root 内だけ
 * font-size: 16px を与え、本文まわりは主に em / px で指定する。
 * 既存の pages.css / student.css 等は変更しない。
 */

.moodle-page-root {
  font-size: 16px;
  line-height: 1.65;
  color: #2c2c2c;
}

.moodle-page-root .moodle-gate-wrap {
  max-width: 900px;
  margin: 20px auto 48px;
  padding: 0 20px;
  box-sizing: border-box;
}

.moodle-page-root .moodle-gate-box {
  position: relative;
  background: #fff;
  border: 1px solid #d8dce3;
  border-radius: 6px;
  padding: 40px 44px 42px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .moodle-page-root .moodle-gate-box {
    padding: 26px 20px 30px;
  }
}

.moodle-page-root h2.moodle-box-kicker {
  display: block;
  font-size: 1.625em;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #1a3050;
  margin: 0 0 12px;
  padding: 0 0 10px;
  border-bottom: 3px solid #1a4b8c;
}

.moodle-page-root .moodle-intro {
  margin: 0 0 2em;
}

.moodle-page-root .moodle-intro p {
  margin: 0 0 1.15em;
  font-size: 1.125em;
  line-height: 1.85;
  color: #2c2c2c;
}

.moodle-page-root .moodle-intro p:last-child {
  margin-bottom: 0;
}

.moodle-page-root .moodle-target {
  margin: 0 0 2.25em;
  padding: 1.35em 1.5em 1.45em;
  background: #f5f7fa;
  border: 1px solid #e4e8ef;
  border-radius: 5px;
  box-sizing: border-box;
}

.moodle-page-root .moodle-subhead {
  margin: 0 0 1em;
  font-size: 1.1875em;
  font-weight: 700;
  color: #1a3050;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.moodle-page-root .moodle-target ul {
  margin: 0;
  padding-left: 1.5em;
  font-size: 1.0625em;
  line-height: 1.9;
  color: #333;
}

.moodle-page-root .moodle-target li {
  margin: 0.5em 0;
}

.moodle-page-root .moodle-form-section {
  margin-top: 0.5em;
  padding-top: 1.75em;
  border-top: 1px solid #e8eaef;
}

.moodle-page-root .moodle-form-section .moodle-form-lead {
  margin: 0 0 1.5em;
  font-size: 1.0625em;
  line-height: 1.85;
  color: #333;
}

.moodle-page-root .moodle-gate-box .moodle-error {
  margin: 0 0 1.6em;
  padding: 1em 1.15em;
  background: #f8f9fa;
  border-left: 4px solid #b00020;
  color: #222;
  font-size: 1.0625em;
  line-height: 1.7;
}

.moodle-page-root .moodle-gate-form label {
  display: block;
  margin-bottom: 12px;
  font-weight: 700;
  color: #1a1a1a;
  font-size: 1.0625em;
}

.moodle-page-root .moodle-gate-form input[type="text"] {
  width: 100%;
  max-width: min(100%, 320px);
  box-sizing: border-box;
  min-height: 52px;
  padding: 14px 18px;
  font-size: 1.125em;
  line-height: 1.4;
  border: 2px solid #aeb6c2;
  border-radius: 4px;
  background-color: #fff;
}

.moodle-page-root .moodle-gate-form input[type="text"]::placeholder {
  color: #6b7280;
  font-size: 1em;
  opacity: 1;
}

.moodle-page-root .moodle-gate-form .moodle-actions {
  margin-top: 1.85em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.moodle-page-root .moodle-gate-form button[type="submit"] {
  min-height: 52px;
  min-width: 140px;
  padding: 14px 40px;
  font-size: 1.0625em;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  background: #1a4b8c;
  color: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.moodle-page-root .moodle-gate-form button[type="submit"]:hover {
  opacity: 0.93;
}

.moodle-page-root .moodle-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: 140px;
  padding: 14px 32px;
  box-sizing: border-box;
  font-size: 1.0625em;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  color: #2c2c2c;
  background: #eceff3;
  border: 2px solid #b8c0cc;
  border-radius: 4px;
}

.moodle-page-root .moodle-back-btn:hover {
  background: #e2e6ec;
  color: #111;
}

.moodle-page-root .moodle-gate-footer-link {
  margin-top: 1.85em;
  font-size: 1.0625em;
  line-height: 1.65;
}

.moodle-page-root .moodle-gate-footer-link a {
  color: #1a4b8c;
  font-weight: 600;
}

.moodle-page-root .moodle-back-after-form {
  margin-top: 1.85em;
  margin-bottom: 0;
}

.moodle-page-root .moodle-back-csv-only {
  margin-top: 0;
  margin-bottom: 0;
}
