@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: rgba(254, 215, 102, 0.2);
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a9e5c9' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  color: rgba(84, 0, 49, 0.95);
}

h1,
h2,
h3 {
  font-family: "Noto Sans Japanese", sans-serif;
  color: rgba(84, 0, 49, 0.95);
}

h1 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  margin: 25px auto 30px auto;
}

h2,
h3 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 10px;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #2d4b3c;
}
a:hover {
  color: #f56642;
}

.receipt_container {
  display: flex;
  flex-direction: column;
}
.receipt_container .search_panel {
  background-color: rgba(245, 150, 170, 0.2);
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a9e5c9' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: start;
  padding: 15px;
  gap: 20px;
}
.receipt_container .receipt-display {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 121px;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 40px;
}
.receipt_container .receipt-display ul {
  background-color: rgba(0, 159, 183, 0.2);
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a9e5c9' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  width: 30%;
  width: 300px;
  margin-top: 20px;
}
.receipt_container .receipt-display ul li {
  padding: 8px 12px;
  width: 100%;
}
.receipt_container .receipt-display ul li:not(:last-child) {
  border-bottom: solid 1px #f4f4f4;
  text-align: right;
}
.receipt_container .receipt-display ul li:last-child {
  text-align: center;
}
.receipt_container .receipt-display ul li img {
  margin-top: 20px;
  min-width: 150px;
  max-width: 250px;
}
.receipt_container .receipt-display .month {
  display: flex;
  flex-direction: column;
}

.imgtest {
  width: 500px;
  height: 1500px;
  background-image: url(../../22/02/22_02_28.jpg);
}/*# sourceMappingURL=style.css.map */