@charset "UTF-8";
/*基本設定
=========================================*/
.chart_container {
  position: relative;
  width: 100%;
}

.chart_btn_list {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.chart-bx {
  padding: 40px 0;
}

/*=========================================================
	診断チャート
=========================================================*/
.com_chart {
  background: #f8f7f3;
  border-radius: 30px;
}

/*診断コンテンツ
----------------------------------------------- */
/*診断タイトル*/
.chart_title {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.08em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  background: #482528;
  color: #fff;
  text-align: center;
  padding: 24px 40px;
  border-radius: 30px 30px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .chart_title {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .chart_title {
    font-size: 17.6470588235px;
  }
}
.chart_title .title {
  display: block;
  padding-left: 70px;
}
.chart_title::before {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  background-image: url("/img/chart/ic-q.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(30px, -20px);
  z-index: 1;
}

/*診断ボタン
----------------------------------------------- */
/*回答リスト*/
.chart_btn_list-item {
  width: 420px;
  max-width: 100%;
}
.chart_btn_list-item .btn-link {
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  line-height: 1.4;
}

/*戻るボタン*/
.btn_wrp {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.more_btn {
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: solid 1px #482528;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .more_btn {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .more_btn {
    font-size: 14.7058823529px;
  }
}
.more_btn:hover {
  color: rgba(72, 37, 40, 0.8);
}

/*診断結果
----------------------------------------------- */
.result_chart {
  background: url("/img/common/ptn-check-pnk.png") center;
  border-radius: 30px;
  border: solid 4px #f0c2c7;
  padding: 50px;
  position: relative;
}
.result_chart .com-layout {
  margin-top: 40px;
}

.result_title {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.08em;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 20px;
  margin-bottom: 40px;
}
.result_title-icon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50px, -40px);
  z-index: 1;
}
.result_title .sub {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .result_title .sub {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .result_title .sub {
    font-size: 17.6470588235px;
  }
}
.result_title .main {
  font-size: 40px;
  font-size: 4rem;
  color: #f0929c;
  background: #fff;
  border-radius: 20px;
  padding: 15px 20px;
  box-shadow: 0px 0px 20px 0px rgba(145, 121, 123, 0.3);
}
@media screen and (max-width: 768px) {
  .result_title .main {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .result_title .main {
    font-size: 29.4117647059px;
  }
}
@media screen and (max-width: 768px) {
  .result_title .main {
    box-shadow: rgba(72, 37, 40, 0.15) 0px 0px 16px;
  }
}/*# sourceMappingURL=char_pc.css.map */