サンプル

HTML

サンプル

CSS

.tit_style07 {
 font-size: 24px;
 font-size: 2.4rem;
 font-weight: 500;
 margin: 0 0 20px;
 padding: 0 0 0 40px;
 position: relative;
}

.tit_style07::before {
 content: '';
 position: absolute;
 top:20px;
 left: 0;
 width: 30px;
 height: 2px;
 background: var(--main-color);
 margin: 0 10px 0 0;
}

@media (max-width : 810px){
.tit_style07 {
 font-size: 22px;
 font-size: 2.2rem;
}
}
一覧に戻る