/* 新規要素 */

.sec_detail_title{
    text-align: center;
    font-family: "hannari";
    font-weight: 400;
    font-size: 0.3rem;
    letter-spacing: 0.15em;
    margin: 0 auto;
    text-align: center;

    @media screen and (max-width: 640px) {
        margin-bottom: 40px;
        padding: 0 20px;
        font-size: 0.25rem;
    }
}

.funeral_plan_hakodate_area {
    background: #fff;
    padding: 0 10px;
    padding-bottom: 20px;

    & span{
        font-weight: bold;
        display: table;
        margin: 0 auto;
        background: #FFC506;
        font-size: 16px;
        padding: 6px 30px;
        line-height: 1;
        color: #333;
        border-radius: 5px;

        @media screen and (max-width: 1440px) {
            font-size: 14px;
            padding: 6px 10px;
        }

        @media screen and (max-width: 640px) {
            padding: 6px 10px;
        }
    }
}

/* 修正 */
.sec_detail .planBox{
    margin-bottom: 40px;
}

.sec_detail .planBox > .item.plan03 .detail > dd .txt{
    height: 1rem;
}

@media screen and (max-width: 640px) {
    .sec_detail .planBox > .item .petan{
        width: 80px;
    }
}