/*
body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #ff0800;
}
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  border: 0
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

main {
  display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit
}

ul,
ol {
  list-style: none
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  clear: both;
  border-top: 1px solid
}

pre {
  font-family: monospace, monospace;
  font-size: inherit
}

address {
  font-style: inherit
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit
}

small {
  font-size: 80%
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  display: block
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  vertical-align: middle;
  border: 0;
  border-radius: 0;
  outline: 0
}

select {
  border-radius: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal
}

#rec_mark {
  float: left;
}

#progress {
  justify-content: flex-end;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  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
}

::-webkit-input-placeholder {
  font: inherit
}

:-ms-input-placeholder {
  font: inherit
}

::-ms-input-placeholder {
  font: inherit
}

::-moz-placeholder {
  font: inherit
}

::placeholder {
  font: inherit
}

label[for] {
  cursor: pointer
}

details {
  display: block
}

summary {
  display: list-item
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

caption {
  text-align: left
}

td,
th {
  vertical-align: top
}

th {
  font-weight: bold;
  text-align: left
}

template {
  display: none
}

[hidden] {
  display: none
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  color: var(--black);
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background-color: var(--beige)
}

a {
  text-decoration: none
}

:root {
  --red: #d50c18;
  --dark-red: #bc0a15;
  --pale-red: #f8d6d8;
  --beige: #fffaf1;
  --black: #333;
  --gray: #777
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-width: 768px
}

@media(max-width: 1024px) {
  .header {
    height: 60px;
    padding: 6px 24px 0
  }
}

@media(min-width: 1025px) {
  .header {
    height: 70px;
    padding: 12px calc(50% - 482px) 0 calc(50% - 447px)
  }
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%
}

.header.login-page::before {
  background-color: var(--red)
}

.header:not(.login-page)::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9));
  background: linear-gradient(180deg, #fff, #e9e9e9)
}

.header:not(.login-page)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #000;
  mix-blend-mode: multiply;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  opacity: .4
}

.header .logo {
  position: relative;
  z-index: 50;
  display: block;
  aspect-ratio: 171/27
}

@media(max-width: 1024px) {
  .header .logo {
    width: 105px
  }
}

@media(min-width: 1025px) {
  .header .logo {
    width: 171px
  }
}

.header .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.header .nav {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

.header .nav>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin: 0 6px 0 0
}

.header .nav>ul>li {
  position: relative;
  height: 100%
}

.header .nav>ul>li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  padding-left: 1px;
  background-color: var(--black)
}

@media(max-width: 1024px) {
  .header .nav>ul>li:nth-child(n+2)::before {
    top: 20px;
    height: 15px
  }
}

@media(min-width: 1025px) {
  .header .nav>ul>li:nth-child(n+2)::before {
    top: 21px;
    height: 18px
  }
}

.header .nav>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  color: var(--black);
  letter-spacing: .01em;
  text-decoration: none
}

@media(max-width: 1024px) {
  .header .nav>ul>li>a {
    padding: 0 16px;
    font-size: 14px
  }
}

@media(min-width: 1025px) {
  .header .nav>ul>li>a {
    padding: 0 18px;
    font-size: 16px
  }
}

.header .nav>ul>li>a:hover {
  color: var(--red)
}

.header .nav>ul>li>ul {
  position: absolute;
  left: 0;
  min-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff
}

@media(max-width: 1024px) {
  .header .nav>ul>li>ul {
    top: 54px
  }
}

@media(min-width: 1025px) {
  .header .nav>ul>li>ul {
    top: 58px
  }
}

.header .nav>ul>li>ul li {
  width: 100%
}

.header .nav>ul>li>ul li:nth-child(n+2) {
  border-top: 1px solid #c8c8c8
}

.header .nav>ul>li>ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0 8px;
  height: 32px;
  font-size: 14px;
  letter-spacing: .01em;
  white-space: nowrap;
  text-decoration: none
}

.header .nav>ul>li>ul li a,
.header .nav>ul>li>ul li a:link,
.header .nav>ul>li>ul li a:visited,
.header .nav>ul>li>ul li a:active,
.header .nav>ul>li>ul li a:focus {
  color: var(--black)
}

.header .nav>ul>li>ul li a:hover {
  color: var(--red)
}

.header .nav>ul>li:not(.is-opened)>ul {
  display: none
}

.header .nav .logout button[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--red);
  font-weight: 500;
  border: 1px solid var(--red);
  background-color: #fff;
  cursor: pointer
}

@media(max-width: 1024px) {
  .header .nav .logout button[type=submit] {
    width: 80px;
    height: 28px;
    font-size: 12px;
    border-radius: 4px
  }
}

@media(min-width: 1025px) {
  .header .nav .logout button[type=submit] {
    width: 100px;
    height: 34px;
    font-size: 16px;
    border-radius: 5px
  }
}

.header .pagetitle {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@media(max-width: 1024px) {
  .header .pagetitle {
    top: 60px;
    left: 20px;
    height: 40px;
    padding: 0 40px 0 34px
  }
}

@media(min-width: 1025px) {
  .header .pagetitle {
    top: 70px;
    left: calc(50% - 450px);
    height: 40px;
    padding: 0 40px 0 34px
  }
}

.header .pagetitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  z-index: 2
}

.header .pagetitle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 0 0 10px 10px;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: .3
}

.header .pagetitle * {
  position: relative;
  z-index: 3
}

.header .pagetitle svg {
  margin: 0 16px 0 0
}

.header .pagetitle span {
  color: var(--red);
  font-size: 20px;
  font-weight: 500
}

.main {
  position: relative;
  width: 100%
}

@media(max-width: 1024px) {
  .main {
    padding: 10px 0 0
    /* padding: 60px 0 0 */
  }
}

