/* カスタム CSS をここに入力してください */

.mainSection-title,
h2 {
    border-top:none !important;
    border-bottom:none !important;
    
    
    border-radius:5px;
    color:#fff;
    padding: 7px 10px 7px 20px;
    line-height: 2.5em;
    }

.mainSection-title:before,
h2:before {
    margin:0 10px 0 0;
    content:" ";
    display:inline-block;
    width:50px;
    height:50px;
    margin-right:20px;
    background-image:url( "https://gabana1025.com/wp-content/uploads/2020/09/tubaki-removebg-preview.png" );
    background-size:contain;
    background-repeat: no-repeat;
    vertical-align:middle;
    }