* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Hiragino Sans, Arial, sans-serif !important;
  background-color: #fff;
  min-height: 100vh;
  word-wrap: break-word;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.8;
}

.wrapper {
  max-width: 683px;
  margin: 0 auto;
}

img,
video {
  width: 100%;
  height: auto;
  display: block;
}

.txt-note {
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
}

.txt_right {
    text-align: right;
}

.style-0 {
  font-size: 17px;
}

.style-1 {
  text-align: right;
}

.style-2 {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff00 0%) repeat scroll 0 0;
}

.style-3 {
  opacity: 1;
  width: 4760px;
  transform: translate3d(-2040px, 0px, 0px);
  transition: transform 500ms;
}

.style-4 {
  width: 680px;
}

.style-5 {
  font-weight: bold;
}

.style-6 {
  font-size: 1em;
}

.style-7 {
  font-size: 15px;
}

.style-8 {
  margin-top: 0
}

.style-9 {
  color: rgb(51, 51, 51);
  font-size: 14px;
  background-color: rgb(255, 255, 255);
  padding-right: 10px;
}

.style-10 {
  text-align: center;
}

.ml8s3jvam5h5mxxjy9 .section-01 {
  margin-bottom: 0
}

.ml8s3jvam5h5mxxjy9 video,
.ml8s3jvam5h5mxxjy9 img {
  display: block !important;
  margin: 0 auto !important
}

.ml8s3jvam5h5mxxjy9 .clr-red {
  color: #dd2d4e !important;
}

.ml8s3jvam5h5mxxjy9 .yellow_line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFFF82 0%) repeat scroll 0 0;
}

.ml8s3jvam5h5mxxjy9 .boxChat {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  align-content: flex-start;
  max-width: 680px;
  margin: 30px auto 0
}

.ml8s3jvam5h5mxxjy9 .boxChat .loading {
  text-align: left;
  width: 100%
}

.ml8s3jvam5h5mxxjy9 .boxChat .operator {
  width: 15%;
  padding-left: 10px;
  box-sizing: border-box;
}

.ml8s3jvam5h5mxxjy9 .boxChat .operator-img {
  object-fit: contain;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden
}

.ml8s3jvam5h5mxxjy9 .boxChat .msg {
  width: 85%;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
  padding-right: 10px;
  position: relative;
}

.ml8s3jvam5h5mxxjy9 .boxChat .msg li {
  position: relative;
  background-color: #EDEDED;
  border-radius: 1em;
  padding: 0.8em;
  margin: 0 0 10px 10px;
  text-align: left;
  font-size: 1em;
  line-height: 1.5;
  max-width: 80%;
  display: inline-block;
}

.ml8s3jvam5h5mxxjy9 ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.ml8s3jvam5h5mxxjy9 .boxChat .msg li::after {
  position: absolute;
  top: 15px;
  left: -20px;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
  border-width: 5px 10px;
  border-color: transparent #e5e5e5 transparent transparent;
}

.ml8s3jvam5h5mxxjy9 .boxChat ul li p span {
  color: #333;
  font-size: 15px;
  line-height: 1.9em;
}

.ml8s3jvam5h5mxxjy9 .boxChat ul li p.img {
  margin-top: 10px;
}

.ml8s3jvam5h5mxxjy9 .btn-center {
  text-align: center !important;
}

.ml8s3jvam5h5mxxjy9 .btn_next {
  cursor: pointer;
  width: 100%;
  margin-top: 30px
}

.ml8s3jvam5h5mxxjy9 .btn_next img {
  margin: 0 auto
}

.ml8s3jvam5h5mxxjy9 .boxList {
  margin: 20px 40px 0px 40px;
  width: 100%;
}

.ml8s3jvam5h5mxxjy9 #check-illust05 .el_checklist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  list-style-type: none;
  padding: 0;
  column-gap: 3%;
}

.ml8s3jvam5h5mxxjy9 #check-illust05 .el_checklist ul>li {
  display: inline-block;
  width: 47%;
  margin: 0;
}

