

    /* タイトル文字の調整*/
    .container2-h2 {
        margin: 0;
        font-size: 1.5rem; /* スマホでちょうど良い大きさ */
    } 


.list2 {
    list-style: none; /* 元の黒丸を消す */
    padding: 10px;
    margin-left: -10PX;
}

.list3{
    list-style: none; /* 元の黒丸を消す */
    padding: 10px;
    margin: 0;
}

/* 電話のボタン */
.btn-phone {
    display: block;
    background: #ffcc00;
    color: #333;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    margin: 20px 0;
}


.phone1{
    margin-top: -15px;
    margin-left: 50px;
}

.phone2{
    margin-top: -15px;
}