@media(min-width: 1025px) {
  .main {
    padding: 10px 0 0
    /* padding: 70px 0 0 */
  }
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: 768px;
  height: 80px
}

.footer .logo-frail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 378px;
  height: 80px
}

.footer .logo-alpha-system {
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 140px;
  height: 26px
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500
}

.btn_small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 40px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500
}

.btn_big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 180px;
  height: 90px;
  border-radius: 11px;
  font-size: 20px;
  font-weight: 500
}

.btn-red {
  background-color: var(--red);
  color: #fff
}

.btn-red:hover {
  background-color: var(--dark-red)
}

.btn-white {
  border: 1px solid var(--red);
  background-color: #fff;
  color: var(--red)
}

.btn-white:hover {
  background-color: var(--beige)
}

@media(max-width: 767px) {

  .md:not(.sm),
  .lg:not(.sm) {
    display: none !important
  }
}

@media(min-width: 768px)and (max-width: 1024px) {

  .sm:not(.md),
  .lg:not(.md) {
    display: none !important
  }
}

@media(min-width: 1025px) {

  .sm:not(.lg),
  .md:not(.lg) {
    display: none !important
  }
}

.login {
  position: relative;
  width: 500px;
  height: 480px;
  margin: 80px auto 0;
  padding: 52px 70px 0
}

.login::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2
}

.login::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 10px;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: .3
}

.login * {
  position: relative;
  z-index: 3
}

.login .login-input label {
  display: block;
  margin: 0 0 10px;
  font-size: 16px
}

.login .login-input input[type=text],
.login .login-input input[type=password] {
  display: block;
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: .5px solid var(--gray);
  border-radius: 5px
}

.login .login-input input[type=text]:focus,
.login .login-input input[type=password]:focus {
  border: 1px solid var(--red);
  outline: 1px solid var(--red)
}

.login .login-input .password {
  position: relative
}

.login .login-input .password .password-toggle {
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  width: 32px;
  height: 32px;
  margin: auto 0;
  cursor: pointer
}

.login .login-input .password .password-toggle img {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.login .login-input .password .password-toggle:not(.is-visible) .eye-closed {
  display: block
}

.login .login-input .password .password-toggle.is-visible .eye-opened {
  display: block
}

.login .login-input .error {
  margin: 6px 0 0;
  color: var(--red);
  font-size: 14px
}

.login .login-input+.login-input {
  margin: 32px 0 0
}

.login .login-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  margin: 42px auto 0;
  border-radius: 25px;
  background-color: var(--red);
  color: #fff;
  font-size: 16px;
  font-weight: 500
}

.login .login-submit:hover {
  background-color: var(--dark-red)
}

.examine .menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 768px;
  margin: 120px auto 0;
  padding: 0 34px
}

.examine .menu-header .label {
  margin-right: 16px;
  color: var(--black);
  font-size: 16px;
  font-weight: 500
}

.examine .menu-header .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  color: var(--black);
  font-size: 16px;
  background-color: #dadada
}

.examine .menu {
  width: 768px;
  margin: 50px auto 0;
  padding: 0 34px
}

.examine .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.examine .menu ul li {
  position: relative;
  margin: 0 0 40px
}

.examine .menu ul li:nth-child(1) {
  width: 700px
}