.ml8s3jvam5h5mxxjy9 #check-illust05 .el_checklist ul>li:nth-of-type(n+3) {
  margin-top: 3%;
}

.ml8s3jvam5h5mxxjy9 #check-illust05 .el_checklist ul>li>input {
  display: none;
}

.ml8s3jvam5h5mxxjy9 #check-illust05 .el_checklist ul>li>label {
  text-align: center;
  background-color: #e4e4e4;
  display: block;
  border-style: none;
  border-width: 3px;
  border-color: #505050;
  border-radius: 8px;
  background-image: url(../img/q1_01.jpg);
  background-repeat: no-repeat;
  background-size: 97% auto;
  background-position: center 5px;
  padding: 82% 0 3%;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.ml8s3jvam5h5mxxjy9 #check-illust05 .el_checklist ul>li:nth-of-type(2)>label {
  background-image: url(../img/q1_02.jpg);
}

.ml8s3jvam5h5mxxjy9 #check-illust05 .el_checklist ul>li:nth-of-type(3)>label {
  background-image: url(../img/q1_03.jpg);
}

.ml8s3jvam5h5mxxjy9 #check-illust05 .el_checklist ul>li:nth-of-type(4)>label {
  background-image: url(../img/q1_04.jpg);
}

.ml8s3jvam5h5mxxjy9 #check-illust05 .el_checklist ul>li>label {
  width: 100%;
  position: relative;
  color: #1c327b;
}

.ml8s3jvam5h5mxxjy9 #check-illust05 .el_checklist ul>li>label>.icon {
  margin: 3% auto 0;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 3px;
  border-color: #181818;
  border-radius: 5px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
}

.ml8s3jvam5h5mxxjy9 #check-illust05 .el_checklist ul>li>label>.icon svg {
  position: absolute;
  top: -10px;
  left: 5px;
  width: 42px;
  height: 41px;
}

.ml8s3jvam5h5mxxjy9 .draw {
  clip-path: inset(0 100% 0 0);
}

.ml8s3jvam5h5mxxjy9 .cls-1,
.ml8s3jvam5h5mxxjy9 .cls-2 {
  fill-rule: evenodd;
}

.ml8s3jvam5h5mxxjy9 .cls-1 {
  fill: #ffd860;
  stroke-width: 0;
  stroke: #fff;
}

.ml8s3jvam5h5mxxjy9 #check-illust05 .el_checklist ul>li>input[type="checkbox"]:checked+label>.icon {
  background-color: #ffffff;
}

.ml8s3jvam5h5mxxjy9 #check-illust05 .el_checklist ul>li>input[type="checkbox"]:checked+label {
  background-color: #de294d;
  border-color: #1970b5;
}

.ml8s3jvam5h5mxxjy9 #check-illust05 .el_checklist ul>li>input[type="checkbox"]:checked+label>.icon .draw {
  animation: writing .3s linear forwards;
}

.ml8s3jvam5h5mxxjy9 #check-illust05 .el_checklist ul>li>label>.icon .draw {
  animation: writing-off .3s linear forwards;
}

.ml8s3jvam5h5mxxjy9 #check-illust05 .el_checklist ul>li>label p {
  font-size: 1.1em;
  margin-top: 10px;
  line-height: 1.3;
  text-align: center;
  flex: 1 auto;
  display: flex;
  align-items: center;
  vertical-align: middle;
  color: #181818;
  font-weight: bold;
}





@keyframes writing {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  100% {
    clip-path: inset(0);
  }
}

@keyframes writing-off {
  0% {
    clip-path: inset(0);
  }

  100% {
    clip-path: inset(0 100% 0 0);
  }
}



@media (max-width: 749px) {
  .ml8s3jvam5h5mxxjy9 .boxList {
    margin: 15px 15px 0px 15px;
  }

  .ml8s3jvam5h5mxxjy9 #check-illust05 .el_checklist ul>li>label>.icon svg {
    top: -8px;
    left: 3px;
    width: 35px;
    height: 32px;
  }

  .ml8s3jvam5h5mxxjy9 #check-illust05 .el_checklist ul>li>label {
    background-position: center 3%;
  }

  .ml8s3jvam5h5mxxjy9 #check-illust05 .el_checklist ul>li>label>.icon {
    width: 36px;
    height: 36px;
  }

  .ml8s3jvam5h5mxxjy9 #check-illust05 .el_checklist ul>li>label p {
    font-size: 1em;
    padding: 0 3%;
  }
}

