@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

hover

-------------------------------------------------- */
/* --------------------------------------------------

スマホサイズのフォント指定

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
/* seiso */
.seiso-child-heading ul {
  background-color: #E0F4FF;
  padding: 2rem 2.5rem;
  margin-top: 2.5rem;
}
.seiso-child-heading ul li {
  display: flex;
  margin-top: 0.5em;
}
.seiso-child-heading ul li span {
  font-family: "Gabarito", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  width: 1em;
  padding-right: 0.4em;
  position: relative;
  top: 3px;
}