@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Roboto";
  src: url("../component/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../component/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: medium;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../component/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/*
@font-face {
    font-family: 'Noto Sans JP';
    src: url('../component/Noto_Sans_JP/NotoSansJP-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url('../component/Noto_Sans_JP/NotoSansJP-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
*/
/* my normalize */
label {
  cursor: pointer;
}

object,
embed {
  vertical-align: top;
}

img {
  vertical-align: bottom;
}

.pkg:before,
.pkg:after {
  content: "";
  display: table;
}

.pkg:after {
  clear: both;
}

.pkg {
  zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

canvas {
  display: block;
}

html {
  overflow: hidden;
  font-size: 75%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  z-index: -3;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  word-wrap: break-word;
}

html,
button,
input,
select,
textarea {
  font-family: "Roboto", sans-serif;
}

a:link,
a:visied,
a:hover {
  transition: all 0.2s ease-in;
}

a:link {
  color: #0044CC;
}

a:visited {
  color: white;
}

a:hover {
  color: #301b81;
  transition: all 0.2s ease-in;
}

a img:hover {
  opacity: 0.5;
  transition: all 0.2s ease-in;
}

@media screen and (min-width: 1100px) {
  br.softbr {
    display: none;
  }
}

.disable {
  pointer-events: none;
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

.container-large {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container-large {
    width: 100%;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}

.container-narrow {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .container-narrow {
    width: 100%;
  }
}

.no-padding {
  padding: 0 !important;
}

hr.dot {
  width: 100%;
  margin: 0 auto;
  height: 0;
  padding: 0;
  border: 0;
  border-top: 1px dotted #aaa;
}
@media screen and (max-width: 1100px) {
  hr.dot {
    width: calc(100% - 20px);
    margin: 0 10px 0;
  }
}

h3 {
  margin-bottom: 3px;
  font-size: 1.4rem;
}
h3.has-background {
  background-color: #f0f0f0;
  margin-bottom: 1px;
  padding: 8px;
}

table {
  border-collapse: collapse;
  font-size: 1.6rem;
}

th.sort-default span {
  background: url("../img/mark_sort_default.svg?1") center right 3px no-repeat;
  padding: 5px 0;
  padding-right: 15px;
}
th.sort-default span:hover {
  background-color: #FEE8F3;
  cursor: pointer;
}

th.sort-up span {
  background: url("../img/mark_sort_up.svg?1") center right 3px no-repeat;
  padding: 5px 0;
  padding-right: 15px;
}
th.sort-up span:hover {
  background-color: #FEE8F3;
  cursor: pointer;
}

th.sort-down span {
  background: url("../img/mark_sort_down.svg?1") center right 3px no-repeat;
  padding: 5px 0;
  padding-right: 15px;
}
th.sort-down span:hover {
  background-color: #FEE8F3;
  cursor: pointer;
}

/**/
input::placeholder {
  color: #ddd;
}

input[type=submit] {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 3px;
}
input[type=submit]:hover {
  opacity: 0.5;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

button {
  border: none;
  padding: 3px 16px;
  border-radius: 3px;
}
button:hover {
  opacity: 0.5;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
button.cancel {
  background-color: #ccc !important;
}
button:disabled {
  pointer-events: none;
  filter: saturate(30%);
  opacity: 0.5;
}

/**/
.account-wrap {
  width: 100%;
  height: 100%;
  background: #2F89FF url("../img/bgimg.jpg?1") right bottom/50vw auto no-repeat;
}
body#supporter .account-wrap {
  background-image: url("../img/bgimg-supporter.jpg?1");
  background-color: #99CC33;
}

.account-box {
  width: 1000px;
  padding-top: calc(100vh * 0.13);
  padding-left: calc(100vw * 0.13);
  color: #fff;
}
.account-box p {
  margin-top: 30px;
  margin-bottom: 40px;
}
.account-box .app-title {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 30px;
}
.account-box .error-message {
  font-weight: bold;
  color: #ff815b;
}
.account-box table td {
  color: #fff;
  padding: 10px 0;
}
.account-box table td.title {
  text-align: right;
  padding-right: 20px;
}
.account-box table input[type=email],
.account-box table input[type=text],
.account-box table input[type=password] {
  width: 350px;
  color: #555;
  border: none;
  border-radius: 3px;
  padding: 10px 5px;
}
.account-box table input[type=checkbox] {
  margin-right: 6px;
}
.account-box table label:hover {
  text-decoration: underline;
}
.account-box input.login {
  width: 150px;
  margin-top: 15px;
  background-color: #fff;
  color: #000;
  border-radius: 100px;
  padding: 13px 0 10px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
}
.account-box .forget-password {
  margin-top: 20px;
  padding-top: 15px;
  font-size: 1.4rem;
  border-top: 1px dotted rgba(255, 255, 255, 0.5);
}
.account-box .forget-password a {
  text-decoration: none;
  color: inherit;
}
.account-box .forget-password a:hover {
  text-decoration: underline;
}
.account-box input.reset {
  width: 250px;
  margin-top: 15px;
  background-color: #fff;
  color: #000;
  border-radius: 100px;
  padding: 13px 0 10px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
}

.login-wrap {
  width: 100%;
  height: 100%;
  background: #2F89FF url("../img/bgimg.jpg") right bottom/50vw auto no-repeat;
}
body#supporter .login-wrap {
  background-image: url("../img/bgimg-supporter.jpg");
  background-color: #99CC33;
}

.login-box {
  width: 800px;
  padding-top: calc(100vh * 0.13);
  padding-left: calc(100vw * 0.13);
}
.login-box .app-title {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 30px;
}
.login-box .error-message {
  font-weight: bold;
  color: #ff815b;
}
.login-box table td {
  color: #fff;
  padding: 10px 0;
}
.login-box table td.title {
  text-align: right;
  padding-right: 20px;
}
.login-box table input[type=email],
.login-box table input[type=text],
.login-box table input[type=password] {
  width: 300px;
  color: #555;
  border: none;
  border-radius: 3px;
  padding: 10px 5px;
}
.login-box table input[type=checkbox] {
  margin-right: 6px;
}
.login-box table label:hover {
  text-decoration: underline;
}
.login-box input.login {
  width: 150px;
  margin-top: 15px;
  background-color: #fff;
  color: #000;
  border-radius: 100px;
  padding: 13px 0 10px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
}
.login-box .forget-password {
  margin-top: 20px;
  padding-top: 15px;
  font-size: 1.4rem;
  border-top: 1px dotted rgba(255, 255, 255, 0.5);
}
.login-box .forget-password a {
  text-decoration: none;
  color: inherit;
}
.login-box .forget-password a:hover {
  text-decoration: underline;
}

header {
  background-color: #2F89FF;
  height: 65px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: 0.5s height;
  overflow-y: hidden;
}
body#supporter header {
  background-color: #99CC33;
}
header.expanded {
  height: 130px;
}
header .title {
  padding: 0 12px;
  display: flex;
  align-items: center;
}
header .title .icon {
  width: 36px;
  height: auto;
  margin-left: 30px;
  margin-right: 10px;
}
header .title .user-name {
  font-size: 2rem;
}
header .title .mailaddress {
  font-size: 1.4rem;
  margin-left: 20px;
}
header .navbar-toggler-wrap {
  background-color: #2F89FF;
  height: 65px;
  flex: 1;
}
body#supporter header .navbar-toggler-wrap {
  background-color: #99CC33;
}
header .navbar-toggler-wrap .navbar-toggler {
  float: right;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0);
  height: 65px;
  padding: 0 10px 0 10px;
}
header .navbar-toggler-wrap .navbar-toggler .navbar-toggler-icon {
  width: 2.6em;
  height: 2.6em;
}
header .menu {
  text-align: right;
  padding: 0 0 0 12px;
  font-size: 1.4rem;
  width: 100%;
}
header .menu a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  height: 65px;
  line-height: 65px;
}
header .menu a:hover {
  outline: 2px solid #fff;
  outline-offset: -2px;
  transition: none;
}
header .menu a.student-list-btn {
  background-color: #30AFC5;
  color: #fff;
  padding: 0 10px;
  text-align: center;
}
header .menu a.student-list-btn i {
  margin-right: 5px;
}
header .menu a.student-list-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
header .menu a.password-change {
  background-color: #276c79;
  color: #fff;
  padding: 0 10px;
  text-align: center;
}
header .menu a.password-change:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
header .menu a.logout {
  background-color: #333;
  color: #fff;
  padding: 0 10px;
  text-align: center;
}
header .menu a.logout:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
header .menu a#questionnaire-btn {
  background-color: #543443;
  color: #fff;
  padding: 0 10px;
  text-align: center;
}
header .menu a#questionnaire-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
header .menu a#help-btn {
  background-color: #26337E;
  color: #fff;
  padding: 0 10px;
  text-align: center;
}
header .menu a#help-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
header .menu a#admin-btn {
  background-color: #747474;
  color: #fff;
  padding: 0 10px;
  text-align: center;
}
header .menu a#admin-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
header .menu span {
  display: inline-block;
}
header .menu .user {
  line-height: 1;
  margin-right: 20px;
}
header .menu .user i {
  font-size: 2.4rem;
  margin-right: 8px;
  vertical-align: -3px;
}

