body {
  font-family: "Noto Sans JP";
  margin: 0;
  background: #f3d9c7;
  color: #37441e;
}

.test {
  background: #d0f9dd;
}

h1, h2 {
  color: #17241e;
  padding-left: 40px;
  padding-right: 60px
}

h4 {
  padding-left: 50px;
  padding-right: 50px
}

ul {
  font-size: 19px;
}

ol {
  list-style-type: upper-latin;
}

.vocabulary_sentences {
  list-style-type: decimal-leading-zero;
  width: 82%;
}

.questionnaire-questions {
    counter-reset: li;    /* li のカウンタを 0 にセット */
    list-style: none;
}

.questionnaire-questions li:before {
    color: #a33;
    font-size: 16px;
    counter-increment: li;   /* li の数を一つずつ増加 */
    content: "設問 " counter(li);          /* 数を表示 */
}

.english-test-questions {
    counter-reset: li;    /* li のカウンタを 0 にセット */
    list-style: none;
}

.english-test-questions li:before {
    color: #a33;
    font-size: 16px;
    counter-increment: li;   /* li の数を一つずつ増加 */
    content: "Q. " counter(li);          /* 数を表示 */
}

.radio-options {
  list-style-type: decimal;
  width: 82%;
}

.list_parentheses {
  padding:0 0 0 2em;
  margin:0;
}

.list_parentheses li {
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
.list_parentheses li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

p {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 19px;
}

.midashi {
  font-size: 22px;
  font-weight: bold;
  color: #a7342e;
}

iframe {
  margin-left: 100px;
}

select {
  margin: 3px;
  padding: 3px;
  font-size: 18px;
}

header.description {
  position: fixed;
  top: 0;
  z-index: 2;
  background: #f3d9c7;
  height: auto;
  width: 100%;
  padding: 15px;
}

input { cursor: pointer; }

.question-box {
  overflow: auto; /* スクロールする範囲を制御 */
  margin-top: 200px;
  padding: 30px;
  font-size: 20px;
}

.question-box-dictation {
  overflow: auto; /* スクロールする範囲を制御 */
  margin-top: 400px;
  padding: 30px;
  font-size: 20px;
}

.question-box-questionnare  {
  overflow: auto; /* スクロールする範囲を制御 */
  margin-top: 160px;
  padding: 30px;
  font-size: 20px;
}

.question-box-logic1  {
  overflow: auto; /* スクロールする範囲を制御 */
  margin-top: 350px;
  padding: 30px;
  font-size: 20px;
}

.question-box-criticalthinking  {
  overflow: auto; /* スクロールする範囲を制御 */
  margin-top: 300px;
  padding: 30px;
  font-size: 20px;
}

.reibun {
  border-radius:9px;
  border: solid 4px #a7883e;
  width:75%;
  padding:20px;
  margin-left:40px;
  background-color:#ffe769;
}

#handout {
  overflow: auto; /* スクロールする範囲を制御 */
  margin-top: 150px;
  padding: 30px;
  font-size: 20px;
}

.qr-box {
  width: 100px;
  padding-left: 50px;
}

.reference {
  font-size: 14px;
  margin-top:13px;
}

#words-box {
  margin: 20px;
  padding: 20px;
  font-size: 20px;
}

#score-board, #score-board1, #score-board2, #score-board3, #score-board4 {
  width: 75%;
  height: 180px;
  border-radius: 8px;
  border: solid 5px #b7842e;
  background-color: #ffefdb;
  margin-left: 30px;
  margin-top: 50px;
  padding: 20px;
  font-weight: bold;
}

.blank {
  font-weight: lighter;
  font-size: 13px;
  color: #a7342e;
}

.answers {
  font-weight: lighter;
  font-size: 17px;
}

#subtitle {
  padding-left: 30px;
  font-size: 17px;
  color: #474747;
}

