/* =====================================================
   ペニス偏差値チェックツール専用スタイル
===================================================== */
/* グラフラベル・アクセント数字 */
.graph-labels {
  display: flex;
  justify-content: space-between;
  width: 320px;
  margin: 0 auto 4px auto;
  font-size: 11px;
  color: #888;
  letter-spacing: 0;
  padding: 0 2px;
}
.graph-labels span {
  flex: 0 0 auto;
  width: 1.5em;
  text-align: center;
}
.accent-number {
  font-size: 1.6em;
  font-weight: 900;
  color: #8b86b6;
}

/* レスポンシブ対応 */
@media (max-width: 900px) {
  .results-2col {
    flex-direction: column;
    gap: 1.2em;
  }
  .result-col {
    max-width: 100%;
    padding: 1em;
  }
  .result-comment {
    font-size: 1.5em;
  }
}

/* 計測方法 */
.measure{
 margin-left:0.25em;
 font-size:0.8em;
 font-weight:normal;
}
.measure a{
 text-decoration:none;
}