main {
  height: calc(100vh - 65px);
}

#questionnaire {
  background-color: #E5ECEF;
}
#questionnaire .container {
  padding: 40px 40px 20px;
  overflow-y: auto;
  height: calc(100vh - 65px);
}
#questionnaire .message {
  background-color: #F1F2F7;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 60px;
}
#questionnaire .message .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#questionnaire .message .title i {
  color: #2F89FF;
  font-size: 3rem;
  margin-right: 8px;
  vertical-align: -2px;
}
#questionnaire .message .text {
  font-size: 1.6rem;
  line-height: 2;
}
#questionnaire table.q-list {
  width: 100%;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}
#questionnaire table.q-list tr td {
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
}
#questionnaire table.q-list tr td.question {
  padding-right: 20px;
}
#questionnaire table.q-list tr td.answer {
  text-align: right;
  white-space: nowrap;
}
#questionnaire table.q-list tr td.answer input {
  margin-left: 12px;
  margin-right: 3px;
}
#questionnaire table.q-list tr td.answer label {
  font-weight: bold;
  color: #777;
}
#questionnaire .bikou .title {
  margin-bottom: 8px;
  font-size: 1.4rem;
}
#questionnaire .bikou textarea {
  border: 1px solid #ccc;
  width: 600px;
  padding: 10px;
}
#questionnaire .submit {
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: center;
}
#questionnaire .submit button {
  margin: 0 10px;
  background-color: #2F89FF;
  color: #fff;
  border-radius: 100px;
  padding: 13px 20px 10px;
  font-size: 1.4rem;
  line-height: 1;
}
#questionnaire .submit button.goto-ex {
  background-color: #666;
}
#questionnaire .submit p.note {
  font-size: 1.4rem;
  line-height: 1.3;
}

