@charset "UTF-8";
/* ============================================ */
/* songs
/* ============================================ */
/*==== section共通 ====*/
.g-section .flex-wrap {
  display: flex;
  align-items: center;
  gap: 0 10%;
}
.g-section .img {
  width: 45%;
  max-width: 400px;
  min-width: 240px;
  border: solid 1px #ccc;
  flex-shrink: 0;
}
.g-section .operation {
  width: 100%;
  max-width: 450px;
  text-align: center;
}
.g-section .operation p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .g-section .flex-wrap {
    flex-direction: column;
  }
  .g-section .img {
    width: fit-content;
    max-width: 300px;
    text-align: center;
    margin: 0 auto 30px;
  }
  .g-section .operation {
    max-width: none;
  }
}

/*# sourceMappingURL=our-songs.css.map */
