@charset "utf-8";

.blockTitle {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.leadText {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.466;
}
.box2col {
  display: flex;
  gap: 0 40px;
}
.box2col .textBox {
  flex: 1;
}
.box2col .textBox .c-numberList01__item {
  font-size: 3rem;
  font-weight: 500;
}
.box2col .textBox .c-numberList01__item + .c-numberList01__item {
  margin-top: 20px;
}
.box2col .c-numberList01__item dd {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.45;
}
.box2col .imageBox {
  text-align: center;
  width: 47.8%;
}
.box2col .imageBox img {
  height: auto;
}
.text {
  font-size: 2rem;
  line-height: 1.45;
}
.value3List {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 30px;
}
.value3List > div {
  clear: both;
  overflow: hidden;
}
.value3List > div + div {
  margin-top: 10px;
}
.value3List > div dt {
  float: left;
}
.value3List > div dd {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .leadImage img {
    width: 293px;
    height: auto;
  }
}
