.sp,
.sp.btn {
  display: none;
}

.pc {
  display: block;
}

.check-main {
  background-color: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
}

.check-wrap {
  position: relative;
  width: 100%;
  height: 538px;
  max-width: 1200px;
  background-color: #ffffff;
  padding: 60px;
  margin: 24px auto 0;
  box-sizing: border-box;
  border-bottom: 1px #d6d6d6 solid;
}

.check-wrap::before {
  content: '';
  display: block;
  width: 150px;
  height: 537px;
  background: url('../images/check-bg-left.jpg') center center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.check-wrap::after {
  content: '';
  display: block;
  width: 150px;
  height: 537px;
  background: url('../images/check-bg-right.jpg') center center / contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.check-content {
  height: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
}

.check-title {
  font-size: 32px;
  margin-bottom: 35px;
}

.check-main p {
  color: #121212;
}

.check-main p + p {
  margin-top: 25px;
}

.btn {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 60px;
  border-radius: 100px;
  padding: 15px;
  margin-top: 55px;
  background: #c9389f;
  box-shadow: #8b1c6b 0 4px 0 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn:hover,
.btn:focus {
  background-color: #7e2565;
  box-shadow: 0 2px 0 0 #511642;
  color: #ffffff;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.check-main .km-related-contents {
  margin: 80px auto 0;
  padding: 0 40px 40px;
}

.col-4 .km-related-contents-item {
  width: 23%;
  margin-right: 2.5%;
  box-sizing: border-box;
}

.col-4 .km-related-contents-item img {
  width: 100%;
}

.col-4 .km-related-contents-item:last-child {
  margin-right: 0;
}

/**************************************** q1~ q9*/
.check-count {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.check-count span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #b8c2c4;
  border-radius: 100%;
  margin: 0 8px;
}

.check-count .do {
  background: #72cfcd;
}

.check-count .done {
  background: #baeceb;
}

.check-q .check-wrap {
  padding: 30px;
}

.check-title-q {
  font-size: 26px;
  color: #121212;
  margin: 58px 0;
}

.check-title-q .txtHead {
  font-size: 20px;
  font-weight: normal;
  display: block;
}

.check-title-q.line-2 {
  margin: 42px 0;
}

.check-btn-wrap {
  font-size: 0;
  position: relative;
}

.check-btn {
  display: inline-block;
  width: 215px;
  height: 215px;
  font-size: 24px;
  font-weight: bold;
  color: #c9389f;
  text-decoration: none;
  background: #ffffff;
  border: 4px #c9389f solid;
  border-radius: 100%;
  box-shadow: #96327a 0 4px 0 0;
  margin: 0 1%;
  position: relative;
  box-sizing: border-box;
}

@media all and (-ms-high-contrast: none) {
  .check-btn {
    margin: 0 0.5%;
  }

  .check-btn:first-child {
    margin-left: 0;
  }

  .check-btn:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .check-btn {
    width: 155px;
    height: 155px;
    font-size: 12px;
  }

  .check-btn:hover::after,
  .check-btn:focus::after {
    width: 143px !important;
    height: 143px !important;
  }

  .check-btn .txt-s {
    font-size: 12px !important;
  }

  @media only screen and (max-width: 740px) {
    .check-btn {
      width: 135px;
      height: 135px;
    }

    .check-btn:hover::after,
    .check-btn:focus::after {
      width: 123px !important;
      height: 123px !important;
    }
  }
  @media only screen and (max-width: 650px) {
    .check-btn {
      width: 125px;
      height: 125px;
      margin: 0 5px;
    }

    .check-btn:hover::after,
    .check-btn:focus::after {
      width: 113px !important;
      height: 113px !important;
    }
  }
}

.check-btn span {
  display: block;
  line-height: 30px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 896px) {
  .check-btn span {
    line-height: 1.5em;
    font-size: 14px;
  }
}

.check-btn .txt-s {
  font-size: 20px;
}

.check-btn:hover,
.check-btn:focus {
  color: #ffffff;
  background: #c9389f;
}

.check-btn:hover::after,
.check-btn:focus::after {
  content: '';
  display: block;
  width: 203px;
  height: 203px;
  border: 2px #ffffff solid;
  border-radius: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.btn-back {
  display: inline-block;
  width: 230px;
  height: 50px;
  border-radius: 100px;
  line-height: 50px;
  background: #ababab;
  box-shadow: #8f8f8f 0 4px 0 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  position: absolute;
  left: 116px;
  bottom: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn-back::before {
  content: '';
  display: block;
  width: 9px;
  height: 20px;
  background: url('../images/btn-back.png') left top / contain no-repeat;
  position: absolute;
  top: 20px;
  left: 20px;
}

.btn-back:hover,
.btn-back:focus {
  color: #ffffff;
  background-color: #525252;
  box-shadow: #131313 0 2px 0 0;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

/* -------------------------------------------------------------------------------------------------
   Results
   ---------------------------------------------------------------------------------------------- */

.check-main.result {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  background-color: #ffffff;
  padding: 58px 40px;
  margin: 24px auto 0;
  box-sizing: border-box;
}

#result-print .km-body-conents-asset {
  padding: 20px 0;
}

#result-print .check-main.result {
  margin: 0 auto;
  padding: 58px 40px;
}

@media print {
  #result-print .km-body-conents-asset {
    padding: 0;
    background-color: #ffffff;
  }

  #result-print .check-main.result {
    max-width: 890px;
    padding: 0;

  }

  #result-print .check-title-r {
    margin-bottom: 10px;
    font-size: 20px !important;
  }

  #result-print .result-head {
    height: auto;
  }

  #result-print .result-head * {
    position: static;
  }

  #result-print .result-head .score img {
    margin: 0;
    width: 35%;
  }

  #result-print .result-head .score p {
    font-size: 30px;
    margin-left: 5px;
  }

  #result-print .result-head .score p span {
    font-size: 14px;
    margin-left: 5px;
  }

  #result-print .result-head .score,
  #result-print .result-head .one-point {
    float: left;
    padding: 10px;
    box-sizing: border-box;
    position: static;
  }

  #result-print .result-head .score {
    width: 20%;
    padding-top: 2%;
    padding-left: 3%;
    box-sizing: border-box;
  }

  #result-print .result-head .one-point {
    width: 80%;
    font-size: 16px;
    padding-left: 10%;
    box-sizing: border-box;
    background: url("../images/result-head.png") left center / cover no-repeat;
    line-height: inherit;
  }

  #result-print .result-head:after {
    display: none;
  }

  #result-print h3 {
    font-size: 18px;
    margin: 10px 0 5px;
  }

  #result-print .result-row h4 {
    font-size: 14px;
    line-height: 30px;
  }

  #result-print .result-row h5 {
    font-size: 12px;
    margin-bottom: 6px;
  }

  #result-print .result-row:first-of-type,
  #result-print .result-row:first-of-type .result-left {
    height: 30px !important;
  }

  #result-print p {
    font-size: 14px;
    line-height: initial;
  }

  #result-print .check-main .result-content p + p {
    margin-top: 6px;
  }

  #result-print .result-content {
    margin: 10px 0 0;
  }

  #result-print .result-left .script {
    padding: 10px 15px;
  }

  #result-print .result-left {
    height: 5em !important;
  }

  #result-print .result-left:first-of-type {
    width: 85%;
  }

  #result-print .result-left:last-of-type {
    width: 15%;
  }

  #result-print .result-left:last-of-type p,
  #result-print .result-left:last-of-type div {
    width: 50%;
  }

  @supports (-ms-ime-align: auto) {
    #result-print p {
      font-size: 12px;
    }

    #result-print h3 + p {
      line-height: 1.2;
    }

    #result-print .result-left {
      height: 4.5em !important;
    }
  }
  @-moz-document url-prefix() {
    #result-print p {
      font-size: 12px;
    }
    #result-print h3 + p {
      line-height: 1.2;
    }
    #result-print .result-left {
      height: 4.5em !important;
    }
  }
}

