/*  css edit for 11-12-2023 */
.blk-center__box label.error {
  text-align: left;
  color: #c30c0c;
  margin: 15px 0;
  font-size: 12px;
  font-weight: unset;
  display: inline-block;
  width: 100%;
}

.blk-center__box .message.error {
  color: #c30c0c;
  margin: 0 0 15px;
  font-size: 12px;
  text-align: center;
}

.reception-test__content-input {
  border-bottom: none;
}

.reception-test__content-wp .reception-test__content-input .form-control {
  border: 1px solid #939393;
}

.reception-test__content-wp .reception-test__content-input .form-control {
  border-bottom: 1px solid #939393;
  border-radius: 5px 5px 0 0;
}

.reception-test__content-wp .reception-test__content-input:last-child .form-control {
  border-radius: 0 0 5px 5px;
  margin-top: -1px;
}

.reception-test__content-wp .reception-test__content-input .form-control.error {
  border-radius: 5px;
}

.reception-test__content-wp .reception-test__content-input {
  border: none;
}

.reception-test__content-wp {
  border: none;
}

#page-404error .blk-center__title {
  margin-bottom: 60px;
  font-size: 2.4rem;
  font-weight: 500;
}

#page-404error .blk-center {
  position: relative;
  width: 100vw;
  height: calc(100vh - 180px);
  font-size: 1.4rem;
  text-align: center;
}

#page-404error .blk-center__box {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 360px;
  max-height: 80vh;
}

#page-404error .blk-center__txt {
  margin-top: 10px;
  line-height: 1.57;
}

#page-404error .blk-center__txt a {
  color: #333;
  font-weight: 700;
}

#page-404error.wrapper {
  min-height: calc(100vh - 180px);
}

.blk-center__box .message.error {
  font-size: 1.4rem;
  color: red;
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}

.blk-center__box .error {
  position: relative;
}

.login-page__form-input:last-child {
  margin-bottom: 56px;
}

.login-page__form-input:nth-child(2) {
  margin-bottom: 16px;
}

@media screen and (max-width: 834px) {
  .login-page__form-input:nth-child(2) {
    margin-bottom: 16px;
  }

  .login-page__form-input:last-child {
    margin-bottom: 20px;
  }
}

#countdown {
  font-size: 36px;
  color: red;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 999;
}

.time_target {
  display: none;
}







/* CSS styling for before/after/avoid. */
.break-before {
  page-break-before: always;
}

.break-after {
  page-break-after: always;
}

.break-avoid {
  page-break-inside: avoid;
}

.fullpage {
  height: 792pt;
}

.type-hidden {
  display: hidden;
}

.main-header__logo:hover {
  opacity: 1;
}

#title-pdf {
  display: none;
}



.js-submithidden {
  display: none !important;
}


.reception-test__content-desc .link-text {
  text-decoration: underline;
  color: #1a50b7;
}

.reception-test__content-desc .link-text:hover {
  opacity: 0.75;
}

.reception-test__content-desc strong {
  color: #B22222;
  font-weight: 700;
}

/* end css edit for 11-12-2023 */