.examine .menu ul li:nth-child(2),
.examine .menu ul li:nth-child(3),
.examine .menu ul li:nth-child(4),
.examine .menu ul li:nth-child(5) {
  width: 330px
}

.examine .menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 80px
}

.examine .menu ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 40px;
  z-index: 2
}

.examine .menu ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 40px;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: .3
}

.examine .menu ul li a * {
  position: relative;
  z-index: 3
}

.examine .menu ul li a:hover::before {
  border: 4px solid var(--red)
}

.examine .menu ul li a svg {
  width: 32px;
  margin-right: 20px
}

.examine .menu ul li a span {
  color: var(--black);
  font-size: 30px;
  letter-spacing: .03em
}

.examine .reception-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media(max-width: 1024px) {
  .examine .reception-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 768px;
    margin: 50px auto 26px;
    padding: 0 34px
  }
}

@media(min-width: 1025px) {
  .examine .reception-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 900px;
    margin: 60px auto 26px
  }
}

.examine .reception-header .organizer,
.examine .reception-header .date,
.examine .reception-header .time {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.examine .reception-header .organizer .label,
.examine .reception-header .date .label,
.examine .reception-header .time .label {
  margin-right: 12px;
  color: var(--black);
  font-size: 16px;
  font-weight: 500
}

.examine .reception-header .organizer .value,
.examine .reception-header .date .value,
.examine .reception-header .time .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding: 0 20px;
  border-radius: 5px;
  color: var(--black);
  font-size: 14px;
  white-space: nowrap;
  background-color: #dadada
}

.examine .reception-header .organizer .selectbox,
.examine .reception-header .date .selectbox,
.examine .reception-header .time .selectbox {
  position: relative
}

.examine .reception-header .organizer .selectbox::before,
.examine .reception-header .date .selectbox::before,
.examine .reception-header .time .selectbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  z-index: 2
}

.examine .reception-header .organizer .selectbox::after,
.examine .reception-header .date .selectbox::after,
.examine .reception-header .time .selectbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 5px;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: .3
}

.examine .reception-header .organizer .selectbox *,
.examine .reception-header .date .selectbox *,
.examine .reception-header .time .selectbox * {
  position: relative;
  z-index: 3
}

.examine .reception-header .organizer .selectbox select,
.examine .reception-header .date .selectbox select,
.examine .reception-header .time .selectbox select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 20px;
  font-size: 14px;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0)
}

@media(max-width: 1024px) {
  .examine .reception-header .organizer {
    width: 100%;
    margin-bottom: 20px
  }
}

.examine .reception-header .organizer .value {
  width: 300px
}

@media(max-width: 1024px) {
  .examine .reception-header .date {
    margin-right: 40px
  }
}

.examine .reception-header .date .value {
  width: 150px
}

.examine .reception-header .time .selectbox {
  width: 150px
}

.examine .scheduled,
.examine .accepted {
  position: relative;
  margin: 0 auto 42px
}

@media(max-width: 1024px) {

  .examine .scheduled,
  .examine .accepted {
    width: 768px;
    padding: 0 34px
  }
}

@media(min-width: 1025px) {

  .examine .scheduled,
  .examine .accepted {
    width: 900px
  }
}

.examine .scheduled .title,
.examine .accepted .title {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 16px;
  font-weight: 500
}

.examine .scheduled .table,
.examine .accepted .table {
  --border-color: #b3b3b3;
  position: relative;
  padding: 22px 30px;
  color: var(--black)
}

.examine .scheduled .table::before,
.examine .accepted .table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2
}

.examine .scheduled .table::after,
.examine .accepted .table::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 10px;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: .3
}

.examine .scheduled .table *,
.examine .accepted .table * {
  position: relative;
  z-index: 3
}

@media(min-width: 1025px) {

  .examine .scheduled .table,
  .examine .accepted .table {
    height: 310px
  }
}

.examine .scheduled .table .inner,
.examine .accepted .table .inner {
  overflow: auto;
  height: 100%
}

.examine .scheduled .table table,
.examine .accepted .table table {
  width: 100%
}

.examine .scheduled .table table thead tr th,
.examine .accepted .table table thead tr th {
  height: 34px;
  padding: 0 8px;
  border-bottom: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #e8e8e8
}

.examine .scheduled .table table thead tr th:not(:last-child),
.examine .accepted .table table thead tr th:not(:last-child) {
  border-right: 1px solid var(--border-color)
}

