/* 水色囲みリスト */
    .btoc-case-list {
      background: #e8f4ff;
      border: 1px solid #b8d8f0;
      border-radius: 8px;
      padding: 14px 16px 14px 18px;
      margin-bottom: 0;
    }

    /* 04バッジの背景色 */
    .section-num-badge {
      background: #0786d7;
    }

    .intro-right .donut-chart {
      width: 180px;
      height: 180px;
    }

    .intro-right .donut-num {
      font-size: 56px;
    }

    .intro-right .donut-pct {
      font-size: 24px;
      margin-top: 10px;
    }

@media (max-width: 767px) {

  /* kigyou-right の画像を二回り小さく */
  .kigyou-right .kigyou-img {
    width: 60%;
    max-width: 200px;
    margin: 0 auto;
    display: block;
  }

  /* 04-model01/02 の画像を上に・幅100% */
  .support-blocks-col > div {
    flex-direction: column;
  }
  .support-blocks-col > div img {
    width: 100% !important;
    max-width: 100% !important;
    order: -1;
    border-radius: 10px;
  }

  /* support-block を幅100% */
  .support-block {
    width: 100% !important;
    flex: none !important;
  }

}