@media screen and (min-width: 1024px) {
  .main-header__navGlobal {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .main-header__navGlobal {
    position: fixed;
    top: 58px;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    z-index: 99;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
    padding: 25px;
    display: none;
  }

  .main-header__menu {
    display: block;
  }

  .main-header__menu-item {
    padding: 15px 0;
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .main-header__mobile-icon {
    display: block;
    width: 60px;
    height: 60px;
  }
}

.main-header__mobile-icon-border {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 35px;
  height: 1px;
  user-select: none;
  transition: background-color 0.3s;
  background: #053864;
  border-radius: 3px;
}

.main-header__mobile-icon-border:nth-child(1) {
  margin-top: 10px;
  margin-left: -17.5px;
}

.main-header__mobile-icon-border:nth-child(3) {
  margin-top: -10px;
  margin-left: -17.5px;
}

@media screen and (max-width: 1024px) {
  .main-header__mobile-icon-border:nth-child(1) {
    -webkit-animation: click-header-sp-bar-1-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-1-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }

  @-webkit-keyframes click-header-sp-bar-1-close {
    0% {
      transform: translateY(5px) rotate(45deg);
    }

    50% {
      transform: translateY(5px) rotate(0);
    }

    100% {
      transform: translateY(0) rotate(0);
    }
  }

  @keyframes click-header-sp-bar-1-close {
    0% {
      transform: translateY(5px) rotate(45deg);
    }

    50% {
      transform: translateY(5px) rotate(0);
    }

    100% {
      transform: translateY(0) rotate(0);
    }
  }

  .main-header__mobile-icon-border:nth-child(2) {
    -webkit-animation: click-header-sp-bar-2-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-2-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }

  @-webkit-keyframes click-header-sp-bar-2-close {
    0% {
      opacity: 0;
    }

    20% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes click-header-sp-bar-2-close {
    0% {
      opacity: 0;
    }

    20% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .main-header__mobile-icon-border:nth-child(3) {
    -webkit-animation: click-header-sp-bar-3-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-3-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }

  @-webkit-keyframes click-header-sp-bar-3-close {
    0% {
      transform: translateY(-5px) rotate(-45deg);
    }

    50% {
      transform: translateY(-5px) rotate(0);
    }

    100% {
      transform: translateY(0) rotate(0);
    }
  }

  @keyframes click-header-sp-bar-3-close {
    0% {
      transform: translateY(-5px) rotate(-45deg);
    }

    50% {
      transform: translateY(-5px) rotate(0);
    }

    100% {
      transform: translateY(0) rotate(0);
    }
  }

  .mobile-close .main-header__mobile-icon-border:nth-child(1) {
    margin-top: -5px;
    -webkit-animation: click-header-sp-bar-1-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-1-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }

  @-webkit-keyframes click-header-sp-bar-1-open {
    0% {
      transform: translateY(0) rotate(0);
    }

    50% {
      transform: translateY(5px) rotate(0);
    }

    100% {
      transform: translateY(5px) rotate(45deg);
    }
  }

  @keyframes click-header-sp-bar-1-open {
    0% {
      transform: translateY(0) rotate(0);
    }

    50% {
      transform: translateY(5px) rotate(0);
    }

    100% {
      transform: translateY(5px) rotate(45deg);
    }
  }

  .mobile-close .main-header__mobile-icon-border:nth-child(2) {
    -webkit-animation: click-header-sp-bar-2-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-2-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }

  @-webkit-keyframes click-header-sp-bar-2-open {
    0% {
      opacity: 1;
    }

    80% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes click-header-sp-bar-2-open {
    0% {
      opacity: 1;
    }

    80% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }

  .mobile-close .main-header__mobile-icon-border:nth-child(3) {
    margin-top: 5px;
    -webkit-animation: click-header-sp-bar-3-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-3-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }

  @-webkit-keyframes click-header-sp-bar-3-open {
    0% {
      transform: translateY(0) rotate(0);
    }

    50% {
      transform: translateY(-5px) rotate(0);
    }

    100% {
      transform: translateY(-5px) rotate(-45deg);
    }
  }

  @keyframes click-header-sp-bar-3-open {
    0% {
      transform: translateY(0) rotate(0);
    }

    50% {
      transform: translateY(-5px) rotate(0);
    }

    100% {
      transform: translateY(-5px) rotate(-45deg);
    }
  }
}

@media screen and (max-width: 834px) {
  .reception-test__content-ttl {
    border-bottom: none;
  }
}

.reception-test__content-ttl span {
  padding: 0px 8px 2px;
  background: #e60000;
  color: #fff;
}

.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.box-loading {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}


.popup-jsconfirm {
  display: none;
}

.popup-jsconfirm .popup-list__btn .popup-list__btn-item {
  width: 200px;
}

/* css for page result */
.result-ctpdf div,
.result-ctpdf * {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

/* @page {
          size: a4;
          margin: 20px;
        } */

@media print {

  .result-ctpdf,
  .result-ctpdf *,
  .result-ctpdf div,
  .result-ctpdf pre,
  .result-ctpdf blockquote {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

.result-page__chart #myRadarChart {
  width: 700px !important;
  max-width: 95%;
  margin: 0 auto;
}

@media screen and (min-width: 834px) {
  /* .result-page__list.result-page__list-custom {
    display: block !important;
    overflow: hidden;
    margin-right: 0;
  }

  .result-page__list.result-page__list-custom .result-page__list-item {
    width: 49% !important;
    float: left;
    margin-right: 2%;
  }

  .result-page__list.result-page__list-custom .result-page__list-item:nth-child(even) {
    float: right;
    margin-right: 0;
  } */

  .result-page__point {
    margin: 0 0 40px 0;
    padding: 25px 20px;
  }

  .result-page__list-ttl {
    font-size: 20px;
    padding-left: 20px;
  }

  /* .result-ctpdf .result-page__list-ttl {
    font-size: 17px;

  } */

  .result-ctpdf .result-page__list-ttl span {
    padding-left: 10px;
    white-space: nowrap;
    position: relative;
    top: -4px;
    display: inline-flex;
    gap: 0 2px;
    align-items: flex-end;
  }

  .result-ctpdf .result-page__list-ttl span small {
    /* font-size: 2rem; */
    position: relative;
    top: -3px;
    font-size: 1.8rem;
  }

  .result-page__list {
    gap: 0 40px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    /* -ms-flex-pack: flex-start;
                -webkit-box-pack: flex-start;
                justify-content: flex-start;
                -ms-flex-align: flex-start;
                -webkit-box-align: flex-start;
                align-items: flex-start; */
    flex-wrap: wrap;
  }

  .result-page__list-item {
    margin-bottom: 23px;
    width: calc(50% - 20px);
  }

  .result-page__list-desc {
    padding: 22px 20px;
    padding: 22px 20px;
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
  }

  .result-page__list-ttl span {
    margin-left: 0;
    /* font-size: 2.0rem; */
    display: inline-block;
    padding-left: 20px;
    position: relative;
    top: 1px;
  }

  .result-page__point-desc {
    padding: 18px 20px;
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
  }

  @media screen and (max-width: 834px) {
    .result-page__point-desc {
      /* padding: 5px 10px; */
      font-size: 1.3rem;
    }

  }

  .result-page__point-ttl span small {
    position: relative;
    top: -2px;
    margin-left: 0;
  }

  .result-ctpdf .result-page__point-ttl span small {
    top: 2px;
    font-size: 2rem;
  }

  .result-page__point-ttl {
    font-size: 2.6rem;

    padding-left: 20px;
  }
}

@media screen and (min-width: 834px) {
  #result-ctpdf .result-page__ttl.c-ttl__01 span {
    font-size: 3.4rem;
    margin-bottom: 18px;
  }

  .result-page__point-desc {
    padding: 18px 10px;
  }

  #result-ctpdf .result-page__ttl.c-ttl__01 small {
    font-size: 2.4rem;
  }

  #result-ctpdf .result-page__infor-left--wrap {
    display: flex;
    width: 100%;
    padding-right: 0;
    gap: 0 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 10px;
  }

  #result-ctpdf .result-page__ttl {
    margin-left: 0;
    margin-bottom: 35px;
  }

  #result-ctpdf .result-page__point {
    padding: 15px 20px 10px 20px;
    margin: 0 0 25px 0;
  }

  #result-ctpdf .result-page__list-ttl {
    padding-left: 10px;
    display: flex;
  }

  #result-ctpdf .result-page__point-desc {
    font-size: 1.3rem;
  }

  #result-ctpdf .result-page__list-desc {
    padding: 15px 10px;
    font-size: 1.3rem;
  }

  #result-ctpdf .c-txt__01 {
    font-size: 1.5rem;
    margin-right: 15px;
  }

  #result-ctpdf .result-page__infor {
    margin-bottom: 25px;
  }

  .result-ct__wrap {
    position: relative;
  }

  .result-ct__wrap #result-ct {
    background: #fff;
    position: relative;
    z-index: 2;
  }

  .result-ct__wrap #result-ctpdf {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }

  #result-ctpdf .result-page__point-ttl {
    font-size: 2.0rem;
    padding-left: 10px;
  }

  #result-ctpdf .result-page__point-ttl span {
    margin-left: 18px;
    font-size: 3.5rem;
    line-height: 1;
    position: relative;
    top: -2px;
  }

  #result-ctpdf .result-page__list {
    gap: 0 25px;
    display: block;
  }

  #result-ctpdf .result-page__list-item {
    margin-bottom: 18px;
    /* width: calc(50% - 12.5px); */
    /* float: left; */
    width: 100%;
  }

  .result-page__chart #myRadarChartpdf {
    width: 650px !important;
    max-width: 90%;
    margin: 0 auto;
  }

  .result-page__list-ttl span small {
    position: relative;
    top: -1px;
  }

}

