@charset "utf-8";
/* CSS Document */

.kbcmv-style {
  background-color: #f4f8fb;
  padding: 60px 20px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333;
font-size: 15pt;
}

.kbcmv-container {
  max-width: 900px;
  margin: 0 auto;
}

.kbcmv-section {
  margin-bottom: 50px;
  position: relative;
  padding-left: 60px;
}

.kbcmv-icon-circle {
  width: 40px;
  height: 40px;
  background-color: #005bac;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 5px;
}

.kbcmv-title {
  font-size: 1.7em!important;
  margin-bottom: 15px;
  color: #005bac;
  font-weight: bold!important;

}

.kbcmv-highlight {
  background: #e1f0ff;
  padding: 12px;
  border-left: 5px solid #005bac;
  font-size: 1.2em;
  font-weight: bold;
  color: #005bac;
  margin-bottom: 20px;
  display: inline-block;
}

.kbcmv-values {
  list-style: none;
  padding-left: 0;
}

.kbcmv-values li {
  padding-left: 1.6em;
  text-indent: -1.2em;
  margin-bottom: 10px;
  line-height: 1.6;
  position: relative;
}

.kbcmv-values li::before {
  content: "◆";
  color: #005bac;
  font-size: 0.8em;
  margin-right: 0.5em;
}

.kbcmv-explanation {
  background: #e8f1fc;
  border-left: 5px solid #005bac;
  padding: 20px;
  margin-top: 40px;
}

.kbcmv-explanation h4 {
  font-size: 1.3em;
  color: #005bac;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .kbcmv-style {
    padding: 40px 15px;
  }
  .kbcmv-section {
    padding-left: 50px;
  }
  .kbcmv-title {
    font-size: 1.3em;
  }
  .kbcmv-values li {
    font-size: 0.95em;
  }
  .kbcmv-explanation {
    padding: 15px;
  }
  .kbcmv-highlight {
    font-size: 1em;
  }
}