@charset "UTF-8";

.contents_container {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 150px;
}

.contents_box {
    background-color: #fff;
    color: #314850;
    border-radius: 30px;
    padding: 5%;
    width: 74%;
}

.topics_head {
    display: flex;
    align-items: center;
}

.contents_container span {
    color: #fff;
    padding: 0.3em 1em;
    margin: 1em;
    border-radius: 30px;
    /* width: 12%; */
    min-width: 90px;
    text-align: center;
    background: #DF7B7E;
    white-space: nowrap;

}

.topics_date {
    font-family: "Cantarell", "M PLUS Rounded 1c", " Noto Sans JP", "sans-serif";
}

.topics_titlle {
    font-size: clamp(1.625rem, 1.757rem + -0.5634vw, 1.25rem);
    font-weight: bold;
    line-height: 1.2;
}

.head_image {
    width: 50%;
    margin-top: 50px;
}

.contents_box_text {
    margin-top: 40px;
}

.perform_info{
    font-size: 14px;
    margin-top: 3em;
    line-height: 1.8;
}

.perform_notice{
    font-size: 12px;
}

.contents_box .button_area{
    width: 40%;
    margin-top: 1em;
}

.contents_box .button+.button{
    margin-top: 10px;
}

.contents_box .link_button{
    width: 5%;
    transform: translate(27%, -40%);
}



/* カテゴリー */
.category {
    width: 22%;
    height: 50%;
    margin-right: 0;
    align-items: center;
    pointer-events: none;
}

.category-list {
    flex-direction: column;
    align-items: center;
}

.category-list li+li {
    margin-top: 20px;
    margin-left: 0;
}

@media (max-width: 768px) {
    .breadcrumb ul{
        text-wrap: wrap;
    }
    .category {
        width: 100%;
        align-items: left;
    }

    .category-list {
        flex-direction: row;
        justify-content: center;
    }

    .contents_container {
        flex-direction: column-reverse;
        margin-bottom: 70px;
    }

    .category-list li+li {
        margin-top: 0;
    }

    .contents_box {
        width: 100%;
        padding: 60px 20px;
    }

    .contents_container span {
        min-width: 80px;
    }

    .head_image {
        width: 100%;
        margin-top: 10px;
    }

    .contents_box_text {
        font-size: 14px;
    }

.perform_info{
    font-size: 12px;
    margin-top: 2em;
}

.perform_notice{
    font-size: 10px;
}
.contents_box .button_area {
    width: 100%;
}
.contents_box .button {
    font-size: 14px;
}

.contents_box .link_button{
    width: 3%;
}}

@media (max-width: 500px) {
    .contents_box .link_button{
        width: 4%;
            transform: translate(20%, -44%);
        }


}