/* unusual */
@charset "UTF-8";
.gallery-narrow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1em;
  margin-top: 24px;
  margin-bottom: 24px;
}
.point-wrap {
  display: flex;
  flex-direction: column;
  & .point {
    width: 110px;
    height: auto;
    margin-right: auto;
  }
}
.point + * {
  margin-top: 8px;
}
.block-heading {
  position: relative;
  padding-left: 34px;
}
.num01::before,
.num02::before,
.num03::before,
.num04::before,
.num05::before,
.num06::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 45px;
  left: 0;
  top: 0;
}
.num01::before {
  background: url(images/num01.png) no-repeat;
  background-size: contain;
}
.num02::before {
  background: url(images/num02.png) no-repeat;
  background-size: contain;
}
.num03::before {
  background: url(images/num03.png) no-repeat;
  background-size: contain;
}
.num04::before {
  background: url(images/num04.png) no-repeat;
  background-size: contain;
}
.num05::before {
  background: url(images/num05.png) no-repeat;
  background-size: contain;
}
.num06::before {
  background: url(images/num06.png) no-repeat;
  background-size: contain;
}
