@charset "UTF-8";

html:has(#chart) {
  scroll-padding-top: 100px;
}

/* 初期状態：先頭以外の質問と全ての回答を非表示
=========================================*/
.chart_container .chart_part {
  display: none;
}

.chart_container .chart_part:first-of-type {
  display: block;
}

.chart_container .chart_result {
  display: none;
}

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

.js-restart:hover {
  cursor: pointer;
}