@charset "UTF-8";

/*基本設定
=========================================*/
.chart_container {
  position: relative;
  width: 100%;
}

.chart_btn_list {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 10;
}

.show {
  width: 100%;
}

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

/*=========================================================
	診断チャート
=========================================================*/
#chart {
  padding: 18% 0;
}
#chart .chart-title-img {
  position: absolute;
}
#chart .title-l-img {
  width: 25vw;
  left: -5vw;
  top: -10vw;
}
#chart .title-r-img {
  width: 20vw;
  right: 0;
  bottom: -8vw;
}

/*診断コンテンツ
----------------------------------------------- */
/*診断タイトル*/
.chart_title {
  font-size: 4.5vw;
  margin-bottom: 7vw;
  box-sizing: border-box;
  line-height: 1.6;
  font-weight: 500;
  padding: 4% 4% 4% 24%;
  position: relative;
  background: #f9f6f1;
  text-align: left;
}

.q-icon {
  position: absolute;
  width: 11vw;
  height: 11vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 5vw;
  background: var(--accent-color);
  inset: 1vw auto auto 7.8125%;
}

/*回答リストボックス*/
.chart_btn_list-bx {
  padding: 4vw;
  box-sizing: border-box;
}

.chart_btn_list-inbx {
  background: #fff;
  padding: 6vw;
  box-sizing: border-box;
}

/*診断ボタン
----------------------------------------------- */
/*回答リスト*/
.chart_btn_list {
  row-gap: 10vw;
  padding: 0 7.8125%;
  position: relative;
  z-index: 10;
}

.chart_btn_list-item {
  width: 100%;
  background: #138276;
  border-radius: 10px;
}

/*回答ボタン*/
.answer_btn {
  border-radius: 10px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: var(--accent-color);
  position: relative;
  line-height: 1.5;
  padding: 5vw 2vw;
  top: -4px;
  font-size: 4.2vw;
  color: #fff;
}

/*戻るボタン*/
.btn_wrp {
  width: 92%;
  text-align: center;
  margin: 10vw auto 0;
  position: relative;
  z-index: 10;
}

.more_btn {
  width: 57%;
  padding-left: 8%;
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: 700;
  font-size: 4.2vw;
  color: var(--main-color);
  position: relative;
  background: url(../img/top/chart-back_arr.png) left center/6vw no-repeat;
}

.wht_line:before {
  background: #fff;
}

.gold_btn {
  background: #ccc;
  border: solid 1px #ccc;
}
.gold_btn span {
  color: #fff;
}

.red_btn {
  background: #e70017;
  border: solid 1px #e70017;
}
.red_btn span {
  color: #fff;
}
.red_btn:hover {
  background: rgba(231, 0, 23, 0.1);
}
.red_btn:hover:before {
  background: #e70017;
}
.red_btn:hover span {
  color: #e70017;
}

/*診断結果
----------------------------------------------- */
.result_chart {
  padding: 10vw 0 8vw;
  box-sizing: border-box;
}

.result_title .sub {
  display: block;
  width: 89.8437%;
  clear: both;
  margin: 0 auto 10%;
  text-align: center;
  font-size: 5vw;
  box-sizing: border-box;
  font-weight: 600;
  color: var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
  position: relative;
}
.result_title .main {
  display: block;
  text-align: center;
  font-size: 4.5vw;
  margin-bottom: 6vw;
  letter-spacing: 0.1rem;
}

.result_container {
  display: block;
  padding: 0 7%;
  text-align: left;
}
.result-tel .tel-txt{
  text-align: center;
}
.result-tel .tel-num{
  color: var(--font-color);
  padding-left: 8vw;
  font-size: 7vw;
  position: relative;
  z-index: 10;
  background-image: url(../img/repair/contact-tel_icon.png);
  background-size: 6vw;
}
.result_btn-list {
  text-align: center;
  width: 100%;
  margin: 10% auto 0;
}
.result_btn-list li {
  margin-bottom: 3vw;
}
.result_btn-list li:last-of-type {
  margin-bottom: 0;
}
.result_btn-list li .more_btn {
  width: 90%;
  font-size: 3.8vw;
}