@import url(reset.css);
html {
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
html::-webkit-scrollbar {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fafafa;
}
html::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #dddddd;
}

.pc-show {
  display: block !important;
}

.mo-show {
  display: none !important;
}

.fold-show {
  display: none !important;
}

.wrap {
  width: 100%;
}

.header {
  position: sticky;
  top: 0;
  border-bottom: 1px solid #E9EEF3;
  background-color: #ffffff;
  z-index: 100;
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  height: 56px;
  padding: 10px 40px 9px;
}
.header .title {
  color: #6F7271;
  font-weight: 700;
  letter-spacing: -1.28px;
}
.header .title .text {
  margin-left: 5px;
}
.header .button-close {
  position: absolute;
  right: 10px;
}

.logo-coway {
  display: inline-block;
  width: 69px;
  height: 16px;
  background: url(../images/coway.svg) no-repeat 50% 50%;
  font: 0/0 a;
  vertical-align: top;
}

.button-close {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/icon_close.svg) no-repeat 50% 50%;
  font: 0/0 a;
}

.main {
  max-width: 640px;
  margin: 0 auto;
  min-height: calc(100dvh - 57px);
  padding: 24px 0 100px;
  text-align: center;
}
.main > .icon-common:first-child {
  margin-top: 35px;
}
.main > .heading-main:first-child {
  margin-top: 35px;
}
.main-index {
  padding: 18px 16px 90px;
  font-size: 13px;
}
.main .hr {
  margin: 0;
  border: 0 none;
  border-top: 1px solid #E9EEF3;
}

.heading-main {
  color: #3E3E3E;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1.6px;
  line-height: 1.25;
}
.icon-common + .heading-main {
  margin-top: 18px;
}

.paragraph-main {
  color: #666666;
  letter-spacing: -1.28px;
  line-height: 1.43;
}
.paragraph-main.spacing-top {
  margin-top: 20px;
}

.paragraph-sub {
  color: #999999;
  font-size: 15px;
  letter-spacing: -1.2px;
  line-height: 1.26;
}
.paragraph-sub.spacing-top {
  margin-top: 20px;
}
.paragraph-sub a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  color: inherit;
}

.paragraph-common {
  margin-top: 4px;
}
.paragraph-common .small {
  color: #999999;
  font-size: 14px;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  bottom: constant(safe-area-inset-bottom);
  bottom: env(safe-area-inset-bottom);
  left: 0;
  width: 100%;
}
.fixed-bottom .box-buttons-flex {
  max-width: 640px;
  margin: 0 auto;
}

.box-buttons-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-buttons-flex .button {
  display: block;
  position: relative;
  width: 100%;
  padding: 21px 15px;
  font-weight: 500;
}
.box-buttons-flex .button-prev {
  background-color: #F5F7FA;
  color: #1B9EDB;
}
.box-buttons-flex .button-next {
  background-color: #24B9FF;
  color: #ffffff;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.box-buttons-flex .button:disabled {
  background-color: #EFEFEF;
  color: #C1C6CD;
}

.title-type {
  margin: 50px 0 10px;
  padding: 10px;
  background-color: #F5F7FA;
  text-align: left;
}
.title-type:first-of-type {
  margin-top: 0;
}