.examine .scheduled .table table tbody tr td,
.examine .accepted .table table tbody tr td {
  height: 34px;
  padding: 0 14px;
  border-bottom: 1px solid var(--border-color);
  font-size: 14px;
  vertical-align: middle;
  white-space: nowrap
}

.examine .scheduled .table table tbody tr td:not(:last-child),
.examine .accepted .table table tbody tr td:not(:last-child) {
  border-right: 1px solid var(--border-color)
}

.examine .scheduled .table table tbody tr td:nth-child(1),
.examine .accepted .table table tbody tr td:nth-child(1) {
  background-color: var(--pale-red)
}

.examine .scheduled .table table tbody tr td:nth-child(1),
.examine .scheduled .table table tbody tr td:nth-child(4),
.examine .scheduled .table table tbody tr td:nth-child(6),
.examine .scheduled .table table tbody tr td:nth-child(7),
.examine .scheduled .table table tbody tr td:nth-child(8),
.examine .accepted .table table tbody tr td:nth-child(1),
.examine .accepted .table table tbody tr td:nth-child(4),
.examine .accepted .table table tbody tr td:nth-child(6),
.examine .accepted .table table tbody tr td:nth-child(7),
.examine .accepted .table table tbody tr td:nth-child(8) {
  text-align: center
}

.examine .scheduled .btns,
.examine .accepted .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 32px auto 0
}

.examine .scheduled .btns .btn,
.examine .accepted .btns .btn {
  margin: 0 18px
}

.examine .oral-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media(max-width: 1024px) {
  .examine .oral-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 768px;
    margin: 60px auto 40px;
    padding: 0 34px
  }
}

@media(min-width: 1025px) {
  .examine .oral-header {
    width: 900px;
    margin: 60px auto 40px
  }
}

.examine .oral-header .organizer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width: 1024px) {
  .examine .oral-header .organizer {
    width: 100%;
    margin-bottom: 20px
  }
}

.examine .oral-header .organizer .label {
  margin-right: 12px;
  color: var(--black);
  font-size: 16px;
  font-weight: 500
}

.examine .oral-header .organizer .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  height: 30px;
  padding: 0 20px;
  border-radius: 5px;
  color: var(--black);
  font-size: 14px;
  white-space: nowrap;
  background-color: #dadada
}

.examine .oral-header .msg {
  font-size: 14px;
  line-height: 22px
}

@media(min-width: 1025px) {
  .examine .oral-header .msg {
    margin: 0 0 0 42px
  }
}

.examine .oral {
  margin: 0 auto
}

@media(max-width: 1024px) {
  .examine .oral {
    width: 768px;
    padding: 0 34px
  }
}

@media(min-width: 1025px) {
  .examine .oral {
    width: 900px
  }
}

.examine .oral .wrapper {
  position: relative
}

.examine .oral .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2
}

.examine .oral .wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 10px;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: .3
}

.examine .oral .wrapper * {
  position: relative;
  z-index: 3
}

.examine .oral .wrapper .inner {
  overflow: auto
}

.examine .oral .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  padding: 14px 50px;
  border-radius: 10px 10px 0 0;
  background-color: var(--pale-red)
}

@media(max-width: 1024px) {
  .examine .oral .head {
    width: 900px
  }
}

.examine .oral .head .head-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px
}

.examine .oral .head .head-item>label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 24px;
  padding: 0 16px;
  border: 1px solid var(--black);
  border-radius: 12px;
  font-size: 14px;
  background-color: #fff
}

.examine .oral .head .head-item .selectbox {
  position: relative;
  width: 130px
}

.examine .oral .head .head-item .selectbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  z-index: 2
}

.examine .oral .head .head-item .selectbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 5px;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: .3
}

.examine .oral .head .head-item .selectbox * {
  position: relative;
  z-index: 3
}

.examine .oral .head .head-item .selectbox select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 20px;
  font-size: 14px;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0)
}

.examine .oral .head .head-item .value {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--black);
  font-size: 16px
}

.examine .oral .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 50px
}

@media(max-width: 1024px) {
  .examine .oral .body {
    width: 900px
  }
}

.examine .oral .body .block1,
.examine .oral .body .block2,
.examine .oral .body .block3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 21px 24px;
  border-radius: 5px;
  background-color: #f6f6f6
}

.examine .oral .body .block1>.title,
.examine .oral .body .block2>.title,
.examine .oral .body .block3>.title {
  color: var(--red);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px
}

.examine .oral .body .block1>.input-list,
.examine .oral .body .block2>.input-list,
.examine .oral .body .block3>.input-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.examine .oral .body .block1>.input-list>.input-item,
.examine .oral .body .block2>.input-list>.input-item,
.examine .oral .body .block3>.input-list>.input-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px
}