@media print and (-ms-high-contrast: none) {
  #result-print .result-head .score {
    padding-top: 4%;
  }

  #result-print .result-head .score p {
    margin-left: 0;
    font-size: 25px;
  }

  #result-print .result-head .score img {
    vertical-align: top;
    width: 33%;
  }

  #result-print p {
    font-size: 12px;
  }

  #result-print h3 + p {
    line-height: 1.2;
  }

  #result-print .result-left {
    height: 4em !important;
  }
}

.check-title-r {
  font-size: 26px !important;
  margin-bottom: 30px;
}

.result-head {
  width: 100%;
  height: 220px;
  background: #eafbfb;
  position: relative;
  overflow: hidden;
}

.result-head::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/result-head.png") left center / cover no-repeat;
  position: absolute;
  left: 280px;
  top: 0;
  z-index: 1;
}

.score img {
  margin: 75px 0 0 40px;
  max-width: 69px;
}

.result .score p {
  display: inline-block;
  color: #5cc9c7;
  font-size: 68px;
  font-weight: bold;
  margin-left: 20px;
}

.score span {
  color: #b5b3b3;
  font-size: 36px;
  margin-left: 10px;
}

.result-head .one-point {
  color: #ffffff;
  font-size: 22px;
  line-height: 45px;
  font-weight: bold;
  text-shadow: rgba(0, 70, 68, 0.2) 0 0 20px;
  position: absolute;
  z-index: 9;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}

