@charset "UTF-8";

.common-catch-wrap {
    margin: 0 auto 60px;
    width: 760px;
    /* 背景画像のパスを修正 */
    background-image: url('https://www.sanyok.co.jp/img/index/bg.jpg'); 
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 45px 0;
    box-sizing: border-box;
}

.common-catch-text {
    font-size: 22px;
    color: #212126;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.8;
    margin: 0;
}

/* 「70」の数字部分 */
.common-catch-text .accent {
    color: #D4AF37; /* ゴールド系のアクセントカラー */
    font-size: 38px;
    font-family: Verdana, sans-serif;
    margin-right: 2px;
}

/* 「年以上」の部分 */
.common-catch-text .small {
    color: #D4AF37;
    font-size: 20px;
    margin-right: 6px;
}

/* カスタムサイン メイン画像 */
.custom-main-img {
    height: auto;
}

/* サプライヤーサービス等、フォントサイズ30px対応用 */
.common-catch-text .accent.size-30 {
    font-size: 30px;
}
