.com {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}
@media (max-width: 799px) {
  .com {
    top: 55%;
  }
}
@media (min-width: 800px) and (orientation: landscape) {
  .com {
    bottom: 45%;
    top: auto;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
.com__icon {
  margin: 0 auto;
  width: 220em;
  height: 220em;
}
@media (min-width: 800px) and (orientation: landscape) {
  .com__icon {
    width: 160em;
    height: 160em;
  }
}
@media (max-width: 799px) {
  .com__icon {
    width: 90em;
    height: 90em;
  }
}
.com__icon--password {
  background: url("../images/icon_app-setting_password.png") no-repeat 0 0/100%;
}
.com__icon--ip {
  background: url("../images/icon_app-setting_ip.png") no-repeat 0 0/100%;
}
.com__icon--reset {
  background: url("../images/icon_app-reset_reset.png") no-repeat 0 0/100%;
}
.com__icon--administrator-password {
  background: url("../images/icon_developer-mode_administrator-password.png") no-repeat 0 0/100%;
}
.com__icon--developer-ip {
  background: url("../images/icon_pms_developer-ip.png") no-repeat 0 0/100%;
}
.com__icon--error-model {
  background: url("../images/icon_error_model.png") no-repeat 0 0/100%;
}
@media (max-width: 799px) {
  .com__icon--error-model {
    width: 168em;
    height: 168em;
  }
}
.com__icon--error-page {
  background: url("../images/icon_error_page.png") no-repeat 0 0/100%;
}
@media (max-width: 799px) {
  .com__icon--error-page {
    width: 168em;
    height: 168em;
  }
}
.com__icon + .com__title {
  margin-top: 1.1364em;
}
@media (min-width: 800px) and (orientation: landscape) {
  .com__icon + .com__title {
    margin-top: 0.9091em;
  }
}
@media (max-width: 799px) {
  .com__icon + .com__title {
    margin-top: 1em;
  }
}
@media (min-width: 1080px) and (min-height: 1920px) {
  .com__icon + .com__title {
    margin-top: 0.7143em;
  }
}
@media (max-width: 799px) {
  .com__icon--error-model + .com__title {
    margin-top: 0.8333em;
  }
}

@media (max-width: 799px) {
  .com__icon--error-page + .com__title {
    margin-top: 0.8333em;
  }
}

.com__title {
  font-size: 44em;
  line-height: 1.23;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 799px) {
  .com__title {
    font-size: 24em;
    line-height: 1.33;
  }
}
@media (min-width: 1080px) and (min-height: 1920px) {
  .com__title {
    font-size: 56em;
    line-height: 1.18;
  }
}
.com__title--point {
  color: #5814c3;
}
.com__content {
  margin-top: 50em;
}
@media (max-width: 799px) {
  .com__content {
    margin-top: 33em;
  }
}
.com__input {
  position: relative;
  margin: 0 auto;
  width: 480em;
}
@media (max-width: 799px) {
  .com__input {
    width: 300em;
  }
}
@media (min-width: 1080px) and (min-height: 1920px) {
  .com__input {
    width: 567em;
  }
}
.com__input .error-text {
  position: absolute;
  padding-left: 28em;
  top: 66em;
  left: 0;
  display: none;
}
@media (max-width: 799px) {
  .com__input .error-text {
    padding-left: 20em;
    top: 51em;
    height: 19em;
  }
}
@media (min-width: 1080px) and (min-height: 1920px) {
  .com__input .error-text {
    padding-left: 35em;
    top: 78em;
    height: 28em;
  }
}
.com__input .error-text::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 24em;
  height: 24em;
  background: url("../images/icon_com_alert.png") no-repeat 0 0/100%;
  content: "";
}
@media (max-width: 799px) {
  .com__input .error-text::before {
    width: 17em;
    height: 17em;
  }
}
@media (min-width: 1080px) and (min-height: 1920px) {
  .com__input .error-text::before {
    width: 28em;
    height: 28em;
  }
}
.com__input .error-text p {
  display: inline-block;
  font-size: 18em;
  line-height: 1.44;
  color: #f9220e;
}
@media (max-width: 799px) {
  .com__input .error-text p {
    font-size: 13em;
    line-height: 1.46;
    letter-spacing: -0.0154em;
  }
}
@media (min-width: 1080px) and (min-height: 1920px) {
  .com__input .error-text p {
    font-size: 20em;
    line-height: 1.4;
  }
}
.com__input.error .error-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.com__input.error input:not(:focus) {
  color: #f9220e;
}
.com__button {
  margin: 56em auto 0;
  width: 480em;
}
@media (max-width: 799px) {
  .com__button {
    margin-top: 36em;
    width: 300em;
  }
}
@media (min-width: 1080px) and (min-height: 1920px) {
  .com__button {
    width: 567em;
  }
}
.com__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17em 30em 17em 56em;
  width: 500em;
  height: 194em;
  border-radius: 24em;
}
@media (min-width: 800px) and (orientation: landscape) {
  .com__link {
    padding: 40em 40em 40em 56em;
    width: 487em;
    height: 240em;
  }
}
@media (max-width: 799px) {
  .com__link {
    padding: 10em 10em 10em 32em;
    width: 280em;
    height: 116em;
    border-radius: 16em;
  }
}
@media (min-width: 1080px) and (min-height: 1920px) {
  .com__link {
    padding: 20em 30em 20em 60em;
    width: 590em;
    height: 230em;
  }
}
.com__link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24em;
}
@media (min-width: 800px) and (orientation: landscape) {
  .com__link-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 799px) {
  .com__link-box {
    gap: 14em;
  }
}
@media (min-width: 1080px) and (min-height: 1920px) {
  .com__link-box {
    gap: 27em;
  }
}
.com__link--title {
  font-size: 30em;
  line-height: 1.27;
  font-weight: bold;
}
@media (min-width: 800px) and (orientation: landscape) {
  .com__link--title {
    line-height: 1.23;
  }
}
@media (max-width: 799px) {
  .com__link--title {
    font-size: 18em;
    line-height: 1.33;
  }
}
@media (min-width: 1080px) and (min-height: 1920px) {
  .com__link--title {
    font-size: 36em;
    line-height: 0.78;
  }
}
.com__link--icon {
  width: 160em;
  height: 160em;
}
@media (max-width: 799px) {
  .com__link--icon {
    width: 96em;
    height: 96em;
  }
}
@media (min-width: 1080px) and (min-height: 1920px) {
  .com__link--icon {
    width: 190em;
    height: 190em;
  }
}
.com__link--reset {
  background-color: #fff2d0;
}
.com__link--reset .com__link--icon {
  background: url("../images/icon_app-reset_link_reset.png") no-repeat 0 0/100%;
}
.com__link--developer-mode {
  background-color: #f1ebfa;
}
.com__link--developer-mode .com__link--icon {
  background: url("../images/icon_app-reset_link_developer-mode.png") no-repeat 0 0/100%;
}
.com__desc {
  margin-top: 0.9231em;
  font-size: 26em;
  line-height: 1.38;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 799px) {
  .com__desc {
    margin-top: 0.8em;
    font-size: 15em;
    line-height: 1.47;
  }
}
@media (min-width: 1080px) and (min-height: 1920px) {
  .com__desc {
    margin-top: 0.875em;
    font-size: 32em;
    line-height: 1.38;
  }
}