#experiment-list {
  display: flex;
}
#experiment-list .category {
  width: 20.8%;
  max-width: 400px;
  min-width: 300px;
  background-color: #FAFAFB;
  padding: 16px;
  overflow-y: auto;
  height: calc(100vh - 65px - 65px);
}
#experiment-list .category table {
  width: 100%;
}
#experiment-list .category table td {
  vertical-align: top;
  padding: 5px 0;
}
#experiment-list .category table td.button {
  width: 20px;
}
#experiment-list .category table td.label {
  font-size: 1.4rem;
  line-height: 1.3;
  padding-right: 14px;
}
#experiment-list .category table td.label:hover {
  text-decoration: underline;
}
#experiment-list .category table td.grouplabel {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2;
  padding-right: 16px;
}
#experiment-list .category table td.grouplabel:hover {
  text-decoration: underline;
}
#experiment-list .category table td.check-mark {
  width: 30px;
  text-align: center;
}
#experiment-list .category table td.check-mark span.checked {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #409D26;
  padding: 0;
  border-radius: 100%;
}
#experiment-list .category table td.check-mark span.checked i {
  font-size: 1rem;
  color: #fff;
}
#experiment-list .category table td.check-mark span.not-checked {
  display: inline-block;
  height: 2.2rem;
  background-color: #ccc;
  padding: 0 0.35rem;
  border-radius: 1.1rem;
}
#experiment-list .category table td.check-mark span.not-checked i {
  font-size: 1rem;
  color: #fff;
}
#experiment-list .category table td.check-mark span.not-checked .badge_num {
  font-size: 1rem;
  color: #000;
}
#experiment-list .category table td.check-mark span.todo-remain {
  display: inline-block;
  height: 2.2rem;
  background-color: #b7dc6d;
  padding: 0 0.35rem;
  border-radius: 1.1rem;
}
#experiment-list .category table td.check-mark span.todo-remain i {
  font-size: 1rem;
  color: #fff;
}
#experiment-list .category table td.check-mark span.todo-remain .badge_num {
  font-size: 1rem;
  color: #000;
}
#experiment-list .list-box {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
  height: calc(100vh - 65px - 65px);
}
#experiment-list .list-box .main-list {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
#experiment-list .list-box .main-list .title {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  background-color: #ddd;
}
#experiment-list .list-box .main-list .title .number {
  font-size: 1.4rem;
  margin-right: 10px;
}
#experiment-list .list-box .main-list .title .text {
  font-size: 2rem;
}
#experiment-list .list-box .main-list .cols {
  display: flex;
  justify-content: flex-start;
  padding: 20px;
}
#experiment-list .list-box .main-list .cols .movie {
  padding-right: 20px;
}
#experiment-list .list-box .main-list .cols .movie img {
  width: 225px;
  height: auto;
  border-radius: 5px;
}
#experiment-list .list-box .main-list .cols .movie a {
  display: block;
  position: relative;
}
#experiment-list .list-box .main-list .cols .movie a:hover {
  opacity: 0.5;
}
#experiment-list .list-box .main-list .cols .movie a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/play-circle-solid.svg?1") center center/26px 26px no-repeat;
  opacity: 0.9;
}
#experiment-list .list-box .main-list .cols .answer {
  width: 150px;
}
#experiment-list .list-box .main-list .cols .answer table {
  height: 100%;
}
#experiment-list .list-box .main-list .cols .answer table th, #experiment-list .list-box .main-list .cols .answer table td {
  border: 1px solid #ccc;
  vertical-align: top;
  padding: 10px;
}
#experiment-list .list-box .main-list .cols .answer table th {
  font-size: 1.4rem;
  font-weight: bold;
  width: 10px;
  white-space: nowrap;
}
#experiment-list .list-box .main-list .cols .answer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  flex: 0 0 14rem;
}
#experiment-list .list-box .main-list .cols .answer-btn button {
  font-size: 1.6rem;
  padding: 12px 14px 10px;
  border-radius: 100px;
  background-color: #2F89FF;
  color: #fff;
}
#experiment-list .list-box .main-list .cols .check {
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#experiment-list .list-box .main-list .cols .check span.checked {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #409D26;
  padding: 6px 5px 5px;
  border-radius: 100%;
}
#experiment-list .list-box .main-list .cols .check span.checked i {
  font-size: 13px;
  color: #fff;
}
#experiment-list .list-box .main-list .cols .check span.not-checked {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ccc;
  padding: 6px 5px 5px;
  border-radius: 100%;
}
#experiment-list .list-box .main-list .cols .check span.not-checked i {
  font-size: 13px;
  color: #fff;
}
#experiment-list .sort-unanswered {
  display: inline-block;
  margin-bottom: 16px;
  background-color: #eee;
  padding: 8px 16px 6px;
  border-radius: 100px;
}
#experiment-list .sort-unanswered input {
  margin-right: 6px;
}
#experiment-list .sort-unanswered label {
  font-size: 1.4rem;
  font-weight: bold;
  user-select: none;
  vertical-align: 1px;
}
#experiment-list .sort-unanswered label:hover {
  opacity: 0.5;
  transition: all 0.2s ease-in;
}
#experiment-list .whole-table, #experiment-list .list-table {
  width: 100%;
  /*
  tbody tr:hover td {
  	background-color: #F8F6E8;
  }
  */
}
#experiment-list .whole-table caption, #experiment-list .list-table caption {
  text-align: left;
  padding: 0 0 7px;
  font-size: 1.4rem;
}
#experiment-list .whole-table tr.main-list-row td, #experiment-list .list-table tr.main-list-row td {
  background-color: #F2F7DF;
}
#experiment-list .whole-table th, #experiment-list .list-table th {
  font-size: 1.4rem;
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
}
#experiment-list .whole-table th.check, #experiment-list .list-table th.check {
  width: 10px;
  white-space: nowrap;
}
#experiment-list .whole-table th.movie.hide, #experiment-list .list-table th.movie.hide {
  display: none;
}
#experiment-list .whole-table th.note-fukidashi, #experiment-list .list-table th.note-fukidashi {
  width: 10px;
  white-space: nowrap;
}
#experiment-list .whole-table th.support-status, #experiment-list .list-table th.support-status {
  width: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 1550px) {
  #experiment-list .whole-table th.support-status span:nth-child(2), #experiment-list .list-table th.support-status span:nth-child(2) {
    display: none;
  }
}
#experiment-list .whole-table th.solution1, #experiment-list .whole-table th.solution2, #experiment-list .whole-table th.solution3, #experiment-list .list-table th.solution1, #experiment-list .list-table th.solution2, #experiment-list .list-table th.solution3 {
  width: 91px;
  white-space: nowrap;
}
@media screen and (max-width: 1550px) {
  #experiment-list .whole-table th.solution1, #experiment-list .whole-table th.solution2, #experiment-list .whole-table th.solution3, #experiment-list .list-table th.solution1, #experiment-list .list-table th.solution2, #experiment-list .list-table th.solution3 {
    width: 20px;
  }
  #experiment-list .whole-table th.solution1 span:nth-child(2), #experiment-list .whole-table th.solution2 span:nth-child(2), #experiment-list .whole-table th.solution3 span:nth-child(2), #experiment-list .list-table th.solution1 span:nth-child(2), #experiment-list .list-table th.solution2 span:nth-child(2), #experiment-list .list-table th.solution3 span:nth-child(2) {
    display: none;
  }
}
#experiment-list .whole-table th.solution-fukidashi, #experiment-list .list-table th.solution-fukidashi {
  width: 10px;
  white-space: nowrap;
}
#experiment-list .whole-table th.sort, #experiment-list .list-table th.sort {
  padding-right: 20px;
}
#experiment-list .whole-table th.sort:hover, #experiment-list .list-table th.sort:hover {
  cursor: pointer;
}
#experiment-list .whole-table th.sort.default, #experiment-list .list-table th.sort.default {
  background: #fff url("../img/sort_both.png?1") right center no-repeat;
}
#experiment-list .whole-table th.sort.ascend, #experiment-list .list-table th.sort.ascend {
  background: #fff url("../img/sort_asc.png?1") right center no-repeat;
}
#experiment-list .whole-table th.sort.descend, #experiment-list .list-table th.sort.descend {
  background: #fff url("../img/sort_desc.png?1") right center no-repeat;
}
#experiment-list .whole-table td, #experiment-list .list-table td {
  padding: 10px;
  border: 1px solid #ccc;
}
#experiment-list .whole-table td.check, #experiment-list .list-table td.check {
  font-size: 16px;
  width: 10px;
  white-space: nowrap;
  text-align: center;
}
#experiment-list .whole-table td.check span.checked, #experiment-list .list-table td.check span.checked {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #409D26;
  padding: 6px 5px 5px;
  border-radius: 100%;
}
#experiment-list .whole-table td.check span.checked i, #experiment-list .list-table td.check span.checked i {
  font-size: 13px;
  color: #fff;
}
#experiment-list .whole-table td.check span.not-checked, #experiment-list .list-table td.check span.not-checked {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ccc;
  padding: 6px 5px 5px;
  border-radius: 100%;
}
#experiment-list .whole-table td.check span.not-checked i, #experiment-list .list-table td.check span.not-checked i {
  font-size: 13px;
  color: #fff;
}
#experiment-list .whole-table td.movie, #experiment-list .list-table td.movie {
  width: 10px;
  white-space: nowrap;
  vertical-align: top;
}
#experiment-list .whole-table td.movie.hide, #experiment-list .list-table td.movie.hide {
  display: none;
}
#experiment-list .whole-table td.movie img, #experiment-list .list-table td.movie img {
  border-radius: 5px;
}
#experiment-list .whole-table td.movie a, #experiment-list .list-table td.movie a {
  display: block;
  position: relative;
}
#experiment-list .whole-table td.movie a:hover, #experiment-list .list-table td.movie a:hover {
  opacity: 0.5;
}
#experiment-list .whole-table td.movie a:after, #experiment-list .list-table td.movie a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/play-circle-solid.svg?1") center center/26px 26px no-repeat;
  opacity: 0.9;
}
#experiment-list .whole-table td.title, #experiment-list .list-table td.title {
  line-height: 1.5;
  vertical-align: top;
}
#experiment-list .whole-table td.title .number, #experiment-list .list-table td.title .number {
  display: inline-block;
  color: #666;
  border: 1px solid #aaa;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 4px 12px 3px;
  min-width: 40px;
  text-align: center;
  margin-right: 6px;
}
#experiment-list .whole-table td.title .text, #experiment-list .list-table td.title .text {
  display: block;
  vertical-align: -1px;
}
#experiment-list .whole-table td.note-fukidashi, #experiment-list .whole-table td.solution-fukidashi, #experiment-list .list-table td.note-fukidashi, #experiment-list .list-table td.solution-fukidashi {
  text-align: center;
  width: 10px;
  white-space: nowrap;
}
#experiment-list .whole-table td.note-fukidashi span.fukidashi, #experiment-list .whole-table td.solution-fukidashi span.fukidashi, #experiment-list .list-table td.note-fukidashi span.fukidashi, #experiment-list .list-table td.solution-fukidashi span.fukidashi {
  padding: 10px;
}
#experiment-list .whole-table td.note-fukidashi span.fukidashi:hover, #experiment-list .whole-table td.solution-fukidashi span.fukidashi:hover, #experiment-list .list-table td.note-fukidashi span.fukidashi:hover, #experiment-list .list-table td.solution-fukidashi span.fukidashi:hover {
  opacity: 0.5;
}
#experiment-list .whole-table td.note-fukidashi i, #experiment-list .whole-table td.solution-fukidashi i, #experiment-list .list-table td.note-fukidashi i, #experiment-list .list-table td.solution-fukidashi i {
  font-size: 2rem;
  color: #99CC33;
}
#experiment-list .whole-table td.support-status, #experiment-list .list-table td.support-status {
  width: 10px;
  white-space: nowrap;
  text-align: center;
  font-size: 1.4rem;
}
#experiment-list .whole-table td.support-status .not-considered, #experiment-list .list-table td.support-status .not-considered {
  padding: 4px 8px;
  background-color: #FDE2EF;
}
#experiment-list .whole-table td.support-status .under-consideration, #experiment-list .list-table td.support-status .under-consideration {
  padding: 4px 8px;
  background-color: #FFF7BA;
}
#experiment-list .whole-table td.support-status .considered, #experiment-list .list-table td.support-status .considered {
  padding: 4px 8px;
  background-color: #E6F7CB;
}
#experiment-list .whole-table td.support-status span[data-support-status="1"], #experiment-list .list-table td.support-status span[data-support-status="1"] {
  padding: 4px 8px;
  background-color: #FDE2EF;
}
#experiment-list .whole-table td.support-status span[data-support-status="2"], #experiment-list .list-table td.support-status span[data-support-status="2"] {
  padding: 4px 8px;
  background-color: #FFF7BA;
}
#experiment-list .whole-table td.support-status span[data-support-status="3"], #experiment-list .list-table td.support-status span[data-support-status="3"] {
  padding: 4px 8px;
  background-color: #E6F7CB;
}
#experiment-list .whole-table td.solution1, #experiment-list .whole-table td.solution2, #experiment-list .whole-table td.solution3, #experiment-list .list-table td.solution1, #experiment-list .list-table td.solution2, #experiment-list .list-table td.solution3 {
  text-align: center;
}
#experiment-list .whole-table td.solution1 i, #experiment-list .whole-table td.solution2 i, #experiment-list .whole-table td.solution3 i, #experiment-list .list-table td.solution1 i, #experiment-list .list-table td.solution2 i, #experiment-list .list-table td.solution3 i {
  font-size: 2rem;
  color: #99CC33;
}
#experiment-list .whole-table td.answer-btn, #experiment-list .list-table td.answer-btn {
  width: 10px;
  white-space: nowrap;
}
#experiment-list .whole-table td.answer-btn button, #experiment-list .list-table td.answer-btn button {
  font-size: 1.2rem;
  padding: 8px 10px 6px;
  border-radius: 100px;
  background-color: #2F89FF;
  color: #fff;
}
#experiment-list .whole-table td.write-btn, #experiment-list .list-table td.write-btn {
  width: 10px;
  white-space: nowrap;
}
#experiment-list .whole-table td.write-btn button, #experiment-list .list-table td.write-btn button {
  font-size: 1.2rem;
  padding: 8px 16px 6px;
  border-radius: 100px;
  background-color: #99CC33;
  color: #fff;
}
#experiment-list .whole-table img.thumbnail, #experiment-list .list-table img.thumbnail {
  width: 105px;
  height: 70px;
  object-fit: cover;
}

