/**  Mixins */ /*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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;
}

a {
  color: #6096c4;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #373232;
  --red: #FF0000;
  --dark-red: #9d111b;
  --dark-blue: #2993B5;
  --primary: #46BFE5;
  --second: #FF0000;
  --text-body: #373232;
  --radius: 5px;
}

/* Base Setting
---------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: #eee;
}

a {
  transition: all 0.3s;
  color: var(--primary);
  outline: none !important;
}
a:hover {
  opacity: 1;
  color: var(--second);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: var(--text-body);
}

h1 {
  font-size: 2.25rem;
  line-height: 1.3;
}
h1 span{
  display: block;
  font-size: .4em;
  font-weight: 400;
}
@media (min-width: 48em) {
  h1 {
    font-size: 2.25rem;
    text-align: center;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 1.15;
}
@media (min-width: 48em) {
  h2 {
    font-size: 3.5rem;
  }
}

h3 {
  font-size: 2.125rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1.75rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h4 {
    font-size: 2.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h6 {
    font-size: 1.25rem;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.container-fluid, .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.pagination ul, .upload__item--info ul, .sidebar nav ul, .popup__info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
input[type=tel],
input[type=date],
textarea,
select {
  padding: 8px 15px;
  outline: none !important;
  border-radius: 4px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  border: 0;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=phone]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #ccc;
}

.btn, .btn-red, .btn-light, .btn-gray,
button,
input[type=button],
input[type=submit] {
  transition: all 0.3s;
  color: var(--white);
  /*color: var(--text-body);*/
  padding: 12px 15px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: 100px;
  background: var(--primary);
  text-transform: uppercase;
  border: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  transition: .3s;
}
.btn:hover, .btn-red:hover, .btn-light:hover, .btn-gray:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.6;
  color: var(--white);
}

.btn-gray {
  background: #CCC;
}

.btn-light {
  background: #46BFE6;
}

.btn-red {
  background: var(--red);
  color: var(--white);
}

.container-fluid {
  max-width: 1920px;
}
@media (min-width: 48em) {
  .container-fluid {
    padding: 0 64px;
  }
}

.hamburger {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  align-self: flex-end;
  border: 2px solid var(--white);
  opacity: 1;
}
.hamburger__line {
  width: 29px;
  height: 3px;
  background: var(--black);
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 1.5px);
  left: calc(50% - 14.5px);
}
.hamburger__line::before, .hamburger__line::after {
  content: "";
  transform-origin: center center;
  width: 29px;
  height: 3px;
  background: var(--black);
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 10px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}
.hamburger__line::after {
  top: -10px;
}
.hamburger.active .hamburger__line {
  transform: rotate(225deg);
}
.hamburger.active .hamburger__line::before {
  transform: rotate(-90deg);
  top: 0;
}
.hamburger.active .hamburger__line::after {
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
.text-center {
  text-align: center;
}

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

.w-half {
  width: 50%;
}

.w-full {
  width: 100%;
}

.popup {
  max-width: 390px;
  margin: 0 auto;
  background: #eee;
  border-radius: 8px;
  position: relative;
  padding: 30px 70px;
}
.popup__remove {
  position: absolute;
  top: -55px;
  right: -55px;
}
.popup h3 {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: 0 0 20px;

}
#remove-modal.popup h3 {
  color: var(--red);
}
#apply-modal.popup h3 {
  color: var(--primary);
}
#logout-modal.popup h3 {
  color: var(--text-body);
}
.popup__icon {
  text-align: center;
  margin-bottom: 10px;
}
.popup__info {
  display: flex;
  background: #F6F6F6;
  border-radius: 8px;
  gap: 20px;
  padding: 12px 10px;
  justify-content: center;
  max-width: 200px;
  margin: 0 auto;
}
.popup__info ul {
  font-size: 16px;
  line-height: 23px;
}
.popup__info ul li + li {
  margin-top: 10px;
}
.popup__info ul:first-child {
  text-align: right;
  font-size: 14px;
  line-height: 20px;
}
.popup__info ul:first-child li + li {
  margin-top: 14px;
}
.popup__buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.popup__buttons a {
  width: 100%;
}