.ml8s3jvam5h5mxxjy9 .step_arr {
  position: relative;
  padding-top: 22vw;
  margin-top: -4vw;
  width: 100%;
}

.ml8s3jvam5h5mxxjy9 .step_arr span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10vw;
  height: 10vw;
  margin-left: -5vw;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

.ml8s3jvam5h5mxxjy9 .step_arr span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.ml8s3jvam5h5mxxjy9 .step_arr span:nth-of-type(2) {
  top: 4vw;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

.ml8s3jvam5h5mxxjy9 .step_arr span:nth-of-type(3) {
  top: 8vw;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (min-width: 620px) {
  .ml8s3jvam5h5mxxjy9 .step_arr {
    position: relative;
    padding-top: 136px;
    margin-top: 10px;
  }

  .ml8s3jvam5h5mxxjy9 .step_arr span {
    width: 62px;
    height: 62px;
    margin-left: -31px;
  }

  .ml8s3jvam5h5mxxjy9 .step_arr span:nth-of-type(2) {
    top: 24.8px;
  }

  .ml8s3jvam5h5mxxjy9 .step_arr span:nth-of-type(3) {
    top: 49.6px;
  }
}

.mlekd316bn4mlrh6i5v .section-02 {
  margin-bottom: 0
}

.mlekd316bn4mlrh6i5v .clr-red {
  color: #dd2d4e !important;
}

.mlekd316bn4mlrh6i5v .yellow_line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFFF82 0%) repeat scroll 0 0;
}

.mlekd316bn4mlrh6i5v .boxChat ul li p span {
  color: #333;
  font-size: 15px;
  line-height: 1.9em;
}

.mlekd316bn4mlrh6i5v .boxChat {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  align-content: flex-start;
  max-width: 680px;
  margin: 0 auto
}

.mlekd316bn4mlrh6i5v .boxChat .loading {
  text-align: left;
  width: 100%
}

.mlekd316bn4mlrh6i5v .boxChat .operator {
  width: 15%;
  padding-left: 10px;
  box-sizing: border-box;
}

.mlekd316bn4mlrh6i5v .boxChat .operator-img {
  object-fit: contain;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden
}

.mlekd316bn4mlrh6i5v .boxChat .msg {
  width: 85%;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
  padding-right: 10px;
  position: relative;
}

.mlekd316bn4mlrh6i5v .boxChat .msg li {
  position: relative;
  background-color: #EDEDED;
  border-radius: 1em;
  padding: 0.8em;
  margin: 0 0 10px 10px;
  text-align: left;
  font-size: 1em;
  line-height: 1.5;
  max-width: 80%;
  box-sizing: border-box;
}

.mlekd316bn4mlrh6i5v ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.mlekd316bn4mlrh6i5v .boxChat .msg li::after {
  position: absolute;
  top: 15px;
  left: -20px;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
  border-width: 5px 10px;
  border-color: transparent #e5e5e5 transparent transparent;
}

.mlekd316bn4mlrh6i5v .boxChat ul li p span {
  color: #333;
  font-size: 15px;
  line-height: 1.9em;
}

.mlekd316bn4mlrh6i5v .boxChat ul li p.img {
  margin-top: 10px;
}

.mlekd316bn4mlrh6i5v .boxChat .answer li {
  display: block;
  background: #fff;
  border-radius: 0.5em;
  padding: 0.6em 1em;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
  margin: 0.5em 0;
  font-size: 1em;
  cursor: pointer;
  font-weight: bold;
}

.mlekd316bn4mlrh6i5v .boxChat .answer {
  background: #c72a57;
  margin-left: auto;
  padding: 0.8em;
  border-radius: 1em;
  max-width: 65%;
  width: unset;
  margin-right: 10px;
  border-radius: 1em;
}

