.flex-contents-three {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
}

.news-detail .flex-contents-three li {
    min-width: 30%;
    display: block;
    align-items: baseline;
    margin-bottom: 0;
    line-height: 1;
}

.news-detail .flex-contents-three li::before {
    content: none;
}

.flex-contents-three li figure {
    display: flex;
    justify-content: center;
    max-width: 100%;
}

.flex-contents-three li .title {
    margin-block: 1rem 0;
    text-align: center;
    font-weight: 700;
}

#column .flex-contents-three li p {
    line-height: 3.2rem;
    margin-bottom: 0;
}

.link-btn {
    text-align: center;
}

.is-space-bottom {
    margin-bottom: 24px;
}

#column .link-btn a {
    display: inline-block;
    position: relative;
    padding: 1.6rem 3rem;
    cursor: pointer;
    text-align: center;
    font-size: 1.6rem;
    font-family: Century, "Yu Mincho", serif;
    font-weight: 400;
    background-color: #533b0f;
    color: #ffffff;
    text-decoration: none !important;
    border: #533b0f;
    line-height: 3.2rem;
}

#column .link-btn a::before {
    content: "";
    border: solid 1px #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}


#column .link-btn a::after {
    content: "";
    position: absolute;
    background: url(/import/tenant_1/162.43.45.192/html/images/common/icon/ico-triangle-white.webp) no-repeat;
    bottom: 3px;
    right: 3px;
    width: 1rem;
    height: 1rem;
}

.case-meta-price {
    position: relative;
    font-family: Century, "Yu Mincho", serif;
    text-align: right;
}

.case-meta-price::before {
    content: '';
    position: relative;
    top: 0.2rem;
    background: url(/import/tenant_1/162.43.45.192/html/images/common/ico-yen.webp) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
}

.case-meta-price-body {
    font-size: 2rem;
    font-style: normal;
    color: #ff4d4d;
    margin-left: 2rem;
}

.flex_wrap {
    display: flex;
    gap: 20px;
}

.flex_item {
    width: calc((100% -20px) / 2);
}

@media (max-width: 767px) {
    .flex-contents-three {
        flex-flow: column;
    }

    .case-meta-price {
        text-align: center;
    }

    .flex_wrap {
        flex-direction: column;
        gap: 20px;
    }

    .flex_item {
        width: 100%;
    }

    #column .flex_item p:last-child {
        margin-bottom: 0;
    }
}
