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

/* 詳細へ移動のボタン */
.btn-link {
    display: block;
    background: #cfedfc;
    color: #333;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    margin: 20px 0;
}
     
/* 和光だよりのサイズ調整 */
.logo3 {            
    width: 120px;  /* スマホで見やすいサイズ */
    height: auto;
}

    /* 和光だよりを横並びにする */
    .container3 {
        display: flex;
        align-items: center; /* 上下中央に揃える */
        justify-content: center; /* 左右中央に寄せる */
        gap: 0px; /* ロゴと文字の間の隙間 */
        max-width: 900px;
        margin: 0 auto;
        } 

/* 電話のボタン */
.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;
}