@charset "UTF-8";

/* line comment
---------------------------------------------------- */

.line-bc {
  padding: 20px 10px;
  margin: 15px auto;
  text-align: right;
  font-size: 14px;
  background: #7da4cd;

}
.balloon {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

.balloon .chatting {
    width: 100%;
    text-align: left;
}

.balloon .chatting .mycomment .faceicon {
    float: right;
    margin-left: -3.5em;
	margin-right: -0.3em;
    width: 3em;
}
.balloon .chatting .mycomment .faceicon:before {
	font-family: 'Font Awesome 5 Free';
    content: "\f2bd";
    font-size: 250%;
    color: #555555;
}

.balloon .chatting .mycomment .faceicon img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.balloon .chatting .says {
    display: block;
    position: relative; 
    margin: 0 0 1em 50px;
    padding: 10px;
    border-radius: 12px;
    background: #edf1ee;
}

.balloon .chatting .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px; 
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #edf1ee;
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}
.balloon .chatting .says p {
    margin: 0;
    padding: 0;
}

.balloon .chatting .says .faceicon {
    float: left;
    margin-left: -3.5em;
    width: 3em;
}
.balloon .chatting .says .faceicon:before {
	font-family: 'Font Awesome 5 Free';
    content: "\f2bd";
    font-size: 250%;
    color: #555555;
}

.balloon .chatting .says .faceicon img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}


/*以下、③右側の緑コメント*/
.mycomment {
    margin: 10px 0;
}
.mycomment p{
    display: block;
    position: relative; 
    margin: 0 50px 1em 0;
    padding: 8px;
    border-radius: 12px;
    background: #edf1ee;
    font-size: 15px:
}

.mycomment p:after {
    content: "";
    position: absolute;
    top: 3px; 
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #edf1ee;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