.examine .oral .body .block1>.input-list>.input-item>.label,
.examine .oral .body .block2>.input-list>.input-item>.label,
.examine .oral .body .block3>.input-list>.input-item>.label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 24px;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  background-color: var(--gray)
}

.examine .oral .body .block1>.input-list>.input-item>.input-item-text,
.examine .oral .body .block2>.input-list>.input-item>.input-item-text,
.examine .oral .body .block3>.input-list>.input-item>.input-item-text {
  position: relative;
  height: 30px
}

.examine .oral .body .block1>.input-list>.input-item>.input-item-text::before,
.examine .oral .body .block2>.input-list>.input-item>.input-item-text::before,
.examine .oral .body .block3>.input-list>.input-item>.input-item-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  z-index: 2
}

.examine .oral .body .block1>.input-list>.input-item>.input-item-text::after,
.examine .oral .body .block2>.input-list>.input-item>.input-item-text::after,
.examine .oral .body .block3>.input-list>.input-item>.input-item-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 5px;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: .3
}

.examine .oral .body .block1>.input-list>.input-item>.input-item-text *,
.examine .oral .body .block2>.input-list>.input-item>.input-item-text *,
.examine .oral .body .block3>.input-list>.input-item>.input-item-text * {
  position: relative;
  z-index: 3
}

.examine .oral .body .block1>.input-list>.input-item>.input-item-text input[type=text],
.examine .oral .body .block2>.input-list>.input-item>.input-item-text input[type=text],
.examine .oral .body .block3>.input-list>.input-item>.input-item-text input[type=text] {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0)
}

.examine .oral .body .block1>.input-list>.input-item>.input-item-text input[type=text]:focus,
.examine .oral .body .block2>.input-list>.input-item>.input-item-text input[type=text]:focus,
.examine .oral .body .block3>.input-list>.input-item>.input-item-text input[type=text]:focus {
  outline: 1px solid var(--red);
  border: 1px solid var(--red)
}

.examine .oral .body .block1,
.examine .oral .body .block2 {
  width: 380px;
  height: 160px
}

.examine .oral .body .block1>.input-list>.input-item>label,
.examine .oral .body .block2>.input-list>.input-item>label {
  width: 80px
}

.examine .oral .body .block1>.input-list>.input-item>.input-item-text,
.examine .oral .body .block2>.input-list>.input-item>.input-item-text {
  width: 90px
}

.examine .oral .body .block3 {
  width: 100%;
  height: 120px;
  margin-top: 24px
}

.examine .oral .body .block3>.input-list>.input-item>label {
  width: 110px
}

.examine .oral .body .block3>.input-list>.input-item>.input-item-radio-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
  width: 510px;
  height: 30px;
  padding: 0 60px
}

.examine .oral .body .block3>.input-list>.input-item>.input-item-radio-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  z-index: 2
}

.examine .oral .body .block3>.input-list>.input-item>.input-item-radio-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 5px;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: .3
}

.examine .oral .body .block3>.input-list>.input-item>.input-item-radio-list * {
  position: relative;
  z-index: 3
}

.examine .oral .body .block3>.input-list>.input-item>.input-item-radio-list>.input-item-radio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px
}

.examine .schedule-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 60px auto 20px
}

@media(max-width: 1024px) {
  .examine .schedule-header {
    width: 768px;
    padding: 0 34px
  }
}

@media(min-width: 1025px) {
  .examine .schedule-header {
    width: 900px
  }
}

.examine .schedule-header .label {
  margin-right: 16px;
  color: var(--black);
  font-size: 16px;
  font-weight: 500
}

.examine .schedule-header .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  color: var(--black);
  font-size: 16px;
  background-color: #dadada
}

.examine .schedule {
  margin: 0 auto
}

@media(max-width: 1024px) {
  .examine .schedule {
    width: 768px;
    padding: 0 34px
  }
}

@media(min-width: 1025px) {
  .examine .schedule {
    width: 900px
  }
}

.examine .schedule>.inner {
  position: relative;
  padding: 10px 24px 20px
}

.examine .schedule>.inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2
}

.examine .schedule>.inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 10px;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: .3
}

.examine .schedule>.inner * {
  position: relative;
  z-index: 3
}

@media(max-width: 1024px) {
  .group .group-header {
    width: 768px;
    margin: 60px auto 32px;
    padding: 0 34px
  }
}

