.header-title-main h1 {
  font-weight: 700;
  font-size: 1.6rem;
}

@media only screen and (min-width: 1024px) {
  .header-title-main h1 {
    font-size: 2rem;
  }
}

.section-header .title-area .main,
.contents-header .title-area .main,
.modal-header-title,
.modal-sm .modal-body,
.rubric-title-main p {
  font-weight: 700;
  font-size: 1.4rem;
}

@media only screen and (min-width: 1024px) {

  .section-header .title-area .main,
  .contents-header .title-area .main,
  .modal-header-title,
  .modal-sm .modal-body,
  .rubric-title-main p {
    font-size: 1.8rem;
  }
}

h3,
.list-item-title-sub,
.section-header .title-area .sub,
.contents-header .title-area .sub {
  font-weight: 700;
  font-size: 1.2rem;
}

@media only screen and (min-width: 1024px) {

  h3,
  .list-item-title-sub,
  .section-header .title-area .sub,
  .contents-header .title-area .sub {
    font-size: 1.6rem;
  }
}

p,
.btn-anothertab .btn-text-sub,
.form-label,
.state,
.section-item .section-item-date,
.section-item .section-item-detais,
.txt-signin-error,
.txt-error-body,
.rec-item-title-sub {
  font-size: 1.2rem;
}

@media only screen and (min-width: 1024px) {

  p,
  .btn-anothertab .btn-text-sub,
  .form-label,
  .state,
  .section-item .section-item-date,
  .section-item .section-item-detais,
  .txt-signin-error,
  .txt-error-body,
  .rec-item-title-sub {
    font-size: 1.6rem;
  }
}

.btn-md,
.btn-add,
.btn-circle-sm,
.btn-circle-md,
.btn-anothertab .btn-text-main,
.tab-nav-item,
.list-item,
.list-item-title-main,
.modal-lg .modal-list-header,
.rec-item-title-main {
  font-size: 1.4rem;
}

@media only screen and (min-width: 1024px) {

  .btn-md,
  .btn-add,
  .btn-circle-sm,
  .btn-circle-md,
  .btn-anothertab .btn-text-main,
  .tab-nav-item,
  .list-item,
  .list-item-title-main,
  .modal-lg .modal-list-header,
  .rec-item-title-main {
    font-size: 1.8rem;
  }
}

.btn-lg,
.btn-next {
  font-size: 1.8rem;
}

@media only screen and (min-width: 1024px) {

  .btn-lg,
  .btn-next {
    font-size: 2rem;
  }
}

.form-control,
.form-select select {
  font-size: 1.6rem;
}

@media only screen and (min-width: 1024px) {

  .form-control,
  .form-select select {
    font-size: 1.8rem;
  }
}

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

.form-control-set {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-evenly;
  margin-left: 10px;
}

.form-control-set-edit {
  width: 35%;
}

.form-control-set-edit-wide {
  width: 85%;
}

.form-control-set-suffix {
  width: 15%;
  text-align: center;
  /*padding-left: 12px;*/
  font-size: 1.8rem;
}

.form-control-set-suffix-wide {
  position: relative;
  width: 30%;
  text-align: center;
}
  
.form-control-set-caption {
  width: 35%;
  /*padding-right: 4px;*/
  text-align: center;
  /*padding-left: 12px;*/
  font-size: 1.8rem;
}
  
.form-control-set-caption-left {
  width: 42%;
  padding-right: 4px;
  text-align: right;
  /*padding-left: 12px;*/
  font-size: 1.8rem;
}

.form-control-set-caption-right {
  width: 42%;
  padding-left: 4px;
  text-align: left;
  /*padding-left: 12px;*/
  font-size: 1.8rem;
}

.form-control-set-toggle {
  position: relative;
  width: 16%;
  text-align: center;
}
  
.form-control-set-toggle input[type="checkbox"] {
  display: none;
  position: relative;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  opacity: 0;
}

.form-control-set-toggle input[type="checkbox"]+label {
  cursor: pointer;
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  background: transparent;
  background-image: url("../images/setting-toggle-left.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 40px 40px;
}

.form-control-set-toggle input[type="checkbox"]:checked+label {
  background-image: url("../images/setting-toggle-right.png");
}

.form-control-set-chart-left {
  position: relative;
  width: 50%;
  text-align: center;
  vertical-align: center;
}

.form-control-set-chart-right {
  position: relative;
  width: 50%;
  text-align: center;
  vertical-align: center;
}

.form-control-set-chart-image {
  width: 100%;
  height: 160px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}
  
.form-control-buttons {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-evenly;
  margin: 30px 16px 60px 16px;
}

.form-control-button {
  display: flex;
  width: 50%;
}

.form-control-buttons .button {
  position: relative;
  padding: 0 16px;
  width: 100%;
  height: 76px;
}


.link-text {
  color: #0b378e;
  font-size: 1.4rem;
  text-decoration: underline;
}

@media only screen and (min-width: 1024px) {
  .link-text {
    font-size: 1.8rem;
  }
}

.link-sentence {
  color: #0b378e;
  font-size: 1.2rem;
  text-decoration: underline;
}

@media only screen and (min-width: 1024px) {
  .link-sentence {
    font-size: 1.6rem;
  }
}

.btn-next .btn-inner::after,
.form-select::after,
.tab-nav-item.active::after,
.list-item::after,
.btn-tablink .btn-inner::after,
.btn-anothertab .btn-inner::after,
.recorder-menu .btn-inner::after,
.section-nav-comment .btn-md .btn-inner::after,
.section-nav-comment .btn-add .btn-inner::after {
  content: '';
  width: 21px;
  height: 21px;
  margin-left: auto;
  display: block;
}

.btn-next .btn-inner::after,
.form-select::after,
.tab-nav-item.active::after,
.list-item::after {
  clip-path: path("M9.2,5.8c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l3.8,3.8l-3.8,3.8c-0.4,0.4-0.4,1,0,1.4 c0.4,0.4,1,0.4,1.4,0l5.2-5.2L9.2,5.8z");
}


.btn-tablink .btn-inner::after,
.btn-anothertab .btn-inner::after,
.recorder-menu .btn-inner::after {
  clip-path: path("M10,11l4.2-4.2L12,6.8l0-1.3l2.9,0.1c0.4,0,0.8,0.2,1.1,0.5c0.3,0.3,0.5,0.7,0.5,1.1l0.1,2.9l-1.3,0l-0.1-2.2L10.9,12L10,11 z M15.5,14.6c0,0.6-0.4,1-1,1h-7c-0.6,0-1-0.4-1-1v-7c0-0.6,0.4-1,1-1h2v-1h-2c-1.1,0-2,0.9-2,2v7c0,1.1,0.9,2,2,2h7 c1.1,0,2-0.9,2-2v-2h-1V14.6z");
}


.section-nav-comment .btn-md .btn-inner::after,
.section-nav-comment .btn-add .btn-inner::after {
  clip-path: path("M6.5,3.8c0-0.3,0.2-0.5,0.5-0.5h8c0.3,0,0.5,0.2,0.5,0.5c0,0.3-0.2,0.5-0.5,0.5H7C6.7,4.3,6.5,4,6.5,3.8z M10.5,6.8v1 c0,0.3,0.2,0.5,0.5,0.5s0.5-0.2,0.5-0.5v-1c0-0.3-0.2-0.5-0.5-0.5S10.5,6.5,10.5,6.8z M15.9,13.2c-0.2-0.2-0.5-0.2-0.7,0l-3.6,3.6 v-6c0-0.3-0.2-0.5-0.5-0.5s-0.5,0.2-0.5,0.5v6l-3.6-3.6c-0.2-0.2-0.5-0.2-0.7,0c-0.2,0.2-0.2,0.5,0,0.7l4.9,4.9l4.9-4.9 C16,13.7,16,13.4,15.9,13.2z");
}

/* * {
  line-height: 1.6;
  box-sizing: border-box;
  word-break: break-all;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: sans-serif;
  font-size: 62.5%;
}.container

body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #4d4d4d;
  font-weight: 400;
}

body:not(body.signin):not(body.error):not(body.softrecorder):not(body.softrecorder-sp) {
  overflow: hidden;
  background: #f5f5f5;
}

body .container {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
} */

[class^=ico-]::before,
[class*=ico-]::before {
  font-size: 2.2rem;
}

.wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .wrap {
    flex-direction: row;
  }
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.text-link {
  color: #0b378e;
  text-decoration: underline;
}

.btn-sm,
.btn-save {
  display: inline-block;
  padding: 0;
  border: none;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 2px;
  font-size: 1.4rem;
}

.btn-sm .btn-inner,
.btn-save .btn-inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.btn-sm .btn-ico,
.btn-save .btn-ico {
  line-height: 1;
}

.btn-sm .btn-ico~.btn-text,
.btn-save .btn-ico~.btn-text {
  margin-left: 8px;
}

.btn-sm.btn-no-text .btn-text,
.btn-no-text.btn-save .btn-text {
  display: none;
}

.btn-sm.btn-sp-notext .btn-text,
.btn-sp-notext.btn-save .btn-text {
  display: none;
}

@media only screen and (min-width: 1024px) {

  .btn-sm.btn-sp-notext .btn-text,
  .btn-sp-notext.btn-save .btn-text {
    display: block;
  }
}

.btn-sm:disabled,
.btn-save:disabled,
.btn-sm.disabled,
.disabled.btn-save {
  cursor: default;
}

.btn-sm .btn-inner,
.btn-save .btn-inner {
  border: 1px solid transparent;
  border-radius: 16px;
}

.btn-sm .btn-inner,
.btn-save .btn-inner {
  padding: 6px 16px;
}

@media only screen and (min-width: 1024px) {

  .btn-sm,
  .btn-save {
    padding: 0;
  }

  .btn-sm .btn-inner,
  .btn-save .btn-inner {
    padding: 5px 16px;
    font-size: 1.6rem;
  }
}

.btn-md,
.btn-add {
  display: inline-block;
  padding: 0;
  border: none;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}

.btn-md .btn-inner,
.btn-add .btn-inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.btn-md .btn-ico,
.btn-add .btn-ico {
  line-height: 1;
}

.btn-md .btn-ico~.btn-text,
.btn-add .btn-ico~.btn-text {
  margin-left: 8px;
}

.btn-md.btn-no-text .btn-text,
.btn-no-text.btn-add .btn-text {
  display: none;
}

.btn-md.btn-sp-notext .btn-text,
.btn-sp-notext.btn-add .btn-text {
  display: none;
}

@media only screen and (min-width: 1024px) {

  .btn-md.btn-sp-notext .btn-text,
  .btn-sp-notext.btn-add .btn-text {
    display: block;
  }
}

.btn-md:disabled,
.btn-add:disabled,
.btn-md.disabled,
.disabled.btn-add {
  cursor: default;
}

.btn-md .btn-inner,
.btn-add .btn-inner {
  border: 1px solid transparent;
  border-radius: 16px;
}

.btn-md .btn-inner,
.btn-add .btn-inner {
  padding: 10px 18px;
}

@media only screen and (min-width: 1024px) {

  .btn-md .btn-inner,
  .btn-add .btn-inner {
    padding: 9px 18px;
  }
}

.btn-lg,
.btn-next {
  display: inline-block;
  padding: 0;
  border: none;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}

.btn-lg .btn-inner,
.btn-next .btn-inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.btn-lg .btn-ico,
.btn-next .btn-ico {
  line-height: 1;
}

.btn-lg .btn-ico~.btn-text,
.btn-next .btn-ico~.btn-text {
  margin-left: 8px;
}

.btn-lg.btn-no-text .btn-text,
.btn-no-text.btn-next .btn-text {
  display: none;
}

.btn-lg.btn-sp-notext .btn-text,
.btn-sp-notext.btn-next .btn-text {
  display: none;
}

@media only screen and (min-width: 1024px) {

  .btn-lg.btn-sp-notext .btn-text,
  .btn-sp-notext.btn-next .btn-text {
    display: block;
  }
}

.btn-lg:disabled,
.btn-next:disabled,
.btn-lg.disabled,
.disabled.btn-next {
  cursor: default;
}

.btn-lg .btn-inner,
.btn-next .btn-inner {
  border: 1px solid transparent;
  border-radius: 16px;
}

.btn-lg .btn-ico::before,
.btn-next .btn-ico::before {
  font-size: 3.2rem;
}

.btn-lg .btn-inner,
.btn-next .btn-inner {
  padding: 16px;
}

.btn-circle-sm {
  display: inline-block;
  padding: 0;
  border: none;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 0;
}

.btn-circle-sm .btn-inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.btn-circle-sm .btn-ico {
  line-height: 1;
}

.btn-circle-sm .btn-ico~.btn-text {
  margin-left: 8px;
}

.btn-circle-sm.btn-no-text .btn-text {
  display: none;
}

.btn-circle-sm.btn-sp-notext .btn-text {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .btn-circle-sm.btn-sp-notext .btn-text {
    display: block;
  }
}

.btn-circle-sm:disabled,
.btn-circle-sm.disabled {
  cursor: default;
}

.btn-circle-sm .btn-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 50%;
}

