@charset "UTF-8";
.test {
  color: #000;
}

.topServiceFlex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: 2em;
}
.topServiceFlex > * {
  width: calc(33.3333333333% - 1.3333333333em);
}
@media only screen and (max-width: 767px) {
  .topServiceFlex > * {
    width: 100%;
  }
}
.topServiceFlex .num {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #001191;
  line-height: 1;
}
.topServiceFlex .ttl {
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 1.5em;
}
.topServiceFlex .image {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  aspect-ratio: 1/0.75;
}
.topServiceFlex .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5em;
}

#aboutCompany ol {
  margin-left: 1em;
}
#aboutCompany ol,
#aboutCompany ol li {
  list-style: decimal;
}

.topNewsTable th {
  width: 150px;
}