.mlekd316bn4mlrh6i5v .boxChat .answer li.selected {
  background: #c6c6c6;
  color: #070707;
}

.mlekd316bn4mlrh6i5v .btn-center {
  text-align: center !important;
}

.mlekd316bn4mlrh6i5v .btn_next {
  cursor: pointer;
  width: 100%;
  margin-top: 30px
}

.mlekd316bn4mlrh6i5v .btn_next img {
  margin: 0 auto
}

@media (max-width: 750px) {
  .mlekd316bn4mlrh6i5v .boxChat .msg li {
    max-width: 90%;
  }
}

.mlekd316bn4mlrh6i5v .boxList {
  margin: 20px 40px 0px 40px;
  width: 100%;
}

.mlekd316bn4mlrh6i5v #check-illust06 .el_checklist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  list-style-type: none;
  padding: 0;
  column-gap: 3%;
}

.mlekd316bn4mlrh6i5v #check-illust06 .el_checklist ul>li {
  display: inline-block;
  width: 47%;
  margin: 0;
}

.mlekd316bn4mlrh6i5v #check-illust06 .el_checklist ul>li:nth-of-type(n+3) {
  margin-top: 3%;
}

.mlekd316bn4mlrh6i5v #check-illust06 .el_checklist ul>li>input {
  display: none;
}

.mlekd316bn4mlrh6i5v #check-illust06 .el_checklist ul>li>label {
  text-align: center;
  display: block;
  background-image: url(../img/q2_01_off.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 5px;
  padding: 134% 0 0%;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.mlekd316bn4mlrh6i5v #check-illust06 .el_checklist ul>li:nth-of-type(2)>label {
  background-image: url(../img/q2_02_off.jpg);
}

.mlekd316bn4mlrh6i5v #check-illust06 .el_checklist ul>li:nth-of-type(3)>label {
  background-image: url(../img/q2_03_off.jpg);
}

.mlekd316bn4mlrh6i5v #check-illust06 .el_checklist ul>li:nth-of-type(4)>label {
  background-image: url(../img/q2_04_off.jpg);
}

.mlekd316bn4mlrh6i5v #check-illust06 .el_checklist ul>li>input[type="checkbox"]:checked+label {
  background-image: url(../img/q2_01_on.jpg);
}

.mlekd316bn4mlrh6i5v #check-illust06 .el_checklist ul>li:nth-of-type(2)>input[type="checkbox"]:checked+label {
  background-image: url(../img/q2_02_on.jpg);
}

.mlekd316bn4mlrh6i5v #check-illust06 .el_checklist ul>li:nth-of-type(3)>input[type="checkbox"]:checked+label {
  background-image: url(../img/q2_03_on.jpg);
}

.mlekd316bn4mlrh6i5v #check-illust06 .el_checklist ul>li:nth-of-type(4)>input[type="checkbox"]:checked+label {
  background-image: url(../img/q2_04_on.jpg);
}

.mlekd316bn4mlrh6i5v #check-illust05 .el_checklist ul>li>label {
  width: 100%;
  position: relative;
  color: #1c327b;
}

.mlekd316bn4mlrh6i5v #check-illust06 .el_checklist ul>li>label p {
  display: none
}

@media (max-width: 749px) {
  .mlekd316bn4mlrh6i5v .boxList {
    margin: 15px 15px 0px 15px;
  }

  .mlekd316bn4mlrh6i5v #check-illust06 .el_checklist ul>li>label {
    background-position: center 3%;
  }
}

.mlekd316bn4mlrh6i5v .step_arr {
  position: relative;
  padding-top: 22vw;
  margin-top: -4vw;
  width: 100%;
}

.mlekd316bn4mlrh6i5v .step_arr span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10vw;
  height: 10vw;
  margin-left: -5vw;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