.result h3 {
  font-size: 24px;
  margin: 40px 0 20px;
  color: #0a8a89;
}

.result p {
  color: #121212;
}

.note {
  text-indent: -1em;
  padding-left: 1em;
}

.result-row:nth-child(odd),
.bg-grey {
  background-color: #f8f8f8;
}

.result-content {
  margin: 78px 0 20px;
  box-sizing: border-box;
  border-top: 1px #949494 solid;
  border-left: 1px #949494 solid;
}

.result-row {
  overflow: hidden;
  box-sizing: border-box;
}

.result-row:first-of-type {
  background: #10a19e;
  width: 100%;
  height: 50px;
}

.result-left {
  float: left;
  box-sizing: border-box;
  border-right: 1px #949494 solid;
  border-bottom: 1px #949494 solid;
}

.result-left .script {
  padding: 20px 20px;
}

.result-row:first-of-type .result-left {
  height: 50px;
  display: block;
}

.result-row h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
}

h4.result-left {
  text-align: center;
}

.result-left:first-of-type {
  width: 75%;
}

.result-left:last-of-type {
  display: table;
  width: 25%;
}

.result h5 {
  color: #707070;
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 12px;
  line-height: 1;
}

.question span {
  color: #41b9b6;
}

.question span {
  font-weight: bold;
}

.question,
.answer {
  line-height: 1;
  font-size: 24px;
}

.check-main .question {
  color: #088a89;
}

.result .answer {
  color: #c9389f;
  font-weight: bold;
}

.check-main .result-content p + p {
  margin-top: 12px;
}

