.speech-bubble-comp{margin-bottom:40px;position:relative}
.speech-bubble-comp.type-icon{display:flex;justify-content:space-between;align-items:flex-start}
.speech-bubble-comp.type-icon source{display:none}
.speech-bubble-comp.type-icon.type-reverse{flex-direction:row-reverse}
.speech-bubble-comp.type-left{padding-left:30px !important}
.speech-bubble-comp.type-right{padding-right:30px !important}
.speech-bubble-comp__desc{padding:20px;line-height:1.7em;font-size:17px;border-radius:20px;position:relative;background:#fff;border:3px solid #f0f1f3;word-break:break-all}
.speech-bubble-comp__desc.f-size-small{font-size:14px}
.speech-bubble-comp__desc.f-size-medium{font-size:16px}
.speech-bubble-comp__desc.f-size-big{font-size:17px}
.type-icon .speech-bubble-comp__desc{width:calc(100% - 80px);margin-left:22px}
.type-icon .speech-bubble-comp__desc:before{content:"";position:absolute;left:-9px;top:16px;display:inline-block;width:12px;height:12px;background-color:#fff;border-top:transparent;border-right:transparent;border-bottom:3px solid #f0f1f3;border-left:3px solid #f0f1f3;transform:skewX(-45deg)}
.type-icon.type-w30 .speech-bubble-comp__desc{width:calc(100% - 52px)}
.type-icon.type-w40 .speech-bubble-comp__desc{width:calc(100% - 62px)}
.type-icon.type-w50 .speech-bubble-comp__desc{width:calc(100% - 72px)}
.type-icon.type-w60 .speech-bubble-comp__desc{width:calc(100% - 82px)}
.type-reverse .speech-bubble-comp__desc{margin:0 10px 0 0}
.type-reverse .speech-bubble-comp__desc:before{left:auto;right:-9px;border-top:transparent;border-right:3px solid #f0f1f3;border-bottom:3px solid #f0f1f3;border-left:transparent;transform:skewX(45deg)}
.type-reverse.type-w30 .speech-bubble-comp__desc{width:calc(100% - 52px)}
.type-reverse.type-w40 .speech-bubble-comp__desc{width:calc(100% - 62px)}
.type-reverse.type-w50 .speech-bubble-comp__desc{width:calc(100% - 72px)}
.type-reverse.type-w60 .speech-bubble-comp__desc{width:calc(100% - 82px)}
.type-left .speech-bubble-comp__desc{padding-left:30px}
.type-right .speech-bubble-comp__desc{padding-right:30px}
.speech-bubble-comp__desc.bg-cms-black::before{background:#000}
.speech-bubble-comp__desc.bg-cms-white::before{background:#fff}
.speech-bubble-comp__desc.bg-cms-gray::before{background:#666}
.speech-bubble-comp__desc.bg-cms-white-gray:before{border-color:#f0f1f3}
.speech-bubble-comp__desc.border-cms-black:before{border-color:#000}
.speech-bubble-comp__desc.border-cms-white:before{border-color:#fff}
.speech-bubble-comp__desc.border-cms-gray:before{border-color:#666}
.speech-bubble-comp__desc.border-white-gray:before{border-color:#f0f1f3}
.speech-bubble-comp__desc.border-w1px:before{border-width:1px;left:-7px}
.speech-bubble-comp__desc.border-w2px:before{border-width:2px;left:-10px}
.speech-bubble-comp__desc.border-w3px:before{border-width:3px}
.speech-bubble-comp__icon{position:absolute;z-index:1}
.type-w60 .speech-bubble-comp__icon{width:60px}
.type-w50 .speech-bubble-comp__icon{width:50px}
.type-w40 .speech-bubble-comp__icon{width:40px}
.type-w30 .speech-bubble-comp__icon{width:30px}
.type-icon .speech-bubble-comp__icon{position:static;margin-top:15px}
.type-left .speech-bubble-comp__icon{left:0}
.type-right .speech-bubble-comp__icon{right:0}
.speech-bubble-comp__icon.type-top{top:0}
.speech-bubble-comp__icon.type-middle{top:50%;transform:translateY(-50%)}
.speech-bubble-comp__icon.type-bottom{bottom:0}
.speech-bubble-comp__icon.type-circle{border-radius:50%}