@media(min-width: 1025px) {
  .group .group-header {
    width: 900px;
    margin: 60px auto 32px
  }
}

.group .group-header>.top .organizer .value {
  width: 300px
}

.group .group-header>.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0 0
}

@media(max-width: 1024px) {
  .group .group-header>.bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
  }

  .group .group-header>.bottom .btn {
    margin: 20px auto 0
  }
}

@media(min-width: 1025px) {
  .group .group-header>.bottom {
    padding: 0 30px 0 0
  }
}

.group .group-header .organizer,
.group .group-header .date,
.group .group-header .groupname,
.group .group-header .time {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.group .group-header .organizer .label,
.group .group-header .date .label,
.group .group-header .groupname .label,
.group .group-header .time .label {
  margin-right: 12px;
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap
}

.group .group-header .organizer .value,
.group .group-header .date .value,
.group .group-header .groupname .value,
.group .group-header .time .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding: 0 20px;
  border-radius: 5px;
  color: var(--black);
  font-size: 14px;
  white-space: nowrap;
  background-color: #dadada
}

.group .group-header .organizer .selectbox,
.group .group-header .date .selectbox,
.group .group-header .groupname .selectbox,
.group .group-header .time .selectbox {
  position: relative
}

.group .group-header .organizer .selectbox::before,
.group .group-header .date .selectbox::before,
.group .group-header .groupname .selectbox::before,
.group .group-header .time .selectbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  z-index: 2
}

.group .group-header .organizer .selectbox::after,
.group .group-header .date .selectbox::after,
.group .group-header .groupname .selectbox::after,
.group .group-header .time .selectbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 5px;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: .3
}

.group .group-header .organizer .selectbox *,
.group .group-header .date .selectbox *,
.group .group-header .groupname .selectbox *,
.group .group-header .time .selectbox * {
  position: relative;
  z-index: 3
}

.group .group-header .organizer .selectbox select,
.group .group-header .date .selectbox select,
.group .group-header .groupname .selectbox select,
.group .group-header .time .selectbox select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 20px;
  font-size: 14px;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0)
}

.group .group-header .date .value {
  width: 150px
}

.group .group-header .groupname .selectbox,
.group .group-header .time .selectbox {
  width: 120px
}

.group .group-status {
  margin: 0 auto
}

@media(max-width: 1024px) {
  .group .group-status {
    width: 768px;
    padding: 0 34px
  }
}

@media(min-width: 1025px) {
  .group .group-status {
    width: 900px
  }
}

.group .group-status .wrapper {
  position: relative
}

.group .group-status .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2
}

.group .group-status .wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 10px;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: .3
}

.group .group-status .wrapper * {
  position: relative;
  z-index: 3
}

.group .group-status .wrapper .inner {
  overflow: auto
}

.group .group-status .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 30px;
  border-radius: 10px 10px 0 0;
  background-color: var(--pale-red)
}

@media(max-width: 1024px) {
  .group .group-status .head {
    width: 900px
  }
}

.group .group-status .head .title {
  color: var(--red);
  font-size: 20px;
  font-weight: 500
}

.group .group-status .head .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px
}

.group .group-status .body {
  padding: 34px 30px 20px
}

@media(max-width: 1024px) {
  .group .group-status .body {
    width: 900px
  }
}

.group .group-status .body table {
  --border-color: #b3b3b3;
  width: 100%
}

.group .group-status .body table thead tr th {
  height: 34px;
  padding: 0 8px;
  border-bottom: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #e8e8e8
}

.group .group-status .body table thead tr th:not(:last-child) {
  border-right: 1px solid var(--border-color)
}

.group .group-status .body table thead tr:nth-child(2) th:last-child {
  border-right: 1px solid var(--border-color)
}

.group .group-status .body table tbody tr td {
  height: 54px;
  padding: 0 14px;
  border-bottom: 1px solid var(--border-color);
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  white-space: nowrap
}

.group .group-status .body table tbody tr td:not(:last-child) {
  border-right: 1px solid var(--border-color)
}

.group .group-status .body table tbody tr td:nth-child(1) {
  background-color: var(--pale-red)
}

.group .group-status .body table tbody tr td:not(:nth-child(1)) {
  text-align: center
}

.group .group-status .body table tbody tr td label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: var(--black)
}

.group .group-status .body table tbody tr td label input {
  margin-left: 6px;
  cursor: pointer
}

