.circle_link img{
box-shadow: 0 0 0 0.3rem #fff, 0px 0px 0px 0.4rem #cccccc;	
width:5.5rem;
height:5.5rem;
border-radius:50%;
border:solid 0px #fff;
display: inline-block;
margin: 3px 0 0px 2px;
}




/*左付コメント
右にはfloatがついてmarginが変わるので注意
左右で全く同じコアではない
*/

.balloon_left_links {
    position: relative;
	display:inline-block;
	max-width:calc(100% - 9rem);
	margin: 0 0 0rem 3rem;
}

/*
.balloon:before,.balloon:after {
    clear: both;
    content: "";
    display: block;
}
*/

.balloon_text_left_links {
	float: left;
    position: relative;
    padding: 0rem 1rem 0rem 1rem;
    border: 1px solid var(--balloon-left-links-border);
    border-radius: 10px;
    max-width: 100%;
    display: inline-block;
	background-color:var(--balloon-left-links-content);
	z-index: 10;
	/*min-height:6.3rem;
	margin-bottom:-0.7rem;*/
}


.balloon_text_left_links p {line-height:1.8rem;}

/*
.balloon p {
    margin: 0 0 20px;
}

.balloon p:last-child {
    margin-bottom: 0;
}
*/


/* 三角部分 */
.balloon_left_links:before {
                content: '';
                position: absolute;
                height: 40px;
                width: 40px;
                border-radius: 25px;
                z-index: 1;
                background: var(--balloon-left-links-tail);
                top: 17px;
                left: -18px;
}
.balloon_left_links:after {
                content: '';
                position: absolute;
                height: 40px;
                width: 40px;
                border-radius: 25px;
                z-index: 1;
                background: var(--balloon-left-links-back);
                top: 6px;
               left: -25px;
}
