.pink-line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 60%) repeat scroll 0 0;}
.blue-line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #cce5ff 60%) repeat scroll 0 0;}
.yellow-line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 60%) repeat scroll 0 0;}
.green-line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #00fa9a 60%) repeat scroll 0 0;}
/*サイドバープロフィール*/
.widget_text {
  border: 1px solid #eee;
}
.prof-img {
    width: 150px;
    height: 150px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    margin: 20px auto;
    border-radius: 100%;
    overflow: hidden;
}
.prof-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.prof-name {
    font-size:1.4em;
    text-align:center;
}
.prof-job {
    font-size:0.6em;
    text-align:center;
    font-weight:300;
}
.prof-info {
    margin:20px;
}
.prof-sns {
    padding-top:0.75em;
    margin-top:20px;
    text-align:center;
    background-color:#008080; /*好きな色を適用させてください*/
    color:white;
}
.prof-sns li{
    display: inline-block;
    border: 1px solid white;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    position: relative;
    margin: 10px 3px;
}
.prof-sns li i {
    position: absolute;
    top: 7px;
    left: 7px;
    color: white;
    font-size: 1.2em;
}
.prof-sns li,.prof-img {
    transition: transform 0.3s linear;
}
.prof-sns li:hover,.prof-img:hover{
    transform: scale(1.1);
}
/* --- オチョ吹き出し（背景色変更） --- */
.voice.ocho .voicecomment{
background-color:#E0E0F8;
border-color: #E0E0F8;
}
.voice.l.ocho .voicecomment:before{
border-right-color:#E0E0F8;
}
.voice.l.ocho .voicecomment:after{
border-right-color: #E0E0F8;
}
.voice.r.ocho .voicecomment:before{
border-left-color: #E0E0F8;
}
.voice.r.ocho .voicecomment:after{
border-left-color: #E0E0F8;
}
/* --- オチョアイコン（枠線の色） --- */
.voice.ocho .icon img {
border-color: #E0E0F8;
}
/* --- マリア吹き出し（背景色変更） --- */
.voice.maria .voicecomment{
background-color:#F8E0EC;
border-color: #F8E0EC;
}
.voice.l.maria .voicecomment:before{
border-right-color:#F8E0EC;
}
.voice.l.maria .voicecomment:after{
border-right-color: #F8E0EC;
}
.voice.r.maria .voicecomment:before{
border-left-color: #F8E0EC;
}
.voice.r.maria .voicecomment:after{
border-left-color: #F8E0EC;
}
/* --- マリアアイコン（枠線の色） --- */
.voice.maria .icon img {
border-color: #F8E0EC;
}
/* --- ホセ吹き出し（背景色変更） --- */
.voice.jose .voicecomment{
background-color:#F7F8E0;
border-color: #F7F8E0;
}
.voice.l.jose .voicecomment:before{
border-right-color:#F7F8E0;
}
.voice.l.jose .voicecomment:after{
border-right-color: #F7F8E0;
}
.voice.r.jose .voicecomment:before{
border-left-color: #F7F8E0;
}
.voice.r.jose .voicecomment:after{
border-left-color: #F7F8E0;
}
/* --- ホセアイコン（枠線の色） --- */
.voice.jose .icon img {
border-color: #F7F8E0;
}
/* --- カルロス吹き出し（背景色変更） --- */
.voice.carlos .voicecomment{
background-color:#E0F8E0;
border-color: #E0F8E0;
}
.voice.l.carlos .voicecomment:before{
border-right-color:#E0F8E0;
}
.voice.l.carlos .voicecomment:after{
border-right-color: #E0F8E0;
}
.voice.r.carlos .voicecomment:before{
border-left-color: #E0F8E0;
}
.voice.r.carlos .voicecomment:after{
border-left-color: #E0F8E0;
}
/* --- カルロスアイコン（枠線の色） --- */
.voice.carlos .icon img {
border-color: #E0F8E0;
}