.mlekd316bn4mlrh6i5v .step_arr span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.mlekd316bn4mlrh6i5v .step_arr span:nth-of-type(2) {
  top: 4vw;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

.mlekd316bn4mlrh6i5v .step_arr span:nth-of-type(3) {
  top: 8vw;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (min-width: 620px) {
  .mlekd316bn4mlrh6i5v .step_arr {
    position: relative;
    padding-top: 136px;
    margin-top: 10px;
  }

  .mlekd316bn4mlrh6i5v .step_arr span {
    width: 62px;
    height: 62px;
    margin-left: -31px;
  }

  .mlekd316bn4mlrh6i5v .step_arr span:nth-of-type(2) {
    top: 24.8px;
  }

  .mlekd316bn4mlrh6i5v .step_arr span:nth-of-type(3) {
    top: 49.6px;
  }
}

.miwu0qvd2wi7qimew7k .section-03 {
  margin-bottom: 0
}

.miwu0qvd2wi7qimew7k .sp-pd01 {
  padding: 0 10px
}

.miwu0qvd2wi7qimew7k .slick-track {
  max-width: unset !important;
  display: flex;
}

.miwu0qvd2wi7qimew7k figure {
  display: block;
  margin: 0;
  padding: 0;
}

.miwu0qvd2wi7qimew7k .slide-content img {
  margin: 0 auto;
  max-width: 100%;
  width: 100%
}

.miwu0qvd2wi7qimew7k .slick-list,
.miwu0qvd2wi7qimew7k .slick-slider {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 680px;
  width: 100%;
}

.slick-slide {
  width: 100% !important;
}

.miwu0qvd2wi7qimew7k .slick-dots {
  list-style: none;
  margin: 10px auto;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.miwu0qvd2wi7qimew7k .slick-dots li {
  display: inline-flex;
}

.miwu0qvd2wi7qimew7k .slick-dots li button {
  transition: 0.2s background-color ease-in-out 0s;
  border: none;
  padding: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, .25);
  margin-right: 20px;
  border-radius: 50%;
}

.miwu0qvd2wi7qimew7k .slick-dots li.slick-active button {
  background-color: rgba(0, 0, 0, .75);
}

.miwu0qvd2wi7qimew7k .slick-next,
.miwu0qvd2wi7qimew7k .slick-prev {
  height: 30px;
  line-height: 0;
  position: absolute;
  top: 32%;
  display: block;
  width: 30px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}

.miwu0qvd2wi7qimew7k .slick-next:focus,
.miwu0qvd2wi7qimew7k .slick-next:hover,
.miwu0qvd2wi7qimew7k .slick-prev:focus,
.miwu0qvd2wi7qimew7k .slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent
}

.miwu0qvd2wi7qimew7k .slick-next:before,
.miwu0qvd2wi7qimew7k .slick-prev:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 7px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
}

.miwu0qvd2wi7qimew7k .slick-prev {
  left: 10px;
}

.miwu0qvd2wi7qimew7k .slick-next {
  right: 10px;
}

.miwu0qvd2wi7qimew7k .slick-next:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.miwu0qvd2wi7qimew7k .slick-prev:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.miwu0qvd2wi7qimew7k .mgt20 {
  margin-top: 20px !important
}

.miwu0qvd2wi7qimew7k .mg40 {
  margin: 0 0 40px
}

.miwu0qvd2wi7qimew7k .clr-red {
  color: #dd2d4e !important;
}

.miwu0qvd2wi7qimew7k .yellow_line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFFF82 0%) repeat scroll 0 0;
}

.miwu0qvd2wi7qimew7k .boxChat {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  align-content: flex-start;
  max-width: 680px;
  margin: 0 auto
}

.miwu0qvd2wi7qimew7k .boxChat ul li p.notes {
  text-align: right;
  font-size: 10px;
  margin-top: 10px;
}
.notes {
  /* text-align: right; */
  font-size: 13px;
  margin-top: 10px;
}
.divider{
  margin-top: 20px;
}
 hr:before {
    width: 100%;
    border-style: dashed;
    border-color: #f09a84;
    border-width: 3px 0 0 0;
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateY(0%) translatex(-50%);
}

hr {
    height: 10px;
    position: relative;
    border: none;
    max-width: 680px;
    width: 100%;
    margin-top: 0;
}

.miwu0qvd2wi7qimew7k .boxChat .loading {
  text-align: left;
  width: 100%
}