#finish .container {
  padding: 60px 16px 60px;
}
#finish .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#finish .buttons {
  padding: 100px 0 0;
  text-align: center;
}
#finish .confirm {
  margin-bottom: 16px;
}
#finish .confirm button {
  width: 230px;
  background-color: #2F89FF;
  color: #fff;
  border-radius: 100px;
  padding: 18px 0 15px;
  font-size: 1.4rem;
  line-height: 1;
}
#finish .close button {
  width: 230px;
  background-color: #555;
  color: #fff;
  border-radius: 100px;
  padding: 18px 0 15px;
  font-size: 1.4rem;
  line-height: 1;
}

#help {
  background-color: #F6F7F7;
  transition: all 500ms cubic-bezier(0.17, 0.935, 0.305, 1);
  border-left: 1px solid #ccc;
}
#help .wrap .btn {
  padding: 16px;
  border-bottom: 1px solid #ccc;
  background-color: #f0f0f0;
  height: 65px;
}
#help .wrap .btn button {
  margin-right: 16px;
  font-size: 1.2rem;
  padding: 8px 16px 6px;
  border-radius: 100px;
  background-color: #26337e;
  color: #fff;
  float: right;
}
#help .wrap .content {
  padding: 50px;
  padding-top: 32px;
  overflow-y: auto;
  height: calc(100vh - 65px);
}
#help .wrap .content .help-content {
  margin: 0 auto;
  max-width: 1300px;
}
#help .wrap .content h1 {
  margin-bottom: 24px;
  font-weight: 700;
}
#help .wrap .content h2 {
  padding-top: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 16px;
}
#help .wrap .content article {
  padding: 14px 32px 52px 32px;
  margin-bottom: 12px;
}
#help .wrap .content article h3 {
  border-bottom: 1px solid;
  margin-left: -10px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 16px;
}
#help .wrap .content article h4 {
  margin: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 6px;
}
#help .wrap .content article ul {
  margin: 0;
}
#help .wrap .content article ul li {
  font-size: 1.4rem;
}
#help .wrap .content article .text {
  margin-top: 1.4rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
