
/* 司令写真 */

.sirei-photo {
    width: 45%;
}

.sirei-photo img {
    width: 100%;
}


/* 司令プロフ */

.sirei-prof {
    width: 45%;
    font-size: 1.1rem;
}

.sirei-prof-koumoku {
    font-weight: bold;
    padding: 20px 0 10px;
}


/* 挨拶 */

.sirei-aisatu p {
    line-height: 1.5;
}

/* 右寄せ */

.migiyose {
    text-align: right;
}


/* 並べ替え */

.rekidai-sirei {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rekidai-box {
    width: 19%;
    margin: 6px 0px;
    background-color: blanchedalmond; 
}