.miwu0qvd2wi7qimew7k .boxChat .operator {
  width: 15%;
  padding-left: 10px;
  box-sizing: border-box;
}

.miwu0qvd2wi7qimew7k .boxChat .operator-img {
  object-fit: contain;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden
}

.miwu0qvd2wi7qimew7k .boxChat .msg {
  width: 85%;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
  padding-right: 10px;
  position: relative;
}

.miwu0qvd2wi7qimew7k .boxChat .msg li {
  position: relative;
  background-color: #EDEDED;
  border-radius: 1em;
  padding: 0.8em;
  margin: 0 0 10px 10px;
  text-align: left;
  font-size: 1em;
  line-height: 1.5;
  max-width: 80%;
  display: inline-block;
}

.miwu0qvd2wi7qimew7k ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.miwu0qvd2wi7qimew7k .boxChat .msg li::after {
  position: absolute;
  top: 15px;
  left: -20px;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
  border-width: 5px 10px;
  border-color: transparent #e5e5e5 transparent transparent;
}

.miwu0qvd2wi7qimew7k .boxChat ul li p span {
  color: #333;
  font-size: 15px;
  line-height: 1.9em;
}

.miwu0qvd2wi7qimew7k .boxChat ul li p.img {
  margin-top: 10px;
}

.miwu0qvd2wi7qimew7k .boxChat .answer li {
  display: block;
  background: #fff;
  border-radius: 0.5em;
  padding: 0.6em 1em;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
  margin: 0.5em 0;
  font-size: 1em;
  cursor: pointer;
  font-weight: bold;
}

.miwu0qvd2wi7qimew7k .boxChat .answer {
  background: #c72a57;
  margin-left: auto;
  padding: 0.8em;
  border-radius: 1em;
  max-width: 65%;
  width: unset;
  margin-right: 10px;
  border-radius: 1em;
}

.miwu0qvd2wi7qimew7k .boxChat .answer li.selected {
  background: #c6c6c6;
  color: #070707;
}

.miwu0qvd2wi7qimew7k .btn-center {
  text-align: center !important;
}

.miwu0qvd2wi7qimew7k .btn_next {
  cursor: pointer;
  width: 100%;
  margin-top: 30px
}

.miwu0qvd2wi7qimew7k .btn_next img {
  margin: 0 auto
}

.miwu0qvd2wi7qimew7k .edu {
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;

}

.miwu0qvd2wi7qimew7k
/*check-illust01*/


#check-illust01 {
  margin: 20px 15px 0px 15px;
  padding: 15px 40px 10px 40px;
  background-color: #faf6f0;
  width: 100%;
}

.miwu0qvd2wi7qimew7k .el_checklist ul {
  list-style-type: none;
  padding: 0;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  margin: 0
}

.miwu0qvd2wi7qimew7k #check-illust01 .el_checklist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.miwu0qvd2wi7qimew7k .el_checklist ul>li {
  display: table-row;
  width: 100%;
}

.miwu0qvd2wi7qimew7k #check-illust01 .el_checklist ul>li {
  width: 48%;
}

.miwu0qvd2wi7qimew7k #check-illust01 .el_checklist ul>li:nth-of-type(n+3) {
  margin-top: 2.5%;
}

.miwu0qvd2wi7qimew7k .el_checklist ul>li>input {
  display: none;
}

.miwu0qvd2wi7qimew7k .el_checklist ul>li>label {
  display: table-cell;
  width: 100%;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  box-sizing: border-box
}

.miwu0qvd2wi7qimew7k #check-illust01 .el_checklist ul>li>label {
  display: block;
  background: url(../img/q3_01_off.png) center top / 100% auto no-repeat;
  padding-top: 135%;
}

.miwu0qvd2wi7qimew7k #check-illust01 .el_checklist ul>li:nth-of-type(2)>label {
  background-image: url(../img/q3_02_off.jpg);
}

.miwu0qvd2wi7qimew7k #check-illust01 .el_checklist ul>li:nth-of-type(3)>label {
  background-image: url(../img/q3_03_off.jpg);
}

