/* general */
.u-fz-s {
  font-size: 1.4rem;
}

.u-margin-b25 {
  margin-bottom: 25px;
}

.main-warap {
  padding: 25px 20px 115px;
}

@media screen and (max-width: 48em ) {
  .main-warap {
    padding: 4vw 0 0;
  }

  .u-fz-s {
  font-size: 3.733vw;
}
}
/* general-end */

/* kv-block */
.kv-img {
  height: auto;
}

@media screen and (max-width: 48em ) {
  .kv-block {
    padding: 0 4vw;
  }

}
/* kv-block-end */

/* question-block */
.question-area {
  max-width: 870px;
  margin: auto;
  padding: 0 20px 90px;
  background: url(/tameru/shindan/imgs/bg_img_01.png) no-repeat bottom center;
  background-size: contain;
}

.question-card {
  min-height: 315px;
  border: 1px solid #e60000;
  background: #fff;
  border-radius: 40px;
  padding: 23px 20px 20px;
}

.card-ttl {
  display: flex;
  align-items: center;
}

.question-num {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  height: auto;
  font-size: 3.2rem;
  color: #e60000;
  font-weight: bold;
}

.question-txt {
  font-size: 2.8rem;
  font-weight: bold;
  border-left: 1px solid #e60000;
  padding: 15px 0 15px 20px;
}

.btn-area {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}

.btn-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 385px;
  width: 100%;
  padding: 25px 4px 25px 16px;
  border: 4px solid #e60000;
  box-shadow: 2px 2px 4px 0 rgba(230, 0, 0, .28);
  border-radius: 40px;
  overflow: hidden;
  z-index: 0;
  letter-spacing: -.02em;
}
.btn-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, #e9e9e9 0 1px, transparent 1px 16px),
    repeating-linear-gradient(90deg, #e9e9e9 0 1px, transparent 1px 16px),
    #fff;
  z-index: -1;
}
.btn-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(230, 0, 0, 0);
  transition: background-color .3s ease;
  z-index: -1;
}
.btn-card:hover::after {
  background-color: rgba(230, 0, 0, .12);
}

.btn-icon {
  max-width: 82px;
  width: 100%;
  height: auto;
}

.btn-text {
  font-size: 2.4rem;
  font-weight: bold;
  color: #e60000;
  text-align: left;
  line-height: 1.4;
  margin: 0;
}

.btn-area + .point-area {
  margin-top: 23px;
}

.point-area {
  padding-top: 23px;
  border-top: 2px solid #e60000;
}

.point-box {
  background: #f8f7ed;
  padding: 25px 30px;
  text-align: center;
  border-radius: 40px;
}

.point-ttl {
  position: relative;
  font-size: 2.4rem;
}
.point-ttl .point-icn {
  position: absolute;
  width: 143px;
  height: 96px;
  top: -45px;
  left: -50px;
  background-image: url(/tameru/shindan/imgs/point_img_01.png);
}

.point-ttl .under-line {
  position: relative;
  margin-bottom: 5px;
  padding: 0 10px;
}
.point-ttl .under-line ::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    #e60000 0,
    #e60000 2px,
    transparent 2px,
    transparent 4px
  );
}

.point-icn {
  font-size: 0;
}

.txt-area {
  letter-spacing: -.04em;
  line-height: 1.6;
  margin-top: 12px;
}

@media screen and (max-width: 48em ) {
  .question-area {
    padding: 0 4vw 4vw;
}

.question-card {
  min-height: 103.46vw;
  border-radius: 4.26vw;
  padding: 4.26vw;
}

.card-ttl {
  flex-direction: column;
}

.question-num {
  min-width: 16.53vw;
  font-size: 7.46vw;
  padding-bottom: 3.2vw;
  border-bottom: 1px solid #e60000;
}

.question-txt {
    font-size: 5.33vw;
    border-left: none;
    padding: 5.33vw 0 0 0;
}

.btn-area {
  flex-direction: column;
  align-items: center;
  max-width: 83.46vw;
  gap: 4.8vw;
  margin: 5.86vw auto 0;
}

.btn-card {
  gap: 3.2vw;
  max-width: 102.66vw;
  width: 100%;
  padding: 4.26vw;
  border-width: 2px;
  border-radius: 4.26vw;

}

.btn-icon {
  width: 12.8vw;
  height: 16.8vw;
}

.btn-text {
  font-size: 4.8vw;
  line-height: 1.4;
}

.point-box {
  padding: 4.26vw 4.26vw 5.86vw 4.26vw;
  border-radius: 4.26vw;
}

.point-ttl {
    font-size: 4.8vw;
}
.point-ttl .under-line {
    display: block;
    margin-bottom: 1.33vw;
    padding: 0 0 .8vw 0;
}
.point-ttl .under-line ::after {
    bottom: -.53vw;
    left: 0;
    right: 0;
}

.point-ttl .point-icn {
    position: absolute;
    width: 23.46vw;
    height: 16vw;
    top: -9.06vw;
    left: -8vw;
    background-size: contain;
}

.txt-area {
    line-height: 1.5;
    font-size: 3.73vw;
    margin-top: 3.73vw;
}
}
/* question-block-end */

