@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.25;
}

ul:not(.ul),
ol:not(.ol) {
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

input,
button,
textarea,
select {
  color: inherit;
  font: inherit;
}

body {
  color: #1A1803;
  font-size: 14px;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,sans-serif;
  line-height: 1.68;
}

a {
  transition: .2s;
}

p:not(:last-of-type):not([class]) {
  margin-bottom: 8px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=date],
textarea {
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
}

input[type=password]::-ms-reveal {
  display: none;
}

button {
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
}

.l-wrapper {
  min-height: 100vh;
  padding: 16px 32px 24px 231px;
  background: url(/images/assets/bg-e73896cd1e2ed26794fc7342ae051758.svg) #FFFFA5;
  transition: 0.2s cubic-bezier(0.51, -0.04, 0.13, 1.05);
}

@media screen and (min-width: 1025px) {
  body.is-sideActive .l-wrapper {
    padding-left: 106px;
  }
}

@media screen and (max-width: 1024px) {
  .l-wrapper {
    padding-left: 98px;
  }
}

.l-header {
  position: fixed;
  top: 16px;
  left: 16px;
  overflow: hidden auto;
  width: 183px;
  height: calc(100vh - 40px);
  padding: 20px 0;
  background-color: #fff;
  border-radius: 16px;
  transition: width 0.2s cubic-bezier(0.51, -0.04, 0.13, 1.05);
}

.l-header__inner {
  display: flex;
  flex-direction: column;
  width: 183px;
  height: 100%;
}

.l-header__head {
  padding-bottom: 16px;
  border-bottom: 1px solid #F4F4F4;
}

.l-header__logo {
  margin-left: 20px;
}

@keyframes arrowAnime {
  0% {
    opacity: 0;
    transform: translate(20px, 2.455px);
  }
  100% {
    opacity: 1;
  }
}

.l-header__arrow {
  display: flex;
  position: absolute;
  top: 28px;
  right: 16px;
  cursor: pointer;
}

.l-header__arrow:hover path {
  animation: arrowAnime .4s;
}

.l-header__copyright {
  margin-top: auto;
  font-size: 10px;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  body.is-sideActive .l-header {
    width: 58px;
  }
  body.is-sideActive .l-header__logo {
    opacity: 0;
  }
  body.is-sideActive .l-header__arrow {
    right: 19px;
    transform: rotate(180deg);
  }
  body.is-sideActive .l-header__copyright {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .l-header {
    top: 0;
    left: 0;
    width: 66px;
    height: 100vh;
    border-radius: 0;
    z-index: 20;
  }
  .l-header__inner {
    padding-top: 16px;
  }
  .l-header__logo {
    opacity: 0;
  }
  .l-header__arrow {
    top: 44px;
    right: 23px;
    transform: rotate(180deg);
  }
  .l-header__copyright {
    display: none;
  }
  body.is-sideActive .l-header {
    width: 183px;
    box-shadow: 4px 0 4px rgba(194, 195, 203, 0.2);
  }
  body.is-sideActive .l-header__logo {
    opacity: 1;
  }
  body.is-sideActive .l-header__arrow {
    right: 16px;
    transform: rotate(0);
  }
  body.is-sideActive .l-header__copyright {
    display: block;
  }
}

.l-nav {
  padding: 20px 10px;
  font-size: 13px;
  transition: .2s;
}

.l-nav__hasChild {
  padding: 10px 0 16px;
}

.l-nav__list > li {
  overflow: hidden;
  margin-bottom: 8px;
  border-radius: 8px;
  transition: .2s;
}

.l-nav__list > li.-current {
  background-color: #F4F4F4;
}

.l-nav__list > li > a {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  font-weight: 700;
  white-space: nowrap;
}

.l-nav__list > li > a:hover {
  background-color: #F4F4F4;
}

.l-nav__list > li .ico {
  display: flex;
  flex: none;
  width: 16px;
  margin-right: 8px;
}

.l-nav__number {
  margin: 0 16px 8px;
  padding-bottom: 8px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #c2c3cb;
}

.l-nav__subList {
  margin: 0 16px;
}

.l-nav__subList li + li {
  margin-top: 4px;
}

.l-nav__subList a, .trialLoginButton {
  display: block;
  position: relative;
  padding: 4px 5px 4px 12px;
  border-radius: 4px;
  font-size: 12px;
}

.l-nav__subList a::before, .trialLoginButton::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #1A1803;
}

.trialLoginButton, .trialLoginButton * {
    cursor: pointer;
}

.l-nav__subList li.is-current a,
.l-nav__subList a:hover,
.trialLoginButton:hover {
  background-color: #E3E3E3;
}

.l-nav .badge {
  display: inline-block;
  margin-left: auto;
  padding: 0 6px;
  background-color: #ff7b7b;
  border-radius: 9px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 13px;
}

@media screen and (min-width: 1025px) {
  body.is-sideActive .l-nav {
    padding-left: 8px;
  }
  body.is-sideActive .l-nav__list > li {
    width: 40px;
  }
  body.is-sideActive .l-nav__list > li > a {
    padding: 12px;
  }
  body.is-sideActive .l-nav__hasChild {
    padding: 0;
  }
  body.is-sideActive .l-nav__list .text, body.is-sideActive .l-nav__number, body.is-sideActive .l-nav__subList,
  body.is-sideActive .l-nav .badge {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .l-nav {
    padding-left: 11px;
  }
  .l-nav__list > li {
    width: 43px;
  }
  .l-nav__list > li > a {
    padding: 12px;
  }
  .l-nav__hasChild {
    padding: 0;
  }
  .l-nav__list .text, .l-nav__number, .l-nav__subList,
  .l-nav .badge {
    display: none;
  }
  body.is-sideActive .l-nav {
    padding-left: 10px;
  }
  body.is-sideActive .l-nav__list > li {
    width: auto;
  }
  body.is-sideActive .l-nav__list > li > a {
    padding: 12px;
  }
  body.is-sideActive .l-nav__hasChild {
    padding: 0;
  }
  body.is-sideActive .l-nav__list .text {
    display: inline;
  }
  body.is-sideActive .l-nav__number, body.is-sideActive .l-nav__subList,
  body.is-sideActive .l-nav .badge {
    display: block;
  }
}

.l-main {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 40px);
  padding-top: 8px;
}

.l-container-wrapper {
  overflow: auto;
  flex: 1 1 0;
  margin: 0 -32px;
  padding: 0 32px;
}

.l-container-wrapper.-tab .l-container {
  border-radius: 0 16px 16px 16px;
}

.l-container {
  min-height: 100%;
  padding: 32px 32px;
  background-color: #fff;
  border-radius: 16px;
}

.l-menu__btn {
  position: absolute;
  top: 16px;
  right: 32px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
  transition: .2s;
}

.l-menu__btn span {
  display: block;
  position: absolute;
  left: calc(50% - 9px);
  width: 18px;
  height: 2px;
  background-color: #1A1803;
  border-radius: 16px;
  transition: .2s;
}

.l-menu__btn span:first-child {
  top: 14px;
}

.l-menu__btn span:nth-child(2) {
  top: 20px;
}

.l-menu__btn span:last-child {
  top: 26px;
}

.l-menu__btn:hover {
  background-color: #F4F4F4;
}

.l-menu__btn:hover span:nth-child(2) {
  width: 12px;
}

.l-menu__btn:hover span:last-child {
  width: 6px;
}

.l-menu__body {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  padding: 72px 48px 48px;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(54, 83, 123, 0.1);
  border-radius: 0 0 0 16px;
  transition: .2s;
  z-index: 99;
}

.l-menu__scroll {
  max-height: calc(100vh - 170px);
  overflow-y: auto;
}

.l-menu__list {
  font-size: 13px;
}

.l-menu__list li + li {
  margin-top: 16px;
}

.l-menu__list a:hover {
  color: #908c95;
}

.l-menu__list .logout {
  padding-top: 16px;
  border-top: 1px solid #C2C3CB;
}

body.is-menuActive .l-menu__btn {
  background-color: #F4F4F4;
}

body.is-menuActive .l-menu__btn span {
  width: 18px !important;
}

body.is-menuActive .l-menu__btn span:first-child {
  transform: translateY(6px) rotate(-45deg);
}

body.is-menuActive .l-menu__btn span:nth-child(2) {
  opacity: 0;
}

body.is-menuActive .l-menu__btn span:last-child {
  transform: translateY(-6px) rotate(45deg);
}

body.is-menuActive .l-menu__body {
  opacity: 1;
  visibility: visible;
}

.l-login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #F4F4F4;
}