.miwu0qvd2wi7qimew7k #check-illust01 .el_checklist ul>li:nth-of-type(4)>label {
  background-image: url(../img/q3_04_off.jpg);
}

.miwu0qvd2wi7qimew7k #check-illust01 .el_checklist ul>li>label>.iconbefore,
.miwu0qvd2wi7qimew7k #check-illust01 .el_checklist ul>li>label>.iconafter,
.miwu0qvd2wi7qimew7k #check-illust01 .el_checklist ul>li>label p {
  display: none;
}

.miwu0qvd2wi7qimew7k #check-illust01 .el_checklist ul>li:first-of-type>input:checked+label {
  background-image: url(../img/q3_01_on.png);
}

.miwu0qvd2wi7qimew7k #check-illust01 .el_checklist ul>li:nth-of-type(2)>input:checked+label {
  background-image: url(../img/q3_02_on.jpg);
}

.miwu0qvd2wi7qimew7k #check-illust01 .el_checklist ul>li:nth-of-type(3)>input:checked+label {
  background-image: url(../img/q3_03_on.jpg);
}

.miwu0qvd2wi7qimew7k #check-illust01 .el_checklist ul>li:nth-of-type(4)>input:checked+label {
  background-image: url(../img/q3_04_on.jpg);
}

@media (max-width: 750px) {
  .miwu0qvd2wi7qimew7k #check-illust01 {
    margin: 20px 0 0 0;
    padding: 0px 20px 0px 20px;
  }
}

.miwu0qvd2wi7qimew7k .step_arr {
  position: relative;
  padding-top: 22vw;
  margin-top: -4vw;
  width: 100%;
}

.miwu0qvd2wi7qimew7k .step_arr span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10vw;
  height: 10vw;
  margin-left: -5vw;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

.miwu0qvd2wi7qimew7k .step_arr span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.miwu0qvd2wi7qimew7k .step_arr span:nth-of-type(2) {
  top: 4vw;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

.miwu0qvd2wi7qimew7k .step_arr span:nth-of-type(3) {
  top: 8vw;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (min-width: 620px) {
  .miwu0qvd2wi7qimew7k .step_arr {
    position: relative;
    padding-top: 136px;
    margin-top: 10px;
  }

  .miwu0qvd2wi7qimew7k .step_arr span {
    width: 62px;
    height: 62px;
    margin-left: -31px;
  }

  .miwu0qvd2wi7qimew7k .step_arr span:nth-of-type(2) {
    top: 24.8px;
  }

  .miwu0qvd2wi7qimew7k .step_arr span:nth-of-type(3) {
    top: 49.6px;
  }
}

.mkm8uwft956pcwrsiia .loading img {
  margin: 0 !important
}

.mkm8uwft956pcwrsiia .txt_note {
  font-size: 11px;
  text-align: right;
  margin-top: 10px
}

.mkm8uwft956pcwrsiia .btn-link {
  text-align: center;
  margin-top: 30px;
  width: 100%;
}

.mkm8uwft956pcwrsiia .btn-link.last {
  margin-bottom: 30px;
}

.mkm8uwft956pcwrsiia .xuser {
  margin-top: 40px;
  width: 100%;

}

.mkm8uwft956pcwrsiia .final {
  margin-bottom: 0 !important
}

.mkm8uwft956pcwrsiia .teiki {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;


}

.mkm8uwft956pcwrsiia img {
  display: block !important;
  margin: 0 auto !important
}

.mkm8uwft956pcwrsiia .mg30 {
  margin: 30px auto
}

.mkm8uwft956pcwrsiia .btn-link>a {
  display: inline-block;
  margin: 0 auto;
  text-align: center
}

.mkm8uwft956pcwrsiia .btn-link>a img {
  margin: 0 auto
}

.mkm8uwft956pcwrsiia .pulse {
  animation-name: pulse;
}

.mkm8uwft956pcwrsiia .animate {
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  z-index: 1;
}

@keyframes pulse {

  from,
  to {
    transform: scale3d(1, 1, 1)
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05)
  }
}

.mkm8uwft956pcwrsiia .clr-red {
  color: #dd2d4e !important;
}

.mkm8uwft956pcwrsiia .yellow_line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFFF82 0%) repeat scroll 0 0;
}

