.s-ripple{
    cursor: pointer;
    position: fixed;
    width: 17%;
    max-width:331px;
    z-index: 1000;
    bottom: 28%;
    left: 2%;
}
.s-ripple .min-tel{
    -webkit-animation: tada 1.5s linear normal both infinite;
    -o-animation: tada 1.5s linear normal both infinite;
    animation: tada 1.5s linear normal both infinite;
    position:absolute;
    width:100%;
    left:0;
    top:0;
}
@media screen and (min-width:520px) {
    .subject_kst{width:400px; margin-left:-200px;}
    #kst_tc{width:160px;}
    .s-ripple{width:100px;}
}
