/* タイトル全体の調整 */
.common-style-area .title {
    text-align: center;
    line-height: 1.4; /* 行間の調整 */
    border: none !important; /* 既存のボーダーを消す */
}

/* 1行目：金色のテキスト部分 */
.common-style-area .title-wrap .title .text-gold {
    color: #765e00 !important; /* 指定の色 */
    font-weight: 500;
    display: inline-block; /* 疑似要素の基準にするため */
    position: relative;
    padding-bottom: 15px; /* 下線との距離 */
    margin-bottom: 10px; /* 2行目のテキストとの距離 */
}

/* 1行目の下にある短い中央線 */
.common-style-area .title .text-gold::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); /* 中央寄せ */
    width: 40px; /* 線の長さ（適宜調整） */
    height: 2px; /* 線の太さ */
    background-color: #765e00; /* 線をテキストと同じ色に */
}

/* 2行目：お役立ちコラム（直下のテキスト）部分 */
.common-style-area .title {
    font-weight: bold;
}
.common-style-area .title-wrap {
    position: relative !important; /* 影の位置の基準 */
    padding-bottom: 8cqw !important; /* 影を表示するための余白 */
    text-align: center !important;
    width: 100% !important;
}

/* アップロードされたSVGを影として配置 */
.common-style-area .title-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px; /* 影の高さ（適宜調整） */

    /* SVGを背景として指定 */
    background-image: url(/assets/img/Vector84.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;

    /* 念のため、要素の背後に回らないように調整 */
    z-index: 1;
}

/* タイトル部分の調整（前回の回答の継続） */
.common-style-area .title {
    position: relative;
    z-index: 2; /* 影より上に表示 */
    border: none;
    margin: 0;
    padding: 0;
}
.common-style-area .titleMain--lead {
    color: #000;
    margin: 3cqw 4cqw;
    font-weight: unset;
}

.common-style-area .sub-title {
    text-align: center;
}
#otakaraya-sel .title {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
#otakaraya-sel .title-wrap {
    margin-bottom: 0 !important;
}
#otakaraya-sel .title-lead {
    margin: 0 auto 8cqw !important;
}
#purchase-need-wrap .titleMain--lead {
    text-align: center !important;
    margin: auto;
}