/* result-contents */
.result-contents-inner {
  max-width: 870px;
  margin: 25px auto 0;
}

.result-area {
  padding: 25px 20px 52px;
  background: url(/tameru/shindan/imgs/bg_img_01.png) no-repeat bottom center;
  background-size: contain;
}

.result-card {
  background: #fff;
  border: solid 20px #e8e8e8;
  border-radius: 40px;
  position: relative;
  padding: 28px 35px 44px;
}

.diagnosis-result {
  color: #e60000;
  font-size: 2.8rem;
  text-align: center;
  background: #ffdfdf;
  border: solid 1px #e60000;
  border-radius: 42px;
  position: absolute;
  top: -45px;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 514px;
  width: 100%;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.result-txt {
  font-size: 2.8rem;
  text-align: center;
}
.result-01 .result-txt {
  margin-bottom: 27px;
}
.result-txt .sub-txt {
  font-size: 2rem;
  color: #999;
}

.result-ttl {
  color: #e60000;
  font-size: 4.6rem;
  text-align: center;
  line-height: 1.25;
}
.result-ttl .sub-ttl {
  font-size: 2.8rem;
}
.result-ttl sup {
  font-size: 69%;
  top: -14px;
}

.result-img {
  margin: 50px 0 33px;
}

.desc-txt {
  line-height: 1.55;
  font-size: 2rem;
}

.dot-line {
  border: none;
  border-top: 1px dashed #333;
  margin: 33px 0;
}

.recommend-area {
  margin-bottom: 56px;
}

.lead-txt {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: -.07em;
}
.recommend-area .lead-txt {
  margin-bottom: 15px;
}

.recommend-ttl {
  margin-bottom: 47px;
}

.recommend-list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 70px;
}

.recommend-item {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.item-wrap {
  border: solid 1px #666;
  box-shadow: 4px 4px 4px rgba(102, 102, 102, .5);
  text-align: center;
  border-radius: 8px;
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.result-01 .item-wrap {
  flex-grow: unset;
}

.recommend-item-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  margin-bottom: 8px;
  min-height: 59px;
}

.recommend-item-txt {
  font-size: 1.4rem;
  padding: 0 10px;
}

.recommend-btn {
  max-width: 770px;
  margin: 0 auto 70px;
}

.restart-btn {
  width: 347px;
  height: 64px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: solid 1px #666;
  text-decoration: none;
  color: #333;
}
.restart-btn:hover {
  opacity: .7;
}

.counseling-block {
  background: #f2f2f2;
  padding: 30px 10px;
}

.counseling-btn {
  max-width: 400px;
  margin: auto;
}
@media screen and (max-width: 48em ) {
  .result-area sup {
    font-size: 69%;
    top: -.5em;
  }

  .result-contents-inner {
    margin-top: 4vw;
  }

  .result-area {
    padding: 3.2vw 4.266vw 8.79vw;
  }

  .result-card {
    border-width: 2.13vw;
    border-radius: 4.26vw;
    padding: 7.46vw 5.46vw 6.93vw;
  }

  .diagnosis-result {
    font-size: 4.266vw;
    border-radius: 11.20vw;
    top: -5.06vw;
    max-width: 50.133vw;
    height: 9.6vw;
  }

  .result-txt {
    font-size: 4.266vw;
    margin-bottom: 0;
  }

  .result-txt .sub-txt {
    font-size: 3.2vw;
  }

  .result-ttl {
    font-size: 7.46vw;
  }
  .result-ttl .sub-ttl {
    font-size: 4.266vw;
  }

  .result-img {
    margin: 13.3vw auto 8.79vw;
    width: 46.6vw;
  }

  .desc-txt {
    font-size: 3.73vw;
  }

  .result-area * .m-collist-notes {
    font-size: 3.2vw;
  }

  .dot-line {
    margin: 6.66vw auto 10.6vw;
    width: 90%;
  }

  .recommend-area {
    margin-bottom: 56px;
  }

  .lead-txt {
    font-size: 3.73vw;
  }
  .recommend-area .lead-txt {
    margin-bottom: 4vw;
  }

  .recommend-ttl {
    margin-bottom: 12.53vw;
  }

  .recommend-list {
    flex-direction: column;
    gap: 8vw;
    margin-bottom: 10.6vw;
  }

  .recommend-item {
    width: 90%;
    margin: auto;
  }

  .item-wrap {
    border-width: .26vw;
    box-shadow: 1.06vw 1.06vw 1.06vw rgba(102, 102, 102, .5);
    border-radius: 2.13vw;
    padding: 4.26vw 2.13vw 2.66vw;
  }

  .recommend-item-ttl {
    font-size: 4.8vw;
    margin-bottom: 3.46vw;
    min-height: 15.73vw;
  }

  .recommend-item-txt {
    font-size: 3.73vw;
    padding: 0 2.66vw;
  }

  .recommend-item .m-collist-notes {
    font-size: 3.2vw;
  }

  .recommend-btn {
    max-width: 94.93vw;
    margin-bottom: 10.6vw;
  }

  .restart-btn {
    width: 90%;
    border-radius: .8vw;
  }

  .counseling-block {
    padding: 8vw 2.66vw;
  }

  .counseling-btn {
    max-width: 90%;
    margin: auto;
  }
}