@charset "utf-8";
.chart_content{
    width:100%;
    height: fit-content;
    min-height: 270px;
    position: relative;
    padding: 20px 0;
}
/*.chart_bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 188px;
    height: 188px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0% 25%);
    background-color: #131313;
}
.chart_bg:after{
    display: block;
    position: absolute;
    top: 2px; bottom: 2px;
    left: 2px; right: 2px;
    content: '';
    background: #fff;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0% 25%);
}*/
#chart_map{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 188px;
    height: 188px;
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%,50% 50%);
    transition: 1s;
    background: rgba(229,72,22,.3);
/*    background: #E54816;*/
    transform: scale(1.01, 1.01);

}
/*#chart_map_border{
       position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 188px;
    height: 188px;
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%,50% 50%);
    transition: 1s;
background: rgba(255,255,255,.8);
transform: scale(0.97, 0.97) translate(0.2px);
}*/
#chart_img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
    width: 188px;
    height: 188px;
}
.chart{
    position: relative;
    display: block;
}
.chart_data{
    position: absolute;
    z-index: 3;
    height: 100%;

    max-width: 300px;
    margin: auto;
    right: 0;
    left: 0;
}
.chart_data dt{
    color: #151515;
    font-size: 11px;
    width: fit-content;
    position: absolute;
    max-width: 65px;
    line-height: 1.1em;
        text-align: center;
}
.chart_data dd{
    color: #151515;
    font-weight: bold;
    font-size: 16px;
    width: fit-content;
    position: absolute;
    padding-top: 10px;
    text-align: center;
}
.chart_data dt:nth-child(1),
.chart_data dd:nth-child(2){
    left: 0;
    right: 0;
    top: 8px;
    margin: auto;
}
.chart_data dt:nth-child(3),
.chart_data dd:nth-child(4){
   left: calc(50% + 85px);
    top: 26%;
    margin: auto;
}
.chart_data dd:nth-child(4){
    width: 35px;
}
.chart_data dt:nth-child(5),
.chart_data dd:nth-child(6){
   left: calc(50% + 90px);
    top: 60%;
    margin: auto;
}
.chart_data dd:nth-child(6){
    width: 65px;
    padding-top: 20px;
}
.chart_data dt:nth-child(7),
.chart_data dd:nth-child(8){
   left: 0;
   right: 0;
    top: 86%;
    margin: auto;
}
.chart_data dt:nth-child(9),
.chart_data dd:nth-child(10){
   right: calc(50% + 90px);
    top: 60%;
    margin: auto;
}
.chart_data dd:nth-child(10){
    width: 35px;
}
.chart_data dt:nth-child(11),
.chart_data dd:nth-child(12){
   right: calc(50% + 85px);
    top: 25%;
    margin: auto;
}
.chart_data dd:nth-child(12){
    width: 46px;
}
.chart_all_num {
    font-weight: normal;
    font-size: 1.2rem;
}
.chart_all_num span{
font-weight: bold;
    font-size: 1.6rem;
}
/*****PC*****/
@media screen and (min-width: 1025px) {


}

/*****SP*****/
@media screen and (max-width: 1024px) {
    .chart_data{
        width: calc(100vw - 32px);
    }
}