#help .wrap img {
  margin: 0 24px;
  display: block;
  max-width: 100%;
  margin-top: 1rem;
  border: 1px solid #979797;
}
#help .wrap img.inline {
  display: inline-block;
  margin: 0 3px;
  height: 2.1rem;
}

#answer-dialog,
#movie-dialog {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  top: 0;
  left: 0;
}
#answer-dialog .background,
#movie-dialog .background {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#answer-dialog .dialog,
#movie-dialog .dialog {
  background-color: #fff;
  border-radius: 3px;
  width: 900px;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 24px;
}
#answer-dialog .dialog .header-cols,
#movie-dialog .dialog .header-cols {
  display: flex;
  justify-content: space-between;
  border-bottom: 3px double #ccc;
  margin-bottom: 16px;
}
#answer-dialog .dialog .header-cols .title,
#movie-dialog .dialog .header-cols .title {
  flex: 1;
}
#answer-dialog .dialog .header-cols .title .number,
#movie-dialog .dialog .header-cols .title .number {
  font-size: 1.4rem;
  margin-right: 6px;
  vertical-align: middle;
}
#answer-dialog .dialog .header-cols .title .text,
#movie-dialog .dialog .header-cols .title .text {
  font-size: 2.2rem;
  vertical-align: middle;
}
#answer-dialog .dialog .header-cols .close-btn1,
#movie-dialog .dialog .header-cols .close-btn1 {
  width: 100px;
  text-align: right;
  margin-bottom: 16px;
}
#answer-dialog .dialog .cols,
#movie-dialog .dialog .cols {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#answer-dialog .dialog .cols .movie,
#movie-dialog .dialog .cols .movie {
  width: 65%;
}
#answer-dialog .dialog .cols .movie video,
#movie-dialog .dialog .cols .movie video {
  width: 100%;
}
#answer-dialog .dialog .cols .answer,
#movie-dialog .dialog .cols .answer {
  width: 35%;
  padding-left: 24px;
}
#answer-dialog .dialog .cols .answer .title,
#movie-dialog .dialog .cols .answer .title {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
#answer-dialog .dialog .cols .answer .radio-btns,
#movie-dialog .dialog .cols .answer .radio-btns {
  width: 100%;
  padding: 20px;
  background-color: #f0f0f0;
  border-radius: 3px;
}
#answer-dialog .dialog .cols .answer .radio-btns p,
#movie-dialog .dialog .cols .answer .radio-btns p {
  margin: 0;
  margin-bottom: 16px;
}
#answer-dialog .dialog .cols .answer .radio-btns p:last-child,
#movie-dialog .dialog .cols .answer .radio-btns p:last-child {
  margin-bottom: 0;
}
#answer-dialog .dialog .cols .answer .radio-btns label,
#movie-dialog .dialog .cols .answer .radio-btns label {
  margin-right: 16px;
  margin-left: 4px;
  font-weight: bold;
}
#answer-dialog .dialog .note-text,
#movie-dialog .dialog .note-text {
  margin-bottom: 20px;
}
#answer-dialog .dialog .note-text p,
#movie-dialog .dialog .note-text p {
  margin: 0;
  margin-bottom: 6px;
}
#answer-dialog .dialog .note-text textarea,
#movie-dialog .dialog .note-text textarea {
  width: 100%;
  height: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#answer-dialog .dialog .close-btn2,
