@charset "utf-8";

:root {
 --primary-font-size: 16px;

 --input-ttl-font-size: 24px;
 --input-font-size: 21px;
}

@media (max-width:767px) {
 :root {
  --primary-font-size: 13px;

  --input-ttl-font-size: 18px;
  --input-font-size: 16px;
 }
}

* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
 font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

html {
 height: 100%;
}

html {
 scroll-behavior: smooth;
}

body {
 margin: 0;
 background-color: #e9e9e9;
 width: 100%;
 position: relative;
 font-size: var(--primary-font-size);
}

a {
 cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 color: #1d1d1d;
 font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

p {
 color: #1d1d1d;
 font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 font-size: var(--primary-font-size);
 line-height: 1.6;
 letter-spacing: 0;
}

img {
 max-width: 100%;
}

.mt2em {
 margin-top: 2em;
}

.pconly {
 display: block;
}

.sponly {
 display: none;
}

.blue {
 color: blue;
}

#contentsWrapper {
 width: 100%;
 max-width: 960px;
 margin-inline: auto;
 padding-inline: 15px;
 margin-top: 30px;
 padding-bottom: 50px;
}

h1 {
 width: 90%;
 margin-inline: auto;
 font-size: 28px;
 font-weight: bold;
 text-align: center;
 line-height: 1.5;
 margin-bottom: 2em;
}

p {
 margin-bottom: 1em;
}

p.ex {
 margin-bottom: 0;
}

ol {
 list-style: decimal;
 margin-left: 1.1em;
 margin-bottom: 1em;
}

ol li {
 font-weight: normal;
 color: #1d1d1d;
 margin-bottom: 0.2em;
 font-size: var(--primary-font-size);
}

.timetable {
 width: 100%;
 margin-inline: auto;
 margin-top: 3em;
}

table {
 width: 100%;
 border-bottom: 2px solid #bfbfbf;
}

table tr th,
table tr td {
 padding: 0.4em;
 border-bottom: 1px solid #fff;
}

table tr th:not(:last-child),
table tr td:not(:last-child) {
 border-right: 1px solid #fff;
}


table tr:nth-child(odd) td {
 background: #e7e7e7;
}

table tr th {
 background-color: #000;
 color: #fff;
 text-align: center;
}

table tr td {
 background-color: #cbcbcb;
 text-align: center;
}

table tr td a {
 color: blue;
 text-decoration: underline;
}

table tr:last-child td {
 border-bottom: none;
}

@media (max-width:767px) {
 .pconly {
  display: none;
 }

 .sponly {
  display: block;
 }

 h1 {
  font-size: 18px;
 }

 .timetable {
  margin-top: 2em;
 }

 table tr th,
 table tr td {
  font-size: 12px;
 }
}

.wsWrap {
 margin-top: 3em;
 width: 80%;
 margin-inline: auto;
}

.wsWrap input[type="text"] {
 padding: 5px 10px;
 border: 1px solid rgb(205, 205, 205);
 font-size: var(--input-font-size);
 background-color: #fff;
 border-radius: 5px;
 width: 100%;
 margin: 1em 1em 0;
}

.wsWrap dt {
 font-size: var(--input-ttl-font-size);
 font-weight: normal;
}


.bt {
 border-radius: 8px;
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 12px;
 color: #fff;
 font-size: var(--input-font-size);
 background-color: #4472c4;
 width: 40%;
 margin-inline: auto;
 font-feature-settings: "palt";
}

input[type="submit"] {
 cursor: pointer;
 margin-top: 1em;
}

.error {
 display: none;
 margin-left: 1.3em;
 margin-top: 0.2em;
 color: red;
}

.pwerror .errormessage {
 color: red;
}

input[type="text"]:invalid+.error {
 display: block;
}

.jumpurl {
 width: 90%;
 margin-inline: auto;
 display: none;
 margin-top: 2em;
}

.jumpurl p {
 font-size: var(--primary-font-size);
 margin-bottom: 0;
}

.jumpurl a.url {
 font-size: var(--input-ttl-font-size);
 display: block;
 margin-bottom: 1em;
 color: blue;
}

.correct .wsWrap {
 display: none;
}

.correct .jumpurl {
 display: block;
}

button.ui-dialog-titlebar-close {
 display: none;
}

.ui-widget-header {
 border: 1px solid #dddddd;
 background: #4472c4 !important;
 color: #333333;
 font-weight: bold;
}