@charset "UTF-8";
/*基本設定
=========================================*/
.chart_btn_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 60px;
}

.show {
  width: 100%;
}

.btn {
  position: relative;
  transition: 0.1s all ease-in-out;
}

/*=========================================================
	診断チャート
=========================================================*/
#chart {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 45px 45px;
}

.com_chart {
  padding-top: 45px;
}

/*診断コンテンツ
----------------------------------------------- */
/*診断タイトル*/
.chart_title {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  border-bottom: solid 1px #040505;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .chart_title {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .chart_title {
    font-size: 23.5294117647px;
  }
}

/*診断ボタン
----------------------------------------------- */
/*回答リスト*/
.chart_btn_list-item {
  width: 450px;
  max-width: 100%;
}

/*回答ボタン*/
.answer_btn {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #040505;
  color: #fff;
}
.answer_btn:hover {
  background: #525252;
}

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

.more_btn {
  color: #040505;
  border-bottom: solid 1px #040505;
  padding: 0 0 12px 0;
}
.more_btn:hover {
  color: rgba(4, 5, 5, 0.8);
}

/*診断結果
----------------------------------------------- */
.result_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 20px;
}
.result_title-icon {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  background: #c0c9c9;
  padding: 15px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .result_title-icon {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .result_title-icon {
    font-size: 17.6470588235px;
  }
}
.result_title .sub {
  font-size: 20px;
  font-size: 2rem;
  color: #040505;
}
@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 {
  width: 100%;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  border-bottom: solid 1px #040505;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@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;
  }
}
.result_txtxbx {
  width: 600px;
  max-width: 100%;
  line-height: 1.8;
}
.result_container {
  justify-content: space-between;
  align-items: center;
}
.result_chart .btn {
  margin-top: 40px;
}/*# sourceMappingURL=chart_pc.css.map */