.result-left:last-of-type p,
.result-left:last-of-type div {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.result-left:last-of-type p {
  width: 62%;
  border-right: 1px #949494 solid;
}

.result-left:last-of-type div {
  width: 33%;
}

.result-left:last-of-type img {
  vertical-align: middle;
  width: 50%;
}

.result.check-main .km-related-contents {
  padding-left: 0;
  padding-right: 0;
}

.result-btn-wrap {
  text-align: center;
  font-weight: bold;
  margin-top: 78px;
}

.result-btn-wrap p {
  font-size: 22px;
  line-height: 36px;
}

.result-btn-wrap ul {
  width: 70%;
  margin: 20px auto 0;
}

.result-btn-wrap ul li {
  float: left;
  width: 46%;
  position: relative;
}

.result-btn-wrap ul li:last-child {
  margin-left: 8%;
}

.result-btn-wrap .btn {
  width: 100%;
  position: static;
  display: block;
  height: auto;
  font-size: 24px;
  padding: 14px 14px 14px 62px;
  margin: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.result-btn-wrap .btn:before {
  content: "";
  display: inline-block;
  width: 47px;
  height: 47px;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 15px;
}

.result-btn-wrap .btn.print:before {
  background: url("../images/check_print_btn_icon.png") center center / contain no-repeat;
}

.result-btn-wrap .btn.save:before {
  background: url("../images/check_save_btn_icon.png") center center / contain no-repeat;
}

.result-btn-wrap .btn:hover {
  background-color: #db57b5;
  box-shadow: 0 2px 0 0 rgb(180, 93, 155);
  color: #ffffff;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.result-btn-wrap .btn span {
  width: 47px;
  position: absolute;
  left: 15px;
  top: -5px;
}

.printbtn:hover {
  opacity: 0.7;
}

.printbtn img {
  margin: 20px 0 40px;
}

@media only screen and (max-width: 768px) {
  .col-4 .km-related-contents-item {
    max-width: 100%;
    width: 48.75%;
    margin-right: 2.5%;
    margin-bottom: 20px;
  }

  .col-4 .km-related-contents-item:nth-child(2n) {
    margin-right: 0;
  }

  .check-q .check-wrap::before {
    width: 100%;
    height: 150px;
    background: url('../images/check-bg-top.jpg') center center / cover no-repeat;
  }

  .check-q .check-wrap::after {
    width: 100%;
    height: 155px;
    background: url('../images/check-bg-btm.jpg') center center / cover no-repeat;
    top: auto;
    bottom: 0;
  }

  .result-head .one-point {
    right: 4px;
    top: 50px;
    width: 50%;
  }

  .check-btn {
    margin: 0;
  }
}

@media only screen and (max-width: 896px) {
  .sp,
  .sp.btn {
    display: block;
  }

  .pc,
  .pc.btn {
    display: none;
  }

  .check-wrap {
    height: 100%;
    border: none;
    padding: 75px 0;
  }

  .check-wrap::before {
    width: 100%;
    height: 110px;
    background: url('../images/check-bg-top.jpg') center center / cover no-repeat;
  }

  .check-wrap::after {
    width: 100%;
    height: 115px;
    background: url('../images/check-bg-btm.jpg') center center / cover no-repeat;
    top: auto;
    bottom: 0;
  }

  .check-title {
    font-size: 20px;
  }

  .check-main {
    margin-top: 20px;
    padding-bottom: 20px;

  }

  .check-main p + p {
    margin-top: 20px;
  }

  .check-wrap {
    margin-top: 0;
  }

  .btn {
    width: 230px;
    font-size: 15px;
    margin-top: 30px;
    height: 45px;
    padding: 12px;
  }

  .check-main .km-related-contents {
    margin: 40px 16px 0;
    padding: 0;
  }

  .check-main.result .km-related-contents {
    margin: 40px 0 0;
  }

  .col-4 .km-related-contents-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /**************************************** q1~ q9*/
  .check-q .check-wrap {
    padding: 35px 16px;
  }

  .check-q .check-wrap::before {
    width: 100%;
    height: 110px;
    background: url('../images/check-bg-top.jpg') center center / cover no-repeat;
  }

  .check-q .check-wrap::after {
    width: 100%;
    height: 115px;
    background: url('../images/check-bg-btm.jpg') center center / cover no-repeat;
    top: auto;
    bottom: 0;
  }

  .check-count span {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }

  .check-title-q {
    font-size: 18px !important;
    line-height: 24px;
    margin: 38px 0;
  }

  .check-title-q .txtHead {
    font-size: 14px;
  }

  .check-btn {
    width: 130px;
    height: 130px;
    font-size: 12px;
    border: 2px #c9389f solid;
    margin: 0;
  }

  .check-btn .txt-s {
    font-size: 13px;
  }

  .check-btn:hover::after,
  .check-btn:focus::after {
    width: 122px !important;
    height: 122px !important;
    border: 1px #ffffff solid;
    top: 1px;
    left: 1px;
  }

  .check-btn + .check-btn {
    margin-left: 15px;
  }

  .check-btn:nth-of-type(3n) {
    margin-top: 10px;
  }

  .btn-back {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    position: relative;
    left: auto;
    margin-top: 20px;
    color: rgb(0, 112, 192);
    background: none;
    box-shadow: none;
  }

  .btn-back::before {
    width: 7px;
  }

  /**************************************** result */
  .check-main.result {
    margin-top: 20px;
    padding: 16px 16px 20px;
  }

  .check-title-r {
    font-size: 18px !important;
    margin-bottom: 15px;
  }

  .result-head {
    height: 100%;
  }

  .result-head::after {
    background: url("../images/check_result_bg_sp.png") center top / cover no-repeat;
    left: 0;
  }

  .landScape .result-head::after {
    background-position: center 40%;
  }

  .score {
    position: relative;
    z-index: 9;
    text-align: center;
    margin-top: 38px;
  }

  .score img {
    margin: 0;
    width: 45px;
    vertical-align: text-bottom;
  }

  .result .score p {
    font-size: 55px;
    margin-left: 4px;
  }

  .score span {
    font-size: 30px;
  }

  .result-head .one-point {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    position: relative;
    margin-top: 115px;
    top: 0;
    right: 0;
    padding-bottom: 25px;
    width: 100%;
  }

  .result h3 {
    font-size: 16px;
    margin: 20px 0 10px;
  }

  .result-content {
    margin: 40px -10px 20px;
  }

  .result-row:first-of-type {
    height: 45px;
  }

  .result-row:first-of-type > h4 {
    display: table !important;
    height: 100% !important;
  }

  .result-row:first-of-type > h4 span {
    display: table-cell;
    vertical-align: middle;
  }

  .result-row h4 {
    font-size: 11px;
    line-height: 17px;
  }

  .result-left .child {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }

  .result-left:last-of-type {
    padding-left: 0;
    position: relative;
  }

  .result-left .script {
    padding: 20px 10px;
  }

  .result h5 {
    font-size: 12px;
    margin: 0 0 10px;
  }

  .question {
    font-size: 16px;
    line-height: 21px;
  }
  .answer {
    font-size: 16px;
    line-height: 21px;
  }


  .check-main .result-content p + p {
    margin-top: 8px;
  }

  .result-left:last-of-type p,
  .result-left:last-of-type div {
    position: absolute;
    width: 100%;
    height: 50%;
  }

  .result-left:last-of-type p {
    font-size: 14px;
    border-bottom: 1px #8f8f8f solid;
    border-right: none;
  }

  .result-left:last-of-type div {
    top: 50%;
  }

  .landScape .result-left:last-of-type img {
    width: 50%;
  }

  .col-4 .km-related-contents-text {
    min-height: auto;
  }


  .result-btn-wrap p {
    font-size: 16px;
    line-height: 24px;
  }

  .result-btn-wrap {
    margin-top: 37px;
  }

  .result-btn-wrap .btn {
    margin: 20px auto 0;
    position: relative;
    width: 270px;
    font-size: 15px;
    line-height: 45px;
    padding: 10px;
  }

  .result-btn-wrap .btn:before {
    width: 34px;
    height: 34px;
    margin-left: 10px;
  }

  .result-btn-wrap ul {
    width: 100%;
  }

  .result-btn-wrap ul li {
    float: none;
    width: 100%;
  }

  .result-btn-wrap ul li:last-child {
    margin: 15px 0 0 0;
  }

  .result-btn-wrap .btn span {
    width: 34px;
    left: 13px;
  }

  .col-4 .km-related-contents-text {
    min-height: auto;
  }
}

/* ----------------------------
  保存画面
---------------------------- */

#result {
  z-index: 1200;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
}

#result #r_cover {
  z-index: 1;
  border: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
}