.mkm8uwft956pcwrsiia .boxChat {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  align-content: flex-start;
  max-width: 680px;
  margin: 0 auto
}

.mkm8uwft956pcwrsiia .boxChat .loading {
  text-align: left;
  width: 100%
}

.mkm8uwft956pcwrsiia .boxChat .operator {
  width: 15%;
  padding-left: 10px;
  box-sizing: border-box;
}

.mkm8uwft956pcwrsiia .boxChat .operator-img {
  object-fit: contain;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden
}

.mkm8uwft956pcwrsiia .boxChat .msg {
  width: 85%;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
  padding-right: 10px;
  position: relative;
}

.mkm8uwft956pcwrsiia .boxChat .msg li {
  position: relative;
  background-color: #EDEDED;
  border-radius: 1em;
  padding: 0.8em;
  margin: 0 0 10px 10px;
  text-align: left;
  font-size: 1em;
  line-height: 1.5;
  max-width: 80%;
  box-sizing: border-box;
}

.mkm8uwft956pcwrsiia ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.mkm8uwft956pcwrsiia .boxChat .msg li::after {
  position: absolute;
  top: 15px;
  left: -20px;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
  border-width: 5px 10px;
  border-color: transparent #e5e5e5 transparent transparent;
}

.mkm8uwft956pcwrsiia .boxChat ul li p span {
  color: #333;
  font-size: 15px;
  line-height: 1.9em;
}

.mkm8uwft956pcwrsiia .boxChat ul li p.img {
  margin-top: 10px;
}

.mkm8uwft956pcwrsiia .boxChat .answer li {
  display: block;
  background: #fff;
  border-radius: 0.5em;
  padding: 0.6em 1em;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
  margin: 0.5em 0;
  font-size: 1em;
  cursor: pointer;
  font-weight: bold;
}

.mkm8uwft956pcwrsiia .boxChat .answer {
  background: #c72a57;
  margin-left: auto;
  padding: 0.8em;
  border-radius: 1em;
  max-width: 65%;
  width: unset;
  margin-right: 10px;
  border-radius: 1em;
}

.mkm8uwft956pcwrsiia .boxChat .answer li.selected {
  background: #c6c6c6;
  color: #070707;
}

.mkm8uwft956pcwrsiia .btn-center {
  text-align: center !important;
}

.mkm8uwft956pcwrsiia .btn_next {
  cursor: pointer;
  width: 100%;
  margin-top: 30px
}

.mkm8uwft956pcwrsiia .btn_next img {
  margin: 0 auto
}


@media (max-width: 750px) {
  .mkm8uwft956pcwrsiia .boxChat .msg li {
    max-width: 90%;
  }
}

.mdo8fh920yyozq4iby4 .curebo {
  display: flex;
  padding-left: 10px;
  padding-top: 20px;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 10px
}

.mdo8fh920yyozq4iby4 .curebo-text {
  display: flex;
  flex-direction: column
}

.mdo8fh920yyozq4iby4 .curebo-text span {
  line-height: 1.4
}

footer {
    text-align: center;
    color: #fff;
    background: #140600;
    padding: 10px;
}

footer a {
    color: #fff;
}

footer .copy_right {
    color: #fff;
}

.link_about>span {
    display: block;
}


@media (max-width: 700px) {
  .mdo8fh920yyozq4iby4 .curebo {
    padding-left: 0px;
  }

  .mdo8fh920yyozq4iby4 footer {
    padding: 10px 5px
  }
}

.w-full {
  width: 100%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  background-color: rgba(70, 70, 70, 0.6);
  display: none;
}

.modal-close {
  width: 24px;
  height: 24px;
  line-height: 22px;
  border-radius: 24px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  border: 1px solid #ffffff;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 100001;
  cursor: pointer;
}

.modal-content {
  position: relative;
  margin: 0 1rem;
}

.modal-img {
  width: 100%;
  max-height: 95vh;
}