nav[aria-label="パンくずリスト"] {
    justify-content: left;
    height: 50px;
}

nav[aria-label="パンくずリスト"] ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

nav[aria-label="パンくずリスト"] li {
    display: flex;
    flex-direction: row;
    align-items: center;
}

nav[aria-label="パンくずリスト"] li::before {
    content: ">";
    font-size: 0.6rem;
    margin: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav[aria-label="パンくずリスト"] p {
    line-height: 1;
}

.first::before {
    display: none !important;
}

.aline {
    line-height: 2;
}

.infomation {
    line-height: 2;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

body>main:nth-child(3)>p:nth-child(3) {
    margin: 0;
}

.infomation li::before {
    content: "※";
    margin-right: 0.5em;
}

.last {
    margin-bottom: 20px;
}

.cover {
    width: 100%;
    height: 100%;
    max-height: 280px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    border-radius: 4px;
}

.cover img {
    width: 100%;
}

h3 {
    color: #333;
}

.top {
    margin-top: 70px;
}