@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700;900&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}

ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:hover {
  text-decoration: none;
  color: #0A3F95;
}

body {
  overflow-x: hidden;
}
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  color: white;
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
}

input::-webkit-credentials-auto-fill-button,
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.text-center {
  text-align: center;
}

/* Scroll */
::-webkit-scrollbar {
  width: 6px;
  cursor: pointer;
}

::-webkit-scrollbar-track {
  background: #A1B3BC;
}

::-webkit-scrollbar-thumb {
  background: #0A3F95;
}

::-webkit-scrollbar-thumb:hover {
  background: #0A3F95;
}

/* END: Scroll */
.Responsive {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 23px;
}

.Btn,
.el-button.Btn {
  padding: 0 15px;
  font-size: 12px;
  line-height: 33px;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  background: transparent;
  text-align: center;
  font-weight: 700;
  transition: all 0.5s ease-out;
  border: none !important;
}
.Btn--yellow,
.el-button.Btn--yellow {
  color: #00286B !important;
  background: #FEC05F !important;
  font-size: 20px;
  padding: 6px 15px;
}
.Btn--green,
.el-button.Btn--green {
  color: #00286B;
  border-color: #3AD49F !important;
  background: #3AD49F !important;
}
.Btn--normal,
.el-button.Btn--normal {
  border: 2px solid #F5F4F4 !important;
  cursor: default;
  border-radius: 8px;
}
.Btn--normal:hover, .Btn--normal:focus, .Btn--normal:active,
.el-button.Btn--normal:hover,
.el-button.Btn--normal:focus,
.el-button.Btn--normal:active {
  opacity: 1 !important;
}
.Btn:hover,
.el-button.Btn:hover {
  opacity: 0.6;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}
