サンプル

SAMPLE

HTML

 

サンプル

SAMPLE

CSS

.tit_area09 {
 margin: 0 0 20px;
 line-height: 1.4;
}

.main_tit09 {
 font-size: 30px;
 font-size: 3.0rem;
 position: relative;
 text-align: center;
 color: #000;
 display: flex;
 align-items: center;
 font-weight: bold;
}

.main_tit09:after, .main_tit09:before {
 content:'';
 border-top:1px solid var(--main-color);
 flex-grow: 1;
 margin: 0 22px 0 0;
}
.main_tit09:after {
 margin: 0 0 0 22px;
}

.main_tit09:before {
 margin: 0 22px 0 0;
}

.sub_tit09 {
 font-size: 13px;
 font-size: 1.3rem;
 text-align: center;
 color:  var(--main-color);
 font-family: 'Oswald', sans-serif;
 font-weight: bold;
}

@media (max-width : 810px){
.main_tit09 {
 font-size: 25px;
 font-size: 2.5rem;
}
 

}
一覧に戻る