.header-site {
  background: var(--gray);
  padding: 12px 15px;
}
.header-site__logo {
  text-align: center;
  display: flex;
  justify-content: center;
}
.header-site__logo a {
  display: block;
}
.header-site__logo a img {
  display: block;
  height: 29px;
}

.footer-site {
  background: var(--gray);
  padding: 12px 0;
}
.footer-site__copyright {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: var(--white);
}
.footer-site__copyright p {
  margin: 0;
}

.bg-circle {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bg-circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 390px;
  z-index: -1;
  background: url("../images/bg-circle.svg") no-repeat 50% 100%/100%;
}

.main-content {
  min-height: 100vh;
}
.main-content--sidebar {
  display: flex;
}
.main-content--sidebar .sidebar {
  min-width: 300px;
  flex-basis: 300px;
  flex-grow: 0;
  background: #373232;
}
.main-content--sidebar main {
  flex-basis: 0;
  flex-grow: 1;
  overflow-x: auto;
}
.main-content--sidebar main .main-content__inner {
  min-width: 700px;
}

.heading-page {
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  margin-bottom: 20px;
}
.heading-page h1 {
  margin: 0;
}
.heading-page--white h1 {
  color: var(--white);
}

.error-form {
  font-size: 16px;
  line-height: 20px;
  color: var(--red);
  background: var(--white);
  border: 1px solid var(--red);
  padding: 4px 2px;
  margin: 0 auto 20px;
  text-align: center;
  /*display: none;*/
  max-width: 300px;
}
.error-form p {
  margin: 0;
}

.note-form {
  background: rgba(238, 238, 238, 0.5);
  padding: 4px 15px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 26px;
}
.note-form p {
  margin: 0;
}
.login_note{
  list-style: none;
  font-size: .9em;
  padding-left: 1em;
  text-indent: -1em;
}
.login_note li{
  margin-top: 1em;
}
.password-change-section {
  padding: 15px 0;
}
.password-change-section form:not(.form-has-error) .form-submit {
  margin-top: 147px;
}

.form-wrap {
  max-width: 300px;
  margin: 0 auto;
}

.form-row {
  margin-bottom: 30px;
}
.form-row label {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 4px;
  color: var(--white);
  display: block;
}
.form-row input[type=text],
.form-row input[type=email],
.form-row input[type=password],
.form-row input[type=phone],
.form-row input[type=search],
.form-row input[type=tel],
.form-row textarea,
.form-row select {
  width: 100%;
}
.form-row p {
  font-size: 14px;
  line-height: 20px;
}

