@charset "UTF-8";
 .sb-type-rtail {
overflow: hidden;
line-height: 1.5;
color: #333333;
padding: 5px 20px;
margin: 0;
}
.sb-type-rtail > .sb-subtype-a:after,
.sb-type-rtail > .sb-subtype-b:after,
.sb-type-rtail > .sb-subtype-c:after,
.sb-type-rtail > .sb-subtype-d:after {
display: block;
clear: both;
content: "";
} .sb-type-rtail > .sb-subtype-a > .sb-speaker,
.sb-type-rtail > .sb-subtype-c > .sb-speaker {
float: left;
margin-right: -70px;
width: 70px;
}
.sb-type-rtail > .sb-subtype-b > .sb-speaker,
.sb-type-rtail > .sb-subtype-d > .sb-speaker {
float: right;
margin-left: -70px;
width: 70px;
} .sb-type-rtail > .sb-subtype-a > .sb-speaker > .sb-icon,
.sb-type-rtail > .sb-subtype-b > .sb-speaker > .sb-icon,
.sb-type-rtail > .sb-subtype-c > .sb-speaker > .sb-icon,
.sb-type-rtail > .sb-subtype-d > .sb-speaker > .sb-icon {
text-align: center;
height: 60px;
}
.sb-type-rtail > .sb-subtype-a > .sb-speaker > .sb-icon > img.sb-icon,
.sb-type-rtail > .sb-subtype-b > .sb-speaker > .sb-icon > img.sb-icon,
.sb-type-rtail > .sb-subtype-c > .sb-speaker > .sb-icon > img.sb-icon,
.sb-type-rtail > .sb-subtype-d > .sb-speaker > .sb-icon > img.sb-icon {
height: 60px;
width: 60px;
border-radius: 5px;
} .sb-type-rtail > .sb-subtype-a > .sb-speaker > .sb-name,
.sb-type-rtail > .sb-subtype-b > .sb-speaker > .sb-name,
.sb-type-rtail > .sb-subtype-c > .sb-speaker > .sb-name,
.sb-type-rtail > .sb-subtype-d > .sb-speaker > .sb-name {
overflow: hidden;
font-size: 12px;
text-align: center;
}     @media screen and (min-width:721px) {
.sb-type-rtail > .sb-subtype-a > .sb-content {
float: left;
position: relative;
margin-left: 80px;
margin-right: 80px;
}
}
@media screen and (max-width:720px) {
.sb-type-rtail > .sb-subtype-a > .sb-content {
float: left;
position: relative;
margin-left: 80px;
}
}
.sb-type-rtail > .sb-subtype-a > .sb-content:before {
position: absolute;
top:  -5px;
left: -11px;
z-index: 1;
height: 50px;
width: 50px;
border-radius: 25px;
background: #4FDCE2;
content: "";
}
.sb-type-rtail > .sb-subtype-a > .sb-content:after {
position: absolute;
top:  -16px;
left: -15px;
z-index: 2;
height: 45px;
width: 57px;
border-radius: 15px;
background: #FFFFFF;
content: "";
}
@media screen and (min-width:721px)
{
.sb-type-rtail > .sb-subtype-b > .sb-content {
float: right;
position: relative;
margin-right: 80px;
margin-left:  80px;
}
}
@media screen and (max-width:720px)
{
.sb-type-rtail > .sb-subtype-b > .sb-content {
float: right;
position: relative;
margin-right: 80px;
}
}
.sb-type-rtail > .sb-subtype-b > .sb-content:before {
position: absolute;
top:  -5px;
right: -11px;
z-index: 1;
height: 50px;
width: 50px;
border-radius: 25px;
background: #4FDCE2;
content: "";
}
.sb-type-rtail > .sb-subtype-b > .sb-content:after {
position: absolute;
top:  -16px;
right: -15px;
z-index: 2;
height: 45px;
width: 57px;
border-radius: 15px;
background: #FFFFFF;
content: "";
} .sb-type-rtail > .sb-subtype-a > .sb-content > .sb-speech-bubble,
.sb-type-rtail > .sb-subtype-b > .sb-content > .sb-speech-bubble {
position: relative;
padding: 17px 11px;
z-index: 3;
background: #4FDCE2;
border-radius: 5px;
}     @media screen and (min-width:721px) {
.sb-type-rtail > .sb-subtype-c > .sb-content {   
float: left;
position: relative;
padding-top: 14px;
margin-left: 100px;
margin-right: 80px;
}
}
@media screen and (max-width:720px) {
.sb-type-rtail > .sb-subtype-c > .sb-content {
float: left;
position: relative;
padding-top: 14px;
margin-left: 100px;
}
}
.sb-type-rtail > .sb-subtype-c > .sb-content:before {
position: absolute;
top: 24px;
left: -17px;
height: 14px;
width:  14px;
background-color: #4FDCE2;
border-color: #4FDCE2;
border-radius: 14px;
content: "";    
}
.sb-type-rtail > .sb-subtype-c > .sb-content:after {
position: absolute;
top: 20px;
left: -28px;
height: 9px;
width:  9px;
background-color: #4FDCE2;
border-color: #4FDCE2;
border-radius: 9px;
content: "";
}
@media screen and (min-width:721px) {
.sb-type-rtail > .sb-subtype-d > .sb-content {
float: right;
position: relative;
padding-top: 14px;
margin-left: 80px;
margin-right: 100px;
}
}
@media screen and (max-width:720px) {
.sb-type-rtail > .sb-subtype-d > .sb-content {
float: right;
position: relative;
padding-top: 14px;
margin-right: 100px;
}
}
.sb-type-rtail > .sb-subtype-d > .sb-content:before {
position: absolute;
top: 24px;
right: -17px;
height: 14px;
width:  14px;
background-color: #4FDCE2;
border-color: #4FDCE2;
border-radius: 14px;
content: "";
}
.sb-type-rtail > .sb-subtype-d > .sb-content:after {
position: absolute;
top: 20px;
right: -27px;
height: 9px;
width:  9px;
background-color: #4FDCE2;
border-color: #4FDCE2;
border-radius: 9px;
content: "";
} .sb-type-rtail > .sb-subtype-c > .sb-content > .sb-speech-bubble,
.sb-type-rtail > .sb-subtype-d > .sb-content > .sb-speech-bubble {
position: relative;
padding: 5px 10px;
z-index: 2;
background-color: #4FDCE2;
border-style: solid;
border-width: 1px;
border-color: #4FDCE2;
border-radius: 4px;
}
.sb-type-rtail > .sb-subtype-d > .sb-content > .sb-speech-bubble {
background-color: #4FDCE2;
border-color: #4FDCE2;
}