.ai-pagetitle {
  position: fixed;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@media(max-width: 767px) {
  .ai-pagetitle {
    top: liquid(20);
    left: liquid(20);
    height: liquid(40);
    padding: 0 liquid(40) 0 liquid(34)
  }
}
/* @media(max-width: 767px) {
  .ai-pagetitle {
    top: liquid(60);
    left: liquid(20);
    height: liquid(40);
    padding: 0 liquid(40) 0 liquid(34)
  }
} */

@media(min-width: 768px)and (max-width: 1024px) {
  .ai-pagetitle {
    top: 20px;
    left: 20px;
    height: 40px;
    padding: 0 40px 0 34px
  }
}
/* @media(min-width: 768px)and (max-width: 1024px) {
  .ai-pagetitle {
    top: 60px;
    left: 20px;
    height: 40px;
    padding: 0 40px 0 34px
  }
} */

@media(min-width: 1025px) {
  .ai-pagetitle {
    top: 20px;
    left: calc(50% - 450px);
    height: 40px;
    padding: 0 40px 0 34px
  }
}
/* @media(min-width: 1025px) {
  .ai-pagetitle {
    top: 70px;
    left: calc(50% - 450px);
    height: 40px;
    padding: 0 40px 0 34px
  }
} */

.ai-pagetitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2
}

.ai-pagetitle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 10px;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: .3
}

.ai-pagetitle * {
  position: relative;
  z-index: 3
}

.ai-pagetitle svg {
  margin: 0 16px 0 0
}

.ai-pagetitle span {
  color: var(--red);
  font-weight: 500
}

@media(max-width: 767px) {
  .ai-pagetitle span {
    font-size: liquid(20)
  }
}

@media(min-width: 768px)and (max-width: 1024px) {
  .ai-pagetitle span {
    font-size: 20px
  }
}

@media(min-width: 1025px) {
  .ai-pagetitle span {
    font-size: 20px
  }
}

@media(max-width: 767px) {
  .ai {
    width: liquid(700);
    margin: liquid(70) auto 0
  }
}

@media(min-width: 768px)and (max-width: 1024px) {
  .ai {
    width: 700px;
    margin: 70px auto 0
  }
}

@media(min-width: 1025px) {
  .ai {
    width: 900px;
    margin: 80px auto 0
    /* width: 900px;
    margin: 80px auto 0 */
  }
}

.ai .qr {
  position: relative;
  width: 950px;
  height: 400px;
  margin: 0 auto 50px;
  /* width: 900px;
  height: 360px;
  margin: 0 auto 50px */
}

.ai .qr .camera {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 500px;
  height: 400px;
  /* width: 450px; */
  /* height: 360px; */
  margin: 0 auto
}

.ai .qr .camera::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2
}

.ai .qr .camera::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 10px;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: .3
}

.ai .qr .camera * {
  position: relative;
  z-index: 3
}

.ai .qr .camera .msg {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  background-color: #777
  /* font-size: 14px;
  font-weight: 400;
  line-height: 20px; */
}

.ai .qr .switcher {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  padding: 19px 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}

.ai .qr .switcher::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2
}

.ai .qr .switcher::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 10px;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: .3
}

.ai .qr .switcher * {
  position: relative;
  z-index: 3
}

.ai .qr .switcher .title {
  margin: 0 0 10px;
  color: var(--red);
  font-size: 20px;
  font-weight: 500
}

.ai .qr .switcher ul li a {
  display: block;
  color: var(--black);
  font-size: 14px;
  line-height: 24px
}

.ai .qr .switcher ul li a:hover {
  color: var(--red)
}

.ai .ctrl {
  position: relative;
  width: 950px;
  margin: 0 auto
  /* width: 900px;
  margin: 0 auto */
}

@media(min-width: 1025px) {
  .ai .ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.ai .ctrl .manual {
  position: relative;
  width: 620px;
  height: 120px;
  padding: 18px 34px
}

.ai .ctrl .manual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2
}

.ai .ctrl .manual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 10px;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: .3
}

.ai .ctrl .manual * {
  position: relative;
  z-index: 3
}

.ai .ctrl .manual .title {
  color: var(--red);
  font-size: 20px;
  font-weight: 500
}

.ai .ctrl .manual .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 14px 0 0
}

.ai .ctrl .manual .form label {
  color: var(--black);
  font-size: 16px;
  font-weight: 500
}

.ai .ctrl .manual .form input[type=text] {
  display: block;
  width: 215px;
  /* width: 288px; */
  height: 40px;
  padding: 0 20px;
  border: 1px solid var(--black);
  border-radius: 5px
}

