.epb-circle-graph,.epb-circle-graph__inner{align-items:center;display:flex;flex-direction:column;justify-content:center}.epb-circle-graph__inner{border-radius:50%;height:var(--epb-circle-graph-size-pc);position:relative;text-align:center;width:var(--epb-circle-graph-size-pc)}.epb-circle-graph.epb-has-circle-graph-mobile-size .epb-circle-graph__inner{height:var(--epb-circle-graph-size-sp);width:var(--epb-circle-graph-size-sp)}@media screen and (min-width:600px){.epb-circle-graph.epb-has-circle-graph-mobile-size .epb-circle-graph__inner{height:var(--epb-circle-graph-size-tablet);width:var(--epb-circle-graph-size-tablet)}}@media screen and (min-width:960px){.epb-circle-graph.epb-has-circle-graph-mobile-size .epb-circle-graph__inner{height:var(--epb-circle-graph-size-pc);width:var(--epb-circle-graph-size-pc)}}.epb-circle-graph__micro-text{color:var(--epb-circle-graph-micro-text-color);font-size:var(--epb-circle-graph-micro-text-size-pc);font-weight:var(--epb-circle-graph-micro-text-font-weight);letter-spacing:var(--epb-circle-graph-micro-text-letter-spacing);line-height:var(--epb-circle-graph-micro-text-line-height)}.epb-circle-graph.epb-has-micro-mobile-text-size .epb-circle-graph__micro-text{font-size:var(--epb-circle-graph-micro-text-size-sp)}@media screen and (min-width:600px){.epb-circle-graph.epb-has-micro-mobile-text-size .epb-circle-graph__micro-text{font-size:var(--epb-circle-graph-micro-text-size-tablet)}}@media screen and (min-width:960px){.epb-circle-graph.epb-has-micro-mobile-text-size .epb-circle-graph__micro-text{font-size:var(--epb-circle-graph-micro-text-size-pc)}}.epb-circle-graph__body-text{color:var(--epb-circle-graph-body-text-color);font-size:var(--epb-circle-graph-body-text-size-pc);font-weight:var(--epb-circle-graph-body-text-font-weight);letter-spacing:var(--epb-circle-graph-body-text-letter-spacing);line-height:var(--epb-circle-graph-body-text-line-height)}.epb-circle-graph.epb-has-body-mobile-text-size .epb-circle-graph__body-text{font-size:var(--epb-circle-graph-body-text-size-sp)}@media screen and (min-width:600px){.epb-circle-graph.epb-has-body-mobile-text-size .epb-circle-graph__body-text{font-size:var(--epb-circle-graph-body-text-size-tablet)}}@media screen and (min-width:960px){.epb-circle-graph.epb-has-body-mobile-text-size .epb-circle-graph__body-text{font-size:var(--epb-circle-graph-body-text-size-pc)}}.epb-circle-graph__legend{list-style-type:none!important;margin:24px 0 0!important}.epb-circle-graph.is-style-epb-direction-row{flex-direction:row}.epb-circle-graph.is-style-epb-direction-row .epb-circle-graph__legend{margin:0 0 0 32px!important}@media screen and (min-width:600px){.epb-circle-graph.is-style-epb-direction-row .epb-circle-graph__legend{margin:0 0 0 72px!important}}.epb-circle-graph__legend li{align-items:center;display:flex;margin-bottom:0!important;margin-top:0!important}.epb-circle-graph__legend li:before{content:"";display:inline-block;height:10px;margin-right:8px;width:18px}.epb-circle-graph__legend li:first-child:before{background-color:var(--epb-circle-graph-01-background-color)}.epb-circle-graph__legend li:nth-child(2):before{background-color:var(--epb-circle-graph-02-background-color)}.epb-circle-graph__legend li:nth-child(3):before{background-color:var(--epb-circle-graph-03-background-color)}.epb-circle-graph__legend li:nth-child(4):before{background-color:var(--epb-circle-graph-04-background-color)}.epb-circle-graph__legend li:nth-child(5):before{background-color:var(--epb-circle-graph-05-background-color)}.epb-circle-graph__legend span{color:var(--epb-circle-graph-label-color);font-size:14px;font-weight:700;line-height:1.5}