
/* 最先任写真 */
.csm {
    width: 100%;
    display: flex;
}

.csm-photo {
    width: 60%;

}
.csm-photo img {
    width: 100%;
    margin-top: 20px;
    
}


/* 最先任プロフ */

.csm-prof {
    width: 40%;
    height: 80%;
    font-size: 1.1rem;
    margin-left: 30px;
    margin-top: 25px;
    
    
}

.csm-prof-koumoku {
    font-weight: bold;
    padding: 20px 0 10px;
}


.prof-title {
    color: transparent;
    -webkit-text-stroke: 1px black ;
    text-shadow: 3px 3px lightcoral;
}

/* メンバー紹介 */
.sub-title {
    border-bottom: 3px solid rgb(255, 53, 53);
    margin: 20px auto 20px;
    padding: 5px;
    width: 100%;
    font-weight: bold;
}
.csm-member {
    width: 100%;
    display: flex;
}

.photo1 {
    width: 50%;
}
.photo1 img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    margin-right: 5px;
}
.photo2 {
    width: 50%;
}
.photo2 img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    margin-right: 5px;
}



.balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 5px 20px;
    width: 240px;
    height: 160px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    background: #f8f8f8;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
}
.balloon1 ::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #f8f8f8;
    
}

.balloon1 p {
    width: 100%;
    margin: 0;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.3rem;
    
}

/* つぶやき */

.csm-come {
    width: 100%;
}

.csm-come img {
    width: 100%;
}



