@charset "UTF-8";

/* 家族葬 */
.overview-section .plan-flow:after,
.overview-section .plan-people {
    background: #B10259 !important;
}
#top_title_area {
    display: none;
}

.plan-case .p-postList__excerpt .c-reviewStars {
    position: absolute;
    top: 2.55rem;
    right: 0;
    font-size: 1.2rem !important;
    margin: 0 !important;
}
@media (min-width: 960px) {
.plan-case .p-postList__excerpt .c-reviewStars {
    top: 1rem;
    }
}
@media (min-width: 600px) and (max-width:960px){
.plan-case .p-postList__excerpt {
    margin-top: 1.75rem !important;
}
.plan-case .p-postList__excerpt .c-reviewStars {
    left: 0;
    right: inherit;
    }
}