.ai .ctrl .manual .form input[type=text]:focus {
  outline: 1px solid var(--red);
  border-color: var(--red)
}

.ai .ctrl .test {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 120px;
  padding: 18px 0
}

.ai .ctrl .test::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2
}

.ai .ctrl .test::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 10px;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: .3
}

.ai .ctrl .test * {
  position: relative;
  z-index: 3
}

.ai .ctrl .test .title {
  color: var(--red);
  font-size: 20px;
  font-weight: 500
}

.ai .ctrl .test .btn {
  margin: 14px 0 0
}

.ai .user {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 14px 30px
}

.ai .user::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2
}

.ai .user::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 10px;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: .3
}

.ai .user * {
  position: relative;
  z-index: 3
}

.ai .user .user-item.name {
  min-width: 220px
}

.ai .user .user-item.host {
  min-width: 220px
}

.ai .user .user-item .label {
  padding: 0 2px 9px;
  font-size: 16px
}

.ai .user .user-item .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding: 0 20px;
  border-radius: 5px;
  background-color: #e6e6e6
}

.ai>.camera {
  position: relative;
  width: 550px;
  height: 310px;
  margin: 40px auto 0
}

.ai>.camera::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2
}

.ai>.camera::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 10px;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: .3
}

.ai>.camera * {
  position: relative;
  z-index: 3
}

.ai>.camera .msg {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  background-color: #777
}

.ai>.camera .bg {
  position: absolute;
  right: 0;
  bottom: 32px;
  left: 0;
  width: 173px;
  height: 107px;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.ai .camera-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 28px 0 0
}

.ai .start {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 75%;
  margin: 16px 0 16px 0;
  padding: 8px 0
}

.ai .start::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2
}

.ai .start::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 10px;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: .3
}

.ai .start * {
  position: relative;
  z-index: 3
}

.ai .start .text {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: .02em
}

.ai .start .btn {
  margin: 0 0 0 30px
}

.ai .result {
  position: relative;
  width: 100%;
  margin: 16px 0 0;
  padding: 22px 30px
}

.ai .result::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2
}

.ai .result::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 10px;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: .3
}

.ai .result * {
  position: relative;
  z-index: 3
}

.ai .result .table {
  table-layout: fixed;
  /* width: 100%; */
  margin: 10px 0 0;
  /* margin: 24px 0 0; */
  text-align: center
}

.ai .result .table thead tr th {
  /* height: 34px; */
  height: 50px;
  border-bottom: 1px solid #b3b3b3;
  color: #fff;
  /* font-size: 18px; */
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle
}

.ai .result .table thead tr th:not(.blank) {
  background-color: var(--red)
}

.ai .result .table thead tr th .blank {
  background-color: rgba(0, 0, 0, 0)
}

.ai .result .table thead tr th:first-child {
  border-right: 1px solid #b3b3b3
}

.ai .result .table thead tr th:not(:first-child):not(:last-child) {
  border-right: 1px solid #fff
}

.ai .result .table tbody tr th,
.ai .result .table tbody tr td {
  /* height: 34px; */
  /* font-size: 18px; */
  height: 70px;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle
}

.ai .result .table tbody tr th:not(:last-child),
.ai .result .table tbody tr td:not(:last-child) {
  border-right: 1px solid #b3b3b3
}

.ai .result .table tbody tr th:last-child,
.ai .result .table tbody tr td:last-child {
  border-right: 0
}

.ai .result .table tbody tr th {
  background-color: var(--red);
  color: #fff
}

.ai .result .table tbody tr td {
  border-bottom: 1px solid #b3b3b3;
  color: var(--black)
}

.ai .result .table tbody tr:not(:last-child) th {
  border-bottom: 1px solid #fff
}

.ai .result .table tbody tr:last-child th {
  border-bottom: 1px solid #b3b3b3
}

.ai .result .graph2 {
  width: 100%;
  margin: 20px 0 0
}

.ai .progBar {
  background-color: #ff4444;
  border-radius: 10px;
  height: 50px;
  overflow: hidden;
  position: relative;
  width: 87%;
  margin-left: 53px;
}

.ai .progBar .bar {
  /* background-color: rgba(176,196,222,0.7); */
  background-color: #a6b3ff;
  height: 100%;
  position: absolute;
  top: 0;
  /*初期値(カウントアップにするなら0％)*/
  width: 100%;
}

.ai .progBar .seconds {
  line-height: 50px;
  margin: 0;
  position: relative;
  font-size: 45px;
  font-weight: 300;
  color: black;
  text-align: center;
  z-index: 5;
}