.l-login__container {
  display: flex;
  overflow: hidden;
  min-width: 1125px;
  min-height: 449px;
  margin: 32px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 16px rgba(52, 73, 94, 0.05);
}

.l-login__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 20px;
  background: url(/images/assets/bg-e73896cd1e2ed26794fc7342ae051758.svg) #FFFFA5 top left/415px;
}

.l-login__content {
  width: 50%;
  padding: 48px 66px;
}

.l-login__heading {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
}

.l-login .label {
  font-size: 12px;
}

.l-login input[type=text],
.l-login input[type=password] {
  max-width: 100%;
}

.l-login__btn {
  margin: 32px 0 40px;
}

.l-login__min {
  font-size: 10px;
}

.l-login__environment {
  margin-top: 10px;
}

.l-login__environment_content {
  margin-top: 4px;
}

.l-login__space{
  margin-left: 6px;
}

.l-column {
  display: flex;
  min-height: 100vh;
  padding: 24px 32px;
  background: url(/images/assets/bg-e73896cd1e2ed26794fc7342ae051758.svg) #FFFFA5;
}

.l-column__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 792px;
  margin: 0 auto;
}

.l-column__container {
  flex: 1;
  padding: 32px 32px 66px;
  background-color: #fff;
  border-radius: 16px;
}

.c-heading-1 {
  font-size: 22px;
  font-weight: 700;
}

.c-heading-2 {
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #C2C3CB;
  font-size: 18px;
  font-weight: 700;
}

