@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
ul {
  box-sizing: border-box;
  width: calc(980px - 2em);
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  ul {
    width: calc(918px - 2em);
  }
}
@media screen and (max-width: 480px) {
  ul {
    font-size: 1.125em;
    width: 100%;
  }
}
ul li {
  line-height: 1.6;
  display: grid;
  grid-template-columns: 1fr auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: start;
  gap: 0;
}
ul li .info_img {
  width: 120px;
  height: 200px;
}
@media screen and (max-width: 480px) {
  ul li .info_img {
    width: 180px;
    height: 250px;
  }
}
ul li .info_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
ul li:nth-child(n+2) {
  margin-top: 1.5em;
}
ul li h2 {
  font-size: 1.125em;
  color: #8b1e41;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.35;
}
ul li h2 span {
  font-size: 0.8888em;
  font-weight: 400;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul li p {
  margin-top: 0.5em;
  text-align: justify;
  text-justify: inter-ideograph;
}
ul li img {
  width: auto;
}
ul li .ta_right {
  text-align: right;
}
ul li .flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  ul li .flex {
    display: block;
  }
}
ul li .flex span {
  display: inline-block;
  padding-left: 2em;
}
@media screen and (max-width: 480px) {
  ul li .flex span {
    display: block;
    padding: 0;
    margin-top: 0.25em;
    text-align: center;
  }
}/*# sourceMappingURL=iframe01.css.map */