.chart_img {
 margin: 80px auto;
}

.pcH160_spH125 {
 height: 160px;
}

.font-ye {
 color: #fffab0;
}

.middle {
 position: absolute;
 top: -10px;
 left: 15%;
}
.font20s {
 font-size: 23px;
}

.floating {
 position: fixed;
 z-index: 9;
 bottom: 13%;
 right: 0;
 width: 190px;
 height: 211px;
 background: #41D4C0;
 box-shadow: 1px 1px 4px #413F3F29;
 border: 1px solid #CECECE;
 border-radius: 8px;
 cursor: pointer;
}

.floating:hover {
 opacity: .8;
}

.floating-message {
 text-align: center;
 margin: 15px 0 0;
 color: #fff;
 font-size: 17px;
}

.floating-message:before {
 content: "";
 display: inline-block;
 width: 1px;
 height: 15px;
 position: absolute;
 top: 23px;
 left: 40px;
 transform: rotate(-30deg);
 background-color: #fff;
}

.floating-message:after {
 content: "";
 display: inline-block;
 width: 1px;
 height: 15px;
 position: absolute;
 top: 23px;
 right: 40px;
 transform: rotate(30deg);
 background-color: #fff;
}

.floating-text {
 line-height: 1.4;
 text-align: center;
 margin: 10px 0;
 color: #fffab0;
 font-size: 17px;
}

.floating-img {
 width: 93px;
 margin: auto 25%;
}

.sp_br {
 display: none;
}

@media (max-width: 812px) {
.chart_img {
 margin: 15%;
}
#contentWrap.haken .sp_mg {
 margin: 40px auto 0!important;
}
.pcH160_spH125 {
 height: 125px;
}
.floating {
 display: none;
}
.middle {
 left: 19%;
}
.sp_br {
 display: block;
}
}