#movie-dialog .dialog .close-btn2 {
  margin-top: auto;
  text-align: right;
}
#answer-dialog .dialog .close-btn2 button,
#movie-dialog .dialog .close-btn2 button {
  width: 200px;
  background-color: #2F89FF;
  color: #fff;
  border-radius: 100px;
  padding: 13px 0 12px;
  font-size: 1.4rem;
  line-height: 1;
}
#answer-dialog .dialog .movie-box video,
#movie-dialog .dialog .movie-box video {
  width: 100%;
}
#answer-dialog .dialog .answer-items table,
#movie-dialog .dialog .answer-items table {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
#answer-dialog .dialog .answer-items table tr td,
#movie-dialog .dialog .answer-items table tr td {
  padding: 6px 10px;
  font-size: 1.4rem;
  line-height: 2;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  vertical-align: top;
}
#answer-dialog .dialog .answer-items table tr td:first-child,
#movie-dialog .dialog .answer-items table tr td:first-child {
  width: 10px;
  white-space: nowrap;
}
#answer-dialog .dialog .answer-items table tr td.date,
#movie-dialog .dialog .answer-items table tr td.date {
  font-size: 1.2rem;
}
#answer-dialog .dialog .support-items table,
#movie-dialog .dialog .support-items table {
  width: 100%;
  margin-bottom: 20px;
}
#answer-dialog .dialog .support-items table tr td,
#movie-dialog .dialog .support-items table tr td {
  padding: 6px 0;
  font-size: 1.4rem;
  line-height: 2;
  vertical-align: top;
}
#answer-dialog .dialog .support-items table tr td:first-child,
#movie-dialog .dialog .support-items table tr td:first-child {
  width: 10px;
  white-space: nowrap;
  padding-right: 50px;
}
#answer-dialog .dialog .support-items table tr td label,
#movie-dialog .dialog .support-items table tr td label {
  margin: 0 20px 0 3px;
  user-select: none;
}
#answer-dialog .dialog .support-items table tr td input,
#movie-dialog .dialog .support-items table tr td input {
  vertical-align: -1px;
}
#answer-dialog .dialog .support-items table tr td textarea,
#movie-dialog .dialog .support-items table tr td textarea {
  width: 100%;
  height: 160px;
  margin-top: 6px;
  border: 1px solid #ccc;
  padding: 10px;
}

