.csm {
    width: 100%;
    display: inline;
}
/* 最先任写真 */

.csm-photo {
    width: 100%;
    
}

.csm-photo img {
    width: 100%;
}


/* 最先任プロフ */

.csm-prof {
    width: 100%;
    height: 50%;
    margin: 20px 0;
}



.csm-prof p {
    font-size: 0.9rem;
}

.outer-box {
    justify-content: center;
}

/*　メンバー紹介　*/

.sub-title {
    margin-top: 10px;
}

.csm-member {
    width: 100%;
    display: inline;
}
.photo1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    
}
.photo1 img {
    width: 35%;
    height: 35%;
    margin-top: 15px;
}
.photo2 {
    width: 100%;
    display: flex;
    margin: 20px 0;
    justify-content: space-between;
}

.photo2 img {
    width: 35%;
    height: 35%;
    margin-top: 15px;
}

.balloon1 p {
    font-size: 0.7rem;
}

.balloon1 {
    margin: 0.3em 0.3em;
    padding: 0.4em 0.2em;
    width: 55%;
    
}

/* つぶやき */
.csm-come {
    width: 100%;
}

.csm-come img {
    width: 100%;
}