.form-submit {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.form-submit .btn, .form-submit .btn-gray, .form-submit .btn-light, .form-submit .btn-red,
.form-submit button,
.form-submit input[type=button],
.form-submit input[type=submit] {
  min-width: 300px;
}

.banner-profile {
  background: url("../images/bg-circle.svg") no-repeat 50% 100%/100%;
  padding: 4px 0 95px;
  color: var(--white);
}
.banner-profile__update {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 20px;
}
.banner-profile__update p {
  margin: 0;
}
.banner-profile__update p a.btn-logout{
  color: var(--white);
}
.banner-profile__inner {
  text-align: center;
}
.banner-profile__inner img {
  height: 33px;
  width: 33px;
  object-fit: cover;
  border-radius: 100%;
}
.banner-profile__inner h3 {
  color: var(--white);
  font-size: 18px;
  line-height: 26px;
  margin: 6px 0;
}
.banner-profile__inner p {
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

.credit-info {
  /* margin-top: -80px; */
}
.credit-info__list {
  margin-bottom: 100px;
}
.credit-info__list h1 {
  margin: 30px 0 7px;
  font-size: 20px;
  line-height: 29px;
  color: var(--text-body);
  text-align: center;
}
.credit-info__table--heading {
  display: flex;
  gap: 10px;
  padding: 0 10px 7px;
}
.credit-info__table--heading div {
  flex-basis: 43px;
  flex-grow: 0;
  font-size: 14px;
  line-height: 20px;
}
.credit-info__table--heading div.credit-info__table--title {
  flex-grow: 1;
}
.credit-info__table--heading span{
  font-size: 12px;
  display: block;
}
.credit-info__table--item {
  background: var(--white);
  padding: 10px 8px;
  display: flex;
  gap: 10px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 23px;
  align-items: center;
}
.credit-info__table--item + .credit-info__table--item {
  margin-top: 7px;
}
.credit-info__table--item div {
  flex-basis: 43px;
  flex-grow: 0;
  font-size: 14px;
  line-height: 20px;
}
.credit-info__table--item div.credit-info__table--title {
  flex-grow: 1;
}
.credit-info__table--item span {
  width: 43px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  font-family: "Roboto", sans-serif;
}
.credit-info__table--unit {
  background: #eee;
}
.credit-info__table--acquired {
  border: 2px solid var(--primary);
  background: #F6F6F6;
  color: var(--primary);
}
.credit-info__table--acquired-comp {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.recuired-course{
  margin-bottom: 40px;
}
.required--unit .credit-info__table--unit{
  display: none;
}

.required--unit .unit--get{
  position: relative;
  background-color: var(--primary);
}
.required--unit .unit--get::before{
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  display: block;
  background: url(../images/check.svg)no-repeat;
  background-size: contain;
}
.table-list.table-list--min.recuired-course .count--gray{
  display: none;
}

/** Sections */
.login-page .main-content {
  display: flex;
  align-items: center;
  padding: 100px 0;
}

.login-form {
  border-radius: 15px;
  background: var(--dark-blue);
  padding: 40px 15px 140px;
  max-width: 700px;
  margin: auto;
  text-align: center;
}
.login-form h1 {
  margin: 20px 0 30px;
  font-size: 30px;
  line-height: 43px;
  color: var(--white);
}
.login-form form {
  max-width: 300px;
  margin: 0 auto;
}
.login-form .form-row label {
  text-align: left;
}

.sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding: 50px 20px;
  border-radius: 0px 20px 20px 0px;
}
.sidebar__logo {
  text-align: center;
}
.sidebar__logo img {
  margin-bottom: 10px;
}
.sidebar__logo h1 {
  margin: 0;
  font-size: 20px;
  line-height: 29px;
  color: var(--white);
}
.sidebar__login {
  text-align: center;
  color: var(--white);
}
.sidebar__login p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 23px;
}
.sidebar__login a {
  padding: 2px 21px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #CCCCCC;
  color: #373232;
  justify-content: center;
  transition:all .3s;
}
.sidebar__login a:hover{
  opacity: .6;
}
.sidebar nav ul {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.sidebar nav ul li a {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #eee;
  display: flex;
  gap: 6px;
}
.sidebar nav ul li svg path {
  fill: var(--white);
  transition: all 0.3s;
}
.sidebar nav ul li:hover a, .sidebar nav ul li.active a {
  color: var(--primary);
}
.sidebar nav ul li:hover a svg path, .sidebar nav ul li.active a svg path {
  fill: var(--primary);
}

main {
  padding: 20px 40px 40px;
}
main > h1 {
  text-align: center;
  font-size: 24px;
  line-height: 35px;
  margin: 0 0 20px;
}

.upload {
  padding: 120px 0;
  max-width: 866px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.upload__item {
  border: 2px solid #CCCCCC;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  gap: 30px;
}
.upload__item--info {
  width: 60%;
  padding: 10px 20px;
  background: #F6F6F6;
  border-radius: 8px;
}
.upload__item--info p {
  font-size: 16px;
  line-height: 23px;
  margin: 0;
}
.upload__item--info p span {
  color: var(--red);
}
.upload__item--info ul {
  font-size: 18px;
  line-height: 26px;
}
.upload__item--info ul li + li {
  margin-top: 10px;
}
.upload__item--info-file {
  display: flex;
  justify-content: center;
  margin: 0 -5px;
}
.upload__item--info-file ul:first-child {
  width: 52%;
  padding-right: 20px;
  text-align: right;
  border-right: 1px solid #CCCCCC;
}
.upload__item--info-file ul:last-child {
  width: 48%;
  padding-left: 20px;
}
.upload__item--button {
  width: 40%;
}
.upload__item--button button,.upload__item--button a {
  display: flex;
  gap: 14px;
  padding: 24px 20px 24px 30px;
  color: var(--white);
  text-align: center;
  background: #999999;
  border-radius: 8px;
  min-height: 120px;
  align-items: center;
}
.upload__item--button button img, .upload__item--button a img  {
  min-width: 70px;
}
.upload__item--button button strong, .upload__item--button a strong {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
}
.upload__item--button button strong span, .upload__item--button a strong span {
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.upload__item--button button:hover, .upload__item--button a:hover {
  background: #707070;
}
.upload__item--button button.upload__item--red, .upload__item--button a.upload__item--red {
  background: #C31623;
}
.upload__item--button button.upload__item--red:hover, .upload__item--button a.upload__item--red:hover {
  background: var(--dark-red);
}

.search-section {
  background: var(--dark-blue);
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 30px;
}
.search-section .form-row {
  margin-bottom: 0;
}
.search-section__inner {
  margin-bottom: 20px;
  display: flex;
  gap: 40px;
}
.search-section__input {
  width: 50%;
}
.search-section__input label {
  font-weight: 400;
}
.search-section__input.term--start input,
.search-section__input.term--end input{
  width: 100%;
  position: relative;
}
.search-section__input.term--start input::after{
  content:'〜';
  color:#fff;
  display: block;
  position: absolute;
  bottom:10px;
  right:-28px;
}
.search-section__buttons {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.search-section__buttons .btn-gray {
  min-width: 200px;
  color: #666666;
}

.table-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 23px;
  color: var(--black);
}
.table-heading p {
  margin: 0;
}
.table-heading span {
  padding: 4px 16px;
  background: var(--white);
  border-radius: 100px;
  margin-left: 10px;
  display: inline-block;
}

.table-list {
  border-spacing: 0 10px;
  border-collapse: separate;
  font-size: 18px;
  line-height: 26px;
  width: 100%;
}
.table-list thead tr th {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  padding: 0 20px;
}
.table-list tbody tr{
  transition : all 0.5s ease 0s;
  cursor: pointer;
}
.table-list tbody tr {
  background: #F6F6F6;
}
.table-list tbody tr:hover{
  background-color:rgba(70, 191, 230, 0.2);
}
.table-list tbody tr td {
  padding: 20px;
}
.table-list tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
}
.table-list tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
}
.table-list--min tbody tr td {
  padding: 5px;
}
.table-list--min tbody tr td:first-child {
  padding-left: 10px;
}
.table-list--min tbody tr td:last-child {
  padding-right: 10px;
}

.pagination {
  margin-top: 30px;
}
.pagination ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.pagination ul li a,
.pagination ul li span {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  color: var(--text-body);
  font-size: 16px;
  line-height: 19px;
}
.pagination ul li a:hover {
  color: var(--white);
  background: var(--primary);
}
.pagination ul li a:hover svg path {
  fill: var(--white);
}
.pagination ul li span {
  background: var(--primary);
  color: var(--white);
}

.count-section {
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  max-width: 780px;
}
.count-section > div {
  /*flex-basis: 100px;*/
  flex-grow: 0;
}
.count-section > div.count-section__inner {
  flex-grow: 1;
}
.count-section__left a {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: var(--text-body);
  gap: 5px;
  display: flex;
  align-items: center;
}
.count-section__inner {
  display: flex;
  padding: 8px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background: rgba(238, 238, 238, 0.9);
  max-width: 355px;
  width: 100%;
}
.count-section__inner > div {
  width: 50%;
  text-align: center;
  padding: 5px 10px 9px;
}
.count-section__inner > div h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  margin-bottom: 10px;
}
.count-section__inner > div h4 > span{
  display: block;
  margin-top: 5px;
  font-size: 11px;
}
.count-section__inner > div h2 {
  font-weight: 700;
  font-size: 54px;
  line-height: 56px;
  color: var(--primary);
  margin: 0;
  font-family: "Roboto", sans-serif;
}
.count-section__inner > div.count-section--required {
  background: var(--white);
  margin-left:30px;
}
.count-section__inner > div.count-section--required h2 {
  font-size: 40px;
  line-height: 47px;
  color: #373232;
  margin: 6px 0 0;
}
.count-section__inner > div.count-section--acquisition {
  position: relative;
  padding-left: 5px;
}
.count-section__inner > div.count-section--acquisition::after {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background: var(--white);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  transform: scale(-1, 1);
}

.student-detail {
  margin: 0 auto;
  max-width: 780px;
}
.student-detail .table-heading {
  margin-bottom: 0;
}
.student-detail .title{
  text-align: center;
  margin-top: 40px;
}
.student-detail .title h3{
  font-size: 18px;
}
.student-info {
  background: #2993B5;
  border-radius: 0px 20px 20px 0px;
  padding: 20px 75px;
  display: flex;
  gap: 80px;
  width: calc(100% + 40px);
  margin-left: -40px;
  align-items: center;
  color: var(--white);
  margin-bottom: 40px;
}
.student-info p {
  margin: 0;
}
.student-info a {
  color: var(--white);
}
.student-info__name {
  text-align: center;
}
.student-info__name h3 {
  font-size: 24px;
  line-height: 35px;
  color: var(--white);
  margin: 6px 0;
}
.student-info__name p {
  font-size: 20px;
  line-height: 23px;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
.student-info__email {
  font-size: 16px;
  line-height: 23px;
}
.student-info__company {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.student-info__serial {
  margin-left: auto;
  text-align: center;
}
.student-info__serial h4 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 26px;
  color: var(--white);
}
.student-info__serial p {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
}

.count--gray, .count--comp, .count--outline {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  font-family: "Roboto", sans-serif;
  background: #eee;
}

.count--outline {
  border: 2px solid var(--primary);
  background: #F6F6F6;
  color: var(--primary);
}

.count--comp {
  background:var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.wrap-button {
  margin-bottom: 30px;
  background: #CCCCCC;
  border-radius: 10px;
  padding: 15px 20px;
  text-align: center;
}
.wrap-button .btn, .wrap-button .btn-gray, .wrap-button .btn-light, .wrap-button .btn-red {
  color: var(--white);
  min-width: 260px;
  transition: all 0.3s;
}
.wrap-button .btn:hover, .wrap-button .btn-gray:hover, .wrap-button .btn-light:hover, .wrap-button .btn-red:hover{
  opacity: .6;
}
.account-list {
  max-width: 630px;
  margin: 0 auto;
}

.account-edit {
  max-width: 700px;
  margin: 0 auto;
}
.account-edit__bg {
  background: #CCCCCC;
  padding: 40px 15px;
  border-radius: 15px;
}
.account-edit__inner {
  max-width: 300px;
  margin: 0 auto;
}
.account-edit__inner h2 {
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  margin: 0 0 20px;
  color: var(--white);
}
.account-edit__inner .form-row label {
  color: var(--text-body);
}
.account-edit__inner .form-submit {
  gap: 30px;
}
.account-edit__inner .form-submit button {
  color: var(--white);
  transition: all 0.3s;
}
.account-edit__inner .form-submit .btn-red {
  min-width: 180px;
  transition: all 0.3s;
}
.account-edit__inner .form-submit button:hover,
.account-edit__inner .form-submit .btn-red:hover{
  opacity: 0.6;
}
.controls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.controls a {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: var(--text-body);
}

.history--donwload{
  padding: 0 0 20px;
  margin: -10px 0 auto;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.history--donwload .download__item--button a{
  display: flex;
  gap: 14px;
  padding: 14px 20px 14px 30px;
  color: var(--white);
  text-align: center;
  background: #999999;
  border-radius: 8px;
  align-items: center;
}
.history--donwload .download__item--button a:hover{
  background-color: #666;
}
.history--donwload .download__item--button a strong{
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
}
.history--donwload .download__item--button a strong span{
    font-size: 14px;
    line-height: 20px;
    display: block;
}
/*# sourceMappingURL=styles.css.map */