#student-list .container-narrow {
  padding: 40px 40px 20px;
  overflow-y: auto;
  height: calc(100vh - 65px);
}
#student-list .title {
  font-size: 2rem;
  margin-bottom: 30px;
}
#student-list .student-table {
  width: 100%;
}
#student-list .student-table tr td, #student-list .student-table tr th {
  border: 1px solid #ccc;
  padding: 10px;
}
#student-list .student-table tr th {
  font-size: 1.4rem;
  text-align: left;
}
#student-list .student-table tr td:last-child {
  width: 10px;
  white-space: nowrap;
}
#student-list button.show-status {
  font-size: 1.2rem;
  padding: 8px 20px 6px;
  border-radius: 100px;
  background-color: #99CC33;
  color: #fff;
}

/**/
.switch-wrapper {
  height: calc(5.5rem + 10px);
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #ccc;
}
.switch-wrapper *, .switch-wrapper *:before, .switch-wrapper *:after {
  box-sizing: content-box;
}

:root {
  --body-bg-color: #e4e6f5;
  --border-color: #e5e4e9;
  --theme-bg-color: #fff;
  --body-color: #1b1f31;
  --main-color: #7a7e9d;
  --main-light-color: #a1a4b9;
  --title-color: #979dc3;
  --body-font: "Jost", sans-serif;
  --button-bg-color: #eaeefc;
  --button-color: #99CC33;
  --unselected-mail: #f1f2f7;
  --calendar-border-color: #cbcfe0;
  --main-container-bg: #f0f0f7;
}

