@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
.selfcheck .mfp-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.selfcheck .c_modal_box {
  max-width: 500px;
  background: #2D9CDB;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 500px;
  padding: 0;
}
.selfcheck .c_modal_box .result-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  padding: 0;
}
.selfcheck .c_modal_box .result-close .modalClose__line {
  width: 40px;
  height: 2px;
  display: block;
  background: #fff;
  z-index: 1000;
}
.selfcheck .c_modal_box .result-close .modalClose__line.top {
  -webkit-transform: translateY(20px) rotate(45deg);
          transform: translateY(20px) rotate(45deg);
}
.selfcheck .c_modal_box .result-close .modalClose__line.bottom {
  -webkit-transform: translateY(20px) rotate(-45deg);
          transform: translateY(20px) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .selfcheck .c_modal_box .result-close .modalClose__line {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .selfcheck .c_modal_box .result-close {
    top: 5px;
    right: 0;
  }
}
.selfcheck .c_modal_box.result2 {
  background: #27AE60;
}
.selfcheck .c_modal_box.result3 {
  background: #E9C60D;
}
.selfcheck .c_modal_box.result4 {
  background: #E67A19;
}
.selfcheck .c_modal_box.result5 {
  background: #EB2A0F;
}
@media screen and (max-width: 767px) {
  .selfcheck .c_modal_box {
    width: calc(100% - 10px);
    border-radius: 20px;
  }
}
.selfcheck .mfp-close {
  display: none;
}
.selfcheck .c_modal_box_inner {
  background: none;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .selfcheck .c_modal_box_inner {
    padding: 0 10px;
  }
}
.selfcheck .c_c_modal_cv {
  background: #F4F1E8;
  color: #004BA0;
  padding-bottom: 30px;
}
.selfcheck .c_c_modal_cv p {
  font-size: 2.2rem;
  font-weight: 600;
  width: 100%;
  padding: 30px 40px 20px 150px;
  position: relative;
}
.selfcheck .c_c_modal_cv p::before {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 20px;
  left: 30px;
  background: url(/kns/assets/images/selfcheck/selfcheck/img_modal.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .selfcheck .c_c_modal_cv p::before {
    width: 70px;
    height: 70px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .selfcheck .c_c_modal_cv p {
    font-size: 1.6rem;
    padding: 30px 10px 10px 100px;
  }
}
.selfcheck .c_c_modal_cv .c_buttons {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .selfcheck .c_c_modal_cv .c_buttons {
    width: calc(100% - 20px);
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .selfcheck .c_c_modal_cv {
    padding-bottom: 20px;
  }
}
.selfcheck .c_modal {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.selfcheck .c_modal_ttl {
  font-size: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  gap: 5px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  line-height: 1;
  padding-left: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .selfcheck .c_modal_ttl {
    padding-left: 10px;
    font-size: 1.4rem;
  }
}
.selfcheck .c_modal_ttl img {
  width: min(5.33vw, 40px);
  margin-right: 10px;
}