.c-heading-2.-mbMin {
  margin-bottom: 16px;
}

.c-heading-3 {
  margin: 32px 0 16px;
  padding: 6px 16px;
  background-color: #ffec85;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
}

.c-heading-3 .num {
  display: inline-block;
  width: 24px;
  margin-right: 8px;
  margin-left: -12px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 132px;
  padding: 3px 16px;
  background-color: #2299FF;
  border: 1px solid transparent;
  border-radius: 16px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
  transition: .2s;
}

.c-btn:hover:not(:disabled) {
  background-color: #005AD6;
}

.c-btn.-cancel {
  background-color: #c2c3cb;
}

.c-btn.-cancel:hover:not(:disabled) {
  background-color: #908c95;
}

.c-btn.-delete {
  background-color: #f03f3f;
}

.c-btn.-delete:hover:not(:disabled) {
  background-color: #A00006;
}

.c-btn .ico {
  display: flex;
  margin-right: 8px;
}

.c-btn .ico path {
  transition: .2s;
}

.c-btn.-outline {
  min-width: 100px;
  background-color: #fff;
  border-color: #2299FF;
  color: #29f;
}

.c-btn.-outline:hover:not(:disabled) {
  background-color: #2299FF;
  color: #fff !important;
}

.c-btn.-outline.-download {
  border-color: #35BA91;
  color: #35BA91;
}

.c-btn.-outline.-download:hover:not(:disabled) {
  background-color: #35BA91;
}

.c-btn.-outline.-download:hover .ico path {
  stroke: #fff;
}

.c-btn.-outline.-delete {
  border-color: #F03F3F;
  color: #f03f3f;
}

.c-btn.-outline.-delete:hover:not(:disabled) {
  background-color: #F03F3F;
}

button:disabled {
  cursor: not-allowed !important;
  pointer-events: auto !important;
}

.c-notice {
  display: flex;
  padding: 0 12px;
  background-color: #e2f0ff;
  font-size: 16px;
  font-weight: 500;
}

.c-notice:first-of-type {
  border-radius: 8px 8px 0 0;
  padding-top: 8px;
}

.c-notice:last-of-type {
  border-radius: 0 0 8px 8px;
  padding-bottom: 8px;
}

.c-notice:only-of-type {
  border-radius: 8px;
}

.c-notice::before {
  content: url(/images/assets/ico_notice-fefddb57af44d1601e8135d813e0076a.svg);
  display: inline-block;
  position: relative;
  top: 1px;
  flex: none;
  margin-right: 8px;
}

.c-state {
  display: inline-block;
  width: 94px;
  background-color: #e2f0ff;
  border-radius: 2px;
  color: #005ad6;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.c-state.-alert {
  background-color: #ffe9e8;
  color: #f03f3f;
}

.text-link {
  border-bottom: 1px solid #000;
}

.text-link:hover {
  color: #908c95;
  border-bottom: 1px solid #908C95;
}

.note {
  margin-top: 16px;
  font-size: 12px;
}

.font16 {
  font-size: 16px;
}

.font-italic {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: 700;
}

.group {
  margin-bottom: 24px;
}

.group:last-of-type {
  margin-bottom: 0;
}

.group__row {
  margin-bottom: 8px;
}

.label {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  margin-bottom: 24px;
}

.row.-gapSmall {
  gap: 16px;
}

.row.-gapLarge {
  gap: 16px 40px;
}

.row.-alignCenter {
  align-items: center;
}

.border-block {
  padding: 24px;
  border: 1px solid #C2C3CB;
  border-radius: 16px;
}

.text-danger {
  color: #F03F3F;
}

.text-primary {
  color: #2299FF;
}

.alert {
  margin-bottom: 24px;
  padding: 16px 24px;
  background-color: #fff8f2;
  border: 1px solid #F03F3F;
  border-radius: 8px;
}

.alert li {
  display: flex;
  color: #F03F3F;
}

.alert li + li {
  margin-top: 2px;
}

.alert li::before {
  content: url(/images/assets/ico_alert-fd14affbcb574527e75434b9b678b8df.svg);
  display: inline-block;
  flex: none;
  position: relative;
  top: 1px;
  margin-right: 8px;
}

.alert-success {
  background-color: #f2f9ff;
  border: 1px solid #3E97F0;
}

.alert-success li {
  color: #3E97F0 !important;
}

.alert-success li::before {
  content: url(/images/assets/ico_info-30e5a7d630548809a10508d19a4f4d67.svg) !important;
}

.alert-list {
  margin: 8px 0 24px;
}

.alert-list li {
  display: flex;
  color: #908c95;
}

.alert-list li + li {
  margin-top: 2px;
}

.alert-list li::before {
  content: url(/images/assets/ico_alert_gray-10584f91728b6e8734590cd9ed873f57.svg);
  display: inline-block;
  flex: none;
  position: relative;
  top: 1px;
  margin-right: 8px;
}

.alert-list.-alert li {
  color: #f03f3f;
}