.Btn:focus, .Btn:active,
.el-button.Btn:focus,
.el-button.Btn:active {
  opacity: 1;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

input::-moz-placeholder {
  color: #B8B8B8;
}

input::placeholder {
  color: #B8B8B8;
}

.Content {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  min-height: 100vh;
  position: relative;
  background: url(/images/content_bg_sp.svg?db0ac24f299b3edbc87be4238e74b4c7) no-repeat;
  background-position: top;
  background-size: cover;
  padding: 23px 0;
}
.Content__ttl {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  margin: 0 0 23px;
}
.Content__box {
  width: 100%;
  background-color: rgba(84, 148, 255, 0.4);
  padding: 20px 25px 41.5px;
  border-radius: 20px;
  margin-bottom: 122px;
  border: 3px solid rgba(88, 130, 193, 0.5);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
.Content__txt {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.Content--adm {
  min-width: 1317px !important;
  background: #fff !important;
  padding: 0;
}
.Content--adm .Content__box {
  max-width: 605px;
  margin: 0 auto;
}
.Content--adm .Content__txt {
  font-size: 32px;
  margin-bottom: 50px;
}
.Content--adm .Btn {
  font-size: 24px;
  border-radius: 10px;
  padding: 12px 30px;
}
.Content--adm.Content--login {
  background: url(/images/content_bg_pc.svg?538c45bc4b7e36e609b9f56d283cf530) no-repeat !important;
  background-position: top;
  background-size: cover !important;
  padding: 23px 0;
}
.Content--exam {
  background: url(/images/exam_bg_sp.svg?b6297443877c1e90402593599a3c8608) no-repeat !important;
  background-position: top;
  background-size: cover !important;
}
.Content--exam .Responsive {
  padding: 0 16px;
}
.Content--exam .Content__ttl {
  margin: 0 0 45px;
}
.Content--exam .Content__box {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  justify-content: center;
  background-color: #F4F4F4;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 8px;
  min-height: 75vh;
  flex-direction: column;
  align-items: center;
}
.Content--exam .Content__box .Content__exam {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Content--exam .Content__box .Content__img {
  text-align: center;
  margin-bottom: 39px;
}
.Content--exam .Content__box .Content__img img {
  max-width: 285px;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .Content--exam .Content__box .Content__img img {
    max-width: 520px;
  }
}
.Content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 43px;
}
.Content-header__ttl {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #00286B;
}
.Content-header-form input {
  width: 487px;
  height: 48px;
  border: 1px solid #004ED1;
  border-radius: 10px;
}
.Content-header-form .el-form-item {
  margin-bottom: 0;
}
.Content-box {
  border: 1px solid #162F7E;
}
.Content-box__ttl {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #0A3F95;
  background: #3AD49F;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Content-box__btn {
  background: transparent;
}
.Content-box__btn + .Content-box__btn {
  margin-left: 21px;
}
.Content-box__btn::before {
  content: "";
  background: url(/images/ico_edit.png?c3bbc444ff5ee97c4ba5ee7c25dfcefe) no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-position: center;
  background-size: contain;
}
.Content-box__btn--delete::before {
  background: url(/images/ico_delete.png?6abfc60c4dd3e91529eaadc0f8b53db7) no-repeat;
  width: 16px;
  height: 18px;
  background-position: center;
  background-size: contain;
}

.Form-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0 !important;
}
.Form-item .el-form-item__label, .Form-item .el-form-item__content {
  width: 100% !important;
  margin: 0 !important;
  text-align: left !important;
}
.Form-item .el-form-item__label {
  color: #C7D2D6;
  font-size: 16px;
}
.Form-item .el-form-item__label::before {
  display: none !important;
}
.Form-item .el-form-item__content .el-input__inner {
  background: #FFFFFF;
  border: 1px solid #004ED1;
  border-radius: 8px;
  padding: 1px 12px 2px;
  height: auto;
  font-size: 16px;
  color: #122768 !important;
}
.Form-item .el-form-item__content .el-input__inner--ico {
  padding: 3px 10px 4px 30px;
}
.Form-item .el-form-item__content .el-select .el-input--suffix .el-input__inner {
  padding: 1px 40px 2px 12px;
}
.Form-item .el-form-item.is-error {
  margin-bottom: 15px;
}
.Form-item .el-select .el-input__suffix {
  right: 15px;
}
.Form-item .el-select .el-input__suffix .el-input__inner {
  padding: 1px 38px 2px 10px;
}
.Form-item .el-select .el-input__suffix .el-icon-arrow-up::before {
  font-weight: bold;
  font-size: 22px;
  color: #00286B;
}
.Form-item .el-date-editor .el-input__prefix,
.Form-item .el-date-editor .el-input__suffix {
  display: none;
}
.Form-item .el-select {
  width: 100% !important;
}
.Form-item.is-error {
  margin-bottom: 15px !important;
}
.Form-item--btn {
  margin-top: 35px;
}
.Form-item--btn .el-form-item__content {
  text-align: center !important;
}
.Form-item--row .el-form-item__content {
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}
.Form--login .Btn--yellow {
  min-width: 193px;
}
.Form--login .Form-item.is-error {
  margin-bottom: 33px !important;
}
.Form--login .Form-item.is-error .Form-input__ico {
  margin-bottom: 5px;
}
.Form-input__ico {
  position: relative;
  margin-bottom: 33px;
}
.Form-input__ico::before {
  position: absolute;
  width: 14px;
  height: 19px;
  left: 10px;
  top: 50%;
  background: url(/images/ico_user.svg?71ae515af835a42703812fd8e659c701) no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  content: "";
  transform: translateY(-50%);
}
.Form-input__ico--pass {
  margin-bottom: 10px;
}
.Form-input__ico--pass::before {
  background: url(/images/ico_lock.svg?5947f7f7cfbf7c21fc237d162f11892f) no-repeat;
  background-position: center;
  background-size: contain;
}
.Form-input__ico input {
  padding: 3px 10px 4px 30px !important;
}
.Form .el-form-item__error {
  text-align: left !important;
}

@media screen and (min-width: 768px) {
  .Content .Content__box {
    border-radius: 40px;
  }
  .Content.Content--exam {
    background: url(/images/start_exam_bg_pc.svg?94570cd46e2651cf9a0ba6e67ebcd441) no-repeat !important;
    background-position: top;
    background-size: cover !important;
  }
  .Content.Content--exam .Content__box {
    border-radius: 20px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  }
  .Btn {
    font-size: 24px;
    padding: 12px 30px;
  }
  .Btn--normal {
    border-radius: 20px;
  }
}
@media screen and (min-width: 992px) {
  .Responsive {
    max-width: 1317px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .Content {
    background: url(/images/content_bg_pc.svg?538c45bc4b7e36e609b9f56d283cf530) no-repeat;
    background-position: top;
    background-size: cover;
    overflow: hidden;
  }
  .Content__box {
    max-width: 605px;
    margin: 0 auto;
  }
  .Content__txt {
    font-size: 32px;
  }
  .Form__label {
    font-size: 18px;
  }
  .Form--registor {
    width: 690px;
  }
  .Form-item .el-form-item__content .el-input__inner {
    padding: 2px 12px;
  }
  .Form-item .el-form-item__content .el-select .el-input--suffix .el-input__inner {
    padding: 2px 40px 2px 12px;
  }
}
.el-table--custom {
  border: 0 !important;
}
.el-table--custom .el-table__row .el-table__cell {
  border: solid #d9e1e4;
  border-width: 0 1px 0 0;
  font-weight: 500;
  text-align: center;
}
.el-table--custom .el-table__row .el-table__cell.is-left {
  text-align: left;
}
.el-table--custom .el-table__row .el-table__cell.is-left .cell {
  padding-left: 17px;
}
.el-table--custom thead.has-gutter .el-table__cell {
  border: solid #fff;
  border-width: 0 1px 0 0;
}
.el-table--custom th.el-table__cell.is-leaf {
  border-bottom: none !important;
}
.el-table--custom .gray-row {
  background: #f5f5f5;
}
.el-table--custom th.el-table__cell > .cell {
  color: #0A3F95;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
}
.el-table--custom .has-gutter tr th {
  background: rgba(161, 179, 188, 0.4);
  height: 64px;
}

.el-form--custom .el-button {
  min-width: 108px;
  height: 49px;
  padding: 10px 10px 10px 45px;
  background: #FEC05F;
  border-radius: 10px;
  font-size: 24px;
  border: none;
  color: #00286B;
  position: relative;
  font-weight: 600;
}
.el-form--custom .el-button::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/images/ico_search_blue.svg?067cc10430bb5f316d056267c863ac93) no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.el-form--custom .el-button:hover, .el-form--custom .el-button:active, .el-form--custom .el-button:focus {
  background: #FEC05F;
  color: #00286B;
}
.el-form--custom .el-button i {
  font-size: 18px;
  padding-right: 19px;
}
.el-form--custom .el-button--add {
  background: #3AD49F !important;
  padding: 10px 20px;
}
.el-form--custom .el-button--add::before {
  display: none;
}
.el-form--custom .el-button--add i {
  font-weight: bold;
  font-size: 20px;
  padding-right: 8px;
}
.el-form--custom .el-button--add:hover, .el-form--custom .el-button--add:active, .el-form--custom .el-button--add:focus {
  background: #3AD49F;
}
.el-form--custom .el-input__inner {
  width: 487px;
  height: 48px;
  border: 1px solid #004ED1;
  border-radius: 10px;
}
.el-form--custom .el-input__inner:hover, .el-form--custom .el-input__inner:focus, .el-form--custom .el-input__inner:active {
  border-color: #409EFF !important;
}
.el-form--custom .el-form-item:last-child {
  margin-right: 0;
}

.el-dialog__wrapper.el-dialog-custom .el-dialog {
  top: 20%;
  transform: translate(-50%, 0);
  margin: 0 !important;
  left: 50%;
  border-radius: 20px;
  color: #0E1F53 !important;
}
.el-dialog__wrapper.el-dialog-custom .el-dialog__header {
  padding: 25px 12px 0;
}
.el-dialog__wrapper.el-dialog-custom .el-dialog__headerbtn {
  background: #FEC05F;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: 12px;
  right: 12px;
}
.el-dialog__wrapper.el-dialog-custom .el-dialog__headerbtn i {
  color: #fff;
  font-weight: bold;
}
.el-dialog__wrapper.el-dialog-custom .el-dialog__title {
  color: #0E1F53;
  font-weight: bold;
  font-size: 24px;
}
.el-dialog__wrapper.el-dialog-custom .el-dialog__body {
  color: #122768;
  font-size: 20px;
  padding: 10px 12px 20px;
  text-align: center;
  letter-spacing: -0.08px;
}
.el-dialog__wrapper.el-dialog-custom .el-dialog__footer {
  border-top: 1px solid #E6E8EC;
  padding: 30px 20px 43px;
}
.el-dialog__wrapper.el-dialog-custom .Btn {
  min-width: 147px;
  padding: 8px 13px;
  border-radius: 10px;
}
.el-dialog__wrapper.el-dialog-custom .Btn--grey {
  background: #CECECE;
  color: #00286B;
  margin-left: 23px !important;
}
.el-dialog__wrapper.el-dialog-custom.el-dialog-custom--form .el-dialog__header {
  padding-bottom: 32px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 26px;
}
.el-dialog__wrapper.el-dialog-custom.el-dialog-custom--form .el-dialog__body {
  padding: 0 72px 10px;
}
.el-dialog__wrapper.el-dialog-custom.el-dialog-custom--form .el-dialog__footer {
  border-top: 0;
}
.el-dialog__wrapper.el-dialog-custom.el-dialog-custom--form .el-form-item__label {
  color: #122768 !important;
  font-size: 20px;
  font-weight: normal;
}
.el-dialog__wrapper.el-dialog-custom.el-dialog-custom--form .el-form-item__label::before {
  display: none;
}
.el-dialog__wrapper.el-dialog-custom.el-dialog-custom--employee .el-dialog {
  padding-bottom: 25px;
}
.el-dialog__wrapper.el-dialog-custom.el-dialog-custom--employee .el-dialog__body {
  padding: 0 25px 25px;
  height: 485px;
  overflow-y: scroll;
}