#resultDisplay {
  width: 920px;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0 auto;
  padding: 45px 50px;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 9px;
}

#resultDisplay .tit {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

#resultDisplay #resultInput {
  width: 100%;
  margin: 0 auto 25px;
  display: table;
}

#resultDisplay #resultInput #r_url {
  display: table-cell;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

#resultDisplay #resultInput #r_url input {
  width: 100%;
  height: 57px;
  font-size: 15px;
  margin: 0;
  padding: 0 20px;
  background-color: #f5f5f5;
  border: none;
  box-sizing: border-box;
}

#resultDisplay #resultInput #r_btn {
  display: table-cell;
  vertical-align: top;
  width: 190px;
  box-sizing: border-box;
  padding-left: 10px;
}

#resultDisplay #resultInput #r_btn a {
  width: 210px;
  background: #fda900;
  padding: 17px 10px;
  font-size: 18px;
  display: block;
  color: #ffffff;
  font-weight: bold;
  border-radius: 8px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 5px 0 #de970a;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#resultDisplay #resultInput #r_btn a span::after {
  margin-left: 10px;
}

#resultDisplay .chu {
  font-size: 12px;
  text-align: center;
}

#resultDisplay #complete {
  display: none;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #11abbb;
  height: 57px;
}

@media screen and (max-width: 599px) {
  #result {
    z-index: 1200;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
  }

  #result #r_cover {
    z-index: 1;
    border: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.6);
  }

  #resultDisplay {
    width: 94.666666%;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    z-index: 10;
    margin: 0 auto;
    padding: 5.633802% 2.8169% 3.8169%;
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 9px;
  }

  #resultDisplay .tit {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
  }

  #resultDisplay #resultInput {
    width: 100%;
    margin: 0 auto 25px;
    display: block;
  }

  #resultDisplay #resultInput #r_url {
    display: block;
    vertical-align: top;
    padding: 0;
    margin-bottom: 15px;
  }

  #resultDisplay #resultInput #r_url input {
    width: 100%;
    height: 30px;
    font-size: 8px;

    padding: 0 20px;
    background-color: #f5f5f5;
    border: none;
    box-sizing: border-box;
  }

  #resultDisplay #resultInput #r_btn {
    display: block;
    vertical-align: top;
    width: 180px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 0;
  }

  #resultDisplay #resultInput #r_btn a {
    width: 180px;
    background: #fda900;
    padding: 10px 10px;
    font-size: 15px;
  }

  #resultDisplay #resultInput #r_btn a span::after {
    margin-left: 10px;
  }

  #resultDisplay .chu {
    font-size: 9px;
    line-height: 1.22;
    text-align: center;
  }

  #resultDisplay #complete {
    display: none;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #11abbb;
    height: auto;
  }
}

.text-link {
	--mh-paragraph-font-size--l: 1.125rem;
	--mh-paragraph-anchor-color: #0070c0;
	--mh-paragraph-anchor-hover-color: #0070c0;
	--mh-context-color-link: #0070c0;
	--mh-context-color-link--hover: #0070c0;
	--mh-context-border-bottom-color-link--hover: #0070c0;
}