.alert-list.-alert li::before {
  content: url(/images/assets/ico_alert-fd14affbcb574527e75434b9b678b8df.svg);
}

input[type=text],
input[type=password],
input[type=email],
input[type=date] {
  width: 100%;
  max-width: 198px;
  height: 32px;
  padding: 0 16px;
  border: 1px solid #000;
  border-radius: 8px;
  transition: .2s ease;
}

input[type=text]:hover, input[type=text]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=date]:hover,
input[type=date]:focus {
  border-color: #FFC136;
}

input.min {
  max-width: 51px;
}

input.mid {
  max-width: 280px
}

input.large {
  max-width: 528px;
}

input.is-error,
select.is-error {
  border-color: #F03F3F;
}

input[type=email] {
  max-width: 396px;
}

.password {
  position: relative;
}

.password .ico {
  display: flex;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  cursor: pointer;
}

textarea {
  display: block;
  width: 100%;
  min-height: 112px;
  padding: 16px;
  border: 1px solid #000;
  border-radius: 8px;
  resize: vertical;
}

select {
  appearance: none;
  width: 198px;
  height: 32px;
  padding: 0 16px;
  background-color: #fff;
  border: 1px solid #1A1803;
  border-radius: 8px;
  outline: none;
  transition: .2s;
}

select:hover, select:focus {
  border-color: #FFC136;
}

.select-container {
  display: inline-block;
  position: relative;
}

.select-container::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #1A1803;
  border-bottom: 1px solid #1A1803;
  transform: rotate(45deg);
  pointer-events: none;
}

.select {
  position: relative;
}

.select__input {
  position: relative;
}

.select__input::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #1A1803;
  border-bottom: 1px solid #1A1803;
  transform: rotate(45deg);
  pointer-events: none;
}

.select__input input {
  width: 198px;
  height: 32px;
  padding: 0 16px;
  border: 1px solid #1A1803;
  border-radius: 8px;
  outline: none;
  transition: .2s;
  cursor: pointer;
}

.select__input input:hover, .select__input input:focus {
  border-color: #FFC136;
}

.select__list {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.select__list li {
  padding: 8px 16px;
  transition: .2s;
  cursor: pointer;
}

.select__list li:hover {
  background-color: #fff6c2;
}

.radio {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
/**  align-items: center; */
  gap: 4px 24px;
}

.radio.-horiz {
  align-items: center;
}

.radio input[type=radio] {
  display: none;
  appearance: none;
  -webkit-appearance: none;
}

.radio label {
  display: block;
  position: relative;
  padding-left: 24px;
}

.radio__btn {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #f4f4f4;
  border: 1px solid #C2C3CB;
  border-radius: 50%;
}

.radio__btn::after {
  content: "";
  opacity: 0;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #ffc136;
  border-radius: 50%;
}

.radio input[type=radio]:checked + .radio__btn::after {
  opacity: 1;
}

.radio.-horiz {
  flex-direction: row;
}

.checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
}

.checkbox input[type=checkbox] {
  display: none;
}

.checkbox label .check {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 13px;
  height: 13px;
  margin-right: 8px;
  background-color: #F4F4F4;
  border: 1px solid #C2C3CB;
  border-radius: 2px;
}

.checkbox input[type=checkbox]:checked ~ .check {
  background-color: #FFC136;
  border-color: #FFC136;
}

.checkbox input[type=checkbox]:checked ~ .check::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  background: url(/images/assets/ico_check-28ac7ecd752cbbcffe015d8cc20cc45a.svg) no-repeat center/8px;
}

.checkbox2 input[type=checkbox]:checked ~ .check {
  background-color: #FFC136;
  border-color: #FFC136;
}

.checkbox2 input[type=checkbox]:checked ~ .check::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  background: url(/images/assets/ico_check-28ac7ecd752cbbcffe015d8cc20cc45a.svg) no-repeat center/8px;
}

.checkbox.-delete input[type=checkbox]:checked + .check {
  background-color: #F03F3F;
  border-color: #F03F3F;
}

.checkbox.-delete label {
  color: #f03f3f;
  font-weight: 500;
}

.checkbox2 label + label {
  display: block;
  margin-top: 24px;
}

.checkbox2 input[type=checkbox] {
  display: none;
}

.checkbox2__item {
  padding: 16px;
  border: 1px solid #C2C3CB;
  border-radius: 8px;
}

.checkbox2__item dt {
  margin-bottom: 16px;
}

.checkbox2__item dd {
  font-size: 13px;
}

.checkbox2__item .check {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 13px;
  height: 13px;
  margin-right: 8px;
  background-color: #F4F4F4;
  border: 1px solid #C2C3CB;
  border-radius: 2px;
}

input:checked + input[type=hidden] + .checkbox2__item .check {
  background-color: #FFC136;
  border-color: #FFC136;
}

input:checked + input[type=hidden] + .checkbox2__item .check::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  background: url(/images/assets/ico_check-28ac7ecd752cbbcffe015d8cc20cc45a.svg) no-repeat center/8px;
}

.input-time input {
  margin: 0 10px;
}

.input-time input:first-of-type {
  margin-left: 0;
}