.btn-circle-sm .btn-ico {
  width: 37px;
  height: 37px;
}

.btn-circle-md {
  display: inline-block;
  padding: 0;
  border: none;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}

.btn-circle-md .btn-inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.btn-circle-md .btn-ico {
  line-height: 1;
}

.btn-circle-md .btn-ico~.btn-text {
  margin-left: 8px;
}

.btn-circle-md.btn-no-text .btn-text {
  display: none;
}

.btn-circle-md.btn-sp-notext .btn-text {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .btn-circle-md.btn-sp-notext .btn-text {
    display: block;
  }
}

.btn-circle-md:disabled,
.btn-circle-md.disabled {
  cursor: default;
}

.btn-circle-md .btn-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 50%;
}

.btn-circle-md .btn-ico {
  width: 44px;
  height: 44px;
}

.btn-sp-circle-sm {
  display: inline-block;
  padding: 0;
  border: none;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 0;
}

.btn-sp-circle-sm .btn-inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.btn-sp-circle-sm .btn-ico {
  line-height: 1;
}

.btn-sp-circle-sm .btn-ico~.btn-text {
  margin-left: 8px;
}

.btn-sp-circle-sm.btn-no-text .btn-text {
  display: none;
}

.btn-sp-circle-sm.btn-sp-notext .btn-text {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .btn-sp-circle-sm.btn-sp-notext .btn-text {
    display: block;
  }
}

.btn-sp-circle-sm:disabled,
.btn-sp-circle-sm.disabled {
  cursor: default;
}

.btn-sp-circle-sm .btn-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 50%;
}

.btn-sp-circle-sm .btn-text {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .btn-sp-circle-sm .btn-inner {
    border: 1px solid transparent;
    border-radius: 16px;
  }

  .btn-sp-circle-sm .btn-text {
    display: inline-block;
  }
}

.btn-sp-circle-sm .btn-ico {
  width: 37px;
  height: 37px;
}

@media only screen and (min-width: 1024px) {
  .btn-sp-circle-sm {
    padding: 0;
    font-size: 1.4rem;
  }

  .btn-sp-circle-sm .btn-inner {
    padding: 5px 16px;
    font-size: 1.6rem;
  }

  .btn-sp-circle-sm .btn-ico {
    width: auto;
    height: auto;
  }
}

.btn-square {
  display: inline-block;
  padding: 0;
  border: none;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  font-size: 1.4rem;
}

.btn-square .btn-inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.btn-square .btn-ico {
  line-height: 1;
}

.btn-square .btn-ico~.btn-text {
  margin-left: 8px;
}

.btn-square.btn-no-text .btn-text {
  display: none;
}

.btn-square.btn-sp-notext .btn-text {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .btn-square.btn-sp-notext .btn-text {
    display: block;
  }
}

.btn-square:disabled,
.btn-square.disabled {
  cursor: default;
}

.btn-square .btn-inner {
  border: 1px solid transparent;
  border-radius: 16px;
}

.btn-square .btn-inner {
  padding: 0;
}

.btn-square .btn-ico::before {
  font-size: 3.2rem;
}