.questionnaire-experiment-checkbox, .whole-part-checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}

.toggle-page {
  overflow: hidden;
  z-index: 2;
}

.questionnaire-experiment, .whole-part {
  position: relative;
  width: 22rem;
  border-radius: 2rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0 auto;
}

.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--unselected-mail);
  transition: 0.3s ease all;
  z-index: 1;
}

.toggle-page:before,
.toggle-page:after,
.toggle-page span {
  position: absolute;
  top: 0.4rem;
  width: 10rem;
  height: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 0.9rem 0.4rem;
  border-radius: 2rem;
  transition: 0.3s ease all;
}

.toggle-page:before {
  content: "";
  left: 4px;
  background-color: var(--button-color);
}

.toggle-page span {
  color: var(--theme-bg-color);
  z-index: 1;
  left: 6px;
}

.questionnaire-experiment .toggle-page:after {
  content: "実験リスト";
  right: 4px;
  color: var(--main-light-color);
}
.whole-part .toggle-page:after {
  content: "部分";
  right: 4px;
  color: var(--main-light-color);
}

.questionnaire-experiment-checkbox:checked + .toggle-page span {
  color: var(--main-light-color);
}

.whole-part-checkbox:checked + .toggle-page span {
  color: var(--main-light-color);
}

.questionnaire-experiment-checkbox:checked + .toggle-page:before {
  left: 10.9rem;
}

.whole-part-checkbox:checked + .toggle-page:before {
  left: 10.9rem;
}

.questionnaire-experiment-checkbox:checked + .toggle-page:after {
  color: var(--theme-bg-color);
}

.whole-part-checkbox:checked + .toggle-page:after {
  color: var(--theme-bg-color);
}

.filter_option {
  padding-right: 5px;
  width: calc(40rem + 110px);
}
.filter_option form {
  margin-right: 15px;
  float: right;
}
.filter_option form input {
  vertical-align: middle;
  margin-left: 7px;
  margin-right: 3px;
}
.filter_option form label {
  vertical-align: middle;
  font-weight: bold;
}
.filter_option form button {
  margin-top: 3px;
  background-color: #99CC33;
  color: #fff;
  padding: 7px 10px 5px;
  font-size: 1.4rem;
  line-height: 1;
  float: right;
}

#student-status #questionnaire {
  background-color: #FBFDF5;
}
#student-status #questionnaire.hide {
  display: none;
}
#student-status #questionnaire .container {
  padding: 40px 40px 20px;
  overflow-y: auto;
  height: calc(100vh - 65px - 65px);
}
#student-status #questionnaire .answer-list-table {
  width: 100%;
}
#student-status #questionnaire .answer-list-table th, #student-status #questionnaire .answer-list-table td {
  padding: 10px;
  border: 1px solid #ccc;
}
#student-status #questionnaire .answer-list-table th {
  font-size: 1.4rem;
  text-align: left;
}
#student-status #questionnaire .note {
  margin-top: 30px;
}
#student-status #questionnaire .note .title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 6px;
}
#student-status #questionnaire .note .text {
  width: 100%;
  border: 1px solid #ccc;
  padding: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
#student-status #experiment-list.hide {
  display: none;
}
#student-status .thumbnail-switch {
  display: flex;
  justify-content: flex-start;
  padding: 0 12px 16px 0;
}
#student-status .thumbnail-switch .title {
  padding-right: 10px;
  font-size: 1.4rem;
  padding-top: 2px;
}
#student-status .thumbnail-switch .toggle_switch {
  display: table;
  font-size: 2rem;
}
#student-status .thumbnail-switch .toggle_switch > input {
  display: none;
}
#student-status .thumbnail-switch .toggle_switch > label {
  display: block;
  position: relative;
  width: 1.8em;
  height: 1em;
  border-radius: 1em;
  background-color: #ddd;
  cursor: pointer;
}
#student-status .thumbnail-switch .toggle_switch > input:checked + label {
  background-color: #2BCB43;
}
#student-status .thumbnail-switch .toggle_switch > label::before {
  position: absolute;
  top: 0.05em;
  left: 0.05em;
  width: calc(1em - 0.1em);
  height: calc(1em - 0.1em);
  border-radius: calc(1em - 0.1em);
  background-color: #fff;
  transition: 0.2s;
  content: "";
}
#student-status .thumbnail-switch .toggle_switch > input:checked + label::before {
  left: calc(100% - 1em + 0.05em);
}

#loading-window {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3000;
  background-color: rgba(255, 255, 255, 0.6);
}
#loading-window .window {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=main.css.map */