.require {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 8px;
  padding: 0 8px;
  background-color: #ffe9e8;
  border-radius: 4px;
  color: #f03f3f;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.example {
  margin-top: 8px;
  color: #908c95;
  font-size: 13px;
}

.error-text {
  margin-top: 8px;
  color: #ed2121;
  font-size: 12px;
}

.horiz-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  margin-bottom: 24px;
}

.horiz-group .group {
  margin-bottom: 0;
}

.horiz-group__largeItem {
  flex-basis: 398px;
}

.horiz-group__largeItem input {
  max-width: 398px;
}

.horiz-input {
  display: flex;
  gap: 0 16px;
}

.horiz-input.-alignCenter {
  align-items: center;
}

.horiz-input__body {
  display: inline-block;
  max-width: 132px;
}

.horiz-input__label {
  position: relative;
  top: 5px;
  width: 2em;
  white-space: nowrap;
}

.privacy-block {
  padding: 16px;
  border: 1px solid #C2C3CB;
  border-radius: 8px;
}

.privacy-block__inner {
  overflow: auto;
  height: 400px;
}

.space {
  margin: 0 10px;
}

.space-left {
  margin-left: 10px;
}

.varidation-error {
  padding-left: 12px;
  padding-right: 12px;
  background-color: #ff7b7b;
  color: #fff;
  font-weight: 500;
  display: flex;
}

.varidation-error:first-of-type {
  border-radius: 8px 8px 0 0;
  padding-top: 8px;
}

.varidation-error:last-of-type {
  border-radius: 0 0 8px 8px;
  padding-bottom: 8px;
}

.varidation-error:only-of-type {
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.varidation-error::before {
  content: url(/images/assets/ico_alert_white-b040d9ebadac26ea1f67760f64d2f161.svg);
  display: inline-block;
  position: relative;
  top: 2px;
  flex: none;
  margin-right: 8px;
}

.form-disable.is-disable {
  opacity: 0.4;
  pointer-events: none;
}

.table-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.table-info__result {
  margin-right: 24px;
  font-size: 12px;
}

.table-info__detail {
  display: flex;
  gap: 16px;
  margin-right: 24px;
  color: #908c95;
  font-size: 12px;
}

.table-info__detail .ico {
  margin-left: 2px;
}

.table-info__detail .ico img {
  opacity: 0.5;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 1024px) {
  .table-info__detail {
    gap: 16px 8px;
  }
}

.table-inner {
  display: inline-block;
  max-width: 100%;
}

.table {
  overflow: auto;
  border-top: 1px solid #1A1803;
  border-bottom: 1px solid #1A1803;
}

.table table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.table thead {
  position: sticky;
  top: 0;
  font-size: 12px;
  z-index: 2;
}

.table tbody {
  font-size: 13px;
}

.table th, .table td {
  padding: 4px 10px;
  background-color: #F4F4F4;
  border-right: 1px solid #C2C3CB;
  text-align: center;
  white-space: nowrap;
}

.table thead th:last-of-type,
.table td:last-of-type {
  border-right: 0;
}

.table thead th {
  position: relative;
  border-bottom: 1px solid #C2C3CB;
  font-weight: 500;
}

.table thead th .arrow {
  vertical-align: middle;
}

.table thead th .arrow-desc::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 4px;
  border-top: 4px solid #1A1803;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.table thead th .arrow-asc::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 4px;
  border-bottom: 4px solid #1A1803;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.table tbody th {
  font-weight: 500;
}

.table tbody tr:nth-child(odd) td {
  background-color: #fff;
}

.table .fix {
  position: sticky;
  z-index: 1;
}

.table .fix-col-5 {
  left: 0;
  min-width: 445px;
}

.table .fix-1 {
  left: 0;
  min-width: 78px;
}

.table .fix-2 {
  left: 81px;
  min-width: 62px;
}

.table .fix-3 {
  left: 145px;
  min-width: 75px;
}

.table .fix-4 {
  left: 223px;
  width: 149px;
}

.table .fix-5 {
  left: 372px;
  min-width: 70px;
}

_::-webkit-full-page-media, _:future, :root .table .fix-col-5 {
  left: 0;
  min-width: 413px;
}

_::-webkit-full-page-media, _:future, :root .table .fix-1 {
  left: 0px;
  min-width: 78px;
}

_::-webkit-full-page-media, _:future, :root .table .fix-2 {
  left: 78px;
  min-width: 62px;
}

_::-webkit-full-page-media, _:future, :root .table .fix-3 {
  left: 140px;
  min-width: 75px;
}

_::-webkit-full-page-media, _:future, :root .table .fix-4 {
  left: 215px;
  width: 151px;
}

_::-webkit-full-page-media, _:future, :root .table .fix-5 {
  left: 366px;
  min-width: 70px;
}

.table .w75 {
  width: 75px;
  min-width: 75px;
}

.table .w-en {
  min-width: 36px;
}

.table .border-right {
  border-right: 1px solid #C2C3CB !important;
}

.table td {
  font-family: 'Lato', 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,sans-serif;
}