.article-question {
  padding: 36px 24px;
}
.article-question:first-of-type {
  padding-top: 0;
}
.main-step .article-question {
  padding-top: 0;
}
.article-question.inactive {
  display: none;
}
.article-question .heading-question {
  color: #3E3E3E;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1.44px;
  line-height: 24px;
}
.article-question .heading-question .number {
  padding-right: 5px;
  color: #B1B6BB;
}
.article-question .value {
  margin: 20px auto;
}
.article-question .value-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.article-question .value-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article-question .value-flex-column .heading-question {
  margin: 35px 0 20px;
}
.article-question .value-rtl {
  direction: rtl;
}
.article-question .value ~ .value {
  margin-top: 0;
}
.article-question .value ~ .value .heading-question {
  margin-top: 16px;
}
.article-question .value .figure {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 12px;
  background: #F3F4F5;
}
.article-question .value .figure img {
  width: 50%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.value-range {
  position: relative;
  width: 300px;
  height: 80px;
}
.value-range .step-inactive,
.value-range .step-active {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  font: 0/0 a;
}
.value-range .step-active {
  overflow: hidden;
  width: 0;
}
.value-range .step {
  display: inline-block;
  width: 60px;
  height: 80px;
  padding-top: 50px;
  background: url(../images/star.svg) no-repeat 50% 0;
  color: #999999;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 1.3;
  word-break: keep-all;
  vertical-align: top;
}
.value-range .step-active {
  z-index: 1;
}
.value-range .step-active .step {
  background-image: url(../images/star_active.svg);
}
.value-range .range {
  position: absolute;
  left: 0;
  width: 100%;
  height: 70px;
  /*opacity:0;*/
  z-index: 10;
}

.button-check {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 14px 5px 15px;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.button-check:disabled {
  background-color: #fafafa;
}
.button-check:disabled::before {
  color: #C1C6CD;
}
.button-check::before {
  display: inline-block;
  content: attr(value);
  color: #222222;
  vertical-align: middle;
}
.button-check:checked {
  border-color: #24B9FF;
  background-color: #F5FCFF;
}
.button-check:checked::before {
  color: #24B9FF;
}
.button-check:checked::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url(../images/check_active.svg) no-repeat 50% 50%;
  vertical-align: middle;
}
.value-flex-row .button-check ~ .button-check {
  margin-left: 8px;
}
.value-flex-column .button-check ~ .button-check {
  margin-top: 8px;
}

.button-object {
  width: 55px;
  min-height: 74px;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.button-object::after {
  display: block;
  content: attr(data-desc);
  padding-top: 10px;
  color: #999999;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 320px) {
  .button-object::after {
    font-size: 11px;
  }
}
.button-object-star::before, .button-object.button-object2-star::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-image: url(../images/star.svg);
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
}
.button-object-star:checked::before, .button-object.button-object2-star:checked::before {
  background-image: url(../images/star_active.svg);
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.button-object-star:checked ~ ::before, .button-object.button-object2-star:checked ~ ::before {
  background-image: url(../images/star_active.svg);
}
.button-object-star:checked::after, .button-object.button-object2-star:checked::after {
  font-size: 14px;
  font-weight: 700;
}
.button-object.button-object2-star {
  width: auto;
}
.button-object.button-object2-star::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-image: url(../images/star.svg);
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
}
.button-object.button-object2-star.active::before, .button-object.button-object2-star:checked::before {
  background-image: url(../images/star_active.svg);
}
.button-object.button-object2-star:checked::before {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.button-object.button-object2-star:checked::after {
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 320px) {
  .button-object-circle {
    margin: 0 3px;
  }
}
.button-object-circle::before {
  display: block;
  content: attr(value);
  width: 38px;
  height: 38px;
  margin: 0 auto;
  border: 1px solid #E9EEF3;
  border-radius: 100%;
  background-color: #F5F7FA;
  color: #DCE3EB;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 38px;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
}
@media (max-width: 320px) {
  .button-object-circle::before {
    width: 33px;
    height: 33px;
    line-height: 33px;
  }
}
.button-object-circle::after {
  padding-top: 12px;
}
.button-object-circle:checked::before {
  border-color: #24B9FF;
  background-color: #24B9FF;
  color: #ffffff;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.button-object-circle:checked::after {
  color: #24B9FF;
  font-size: 13px;
  font-weight: 700;
}

.textarea {
  overflow: hidden;
  min-height: 140px;
  line-height: 1.3;
}
.textarea:disabled {
  background-color: #fafafa;
}

.icon-common {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  vertical-align: top;
}
.icon-common-checked {
  width: 57px;
  height: 57px;
  background-image: url(../images/icon_checked.png);
  background-size: 100%;
}
.icon-common-call {
  width: 14px;
  height: 14px;
  background-image: url(../images/icon_call.svg);
}
.paragraph-sub .icon-common {
  margin-right: 6px;
}

.list {
  padding: 0 20px 0 40px;
  text-align: left;
  list-style-type: disc;
}
.list > li:not(:first-of-type) {
  margin-top: 10px;
}
.list-sub {
  margin-top: 5px;
  list-style-type: circle;
}
.list a {
  color: #454545;
}

.main-index .paragraph-index {
  color: #999999;
  line-height: 1.46;
}

.hgroup-index-heading {
  color: #3E3E3E;
  font-size: 21px;
  letter-spacing: -1.68px;
  line-height: 1.42;
}
.hgroup-index-heading .sup {
  display: block;
  color: #666666;
  font-size: 16px;
  letter-spacing: -1.28px;
}
.hgroup-index-heading .em {
  font-weight: 700;
}
.hgroup-index-time {
  margin-top: 8px;
  color: #3E3E3E;
  font-size: 13px;
  font-weight: 500;
}
.hgroup-index-time .em {
  color: #1B9EDB;
  font-weight: 700;
}

.article-agree {
  margin-top: 24px;
}
.article-agree .box-agree {
  margin: 12px 0 8px;
  padding: 16px;
  border: 1px solid #E9EEF3;
  border-radius: 8px;
  background-color: #F5F7FA;
}
.article-agree .heading-agree {
  color: #666666;
  font-weight: 700;
  letter-spacing: -1.04px;
}
.article-agree .paragraph-agree {
  margin-top: 5px;
  color: #666666;
  letter-spacing: -1.04px;
  line-height: 1.38;
}

.figure-index {
  overflow: hidden;
  height: 90px;
  margin-top: 24px;
  border-radius: 8px;
  background-color: #eef2f1;
}
.figure-index-care {
  background-color: #DBD7D7;
}
.figure-index img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  vertical-align: top;
}

.box-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 14px;
  color: #000000;
  font-size: 14px;
}
.box-labels .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-labels .label:first-of-type {
  margin-right: 50px;
}
.box-labels .radio {
  margin-right: 8px;
}

