/* 差し込み用共通テキストのスタイル */

.shared_text{
    font-size: 1.3rem;
    color: #333;
    line-height: 1.4;
    margin:5px 0;
    position: relative;
    padding-left: 1em;
    text-align: left;
    &.shared_text--text3{
        /* 追加スタイル（火葬式、家族葬の詳細） */
        &.add-style{
            width: 100%;
            margin-top: 0;
            padding:5px 5px 5px 1.5em;
            .kasoh & {
                background-color: #b789270D;
            }
            .kazokusoh & {
                background-color: #7521ac0D;
            }
            &::before{
                left: 0.5em;
            }
        }
    }
    /* 追加スタイル（会員制度） */
    &.member-style{
        max-width: 75%;
        margin: 10px auto 0 auto;
        font-size: 1.4rem;
    }
    &::before{
        content: "※";
        position: absolute;
        left: 0;
    }
}