.btn-square .btn-text {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .btn-square {
    width: auto;
    height: auto;
  }

  .btn-square .btn-inner {
    padding: 5px 16px;
  }

  .btn-square .btn-ico::before {
    font-size: 2.2rem;
  }

  .btn-square .btn-text {
    display: block;
    font-size: 1.6rem;
  }
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-save {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-save .btn-inner {
  padding-left: 24px;
  padding-right: 24px;
}

@media only screen and (min-width: 1024px) {
  .btn-save {
    padding: 0;
  }

  .btn-save .btn-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media only screen and (min-width: 1024px) {
  .btn-add {
    display: inline-block;
    padding: 0;
    border: none;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
  }

  .btn-add .btn-inner {
    padding: 0;
  }

  .btn-add .btn-inner {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .btn-add .btn-ico {
    line-height: 1;
  }

  .btn-add .btn-ico~.btn-text {
    margin-left: 8px;
  }

  .btn-add.btn-no-text .btn-text {
    display: none;
  }

  .btn-add.btn-sp-notext .btn-text {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .btn-add.btn-sp-notext .btn-text {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {

  .btn-add:disabled,
  .btn-add.disabled {
    cursor: default;
  }

  .btn-add .btn-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 50%;
  }

  .btn-add .btn-ico {
    width: 44px;
    height: 44px;
  }
}

.btn-primary .btn-inner {
  border-color: #f5a200;
  background: #f5a200;
  color: #1e232e;
}

.btn-primary .btn-inner::after {
  background: #1e232e;
}

.btn-primary[class^="btn-circle"] .btn-inner,
.btn-primary[class^="btn-sp-circle"] .btn-inner {
  background: transparent;
}

.btn-primary[class^="btn-circle"] .btn-ico,
.btn-primary[class^="btn-sp-circle"] .btn-ico {
  border-color: #f5a200;
  background: #f5a200;
  color: #1e232e;
}

.btn-primary[class^="btn-circle"] .btn-text,
.btn-primary[class^="btn-sp-circle"] .btn-text {
  color: #4d4d4d;
}

@media only screen and (min-width: 1024px) {
  .btn-primary[class^="btn-sp-circle"] .btn-inner {
    border-color: #f5a200;
    background: #f5a200;
  }

  .btn-primary[class^="btn-sp-circle"] .btn-ico {
    border-color: transparent;
    background-color: transparent;
  }

  .btn-primary[class^="btn-sp-circle"] .btn-text {
    color: #1e232e;
  }
}

.btn-primary[class^="btn-square"] .btn-inner {
  background: transparent;
  border-color: transparent;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .btn-primary[class^="btn-square"] .btn-inner {
    border-color: #f5a200;
    background: #f5a200;
    color: #1e232e;
  }
}

@media only screen and (min-width: 1024px) {
  .btn-primary.btn-add .btn-inner {
    border-color: transparent;
    background: transparent;
    color: #1e232e;
  }

  .btn-primary.btn-add .btn-ico {
    border-color: #f5a200;
    background: #f5a200;
    color: #1e232e;
  }

  .btn-primary.btn-add .btn-text {
    color: #4d4d4d;
  }
}

.btn-primary:disabled,
.btn-primary.disabled {
  opacity: 0.3;
}

.btn-secondary .btn-inner {
  border-color: #999;
  background: transparent;
  color: #808080;
}

.btn-secondary .btn-inner::after {
  background: #808080;
}

.btn-secondary[class^="btn-circle"] .btn-inner,
.btn-secondary[class^="btn-sp-circle"] .btn-inner {
  background: transparent;
}

.btn-secondary[class^="btn-circle"] .btn-ico,
.btn-secondary[class^="btn-sp-circle"] .btn-ico {
  border-color: #999;
  background: transparent;
  color: #808080;
}

.btn-secondary[class^="btn-circle"] .btn-text,
.btn-secondary[class^="btn-sp-circle"] .btn-text {
  color: #4d4d4d;
}

@media only screen and (min-width: 1024px) {
  .btn-secondary[class^="btn-sp-circle"] .btn-inner {
    border-color: #999;
    background: transparent;
  }

  .btn-secondary[class^="btn-sp-circle"] .btn-ico {
    border-color: transparent;
    background-color: transparent;
  }

  .btn-secondary[class^="btn-sp-circle"] .btn-text {
    color: #808080;
  }
}

.btn-secondary[class^="btn-square"] .btn-inner {
  background: transparent;
  border-color: transparent;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .btn-secondary[class^="btn-square"] .btn-inner {
    border-color: #999;
    background: transparent;
    color: #808080;
  }
}

@media only screen and (min-width: 1024px) {
  .btn-secondary.btn-add .btn-inner {
    border-color: transparent;
    background: transparent;
    color: #808080;
  }

  .btn-secondary.btn-add .btn-ico {
    border-color: #999;
    background: transparent;
    color: #808080;
  }

  .btn-secondary.btn-add .btn-text {
    color: #4d4d4d;
  }
}

.btn-secondary:disabled,
.btn-secondary.disabled {
  opacity: 0.3;
}

.btn-color-01 .btn-inner {
  border-color: #3d465c;
  background: #3d465c;
  color: #fff;
}

.btn-color-01 .btn-inner::after {
  background: #fff;
}

.btn-color-01[class^="btn-circle"] .btn-inner,
.btn-color-01[class^="btn-sp-circle"] .btn-inner {
  background: transparent;
}

.btn-color-01[class^="btn-circle"] .btn-ico,
.btn-color-01[class^="btn-sp-circle"] .btn-ico {
  border-color: #3d465c;
  background: #3d465c;
  color: #fff;
}

.btn-color-01[class^="btn-circle"] .btn-text,
.btn-color-01[class^="btn-sp-circle"] .btn-text {
  color: #4d4d4d;
}

@media only screen and (min-width: 1024px) {
  .btn-color-01[class^="btn-sp-circle"] .btn-inner {
    border-color: #3d465c;
    background: #3d465c;
  }

  .btn-color-01[class^="btn-sp-circle"] .btn-ico {
    border-color: transparent;
    background-color: transparent;
  }

  .btn-color-01[class^="btn-sp-circle"] .btn-text {
    color: #fff;
  }
}

.btn-color-01[class^="btn-square"] .btn-inner {
  background: transparent;
  border-color: transparent;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .btn-color-01[class^="btn-square"] .btn-inner {
    border-color: #3d465c;
    background: #3d465c;
    color: #fff;
  }
}

@media only screen and (min-width: 1024px) {
  .btn-color-01.btn-add .btn-inner {
    border-color: transparent;
    background: transparent;
    color: #fff;
  }

  .btn-color-01.btn-add .btn-ico {
    border-color: #3d465c;
    background: #3d465c;
    color: #fff;
  }

  .btn-color-01.btn-add .btn-text {
    color: #4d4d4d;
  }
}

.btn-color-01:disabled,
.btn-color-01.disabled {
  opacity: 0.3;
}

.btn-color-01.active .btn-ico {
  border-color: #3d465c;
  background: #fff;
  color: #3d465c;
}

.btn-color-01.active .btn-text {
  color: #4d4d4d;
}

.btn-color-02 .btn-inner {
  border-color: #0b378e;
  background: #0b378e;
  color: #fff;
}

.btn-color-02 .btn-inner::after {
  background: #fff;
}

.btn-color-02[class^="btn-circle"] .btn-inner,
.btn-color-02[class^="btn-sp-circle"] .btn-inner {
  background: transparent;
}

.btn-color-02[class^="btn-circle"] .btn-ico,
.btn-color-02[class^="btn-sp-circle"] .btn-ico {
  border-color: #0b378e;
  background: #0b378e;
  color: #fff;
}

.btn-color-02[class^="btn-circle"] .btn-text,
.btn-color-02[class^="btn-sp-circle"] .btn-text {
  color: #4d4d4d;
}

@media only screen and (min-width: 1024px) {
  .btn-color-02[class^="btn-sp-circle"] .btn-inner {
    border-color: #0b378e;
    background: #0b378e;
  }

  .btn-color-02[class^="btn-sp-circle"] .btn-ico {
    border-color: transparent;
    background-color: transparent;
  }

  .btn-color-02[class^="btn-sp-circle"] .btn-text {
    color: #fff;
  }
}

.btn-color-02[class^="btn-square"] .btn-inner {
  background: transparent;
  border-color: transparent;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .btn-color-02[class^="btn-square"] .btn-inner {
    border-color: #0b378e;
    background: #0b378e;
    color: #fff;
  }
}

@media only screen and (min-width: 1024px) {
  .btn-color-02.btn-add .btn-inner {
    border-color: transparent;
    background: transparent;
    color: #fff;
  }

  .btn-color-02.btn-add .btn-ico {
    border-color: #0b378e;
    background: #0b378e;
    color: #fff;
  }

  .btn-color-02.btn-add .btn-text {
    color: #4d4d4d;
  }
}

.btn-color-02:disabled,
.btn-color-02.disabled {
  opacity: 0.3;
}

.btn-color-03 .btn-inner {
  border-color: #fff;
  background: #fff;
  color: #3d465c;
}

.btn-color-03 .btn-inner::after {
  background: #3d465c;
}

.btn-color-03[class^="btn-circle"] .btn-inner,
.btn-color-03[class^="btn-sp-circle"] .btn-inner {
  background: transparent;
}

.btn-color-03[class^="btn-circle"] .btn-ico,
.btn-color-03[class^="btn-sp-circle"] .btn-ico {
  border-color: #fff;
  background: #fff;
  color: #3d465c;
}

.btn-color-03[class^="btn-circle"] .btn-text,
.btn-color-03[class^="btn-sp-circle"] .btn-text {
  color: #4d4d4d;
}

@media only screen and (min-width: 1024px) {
  .btn-color-03[class^="btn-sp-circle"] .btn-inner {
    border-color: #fff;
    background: #fff;
  }

  .btn-color-03[class^="btn-sp-circle"] .btn-ico {
    border-color: transparent;
    background-color: transparent;
  }

  .btn-color-03[class^="btn-sp-circle"] .btn-text {
    color: #3d465c;
  }
}

.btn-color-03[class^="btn-square"] .btn-inner {
  background: transparent;
  border-color: transparent;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .btn-color-03[class^="btn-square"] .btn-inner {
    border-color: #fff;
    background: #fff;
    color: #3d465c;
  }
}

@media only screen and (min-width: 1024px) {
  .btn-color-03.btn-add .btn-inner {
    border-color: transparent;
    background: transparent;
    color: #3d465c;
  }

  .btn-color-03.btn-add .btn-ico {
    border-color: #fff;
    background: #fff;
    color: #3d465c;
  }

  .btn-color-03.btn-add .btn-text {
    color: #4d4d4d;
  }
}

.btn-color-03:disabled,
.btn-color-03.disabled {
  opacity: 0.3;
}

.btn-color-04 .btn-inner {
  border-color: #3d465c;
  background: #fff;
  color: #3d465c;
}

.btn-color-04 .btn-inner::after {
  background: #3d465c;
}

.btn-color-04[class^="btn-circle"] .btn-inner,
.btn-color-04[class^="btn-sp-circle"] .btn-inner {
  background: transparent;
}

.btn-color-04[class^="btn-circle"] .btn-ico,
.btn-color-04[class^="btn-sp-circle"] .btn-ico {
  border-color: #3d465c;
  background: #fff;
  color: #3d465c;
}

.btn-color-04[class^="btn-circle"] .btn-text,
.btn-color-04[class^="btn-sp-circle"] .btn-text {
  color: #4d4d4d;
}

@media only screen and (min-width: 1024px) {
  .btn-color-04[class^="btn-sp-circle"] .btn-inner {
    border-color: #3d465c;
    background: #fff;
  }

  .btn-color-04[class^="btn-sp-circle"] .btn-ico {
    border-color: transparent;
    background-color: transparent;
  }

  .btn-color-04[class^="btn-sp-circle"] .btn-text {
    color: #3d465c;
  }
}

.btn-color-04[class^="btn-square"] .btn-inner {
  background: transparent;
  border-color: transparent;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .btn-color-04[class^="btn-square"] .btn-inner {
    border-color: #3d465c;
    background: #fff;
    color: #3d465c;
  }
}

@media only screen and (min-width: 1024px) {
  .btn-color-04.btn-add .btn-inner {
    border-color: transparent;
    background: transparent;
    color: #3d465c;
  }

  .btn-color-04.btn-add .btn-ico {
    border-color: #3d465c;
    background: #fff;
    color: #3d465c;
  }

  .btn-color-04.btn-add .btn-text {
    color: #4d4d4d;
  }
}

.btn-color-04:disabled,
.btn-color-04.disabled {
  opacity: 0.3;
}

.btn-ico-only {
  padding: 0;
  border: none;
  background: transparent;
  color: #3d465c;
  cursor: pointer;
}

.btn-ico-only .btn-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 38px;
}

@media only screen and (min-width: 1024px) {
  .btn-ico-only .btn-ico {
    width: 44px;
    border: 1px solid #ededed;
    border-radius: 16px;
    background: #fff;
  }
}

.btn-ico-only .btn-text {
  display: none;
}

.btn-ico-only:disabled,
.btn-ico-only.disabled {
  opacity: 0.3;
  cursor: default;
}

.btn-block-wrap {
  margin: 16px 40px;
}

.btn-block-wrap .btn-sm,
.btn-block-wrap .btn-save,
.btn-block-wrap .btn-md,
.btn-block-wrap .btn-add,
.btn-block-wrap .btn-lg,
.btn-block-wrap .btn-next {
  width: 100%;
}

.btn-block-oauth {
  margin: 0px 0px 60px 0px;
}

.btn-block-oauth .btn-sm,
.btn-block-oauth .btn-save,
.btn-block-oauth .btn-md,
.btn-block-oauth .btn-add,
.btn-block-oauth .btn-lg,
.btn-block-oauth .btn-next,
.btn-block-oauth .btn-anothertab {
  width: 100%;
  font-size: 2rem;
}

.btn-anothertab {
  display: inline-block;
  padding: 0;
  border: none;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  font-size: 1.4rem;
}

.btn-anothertab .btn-inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.btn-anothertab .btn-ico {
  line-height: 1;
}

.btn-anothertab .btn-ico~.btn-text {
  margin-left: 8px;
}

.btn-anothertab.btn-no-text .btn-text {
  display: none;
}

.btn-anothertab.btn-sp-notext .btn-text {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .btn-anothertab.btn-sp-notext .btn-text {
    display: block;
  }
}

.btn-anothertab:disabled,
.btn-anothertab.disabled {
  cursor: default;
}

.btn-anothertab .btn-inner {
  border: 1px solid transparent;
  border-radius: 16px;
}

.btn-anothertab .btn-inner {
  padding: 10px 18px;
}

.btn-anothertab .btn-inner::after {
  flex-shrink: 0;
}

.btn-anothertab .btn-text {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.btn-anothertab .btn-text-main {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-anothertab .btn-text-sub {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-anothertab .btn-inner {
  border-color: #3d465c;
  background: #fff;
  color: #3d465c;
}

.btn-anothertab .btn-inner::after {
  background: #3d465c;
}

.btn-anothertab[class^="btn-circle"] .btn-inner,
.btn-anothertab[class^="btn-sp-circle"] .btn-inner {
  background: transparent;
}

.btn-anothertab[class^="btn-circle"] .btn-ico,
.btn-anothertab[class^="btn-sp-circle"] .btn-ico {
  border-color: #3d465c;
  background: #fff;
  color: #3d465c;
}

.btn-anothertab[class^="btn-circle"] .btn-text,
.btn-anothertab[class^="btn-sp-circle"] .btn-text {
  color: #4d4d4d;
}

@media only screen and (min-width: 1024px) {
  .btn-anothertab[class^="btn-sp-circle"] .btn-inner {
    border-color: #3d465c;
    background: #fff;
  }

  .btn-anothertab[class^="btn-sp-circle"] .btn-ico {
    border-color: transparent;
    background-color: transparent;
  }

  .btn-anothertab[class^="btn-sp-circle"] .btn-text {
    color: #3d465c;
  }
}

.btn-anothertab[class^="btn-square"] .btn-inner {
  background: transparent;
  border-color: transparent;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .btn-anothertab[class^="btn-square"] .btn-inner {
    border-color: #3d465c;
    background: #fff;
    color: #3d465c;
  }
}

@media only screen and (min-width: 1024px) {
  .btn-anothertab.btn-add .btn-inner {
    border-color: transparent;
    background: transparent;
    color: #3d465c;
  }

  .btn-anothertab.btn-add .btn-ico {
    border-color: #3d465c;
    background: #fff;
    color: #3d465c;
  }

  .btn-anothertab.btn-add .btn-text {
    color: #4d4d4d;
  }
}

.btn-anothertab:disabled,
.btn-anothertab.disabled {
  opacity: 0.3;
}

@media only screen and (min-width: 1024px) {
  .btn-anothertab {
    width: auto;
    max-width: 100%;
    font-size: 1.6rem;
  }

  .btn-anothertab .btn-inner {
    padding: 9px 18px;
  }

  .btn-anothertab .btn-inner::after {
    margin-left: 10px;
  }
}

.form-item:not(:last-of-type) {
  margin-bottom: 16px;
}


.form-item-separator {
  padding-top: 40px;
  border-top: 1px solid black;
}

.form-label {
  display: block;
  margin: 0 4px 8px;
  white-space: pre-wrap;
}

.form-label-no-margin {
  display: block;
  margin: 0 4px;
}

.form-label-large {
  font-size: 1.8rem;
}

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

.form-label-center-large {
  text-align: center;
  font-size: 1.8rem;
}

.form-label-center-xlarge {
  text-align: center;
  font-weight: 700;
  font-size: 3.4rem;
}

.form-control,
.form-select select {
  display: block;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  background-color: #fff;
  background-clip: padding-box;
  color: #4d4d4d;
  appearance: none;
}

@media only screen and (min-width: 1024px) {

  .form-control,
  .form-select select {
    padding: 12px 16px;
  }
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

.form-select {
  position: relative;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  background: #fff;
}

.form-select::after {
  position: absolute;
  top: calc(50% - (21px / 2));
  right: 12px;
  background: #4d4d4d;
  transform: rotate(90deg);
}

.form-select select {
  padding-right: 41px;
  border-color: transparent;
  background: transparent;
}

.form-check label {
  display: block;
  position: relative;
  padding: 11px 12px 11px 52px;
  word-break: break-all;
  font-size: 1.4rem;
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  .form-check label {
    font-size: 1.6rem;
  }
}

.form-check label::before,
.form-check label::after {
  position: absolute;
  top: 11px;
  left: 11px;
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  box-sizing: border-box;
}

.form-check label::before {
  border: 2px solid #3d465c;
}

.form-check input[type="checkbox"] {
  display: none;
}

.form-check input[type="checkbox"]:checked~label::before {
  background: #3d465c;
}

.form-check input[type="checkbox"]:checked~label::after {
  background: #fff;
  clip-path: path("M8.59702 13.7015L5.14925 10.2537L4 11.403L8.59702 16L18.4478 6.14925L17.2985 5L8.59702 13.7015Z");
}

.form-check input[type="checkbox"]:disabled~label {
  color: #808080;
  pointer-events: none;
}

.form-check input[type="checkbox"]:disabled~label::before {
  opacity: 0.5;
}

.form-check.label-none label {
  display: block;
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
}

.form-check-message label {
  background: #fff;
  border: 1px solid #427df0;
  border-bottom: none;
}

.form-check-message p {
  background: #fff;
  border: 1px solid #427df0;
  border-top: none;
  padding: 8px 12px 12px;
  color: #427df0;
}

.form-check-message input[type="checkbox"]:disabled~label,
.form-check-message input[type="checkbox"]:disabled~p {
  border-color: #808080;
}

.form-range {
  width: 100%;
}

.file-item-title {
  display: flex;
  align-items: center;
}

.file-item-title .btn-ico-only {
  margin-left: 8px;
}

.file-item-title .btn-ico-only .btn-ico {
  border-color: transparent;
  background: transparent;
}

.file-link {
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 4px 0;
  color: #0b378e;
  text-decoration: none;
}

.file-link::before {
  margin-right: 8px;
}

.file-link-title {
  overflow: hidden;
}

.file-link-title>div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.state {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 11px;
  border: 1px solid transparent;
  border-radius: 20px;
  background: #0b378e;
  color: #f5f5f5;
}

.state.closed {
  border-color: #0b378e;
  background: transparent;
  color: #0b378e;
}

@media only screen and (min-width: 1024px) {
  .state {
    height: auto;
    padding: 5px 16px;
  }
}

header .state,
.rubric-title .state {
  background: #f5f5f5;
  color: #3d465c;
}

header .state.closed,
.rubric-title .state.closed {
  border-color: #f5f5f5;
  background: transparent !important;
  color: #f5f5f5;
}

@media only screen and (min-width: 1024px) {

  header .state,
  .rubric-title .state {
    background: #061b47;
    color: #f5f5f5;
  }
}

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: linear-gradient(271.73deg, #061b47 2.93%, rgba(6, 27, 71, 0) 100%), #0b378e;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .header {
    height: 50px;
  }
}

.header-button-back,
.header-button-nav {
  position: absolute;
  top: 0;
  height: 50px;
  width: 50px;
}

@media only screen and (min-width: 1024px) {

  .header-button-back,
  .header-button-nav {
    position: static;
  }
}

.header-button-back button,
.header-button-back a,
.header-button-nav button,
.header-button-nav a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-color: transparent;
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.header-button-back button::before,
.header-button-back a::before,
.header-button-nav button::before,
.header-button-nav a::before {
  font-size: 3.2rem;
}

.header-button-back {
  left: 0;
}

.header-button-nav {
  right: 0;
}

@media only screen and (min-width: 1024px) {
  .header-button-nav {
    margin-left: auto;
  }
}

.header-title {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .header-title {
    flex-direction: row;
    width: calc(100% - 100px);
  }
}

.header-title-main,
.header-title-sub {
  display: flex;
  align-items: center;
  height: 50px;
}

@media only screen and (min-width: 1024px) {

  .header-title-main,
  .header-title-sub {
    height: auto;
  }
}

.header-title-main {
  justify-content: center;
  padding: 0 60px;
}

@media only screen and (min-width: 1024px) {
  .header-title-main {
    overflow: hidden;
    justify-content: flex-start;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    padding-left: 8px;
    padding-right: 16px;
  }
}

.header-title-main h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-title-sub {
  justify-content: space-between;
  padding: 0 12px;
}

@media only screen and (min-width: 1024px) {
  .header-title-sub {
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: flex-start;
    padding: 0;
  }

  .header-title-sub>*:not(:first-child) {
    margin-left: 16px;
  }
}

/* .content {
  overflow: hidden;
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .content {
    overflow: hidden;
  }
} */

.content-wrap {
  overflow-y: scroll;
}

@media only screen and (min-width: 1024px) {
  .content-wrap {
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
}

/* @media only screen and (min-width: 1024px) {
  .content-body {
    overflow: auto;
  }
} */

.content-bottom {
  margin-top: auto;
  background-color: #3d465c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

@media only screen and (min-width: 1024px) {
  .content-bottom {
    padding: 16px;
  }
}

.content-bottom-sub {
  display: flex;
  padding-left: 12px;
}

.content-bottom-sub>*:not(:last-child) {
  margin-right: 8px;
}

@media only screen and (min-width: 1024px) {
  .content-bottom-sub {
    padding-left: 0;
  }
}

.content-bottom-main {
  display: flex;
}

@media only screen and (min-width: 1024px) {
  .content-bottom-main>*:not(:first-child) {
    margin-left: 16px;
  }
}

.content-message {
  margin: 16px;
}

@media only screen and (min-width: 1024px) {
  .content-message {
    margin: 24px;
    padding: 8px 12px 0 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .modal-body-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }

  .modal-body-top .form-item {
    margin-bottom: 0;
    margin-right: 24px;
  }
}

.filter {
  position: relative;
  display: none;
  flex-direction: column;
  margin: 0 16px 16px;
  padding: 24px 18px;
  background: #3d465c;
}

.filter.active {
  display: flex;
}

.filter::before {
  content: '';
  position: absolute;
  top: -32px;
  right: 14px;
  border: 16px solid transparent;
  border-left-width: 8px;
  border-right-width: 8px;
  border-bottom-color: #3d465c;
}

.filter label {
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .filter {
    margin: 24px;
    padding: 24px 0 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    background: transparent;
    border-top: 1px solid #bcbcbc;
  }

  .filter::before {
    display: none;
  }

  .filter label {
    color: #4d4d4d;
  }

  .filter .form-item {
    margin-bottom: 0;
    margin-right: 24px;
  }
}

.table-top-btn,
.list-top-btn {
  display: flex;
  margin: 16px;
}

.table-top-btn>*:not(:first-child),
.list-top-btn>*:not(:first-child) {
  margin-left: 16px;
}

@media only screen and (min-width: 1024px) {

  .table-top-btn,
  .list-top-btn {
    margin: 24px;
    padding-left: 16px;
  }

  .table-top-btn>*:not(:first-child),
  .list-top-btn>*:not(:first-child) {
    margin-left: 32px;
  }
}

.list-top-btn {
  justify-content: center;
}

@media only screen and (min-width: 1024px) {

  .content.tab-content .list-top-btn,
  .local-nav~.content .list-top-btn {
    justify-content: flex-start;
  }
}

.table-bottom-btn,
.list-bottom-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 16px;
}

@media only screen and (min-width: 1024px) {

  .table-bottom-btn,
  .list-bottom-btn {
    margin: 24px;
  }
}

@media only screen and (min-width: 1024px) {
  .search-results-area {
    margin-left: 24px;
    margin-right: 24px;
  }
}

.root-nav-bg,
.local-nav-bg {
  z-index: 40;
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.show.root-nav-bg,
.show.local-nav-bg {
  display: block;
}

.root-nav {
  overflow: auto;
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  flex-direction: column;
  width: 244px;
  background-color: #fff;
  transition: right .25s, width .25s;
}

@media only screen and (min-width: 1024px) {
  .root-nav {
    display: none;
    width: 280px;
  }
}

.root-nav.show {
  display: flex;
}

.root-nav-info {
  padding: 32px;
  text-align: center;
}

.root-nav-info-ico {
  margin-bottom: 8px;
}

.root-nav-info-ico::before {
  font-size: 6.4rem;
}

.root-nav-info-name {
  word-break: break-all;
}

.recorder-menu,
.user-menu {
  list-style: none;
  margin: 0;
}

.recorder-menu-item:not(:last-child),
.user-menu-item:not(:last-child) {
  margin-bottom: 8px;
}

.recorder-menu .btn-md,
.recorder-menu .btn-add,
.user-menu .btn-md,
.user-menu .btn-add {
  width: 100%;
  font-size: 1.4rem;
}

@media only screen and (min-width: 1024px) {

  .recorder-menu .btn-md,
  .recorder-menu .btn-add,
  .user-menu .btn-md,
  .user-menu .btn-add {
    font-size: 1.6rem;
  }
}

.recorder-menu .btn-inner,
.user-menu .btn-inner {
  justify-content: flex-start;
}

.recorder-menu {
  padding: 8px;
}

.recorder-menu .btn-inner {
  padding-left: 12px;
  padding-right: 12px;
}

.user-menu {
  margin-top: auto;
  padding: 16px 40px;
}

.user-menu .btn-inner {
  padding-left: 14px;
  padding-right: 18px;
}

.user-menu .btn-text {
  flex: 1;
  text-align: center;
}

.local-nav {
  overflow: auto;
  z-index: 50;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -244px;
  width: 244px;
  background-color: #ededed;
  transition: left .25s;
}

@media only screen and (min-width: 1024px) {
  .local-nav {
    z-index: auto;
    position: static;
    left: -280px;
    width: 280px;
  }
}

.local-nav.show {
  left: 0;
}

@media only screen and (min-width: 1024px) {
  .local-nav-bg {
    display: none !important;
  }
}

.local-nav-action {
  margin: 24px;
  text-align: center;
}

.local-nav-action .btn-md,
.local-nav-action .btn-add {
  width: 164px;
}

.local-nav-action .btn-md .btn-inner,
.local-nav-action .btn-add .btn-inner {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 1024px) {
  .local-nav-action {
    margin: 24px 40px;
  }

  .local-nav-action .btn-md,
  .local-nav-action .btn-add {
    width: 100%;
  }
}

.local-nav-menu .list {
  margin: 0;
}

@media only screen and (min-width: 1024px) {
  .local-nav-menu .list {
    box-shadow: none;
  }

  .local-nav-menu .list .list-item {
    padding: 10px 8px 10px 15px;
    border-left: 3px solid transparent;
    background-color: transparent;
    color: #4d4d4d;
  }

  .local-nav-menu .list .list-item::after {
    display: none;
  }

  .local-nav-menu .list .list-item.active {
    background-color: #f5f5f5;
    border-left-color: #0b378e;
    color: #1e232e;
  }

  .local-nav-menu .list .list-item.active::before {
    color: #0b378e;
  }

  .local-nav-menu .list .list-item.active::after {
    background: #0b378e;
    display: block;
  }
}

.tab-nav {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ededed;
}

@media only screen and (min-width: 1024px) {
  .tab-nav {
    flex-direction: column;
    width: 280px;
    border: 0;
    background-color: #ededed;
  }
}

.tab-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  margin: 0;
  padding: 10px;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  background-color: #fff;
  color: #1e232e;
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  .tab-nav-item {
    justify-content: flex-start;
    flex-grow: 0;
    padding: 14px 8px 14px 19px;
    border-bottom: none;
    border-left: 3px solid transparent;
    background-color: transparent;
    color: #4d4d4d;
    text-align: left;
  }
}

.tab-nav-item.active {
  border-color: #0b378e;
  cursor: auto;
  pointer-events: none;
}

.tab-nav-item.active::after {
  display: none;
  background: #0b378e;
}

@media only screen and (min-width: 1024px) {
  .tab-nav-item.active {
    background-color: #f5f5f5;
    border-left-color: #0b378e;
  }

  .tab-nav-item.active::after {
    display: block;
  }
}

.content.tab-content {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .content.tab-content {
    width: calc(100% - 280px);
  }
}

.content.tab-content.active {
  display: flex;
}

.list {
  margin: 16px;
  padding: 0;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 1024px) {
  .list {
    margin: 24px;
  }
}

.list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 7.5px 8px 7.5px 12px;
  background: #fff;
  color: #4d4d4d;
  text-decoration: none;
}

@media only screen and (min-width: 1024px) {
  .list-item {
    min-height: 55px;
    padding: 10px 12px 10px 16px;
  }
}

.list-item::before {
  margin-right: 8px;
}

.list-item .state {
  flex-shrink: 0;
  margin-left: auto;
}

.list-item::after {
  flex-shrink: 0;
  margin-left: 8px;
  background: #3d465c;
}

.list-item.active {
  background: #3d465c;
  color: #fff;
}

.list-item.active::after {
  background: #fff;
}

.list-item.disabled {
  pointer-events: none;
  background: transparent;
}

.list-item.disabled::after {
  display: none;
}

.list-item:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

.list-item-title {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-right: 8px;
}

.list-item-title-sub,
.list-item-title-main {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-item-check {
  background: #fff;
}

@media only screen and (min-width: 1024px) {
  .list-item-check label {
    font-size: 1.8rem;
  }
}

.list-item-check label::before,
.list-item-check label::after {
  top: calc(50% - 11px);
}

.list-item-check:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

.section {
  margin: 0 16px;
  padding: 8px 0;
}

@media only screen and (min-width: 1024px) {
  .section {
    margin: 8px 24px;
  }
}

.section:not(:last-child) {
  border-bottom: 1px solid #bcbcbc;
}

.section-header,
.contents-header {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 4px 0 12px;
}

.section-header [class^=ico-],
.contents-header [class^=ico-] {
  margin-right: 8px;
}

.section-header .title-area,
.contents-header .title-area {
  overflow: hidden;
  align-items: center;
}

.section-header .title-area .main,
.contents-header .title-area .main {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-header .title-area .sub,
.contents-header .title-area .sub {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-header .state,
.contents-header .state {
  margin-left: 8px;
}

.section-header .action-area,
.contents-header .action-area {
  margin-left: auto;
  white-space: nowrap;
}

.section-header .action-area>*,
.contents-header .action-area>* {
  margin-left: 8px;
}

.contents-header {
  margin: 8px 8px 0;
}

.contents-header [class^=ico-]::before {
  font-size: 3.2rem;
}

@media only screen and (min-width: 1024px) {
  .contents-header {
    margin: 24px 24px 16px;
    padding: 0 12px 0 16px;
  }
}

.section-body {
  padding: 16px 0;
}

.section-item {
  padding: 8px 8px 0 12px;
}

.section-item+.section-item {
  margin-top: 8px;
  border-top: 1px dashed #bcbcbc;
}

.section-item .section-item-detais {
  margin: 8px 0 16px;
}

.section-item .section-item-detais h3 {
  margin-bottom: 8px;
}

.section-item:first-child {
  padding-top: 0;
}

.section-item:last-child .section-item-detais {
  margin-bottom: 8px;
}

.rec-item+.section-item {
  padding-top: 0;
}

.section-rec-list {
  margin: 8px 8px 8px 12px;
}

.section-rec-list+.section-rec-list {
  margin-top: 16px;
}

.section-btn {
  margin: 16px 0;
}

@media only screen and (min-width: 1024px) {
  .section-btn {
    margin: 24px 16px;
  }
}

.section-btn>[class^="btn-"] {
  width: 100%;
}

.section-btn>[class^="btn-"] .btn-inner {
  justify-content: flex-start;
}

@media only screen and (min-width: 1024px) {
  .section-btn>[class^="btn-"] {
    width: auto;
  }

  .section-btn>[class^="btn-"] .btn-inner::after {
    margin-left: 8px;
  }
}

.section-btn>[class^="btn-"]:not(:first-child) {
  margin-top: 16px;
}

.section-top-btn {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .section-top-btn {
    text-align: left;
  }
}

.modal {
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal:not(.show) {
  display: none;
}

.modal-dialog {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: auto;
  margin: auto;
}

.modal-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 16px 8px 16px 24px;
}

.modal-header-no-margin {
  padding: 16px 8px 0px 24px;
}

.modal-header-action .btn-close {
  width: 44px;
  height: 44px;
  background: transparent;
  color: #3d465c;
}

.modal-header-action .btn-close .btn-text {
  display: none;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 24px;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-evenly;
}

.modal-footer-main,
.modal-footer-sub,
.modal-footer-left,
.modal-footer-center,
.modal-footer-right {
  flex-grow: 1;
}

.modal-sm {
  z-index: 101;
}

.modal-sm .modal-content {
  margin-bottom: 48px;
  border-radius: 8px;
  background: #f5f5f5;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.modal-sm .modal-dialog {
  padding: 0 18px;
}

.modal-sm .modal-footer {
  margin: 8px 24px 24px;
  margin-right: 8px;
  margin-left: 8px;
}

.modal-sm .modal-footer .btn-lg,
.modal-sm .modal-footer .btn-next {
  min-width: 130px;
}

.modal-sm .modal-footer-main,
.modal-sm .modal-footer-sub {
  width: 50%;
}

.modal-sm .modal-footer-left,
.modal-sm .modal-footer-center {
  width: 33%;
}

.modal-sm .modal-footer-right {
  width: 34%;
}

.modal-sm .modal-footer-main .btn-lg,
.modal-sm .modal-footer-main .btn-next,
.modal-sm .modal-footer-sub .btn-lg,
.modal-sm .modal-footer-sub .btn-next,
.modal-sm .modal-footer-left .btn-lg,
.modal-sm .modal-footer-left .btn-next,
.modal-sm .modal-footer-center .btn-lg,
.modal-sm .modal-footer-center .btn-next,
.modal-sm .modal-footer-right .btn-lg,
.modal-sm .modal-footer-right .btn-next {
  padding: 0 16px;
  width: 100%;
}

.modal-sm .modal-footer-main .button,
.modal-sm .modal-footer-sub .button,
.modal-sm .modal-footer-left .button,
.modal-sm .modal-footer-center .button,
.modal-sm .modal-footer-right .button {
  position: relative;
  padding: 0 16px;
  width: 100%;
  height: 76px;
}

@media only screen and (min-width: 1024px) {
  .modal-sm .modal-dialog {
    justify-content: center;
  }

  .modal-sm .modal-content {
    width: auto;
    min-width: 520px;
    margin-bottom: 0;
  }

  .modal-sm .modal-footer {
    justify-content: center;
  }

  .modal-sm .btn-lg,
  .modal-sm .btn-next {
    width: 212px;
  }
}

.modal-sm .modal-footer-main {
  display: flex;
}

.modal-sm.modal-leave .modal-footer {
  flex-direction: column;
  margin-left: 8px;
  margin-right: 8px;
}

@media only screen and (min-width: 1024px) {
  .modal-sm.modal-leave .modal-footer {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

.modal-sm.modal-leave .modal-footer-main {
  width: 100%;
  margin-bottom: 24px;
}

@media only screen and (min-width: 1024px) {
  .modal-sm.modal-leave .modal-footer-main {
    width: auto;
    margin-bottom: 0;
  }
}

.modal-sm.modal-leave .modal-footer-main .btn-inner {
  padding-right: 0px;
  padding-left: 0px;
  white-space: nowrap;
}

@media only screen and (min-width: 1024px) {
  .modal-sm.modal-leave .modal-footer-main .btn-inner {
    padding: 16px;
    white-space: nowrap;
  }
}

.modal-sm.modal-leave .modal-footer-sub {
  width: auto;
  padding: 0;
}

.modal-md,
.modal-lg {
  width: 100%;
  padding: 8px;
}

.modal-md .modal-content,
.modal-lg .modal-content {
  height: 100%;
  background: #f5f5f5;
}

.modal-md .modal-header,
.modal-md .modal-sub-header,
.modal-lg .modal-header,
.modal-lg .modal-sub-header {
  background: #f5f5f5;
}

.modal-md .modal-body,
.modal-lg .modal-body {
  padding-top: 0;
  overflow-y: auto;
}

.modal-md .modal-footer,
.modal-lg .modal-footer {
  justify-content: center;
  margin: 16px 40px;
  background: #f5f5f5;
}

.modal-md .modal-footer>*,
.modal-lg .modal-footer>* {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .modal-md .modal-dialog {
    width: 520px;
  }

  .modal-md .modal-content {
    height: auto;
    min-height: 504px;
    max-height: 640px;
  }
}

.modal-md .modal-footer-main,
.modal-md .modal-footer-sub {
  width: 50%;
}

.modal-md .modal-footer-left,
.modal-md .modal-footer-center {
  width: 33%;
}

.modal-md .modal-footer-right {
  width: 34%;
}

.modal-md .modal-footer-main .button,
.modal-md .modal-footer-sub .button,
.modal-md .modal-footer-left .button,
.modal-md .modal-footer-center .button,
.modal-md .modal-footer-right .button {
  position: relative;
  padding: 0 16px;
  width: 100%;
  height: 76px;
}

.modal-md .modal-body .form-item .invalid {
  background-color: #ff6077;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .modal-lg .modal-content {
    height: 100%;
  }
}

.modal-lg .modal-body {
  padding: 0;
}

@media only screen and (min-width: 1024px) {
  .modal-lg .modal-body {
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
}

.modal-lg .modal-body-top {
  padding: 24px 24px 16px;
}

@media only screen and (min-width: 1024px) {
  .modal-lg .modal-body-top {
    padding-bottom: 32px;
  }

  .modal-lg .modal-body-top .form-item {
    width: 25%;
  }

  .modal-lg .modal-body-top .form-btn-area {
    width: auto;
  }
}

.modal-lg .modal-body-top .form-btn-area {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .modal-lg .modal-body-bottom {
    overflow-y: auto;
    padding: 0 24px;
  }
}

@media only screen and (min-width: 1024px) {
  .modal-lg .modal-footer {
    margin: 24px 40px;
  }
}

.modal-lg .modal-footer .btn-lg,
.modal-lg .modal-footer .btn-next {
  max-width: 504px;
}

.modal-lg .modal-list-header {
  display: flex;
  align-items: center;
  min-height: 44px;
  margin: 0 16px;
  padding: 7.5px 8px 7.5px 12px;
  background: #3d465c;
  color: #fff;
  text-decoration: none;
}

.modal-lg .modal-list-header::before {
  margin-right: 8px;
}

@media only screen and (min-width: 1024px) {
  .modal-lg .modal-list-header {
    min-height: 55px;
    margin: 24px 24px 0;
    padding: 10px 12px 10px 16px;
  }
}

.modal-lg .modal-list {
  overflow-y: auto;
  position: relative;
  flex: 1 1 auto;
  margin: 0 16px 16px;
  padding: 0;
}

@media only screen and (min-width: 1024px) {
  .modal-lg .modal-list {
    margin: 0 24px 24px;
  }
}

.modal-lg .modal-list .list {
  margin: 0;
  box-shadow: none;
}

.modal-lg .modal-list+.modal-footer {
  margin-top: 0 !important;
}

body.signin {
  background: url("../../images/pcall-logo.svg") no-repeat bottom 64px center, linear-gradient(360deg, #061b47 42.8%, rgba(6, 27, 71, 0) 100%), #0b378e;
}

body.signin .container {
  align-items: center;
}

@media only screen and (min-width: 1024px) {
  body.signin .container {
    justify-content: center;
  }
}

.form-signin {
  display: flex;
  flex-direction: column;
  width: 295px;
  margin: 84px 24px 24px;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .form-signin {
    width: 375px;
    margin: 24px;
  }
}

.form-signin .input-group-userid,
.form-signin .input-group-password {
  position: relative;
  margin-bottom: 28px;
}

.form-signin .input-group-userid::before,
.form-signin .input-group-password::before {
  position: absolute;
  top: calc(50% - (32px / 2));
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #3d465c;
}

.form-signin .input-group-userid .form-control,
.form-signin .input-group-userid .form-select select,
.form-select .form-signin .input-group-userid select,
.form-signin .input-group-password .form-control,
.form-signin .input-group-password .form-select select,
.form-select .form-signin .input-group-password select {
  height: 60px;
  padding: 16px 16px 16px 56px;
  border-color: transparent;
  border-radius: 30px;
}

.input-group-password .form-control,
.input-group-password .form-select select,
.form-select .input-group-password select {
  padding-right: 60px;
}

.show-password-toggle {
  position: absolute;
  top: calc(50% - (44px / 2));
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: transparent;
  color: #3d465c;
  font-size: 1.8rem;
}

.show-password-toggle .ico-eye-disable,
.show-password-toggle .ico-eye-view {
  line-height: 1;
}

input[type="password"]~.show-password-toggle .ico-eye-disable {
  display: none;
}

input[type="text"]~.show-password-toggle .ico-eye-view {
  display: none;
}

.show-password-toggle input[type="checkbox"] {
  position: absolute;
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 50%;
  appearance: none;
  opacity: 0;
}

.show-password-toggle:focus-within {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #005fcc inset;
}

.txt-signin-error {
  margin-top: 42px;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .txt-signin-error {
    margin-top: 48px;
  }
}

.year .header-title {
  width: auto;
}

.year .header-title .form-select {
  border-color: transparent;
  background: transparent;
}

.year .header-title .form-select::after {
  background: #fff;
}

.year .header-title .form-select select {
  border-color: transparent;
  background: transparent;
  color: #fff;
}

.latest-item {
  overflow: hidden;
  margin-left: 12px;
}

.latest-item-title {
  float: left;
}

.latest-item-title h3 {
  margin-bottom: 0;
}

.latest-item-action {
  float: right;
}

.latest-item-action>*:not(:first-child) {
  margin-left: 8px;
}

.section-nav-comment {
  margin: 0 16px;
  padding: 8px 0;
}

@media only screen and (min-width: 1024px) {
  .section-nav-comment {
    margin: 16px 24px;
    padding: 0;
  }
}

.section-nav-comment .btn-md,
.section-nav-comment .btn-add {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 1024px) {

  .section-nav-comment .btn-md .btn-inner,
  .section-nav-comment .btn-add .btn-inner {
    padding: 8px 18px;
  }
}

.js-scroll-target {
  transition: background 2s;
}

.highlight {
  background: #edc6e1;
}

@media only screen and (min-width: 1024px) {

  .section-header.u-d-only-sp+.section-btn,
  .u-d-only-sp.contents-header+.section-btn {
    margin-top: 0;
  }
}

.rec-item {
  display: flex;
  align-items: center;
}

.rec-item::before {
  margin-right: 8px;
}

.section .rec-item {
  padding: 8px;
}

.rec-item-title {
  overflow: hidden;
}

.rec-item-title-main {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rec-item-title-sub {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rubric-title {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 44px;
  padding: 0 12px;
  background: #3d465c;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .rubric-title {
    height: 78px;
    padding: 20px 0 20px 24px;
    padding-right: 500px;
  }
}

.rubric-title-main,
.rubric-title-sub {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 1024px) {

  .rubric-title-main,
  .rubric-title-sub {
    height: auto;
  }
}

.rubric-title-main {
  overflow: hidden;
  justify-content: flex-start;
  padding-right: 10px;
}

.rubric-title-main p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rubric-title-sub {
  justify-content: space-between;
  flex: 1 0 auto;
}

@media only screen and (min-width: 1024px) {
  .rubric-title-sub {
    justify-content: flex-start;
  }

  .rubric-title-sub>*:not(:first-child) {
    margin-left: 16px;
  }
}

.assessment-title-control,
.assessment-title-view {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 12px 16px;
  background: #3d465c;
}

@media only screen and (min-width: 1024px) {

  .assessment-title-control,
  .assessment-title-view {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 500px;
    position: absolute;
    top: 50px;
    right: 0;
    height: 78px;
  }
}

.assessment-title-control h3,
.assessment-title-view h3,
.assessment-title-control p,
.assessment-title-view p {
  color: #fff;
}

.assessment-title-control p {
  text-align: right;
  margin-top: 10px;
}

@media only screen and (min-width: 1024px) {
  .assessment-title-control .form-select {
    border-radius: 19px;
  }

  .assessment-title-control .form-select select {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 19px;
    font-size: 1.6rem;
  }

  .assessment-title-control .form-select+p {
    margin-top: 0;
    margin-left: 4px;
    white-space: nowrap;
  }
}

.assessment-title-view h3 {
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .assessment-title-view p+h3 {
    margin-left: 8px;
  }
}

.u-d-none {
  display: none !important;
}

@media only screen and (min-width: 1024px) {
  .u-d-only-sp {
    display: none !important;
  }
}

.u-d-space-evenly {
  display: flex;
  justify-content: space-evenly !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-mt-0,
.u-my-0 {
  margin-top: 0 !important;
}

.u-mr-0,
.u-mx-0 {
  margin-right: 0 !important;
}

.u-mb-0,
.u-my-0 {
  margin-bottom: 0 !important;
}

.u-ml-0,
.u-mx-0 {
  margin-left: 0 !important;
}

.u-m-xs {
  margin: 4px !important;
}

.u-mt-xs,
.u-my-xs {
  margin-top: 4px !important;
}

.u-mr-xs,
.u-mx-xs {
  margin-right: 4px !important;
}

.u-mb-xs,
.u-my-xs {
  margin-bottom: 4px !important;
}

.u-ml-xs,
.u-mx-xs {
  margin-left: 4px !important;
}

.u-m-sm {
  margin: 8px !important;
}

.u-mt-sm,
.u-my-sm {
  margin-top: 8px !important;
}

.u-mr-sm,
.u-mx-sm {
  margin-right: 8px !important;
}

.u-mb-sm,
.u-my-sm {
  margin-bottom: 8px !important;
}

.u-ml-sm,
.u-mx-sm {
  margin-left: 8px !important;
}

.u-m-md {
  margin: 16px !important;
}

.u-mt-md,
.u-my-md {
  margin-top: 16px !important;
}

.u-mr-md,
.u-mx-md {
  margin-right: 16px !important;
}

.u-mb-md,
.u-my-md {
  margin-bottom: 16px !important;
}

.u-ml-md,
.u-mx-md {
  margin-left: 16px !important;
}

.u-m-lg {
  margin: 24px !important;
}

.u-mt-lg,
.u-my-lg {
  margin-top: 24px !important;
}

.u-mr-lg,
.u-mx-lg {
  margin-right: 24px !important;
}

.u-mb-lg,
.u-my-lg {
  margin-bottom: 24px !important;
}

.u-ml-lg,
.u-mx-lg {
  margin-left: 24px !important;
}

.u-m-xl {
  margin: 48px !important;
}

.u-mt-xl,
.u-my-xl {
  margin-top: 48px !important;
}

.u-mr-xl,
.u-mx-xl {
  margin-right: 48px !important;
}

.u-mb-xl,
.u-my-xl {
  margin-bottom: 48px !important;
}

.u-ml-xl,
.u-mx-xl {
  margin-left: 48px !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-pt-0,
.u-py-0 {
  padding-top: 0 !important;
}

.u-pr-0,
.u-px-0 {
  padding-right: 0 !important;
}

.u-pb-0,
.u-py-0 {
  padding-bottom: 0 !important;
}

.u-pl-0,
.u-px-0 {
  padding-left: 0 !important;
}

.u-p-xs {
  padding: 4px !important;
}

.u-pt-xs,
.u-py-xs {
  padding-top: 4px !important;
}

.u-pr-xs,
.u-px-xs {
  padding-right: 4px !important;
}

.u-pb-xs,
.u-py-xs {
  padding-bottom: 4px !important;
}

.u-pl-xs,
.u-px-xs {
  padding-left: 4px !important;
}

.u-p-sm {
  padding: 8px !important;
}

.u-pt-sm,
.u-py-sm {
  padding-top: 8px !important;
}

.u-pr-sm,
.u-px-sm {
  padding-right: 8px !important;
}

.u-pb-sm,
.u-py-sm {
  padding-bottom: 8px !important;
}

.u-pl-sm,
.u-px-sm {
  padding-left: 8px !important;
}

.u-p-md {
  padding: 16px !important;
}

.u-pt-md,
.u-py-md {
  padding-top: 16px !important;
}

.u-pr-md,
.u-px-md {
  padding-right: 16px !important;
}

.u-pb-md,
.u-py-md {
  padding-bottom: 16px !important;
}

.u-pl-md,
.u-px-md {
  padding-left: 16px !important;
}

.u-p-lg {
  padding: 24px !important;
}

.u-pt-lg,
.u-py-lg {
  padding-top: 24px !important;
}

.u-pr-lg,
.u-px-lg {
  padding-right: 24px !important;
}

.u-pb-lg,
.u-py-lg {
  padding-bottom: 24px !important;
}

.u-pl-lg,
.u-px-lg {
  padding-left: 24px !important;
}

.u-p-xl {
  padding: 48px !important;
}

.u-pt-xl,
.u-py-xl {
  padding-top: 48px !important;
}

.u-pr-xl,
.u-px-xl {
  padding-right: 48px !important;
}

.u-pb-xl,
.u-py-xl {
  padding-bottom: 48px !important;
}

.u-pl-xl,
.u-px-xl {
  padding-left: 48px !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.grid-th,
.grid-td,
.grid-td-level,
.grid-td-result,
.grid-th-check,
.grid-td-check,
.grid-td-sum {
  font-size: 1.2rem;
}

@media only screen and (min-width: 1024px) {

  .grid-th,
  .grid-td,
  .grid-td-level,
  .grid-td-result,
  .grid-th-check,
  .grid-td-check,
  .grid-td-sum {
    font-size: 1.6rem;
  }
}

.table-wrapper {
  overflow-x: auto;
}

.grid-table {
  display: grid;
  grid-gap: 1px;
  border: 1px solid #bcbcbc;
  background-color: #bcbcbc;
}

.grid-th {
  padding: 6px;
  background-color: #ededed;
  color: #4d4d4d;
}

.grid-td,
.grid-td-level,
.grid-td-result {
  padding: 6px;
  background-color: #fff;
  color: #4d4d4d;
}

.grid-th.active,
.grid-td.active,
.active.grid-td-level,
.active.grid-td-result {
  color: #fff;
  background-color: #0b378e;
}

.grid-th-check {
  padding: 0;
  background-color: #ededed;
  color: #4d4d4d;
}

.grid-td-check {
  padding: 0;
  background-color: #fff;
  color: #4d4d4d;
}

.grid-td-level,
.grid-td-result {
  position: relative;
  padding: 5px;
  border: 1px solid #fff;
}

.grid-td-level::after,
.grid-td-result::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 1px;
  border: 4px solid transparent;
  content: "";
}

.grid-td-level.selected {
  background-color: #edc6e1;
}

.grid-td-level.selected::after {
  border-color: #b71a86;
}

.grid-td-level.teacherAssessment::after {
  border-color: #f5a200;
}

.grid-td-level.selfAssessment::after {
  border-color: #6bc8f3;
}

.grid-td-level.peerAssessment_1::before {
  display: block;
  height: 6px;
  border-radius: 3px;
  content: '';
  margin-bottom: 10px;
  background-color: #fff100;
}

.grid-td-level.peerAssessment_2::before {
  display: block;
  height: 6px;
  border-radius: 3px;
  content: '';
  margin-bottom: 10px;
  background-color: #c0e34b;
}

.grid-td-level.peerAssessment_3::before {
  display: block;
  height: 6px;
  border-radius: 3px;
  content: '';
  margin-bottom: 10px;
  background-color: #82d37d;
}

.grid-td-level.peerAssessment_4::before {
  display: block;
  height: 6px;
  border-radius: 3px;
  content: '';
  margin-bottom: 10px;
  background-color: #43c28b;
}

.grid-td-level.peerAssessment_5::before {
  display: block;
  height: 6px;
  border-radius: 3px;
  content: '';
  margin-bottom: 10px;
  background-image: linear-gradient(45deg, #82d37d 10%, #04af7a 10%, #04af7a 50%, #82d37d 50%, #82d37d 60%, #04af7a 60%, #04af7a);
  background-size: 6px 6px;
}

.grid-td-result.teacherAssessment::after {
  background-color: #f5a200;
}

.grid-td-result.selfAssessment::after {
  background-color: #6bc8f3;
}

.grid-td-result.peerAssessment::after {
  background-color: #04af7a;
}

.grid-td-sum {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background-color: #ededed;
  color: #4d4d4d;
}


#schoolYears {
  cursor: pointer;
}

#schoolYears option {
  cursor: pointer;
  color: black;
}


#assessmentSessionComboBox {
  cursor: pointer;
}


.table-top {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 4px 0;
}

.table-bottom {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 4px 0;
}

.operation-area-top {
  width: 32px;
  margin-left: auto;
}


body.error {
  background: url("../../images/pcall-logo.svg") no-repeat bottom 64px center, linear-gradient(360deg, #061b47 42.8%, rgba(6, 27, 71, 0) 100%), #0b378e;
}

body.error .container {
  align-items: center;
}

@media only screen and (min-width: 1024px) {
  body.error .container {
    justify-content: center;
  }
}

.form-error {
  display: flex;
  flex-direction: column;
  width: 295px;
  margin: 84px 24px 24px;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .form-error {
    width: 375px;
    margin: 24px;
  }
}

.form-error .input-group-userid,
.form-error .input-group-password {
  position: relative;
  margin-bottom: 28px;
}

.form-error .input-group-userid::before,
.form-error .input-group-password::before {
  position: absolute;
  top: calc(50% - (32px / 2));
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #3d465c;
}

.form-error .input-group-userid .form-control,
.form-error .input-group-userid .form-select select,
.form-select .form-error .input-group-userid select,
.form-error .input-group-password .form-control,
.form-error .input-group-password .form-select select,
.form-select .form-error .input-group-password select {
  height: 60px;
  padding: 16px 16px 16px 56px;
  border-color: transparent;
  border-radius: 30px;
}

.form-error h1 {
  color: white;
}

.txt-error-body {
  margin-top: 42px;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .txt-error-body {
    margin-top: 48px;
  }
}

.txt-error-body-1 {
  margin-bottom: 42px;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .txt-error-body-1 {
    margin-bottom: 48px;
  }
}


.textContent {
  word-wrap: break-word;
  white-space: pre-wrap;
}

.textContent-r {
  word-wrap: break-word;
  white-space: pre-wrap;
  text-align: right;
  font-size: 1.2rem;
}


.btn-ico img {
  width: 22px;
  height: 20px;
}