.mawarikomi img {
    float: left; /* 画像を左に浮かせます */
    margin-right: 10px; /* 画像とテキストの間に余白を設けます */
}

.blueButtonsBox{
    overflow: hidden;
}

.blueButtonsBox .iinkai{
    width:24%;
    margin:0.5%;
    float:left;
    text-align: center;
}

.blueButtonsBox .iinkai {
    transition: transform 0.3s ease;
}

.blueButtonsBox .iinkai:hover {
    transform: scale(1.05);
}

/* メディアクエリ（ウィンドウの横幅が800px以下の場合のスタイル） */
@media (max-width: 800px) {

    .blueButtonsBox .iinkai{
        width:49%;
    }
}
