@charset "UTF-8";
:root {
  --baceFontColor: #333333;
}

#omo {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
#omo div {
  height: 600px !important;
  max-height: 100%;
  overflow-y: scroll;
  border: 1px solid silver;
  background: #eee;
  padding: 30px;
  border-radius: 10px;
}
#omo div table {
  border-bottom: 1px dotted silver;
  width: 100%;
  background: white;
  border-radius: 10px;
  overflow: hidden;
}
#omo div table tbody tr {
  border-top: 1px dotted silver;
}
#omo div table tbody tr th {
  text-align: left;
  padding: 1em 1em;
}
#omo div table tbody tr th span {
  font-size: 0.85em;
}
#omo div table tbody tr td {
  text-align: left;
  padding: 1em 1em 1em 1em;
}
@media screen and (max-width: 768px) {
  #omo div {
    padding: 10px;
  }
  #omo div table tbody tr {
    display: block;
    padding: 10px;
  }
  #omo div table tbody tr th {
    display: block;
    padding: 0;
    margin: 0;
  }
  #omo div table tbody tr td {
    display: block;
    padding: 0;
    margin: 0.3em auto 0 auto;
  }
}

#ar_list {
  margin: 60px auto 0 auto;
}
#ar_list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px 20px;
}
#ar_list ul li a {
  display: block;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
#ar_list ul li a img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#ar_list ul li h3 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: left;
  font-size: 1.2rem;
  margin: 0.5em auto 0 auto;
}
#ar_list ul li p {
  text-align: left;
  margin: 0.5em auto 0 auto;
}/*# sourceMappingURL=index.css.map */