.box-illust {
  position: relative;
  width: 86px;
  height: 112px;
  margin: 16px auto 0;
  background: url(../images/illust_00.svg) no-repeat 50% 50%;
}
.box-illust .unit {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.box-illust .unit-01 {
  top: 30px;
  left: -16px;
  width: 24px;
  height: 26px;
  background-image: url(../images/illust_01.svg);
  -webkit-animation: 4s linear 0s infinite bounce;
          animation: 4s linear 0s infinite bounce;
}
.box-illust .unit-02 {
  top: 54px;
  right: -20px;
  width: 41px;
  height: 27px;
  background-image: url(../images/illust_02.svg);
  -webkit-animation: 4s linear 2s infinite bounce;
          animation: 4s linear 2s infinite bounce;
}

.block-rate-3-points.inactive, .block-rate-2-points.inactive {
  display: none;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  5% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  10% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  15% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  20% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  5% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  10% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  15% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  20% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.main-complete {
  max-width: none;
  padding: 24px 24px 60px;
  background-color: #F5F7FA;
}
.main-complete .inner {
  max-width: 640px;
  margin: 0 auto;
}

.aside {
  max-width: 310px;
  margin: 52px auto 0;
}
.aside .title-aside {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}
.aside .list-aside {
  margin-top: 16px;
}

.list-aside {
  padding: 32px 10px;
  counter-reset: num;
  border: 1px solid #E9EEF3;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.list-aside .item {
  counter-increment: num;
}
.list-aside .item:not(:first-of-type) {
  margin-top: 36px;
}
.list-aside .tit {
  color: #3E3E3E;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -1.12px;
}
.list-aside .tit::before {
  content: counter(num);
  margin-right: 4px;
  color: #B1B6BB;
}
.list-aside .link {
  display: block;
  max-width: 240px;
  margin: 12px auto 0;
  padding: 15px 20px;
  border-radius: 8px;
  background-color: #24B9FF;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -1.2px;
}

@media screen and (max-width: 600px) {
  .value-object-wrap {
    display: block !important;
  }
  .value-object-wrap .in:nth-of-type(5)::after {
    display: block;
    content: "";
  }
  .value-object-wrap .button-object {
    width: 55px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
}
@media screen and (max-width: 465px) {
  .value-object-wrap {
    white-space: nowrap;
  }
  .value-object-wrap .button-object {
    width: 46px;
  }
}
@media screen and (max-width: 400px) {
  .value-object-wrap .button-object {
    margin: 0 0px;
  }
}
@media screen and (max-width: 359px) {
  .pc-show {
    display: none !important;
  }
  .mo-show {
    display: block !important;
  }
  .figure-index {
    height: auto;
    background-color: transparent;
  }
  .article-question {
    padding: 36px 10px;
  }
}
@media screen and (max-width: 319px) {
  .fold-show {
    display: block !important;
  }
}/*# sourceMappingURL=default.css.map */