@charset "UTF-8";

/* CSS Document */
.head-visual-h1 {
  font-size: 26px;
  font-weight: 600;
}
.head-visual-subtitle {
  font-size: 18px;
}
.article-section h2 {
  border-radius: 60px;
  background: rgba(255, 144, 104, 0.5);
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 10px 24px;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  margin: 24px auto;
}
.article-step {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.article-step dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background-color: white;
}
@media only screen and (max-width: 760px) {
  .article-step dl {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.article-step dt {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  line-height: 20px;
  background-color: white;
  justify-content: space-between;
  flex-basis: 220px;
  flex-grow: 1;
}
@media only screen and (max-width: 760px) {
  .article-step dt {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-basis: 100%;
  }
}
.article-step dd {
  flex-grow: 3;
  flex-basis: auto;
  font-size: 17px;
  line-height: 26px;
}
@media only screen and (max-width: 760px) {
  .article-step dd {
    padding: 12px 24px;
    flex-basis: 100%;
  }
}
.article-step dt img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  height: auto;
}
.step1-bg {
  background-color: rgb(255, 205, 54);
  text-align: center;
  padding: 8px;
  width: 45px;
}
@media only screen and (max-width: 760px) {
  .step1-bg {
    width: 100%;
  }
}
.step2-bg {
  background-color: rgb(255, 175, 88);
  text-align: center;
  padding: 8px;
  width: 45px;
}
@media only screen and (max-width: 760px) {
  .step2-bg {
    width: 100%;
  }
}
.step3-bg {
  background-color: rgb(255, 154, 137);
  text-align: center;
  padding: 8px;
  width: 45px;
}
@media only screen and (max-width: 760px) {
  .step3-bg {
    width: 100%;
  }
}

.article-h2 {
  border-radius: 60px;
  background: rgba(255, 144, 104, 0.5);
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 10px 24px;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  margin: 24px auto;
}

.check {
  background: rgba(183, 217, 215, 0.39);
  width: 100%;
  margin-top: 80px;
  position: relative;
  padding: 36px 0;
}
@media only screen and (max-width: 760px) {
  .check .inner {
    padding: 16px;
  }
}

.check .inner:after {
  position: absolute;
  content: "";
  background-image: url(images/woman01.webp);
  background-repeat: no-repeat;
  background-position: center;
  width: 160px;
  height: 320px;
  background-size: contain;
  z-index: 1;
  bottom: 0;
  right: 24px;
}
@media only screen and (max-width: 760px) {
  .check .inner:after {
    width: 140px;
    height: 220px;
    right: 12px;
  }
}
.cover a {
  background-color: white;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 10px 24px;
  text-align: center;
  margin: 24px auto;
  border-radius: 100px;
  white-space: nowrap;
  text-decoration: none;
  color: #fd746c;
  font-family: Rounded Mplus 1c Bold;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 100% */
  display: block;
}
@media only screen and (max-width: 760px) {
  .cover a {
    font-size: 22px;
    line-height: 30px; /* 100% */
    margin-left: 0;
    margin-right: auto;
  }
}
.check-sub {
  font-weight: 300;
  font-size: 19px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .check-sub {
    text-align: left;
  }
}

.sheet {
  margin: auto;
  height: auto;
  background-color: white;
  border: 2px solid #ccc;
  width: 100%;
  min-height: 200px;
  display: none;
  padding: 24px;
}
.sheet h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}
.sheet .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 32px auto;
}
.sheet a {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 16px 24px;
  line-height: 20px;
  color: #222222;
  text-decoration: none;
  border-radius: 30px;
}
.sheet a:active {
  opacity: 1;
  transform: scale(1.2);
}
.sheet a:hover {
  opacity: 1;
}
.sheet a.yes {
  border: 2px solid rgb(79, 184, 121);
  background-color: rgb(79, 184, 121);
}
.sheet a.no {
  border: 2px solid rgb(231, 133, 133);
  background-color: rgb(231, 133, 133);
}
#answer {
  font-size:84px;
  font-weight: 600;
  text-align: center;
  line-height: 84px;
  padding: 20px;
  color: rgb(184, 79, 79);
}
