@charset "UTF-8";
     @media screen and (max-width: 1023px){ } @media screen and (max-width: 834px){ } @media screen and (max-width: 480px){ }
.sidebar h3 {
background-image: repeating-linear-gradient(90deg,
#64C99B 0%,#64C99B 50%,#DF81A2 50%,#DF81A2 100%);
color: white;
}
#appeal,
.appeal .appeal-in {
min-height: 34vw;
}
@media screen and (min-width: 1900px) {
#appeal,
.appeal .appeal-in {
min-height: 650px;
}
}
.appeal {
background-size: contain;
} .lost-filter {
text-align: center;
margin-bottom: 20px;
}
.lost-filter button {
margin: 0 5px;
padding: 8px 14px;
border-radius: 6px;
border: 1px solid #ccc;
background: #f7f7f7;
cursor: pointer;
font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", sans-serif;
}
.lost-item {
margin-bottom: 30px;
}
.lost-title {
border-left: 6px solid #4caf50;
padding-left: 10px;
margin-bottom: 10px;
}
.status.keep-text {
color: #2e7d32;
font-weight: bold;
}
.status.return-text {
color: #999;
text-decoration: line-through;
}