@media (min-width: 800px) {
  .com-pdf {
    min-height: initial;
  }
  .com-pdf .com {
    top: 50%;
  }
}
@media (min-width: 800px) and (orientation: landscape) {
  .com-pdf .com {
    top: auto;
  }
}
@media all and (max-height: 370px) and (min-width: 800px) and (orientation: landscape) {
  .com-pdf {
    min-height: 640em;
  }
}

.btn-view-pdf {
  position: absolute;
  bottom: 40em;
  right: 40em;
  color: #000;
}
@media (max-width: 799px) {
  .btn-view-pdf {
    bottom: 20em;
    right: 20em;
  }
}
@media (min-width: 1080px) and (min-height: 1920px) {
  .btn-view-pdf {
    bottom: 60em;
    right: 60em;
  }
}
.btn-view-pdf span {
  position: relative;
  font-size: 22em;
}
.btn-view-pdf span::after {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #000;
  content: "";
}
@media (min-width: 1080px) and (min-height: 1920px) {
  .btn-view-pdf span {
    font-size: 28em;
  }
}
@media (max-width: 799px) {
  .btn-view-pdf span {
    font-size: 12em;
  }
}

#modal-viewpdf {
  overflow-y: scroll;
}
#modal-viewpdf .mod-btn {
  position: fixed;
  top: 15em;
  right: 15em;
  width: 30em;
  height: 30em;
  background: url("../images/icon_header_close.png") no-repeat 0 0/100%;
  z-index: 101;
}
@media (max-width: 799px) {
  #modal-viewpdf .mod-btn {
    width: 20em;
    height: 20em;
  }
}
@media (min-width: 1080px) and (min-height: 1920px) {
  #modal-viewpdf .mod-btn {
    width: 40em;
    height: 40em;
  }
}

#modal-viewpdf img {
  width: 100%;
}
/*# sourceMappingURL=com.css.map */
