@use "../../foundation/import" as f; /* sec-ttl ----------------------------------- */ .c-sec-ttl { position: relative; margin-bottom: 1em; width: 100%; font-size: 3.375em; &::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; margin: auto; display: block; width: 195px; height: 5px; background-color: #ebebeb; } &__text { padding: 0 0 1em; text-align: center; mark { display: inline-block; color: #fd5f00; } span { display: inline-block; } } @include f.mq(sp) { margin: 0 0 1.2em; font-size: 8vw; &::after { width: 116px; height: 3px; } } }