.table .btn {
  padding: 0 9px;
  background-color: #2299FF;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  line-height: 19px;
  cursor: pointer;
  white-space: nowrap;
  transition: .2s;
}

.table .btn:hover:not(:disabled) {
  background-color: #005AD6;
}

.table .btn.-delete {
  background-color: #f03f3f;
  color: #fff;
}

.table .btn.-delete:hover:not(:disabled) {
  background-color: #a00006;
}

.table .max-num {
  min-width: 75px;
}

.table .ico-question {
  position: relative;
  top: 1px;
  margin-left: 4px;
  cursor: pointer;
}

.table .ico-question path {
  transition: .2s;
}

.table .ico-question:hover path {
  stroke: #2299FF;
}

.table .leader {
  width: 18px;
  margin: 0 auto;
}

.table .leader__ico {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2px;
  width: 18px;
  height: 18px;
  background-color: #29f;
  border-radius: 50%;
  transition: .2s;
  cursor: pointer;
}

.table .leader__ico span {
  display: inline-block;
  width: 2px;
  height: 2px;
  background-color: #fff;
  border-radius: 50%;
  transition: .2s;
}

.table .leader__ico:hover {
  background-color: #005AD6;
}

.table .leader__ico:hover span {
  background-color: #fff;
}

.table .leader__menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px 24px 16px 16px;
  background-color: #e2f0ff;
  border-radius: 8px;
  color: #29f;
  transform: translateY(10px);
  transition: opacity .2s, visibility .2s, transform .2s;
  z-index: 2;
}

.table .leader__menu li {
  display: flex;
}

.table .leader__menu li + li {
  margin-top: 2px;
}

.table .leader__menu li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 9px;
  width: 8px;
  height: 1px;
  margin-right: 8px;
  background-color: #29f;
}

.table .leader__menu a:hover {
  color: #005ad6;
}

.table .leader.is-active .leader__ico {
  background-color: #E2F0FF;
}

.table .leader.is-active .leader__ico span {
  background-color: #29f;
}

.table .leader.is-active .leader__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.table .color-red {
  color: #f03f3f;
}

.table tr.border-top th,
.table tr.border-top td,
.table td.border-top {
  border-top: 1px solid #C2C3CB;
}

.table.-hasArrow .fix-col-5 {
  min-width: 459px;
}

.table.-hasArrow .fix-1 {
  left: 0;
  min-width: 83px;
}

.table.-hasArrow .fix-2 {
  left: 83px;
  min-width: 72px;
}

.table.-hasArrow .fix-3 {
  left: 155px;
  min-width: 83px;
}

.table.-hasArrow .fix-4 {
  left: 238px;
  min-width: 151px;
}

.table.-hasArrow .fix-5 {
  left: 389px;
  min-width: 70px;
}

_::-webkit-full-page-media, _:future, :root .table.-hasArrow .fix-col-5 {
  min-width: 467px;
}

_::-webkit-full-page-media, _:future, :root .table.-hasArrow .fix-1 {
  left: 0;
  min-width: 86px;
}

_::-webkit-full-page-media, _:future, :root .table.-hasArrow .fix-2 {
  left: 86px;
  min-width: 72px;
}

_::-webkit-full-page-media, _:future, :root .table.-hasArrow .fix-3 {
  left: 160px;
  min-width: 83px;
}

_::-webkit-full-page-media, _:future, :root .table.-hasArrow .fix-4 {
  left: 246px;
  min-width: 151px;
}

_::-webkit-full-page-media, _:future, :root .table.-hasArrow .fix-5 {
  left: 397px;
  min-width: 70px;
}

.table.-text-left th, .table.-text-left td {
  text-align: left;
}

tr.border-top td {
  border-top: 1px solid #C2C3CB;
}

@media screen and (max-width: 1366px) {
  .max-name {
    display: inline-block;
    width: 6em;
  }
}

.tab-nav {
  overflow: hidden;
  display: flex;
}

.tab-nav > a {
  display: flex;
  justify-content: center;
  align-items: center
}

.tab-nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 112px;
  height: 34px;
  padding: 0 16px;
  background-color: #F4F4F4;
  box-shadow: 4px 0 4px rgba(194, 195, 203, 0.2);
  border-radius: 8px 8px 0 0;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
}

.tab-nav__btn:first-of-type {
  z-index: 5;
}

.tab-nav__btn:nth-of-type(2) {
  z-index: 4;
}

.tab-nav__btn:nth-of-type(3) {
  z-index: 3;
}

.tab-nav__btn:nth-of-type(4) {
  z-index: 2;
}

.tab-nav__btn:nth-of-type(5) {
  z-index: 1;
}

.tab-nav__btn:hover {
  background-color: #e3e3e3;
}

.tab-nav__btn.is-active {
  background-color: #fff;
  z-index: 10;
}

.tab-nav__btn.is-active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 28px);
  width: 56px;
  height: 2px;
  background-color: #ffc136;
}

.tab-content {
  height: 100%;
}

.tab-content:not(.is-show) {
  display: none;
}

