@media screen and (max-width: 800px) {
  #adrScript {
    width: 100%;
    background-color: #f5f6f7;
    border-top: 5px solid #333;
    padding: 30px 5vw;
  }
  #adrScript #solution {
    position: relative;
    padding-bottom: 60px;
  }
  #adrScript #solution:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 24px solid #45afef;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    position: absolute;
    bottom: 0;
    right: calc(50% - 40px);
  }
  #adrScript #solution label {
    display: flex;
    margin-top: 50px;
    align-items: flex-end;
    gap: 10px;
  }
  #adrScript #solution input[type=text] {
    flex: 1;
    height: 54px;
    border-radius: 5px;
    border: 1px solid #e4e6eb;
    background-color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    padding: 0 15px;
  }
  #adrScript #solution .kome {
    font-size: 12px;
  }
  #adrScript #result {
    margin-top: 30px;
  }
  #adrScript #result .resultTxt {
    display: flex;
    border-bottom: 1px solid #333;
    margin-top: 30px;
    padding-bottom: 10px;
    align-items: flex-end;
  }
  #adrScript #result .resultTxt span {
    flex: 1;
    align-items: flex-end;
    text-align: right;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 700;
    height: 20px;
    padding-bottom: 7px;
  }
  #adrScript #ctrl {
    padding-top: 35px;
    text-align: center;
  }
  #adrScript #ctrl #chargeCheckBtn {
    margin: 0 auto;
    width: 90%;
    height: 51px;
    border-radius: 26px;
    border: none;
    outline: none;
    color: #fff;
    background-image: url(/images/arrow.webp);
    background-repeat: no-repeat;
    background-position: 25px 50%;
    background-color: #333;
  }
  #adrScript .title {
    font-size: 18px;
    font-weight: 700;
  }
  #adrScript .title span {
    font-size: 24px;
    text-decoration: underline;
    text-decoration-color: #fee902;
    text-underline-offset: 0;
    text-decoration-thickness: 5px;
  }
}
@media print, screen and (min-width: 801px) {
  #adrScript {
    width: 100%;
    background-color: #f5f6f7;
    border-top: 5px solid #333;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 50px 70px;
  }
  #adrScript #solution {
    grid-column: 1/2;
    grid-row: 1/2;
    position: relative;
  }
  #adrScript #solution:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 24px solid #45afef;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    position: absolute;
    top: calc(50% - 40px);
    right: 0;
  }
  #adrScript #solution label {
    display: block;
    margin-top: 50px;
  }
  #adrScript #solution input[type=text] {
    width: 288px;
    height: 54px;
    border-radius: 5px;
    border: 1px solid #e4e6eb;
    background-color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    padding: 0 15px;
  }
  #adrScript #solution .kome {
    font-size: 12px;
  }
  #adrScript #result {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-left: 50px;
  }
  #adrScript #result .resultTxt {
    display: flex;
    border-bottom: 1px solid #333;
    margin-top: 30px;
    padding-bottom: 10px;
    align-items: flex-end;
  }
  #adrScript #result .resultTxt span {
    flex: 1;
    align-items: flex-end;
    text-align: right;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 700;
  }
  #adrScript #ctrl {
    grid-column: 1/3;
    grid-row: 2/3;
    justify-self: center;
    padding-top: 35px;
  }
  #adrScript #ctrl #chargeCheckBtn {
    width: 327px;
    height: 51px;
    border-radius: 26px;
    border: none;
    outline: none;
    color: #fff;
    background-image: url(../images/arrow.webp);
    background-repeat: no-repeat;
    background-position: 25px 50%;
    background-color: #333;
    cursor: pointer;
    transition: all 0.3s;
  }
  #adrScript #ctrl #chargeCheckBtn:hover {
    opacity: 0.7;
  }
  #adrScript .title {
    font-size: 18px;
    font-weight: 700;
  }
  #adrScript .title span {
    font-size: 24px;
    text-decoration: underline;
    text-decoration-color: #fee902;
    text-underline-offset: 0;
    text-decoration-thickness: 5px;
  }
}/*# sourceMappingURL=adr.css.map */