@charset "UTF-8";

.c-sec-top .caption {
  margin-bottom: 100px;
  text-align: center;
  padding: 0 20px;
}

#Planner_Business_Type__data__text span::after {
  content: '';
  display: inline-block;
  width: 0.4em;
  /* 適宜調整 */
  height: 0.8em;
  /* 適宜調整 */
  margin-right: 5px;
  vertical-align: middle;
}

#Planner_Business_Type__data__text span.js-field-label::after {
  content: none;
  display: none;
}

#Planner_Business_Type__data__text span.js-field-value::after {
  content: none;
  display: none;
}

#main-content > div {
  padding-left: 15px;
  padding-right: 15px;
}

#main-content > div > div {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.c-block-chart {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* HOME-24: Rate系3グラフの描画サイズを 300x250 に統一 */
#Rate_LongTerm_Initiatives .c-block-chart__chart {
  max-width: 300px;
  aspect-ratio: 300 / 250;
}

#Rate_SupplyChain_Initiatives .c-block-chart__chart {
  max-width: 300px;
  aspect-ratio: 300 / 250;
}

#Rate_Transport_EvFcv .c-block-chart__chart {
  max-width: 300px;
  aspect-ratio: 300 / 250;
}

/* Sランク事業者: ゴールドテキスト＋上下ボーダー */
#s-rank-heading .c-title-lv2 {
  color: #8a6a0a;
  letter-spacing: 0.3em;
  display: inline-block;
  border-top: 1px solid #8a6a0a;
  border-bottom: 1px solid #8a6a0a;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Sランク事業者: 注釈テキスト */
.c-sec-top__note {
  width: 100%;
  font-size: 1.4rem;
  color: #666;
  text-align: center;
  margin: 0.5rem 0 0;
}