.btn-group {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 0 32px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(144, 140, 149, 0.2);
  z-index: -1;
}

.modal__overlay.-delete {
  background-color: rgba(144, 140, 149, 0.6);
  z-index: 1;
}

.modal__content {
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100vh;
  padding: 32px;
}

.modal__container {
  position: relative;
  width: 100%;
  max-width: 528px;
  margin: auto;
  padding: 40px 32px 48px;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(194, 195, 203, 0.2);
  border-radius: 16px;
}

.modal__container.-large {
  max-width: 660px;
}

.modal__close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  background-color: #f4f4f4;
  box-shadow: 0 0 5px rgba(54, 83, 123, 0.15);
  border-radius: 50%;
  cursor: pointer;
  transition: .2s;
}

.modal__close:hover {
  background-color: #e3e3e3;
}

.modal__close::before, .modal__close::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 9px);
  width: 18px;
  height: 2px;
  background-color: #1a1803;
  border-radius: 20px;
  pointer-events: none;
}

.modal__close::before {
  transform: rotate(45deg);
}

.modal__close::after {
  transform: rotate(-45deg);
}

.modal__heading {
  margin-bottom: 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid #C2C3CB;
  font-size: 18px;
  font-weight: 700;
}

.modal__confirm {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 528px;
  margin: 0 auto;
  padding: 48px 32px;
  background-color: #fff;
  border-radius: 16px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.main-head {
  margin-bottom: 16px;
}

.main-head__top {
  display: flex;
  justify-content: space-between;
  padding-right: 64px;
}

.main-head__name {
  font-size: 16px;
  font-weight: 700;
}

.main-head__info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}

.main-head__infoItem {
  display: flex;
  margin-right: 24px;
  font-size: 13px;
}

.main-head__infoItem dt {
  margin-right: 8px;
  font-size: 12px;
  font-weight: 700;
}

.news-list__item {
  padding: 0 24px;
  border: 1px solid #C2C3CB;
  border-radius: 8px;
}

.news-list__item + .news-list__item {
  margin-top: 8px;
}

.news-list__head {
  display: flex;
  align-items: flex-start;
  gap: 0 16px;
  position: relative;
  margin: 0 -24px;
  padding: 16px 60px 16px 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: .2s;
}

.news-list__head:hover {
  background-color: #f4f4f4;
}

.news-list__item.is-open .news-list__head {
  border-radius: 8px 8px 0 0;
}

.news-list .date {
  color: #908c95;
  font-family: "Lato", sans-serif;
}

.news-list .new {
  display: inline-block;
  position: relative;
  top: 2px;
  padding: 0 8px;
  background-color: #ffe9e8;
  border-radius: 4px;
  color: #f03f3f;
  font-size: 12px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 18px;
}

.news-list .ico {
  position: absolute;
  top: 50%;
  right: 24px;
  flex: none;
  width: 20px;
  height: 20px;
  margin-left: auto;
  background-color: #f4f4f4;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: .2s;
}

.news-list .ico::before, .news-list .ico::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #1a1803;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  transition: .2s;
}

.news-list .ico::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.news-list__head:hover .ico {
  background-color: #fff;
}

.news-list__item.is-open .ico::after {
  transform: translate(-50%, -50%) rotate(0);
}

.news-list__body {
  display: none;
  padding: 16px 0 24px;
  border-top: 1px solid #C2C3CB;
}

.list-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.list-group > li {
  display: flex;
  align-items: center;
  width: 175px;
  padding: 4px 16px;
  background-color: #f4f4f4;
  border-radius: 8px;
}

@media screen and (min-width: 1367px) {
  .list-group > li {
    width: calc((100% - 64px) / 5);
  }
}

.ellipsis-list__item {
  display: flex;
  gap: 0 32px;
}

.ellipsis-list__item + .ellipsis-list__item {
  margin-top: 16px;
}

.ellipsis-list dt {
  width: 22px;
  font-size: 15px;
  font-weight: 700;
}

.step {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 552px;
  margin: 0 auto 24px;
  z-index: 1;
}

.step::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e3e3e3;
  transform: translateY(-50%);
  z-index: -1;
}

.step span {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #e3e3e3;
  border-radius: 50%;
}

.step span.is-on {
  background-color: #ffc136;
}

.step span.is-on::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 70px;
  height: 3px;
  background-color: #ffc136;
  transform: translateY(-50%);
  z-index: 1;
}

.step.junior-high-school span.is-on::before {
  width: 115px;
}

.calendar-wrap {
  display: inline-block;
  position: relative;
  font-family: 'Lato', 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,sans-serif;
}

.input-calendar {
  position: relative;
  display: inline-block;
}

.input-calendar .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 32px;
  height: 30px;
  background-color: #f4f4f4;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  transition: .2s;
}

.input-calendar:hover input,
.calendar-wrap.is-active .input-calendar input {
  border-color: #FFC136;
}

.input-calendar:hover .btn,
.calendar-wrap.is-active .input-calendar .btn {
  background-color: #fff9cc;
}

