.km-right-contents {
  /*padding-top: 16px;*/
}
.qz-title {
  font-weight: bold;
  color: #088a89;
}
.qz-q-wrap {
  margin: 16px auto 0;
  background: url('../images/qz-q-bk.png') center center no-repeat;
  background-size: cover;
  max-width: 910px;
  height: 490px;
}
.qz-a-wrap {
  margin: 16px auto 0;
  padding-bottom: 40px;
  position: relative;
  max-width: 910px;
  width: 100%;
}
.qz-success-color {
  background-color: #d8f8ed;
}
.qz-error-color {
  background-color: #e7ecef;
}
.a-title-success {
  position: absolute;
  width: 144px;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.a-title-error {
  position: absolute;
  width: 135px;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 940px) {
  .a-title-success,
  .a-title-error {
    left: -64px;
  }
}
.a-next-btn {
  width: 36%;
  max-width: 210px;
  height: 50px;
  line-height: 50px;
  position: relative;
  background-color: #c9389f;
  box-shadow: 0px 4px 0px 0px rgba(139, 28, 107, 0.9);
  border-radius: 25px;
  position: absolute;
  text-align: center;
  top: 16px;
  right: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.a-next-btn:hover {
  background-color: #db57b5;
  box-shadow: 0 2px 0 0 rgb(180, 93, 155);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.a-next-btn :after {
  content: '';
  background: url('../images/arrow-white.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.a-next-btn a {
  color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  font-weight: bold;

  text-decoration: none;
}
.a-left-text {
  max-width: 440px;
  width: 58%;
}
.a-left-text h4 {
  font-size: 22px;
  color: #c9389f;
}
.a-left-text p {
  margin-top: 10px;
}
.a-text-wrap {
  margin: 28px 30px 0;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
.a-right-img {
  max-width: 242px;
  width: 36%;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

.q-no {
  font-size: 20px;
  color: #424242;
  /* color: #868686; */
  font-weight: bold;
  padding-top: 20px;
  padding-left: 29px;
}
.q-text {
  font-size: 24px;
  font-weight: bold;
  color: #121212;
  text-align: center;
  margin-top: 47px;
}
.q-btn {
  width: 118px;
  height: 124px;
}
.q-btn:focus,
.q-btn:hover {
  outline: 3px solid #005494;
  outline-offset: 3px;
  border-radius: 8px;
}
.q-btn-wrap {
  overflow: visible;
  margin: 40px auto 0;
  width: 311px;
}
.btn-maru {
  float: left;
}
.btn-batsu {
  float: right;
}
.a-img212 {
  max-width: 212px;
}
@media only screen and (max-width: 768px) {
  .qz-title {
    text-align: center;
    font-size: 15px;
  }
  .qz-q-wrap {
    margin: 16px auto 0;
    background: url('../images/qz-q-bk-sp.png') center bottom no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
  }
  .q-no {
    font-size: 15px;
    text-align: center;
    padding-left: 0;
  }
  .q-text {
    font-size: 16px;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 40px;
  }
  .q-btn-wrap {
    margin: 28x auto 0;
    width: 197.5px;
  }
  .q-btn {
    width: 82.5px;
    height: 86.5px;
  }
  .a-title-success {
    position: absolute;
    width: 80px;
    top: 60px;
    left: 10px;
    right: auto;
    margin: auto;
  }
  .a-title-error {
    position: absolute;
    width: 97px;
    top: 60px;
    left: 10px;
    right: auto;
    margin: auto;
  }
  .a-next-btn a {
    font-size: 12px;
    padding: 0 10px;
  }
  .a-next-btn {
    width: 125px;
    height: 25px;
    line-height: 25px;

    top: 60px;
    right: 10px;
  }
  .a-next-btn :after {
    content: '';
    background: url('../images/arrow-white.png') no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 11px;
    height: 11px;
    margin-top: -5px;
  }
  .a-text-wrap {
    margin: 60px 10px 0px;
    padding: 20px 10px;
  }
  .a-right-img {
    max-width: 242px;
    width: 100%;
    position: relative;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    padding-top: 20px;
    -webkit-transform: translateY(0%); /* Safari用 */
    transform: translateY(0%);
  }
  .a-left-text h4 {
    font-size: 16px;
  }
  .qz-a-wrap {
    padding-bottom: 10px;
  }
  .a-img212 {
    max-width: 100%;
  }
  .a-left-text {
    width: 100%;
  }
}
