@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* CSS Document */
html {
  font-size: 62.5% !important;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff !important;
  color: #000 !important;
  font-size: 1.6rem !important;
}

img {
  max-width: 100%;
}

.pcnone {
  display: none;
}

.spnone {
  display: inline-block;
}

#u20251201180643 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
#u20251201180643 ul > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.5%;
          flex: 0 0 47.5%;
}
#u20251201180643 ul > * img {
  border-radius: 2px;
}

@media only screen and (max-width: 767px) {
  .pcnone {
    display: inline-block;
  }
  .spnone {
    display: none;
  }
  #u20251201180643 ul {
    display: block;
  }
  #u20251201180643 ul > * {
    margin-bottom: 20px;
  }
}