@charset "utf-8";
.presentation #page-top h1 span, .tax-cat_plaza #page-top h1 span {
    font-size: 2.0rem;
}
@media screen and (max-width: 575.98px) {
    .presentation #page-top h1, .tax-cat_plaza #page-top h1 {
        font-size: 1.9rem;
    }
    .presentation #page-top h1 span, .tax-cat_plaza #page-top h1 span {
        font-size: 1.7rem;
    }
}
.presentation .intro {
    margin-bottom: 40px;
    line-height: 2;
}
.presentation .block .hash {
    display: flex;
    justify-content: space-between;
    row-gap: 16px;
    flex-wrap: wrap;
    margin: 40px 0;
}
.presentation .block .hash li {
    border: 2px solid #151A8C;
    background-color: #fff;
    padding: 5px 10px;
    font-size: 1.4rem;
    width: 48%;
    text-align: center;
}
.presentation .block .hash li:hover {
    background-color: #151A8C;
}
.presentation .block .hash li:hover a {
    color: #fff;
    opacity: 1;
}
.presentation .block .hash li a {
    color: #151A8C;
    font-weight: bold;
}
.presentation .block .presen-posts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.presentation .block .presen-posts .item {
    width: 100%;
    margin-right: 0;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #9E9E9E;
    border-radius: 10px;
}
.presentation .block .presen-posts .item:nth-child(3n) {
    margin-right: 0;
}
.presentation .block .presen-posts .item .date {
    margin-bottom: 10px;
    font-weight: 600;
}
.presentation .block .presen-posts .item h3 {
    color: #151A8C;
    font-size: 2.4rem;
    margin-bottom: 15px;
}
.presentation .block .presen-posts .item .tag ul {
    display: flex;
    flex-wrap: wrap;
}
.presentation .block .presen-posts .item .tag li {
    background-color: #151A8C;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    font-size: 1.2rem;
    margin-bottom: 5px;
    margin-right: 5px;
}
.presentation .block .presen-posts .item img {
    display: block;
    width: 100%;
    aspect-ratio: 67 / 53;
    object-fit: cover;
    margin-bottom: 15px;
}
.presentation .block .presen-posts .item .overview {
    line-height: 1.8;
}
@media (min-width: 576px) {
    .presentation .block .hash {
        justify-content: start;
        column-gap: 5%;
    }
    .presentation .block .hash li {
        width: 30%;
    }
    .presentation .block .presen-posts .item {
        width: 49%;
        margin-bottom: 0;
    }
    .presentation .block .presen-posts {
        flex-direction: row;
        justify-content: space-between;
        row-gap: 20px;
    }
}
@media (min-width: 768px) {
    .presentation .block .hash li {
        width: 21%;
    }
}
@media (min-width: 992px) {
    .presentation .block .hash {
        justify-content: space-between;
        column-gap: normal;
    }
    .presentation .block .hash li {
        width: auto;
    }
    .presentation .block .presen-posts .item {
        width: 33%;
    }
}