@media screen and (max-width: 834px) {
  /* .result-page__list-ttl span small {
    font-size: 1.8rem;
  } */

  .result-page__list-ttl span {
    font-size: 2.4rem;
    margin-left: 10px;
    white-space: nowrap;
    position: relative;
    top: 1px;
  }

  .result-page__list-ttl {
    font-size: 2rem;
  }

  .result-page__list-ttl {
    margin-bottom: 15px;
  }

  .result-page__list {
    gap: 25px 0;
  }
}

@media screen and (max-width: 834px) {
  #result-ctpdf .result-page__ttl.c-ttl__01 span {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }

  #result-ctpdf .result-page__list-ttl span small {
    font-size: 1.8rem;
    /* line-height: 1; */
    position: relative;
    top: 2px;
    /* top: -1px; */
  }

  #result-ctpdf .result-page__list-ttl span {
    display: inline-flex;
    gap: 0 2px;
    font-size: 2.3rem;
    line-height: 1;
    align-items: center;
    position: relative;
    top: -2px;
  }

  .mac #result-ctpdf .result-page__list-ttl span {
    top: -1px;
  }

  .mac #result-ctpdf .result-page__list-ttl span small {
    top: 2px;
  }

  #result-ctpdf .result-page__ttl.c-ttl__01 small {
    font-size: 1.9rem;
  }

  #result-ctpdf .result-page__infor-left--wrap {
    display: block;
    width: 100%;
    padding-right: 0;
    gap: 0;
    font-size: 1.2rem;
  }

  .result-page__chart #myRadarChartpdf {
    width: 80% !important;
    max-width: 80%;
    height: auto !important;
    margin: 0 auto;
  }

  #result-ctpdf .result-page__infor-left--wrapl {
    margin-bottom: 8px;
  }

  #result-ctpdf .result-page__ttl {
    margin-left: 12px;
  }

  #result-ctpdf .result-page__point {
    padding: 15px 15px 10px 15px;
    margin: 0 0 25px 0;
    font-size: 1.3rem;
  }

  #result-ctpdf .result-page__list-ttl {
    padding-left: 10px;
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 1.5;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  #result-ctpdf .result-page__list-ttl span {
    margin-left: 5px;
  }

  #result-ctpdf .result-page__point-desc {
    font-size: 1.0rem;
  }

  #result-ctpdf .result-page__list-desc {
    padding: 5px 10px;
    font-size: 1.0rem;
  }

  #result-ctpdf .result-page__infor {
    margin-bottom: 25px;
  }

  .result-ct__wrap {
    position: relative;
  }

  .result-ct__wrap #result-ct {
    background: #fff;
    position: relative;
    z-index: 2;
  }

  .result-ct__wrap #result-ctpdf {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

  #result-ctpdf .result-page__point-ttl {
    font-size: 1.7rem;
    padding-left: 0;
    margin-bottom: 10px;

  }

  #result-ctpdf .result-page__point-ttl span {
    margin-left: 5px;
    font-size: 2.5rem;
    line-height: 1;
  }

  #result-ctpdf .result-page__list {
    gap: 0 25px;
    padding: 0;
    display: block !important;
  }

  #result-ctpdf .result-page__list-item {
    margin-bottom: 15px;
  }

  #result-ctpdf .result-page__chart {
    margin-bottom: 25px;
  }

  #result-ctpdf .result-page__point {
    margin-top: 1px;
  }

  .result-page__list-ttl span small {
    position: relative;
    top: -2px;
    font-size: 1.85rem;
  }

  #result-ctpdf .result-page__point-ttl span small {
    font-size: 1.8rem;
    top: 0px;
  }

  #result-ctpdf .result-page__point-ttl span {
    top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .result-page .inner {
    width: 100%;
  }

  .result-page__list-desc {
    padding: 15px 0;
  }

  .result-page__point-ttl span small {
    font-size: 2.2rem;
    position: relative;
    top: -2px;
    margin-left: 0;
  }

  .result-page__point-ttl span {
    line-height: 1;
    position: relative;
    top: 1px;
  }
}

/* css for page result */