.calendar {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 40px;
  width: 290px;
  padding: 24px 12px 16px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 2;
  transform: translateY(10px);
  transition: .2s;
}

.calendar-wrap.is-active .calendar {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.calendar-head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.calendar-head .text {
  margin: 0 auto;
}

.calendar-head .btn {
  position: relative;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.calendar-head .btn::before, .calendar-head .btn.-first::after, .calendar-head .btn.-last::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}

.calendar-head .prev::before,
.calendar-head .prev.-first::after {
  left: 4px;
  border-bottom: 1px solid #1A1803;
  border-left: 1px solid #1A1803;
}

.calendar-head .prev.-first {
  margin-right: 24px;
}

.calendar-head .prev.-first::before {
  left: 2px;
}

.calendar-head .prev.-first::after {
  left: 6px;
}

.calendar-head .next::before,
.calendar-head .next.-last::after {
  left: 2px;
  border-top: 1px solid #1A1803;
  border-right: 1px solid #1A1803;
}

.calendar-head .next.-last {
  margin-left: 24px;
}

.calendar-head .next.-last::before {
  left: 0;
}

.calendar-head .next.-last::after {
  left: 4px;
}

.calendar-table {
  width: 100%;
}

.calendar-table th, .calendar-table td {
  width: 30px;
  height: 30px;
  padding: 4px;
}

.calendar-table th {
  color: #c2c3cb;
  font-weight: 500;
}

.calendar-table .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}

.calendar-table .is-selected .btn {
  background-color: #ffec85;
}

.horiz-calendar {
  display: flex;
  gap: 0 32px;
}

.horiz-calendar .calendar-wrap:first-child::after {
  content: "〜";
  display: inline-block;
  position: absolute;
  top: calc(50% - 11px);
  left: calc(100% + 10px);
}

img.ui-datepicker-trigger{
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.caution-list {
  padding: 16px 24px;
  background-color: #fff8f2;
  border: 1px solid #F03F3F;
  border-radius: 8px;
}

.caution-list > li {
  position: relative;
  padding-left: 13px;
}

.caution-list > li + li {
  margin-top: 2px;
}

.caution-list > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4q;
  background-color: #1a1803;
  border-radius: 50%;
}

.caution-list__note {
  margin-top: 2px;
}

.col2-list__item {
  display: flex;
  align-items: center;
  gap: 0 32px;
  margin-bottom: 16px;
}

.col2-list__item.-flexStart {
  align-items: flex-start;
}

.col2-list dt {
  min-width: 5em;
  font-size: 15px;
  font-weight: 700;
}

.col2-list dt span {
  position: relative;
  top: 3px;
}

.delete-answer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}

.delete-answer-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc((100% - 16px) / 2);
  padding: 16px 8px;
  border-bottom: 1px solid #C2C3CB;
}

.delete-answer-list__item:first-child, .delete-answer-list__item:nth-child(2) {
  border-top: 1px solid #C2C3CB;
}

.delete-answer-list__item dt {
  font-size: 15px;
  font-weight: 500;
}

.status-list {
  display: flex;
  gap: 16px;
}

.status-list__col {
  flex: 1;
  max-width: 486px;
}

.status-list__item {
  display: flex;
  gap: 0 32px;
  padding: 5px 8px;
  border-bottom: 1px solid #C2C3CB;
  font-size: 13px;
}

.status-list__item:first-child {
  border-top: 1px solid #C2C3CB;
}

.status-list__item dt {
  flex: none;
  width: 90px;
}

.u-mt8 {
  margin-top: 8px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}

.u-mb16 {
  margin-bottom: 16px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-ml24 {
  margin-left: 24px !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-left {
  text-align: left !important;
}

.u-nowrap {
  white-space: nowrap !important;
}

.off {
  display: none;
}

.fit-content {
  width: fit-content;
  max-width: 100%;
}

input[type=checkbox]:disabled ~ span.check {
  cursor: not-allowed !important;
}

.main-head__name {
  font-size: 16px;
  font-weight: 700;
}

.d-none {
  display: none;
}

tr.match-selected td {
  background-color: lemonchiffon !important;
}

td.td-radio-label {
  position: relative;
}

.td-radio-label label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.td-radio-label .radio__btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.table.school-select tbody .odd td {
  background-color: #fff;
}

.table.school-select tbody .even td {
  background-color: #F4F4F4;
}

.error-page__content {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .error-page {
    padding-top: 0;
  }
  .error-page .main-head {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .error-page__content p:not([class]) {
    text-align: left;
  }
}

.document-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  margin-top: 16px;
}

.document-list figure img {
  border: 2px solid #E3E3E3;
  box-sizing: content-box;
}

.document-list figcaption {
  margin-top: 8px;
  font-size: 12px;
  text-align: center;
}

.video {
  aspect-ratio: 16/9;
  max-width: 594px;
  margin: 16px 0 24px;
}

.video iframe {
  width: 100%;
  height: 100%;
}

.modal__alert li {
  list-style: disc;
}

.label-all-status {
  margin-top: 40px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
}

.label-test-status {
  margin-top: 140px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
}