.vocabulary-chart {
  background-color: #c2ae9f;
  border-collapse: collapse;
  border: solid 4px #7f7f7f;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-left: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

table.vocabulary-chart td {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.questionnaire-name-number {
  background-color: #c2ae9f;
  border-collapse: collapse;
  border: solid 4px #7f7f7f;
  margin: 40px;
  margin-left: 20%;
  text-align: center;
  font-size: 15px;
}

table.questionnaire-name-number td {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.assignment-name-number {
  background-color: #f1d8c5;
  border: solid 10px #7f7f7f;
  font-size: 15px;
}

table.assignment-name-number td {
  padding: 10px;
}

.truth-table {
  margin: 40px;
  border-collapse: collapse;
  text-align: center;
  width: 400px;
}

.truth-table td {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

table.truth-table tr.underline {
  border-bottom: solid 2px black;
}

table.truth-table td.right {
  border-right: solid 2px black;
}

table.truth-table td.right-dotted {
  border-right: dotted 2px black;
}

table.truth-table td.right-double {
  border-right: double 4px brown;
}

textarea {
  background: #f9f9f9;
}

#footer {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #6c5403;
  padding-top: 11px;
  padding-right: 38px;
  padding-bottom: 38px;
}

#self-evaluate, #show-modal {
  display: inline-block;
  position: relative;
  top: 0px;
  z-index: 1;
  padding: 0.42em 1.82em;
  font-size: 0.82em;
  border-radius: 9px;
  margin: 7px 9px;
  background-image: linear-gradient(#c6a1e9 0%, #CECEF6 100%);
  border-left: solid 5px #6e8fe2;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.29);
  letter-spacing: 0.07em;
}

#self-evaluate:hover, #show-modal:hover {
  color: #fdfdfd;
  background: #786e64;
  border-left: solid 5px #999f02;
  box-shadow: 1px 3px rgba(20, 20, 20, 0.5);
}

#A1-copy, #A2-copy, #B1-copy, #B2-copy, #C1-copy, #C2-copy, #D1-copy, #D2-copy,
#w1-copy, #w2-copy, #w3-copy, #w4-copy, #w5-copy, #w6-copy, #w7-copy, #w8-copy, #w9-copy, #w10-copy {
  display: inline-block;
  padding: 0.3em 1.5em;
  text-decoration: none;
  background: #e7e7e7;
  border-radius: 5px;
  border-left: solid 3px #a7342e;/*左線*/
  color: #a7342e;/*文字色*/
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

#tips {
  position: relative;
  left: 70%;
  top: 0px;
  z-index: 1;
  display: inline-block;
  margin-bottom: 12px;
  padding: 0.3em 1.5em;
  text-decoration: none;
  background: #e7e7e7;
  border-radius: 5px;
  border-left: solid 3px #a7342e;/*左線*/
  color: #a7342e;/*文字色*/
  font-weight: bold;
  font-size: 16px;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.29);
}

#tips:hover {
  color: #fdfdfd;
  background: #786e64;
  border-left: solid 5px #999f02;
  box-shadow: 0px 3px 3px rgba(20, 20, 20, 0.5);
}

.next {
  position: relative;
  left: 70%;
  top: 0px;
  z-index: 1;
  display: inline-block;
  margin-bottom: 12px;
  padding: 0.3em 1.5em;
  text-decoration: none;
  background: #e7e7e7;
  border-radius: 5px;
  border-left: solid 3px #a7342e;/*左線*/
  color: #a7342e;/*文字色*/
  font-weight: bold;
  font-size: 16px;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.29);
}

.next:hover {
  color: #fdfdfd;
  background: #786e64;
  border-left: solid 5px #999f02;
  box-shadow: 0px 3px 3px rgba(20, 20, 20, 0.5);
}

.header-button {
  position: relative;
  top: 0px;
  z-index: 1;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0.3em 1.5em;
  text-decoration: none;
  background: #e7e7e7;
  border-radius: 5px;
  border-left: solid 3px #a7342e;/*左線*/
  color: #a7342e;/*文字色*/
  font-weight: bold;
  font-size: 16px;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.29);
}

.header-button:hover {
  color: #fdfdfd;
  background: #786e64;
  border-left: solid 5px #999f02;
  box-shadow: 0px 3px 3px rgba(20, 20, 20, 0.5);
}

.m-mask {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  display: table;
  transition: opacity .2s ease;
}

.m-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.m-container {
  width: 460px;
  margin: 0px auto;
  background-color: rgba(0, 0, 0, .33);
  border-radius: 1px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .33);
  transition: all .2s ease;
}

.m-footer {
  padding-bottom: 3px;
}

.m-enter, .m-leave-active {
  opacity: 0;
}

.m-enter .m-container,
.m-leave-active .m-container {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
