@charset "UTF-8";
@import url(/css/root.css);

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;
}
