@charset "UTF-8";
/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

    version: 1.0
    created: 2017/01/01
    update : -

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Kosugi&display=swap&subset=japanese");
@font-face {
  font-family: "icon";
  src: url("../../fonts/icon.woff");
}

.icon-index_ico_check {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E001";
  vertical-align: middle;
}

.icon-mod_ico_angle_down {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E002";
  vertical-align: middle;
}

.icon-mod_ico_angledown {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E003";
  vertical-align: middle;
}

.icon-mod_ico_arrow {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  vertical-align: middle;
}

.icon-mod_ico_blank {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E005";
  vertical-align: middle;
}

.icon-mod_ico_check {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E006";
  vertical-align: middle;
}

.icon-mod_ico_equal {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E007";
  vertical-align: middle;
}

.icon-mod_ico_heart {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E008";
  vertical-align: middle;
}

.icon-mod_ico_minus {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E009";
  vertical-align: middle;
}

.icon-mod_ico_pdf {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E00A";
  vertical-align: middle;
}

.icon-mod_ico_plus {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E00B";
  vertical-align: middle;
}

.icon-mod_ico_times {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E00C";
  vertical-align: middle;
}

/*====================================================================================================

format

====================================================================================================*/
html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

p {
  margin-top: 0;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
  letter-spacing: -.5em;
}

li {
  letter-spacing: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

table th > *:last-child,
table td > *:last-child {
  margin-bottom: 0 !important;
}

hr {
  display: none;
}

img {
  display: inline-block;
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

li img {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  vertical-align: middle;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
  appearance: none;
}

button {
  display: inline-block;
  border: none;
  padding: 0;
  background: none;
}

button::-moz-focus-inner {
  border: none;
  padding: 0;
}

:placeholder-shown {
  color: #cccccc;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #cccccc;
}

em,
address,
small {
  font-style: normal;
}

em {
  font-weight: 700;
}

article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
mark,
audio,
video,
picture,
source,
main {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  outline: 0;
}

fieldset {
  margin: 0;
  border: none;
  padding: 0;
}

@font-face {
  font-family: 'icomoon02';
  src: url("/woman_healthcare_project/fonts/icomoon02.eot?39qqqn");
  src: url("/woman_healthcare_project/fonts/icomoon02.eot?39qqqn#iefix") format("embedded-opentype"), url("/woman_healthcare_project/fonts/icomoon02.ttf?39qqqn") format("truetype"), url("/woman_healthcare_project/fonts/icomoon02.woff?39qqqn") format("woff"), url("/woman_healthcare_project/fonts/icomoon02.svg?39qqqn#icomoon02") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon02' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mod_arw_01:before {
  content: "\e903";
}

.icon-mod_ico_outlink_01:before {
  content: "\e900";
}

.icon-mod_ico_cArw_01 .path1:before {
  content: "\e901";
  color: #9d988d;
}

.icon-mod_ico_cArw_01 .path2:before {
  content: "\e902";
  margin-left: -1em;
  color: #d6d5d0;
}

/*====================================================================================================

base

====================================================================================================*/
@font-face {
  font-family: "Original Yu Gothic";
  font-weight: 400;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Original Yu Gothic";
  font-weight: 700;
  src: local("Yu Gothic Bold");
}

@media screen and (max-width: 374px) {
  html {
    font-size: 12px;
  }
}

body {
  color: #1A2229;
  font-family: "Original Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Verdana, Roboto, "Segoe UI", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

a {
  color: #0078dc;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    cursor: text;
    text-decoration: none;
    pointer-events: none;
  }
  a[href*="tel:"] img {
    cursor: default;
  }
}

button,
input,
select,
textarea {
  font-family: "Original Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Verdana, Roboto, "Segoe UI", sans-serif;
}

@media (min-width: 768px) {
  button,
  input,
  select,
  textarea {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  button,
  input,
  select,
  textarea {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

#document {
  overflow: hidden;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #document {
    min-width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  #document {
    min-width: 320px;
  }
}

.loadWindow {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  transition: opacity .3s ease;
}

.loadWindow.is_anim {
  opacity: 0;
}

/* Header
--------------------------------------------------------------------------------------------------- */
#gheader {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 3px 20px rgba(26, 34, 41, 0.05);
  background: #fff;
  transition: height .5s ease;
}

@media (min-width: 768px) {
  #gheader {
    position: absolute;
    padding: 0 60px;
    height: 128px;
  }
}

@media screen and (max-width: 767px) {
  #gheader {
    padding: 0 30px;
    position: fixed;
    height: 100px;
    overflow: visible;
  }
}

#gheader.is_anim {
  opacity: 1;
}

#gheader .title {
  margin: 0;
}

@media (min-width: 768px) {
  #gheader .title img {
    width: 160px;
    height: auto;
    transition: .3s ease;
  }
}

@media screen and (max-width: 767px) {
  #gheader .title {
    width: 135px;
  }
}

#gheader .logo {
  margin: 0;
  z-index: 2;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #gheader .logo img {
    width: 140px;
  }
}

#gheader .logo.is_reset {
  opacity: 0;
}

#gheader .logo.is_anim {
  transition: opacity .8s ease 2.4s;
}

@media (min-width: 768px) {
  #gheader .menuBtn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #gheader .menuBtn {
    height: 30px;
    width: 30px;
    position: relative;
  }
  #gheader .menuBtn::before, #gheader .menuBtn::after {
    content: '';
    position: absolute;
    border-top: 2px solid currentColor;
    width: 100%;
    left: 0;
  }
  #gheader .menuBtn::before {
    top: 9px;
  }
  #gheader .menuBtn::after {
    bottom: 10px;
  }
}

@media (min-width: 768px) {
  #gheader .closeBtn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #gheader .closeBtn {
    background: #606E79;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: relative;
    transform: rotate(45deg);
    position: fixed;
    top: 30px;
    right: 25px;
    z-index: 11;
  }
  #gheader .closeBtn::before, #gheader .closeBtn::after {
    content: '';
    height: 2px;
    background: #fff;
    width: 20px;
    position: absolute;
  }
  #gheader .closeBtn::before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #gheader .closeBtn::after {
    transform: rotate(90deg);
    top: calc(50% - 1px);
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  #gheader .navigation {
    padding: 31px 30px;
    position: absolute;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    height: 100vh;
    overflow-y: auto;
    z-index: 40;
    background: #fff;
    top: 0;
    left: 0;
    display: none;
  }
  #gheader .navigation.is_open {
    display: flex;
  }
}

#gheader .gnav {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

#gheader .gnav a {
  color: currentColor;
  text-decoration: none;
}

#gheader .gnav > li > ul {
  font-weight: normal;
}

#gheader .gnav > li > ul > li a {
  display: inline-block;
}

#gheader .gnav > li > ul > li a::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  color: #0078dc;
  font-size: 9px;
  line-height: 9px;
  vertical-align: middle;
  position: absolute;
  right: 5px;
  transition: right .3s ease;
}

#gheader .gnav > li > ul > li a[target="_blank"]::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E005";
  color: #0078dc;
  font-size: 9px;
  line-height: 9px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  #gheader .gnav {
    display: flex;
    font-size: 1rem;
    line-height: 1.5;
  }
  #gheader .gnav > li {
    margin: 0 21px 0 0;
    position: relative;
    cursor: pointer;
  }
  #gheader .gnav > li:nth-child(n+2)::before {
    content: '';
    border-right: 1px solid #dee1e3;
    height: 16px;
    margin-right: 20px;
  }
  #gheader .gnav > li:last-child {
    margin-right: 0;
  }
  #gheader .gnav > li::after {
    opacity: 0;
    content: '';
    border-bottom: 1px solid currentColor;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    transition: opacity .5s ease;
  }
  #gheader .gnav > li > ul {
    visibility: hidden;
    opacity: 0;
    box-sizing: border-box;
    position: absolute;
    top: 77px;
    width: 325px;
    background: #fff;
    padding: 20px 40px;
    transition: .5s ease;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(26, 34, 41, 0.1);
  }
  #gheader .gnav > li > ul.is_visible {
    visibility: visible;
    opacity: 1;
  }
  #gheader .gnav > li > ul.is_visible::before {
    content: '';
    height: 100px;
    width: 100%;
    position: absolute;
    top: -60px;
  }
  #gheader .gnav > li > ul[class*="_right"] {
    right: 0;
    left: auto;
    font-size: 1rem;
    line-height: 1.5;
  }
  #gheader .gnav > li > ul[class*="_right"] > li a::after {
    top: 27px;
  }
  #gheader .gnav > li > ul > li {
    position: relative;
  }
  #gheader .gnav > li > ul > li + li {
    border-top: 1px solid #eceeef;
  }
  #gheader .gnav > li > ul > li a {
    position: relative;
    display: block;
    transition: .3s ease;
    padding: 16px 0;
  }
  #gheader .gnav > li > ul > li a::after {
    top: 50%;
    transform: translateY(-50%);
  }
  #gheader .gnav > li > ul > li a:hover {
    font-weight: 700;
  }
  #gheader .gnav > li > ul > li a:hover::after {
    right: 0;
  }
  #gheader .gnav > li > ul > li a[target="_blank"]:hover::after {
    right: 5px;
  }
  #gheader .gnav > li > ul > li > span {
    position: relative;
    display: block;
    padding: 16px 0;
  }
  #gheader .gnav > li > ul > li > ul {
    margin: -3px 0 0 15px;
    padding-bottom: 15px;
  }
  #gheader .gnav > li > ul > li > ul > li a {
    padding: 0;
  }
  #gheader .gnav > li > ul > li > ul > li:nth-of-type(n+2) {
    margin-top: 7px;
  }
  #gheader .gnav > li:hover::after {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  #gheader .gnav {
    margin: 40px 0 0;
  }
  #gheader .gnav > li {
    position: relative;
  }
  #gheader .gnav > li > span,
  #gheader .gnav > li > a {
    padding: 20px 10px;
    display: block;
    border-bottom: 1px solid #eceeef;
    position: relative;
  }
  #gheader .gnav > li > span::after,
  #gheader .gnav > li > a::after {
    position: absolute;
    right: 10px;
    top: 22px;
  }
  #gheader .gnav > li > span::after {
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: "\E00B";
    color: #0078dc;
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
  }
  #gheader .gnav > li > a::after {
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: "\E004";
    color: #0078dc;
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
  }
  #gheader .gnav > li.is_open > span::after {
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: "\E009";
    color: #0078dc;
    font-size: 13px;
    line-height: 13px;
    vertical-align: middle;
  }
  #gheader .gnav > li > ul {
    display: none;
    padding: 20px 6px 10px 20px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  #gheader .gnav > li > ul.is_open {
    display: block;
  }
  #gheader .gnav > li > ul[class*="_right"] {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  #gheader .gnav > li > ul > li a {
    display: inline-block;
    padding: 10px 0;
    position: relative;
    width: 100%;
  }
  #gheader .gnav > li > ul > li a::after {
    top: 50%;
    transform: translateY(-50%);
  }
  #gheader .gnav > li > ul > li > span {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
  }
  #gheader .gnav > li > ul > li > ul {
    margin: 2px 0 0 15px;
    padding-bottom: 13px;
  }
  #gheader .gnav > li > ul > li > ul > li a {
    padding: 0;
  }
  #gheader .gnav > li > ul > li > ul > li:nth-of-type(n+2) {
    margin-top: 8px;
  }
}

#gheader .links {
  display: flex;
}

@media (min-width: 768px) {
  #gheader .links {
    margin: 0 0 20px;
    justify-content: flex-end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  #gheader .links {
    order: 3;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
    padding-bottom: 60px;
  }
}

#gheader .links .youtube {
  color: #606E79;
  text-decoration: none;
}

#gheader .links .youtube::after {
  display: inline-block;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E005";
  color: currentColor;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  margin: -3px 0 0 5px;
}

@media (min-width: 768px) {
  #gheader .links .youtube {
    font-size: 0.75rem;
    line-height: 1;
    display: inline-block;
    margin-right: 20px;
  }
}

#gheader.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  #gheader.is_fixed {
    height: 108px;
  }
}

/* GlobalNavigation
--------------------------------------------------------------------------------------------------- */
#gnav {
  position: relative;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #gnav {
    width: 1000px;
  }
  #gnav .menu {
    display: none;
  }
  #gnav ul {
    justify-content: space-between;
  }
  #gnav ul > li {
    flex: 1;
  }
  #gnav ul > li a {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #gnav .menu {
    position: absolute;
    top: -50px;
    right: 0;
  }
  #gnav ul {
    flex-direction: column;
  }
  #gnav ul > li {
    border-bottom: 1px solid currentColor;
    padding: 10px;
  }
}

#gnav ul {
  display: flex;
  margin: 0;
}

#gnav ul > li a {
  display: block;
  text-decoration: none;
}

/* Breadcrumb
--------------------------------------------------------------------------------------------------- */
#breadcrumb ol {
  position: relative;
  font-size: 0.875rem;
}

#breadcrumb ol > li {
  display: inline;
}

#breadcrumb ol > li a {
  text-decoration: none;
  color: #0078dc;
}

#breadcrumb ol > li:not(:last-of-type)::after {
  width: 2em;
  content: ">";
  text-align: center;
  display: inline-block;
}

#breadcrumb ol > li em {
  font-weight: 400;
}

@media (min-width: 768px) {
  #breadcrumb ol {
    margin: 0;
    padding: 36px 0 0;
    max-width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  #breadcrumb ol {
    margin: 17px 30px;
  }
}

@media (min-width: 768px) {
  #breadcrumb {
    margin: 0 -100px 10px;
  }
}

@media (max-width: 1220px) {
  #breadcrumb {
    margin: 0 0 10px;
    width: 100vw;
  }
}

/* MainContents
--------------------------------------------------------------------------------------------------- */
#container {
  position: relative;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #container {
    width: 1000px;
  }
}

#wrapper {
  display: flex;
}

@media (min-width: 768px) {
  #wrapper {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  #wrapper {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  #wrapper #mainContents {
    padding-right: 30px;
  }
}

/* SubContents
--------------------------------------------------------------------------------------------------- */
/* Footer
--------------------------------------------------------------------------------------------------- */
#footer {
  position: relative;
  z-index: 10;
}

#footer::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #ffffff;
}

@media (min-width: 1001px) {
  #footer::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}

@media screen and (min-width: 769px) {
  #footer {
    min-width: 980px;
    line-height: 1;
  }
  #footer .inner01Wrap .inner01 .fNav01 li,
  #footer .inner02Wrap .inner02 .fNav02 li {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
  }
  #footer .inner01Wrap .inner01 .fNav01 li:first-of-type,
  #footer .inner02Wrap .inner02 .fNav02 li:first-of-type {
    padding-left: 0;
  }
  #footer .inner01Wrap .inner01 .fNav01 li:last-of-type::after,
  #footer .inner02Wrap .inner02 .fNav02 li:last-of-type::after {
    content: none;
  }
  #footer .inner01Wrap {
    background: #fff;
  }
  #footer .inner01Wrap .inner01 {
    display: table;
    width: 980px;
    margin: 0 auto;
    direction: rtl;
  }
  #footer .inner01Wrap .inner01 .fLogo {
    display: table-cell;
    vertical-align: bottom;
    direction: ltr;
    text-align: right;
    padding: 27px 10px 5px 0;
  }
  #footer .inner01Wrap .inner01 .fNav01 {
    display: table-cell;
    vertical-align: bottom;
    direction: ltr;
    padding: 0 0 14px 10px;
  }
  #footer .inner01Wrap .inner01 .fNav01:after {
    content: "";
    clear: both;
    display: block;
  }
  #footer .inner01Wrap .inner01 .fNav01 li {
    float: left;
  }
  #footer .inner01Wrap .inner01 .fNav01 li::after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    width: 2px;
    height: 15px;
    background-color: #c5c8ca;
  }
  #footer .inner02Wrap {
    background: #51595f;
    padding: 23px 0;
  }
  #footer .inner02Wrap .inner02 {
    display: table;
    width: 980px;
    margin: 0 auto;
  }
  #footer .inner02Wrap .inner02 .fNav02 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
  }
  #footer .inner02Wrap .inner02 .fNav02:after {
    content: "";
    clear: both;
    display: block;
  }
  #footer .inner02Wrap .inner02 .fNav02 li {
    position: relative;
    float: left;
    padding: 0 15px;
  }
  #footer .inner02Wrap .inner02 .fNav02 li:nth-last-of-type(n+2):after {
    position: absolute;
    display: block;
    content: '';
    top: 1px;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #fff;
  }
  #footer .inner02Wrap .inner02 .fNav02 li a {
    display: block;
    color: #fff;
    font-size: 0.75rem;
    text-decoration: none;
  }
  #footer .inner02Wrap .inner02 .fNav02 li a .icon-mod_ico_cArw_01 {
    display: none;
  }
  #footer .inner02Wrap .inner02 #copy {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
    padding-right: 10px;
  }
  #footer .inner02Wrap .inner02 #copy small {
    display: inline-block;
    text-indent: -9999px;
    text-align: left;
    height: 19px;
    width: 288px;
    background: url(/woman_healthcare_project/images/common/_footer_copyright.gif) 50% 50% no-repeat;
  }
}

@media screen and (max-width: 768px) {
  #footer {
    min-width: 320px;
    position: relative;
    left: 0;
    transition: left 0.5s;
  }
  #footer .inner02Wrap {
    background: #f7f7f5;
    padding: 27px 1px;
  }
  #footer .inner02Wrap .inner02 {
    display: block;
    width: auto;
  }
  #footer .inner02Wrap .inner02 .fNav02 {
    display: block;
    padding-left: 0;
    text-align: center;
    padding-bottom: 10px;
  }
  #footer .inner02Wrap .inner02 .fNav02 li {
    float: none;
    display: inline-block;
    width: auto;
    padding: 0 7px;
    margin-bottom: 10px;
  }
  #footer .inner02Wrap .inner02 .fNav02 li a {
    display: block;
    text-indent: 0;
    text-decoration: none;
    color: #4e432c;
    font-size: 0.714rem;
    width: auto !important;
    height: auto !important;
    background: none !important;
  }
  #footer .inner02Wrap .inner02 .fNav02 li a .icon-mod_ico_cArw_01 {
    display: inline;
    position: relative;
    bottom: -1px;
    padding-right: 7px;
    font-size: 0.857rem;
  }
  #footer .inner02Wrap .inner02 #copy {
    display: block;
    text-align: center;
    padding-right: 0;
  }
  #footer .inner02Wrap .inner02 #copy a {
    color: #4e432c;
    text-decoration: none;
    font-size: 0.643rem;
  }
  #footer .inner02Wrap .inner02 #copy a small {
    display: inline-block;
    text-indent: 0;
    text-align: center;
    height: auto;
    width: auto;
    background: none;
  }
  #footer a[target="_blank"]:after,
  #footer .footerNavWrap a[target="_blank"]:after {
    content: '';
    display: none;
  }
  #footer .inner01Wrap {
    display: block;
  }
  #footer .inner01Wrap .inner01 {
    display: table;
    width: 100%;
    margin: 0 auto;
    direction: rtl;
  }
  #footer .inner01Wrap .inner01 .fLogo {
    display: none;
  }
  #footer .inner02Wrap {
    background: #51595f;
    padding: 35px 1px;
  }
  #footer .inner02Wrap .inner02 .fNav02 li {
    padding: 0;
  }
  #footer .inner02Wrap .inner02 .fNav02 li a {
    position: relative;
    display: block;
    text-indent: 0;
    font-size: 14px;
    width: auto !important;
    height: auto !important;
    background: none !important;
    font-weight: normal;
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.6);
  }
  #footer .inner02Wrap .inner02 .fNav02 li:nth-of-type(odd) a {
    padding-right: 10px;
  }
  #footer .inner02Wrap .inner02 .fNav02 li:nth-of-type(even) a {
    padding-left: 5px;
  }
  #footer .inner02Wrap .inner02 .fNav02 li:nth-of-type(odd) a::after {
    position: absolute;
    display: block;
    content: "" !important;
    padding: 0;
    top: 3px;
    right: 0;
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  #footer .inner02Wrap .inner02 .fNav02 li:last-of-type a::after {
    display: none;
  }
  #footer .inner02Wrap .inner02 #copy a small {
    color: rgba(255, 255, 255, 0.6);
  }
}

/*====================================================================================================

    module

====================================================================================================*/
/* section module
--------------------------------------------------------------------------------------------------- */
.m_section {
  position: relative;
  padding: 50px 0;
}

.m_section[class*="_border"]::before {
  z-index: -1;
  position: absolute;
  right: 0;
  left: 0;
  content: "";
}

.m_section[class*="_borderTop"]::before {
  top: 0;
  border-top: 1px solid;
}

.m_section[class*="_borderBottom"]::before {
  bottom: 0;
  border-bottom: 1px solid;
}

.m_section[class*="_fullBg"]::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: -1000%;
  bottom: 0;
  left: -1000%;
  content: "";
}

/* heading module
--------------------------------------------------------------------------------------------------- */
.m_textHeading {
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .m_textHeading {
    font-size: 1.125rem;
  }
}

.m_imageHeading {
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .m_imageHeading img {
    max-width: 100%;
    height: auto;
  }
}

/* box module
--------------------------------------------------------------------------------------------------- */
.m_box {
  margin: 0 0 20px;
  border: solid #ebe4d9;
  border-width: 1px 0;
  padding: 20px;
  background: #eeeeee;
}

.m_box > *:last-child {
  margin-bottom: 0 !important;
}

.m_box[class*="_border"] {
  border: 1px solid;
}

.m_box[class*="_nobg"] {
  background-color: transparent;
}

.m_media {
  margin: 0 0 1.5em;
}

.m_media .body > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .m_media {
    display: flex;
    gap: 0 50px;
  }
  .m_media .image {
    flex-shrink: 0;
  }
  .m_media .body {
    flex-grow: 1;
  }
  .m_media[class*="_flipped"] {
    flex-direction: row-reverse;
  }
  .m_media[class*="_alignTop"] {
    align-items: flex-start;
  }
  .m_media[class*="_alignMiddle"] {
    align-items: center;
  }
  .m_media[class*="_alignbottom"] {
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .m_media .image {
    text-align: center;
  }
  .m_media .image img {
    max-width: 100%;
    height: auto;
  }
  .m_media .image:last-child,
  .m_media .body:last-child {
    margin: 20px 0 0;
  }
}

.m_column {
  display: flex;
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .m_column {
    justify-content: space-between;
  }
  .m_column[class*="_pcCol2"] > .column {
    width: calc(100% / 2 - 20px);
  }
  .m_column[class*="_pcCol3"] > .column {
    width: 29.4%;
    width: calc(100% / 3 - 20px);
  }
  .m_column[class*="_pcCol4"] > .column {
    width: calc(100% / 4 - 20px);
  }
}

@media screen and (max-width: 767px) {
  .m_column:not([class*="_spCol"]) {
    flex-direction: column;
  }
  .m_column > .column {
    margin: 0 0 30px;
  }
  .m_column[class*="_spCol"] > li {
    width: calc(100% / 2 - 10px);
  }
}

.m_column > .column > *:last-child {
  margin-bottom: 0 !important;
}

.m_column > .column > section > *:last-child {
  margin-bottom: 0 !important;
}

.m_message {
  font-weight: 700;
}

@media (min-width: 768px) {
  .m_message {
    display: grid;
    grid-template-columns: 1fr auto auto 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: '. image . .' '. image mark .' '. image text .' '. image . .';
  }
}

@media screen and (max-width: 767px) {
  .m_message {
    display: flex;
    flex-direction: column;
  }
}

.m_message .image {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .m_message .image {
    grid-area: image;
    align-self: center;
  }
}

.m_message .mark {
  position: relative;
  text-align: center;
  z-index: 1;
}

@media (min-width: 768px) {
  .m_message .mark {
    grid-area: mark;
    margin-bottom: 12px;
  }
}

.m_message .mark.js_anim.is_reset {
  transform: scale(0);
}

.m_message .mark.js_anim.is_anim {
  transition: transform 1s cubic-bezier(1, -0.03, 0.575, 1.38);
}

.m_message .text01 {
  position: relative;
  text-align: center;
  z-index: 0;
}

@media (min-width: 768px) {
  .m_message .text01 {
    margin: -6px 0 0;
    grid-area: text;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .m_message .text01 {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.33333;
  }
}

.m_message .text01::before {
  position: absolute;
  content: "";
  z-index: -1;
  border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  animation: moyamoya 5s linear infinite;
}

@media (min-width: 768px) {
  .m_message[class*="_flipped"] {
    grid-template-areas: '. . image .' '. mark image .' '. text image .' '. . image .';
  }
  .m_message[class*="_flipped"] > .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 3;
  }
  .m_message[class*="_flipped"] > .mark {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .m_message[class*="_flipped"] > .text01 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}

@media screen and (max-width: 767px) {
  .m_message[class*="_flipped"] .image {
    order: 3;
  }
  .m_message[class*="_flipped"] .mark {
    order: 1;
  }
  .m_message[class*="_flipped"] .text01 {
    order: 2;
  }
}

.m_barGraph,
.m_barGraph02 {
  position: relative;
  margin: 0 auto;
  z-index: 0;
}

.m_barGraph tbody th,
.m_barGraph02 tbody th {
  font-weight: 400;
  text-align: left;
}

@media (min-width: 768px) {
  .m_barGraph tbody th,
  .m_barGraph02 tbody th {
    font-size: 1.0625rem;
    line-height: 1.58824;
  }
}

@media screen and (max-width: 767px) {
  .m_barGraph tbody th,
  .m_barGraph02 tbody th {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.m_barGraph tbody td,
.m_barGraph02 tbody td {
  white-space: nowrap;
  position: relative;
}

@media (min-width: 768px) {
  .m_barGraph tbody td,
  .m_barGraph02 tbody td {
    padding: 0 0 0 20px;
  }
}

.m_barGraph tbody td .graph,
.m_barGraph02 tbody td .graph {
  display: inline-block;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

@media (min-width: 768px) {
  .m_barGraph tbody td .graph,
  .m_barGraph02 tbody td .graph {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m_barGraph tbody td .graph,
  .m_barGraph02 tbody td .graph {
    font-size: 1.25rem;
  }
}

.m_barGraph tbody td .graph::before,
.m_barGraph02 tbody td .graph::before {
  opacity: .3;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  width: 36px;
  background-image: linear-gradient(to right, rgba(64, 93, 48, 0.1) 0%, rgba(64, 93, 48, 0) 80%, rgba(64, 93, 48, 0) 100%);
}

.m_barGraph tbody td .graph::after,
.m_barGraph02 tbody td .graph::after {
  display: inline-block;
  border-radius: 0 100px 100px 0;
  height: 14px;
  content: "";
  transform: scale(1);
}

@media (min-width: 768px) {
  .m_barGraph tbody td .graph::after,
  .m_barGraph02 tbody td .graph::after {
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m_barGraph tbody td .graph::after,
  .m_barGraph02 tbody td .graph::after {
    margin-left: 6px;
  }
}

.m_barGraph tbody td .graph .val,
.m_barGraph02 tbody td .graph .val {
  display: inline-block;
  width: 1.5em;
}

.m_barGraph tbody td .graph .unit,
.m_barGraph02 tbody td .graph .unit {
  display: inline-block;
}

@media (min-width: 768px) {
  .m_barGraph tbody td .graph .unit,
  .m_barGraph02 tbody td .graph .unit {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .m_barGraph tbody td .graph .unit,
  .m_barGraph02 tbody td .graph .unit {
    font-size: 0.625rem;
  }
}

.js_run .m_barGraph.js_anim.is_anim .val, .js_run
.m_barGraph02.js_anim.is_anim .val {
  transition: opacity 1s ease .3s;
}

.js_run .m_barGraph.js_anim.is_anim .graph::after, .js_run
.m_barGraph02.js_anim.is_anim .graph::after {
  transition: transform 1s ease .5s;
  transform-origin: center left;
}

.js_run .m_barGraph.js_anim.is_reset .val, .js_run
.m_barGraph02.js_anim.is_reset .val {
  opacity: 0;
}

.js_run .m_barGraph.js_anim.is_reset .graph::after, .js_run
.m_barGraph02.js_anim.is_reset .graph::after {
  transform: scale(0, 1) !important;
}

.m_barGraph tbody td .graph .val {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .m_barGraph tr:nth-of-type(n+2) th,
  .m_barGraph tr:nth-of-type(n+2) td {
    padding-top: 12px;
  }
}

.m_barGraph02 {
  position: relative;
  width: 100%;
}

.m_barGraph02 thead th {
  text-align: left;
}

@media (min-width: 768px) {
  .m_barGraph02 tbody th,
  .m_barGraph02 tbody td {
    padding: 11px 0;
  }
}

@media screen and (max-width: 767px) {
  .m_barGraph02 tbody th,
  .m_barGraph02 tbody td {
    padding: 10.5px 0;
  }
}

@media screen and (max-width: 767px) {
  .m_barGraph02 tbody th {
    font-size: 0.75rem;
    line-height: 1.25;
  }
}

@media (min-width: 768px) {
  .m_barGraph02 tbody tr:first-child th,
  .m_barGraph02 tbody tr:first-child td {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .m_barGraph02 tbody tr:last-child th,
  .m_barGraph02 tbody tr:last-child td {
    padding-bottom: 0;
  }
}

.m_barGraph02 tbody tr:nth-of-type(n+2) th,
.m_barGraph02 tbody tr:nth-of-type(n+2) td {
  border-top: 1px solid #f3f4f5;
}

.m_barGraph02 tbody th {
  text-align: left;
}

@media (min-width: 768px) {
  .m_barGraph02 tbody th {
    padding-left: 100px;
  }
}

.m_barGraph02 tbody td .graph .val {
  text-align: right;
}

@media (min-width: 768px) {
  .m_barGraph02 tbody td .graph .unit {
    margin-left: 3px;
    font-size: 0.875rem;
  }
}

.m_graph {
  position: relative;
}

.m_graph .circle {
  display: inline-block;
  transform: rotate(-90deg);
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .m_graph .circle {
    transform: rotate(-270deg);
  }
}

.m_graph .circle .type {
  fill: transparent;
  transform-origin: center;
}

.m_graph .circle .type::after {
  content: "";
}

.m_graph .line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.m_graph .line::before {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  content: "";
  background: #ffffff;
  box-shadow: 0 3px 10px 0 rgba(105, 53, 81, 0.1);
  transform: translate(-50%, -50%);
}

.m_graph .line .val {
  position: absolute;
  bottom: 50%;
  left: 50%;
  border-left: 2px solid #ffffff;
  transform-origin: bottom;
}

.m_graph .line .val[data-graph-val="1"] {
  transform: translateX(-50%) rotate(0deg);
}

.m_graph .line .val[data-graph-val="2"] {
  transform: translateX(-50%) rotate(3.6deg);
}

.m_graph .line .val[data-graph-val="3"] {
  transform: translateX(-50%) rotate(7.2deg);
}

.m_graph .line .val[data-graph-val="4"] {
  transform: translateX(-50%) rotate(10.8deg);
}

.m_graph .line .val[data-graph-val="5"] {
  transform: translateX(-50%) rotate(14.4deg);
}

.m_graph .line .val[data-graph-val="6"] {
  transform: translateX(-50%) rotate(18deg);
}

.m_graph .line .val[data-graph-val="7"] {
  transform: translateX(-50%) rotate(21.6deg);
}

.m_graph .line .val[data-graph-val="8"] {
  transform: translateX(-50%) rotate(25.2deg);
}

.m_graph .line .val[data-graph-val="9"] {
  transform: translateX(-50%) rotate(28.8deg);
}

.m_graph .line .val[data-graph-val="10"] {
  transform: translateX(-50%) rotate(32.4deg);
}

.m_graph .line .val[data-graph-val="11"] {
  transform: translateX(-50%) rotate(36deg);
}

.m_graph .line .val[data-graph-val="12"] {
  transform: translateX(-50%) rotate(39.6deg);
}

.m_graph .line .val[data-graph-val="13"] {
  transform: translateX(-50%) rotate(43.2deg);
}

.m_graph .line .val[data-graph-val="14"] {
  transform: translateX(-50%) rotate(46.8deg);
}

.m_graph .line .val[data-graph-val="15"] {
  transform: translateX(-50%) rotate(50.4deg);
}

.m_graph .line .val[data-graph-val="16"] {
  transform: translateX(-50%) rotate(54deg);
}

.m_graph .line .val[data-graph-val="17"] {
  transform: translateX(-50%) rotate(57.6deg);
}

.m_graph .line .val[data-graph-val="18"] {
  transform: translateX(-50%) rotate(61.2deg);
}

.m_graph .line .val[data-graph-val="19"] {
  transform: translateX(-50%) rotate(64.8deg);
}

.m_graph .line .val[data-graph-val="20"] {
  transform: translateX(-50%) rotate(68.4deg);
}

.m_graph .line .val[data-graph-val="21"] {
  transform: translateX(-50%) rotate(72deg);
}

.m_graph .line .val[data-graph-val="22"] {
  transform: translateX(-50%) rotate(75.6deg);
}

.m_graph .line .val[data-graph-val="23"] {
  transform: translateX(-50%) rotate(79.2deg);
}

.m_graph .line .val[data-graph-val="24"] {
  transform: translateX(-50%) rotate(82.8deg);
}

.m_graph .line .val[data-graph-val="25"] {
  transform: translateX(-50%) rotate(86.4deg);
}

.m_graph .line .val[data-graph-val="26"] {
  transform: translateX(-50%) rotate(90deg);
}

.m_graph .line .val[data-graph-val="27"] {
  transform: translateX(-50%) rotate(93.6deg);
}

.m_graph .line .val[data-graph-val="28"] {
  transform: translateX(-50%) rotate(97.2deg);
}

.m_graph .line .val[data-graph-val="29"] {
  transform: translateX(-50%) rotate(100.8deg);
}

.m_graph .line .val[data-graph-val="30"] {
  transform: translateX(-50%) rotate(104.4deg);
}

.m_graph .line .val[data-graph-val="31"] {
  transform: translateX(-50%) rotate(108deg);
}

.m_graph .line .val[data-graph-val="32"] {
  transform: translateX(-50%) rotate(111.6deg);
}

.m_graph .line .val[data-graph-val="33"] {
  transform: translateX(-50%) rotate(115.2deg);
}

.m_graph .line .val[data-graph-val="34"] {
  transform: translateX(-50%) rotate(118.8deg);
}

.m_graph .line .val[data-graph-val="35"] {
  transform: translateX(-50%) rotate(122.4deg);
}

.m_graph .line .val[data-graph-val="36"] {
  transform: translateX(-50%) rotate(126deg);
}

.m_graph .line .val[data-graph-val="37"] {
  transform: translateX(-50%) rotate(129.6deg);
}

.m_graph .line .val[data-graph-val="38"] {
  transform: translateX(-50%) rotate(133.2deg);
}

.m_graph .line .val[data-graph-val="39"] {
  transform: translateX(-50%) rotate(136.8deg);
}

.m_graph .line .val[data-graph-val="40"] {
  transform: translateX(-50%) rotate(140.4deg);
}

.m_graph .line .val[data-graph-val="41"] {
  transform: translateX(-50%) rotate(144deg);
}

.m_graph .line .val[data-graph-val="42"] {
  transform: translateX(-50%) rotate(147.6deg);
}

.m_graph .line .val[data-graph-val="43"] {
  transform: translateX(-50%) rotate(151.2deg);
}

.m_graph .line .val[data-graph-val="44"] {
  transform: translateX(-50%) rotate(154.8deg);
}

.m_graph .line .val[data-graph-val="45"] {
  transform: translateX(-50%) rotate(158.4deg);
}

.m_graph .line .val[data-graph-val="46"] {
  transform: translateX(-50%) rotate(162deg);
}

.m_graph .line .val[data-graph-val="47"] {
  transform: translateX(-50%) rotate(165.6deg);
}

.m_graph .line .val[data-graph-val="48"] {
  transform: translateX(-50%) rotate(169.2deg);
}

.m_graph .line .val[data-graph-val="49"] {
  transform: translateX(-50%) rotate(172.8deg);
}

.m_graph .line .val[data-graph-val="50"] {
  transform: translateX(-50%) rotate(176.4deg);
}

.m_graph .line .val[data-graph-val="51"] {
  transform: translateX(-50%) rotate(180deg);
}

.m_graph .line .val[data-graph-val="52"] {
  transform: translateX(-50%) rotate(183.6deg);
}

.m_graph .line .val[data-graph-val="53"] {
  transform: translateX(-50%) rotate(187.2deg);
}

.m_graph .line .val[data-graph-val="54"] {
  transform: translateX(-50%) rotate(190.8deg);
}

.m_graph .line .val[data-graph-val="55"] {
  transform: translateX(-50%) rotate(194.4deg);
}

.m_graph .line .val[data-graph-val="56"] {
  transform: translateX(-50%) rotate(198deg);
}

.m_graph .line .val[data-graph-val="57"] {
  transform: translateX(-50%) rotate(201.6deg);
}

.m_graph .line .val[data-graph-val="58"] {
  transform: translateX(-50%) rotate(205.2deg);
}

.m_graph .line .val[data-graph-val="59"] {
  transform: translateX(-50%) rotate(208.8deg);
}

.m_graph .line .val[data-graph-val="60"] {
  transform: translateX(-50%) rotate(212.4deg);
}

.m_graph .line .val[data-graph-val="61"] {
  transform: translateX(-50%) rotate(216deg);
}

.m_graph .line .val[data-graph-val="62"] {
  transform: translateX(-50%) rotate(219.6deg);
}

.m_graph .line .val[data-graph-val="63"] {
  transform: translateX(-50%) rotate(223.2deg);
}

.m_graph .line .val[data-graph-val="64"] {
  transform: translateX(-50%) rotate(226.8deg);
}

.m_graph .line .val[data-graph-val="65"] {
  transform: translateX(-50%) rotate(230.4deg);
}

.m_graph .line .val[data-graph-val="66"] {
  transform: translateX(-50%) rotate(234deg);
}

.m_graph .line .val[data-graph-val="67"] {
  transform: translateX(-50%) rotate(237.6deg);
}

.m_graph .line .val[data-graph-val="68"] {
  transform: translateX(-50%) rotate(241.2deg);
}

.m_graph .line .val[data-graph-val="69"] {
  transform: translateX(-50%) rotate(244.8deg);
}

.m_graph .line .val[data-graph-val="70"] {
  transform: translateX(-50%) rotate(248.4deg);
}

.m_graph .line .val[data-graph-val="71"] {
  transform: translateX(-50%) rotate(252deg);
}

.m_graph .line .val[data-graph-val="72"] {
  transform: translateX(-50%) rotate(255.6deg);
}

.m_graph .line .val[data-graph-val="73"] {
  transform: translateX(-50%) rotate(259.2deg);
}

.m_graph .line .val[data-graph-val="74"] {
  transform: translateX(-50%) rotate(262.8deg);
}

.m_graph .line .val[data-graph-val="75"] {
  transform: translateX(-50%) rotate(266.4deg);
}

.m_graph .line .val[data-graph-val="76"] {
  transform: translateX(-50%) rotate(270deg);
}

.m_graph .line .val[data-graph-val="77"] {
  transform: translateX(-50%) rotate(273.6deg);
}

.m_graph .line .val[data-graph-val="78"] {
  transform: translateX(-50%) rotate(277.2deg);
}

.m_graph .line .val[data-graph-val="79"] {
  transform: translateX(-50%) rotate(280.8deg);
}

.m_graph .line .val[data-graph-val="80"] {
  transform: translateX(-50%) rotate(284.4deg);
}

.m_graph .line .val[data-graph-val="81"] {
  transform: translateX(-50%) rotate(288deg);
}

.m_graph .line .val[data-graph-val="82"] {
  transform: translateX(-50%) rotate(291.6deg);
}

.m_graph .line .val[data-graph-val="83"] {
  transform: translateX(-50%) rotate(295.2deg);
}

.m_graph .line .val[data-graph-val="84"] {
  transform: translateX(-50%) rotate(298.8deg);
}

.m_graph .line .val[data-graph-val="85"] {
  transform: translateX(-50%) rotate(302.4deg);
}

.m_graph .line .val[data-graph-val="86"] {
  transform: translateX(-50%) rotate(306deg);
}

.m_graph .line .val[data-graph-val="87"] {
  transform: translateX(-50%) rotate(309.6deg);
}

.m_graph .line .val[data-graph-val="88"] {
  transform: translateX(-50%) rotate(313.2deg);
}

.m_graph .line .val[data-graph-val="89"] {
  transform: translateX(-50%) rotate(316.8deg);
}

.m_graph .line .val[data-graph-val="90"] {
  transform: translateX(-50%) rotate(320.4deg);
}

.m_graph .line .val[data-graph-val="91"] {
  transform: translateX(-50%) rotate(324deg);
}

.m_graph .line .val[data-graph-val="92"] {
  transform: translateX(-50%) rotate(327.6deg);
}

.m_graph .line .val[data-graph-val="93"] {
  transform: translateX(-50%) rotate(331.2deg);
}

.m_graph .line .val[data-graph-val="94"] {
  transform: translateX(-50%) rotate(334.8deg);
}

.m_graph .line .val[data-graph-val="95"] {
  transform: translateX(-50%) rotate(338.4deg);
}

.m_graph .line .val[data-graph-val="96"] {
  transform: translateX(-50%) rotate(342deg);
}

.m_graph .line .val[data-graph-val="97"] {
  transform: translateX(-50%) rotate(345.6deg);
}

.m_graph .line .val[data-graph-val="98"] {
  transform: translateX(-50%) rotate(349.2deg);
}

.m_graph .line .val[data-graph-val="99"] {
  transform: translateX(-50%) rotate(352.8deg);
}

.m_graph .line .val[data-graph-val="100"] {
  transform: translateX(-50%) rotate(356.4deg);
}

@media (min-width: 768px) {
  .m_graph .line .val {
    border-left-width: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m_graph .line .val {
    border-left-width: 1px;
  }
}

.m_marker {
  font-weight: normal;
  background-position-x: 0;
}

.m_marker[class*="_color01"] {
  background: linear-gradient(to bottom, rgba(253, 127, 195, 0) 0%, rgba(253, 127, 195, 0) 60%, rgba(253, 127, 195, 0.3) 60.1%, rgba(253, 127, 195, 0.3) 100%) no-repeat 0 0;
  background-size: 100% 100%;
}

.m_marker[class*="_color02"] {
  background: linear-gradient(to bottom, rgba(131, 208, 89, 0) 0%, rgba(131, 208, 89, 0) 60%, rgba(131, 208, 89, 0.3) 60.1%, rgba(131, 208, 89, 0.3) 100%) no-repeat 0 0;
  background-size: 100% 100%;
}

.m_marker[class*="_color03"] {
  background: linear-gradient(to bottom, rgba(255, 167, 78, 0) 0%, rgba(255, 167, 78, 0) 60%, rgba(255, 167, 78, 0.3) 60.1%, rgba(255, 167, 78, 0.3) 100%) no-repeat 0 0;
  background-size: 100% 100%;
}

.m_marker[class*="_color04"] {
  background: linear-gradient(to bottom, rgba(209, 136, 221, 0) 0%, rgba(209, 136, 221, 0) 60%, rgba(209, 136, 221, 0.3) 60.1%, rgba(209, 136, 221, 0.3) 100%) no-repeat 0 0;
  background-size: 100% 100%;
}

.m_marker[class*="_color05"] {
  background: linear-gradient(to bottom, rgba(190, 165, 51, 0) 0%, rgba(190, 165, 51, 0) 60%, rgba(190, 165, 51, 0.3) 60.1%, rgba(190, 165, 51, 0.3) 100%) no-repeat 0 0;
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  .m_marker.js_anim.is_reset {
    background-position-x: -700px;
  }
  .m_marker.js_anim.is_reset[class*="_long"] {
    background-position-x: -1100px;
  }
}

@media screen and (max-width: 767px) {
  .m_marker.js_anim.is_reset {
    background-position-x: -100vw;
  }
}

.js_run .m_marker.js_anim.is_anim {
  transition: background-position-x 1.8s ease-out;
}

.m_inputList {
  text-align: left;
  margin: 0;
}

@media (min-width: 768px) {
  .m_inputList {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 20px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .m_inputList {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .m_inputList > li {
    width: calc(50% - 30px);
  }
}

@media (min-width: 768px) {
  .m_inputList > li:nth-of-type(2n) {
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .m_inputList > li:nth-of-type(n+2) {
    margin-top: 23.5px;
  }
}

@media (min-width: 768px) {
  .m_inputList > li:nth-of-type(n+3) {
    margin-top: 31px;
  }
}

.m_checkBox {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}

.m_checkBox input[type="checkBox"] {
  position: absolute;
  opacity: 0;
}

.m_checkBox input[type="checkBox"] + span::before {
  position: absolute;
  left: 0;
  content: "";
  border-radius: 2px;
  border: solid 1px #dee1e3;
  background-color: rgba(243, 244, 245, 0.3);
  top: -2px;
  width: 25px;
  height: 25px;
}

.m_checkBox input[type="checkBox"] + span::after {
  position: absolute;
  content: "";
  z-index: 2;
  border: solid #fd7fc3;
  border-width: 0 0 3px 3px;
  opacity: 0;
  transition: opacity .4s ease;
  top: 5px;
  left: 6px;
  width: 12px;
  height: 6px;
  transform: rotate(-50deg);
}

.m_checkBox input[type="checkBox"]:checked + span::after {
  opacity: 1;
}

/* paragraph module
--------------------------------------------------------------------------------------------------- */
.m_liquidImage {
  text-align: center;
}

@media (min-width: 768px) {
  .m_liquidImage {
    margin: 0 0 40px;
  }
  .m_liquidImage .caption {
    margin: 10px 0 0;
    font-size: 0.875rem;
    line-height: 1.71429;
  }
}

@media screen and (max-width: 767px) {
  .m_liquidImage {
    margin: 0 0 20px;
  }
  .m_liquidImage img {
    max-width: 100%;
    height: auto;
  }
}

.m_liquidImage .caption {
  display: block;
  text-align: right;
}

.m_liquidImage .caption > span {
  display: inline-block;
  text-align: left;
}

/* list module
--------------------------------------------------------------------------------------------------- */
.m_notesList {
  color: #606e79;
}

.m_notesList > li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.m_notesList > li::before {
  content: "※ ";
}

.m_notesList[class*="_noMark"] > li {
  padding-left: 0;
  text-indent: 0;
}

.m_notesList[class*="_noMark"] > li::before {
  content: none;
}

@media (min-width: 768px) {
  .m_notesList {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .m_notesList {
    font-size: 0.75rem;
  }
}

/* table module
--------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .m_table {
    overflow: auto;
  }
  .m_table table th {
    white-space: nowrap;
  }
}

.m_table table {
  box-sizing: border-box;
  border: solid currentColor;
  border-width: 0 0 1px 1px;
  width: 100%;
}

.m_table table th,
.m_table table td {
  border: solid currentColor;
  border-width: 1px 1px 0 0;
}

.m_table[class*="_fixed"] table {
  table-layout: fixed;
}

/* navigation module
--------------------------------------------------------------------------------------------------- */
.m_button {
  margin: 0 0 30px;
  text-align: center;
}

.m_button a,
.m_button button,
.m_button input[type="button"],
.m_button input[type="submit"],
.m_button input[type="reset"],
.m_button span {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0;
  border-radius: 100px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .m_button a,
  .m_button button,
  .m_button input[type="button"],
  .m_button input[type="submit"],
  .m_button input[type="reset"],
  .m_button span {
    min-width: 240px;
    height: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .m_button a,
  .m_button button,
  .m_button input[type="button"],
  .m_button input[type="submit"],
  .m_button input[type="reset"],
  .m_button span {
    min-width: 220px;
    height: 45px;
    line-height: 45px;
  }
}

.m_button a[href*=".pdf"], .m_button a[target*="_blank"], .m_button a.arrow {
  position: relative;
}

.m_button a[href*=".pdf"]::after, .m_button a[target*="_blank"]::after, .m_button a.arrow::after {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.m_button a[href*=".pdf"]::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E00A";
  color: #FD211B;
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
}

.m_button a[target*="_blank"]::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E005";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
}

.m_button a.arrow::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  color: currentColor;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
}

.m_button span {
  background: #c1c1c1;
}

.m_button[class*="_color"] a,
.m_button[class*="_color"] button,
.m_button[class*="_color"] input[type="button"],
.m_button[class*="_color"] input[type="submit"],
.m_button[class*="_color"] input[type="reset"] {
  color: #fff;
  font-weight: bold;
}

.m_button[class*="_color01"] a,
.m_button[class*="_color01"] button,
.m_button[class*="_color01"] input[type="button"],
.m_button[class*="_color01"] input[type="submit"],
.m_button[class*="_color01"] input[type="reset"] {
  background: #fd7fc3;
}

.m_button[class*="_color02"] a,
.m_button[class*="_color02"] button,
.m_button[class*="_color02"] input[type="button"],
.m_button[class*="_color02"] input[type="submit"],
.m_button[class*="_color02"] input[type="reset"] {
  background: #83d059;
}

.m_button[class*="_color03"] a,
.m_button[class*="_color03"] button,
.m_button[class*="_color03"] input[type="button"],
.m_button[class*="_color03"] input[type="submit"],
.m_button[class*="_color03"] input[type="reset"] {
  background: #ffa74e;
}

.m_button[class*="_bgColor"] a,
.m_button[class*="_bgColor"] button,
.m_button[class*="_bgColor"] input[type="button"],
.m_button[class*="_bgColor"] input[type="submit"],
.m_button[class*="_bgColor"] input[type="reset"] {
  color: #1A2229;
  background: #fff;
  transition: .4s ease;
}

.m_button[class*="_bgColor01"] a,
.m_button[class*="_bgColor01"] button,
.m_button[class*="_bgColor01"] input[type="button"],
.m_button[class*="_bgColor01"] input[type="submit"],
.m_button[class*="_bgColor01"] input[type="reset"] {
  box-shadow: 0 6px 20px rgba(92, 38, 66, 0.1);
}

.m_button[class*="_bgColor01"] a:hover,
.m_button[class*="_bgColor01"] button:hover,
.m_button[class*="_bgColor01"] input[type="button"]:hover,
.m_button[class*="_bgColor01"] input[type="submit"]:hover,
.m_button[class*="_bgColor01"] input[type="reset"]:hover {
  box-shadow: 0 6px 20px rgba(92, 38, 66, 0.2);
}

.m_button[class*="_bgColor02"] a,
.m_button[class*="_bgColor02"] button,
.m_button[class*="_bgColor02"] input[type="button"],
.m_button[class*="_bgColor02"] input[type="submit"],
.m_button[class*="_bgColor02"] input[type="reset"] {
  box-shadow: 0 6px 20px rgba(92, 38, 66, 0.2);
}

.m_button[class*="_bgColor02"] a:hover,
.m_button[class*="_bgColor02"] button:hover,
.m_button[class*="_bgColor02"] input[type="button"]:hover,
.m_button[class*="_bgColor02"] input[type="submit"]:hover,
.m_button[class*="_bgColor02"] input[type="reset"]:hover {
  box-shadow: 0 6px 20px rgba(92, 38, 66, 0.3);
}

.m_button[class*="_bgColor03"] a,
.m_button[class*="_bgColor03"] button,
.m_button[class*="_bgColor03"] input[type="button"],
.m_button[class*="_bgColor03"] input[type="submit"],
.m_button[class*="_bgColor03"] input[type="reset"] {
  box-shadow: 0 6px 20px rgba(43, 77, 24, 0.1);
}

.m_button[class*="_bgColor03"] a:hover,
.m_button[class*="_bgColor03"] button:hover,
.m_button[class*="_bgColor03"] input[type="button"]:hover,
.m_button[class*="_bgColor03"] input[type="submit"]:hover,
.m_button[class*="_bgColor03"] input[type="reset"]:hover {
  box-shadow: 0 6px 20px rgba(43, 77, 24, 0.2);
}

.m_button[class*="_bgColor04"] a,
.m_button[class*="_bgColor04"] button,
.m_button[class*="_bgColor04"] input[type="button"],
.m_button[class*="_bgColor04"] input[type="submit"],
.m_button[class*="_bgColor04"] input[type="reset"] {
  box-shadow: 0 6px 20px rgba(43, 77, 24, 0.2);
}

.m_button[class*="_bgColor04"] a:hover,
.m_button[class*="_bgColor04"] button:hover,
.m_button[class*="_bgColor04"] input[type="button"]:hover,
.m_button[class*="_bgColor04"] input[type="submit"]:hover,
.m_button[class*="_bgColor04"] input[type="reset"]:hover {
  box-shadow: 0 6px 20px rgba(43, 77, 24, 0.3);
}

.m_button[class*="_bgColor05"] a,
.m_button[class*="_bgColor05"] button,
.m_button[class*="_bgColor05"] input[type="button"],
.m_button[class*="_bgColor05"] input[type="submit"],
.m_button[class*="_bgColor05"] input[type="reset"] {
  box-shadow: 0 6px 20px rgba(82, 51, 19, 0.1);
}

.m_button[class*="_bgColor05"] a:hover,
.m_button[class*="_bgColor05"] button:hover,
.m_button[class*="_bgColor05"] input[type="button"]:hover,
.m_button[class*="_bgColor05"] input[type="submit"]:hover,
.m_button[class*="_bgColor05"] input[type="reset"]:hover {
  box-shadow: 0 6px 20px rgba(82, 51, 19, 0.2);
}

.m_button[class*="_bgColor06"] a,
.m_button[class*="_bgColor06"] button,
.m_button[class*="_bgColor06"] input[type="button"],
.m_button[class*="_bgColor06"] input[type="submit"],
.m_button[class*="_bgColor06"] input[type="reset"] {
  box-shadow: 0 6px 20px rgba(82, 51, 19, 0.2);
}

.m_button[class*="_bgColor06"] a:hover,
.m_button[class*="_bgColor06"] button:hover,
.m_button[class*="_bgColor06"] input[type="button"]:hover,
.m_button[class*="_bgColor06"] input[type="submit"]:hover,
.m_button[class*="_bgColor06"] input[type="reset"]:hover {
  box-shadow: 0 6px 20px rgba(82, 51, 19, 0.3);
}

@media (min-width: 768px) {
  .m_button[class*="_half"] a,
  .m_button[class*="_half"] button,
  .m_button[class*="_half"] input[type="button"],
  .m_button[class*="_half"] input[type="submit"],
  .m_button[class*="_half"] input[type="reset"] {
    min-width: 155px;
  }
}

@media screen and (max-width: 767px) {
  .m_button[class*="_half"] a,
  .m_button[class*="_half"] button,
  .m_button[class*="_half"] input[type="button"],
  .m_button[class*="_half"] input[type="submit"],
  .m_button[class*="_half"] input[type="reset"] {
    min-width: 150px;
  }
}

.m_button[class*="_square"] a,
.m_button[class*="_square"] button,
.m_button[class*="_square"] input[type="button"],
.m_button[class*="_square"] input[type="submit"],
.m_button[class*="_square"] input[type="reset"] {
  border-radius: 10px;
  line-height: inherit;
  height: auto;
}

@media (min-width: 768px) {
  .m_button > li {
    margin: 0 0 20px;
    display: inline-block;
    vertical-align: middle;
  }
  .m_button > li a, .m_button > li button {
    font-size: 1rem;
  }
  .m_button > li[class*="_large"] a,
  .m_button > li[class*="_large"] button {
    font-size: 1.125rem;
    line-height: 60px;
    min-width: 300px;
    height: 60px;
  }
  .m_button > li[class*="_large02"] a,
  .m_button > li[class*="_large02"] button {
    min-width: 340px;
  }
  .m_button > li:nth-of-type(n+2) {
    margin-left: 20px;
  }
  .m_button > li:nth-of-type(n+2)[class*="_large"] a,
  .m_button > li:nth-of-type(n+2)[class*="_large"] button {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .m_button > li a, .m_button > li button {
    font-size: 0.875rem;
  }
  .m_button > li[class*="_large"] a,
  .m_button > li[class*="_large"] button {
    font-size: 0.9375rem;
    line-height: 50px;
    min-width: 280px;
    height: 50px;
  }
  .m_button > li:nth-child(n+2) {
    margin-top: 15px;
  }
}

/* inline module
--------------------------------------------------------------------------------------------------- */
.m_br[class*="_before"]::before,
.m_br:not([class*="_before"])::after {
  content: "\A";
  white-space: pre;
}

.m_sup {
  vertical-align: super;
  font-size: 0.6em;
  display: inline-block;
  white-space: nowrap;
}

.m_corpName {
  font-family: 'Kosugi', 'MS UI Gothic';
}

@media (min-width: 768px) {
  .m_pcHide {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .m_pcbr[class*="_before"]::before,
  .m_pcbr:not([class*="_before"])::after {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (max-width: 767px) {
  .m_spHide {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .m_spbr[class*="_before"]::before,
  .m_spbr:not([class*="_before"])::after {
    content: "\A";
    white-space: pre;
  }
}

.m_ruby {
  ruby-align: center;
}

/* modifier module
--------------------------------------------------------------------------------------------------- */
/* text align */
[class*="_alignLeft"] {
  text-align: left !important;
}

@media (min-width: 768px) {
  [class*="_pcAlignLeft"] {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  [class*="_spAlignLeft"] {
    text-align: left !important;
  }
}

[class*="_alignCenter"] {
  text-align: center !important;
}

@media (min-width: 768px) {
  [class*="_pcAlignCenter"] {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  [class*="_spAlignCenter"] {
    text-align: center !important;
  }
}

[class*="_alignRight"] {
  text-align: right !important;
}

@media (min-width: 768px) {
  [class*="_pcAlignRight"] {
    text-align: right !important;
  }
}

@media screen and (max-width: 767px) {
  [class*="_spAlignRight"] {
    text-align: right !important;
  }
}

[class*="_alignTop"] {
  vertical-align: top !important;
}

@media (min-width: 768px) {
  [class*="_pcAlignTop"] {
    vertical-align: top !important;
  }
}

@media screen and (max-width: 767px) {
  [class*="_spAlignTop"] {
    vertical-align: top !important;
  }
}

[class*="_alignMiddle"] {
  vertical-align: middle !important;
}

@media (min-width: 768px) {
  [class*="_pcAlignMiddle"] {
    vertical-align: middle !important;
  }
}

@media screen and (max-width: 767px) {
  [class*="_spAlignMiddle"] {
    vertical-align: middle !important;
  }
}

[class*="_alignBottom"] {
  vertical-align: bottom !important;
}

@media (min-width: 768px) {
  [class*="_pcAlignBottom"] {
    vertical-align: bottom !important;
  }
}

@media screen and (max-width: 767px) {
  [class*="_spAlignBottom"] {
    vertical-align: bottom !important;
  }
}

/* font style */
[class*="_fontBold"] {
  font-weight: 700 !important;
}

[class*="_fontItalic"] {
  font-style: italic;
}

[class*="_fontNormal"] {
  font-weight: 400 !important;
  font-style: normal !important;
}

/* fontColor */
[class*="_colorType01"] {
  color: #fd7fc3;
}

[class*="_colorType02"] {
  color: #83d059;
}

[class*="_colorType03"] {
  color: #ffa74e;
}

[class*="_colorType02"] {
  color: #d188dd;
}

[class*="_colorType05"] {
  color: #bea533;
}

/* block width */
/* modifier animation
--------------------------------------------------------------------------------------------------- */
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mv {
  0% {
    stroke-dashoffset: 3000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes mv02 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 3000px;
  }
}

@keyframes mvBgFade {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes moyamoya {
  0% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  }
  25% {
    border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%;
  }
  50% {
    border-radius: 60% 40% 70% 60% / 40% 60% 50% 60%;
  }
  75% {
    border-radius: 90% 60% 40% 70% / 70% 50% 80% 40%;
  }
  100% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  }
}

@keyframes wave {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

@keyframes rose01 {
  0% {
    stroke-dashoffset: 1500px;
  }
  20% {
    stroke-dashoffset: 1500px;
  }
  30% {
    fill-opacity: 0;
  }
  60% {
    stroke-dashoffset: 0;
  }
  70% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    stroke: #cf242f;
  }
}

@keyframes rose02 {
  0% {
    stroke-dashoffset: 1500px;
  }
  20% {
    stroke-dashoffset: 1500px;
  }
  30% {
    fill-opacity: 0;
  }
  60% {
    stroke-dashoffset: 0;
  }
  70% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    stroke: #346030;
  }
}

@keyframes scrollAnim {
  0% {
    height: 0;
    opacity: 0;
  }
  5% {
    height: 0;
    opacity: 1;
  }
  80% {
    height: 60px;
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scrollAnim2x {
  0% {
    height: 0;
    opacity: 0;
  }
  5% {
    height: 0;
    opacity: 1;
  }
  80% {
    height: 40px;
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* ※※ module
--------------------------------------------------------------------------------------------------- */
/*====================================================================================================

    libs

====================================================================================================*/
/* ※※
--------------------------------------------------------------------------------------------------- */
/*====================================================================================================

    unique

====================================================================================================*/
/* index
--------------------------------------------------------------------------------------------------- */
#document.home .wave {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity .4s ease;
}

@media (min-width: 768px) {
  #document.home .wave {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  #document.home .wave {
    width: 100%;
  }
}

#document.home .wave .line {
  position: absolute;
  border: 1px solid;
  border-radius: 24%;
  transform-origin: 50% 49%;
  transition: border-color .8s ease-out;
  opacity: 0.5;
  pointer-events: none;
}

@media (min-width: 768px) {
  #document.home .wave .line {
    left: 300px;
    top: -150px;
    width: 1000px;
    height: 1200px;
  }
}

@media screen and (max-width: 767px) {
  #document.home .wave .line {
    top: -50vh;
    width: 200vh;
    height: 200vh;
    left: 95vw;
  }
}

#document.home .wave .line:nth-of-type(1) {
  border-radius: 52% 42% 38% 40%;
  border-color: rgba(253, 127, 195, 0.4);
  transform: rotate(30deg);
}

#document.home .wave .line:nth-of-type(2) {
  border-radius: 35% 50% 42% 46% / 80% 46% 60% 50%;
  border-color: rgba(253, 127, 195, 0.8);
  transform: rotate(45deg);
}

.js_run #document.home .wave .line {
  animation: wave 80s linear infinite;
}

.js_run #document.home .wave .line:nth-of-type(2) {
  animation-duration: 60s;
}

#document.home .wave[class*="_color01"] .line:nth-of-type(1) {
  border-color: rgba(253, 127, 195, 0.4);
}

#document.home .wave[class*="_color01"] .line:nth-of-type(2) {
  border-color: rgba(253, 127, 195, 0.8);
}

#document.home .wave[class*="_color02"] .line:nth-of-type(1) {
  border-color: rgba(131, 208, 89, 0.4);
}

#document.home .wave[class*="_color02"] .line:nth-of-type(2) {
  border-color: rgba(131, 208, 89, 0.8);
}

#document.home .wave[class*="_color03"] .line:nth-of-type(1) {
  border-color: rgba(255, 167, 78, 0.4);
}

#document.home .wave[class*="_color03"] .line:nth-of-type(2) {
  border-color: rgba(255, 167, 78, 0.8);
}

#document.home .wave[class*="_color04"] .line:nth-of-type(1) {
  border-color: rgba(190, 165, 51, 0.4);
}

#document.home .wave[class*="_color04"] .line:nth-of-type(2) {
  border-color: rgba(190, 165, 51, 0.8);
}

#document.home .section01.is_active ~ .wave,
#document.home .section04.is_active ~ .wave {
  opacity: 1;
}

#document.home .section01.is_active ~ .wave .line:nth-of-type(1),
#document.home .section04.is_active ~ .wave .line:nth-of-type(1) {
  border-color: rgba(253, 127, 195, 0.4);
}

#document.home .section01.is_active ~ .wave .line:nth-of-type(2),
#document.home .section04.is_active ~ .wave .line:nth-of-type(2) {
  border-color: rgba(253, 127, 195, 0.8);
}

#document.home .section02.is_active ~ .wave {
  opacity: 1;
}

#document.home .section02.is_active ~ .wave .line:nth-of-type(1) {
  border-color: rgba(255, 167, 78, 0.4);
}

#document.home .section02.is_active ~ .wave .line:nth-of-type(2) {
  border-color: rgba(255, 167, 78, 0.8);
}

#document.home .section03.is_active ~ .wave,
#document.home .section05.is_active ~ .wave {
  opacity: 1;
}

#document.home .section03.is_active ~ .wave .line:nth-of-type(1),
#document.home .section05.is_active ~ .wave .line:nth-of-type(1) {
  border-color: rgba(131, 208, 89, 0.4);
}

#document.home .section03.is_active ~ .wave .line:nth-of-type(2),
#document.home .section05.is_active ~ .wave .line:nth-of-type(2) {
  border-color: rgba(131, 208, 89, 0.8);
}

#document.home .mainvisual {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  #document.home .mainvisual {
    padding: 260px 0 236px;
    text-align: center;
    max-height: calc(100vh - 20px);
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  #document.home .mainvisual {
    box-sizing: border-box;
    padding: 166px 30px 35px;
    min-height: 596px;
  }
}

#document.home .mainvisual::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #ffffff;
}

@media (min-width: 1001px) {
  #document.home .mainvisual::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}

#document.home .mainvisual > .inner {
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  #document.home .mainvisual > .inner {
    display: inline-flex;
    align-items: center;
    text-align: left;
    width: 1000px;
  }
}

#document.home .mainvisual > .inner .heading {
  letter-spacing: .1em;
}

@media (min-width: 768px) {
  #document.home .mainvisual > .inner .heading {
    margin: 0;
    font-size: 3.125rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  #document.home .mainvisual > .inner .heading {
    margin: -7px 0 29px;
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

#document.home .mainvisual > .inner .lead > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #document.home .mainvisual > .inner .lead {
    margin-left: 40px;
    font-size: 1rem;
    line-height: 2.125;
  }
}

@media screen and (max-width: 767px) {
  #document.home .mainvisual > .inner .lead {
    font-size: 0.8125rem;
    line-height: 2;
  }
}

@media (min-width: 768px) {
  #document.home .mainvisual > .inner .lead p {
    margin-bottom: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  #document.home .mainvisual > .inner .lead p {
    margin-bottom: 0.6em;
  }
}

#document.home .mainvisual .anim {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

#document.home .mainvisual.is_reset .heading,
#document.home .mainvisual.is_reset .lead,
#document.home .mainvisual.is_reset .scroll {
  opacity: 0;
}

#document.home .mainvisual.is_anim .heading {
  transition: opacity 1.2s ease 1.2s;
}

#document.home .mainvisual.is_anim .lead {
  transition: opacity 1.2s ease 1.6s;
}

#document.home .mainvisual.is_anim .scroll {
  transition: opacity .8s ease 2.4s;
}

#document.home .section {
  position: relative;
}

#document.home .section * {
  position: relative;
  z-index: 3;
}

@media (min-width: 768px) {
  #document.home .section {
    padding: 140px 0;
  }
}

@media screen and (max-width: 767px) {
  #document.home .section {
    padding: 100px 0;
  }
}

#document.home .section[class*="_narrow"] {
  padding-bottom: 0;
}

#document.home .section .lead {
  text-align: center;
}

@media (min-width: 768px) {
  #document.home .section .lead {
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.home .section .lead {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

#document.home .scroll {
  position: absolute;
  z-index: 30;
  font-size: 0.75rem;
  line-height: 1;
}

@media (min-width: 768px) {
  #document.home .scroll {
    bottom: -40px;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  #document.home .scroll {
    bottom: 31px;
    right: 30px;
  }
}

#document.home .scroll::after {
  position: absolute;
  top: 19px;
  left: 50%;
  display: block;
  width: 1px;
  content: "";
  background: #1A2229;
}

@media (min-width: 768px) {
  #document.home .scroll::after {
    animation: scrollAnim 2s ease infinite;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  #document.home .scroll::after {
    animation: scrollAnim2x 2s ease infinite;
    height: 40px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.home .scroll img {
    width: 31px;
  }
}

#document.home .byageBanner {
  position: relative;
  box-shadow: 0 6px 20px 0 rgba(26, 34, 41, 0.05);
  border: 2px solid #fecbe6;
  border-radius: 10px;
  background: #ffffff;
  transition: 0.2s ease;
}

#document.home .byageBanner > .heading {
  margin: 0;
  color: #fd7fc3;
  text-align: center;
}

#document.home .byageBanner > .heading::after {
  display: block;
  margin: 12px auto 0;
  background: #fd7fc3;
  width: 40px;
  height: 2px;
  content: "";
}

#document.home .byageBanner > .heading a {
  text-decoration: none;
  color: currentColor;
}

#document.home .byageBanner > .heading a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 10;
}

#document.home .byageBanner > .heading a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  transition: .2s ease;
}

#document.home .byageBanner .image {
  position: relative;
  display: grid;
  align-items: end;
  justify-content: center;
}

#document.home .byageBanner .image::before {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  content: "";
  z-index: 0;
  animation: moyamoya 5s linear infinite;
  transform: translate(-50%, -50%);
  background: rgba(253, 127, 195, 0.05);
  transition: 0.2s ease;
}

#document.home .byageBanner .image img {
  position: relative;
  z-index: 1;
}

#document.home .byageBanner .image .hover {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

#document.home .byageBanner .desc {
  font-weight: 700;
}

@media (min-width: 768px) {
  #document.home .byageBanner {
    display: grid;
    grid-template-columns: auto 160px;
    grid-template-rows: auto auto;
    margin: 120px auto 77px;
    padding: 48px 60px 40px 50px;
    width: 800px;
  }
  #document.home .byageBanner > .heading {
    grid-column: span 2;
    grid-row: 1;
    font-size: 1.125rem;
  }
  #document.home .byageBanner > .heading a::after {
    right: 25px;
    transition: .2s ease;
  }
  #document.home .byageBanner .image {
    grid-column: 2;
    grid-row: 2;
    margin: -23px 0 0;
    width: 160px;
    height: 160px;
  }
  #document.home .byageBanner .image::before {
    width: 160px;
    height: 160px;
  }
  #document.home .byageBanner .image img {
    width: 119px;
  }
  #document.home .byageBanner .image .hover {
    opacity: 0;
    transition: .2s ease;
  }
  #document.home .byageBanner .desc {
    grid-column: 1;
    grid-row: 2;
    margin: 33px 0 0;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  #document.home .byageBanner:hover {
    border-color: #fd7fc3;
  }
  #document.home .byageBanner:hover .heading a::after {
    right: 20px;
  }
  #document.home .byageBanner:hover .image .hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.home .byageBanner {
    margin: 60px 30px 58px;
    padding: 38px 25px 25px;
  }
  #document.home .byageBanner > .heading {
    font-size: 0.875rem;
  }
  #document.home .byageBanner > .heading::after {
    margin: 12px auto 0;
    width: 40px;
    height: 2px;
  }
  #document.home .byageBanner > .heading a::after {
    right: 20px;
  }
  #document.home .byageBanner .image {
    margin: 25px auto 0;
    width: 130px;
    height: 140px;
  }
  #document.home .byageBanner .image::before {
    width: 140px;
    height: 140px;
  }
  #document.home .byageBanner .image img {
    width: 130px;
  }
  #document.home .byageBanner .desc {
    margin: 20px 0 0;
    font-size: 1rem;
    line-height: 1.5;
  }
}

#document.home .a_news {
  position: relative;
}

#document.home .a_news > .heading {
  position: relative;
  text-align: center;
  z-index: 3;
}

@media (min-width: 768px) {
  #document.home .a_news > .heading {
    margin: 0 0 36px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #document.home .a_news > .heading {
    margin: 0 0 25px;
    font-size: 1.125rem;
  }
}

#document.home .a_news .inner {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  #document.home .a_news .inner {
    padding: 0 30px;
  }
}

#document.home .a_news .inner .news {
  margin: 0;
  border: 1px solid #dee1e3;
  overflow: hidden;
  box-sizing: border-box;
  padding: 15px 0;
}

#document.home .a_news .inner .news > *:last-child {
  margin-bottom: 0 !important;
}

#document.home .a_news .inner .news[class*="_noscroll"] .newsInner {
  height: auto;
}

#document.home .a_news .inner .news .newsInner {
  box-sizing: border-box;
}

#document.home .a_news .inner .news .newsInner > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #document.home .a_news .inner .news .newsInner {
    padding: 42px 60px 45px;
    max-height: 168px;
  }
}

@media screen and (max-width: 767px) {
  #document.home .a_news .inner .news .newsInner {
    padding: 9px 25px 15px 20px;
    max-height: 288px;
  }
}

#document.home .a_news .inner .news .item {
  margin: 0;
}

#document.home .a_news .inner .news .item > li > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #document.home .a_news .inner .news .item > li {
    display: flex;
  }
}

@media (min-width: 768px) {
  #document.home .a_news .inner .news .item > li:nth-of-type(n+2) {
    margin: 22px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document.home .a_news .inner .news .item > li:nth-of-type(n+2) {
    margin: 18px 0 0;
  }
}

#document.home .a_news .inner .news .item .time {
  display: inline-block;
  color: #ABB7C1;
}

@media (min-width: 768px) {
  #document.home .a_news .inner .news .item .time {
    margin-right: 30px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.home .a_news .inner .news .item .time {
    margin-bottom: 5px;
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  #document.home .a_news .inner .news .item .text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #document.home .a_news .inner .news .item .text {
    font-size: 0.875rem;
  }
}

#document.home .a_news .inner .news .item .text > a {
  text-decoration: none;
}

@media (min-width: 768px) {
  #document.home .a_news .inner .news .item .text > a:hover {
    text-decoration: underline;
  }
}

#document.home .a_news .inner .slimScrollBar {
  opacity: 1 !important;
  border-radius: 3px !important;
}

#document.home .a_news::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
  background: #ffffff;
}

@media (min-width: 768px) {
  #document.home .a_news {
    padding-bottom: 120px;
  }
  #document.home .a_news::before {
    left: 0;
    width: 100vw;
    margin: 0;
    box-sizing: border-box;
  }
  #document.home .a_news::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    content: "";
    z-index: 1;
    background: #fff;
    width: 100vw;
  }
  #document.home .a_news .links {
    margin-top: 77px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #document.home .a_news .links > li {
    width: 475px;
    box-sizing: border-box;
    padding: 10px 40px 21px;
  }
  #document.home .a_news .links > li:hover {
    box-shadow: 0 6px 20px rgba(92, 38, 66, 0.2);
  }
  #document.home .a_news .links > li:hover .body::after {
    right: -20px;
  }
  #document.home .a_news .links > li:hover .image::before {
    background: rgba(253, 127, 195, 0.05);
  }
  #document.home .a_news .links > li:hover .image img.hover {
    opacity: 1;
  }
  #document.home .a_news .body {
    padding: 40px 0 30px;
  }
  #document.home .a_news .body::after {
    top: calc(50% + 26px);
    right: -15px;
  }
  #document.home .a_news .image {
    margin-bottom: 20px;
    width: 240px;
    margin: 0 auto 20px;
  }
  #document.home .a_news .image::before {
    width: 206px;
    height: 149px;
  }
  #document.home .a_news .image img.hover {
    position: absolute;
    z-index: 2;
    opacity: 0;
    top: 0;
    left: 0;
    transition: .2s ease;
  }
}

@media (min-width: 1001px) {
  #document.home .a_news::before {
    left: calc(-50% + 500px);
    width: calc(100vw - 40px);
    transform: translateX(calc(-50% + 500px));
  }
}

@media screen and (max-width: 767px) {
  #document.home .a_news {
    padding-bottom: 70px;
  }
  #document.home .a_news::before {
    width: 100%;
    left: 0;
  }
  #document.home .a_news .links {
    margin: 60px 0 0;
    padding: 0 30px;
  }
  #document.home .a_news .links > li {
    padding: 28px 29px 15px;
  }
  #document.home .a_news .links > li + li {
    margin-top: 15px;
  }
  #document.home .a_news .links .body::after {
    top: calc(50% + 24px);
    right: -10px;
  }
  #document.home .a_news .links .image {
    margin-bottom: 20px;
  }
  #document.home .a_news .links .image::before {
    width: 170px;
    height: 123px;
    border-color: rgba(253, 127, 195, 0.1);
  }
  #document.home .a_news .links .image img {
    width: 200px;
  }
  #document.home .a_news .links .image img:not(.hover) {
    display: none;
  }
}

#document.home .a_report {
  position: relative;
}

#document.home .a_report .inner {
  position: relative;
  z-index: 3;
}

#document.home .a_report .image {
  text-align: center;
  position: relative;
}

#document.home .a_report .image::before {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  content: "";
  z-index: 0;
  animation: moyamoya 5s linear infinite;
  transform: translate(-50%, -50%);
  background: rgba(253, 127, 195, 0.05);
  transition: 0.2s ease;
}

#document.home .a_report .image img {
  position: relative;
  z-index: 1;
}

#document.home .a_report .time {
  color: #ABB7C1;
  display: block;
}

#document.home .a_report .title {
  color: #fd7fc3;
}

#document.home .a_report .links > li {
  text-align: left;
  box-shadow: 0 6px 20px rgba(92, 38, 66, 0.1);
  background: #fff;
  border-radius: 10px;
  transition: .2s ease;
}

#document.home .a_report .links > li a {
  color: inherit;
  text-decoration: none;
}

#document.home .a_report .links > li .body {
  position: relative;
  display: block;
}

#document.home .a_report .links > li .body::after {
  position: absolute;
  transform: translateY(-50%);
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  transition: .2s ease;
}

#document.home .a_report .point {
  text-align: center;
  border-top: 1px solid #ECEEEF;
}

#document.home .a_report .point .openPoint {
  cursor: pointer;
  display: inline-block;
  margin: 0;
}

#document.home .a_report .point .openPoint:after {
  display: inline-block;
  margin-left: 10px;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E002";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  transform: scale(0.6);
  margin-top: -2px;
}

#document.home .a_report .pointList {
  display: none;
  text-align: center;
}

#document.home .a_report .pointList .pointTtl {
  display: inline-block;
  background: #fd7fc3;
  border-radius: 1000px;
  padding: 0 26px;
  color: #fff;
}

#document.home .a_report .pointList ul {
  text-align: left;
}

#document.home .a_report .pointList ul > li {
  display: flex;
}

#document.home .a_report .pointList ul > li::before {
  margin-right: 9px;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E006";
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  background: #fd7fc3;
  transform: scale(0.8);
  border-radius: 50%;
  height: 24px;
  width: 24px;
  text-align: center;
  flex-shrink: 0;
  line-height: 24px;
}

#document.home .a_report::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
  background: rgba(253, 127, 195, 0.1);
}

@media (min-width: 768px) {
  #document.home .a_report {
    padding-top: 172px;
  }
  #document.home .a_report::before {
    left: 0;
    width: 100vw;
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  #document.home .a_report::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    content: "";
    z-index: 1;
    background: #fff;
    width: 100vw;
  }
  #document.home .a_report .links {
    margin-top: 77px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #document.home .a_report .links > li {
    width: 475px;
    box-sizing: border-box;
    padding: 10px 40px 21px;
  }
  #document.home .a_report .links > li:hover {
    box-shadow: 0 6px 20px rgba(92, 38, 66, 0.2);
  }
  #document.home .a_report .links > li:hover .body::after {
    right: -20px;
  }
  #document.home .a_report .links > li:hover .image::before {
    background: rgba(253, 127, 195, 0.05);
  }
  #document.home .a_report .links > li:hover .image img.hover {
    opacity: 1;
  }
  #document.home .a_report .body {
    padding: 40px 0 30px;
  }
  #document.home .a_report .body::after {
    top: calc(50% + 26px);
    right: -15px;
  }
  #document.home .a_report .image {
    margin-bottom: 20px;
    width: 240px;
    margin: 0 auto 20px;
  }
  #document.home .a_report .image::before {
    width: 206px;
    height: 149px;
  }
  #document.home .a_report .image img.hover {
    position: absolute;
    z-index: 2;
    opacity: 0;
    top: 0;
    left: 0;
    transition: .2s ease;
  }
  #document.home .a_report .time {
    font-size: 0.8125rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
  }
  #document.home .a_report .title {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 14px;
  }
  #document.home .a_report .summary {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    width: 105%;
  }
  #document.home .a_report .point {
    padding-top: 17px;
  }
  #document.home .a_report .point .openPoint {
    font-size: 0.9375rem;
  }
  #document.home .a_report .pointList .pointTtl {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 2.14286;
    height: 30px;
    margin: 13px auto 23px;
  }
  #document.home .a_report .pointList ul {
    padding-bottom: 15px;
    font-size: 1rem;
    width: 103%;
  }
  #document.home .a_report .pointList ul > li:not(:first-child) {
    margin-top: 10px;
  }
}

@media (min-width: 1001px) {
  #document.home .a_report::before {
    left: calc(-50% + 500px);
    width: calc(100vw - 40px);
    transform: translateX(calc(-50% + 500px));
  }
}

@media screen and (max-width: 767px) {
  #document.home .a_report {
    margin: 0 0 10px;
  }
  #document.home .a_report::before {
    width: 100%;
    left: 0;
  }
  #document.home .a_report .links {
    margin: 60px 0 0;
    padding: 0 30px;
  }
  #document.home .a_report .links > li {
    padding: 28px 29px 15px;
  }
  #document.home .a_report .links > li + li {
    margin-top: 15px;
  }
  #document.home .a_report .links .body::after {
    top: calc(50% + 24px);
    right: -10px;
  }
  #document.home .a_report .links .image {
    margin-bottom: 20px;
  }
  #document.home .a_report .links .image::before {
    width: 170px;
    height: 123px;
    border-color: rgba(253, 127, 195, 0.1);
  }
  #document.home .a_report .links .image img {
    width: 200px;
  }
  #document.home .a_report .links .image img:not(.hover) {
    display: none;
  }
  #document.home .a_report .links .time {
    font-size: 0.75rem;
    margin-bottom: 7px;
  }
  #document.home .a_report .links .title {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 16px;
  }
  #document.home .a_report .links .summary {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #document.home .a_report .links .openPoint {
    padding-top: 18px;
    font-size: 0.8125rem;
  }
  #document.home .a_report .links .pointTtl {
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 2.5;
    margin: 25px 0 20px;
  }
  #document.home .a_report .links .pointList ul {
    padding-bottom: 10px;
  }
  #document.home .a_report .links .pointList ul > li + li {
    margin-top: 13px;
  }
}

#document.home .a_selfcare > *:last-child {
  margin-bottom: 0 !important;
}

#document.home .a_selfcare::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: -1;
  background: rgba(255, 167, 78, 0.1);
}

#document.home .a_selfcare::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: rgba(255, 167, 78, 0.8);
}

#document.home .a_selfcare .links {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

#document.home .a_selfcare .links .btnTitle {
  margin: 0;
  position: relative;
  flex-grow: 1;
}

#document.home .a_selfcare .links .btnTitle::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s ease;
}

#document.home .a_selfcare .links .img {
  position: relative;
}

#document.home .a_selfcare .links .img::after {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  content: "";
  z-index: 0;
  animation: moyamoya 5s linear infinite;
  transform: translate(-50%, -50%);
  background: rgba(255, 167, 78, 0.1);
}

#document.home .a_selfcare .links .img img {
  position: relative;
  z-index: 1;
}

#document.home .a_selfcare .links > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
}

#document.home .a_selfcare .links > li.disabled > a .btnTitle::after, #document.home .a_selfcare .links > li.soon > a .btnTitle::after {
  display: none;
}

#document.home .a_selfcare .links > li.disabled .img::after, #document.home .a_selfcare .links > li.soon .img::after {
  display: none;
}

#document.home .a_selfcare .links > li.disabled a, #document.home .a_selfcare .links > li.soon a {
  box-shadow: none;
  pointer-events: none;
  cursor: default;
}

#document.home .a_selfcare .links > li.disabled .btnTitle {
  color: #DEE1E3;
}

#document.home .a_selfcare .buttonList > li {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #document.home .a_selfcare::before {
    left: calc(-50% + 500px);
    width: 100vw;
    bottom: 205px;
    transform: translateX(calc(-50% + 500px));
  }
  #document.home .a_selfcare::after {
    width: 100%;
    height: 650px;
  }
  #document.home .a_selfcare .links {
    gap: 40px 50px;
    margin: 70px 0 60px;
  }
  #document.home .a_selfcare .links > li {
    width: 475px;
    margin: 0;
  }
  #document.home .a_selfcare .links > li:hover .img::after {
    background: rgba(255, 167, 78, 0.1);
  }
  #document.home .a_selfcare .links > li:hover .img img.hover {
    opacity: 1;
  }
  #document.home .a_selfcare .links > li:hover .title::after {
    right: 20px;
  }
  #document.home .a_selfcare .links > li.disabled > a {
    box-shadow: none;
    pointer-events: none;
    cursor: default;
  }
  #document.home .a_selfcare .links > li.disabled .img::before {
    display: none;
  }
  #document.home .a_selfcare .links > li.disabled .title::after {
    display: none;
  }
  #document.home .a_selfcare .links > li > a {
    width: 100%;
    padding: 10px 0;
  }
  #document.home .a_selfcare .links .img {
    position: relative;
    width: 235px;
    margin: 0;
  }
  #document.home .a_selfcare .links .img::before {
    width: 160px;
    height: 160px;
  }
  #document.home .a_selfcare .links .img img.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: .4s ease;
  }
  #document.home .a_selfcare .links .btnTitle {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5;
  }
  #document.home .a_selfcare .links .btnTitle::after {
    right: 15px;
  }
  #document.home .a_selfcare .buttonList > li a::after {
    right: 18px;
  }
}

@media (min-width: 1001px) {
  #document.home .a_selfcare::after {
    left: calc(-50% + 500px);
    width: calc(100vw - 40px);
    transform: translateX(calc(-50% + 500px));
  }
  #document.home .a_selfcare::after {
    width: calc(100vw - 40px);
  }
}

@media screen and (max-width: 767px) {
  #document.home .a_selfcare::before {
    width: 100%;
    left: 0;
    bottom: 0;
  }
  #document.home .a_selfcare::after {
    width: 100%;
    height: 710px;
  }
  #document.home .a_selfcare .links {
    padding: 0 30px;
    margin-top: 53px;
    margin-bottom: 40px;
    flex-direction: column;
  }
  #document.home .a_selfcare .links > li + li {
    margin: 15px 0 0;
  }
  #document.home .a_selfcare .links > li .img {
    flex-shrink: 0;
  }
  #document.home .a_selfcare .links > li .img img {
    width: 107px;
    height: auto;
  }
  #document.home .a_selfcare .links > li .img img:not(.hover) {
    display: none;
  }
  #document.home .a_selfcare .links > li .img::before {
    width: 80px;
    height: 80px;
  }
  #document.home .a_selfcare .links > li .btnTitle {
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    margin-left: 5px;
  }
  #document.home .a_selfcare .links > li .btnTitle::after {
    right: 10px;
  }
  #document.home .a_selfcare .buttonList {
    margin-top: 40px;
  }
  #document.home .a_selfcare .buttonList > li a::after {
    right: 20px;
  }
}

#document.home .a_management > *:last-child {
  margin-bottom: 0 !important;
}

#document.home .a_management .links > li a {
  color: inherit;
  text-decoration: none;
}

#document.home .a_management .links > li.disabled .img::before {
  display: none;
}

#document.home .a_management .links > li.disabled .title::after {
  display: none;
}

#document.home .a_management .links .img {
  text-align: center;
  position: relative;
}

#document.home .a_management .links .img::before {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  content: "";
  z-index: 0;
  animation: moyamoya 5s linear infinite;
  transform: translate(-50%, -50%);
  background: rgba(131, 208, 89, 0.1);
}

#document.home .a_management .links .img img {
  position: relative;
  z-index: 1;
}

#document.home .a_management .links .title::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  margin-left: 15px;
  transition: .2s ease;
  margin-top: -2px;
  display: inline-block;
}

#document.home .a_management .links .note {
  position: relative;
  padding-left: 1.25em;
}

#document.home .a_management .links .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  #document.home .a_management .links {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
  }
  #document.home .a_management .links > li {
    width: 300px;
  }
  #document.home .a_management .links > li:hover .img::before {
    background: rgba(131, 208, 89, 0.1);
  }
  #document.home .a_management .links > li:hover .img img.hover {
    opacity: 1;
  }
  #document.home .a_management .links > li:hover .title::after {
    margin-left: 20px;
  }
  #document.home .a_management .links .img {
    margin-bottom: 10px;
    width: 100%;
  }
  #document.home .a_management .links .img::before {
    width: 160px;
    height: 160px;
  }
  #document.home .a_management .links .img img.hover {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 2;
    transition: .2s ease;
  }
  #document.home .a_management .links .title {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
  }
  #document.home .a_management .links .summary {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  #document.home .a_management .links .note {
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.714;
  }
}

@media screen and (max-width: 767px) {
  #document.home .a_management .links {
    padding: 0 30px;
    margin-top: 40px;
  }
  #document.home .a_management .links > li.disabled {
    display: none;
  }
  #document.home .a_management .links > li .img::before {
    width: 140px;
    height: 140px;
    margin-top: -10px;
    background: rgba(131, 208, 89, 0.1);
  }
  #document.home .a_management .links > li .img img {
    width: 241px;
  }
  #document.home .a_management .links > li .img img:not(.hover) {
    display: none;
  }
  #document.home .a_management .links > li .title {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 8px 0 16px;
  }
  #document.home .a_management .links > li .summary {
    font-size: 0.8125rem;
    line-height: 1.61538;
  }
  #document.home .a_management .links .note {
    font-size: 0.8125rem;
    line-height: 1.61538;
  }
}

#document.home .a_hormone::after {
  background: #FFF2F9;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
}

#document.home .a_hormone .link {
  display: flex;
  position: relative;
  color: inherit;
  text-decoration: none;
}

#document.home .a_hormone .link .img {
  position: relative;
}

#document.home .a_hormone .link .img::before {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 0;
  animation: moyamoya 5s linear infinite;
  transform: translateY(-50%);
  background: rgba(253, 127, 195, 0.05);
}

#document.home .a_hormone .link .img img {
  position: inherit;
  z-index: 1;
}

#document.home .a_hormone .link .body {
  font-weight: bold;
}

#document.home .a_hormone .link .body small {
  display: block;
}

#document.home .a_hormone .link .info {
  border-top: 1px solid #ECEEEF;
}

#document.home .a_hormone .link .info .name small {
  display: inline-block;
  margin-left: 7px;
}

#document.home .a_hormone .link .info .doctorTitle {
  font-weight: normal;
  margin: 0;
}

#document.home .a_hormone .link::after {
  position: absolute;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  transform: translateY(-50%);
  transition: .2s ease;
}

#document.home .a_hormone .subHeading {
  text-align: center;
}

@media (min-width: 768px) {
  #document.home .a_hormone {
    padding-top: 113px;
  }
  #document.home .a_hormone::after {
    width: 100vw;
    height: 522px;
  }
  #document.home .a_hormone .lead {
    margin-bottom: 55px;
  }
  #document.home .a_hormone .link {
    width: 640px;
    margin: 0 auto;
    align-items: flex-end;
    transition: .3s ease;
  }
  #document.home .a_hormone .link::before {
    position: absolute;
    background: #fff;
    content: '';
    box-shadow: 0 6px 20px rgba(92, 38, 66, 0.1);
    border-radius: 10px;
    bottom: 0;
    height: 233px;
    width: 100%;
    z-index: -1;
    transition: .3s ease;
  }
  #document.home .a_hormone .link::after {
    right: 25px;
    bottom: 110px;
  }
  #document.home .a_hormone .link:hover .img img.hover {
    opacity: 1;
  }
  #document.home .a_hormone .link:hover::before {
    box-shadow: 0 6px 20px rgba(92, 38, 66, 0.2);
  }
  #document.home .a_hormone .link:hover::after {
    right: 20px;
  }
  #document.home .a_hormone .link .img {
    padding: 0 0 0 48px;
    flex-shrink: 0;
    position: relative;
  }
  #document.home .a_hormone .link .img::before {
    width: 160px;
    height: 160px;
    left: 30px;
  }
  #document.home .a_hormone .link .img img.hover {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 48px;
    transition: .2s ease;
  }
  #document.home .a_hormone .link .body {
    padding: 0 78px 0 45px;
  }
  #document.home .a_hormone .link .body .title {
    font-size: 1.5rem;
    line-height: 1.5;
    overflow-x: visible;
    white-space: nowrap;
    margin: 0 0 14px -15px;
  }
  #document.home .a_hormone .link .body .title small {
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 15px;
  }
  #document.home .a_hormone .link .body .info {
    width: 332px;
    padding: 16px 0 46px;
  }
  #document.home .a_hormone .link .body .name {
    margin-bottom: 3px;
  }
  #document.home .a_hormone .link .body .name small {
    font-size: 0.875rem;
  }
  #document.home .a_hormone .link .body .doctorTitle {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  #document.home .a_hormone .bnrList {
    display: flex;
    justify-content: center;
    margin: 0;
  }
  #document.home .a_hormone .bnrList > li {
    position: relative;
    transition: .2s ease;
  }
  #document.home .a_hormone .bnrList > li:hover {
    opacity: .7;
  }
  #document.home .a_hormone .bnrList > li + li {
    margin-left: 20px;
  }
  #document.home .a_hormone .subHeading {
    position: relative;
    font-size: 1.25rem;
    margin: 94px 0 36px;
  }
  #document.home .a_hormone .subHeading::before, #document.home .a_hormone .subHeading::after {
    position: absolute;
    top: 50%;
    content: "";
    border-top: 1px solid #E6DCE2;
    width: 191px;
  }
  #document.home .a_hormone .subHeading::before {
    left: -100px;
  }
  #document.home .a_hormone .subHeading::after {
    right: -100px;
  }
}

@media (min-width: 1001px) {
  #document.home .a_hormone::after {
    transform: translateX(calc(-50% + 500px));
  }
}

@media screen and (max-width: 767px) {
  #document.home .a_hormone {
    padding-top: 80px;
  }
  #document.home .a_hormone::after {
    height: 706px;
    width: 100%;
  }
  #document.home .a_hormone .link {
    border-radius: 10px;
    padding: 18px 0 0 20px;
    width: calc(100% - 60px);
    margin: 40px auto 0;
    box-sizing: border-box;
    background: #fff;
    align-items: flex-end;
    box-shadow: 0 6px 20px rgba(92, 38, 66, 0.1);
  }
  #document.home .a_hormone .link::after {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  #document.home .a_hormone .link .img {
    flex-shrink: 0;
  }
  #document.home .a_hormone .link .img img {
    width: 92px;
    height: 100%;
  }
  #document.home .a_hormone .link .img img:not(.hover) {
    display: none;
  }
  #document.home .a_hormone .link .body {
    margin-left: 7px;
    flex-shrink: 1;
    align-items: flex-end;
    padding-right: 40px;
    width: calc(100% - 140px);
  }
  #document.home .a_hormone .link .body .title {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 9px;
  }
  #document.home .a_hormone .link .body .title small {
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 7px;
  }
  #document.home .a_hormone .link .body .title .indent {
    display: inline-block;
    text-indent: -10px;
  }
  #document.home .a_hormone .link .body .info {
    padding: 0 0 27px;
  }
  #document.home .a_hormone .link .body .info .name {
    margin: 11px 0 4px;
  }
  #document.home .a_hormone .link .body .info .name small {
    font-size: 0.75rem;
  }
  #document.home .a_hormone .link .body .info .doctorTitle {
    font-size: 0.5625rem;
    white-space: nowrap;
    transform: scale(0.9) translateX(-5%);
  }
  #document.home .a_hormone .subHeading {
    margin: 60px 0 27px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  #document.home .a_hormone .bnrList {
    text-align: center;
    margin: 0;
  }
  #document.home .a_hormone .bnrList > li + li {
    margin-top: 15px;
  }
}

#document.home .a_think::before {
  position: absolute;
  right: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: rgba(131, 208, 89, 0.1);
}

#document.home .a_think::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #9BD97A;
}

#document.home .a_think .balloon {
  margin-bottom: 5px;
}

#document.home .a_think .illust {
  position: relative;
  text-align: center;
}

#document.home .a_think .illust::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  z-index: 0;
  animation: moyamoya 5s linear infinite;
  transform: translate(-50%, -50%);
  background: rgba(131, 208, 89, 0.1);
}

#document.home .a_think .illust img {
  position: relative;
  z-index: 0;
}

#document.home .a_think .buttonList > li {
  margin-bottom: 0;
}

#document.home .a_think .buttonList > li a {
  font-weight: bold;
}

#document.home .a_think .buttonList > li a::after {
  color: #0078dc;
  transition: .2s ease;
}

#document.home .a_think .link {
  display: flex;
  position: relative;
  color: inherit;
  text-decoration: none;
}

#document.home .a_think .link .img {
  position: relative;
}

#document.home .a_think .link .img::before {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 0;
  animation: moyamoya 5s linear infinite;
  transform: translateY(-50%);
  background: rgba(131, 208, 89, 0.05);
}

#document.home .a_think .link .img img {
  position: inherit;
  z-index: 1;
}

#document.home .a_think .link .body {
  font-weight: bold;
}

#document.home .a_think .link .body small {
  display: block;
}

#document.home .a_think .link .info {
  border-top: 1px solid #ECEEEF;
}

#document.home .a_think .link .info .name small {
  display: inline-block;
  margin-left: 7px;
}

#document.home .a_think .link .info .doctorTitle {
  font-weight: normal;
  margin: 0;
}

#document.home .a_think .link::after {
  position: absolute;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E005";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  #document.home .a_think::before {
    top: 553px;
    bottom: 130px;
    width: 100vw;
  }
  #document.home .a_think::after {
    width: calc(100vw - 40px);
    height: 260px;
  }
  #document.home .a_think .lead {
    margin-bottom: 50px;
  }
  #document.home .a_think .illust {
    margin-top: 73px;
    text-align: center;
  }
  #document.home .a_think .illust::before {
    width: 245px;
    height: 160px;
    top: 40px;
  }
  #document.home .a_think .buttonList {
    margin: 42px auto 0;
  }
  #document.home .a_think .buttonList li a:hover::after {
    right: 20px;
  }
  #document.home .a_think .linkWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 50px;
    margin: 0 auto 60px;
  }
  #document.home .a_think .link {
    width: 475px;
    align-items: flex-end;
    margin: 0;
  }
  #document.home .a_think .link::before {
    position: absolute;
    background: #fff;
    content: '';
    box-shadow: 0 6px 20px rgba(43, 77, 24, 0.1);
    border-radius: 10px;
    bottom: 0;
    height: 233px;
    width: 100%;
    z-index: -1;
    transition: .3s ease;
  }
  #document.home .a_think .link::after {
    right: 25px;
    bottom: 25px;
  }
  #document.home .a_think .link:hover .img img.hover {
    opacity: 1;
  }
  #document.home .a_think .link:hover::before {
    box-shadow: 0 6px 20px rgba(43, 77, 24, 0.2);
  }
  #document.home .a_think .link .img {
    padding: 0 0 0 48px;
    flex-shrink: 0;
    position: relative;
  }
  #document.home .a_think .link .img::before {
    width: 160px;
    height: 160px;
    left: 30px;
  }
  #document.home .a_think .link .img img.hover {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 48px;
    transition: .2s ease;
  }
  #document.home .a_think .link .body {
    padding: 0 78px 0 45px;
  }
  #document.home .a_think .link .body .title {
    font-size: 1.5rem;
    line-height: 1.5;
    overflow-x: visible;
    white-space: nowrap;
    margin: 0 0 14px -15px;
  }
  #document.home .a_think .link .body .title small {
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 15px;
  }
  #document.home .a_think .link .body .info {
    width: 205px;
    padding: 16px 0 46px;
  }
  #document.home .a_think .link .body .name {
    margin-bottom: 3px;
  }
  #document.home .a_think .link .body .name small {
    font-size: 0.875rem;
  }
  #document.home .a_think .link .body .doctorTitle {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  #document.home .a_think .borderHeading:not(:first-child) {
    margin-top: 130px;
  }
  #document.home .a_think .m_button {
    font-size: 1rem;
    line-height: 1;
  }
}

@media (min-width: 1001px) {
  #document.home .a_think::before, #document.home .a_think::after {
    transform: translateX(calc(-50% + 500px));
  }
}

@media screen and (max-width: 767px) {
  #document.home .a_think::before {
    width: 100%;
    height: 1135px;
    bottom: 0;
  }
  #document.home .a_think::after {
    height: 277px;
    width: 100%;
  }
  #document.home .a_think .illust {
    text-align: center;
    margin-top: 50px;
  }
  #document.home .a_think .illust::before {
    width: 180px;
    height: 118px;
    top: 40px;
  }
  #document.home .a_think .illust img {
    width: 280px;
  }
  #document.home .a_think .linkWrap {
    margin: 32px auto 40px;
    width: calc(100% - 60px);
  }
  #document.home .a_think .link {
    border-radius: 10px;
    padding: 18px 0 0 20px;
    box-sizing: border-box;
    background: #fff;
    align-items: flex-end;
    box-shadow: 0 6px 20px rgba(43, 77, 24, 0.1);
  }
  #document.home .a_think .link:nth-of-type(n+2) {
    margin-top: 15px;
  }
  #document.home .a_think .link::after {
    right: 20px;
    bottom: 20px;
  }
  #document.home .a_think .link .img {
    flex-shrink: 0;
  }
  #document.home .a_think .link .img img {
    width: 92px;
    height: 100%;
  }
  #document.home .a_think .link .img img:not(.hover) {
    display: none;
  }
  #document.home .a_think .link .body {
    margin-left: 7px;
    flex-shrink: 1;
    align-items: flex-end;
    padding-right: 40px;
    width: calc(100% - 140px);
  }
  #document.home .a_think .link .body .title {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 9px;
  }
  #document.home .a_think .link .body .title small {
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 7px;
  }
  #document.home .a_think .link .body .title .indent {
    display: inline-block;
    text-indent: -10px;
  }
  #document.home .a_think .link .body .info {
    padding: 0 0 27px;
  }
  #document.home .a_think .link .body .info .name {
    margin: 11px 0 4px;
  }
  #document.home .a_think .link .body .info .name small {
    font-size: 0.75rem;
  }
  #document.home .a_think .link .body .info .doctorTitle {
    font-size: 0.5625rem;
    white-space: nowrap;
    transform: scale(0.9) translateX(-5%);
  }
  #document.home .a_think .m_button {
    font-size: 0.875rem;
    line-height: 1;
  }
  #document.home .a_think .buttonList {
    margin: 50px auto 0;
  }
}

#document.home .borderHeading {
  text-align: center;
  margin-top: 0;
}

#document.home .borderHeading::after {
  content: '';
  display: block;
  border-top: 2px solid;
  margin: 12px auto 0;
  width: 40px;
}

#document.home .borderHeading.color01::after {
  border-color: #fd7fc3;
}

#document.home .borderHeading.color02::after {
  border-color: #83d059;
}

#document.home .borderHeading.color03::after {
  border-color: #ffa74e;
}

@media (min-width: 768px) {
  #document.home .borderHeading {
    font-size: 2rem;
    margin-bottom: 32px;
  }
  #document.home .borderHeading:not(:first-child) {
    margin-top: 140px;
  }
}

@media screen and (max-width: 767px) {
  #document.home .borderHeading {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  #document.home .borderHeading:not(:first-child) {
    margin-top: 100px;
  }
}

#document.home .a_project {
  position: relative;
  text-align: center;
  z-index: 10;
}

@media (min-width: 768px) {
  #document.home .a_project {
    margin-top: 20px;
    padding: 140px 0;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.home .a_project {
    margin-top: 10px;
    padding: 80px 33px;
    font-size: 0.875rem;
    line-height: 2;
  }
}

#document.home .a_project::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #ffffff no-repeat 50% 50%;
  background-size: cover;
}

@media (min-width: 768px) {
  #document.home .a_project::before {
    width: 100vw;
    background-image: url(/woman_healthcare_project/images/common/index_bg_project.jpg);
  }
}

@media (min-width: 1001px) {
  #document.home .a_project::before {
    transform: translateX(calc(-50% + 500px));
  }
}

@media screen and (max-width: 767px) {
  #document.home .a_project::before {
    background-image: url(/woman_healthcare_project/images/common/index_bg_project_@2x.jpg);
  }
}

@media (min-width: 768px) {
  #document.home .a_project > .heading {
    margin: 0 0 64px;
    font-size: 2rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.home .a_project > .heading {
    margin: 0 0 39px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

#document.home .a_project > .heading::before {
  display: block;
  content: "";
  background: url(/woman_healthcare_project/images/common/index_img_rose.svg) no-repeat 50% 50%;
  background-size: cover;
}

@media (min-width: 768px) {
  #document.home .a_project > .heading::before {
    width: 60px;
    height: 48px;
    margin: 0 auto 35px;
  }
}

@media screen and (max-width: 767px) {
  #document.home .a_project > .heading::before {
    width: 40px;
    height: 32px;
    margin: 0 auto 18px;
  }
}

#document.home .a_project > .heading > span:not([class]) {
  display: block;
}

@media (min-width: 768px) {
  #document.home .a_project > .heading > span:not([class]) {
    margin-bottom: 5px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.home .a_project > .heading > span:not([class]) {
    margin-bottom: 2.5px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

#document.home .a_project .heading02 {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  #document.home .a_project .heading02 {
    margin: 65px 0 25px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.home .a_project .heading02 {
    margin: 42px 0 20px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

#document.home .a_project .heading02::before, #document.home .a_project .heading02::after {
  flex-grow: 1;
  content: "";
  border-top: 1px solid #dee1e3;
}

#document.home .a_project .heading02::before {
  margin-right: 30px;
}

#document.home .a_project .heading02::after {
  margin-left: 30px;
}

@media (min-width: 768px) {
  #document.home .a_project .panelLink {
    margin: 36px 0 0;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  #document.home .a_project .panelLink {
    margin: 0 10px;
  }
}

#document.home .a_project .panelLink > li {
  border-radius: 10px;
  box-shadow: 0 6px 20px 0 rgba(77, 42, 61, 0.03);
  background-color: #ffffff;
}

@media (min-width: 768px) {
  #document.home .a_project .panelLink > li {
    width: 250px;
    min-height: 160px;
  }
}

#document.home .a_project .panelLink > li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #1A2229;
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 768px) {
  #document.home .a_project .panelLink > li a {
    font-size: 1.125rem;
    line-height: 1.5;
    transition: box-shadow .4s ease;
  }
}

@media screen and (max-width: 767px) {
  #document.home .a_project .panelLink > li a {
    font-size: 0.8125rem;
    line-height: 1.38462;
    padding: 15px 0;
  }
}

#document.home .a_project .panelLink > li a > span:not([class]) {
  font-weight: 400;
}

@media (min-width: 768px) {
  #document.home .a_project .panelLink > li a > span:not([class]) {
    margin: 2.5px 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.home .a_project .panelLink > li a > span:not([class]) {
    margin: 0.5px 0;
    font-size: 0.625rem;
    line-height: 1.5;
  }
}

#document.home .a_project .panelLink > li a[target="_blank"]::after {
  position: absolute;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E005";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  transform: scale(0.9);
}

@media (min-width: 768px) {
  #document.home .a_project .panelLink > li a[target="_blank"]::after {
    right: 20px;
    bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #document.home .a_project .panelLink > li a[target="_blank"]::after {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  #document.home .a_project .panelLink > li a:hover {
    box-shadow: 0 10px 20px 0 rgba(77, 42, 61, 0.1);
  }
}

@media (min-width: 768px) {
  #document.home .a_project .panelLink > li:nth-of-type(n+2) {
    margin-left: 35px;
  }
}

@media screen and (max-width: 767px) {
  #document.home .a_project .panelLink > li:nth-of-type(n+2) {
    margin-top: 15px;
  }
}

#document.home .section01.is_active ~ .wave .line:nth-of-type(1) {
  border-color: #fd7fc3;
}

#document.report-wokingwoman .wave {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  transition: opacity .4s ease;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .wave {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .wave {
    width: 100%;
  }
}

#document.report-wokingwoman .wave .line {
  position: absolute;
  border: 1px solid;
  border-radius: 24%;
  transform-origin: 50% 49%;
  transition: border-color .8s ease-out;
  opacity: 0.5;
  pointer-events: none;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .wave .line {
    left: 300px;
    top: -150px;
    width: 1000px;
    height: 1200px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .wave .line {
    top: -50vh;
    width: 200vh;
    height: 200vh;
    left: 95vw;
  }
}

#document.report-wokingwoman .wave .line:nth-of-type(1) {
  border-radius: 52% 42% 38% 40%;
  border-color: rgba(253, 127, 195, 0.4);
  transform: rotate(30deg);
}

#document.report-wokingwoman .wave .line:nth-of-type(2) {
  border-radius: 35% 50% 42% 46% / 80% 46% 60% 50%;
  border-color: rgba(253, 127, 195, 0.8);
  transform: rotate(45deg);
}

.js_run #document.report-wokingwoman .wave .line {
  animation: wave 80s linear infinite;
}

.js_run #document.report-wokingwoman .wave .line:nth-of-type(2) {
  animation-duration: 60s;
}

#document.report-wokingwoman .a_about {
  position: relative;
  z-index: 5;
}

#document.report-wokingwoman .a_about > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_about {
    padding: 210px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_about {
    padding: 160px 30px 0;
  }
}

#document.report-wokingwoman .a_about .head {
  position: relative;
  text-align: center;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_about .head {
    padding-bottom: 65px;
  }
}

#document.report-wokingwoman .a_about .head .label {
  border: 1px solid;
  color: #FD7FC3;
  font-weight: 700;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_about .head .label {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 15px 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_about .head .label {
    font-size: 1rem;
    line-height: 1.5;
    padding: 10px 30px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.report-wokingwoman .a_about .head > .label {
    padding: 15px 50px 10px;
  }
}

#document.report-wokingwoman .a_about .head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -60px;
  width: 1px;
  height: 120px;
  background-color: #1A2229;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_about .head::after {
    height: 80px;
    bottom: -40px;
  }
}

#document.report-wokingwoman .a_about .image-item {
  position: absolute;
  bottom: 0;
}

#document.report-wokingwoman .a_about .image-item:nth-of-type(1) {
  left: 30px;
}

#document.report-wokingwoman .a_about .image-item:nth-of-type(2) {
  right: 10px;
}

#document.report-wokingwoman .a_about .image {
  position: relative;
  display: inline-block;
}

#document.report-wokingwoman .a_about .image img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.report-wokingwoman .a_about .image.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.report-wokingwoman .a_about .image.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.report-wokingwoman .a_about .image.js_anim.is_anim img {
  transition: opacity 1s ease .3s;
}

#document.report-wokingwoman .a_about .image.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document.report-wokingwoman .a_about .heading {
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_about .heading {
    font-size: 2rem;
    line-height: 1.5;
    margin: 35px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_about .heading {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 30px 0 0;
  }
}

@media screen and (max-width: 410px) and (min-width: 376px) {
  #document.report-wokingwoman .a_about .heading {
    font-feature-settings: "palt";
  }
}

#document.report-wokingwoman .a_about .cont {
  position: relative;
  padding-top: 100px;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_about .cont {
    padding-top: 75px;
    padding-bottom: 65px;
  }
}

#document.report-wokingwoman .a_about .cont::after {
  position: absolute;
  top: 0;
  z-index: -1;
  content: "";
  right: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  background-color: rgba(253, 127, 195, 0.1);
}

@media (min-width: 1001px) {
  #document.report-wokingwoman .a_about .cont::after {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_about .cont::after {
    right: -30px;
    left: -30px;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_about .text {
    font-size: 1.125rem;
    line-height: 2;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_about .text {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

#document.report-wokingwoman .a_about .note {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_about .note {
    margin-top: 30px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_about .note {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

#document.report-wokingwoman .a_about .note li {
  position: relative;
  text-align: left;
  color: #606E79;
  padding-left: 2em;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_about .note li {
    padding-left: 2em;
  }
}

#document.report-wokingwoman .a_about .note .child .indent {
  float: left;
  display: block;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_about .note .child .body {
    padding-left: 70px;
  }
}

#document.report-wokingwoman .a_about .note .mark {
  width: 2.2em;
  display: inline-block;
  position: absolute;
  left: 0;
  letter-spacing: 0.1em;
}

#document.report-wokingwoman .a_content {
  position: relative;
  z-index: 1;
}

#document.report-wokingwoman .a_content::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #ffffff;
}

@media (min-width: 1001px) {
  #document.report-wokingwoman .a_content::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content::before {
    right: -30px;
    left: -30px;
  }
}

#document.report-wokingwoman .a_content .section {
  position: relative;
}

#document.report-wokingwoman .a_content .section > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section {
    padding: 260px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section {
    padding: 165px 30px 0;
  }
}

#document.report-wokingwoman .a_content .section::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
}

@media (min-width: 1001px) {
  #document.report-wokingwoman .a_content .section::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section::before {
    right: -40px;
    left: -40px;
  }
}

#document.report-wokingwoman .a_content .section > .heading {
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section > .heading {
    margin: -8px 0 46px;
    font-size: 1.625rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section > .heading {
    margin: -5px 0;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

#document.report-wokingwoman .a_content .section > .heading .num {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section > .heading .num {
    top: -104px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section > .heading .num {
    top: -62px;
  }
}

#document.report-wokingwoman .a_content .section > .lead {
  position: relative;
  text-align: center;
  z-index: 0;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section > .lead {
    margin: 54px 0 85px;
    padding: 34px 0 32px;
    font-size: 1.25rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section > .lead {
    margin: 40px 0 65px;
    padding: 25px 0;
    font-size: 1rem;
    line-height: 1.5;
  }
}

#document.report-wokingwoman .a_content .section > .lead::before, #document.report-wokingwoman .a_content .section > .lead::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(253, 141, 201, 0.7);
  border-top: 4px solid white;
  border-bottom: 4px solid white;
}

#document.report-wokingwoman .a_content .section > .lead::before {
  top: 0;
}

#document.report-wokingwoman .a_content .section > .lead::after {
  bottom: 0;
}

#document.report-wokingwoman .a_content .tab {
  position: relative;
  display: flex;
  margin-bottom: 0;
}

#document.report-wokingwoman .a_content .tab::after {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 3px;
  z-index: -1;
  width: calc(100% + 60px);
  height: 1px;
  background-color: #DEE1E3;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .tab {
    display: none;
  }
}

#document.report-wokingwoman .a_content .tab li {
  font-size: 1rem;
  line-height: 1.5;
  padding: 20px 0;
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

#document.report-wokingwoman .a_content .tab li button {
  color: #1A2229 !important;
}

#document.report-wokingwoman .a_content .tab li.is-current {
  margin-bottom: 0;
  position: relative;
  top: -3px;
}

#document.report-wokingwoman .a_content .tab li.is-current button {
  font-weight: 700;
}

#document.report-wokingwoman .a_content .tab li {
  width: 48.57143%;
  border-left: 1px solid #DEE1E3;
  border-right: 1px solid #DEE1E3;
  background-color: #fff;
}

#document.report-wokingwoman .a_content .tab li:nth-of-type(1) {
  margin-right: 9px;
  border-top: 4px solid #ffa74e;
}

#document.report-wokingwoman .a_content .tab li:nth-of-type(1).is-current {
  border-top-width: 8px;
}

#document.report-wokingwoman .a_content .tab li:nth-of-type(2) {
  border-top: 4px solid #83d059;
}

#document.report-wokingwoman .a_content .tab li:nth-of-type(2).is-current {
  border-top-width: 8px;
}

#document.report-wokingwoman .a_content .enqueteResult {
  margin: 0;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult > li {
    width: 450px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult > li {
    padding-top: 60px;
    display: none;
  }
  #document.report-wokingwoman .a_content .enqueteResult > li.is-current {
    display: block;
  }
  #document.report-wokingwoman .a_content .enqueteResult > li.is-current .m_graph {
    transition: stroke-dasharray 0.5s linear;
  }
}

#document.report-wokingwoman .a_content .enqueteResult .label {
  display: block;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult .label {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult .label {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}

#document.report-wokingwoman .a_content .enqueteResult .label .mark {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult .label .mark {
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult .label .mark {
    font-size: 1.875rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox {
    min-height: 190px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox {
    max-width: 315px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .list {
    font-size: 0.875rem;
    line-height: 1.28571;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .list {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

#document.report-wokingwoman .a_content .enqueteResult .graphbox .list .val {
  display: block;
  font-family: Inter, sans-serif;
  font-weight: 700;
  margin-left: 1em;
  font-size: 1.25rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .list .val {
    margin-left: 0.5em;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .list .val .unit {
    margin-top: 3px;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .list .val .unit {
    font-size: 0.625rem;
    line-height: 1;
  }
}

#document.report-wokingwoman .a_content .enqueteResult .graphbox .list li {
  display: flex;
  align-items: flex-start;
  align-items: baseline;
  justify-content: space-between;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .list li {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .list > li:nth-of-type(n+2) {
    margin-top: 7px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .list > li:nth-of-type(n+2) {
    margin-top: 7px;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph {
    width: 240px;
    height: 240px;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="2"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="3"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="4"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="5"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="6"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="7"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="8"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="9"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="10"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="11"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="12"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="13"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="14"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="15"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="16"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="17"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="18"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="19"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="20"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="21"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="22"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="23"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="24"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="25"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="26"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="27"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="28"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="29"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="30"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="31"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="32"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="33"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="34"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="35"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="36"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="37"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="38"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="39"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="40"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="41"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="42"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="43"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="44"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="45"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="46"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="47"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="48"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="49"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="50"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="51"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="52"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="53"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="54"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="55"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="56"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="57"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="58"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="59"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="60"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="61"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="62"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="63"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="64"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="65"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="66"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="67"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="68"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="69"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="70"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="71"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="72"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="73"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="74"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="75"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="76"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="77"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="78"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="79"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="80"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="81"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="82"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="83"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="84"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="85"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="86"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="87"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="88"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="89"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="90"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="91"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="92"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="93"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="94"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="95"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="96"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="97"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="98"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="99"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="100"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val02 {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="1"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="2"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="3"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="4"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="5"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="6"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="7"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="8"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="9"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="10"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="11"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="12"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="13"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="14"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="15"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="16"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="17"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="18"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="19"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="20"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="21"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="22"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="23"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="24"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="25"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="26"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="27"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="28"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="29"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="30"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="31"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="32"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="33"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="34"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="35"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="36"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="37"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="38"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="39"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="40"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="41"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="42"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="43"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="44"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="45"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="46"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="47"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="48"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="49"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="50"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="51"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="52"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="53"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="54"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="55"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="56"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="57"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="58"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="59"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="60"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="61"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="62"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="63"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="64"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="65"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="66"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="67"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="68"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="69"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="70"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="71"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="72"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="73"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="74"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="75"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="76"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="77"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="78"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="79"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="80"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="81"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="82"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="83"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="84"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="85"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="86"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="87"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="88"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="89"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="90"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="91"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="92"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="93"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="94"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="95"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="96"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="97"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="98"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="99"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="100"] {
    stroke-dasharray: 0, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    transition: stroke-dasharray 0.01s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    transition: stroke-dasharray 0.02s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    stroke-dasharray: 3.768, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    transition: stroke-dasharray 0.03s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    stroke-dasharray: 7.536, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    transition: stroke-dasharray 0.04s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    stroke-dasharray: 11.304, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    transition: stroke-dasharray 0.05s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    stroke-dasharray: 15.072, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    transition: stroke-dasharray 0.06s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    stroke-dasharray: 18.84, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    transition: stroke-dasharray 0.07s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    stroke-dasharray: 22.608, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    transition: stroke-dasharray 0.08s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    stroke-dasharray: 26.376, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    transition: stroke-dasharray 0.09s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    stroke-dasharray: 30.144, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    transition: stroke-dasharray 0.1s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    stroke-dasharray: 33.912, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    transition: stroke-dasharray 0.11s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    stroke-dasharray: 37.68, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    transition: stroke-dasharray 0.12s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    stroke-dasharray: 41.448, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    transition: stroke-dasharray 0.13s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    stroke-dasharray: 45.216, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    transition: stroke-dasharray 0.14s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    stroke-dasharray: 48.984, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    transition: stroke-dasharray 0.15s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    stroke-dasharray: 52.752, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    transition: stroke-dasharray 0.16s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    stroke-dasharray: 56.52, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    transition: stroke-dasharray 0.17s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    stroke-dasharray: 60.288, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    transition: stroke-dasharray 0.18s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    stroke-dasharray: 64.056, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    transition: stroke-dasharray 0.19s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    stroke-dasharray: 67.824, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    transition: stroke-dasharray 0.2s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    stroke-dasharray: 71.592, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    transition: stroke-dasharray 0.21s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    stroke-dasharray: 75.36, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    transition: stroke-dasharray 0.22s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    stroke-dasharray: 79.128, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    transition: stroke-dasharray 0.23s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    stroke-dasharray: 82.896, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    transition: stroke-dasharray 0.24s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    stroke-dasharray: 86.664, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    transition: stroke-dasharray 0.25s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    stroke-dasharray: 90.432, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    transition: stroke-dasharray 0.26s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    stroke-dasharray: 94.2, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    transition: stroke-dasharray 0.27s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    stroke-dasharray: 97.968, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    transition: stroke-dasharray 0.28s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    stroke-dasharray: 101.736, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    transition: stroke-dasharray 0.29s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    stroke-dasharray: 105.504, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    transition: stroke-dasharray 0.3s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    stroke-dasharray: 109.272, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    transition: stroke-dasharray 0.31s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    stroke-dasharray: 113.04, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    transition: stroke-dasharray 0.32s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    stroke-dasharray: 116.808, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    transition: stroke-dasharray 0.33s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    stroke-dasharray: 120.576, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    transition: stroke-dasharray 0.34s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    stroke-dasharray: 124.344, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    transition: stroke-dasharray 0.35s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    stroke-dasharray: 128.112, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    transition: stroke-dasharray 0.36s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    stroke-dasharray: 131.88, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    transition: stroke-dasharray 0.37s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    stroke-dasharray: 135.648, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    transition: stroke-dasharray 0.38s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    stroke-dasharray: 139.416, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    transition: stroke-dasharray 0.39s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    stroke-dasharray: 143.184, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    transition: stroke-dasharray 0.4s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    stroke-dasharray: 146.952, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    transition: stroke-dasharray 0.41s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    stroke-dasharray: 150.72, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    transition: stroke-dasharray 0.42s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    stroke-dasharray: 154.488, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    transition: stroke-dasharray 0.43s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    stroke-dasharray: 158.256, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    transition: stroke-dasharray 0.44s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    stroke-dasharray: 162.024, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    transition: stroke-dasharray 0.45s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    stroke-dasharray: 165.792, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    transition: stroke-dasharray 0.46s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    stroke-dasharray: 169.56, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    transition: stroke-dasharray 0.47s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    stroke-dasharray: 173.328, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    transition: stroke-dasharray 0.48s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    stroke-dasharray: 177.096, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    transition: stroke-dasharray 0.49s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    stroke-dasharray: 180.864, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    transition: stroke-dasharray 0.5s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    stroke-dasharray: 184.632, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    transition: stroke-dasharray 0.51s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    stroke-dasharray: 188.4, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    transition: stroke-dasharray 0.52s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    stroke-dasharray: 192.168, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    transition: stroke-dasharray 0.53s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    stroke-dasharray: 195.936, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    transition: stroke-dasharray 0.54s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    stroke-dasharray: 199.704, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    transition: stroke-dasharray 0.55s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    stroke-dasharray: 203.472, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    transition: stroke-dasharray 0.56s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    stroke-dasharray: 207.24, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    transition: stroke-dasharray 0.57s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    stroke-dasharray: 211.008, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    transition: stroke-dasharray 0.58s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    stroke-dasharray: 214.776, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    transition: stroke-dasharray 0.59s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    stroke-dasharray: 218.544, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    transition: stroke-dasharray 0.6s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    stroke-dasharray: 222.312, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    transition: stroke-dasharray 0.61s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    stroke-dasharray: 226.08, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    transition: stroke-dasharray 0.62s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    stroke-dasharray: 229.848, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    transition: stroke-dasharray 0.63s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    stroke-dasharray: 233.616, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    transition: stroke-dasharray 0.64s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    stroke-dasharray: 237.384, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    transition: stroke-dasharray 0.65s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    stroke-dasharray: 241.152, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    transition: stroke-dasharray 0.66s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    stroke-dasharray: 244.92, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    transition: stroke-dasharray 0.67s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    stroke-dasharray: 248.688, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    transition: stroke-dasharray 0.68s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    stroke-dasharray: 252.456, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    transition: stroke-dasharray 0.69s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    stroke-dasharray: 256.224, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    transition: stroke-dasharray 0.7s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    stroke-dasharray: 259.992, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    transition: stroke-dasharray 0.71s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    stroke-dasharray: 263.76, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    transition: stroke-dasharray 0.72s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    stroke-dasharray: 267.528, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    transition: stroke-dasharray 0.73s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    stroke-dasharray: 271.296, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    transition: stroke-dasharray 0.74s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    stroke-dasharray: 275.064, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    transition: stroke-dasharray 0.75s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    stroke-dasharray: 278.832, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    transition: stroke-dasharray 0.76s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    stroke-dasharray: 282.6, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    transition: stroke-dasharray 0.77s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    stroke-dasharray: 286.368, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    transition: stroke-dasharray 0.78s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    stroke-dasharray: 290.136, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    transition: stroke-dasharray 0.79s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    stroke-dasharray: 293.904, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    transition: stroke-dasharray 0.8s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    stroke-dasharray: 297.672, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    transition: stroke-dasharray 0.81s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    stroke-dasharray: 301.44, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    transition: stroke-dasharray 0.82s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    stroke-dasharray: 305.208, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    transition: stroke-dasharray 0.83s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    stroke-dasharray: 308.976, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    transition: stroke-dasharray 0.84s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    stroke-dasharray: 312.744, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    transition: stroke-dasharray 0.85s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    stroke-dasharray: 316.512, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    transition: stroke-dasharray 0.86s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    stroke-dasharray: 320.28, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    transition: stroke-dasharray 0.87s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    stroke-dasharray: 324.048, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    transition: stroke-dasharray 0.88s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    stroke-dasharray: 327.816, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    transition: stroke-dasharray 0.89s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    stroke-dasharray: 331.584, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    transition: stroke-dasharray 0.9s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    stroke-dasharray: 335.352, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    transition: stroke-dasharray 0.91s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    stroke-dasharray: 339.12, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    transition: stroke-dasharray 0.92s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    stroke-dasharray: 342.888, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    transition: stroke-dasharray 0.93s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    stroke-dasharray: 346.656, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    transition: stroke-dasharray 0.94s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    stroke-dasharray: 350.424, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    transition: stroke-dasharray 0.95s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    stroke-dasharray: 354.192, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    transition: stroke-dasharray 0.96s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    stroke-dasharray: 357.96, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    transition: stroke-dasharray 0.97s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    stroke-dasharray: 361.728, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    transition: stroke-dasharray 0.98s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    stroke-dasharray: 365.496, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    transition: stroke-dasharray 0.99s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    stroke-dasharray: 369.264, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    transition: stroke-dasharray 1s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    stroke-dasharray: 373.032, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val02 {
    transition: stroke-dasharray 1s linear;
    stroke-dasharray: 251.2, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="1"] {
    transition: stroke-dasharray 0.01s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="1"] {
    stroke-dasharray: 0, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="2"] {
    transition: stroke-dasharray 0.02s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="2"] {
    stroke-dasharray: 3.768, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="3"] {
    transition: stroke-dasharray 0.03s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="3"] {
    stroke-dasharray: 7.536, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="4"] {
    transition: stroke-dasharray 0.04s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="4"] {
    stroke-dasharray: 11.304, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="5"] {
    transition: stroke-dasharray 0.05s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="5"] {
    stroke-dasharray: 15.072, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="6"] {
    transition: stroke-dasharray 0.06s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="6"] {
    stroke-dasharray: 18.84, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="7"] {
    transition: stroke-dasharray 0.07s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="7"] {
    stroke-dasharray: 22.608, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="8"] {
    transition: stroke-dasharray 0.08s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="8"] {
    stroke-dasharray: 26.376, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="9"] {
    transition: stroke-dasharray 0.09s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="9"] {
    stroke-dasharray: 30.144, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="10"] {
    transition: stroke-dasharray 0.1s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="10"] {
    stroke-dasharray: 33.912, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="11"] {
    transition: stroke-dasharray 0.11s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="11"] {
    stroke-dasharray: 37.68, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="12"] {
    transition: stroke-dasharray 0.12s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="12"] {
    stroke-dasharray: 41.448, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="13"] {
    transition: stroke-dasharray 0.13s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="13"] {
    stroke-dasharray: 45.216, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="14"] {
    transition: stroke-dasharray 0.14s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="14"] {
    stroke-dasharray: 48.984, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="15"] {
    transition: stroke-dasharray 0.15s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="15"] {
    stroke-dasharray: 52.752, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="16"] {
    transition: stroke-dasharray 0.16s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="16"] {
    stroke-dasharray: 56.52, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="17"] {
    transition: stroke-dasharray 0.17s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="17"] {
    stroke-dasharray: 60.288, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="18"] {
    transition: stroke-dasharray 0.18s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="18"] {
    stroke-dasharray: 64.056, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="19"] {
    transition: stroke-dasharray 0.19s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="19"] {
    stroke-dasharray: 67.824, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="20"] {
    transition: stroke-dasharray 0.2s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="20"] {
    stroke-dasharray: 71.592, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="21"] {
    transition: stroke-dasharray 0.21s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="21"] {
    stroke-dasharray: 75.36, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="22"] {
    transition: stroke-dasharray 0.22s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="22"] {
    stroke-dasharray: 79.128, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="23"] {
    transition: stroke-dasharray 0.23s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="23"] {
    stroke-dasharray: 82.896, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="24"] {
    transition: stroke-dasharray 0.24s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="24"] {
    stroke-dasharray: 86.664, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="25"] {
    transition: stroke-dasharray 0.25s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="25"] {
    stroke-dasharray: 90.432, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="26"] {
    transition: stroke-dasharray 0.26s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="26"] {
    stroke-dasharray: 94.2, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="27"] {
    transition: stroke-dasharray 0.27s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="27"] {
    stroke-dasharray: 97.968, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="28"] {
    transition: stroke-dasharray 0.28s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="28"] {
    stroke-dasharray: 101.736, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="29"] {
    transition: stroke-dasharray 0.29s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="29"] {
    stroke-dasharray: 105.504, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="30"] {
    transition: stroke-dasharray 0.3s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="30"] {
    stroke-dasharray: 109.272, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="31"] {
    transition: stroke-dasharray 0.31s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="31"] {
    stroke-dasharray: 113.04, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="32"] {
    transition: stroke-dasharray 0.32s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="32"] {
    stroke-dasharray: 116.808, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="33"] {
    transition: stroke-dasharray 0.33s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="33"] {
    stroke-dasharray: 120.576, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="34"] {
    transition: stroke-dasharray 0.34s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="34"] {
    stroke-dasharray: 124.344, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="35"] {
    transition: stroke-dasharray 0.35s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="35"] {
    stroke-dasharray: 128.112, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="36"] {
    transition: stroke-dasharray 0.36s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="36"] {
    stroke-dasharray: 131.88, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="37"] {
    transition: stroke-dasharray 0.37s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="37"] {
    stroke-dasharray: 135.648, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="38"] {
    transition: stroke-dasharray 0.38s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="38"] {
    stroke-dasharray: 139.416, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="39"] {
    transition: stroke-dasharray 0.39s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="39"] {
    stroke-dasharray: 143.184, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="40"] {
    transition: stroke-dasharray 0.4s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="40"] {
    stroke-dasharray: 146.952, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="41"] {
    transition: stroke-dasharray 0.41s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="41"] {
    stroke-dasharray: 150.72, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="42"] {
    transition: stroke-dasharray 0.42s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="42"] {
    stroke-dasharray: 154.488, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="43"] {
    transition: stroke-dasharray 0.43s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="43"] {
    stroke-dasharray: 158.256, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="44"] {
    transition: stroke-dasharray 0.44s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="44"] {
    stroke-dasharray: 162.024, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="45"] {
    transition: stroke-dasharray 0.45s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="45"] {
    stroke-dasharray: 165.792, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="46"] {
    transition: stroke-dasharray 0.46s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="46"] {
    stroke-dasharray: 169.56, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="47"] {
    transition: stroke-dasharray 0.47s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="47"] {
    stroke-dasharray: 173.328, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="48"] {
    transition: stroke-dasharray 0.48s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="48"] {
    stroke-dasharray: 177.096, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="49"] {
    transition: stroke-dasharray 0.49s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="49"] {
    stroke-dasharray: 180.864, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="50"] {
    transition: stroke-dasharray 0.5s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="50"] {
    stroke-dasharray: 184.632, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="51"] {
    transition: stroke-dasharray 0.51s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="51"] {
    stroke-dasharray: 188.4, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="52"] {
    transition: stroke-dasharray 0.52s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="52"] {
    stroke-dasharray: 192.168, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="53"] {
    transition: stroke-dasharray 0.53s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="53"] {
    stroke-dasharray: 195.936, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="54"] {
    transition: stroke-dasharray 0.54s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="54"] {
    stroke-dasharray: 199.704, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="55"] {
    transition: stroke-dasharray 0.55s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="55"] {
    stroke-dasharray: 203.472, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="56"] {
    transition: stroke-dasharray 0.56s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="56"] {
    stroke-dasharray: 207.24, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="57"] {
    transition: stroke-dasharray 0.57s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="57"] {
    stroke-dasharray: 211.008, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="58"] {
    transition: stroke-dasharray 0.58s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="58"] {
    stroke-dasharray: 214.776, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="59"] {
    transition: stroke-dasharray 0.59s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="59"] {
    stroke-dasharray: 218.544, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="60"] {
    transition: stroke-dasharray 0.6s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="60"] {
    stroke-dasharray: 222.312, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="61"] {
    transition: stroke-dasharray 0.61s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="61"] {
    stroke-dasharray: 226.08, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="62"] {
    transition: stroke-dasharray 0.62s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="62"] {
    stroke-dasharray: 229.848, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="63"] {
    transition: stroke-dasharray 0.63s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="63"] {
    stroke-dasharray: 233.616, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="64"] {
    transition: stroke-dasharray 0.64s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="64"] {
    stroke-dasharray: 237.384, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="65"] {
    transition: stroke-dasharray 0.65s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="65"] {
    stroke-dasharray: 241.152, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="66"] {
    transition: stroke-dasharray 0.66s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="66"] {
    stroke-dasharray: 244.92, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="67"] {
    transition: stroke-dasharray 0.67s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="67"] {
    stroke-dasharray: 248.688, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="68"] {
    transition: stroke-dasharray 0.68s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="68"] {
    stroke-dasharray: 252.456, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="69"] {
    transition: stroke-dasharray 0.69s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="69"] {
    stroke-dasharray: 256.224, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="70"] {
    transition: stroke-dasharray 0.7s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="70"] {
    stroke-dasharray: 259.992, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="71"] {
    transition: stroke-dasharray 0.71s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="71"] {
    stroke-dasharray: 263.76, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="72"] {
    transition: stroke-dasharray 0.72s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="72"] {
    stroke-dasharray: 267.528, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="73"] {
    transition: stroke-dasharray 0.73s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="73"] {
    stroke-dasharray: 271.296, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="74"] {
    transition: stroke-dasharray 0.74s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="74"] {
    stroke-dasharray: 275.064, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="75"] {
    transition: stroke-dasharray 0.75s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="75"] {
    stroke-dasharray: 278.832, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="76"] {
    transition: stroke-dasharray 0.76s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="76"] {
    stroke-dasharray: 282.6, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="77"] {
    transition: stroke-dasharray 0.77s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="77"] {
    stroke-dasharray: 286.368, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="78"] {
    transition: stroke-dasharray 0.78s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="78"] {
    stroke-dasharray: 290.136, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="79"] {
    transition: stroke-dasharray 0.79s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="79"] {
    stroke-dasharray: 293.904, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="80"] {
    transition: stroke-dasharray 0.8s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="80"] {
    stroke-dasharray: 297.672, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="81"] {
    transition: stroke-dasharray 0.81s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="81"] {
    stroke-dasharray: 301.44, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="82"] {
    transition: stroke-dasharray 0.82s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="82"] {
    stroke-dasharray: 305.208, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="83"] {
    transition: stroke-dasharray 0.83s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="83"] {
    stroke-dasharray: 308.976, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="84"] {
    transition: stroke-dasharray 0.84s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="84"] {
    stroke-dasharray: 312.744, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="85"] {
    transition: stroke-dasharray 0.85s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="85"] {
    stroke-dasharray: 316.512, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="86"] {
    transition: stroke-dasharray 0.86s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="86"] {
    stroke-dasharray: 320.28, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="87"] {
    transition: stroke-dasharray 0.87s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="87"] {
    stroke-dasharray: 324.048, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="88"] {
    transition: stroke-dasharray 0.88s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="88"] {
    stroke-dasharray: 327.816, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="89"] {
    transition: stroke-dasharray 0.89s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="89"] {
    stroke-dasharray: 331.584, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="90"] {
    transition: stroke-dasharray 0.9s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="90"] {
    stroke-dasharray: 335.352, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="91"] {
    transition: stroke-dasharray 0.91s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="91"] {
    stroke-dasharray: 339.12, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="92"] {
    transition: stroke-dasharray 0.92s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="92"] {
    stroke-dasharray: 342.888, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="93"] {
    transition: stroke-dasharray 0.93s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="93"] {
    stroke-dasharray: 346.656, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="94"] {
    transition: stroke-dasharray 0.94s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="94"] {
    stroke-dasharray: 350.424, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="95"] {
    transition: stroke-dasharray 0.95s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="95"] {
    stroke-dasharray: 354.192, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="96"] {
    transition: stroke-dasharray 0.96s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="96"] {
    stroke-dasharray: 357.96, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="97"] {
    transition: stroke-dasharray 0.97s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="97"] {
    stroke-dasharray: 361.728, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="98"] {
    transition: stroke-dasharray 0.98s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="98"] {
    stroke-dasharray: 365.496, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="99"] {
    transition: stroke-dasharray 0.99s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="99"] {
    stroke-dasharray: 369.264, 376.8;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="100"] {
    transition: stroke-dasharray 1s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="100"] {
    stroke-dasharray: 373.032, 376.8;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim.msie .val01 {
    stroke-dasharray: 0, 376.8;
  }
  *::-ms-backdrop,
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim.msie .val02 {
    stroke-dasharray: 0, 251.2;
  }
  *::-ms-backdrop,
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim.msie .val03 {
    stroke-dasharray: 0, 376.8;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="2"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="3"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="4"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="5"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="6"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="7"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="8"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="9"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="10"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="11"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="12"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="13"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="14"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="15"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="16"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="17"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="18"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="19"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="20"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="21"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="22"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="23"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="24"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="25"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="26"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="27"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="28"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="29"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="30"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="31"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="32"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="33"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="34"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="35"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="36"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="37"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="38"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="39"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="40"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="41"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="42"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="43"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="44"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="45"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="46"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="47"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="48"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="49"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="50"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="51"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="52"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="53"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="54"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="55"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="56"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="57"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="58"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="59"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="60"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="61"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="62"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="63"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="64"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="65"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="66"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="67"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="68"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="69"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="70"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="71"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="72"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="73"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="74"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="75"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="76"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="77"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="78"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="79"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="80"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="81"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="82"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="83"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="84"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="85"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="86"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="87"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="88"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="89"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="90"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="91"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="92"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="93"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="94"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="95"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="96"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="97"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="98"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="99"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="100"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val02 {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="1"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="2"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="3"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="4"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="5"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="6"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="7"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="8"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="9"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="10"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="11"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="12"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="13"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="14"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="15"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="16"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="17"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="18"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="19"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="20"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="21"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="22"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="23"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="24"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="25"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="26"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="27"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="28"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="29"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="30"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="31"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="32"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="33"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="34"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="35"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="36"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="37"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="38"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="39"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="40"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="41"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="42"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="43"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="44"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="45"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="46"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="47"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="48"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="49"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="50"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="51"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="52"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="53"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="54"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="55"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="56"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="57"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="58"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="59"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="60"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="61"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="62"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="63"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="64"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="65"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="66"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="67"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="68"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="69"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="70"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="71"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="72"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="73"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="74"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="75"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="76"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="77"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="78"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="79"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="80"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="81"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="82"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="83"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="84"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="85"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="86"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="87"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="88"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="89"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="90"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="91"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="92"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="93"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="94"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="95"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="96"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="97"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="98"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="99"] {
    stroke-dasharray: 0, 376.8;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="100"] {
    stroke-dasharray: 0, 376.8;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph {
    width: 160px;
    height: 160px;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="2"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="3"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="4"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="5"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="6"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="7"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="8"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="9"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="10"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="11"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="12"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="13"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="14"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="15"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="16"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="17"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="18"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="19"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="20"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="21"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="22"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="23"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="24"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="25"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="26"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="27"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="28"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="29"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="30"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="31"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="32"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="33"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="34"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="35"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="36"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="37"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="38"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="39"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="40"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="41"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="42"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="43"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="44"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="45"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="46"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="47"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="48"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="49"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="50"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="51"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="52"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="53"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="54"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="55"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="56"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="57"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="58"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="59"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="60"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="61"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="62"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="63"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="64"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="65"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="66"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="67"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="68"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="69"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="70"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="71"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="72"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="73"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="74"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="75"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="76"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="77"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="78"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="79"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="80"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="81"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="82"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="83"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="84"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="85"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="86"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="87"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="88"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="89"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="90"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="91"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="92"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="93"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="94"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="95"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="96"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="97"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="98"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="99"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val01[data-graph-val="100"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val02 {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="1"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="2"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="3"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="4"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="5"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="6"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="7"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="8"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="9"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="10"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="11"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="12"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="13"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="14"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="15"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="16"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="17"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="18"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="19"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="20"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="21"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="22"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="23"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="24"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="25"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="26"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="27"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="28"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="29"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="30"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="31"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="32"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="33"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="34"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="35"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="36"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="37"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="38"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="39"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="40"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="41"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="42"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="43"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="44"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="45"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="46"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="47"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="48"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="49"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="50"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="51"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="52"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="53"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="54"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="55"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="56"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="57"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="58"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="59"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="60"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="61"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="62"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="63"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="64"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="65"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="66"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="67"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="68"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="69"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="70"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="71"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="72"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="73"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="74"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="75"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="76"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="77"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="78"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="79"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="80"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="81"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="82"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="83"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="84"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="85"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="86"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="87"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="88"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="89"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="90"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="91"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="92"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="93"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="94"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="95"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="96"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="97"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="98"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="99"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_tab-reset .val03[data-graph-val="100"] {
    stroke-dasharray: 0, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    transition: stroke-dasharray 0.01s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    transition: stroke-dasharray 0.02s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    stroke-dasharray: 2.512, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    transition: stroke-dasharray 0.03s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    stroke-dasharray: 5.024, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    transition: stroke-dasharray 0.04s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    stroke-dasharray: 7.536, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    transition: stroke-dasharray 0.05s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    stroke-dasharray: 10.048, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    transition: stroke-dasharray 0.06s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    stroke-dasharray: 12.56, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    transition: stroke-dasharray 0.07s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    stroke-dasharray: 15.072, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    transition: stroke-dasharray 0.08s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    stroke-dasharray: 17.584, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    transition: stroke-dasharray 0.09s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    stroke-dasharray: 20.096, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    transition: stroke-dasharray 0.1s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    stroke-dasharray: 22.608, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    transition: stroke-dasharray 0.11s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    stroke-dasharray: 25.12, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    transition: stroke-dasharray 0.12s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    stroke-dasharray: 27.632, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    transition: stroke-dasharray 0.13s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    stroke-dasharray: 30.144, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    transition: stroke-dasharray 0.14s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    stroke-dasharray: 32.656, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    transition: stroke-dasharray 0.15s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    stroke-dasharray: 35.168, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    transition: stroke-dasharray 0.16s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    stroke-dasharray: 37.68, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    transition: stroke-dasharray 0.17s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    stroke-dasharray: 40.192, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    transition: stroke-dasharray 0.18s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    stroke-dasharray: 42.704, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    transition: stroke-dasharray 0.19s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    stroke-dasharray: 45.216, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    transition: stroke-dasharray 0.2s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    stroke-dasharray: 47.728, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    transition: stroke-dasharray 0.21s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    stroke-dasharray: 50.24, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    transition: stroke-dasharray 0.22s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    stroke-dasharray: 52.752, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    transition: stroke-dasharray 0.23s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    stroke-dasharray: 55.264, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    transition: stroke-dasharray 0.24s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    stroke-dasharray: 57.776, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    transition: stroke-dasharray 0.25s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    stroke-dasharray: 60.288, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    transition: stroke-dasharray 0.26s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    stroke-dasharray: 62.8, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    transition: stroke-dasharray 0.27s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    stroke-dasharray: 65.312, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    transition: stroke-dasharray 0.28s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    stroke-dasharray: 67.824, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    transition: stroke-dasharray 0.29s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    stroke-dasharray: 70.336, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    transition: stroke-dasharray 0.3s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    stroke-dasharray: 72.848, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    transition: stroke-dasharray 0.31s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    stroke-dasharray: 75.36, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    transition: stroke-dasharray 0.32s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    stroke-dasharray: 77.872, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    transition: stroke-dasharray 0.33s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    stroke-dasharray: 80.384, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    transition: stroke-dasharray 0.34s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    stroke-dasharray: 82.896, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    transition: stroke-dasharray 0.35s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    stroke-dasharray: 85.408, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    transition: stroke-dasharray 0.36s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    stroke-dasharray: 87.92, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    transition: stroke-dasharray 0.37s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    stroke-dasharray: 90.432, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    transition: stroke-dasharray 0.38s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    stroke-dasharray: 92.944, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    transition: stroke-dasharray 0.39s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    stroke-dasharray: 95.456, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    transition: stroke-dasharray 0.4s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    stroke-dasharray: 97.968, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    transition: stroke-dasharray 0.41s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    stroke-dasharray: 100.48, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    transition: stroke-dasharray 0.42s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    stroke-dasharray: 102.992, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    transition: stroke-dasharray 0.43s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    stroke-dasharray: 105.504, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    transition: stroke-dasharray 0.44s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    stroke-dasharray: 108.016, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    transition: stroke-dasharray 0.45s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    stroke-dasharray: 110.528, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    transition: stroke-dasharray 0.46s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    stroke-dasharray: 113.04, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    transition: stroke-dasharray 0.47s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    stroke-dasharray: 115.552, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    transition: stroke-dasharray 0.48s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    stroke-dasharray: 118.064, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    transition: stroke-dasharray 0.49s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    stroke-dasharray: 120.576, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    transition: stroke-dasharray 0.5s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    stroke-dasharray: 123.088, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    transition: stroke-dasharray 0.51s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    stroke-dasharray: 125.6, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    transition: stroke-dasharray 0.52s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    stroke-dasharray: 128.112, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    transition: stroke-dasharray 0.53s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    stroke-dasharray: 130.624, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    transition: stroke-dasharray 0.54s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    stroke-dasharray: 133.136, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    transition: stroke-dasharray 0.55s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    stroke-dasharray: 135.648, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    transition: stroke-dasharray 0.56s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    stroke-dasharray: 138.16, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    transition: stroke-dasharray 0.57s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    stroke-dasharray: 140.672, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    transition: stroke-dasharray 0.58s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    stroke-dasharray: 143.184, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    transition: stroke-dasharray 0.59s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    stroke-dasharray: 145.696, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    transition: stroke-dasharray 0.6s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    stroke-dasharray: 148.208, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    transition: stroke-dasharray 0.61s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    stroke-dasharray: 150.72, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    transition: stroke-dasharray 0.62s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    stroke-dasharray: 153.232, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    transition: stroke-dasharray 0.63s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    stroke-dasharray: 155.744, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    transition: stroke-dasharray 0.64s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    stroke-dasharray: 158.256, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    transition: stroke-dasharray 0.65s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    stroke-dasharray: 160.768, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    transition: stroke-dasharray 0.66s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    stroke-dasharray: 163.28, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    transition: stroke-dasharray 0.67s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    stroke-dasharray: 165.792, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    transition: stroke-dasharray 0.68s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    stroke-dasharray: 168.304, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    transition: stroke-dasharray 0.69s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    stroke-dasharray: 170.816, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    transition: stroke-dasharray 0.7s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    stroke-dasharray: 173.328, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    transition: stroke-dasharray 0.71s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    stroke-dasharray: 175.84, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    transition: stroke-dasharray 0.72s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    stroke-dasharray: 178.352, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    transition: stroke-dasharray 0.73s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    stroke-dasharray: 180.864, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    transition: stroke-dasharray 0.74s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    stroke-dasharray: 183.376, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    transition: stroke-dasharray 0.75s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    stroke-dasharray: 185.888, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    transition: stroke-dasharray 0.76s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    stroke-dasharray: 188.4, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    transition: stroke-dasharray 0.77s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    stroke-dasharray: 190.912, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    transition: stroke-dasharray 0.78s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    stroke-dasharray: 193.424, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    transition: stroke-dasharray 0.79s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    stroke-dasharray: 195.936, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    transition: stroke-dasharray 0.8s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    stroke-dasharray: 198.448, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    transition: stroke-dasharray 0.81s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    stroke-dasharray: 200.96, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    transition: stroke-dasharray 0.82s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    stroke-dasharray: 203.472, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    transition: stroke-dasharray 0.83s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    stroke-dasharray: 205.984, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    transition: stroke-dasharray 0.84s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    stroke-dasharray: 208.496, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    transition: stroke-dasharray 0.85s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    stroke-dasharray: 211.008, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    transition: stroke-dasharray 0.86s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    stroke-dasharray: 213.52, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    transition: stroke-dasharray 0.87s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    stroke-dasharray: 216.032, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    transition: stroke-dasharray 0.88s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    stroke-dasharray: 218.544, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    transition: stroke-dasharray 0.89s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    stroke-dasharray: 221.056, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    transition: stroke-dasharray 0.9s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    stroke-dasharray: 223.568, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    transition: stroke-dasharray 0.91s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    stroke-dasharray: 226.08, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    transition: stroke-dasharray 0.92s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    stroke-dasharray: 228.592, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    transition: stroke-dasharray 0.93s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    stroke-dasharray: 231.104, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    transition: stroke-dasharray 0.94s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    stroke-dasharray: 233.616, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    transition: stroke-dasharray 0.95s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    stroke-dasharray: 236.128, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    transition: stroke-dasharray 0.96s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    stroke-dasharray: 238.64, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    transition: stroke-dasharray 0.97s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    stroke-dasharray: 241.152, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    transition: stroke-dasharray 0.98s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    stroke-dasharray: 243.664, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    transition: stroke-dasharray 0.99s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    stroke-dasharray: 246.176, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    transition: stroke-dasharray 1s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    stroke-dasharray: 248.688, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val02 {
    transition: stroke-dasharray 1s linear;
    stroke-dasharray: 172.7, 172.7;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="1"] {
    transition: stroke-dasharray 0.01s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="1"] {
    stroke-dasharray: 0, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="2"] {
    transition: stroke-dasharray 0.02s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="2"] {
    stroke-dasharray: 2.512, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="3"] {
    transition: stroke-dasharray 0.03s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="3"] {
    stroke-dasharray: 5.024, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="4"] {
    transition: stroke-dasharray 0.04s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="4"] {
    stroke-dasharray: 7.536, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="5"] {
    transition: stroke-dasharray 0.05s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="5"] {
    stroke-dasharray: 10.048, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="6"] {
    transition: stroke-dasharray 0.06s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="6"] {
    stroke-dasharray: 12.56, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="7"] {
    transition: stroke-dasharray 0.07s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="7"] {
    stroke-dasharray: 15.072, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="8"] {
    transition: stroke-dasharray 0.08s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="8"] {
    stroke-dasharray: 17.584, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="9"] {
    transition: stroke-dasharray 0.09s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="9"] {
    stroke-dasharray: 20.096, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="10"] {
    transition: stroke-dasharray 0.1s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="10"] {
    stroke-dasharray: 22.608, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="11"] {
    transition: stroke-dasharray 0.11s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="11"] {
    stroke-dasharray: 25.12, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="12"] {
    transition: stroke-dasharray 0.12s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="12"] {
    stroke-dasharray: 27.632, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="13"] {
    transition: stroke-dasharray 0.13s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="13"] {
    stroke-dasharray: 30.144, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="14"] {
    transition: stroke-dasharray 0.14s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="14"] {
    stroke-dasharray: 32.656, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="15"] {
    transition: stroke-dasharray 0.15s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="15"] {
    stroke-dasharray: 35.168, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="16"] {
    transition: stroke-dasharray 0.16s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="16"] {
    stroke-dasharray: 37.68, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="17"] {
    transition: stroke-dasharray 0.17s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="17"] {
    stroke-dasharray: 40.192, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="18"] {
    transition: stroke-dasharray 0.18s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="18"] {
    stroke-dasharray: 42.704, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="19"] {
    transition: stroke-dasharray 0.19s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="19"] {
    stroke-dasharray: 45.216, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="20"] {
    transition: stroke-dasharray 0.2s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="20"] {
    stroke-dasharray: 47.728, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="21"] {
    transition: stroke-dasharray 0.21s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="21"] {
    stroke-dasharray: 50.24, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="22"] {
    transition: stroke-dasharray 0.22s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="22"] {
    stroke-dasharray: 52.752, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="23"] {
    transition: stroke-dasharray 0.23s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="23"] {
    stroke-dasharray: 55.264, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="24"] {
    transition: stroke-dasharray 0.24s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="24"] {
    stroke-dasharray: 57.776, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="25"] {
    transition: stroke-dasharray 0.25s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="25"] {
    stroke-dasharray: 60.288, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="26"] {
    transition: stroke-dasharray 0.26s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="26"] {
    stroke-dasharray: 62.8, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="27"] {
    transition: stroke-dasharray 0.27s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="27"] {
    stroke-dasharray: 65.312, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="28"] {
    transition: stroke-dasharray 0.28s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="28"] {
    stroke-dasharray: 67.824, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="29"] {
    transition: stroke-dasharray 0.29s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="29"] {
    stroke-dasharray: 70.336, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="30"] {
    transition: stroke-dasharray 0.3s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="30"] {
    stroke-dasharray: 72.848, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="31"] {
    transition: stroke-dasharray 0.31s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="31"] {
    stroke-dasharray: 75.36, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="32"] {
    transition: stroke-dasharray 0.32s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="32"] {
    stroke-dasharray: 77.872, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="33"] {
    transition: stroke-dasharray 0.33s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="33"] {
    stroke-dasharray: 80.384, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="34"] {
    transition: stroke-dasharray 0.34s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="34"] {
    stroke-dasharray: 82.896, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="35"] {
    transition: stroke-dasharray 0.35s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="35"] {
    stroke-dasharray: 85.408, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="36"] {
    transition: stroke-dasharray 0.36s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="36"] {
    stroke-dasharray: 87.92, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="37"] {
    transition: stroke-dasharray 0.37s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="37"] {
    stroke-dasharray: 90.432, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="38"] {
    transition: stroke-dasharray 0.38s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="38"] {
    stroke-dasharray: 92.944, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="39"] {
    transition: stroke-dasharray 0.39s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="39"] {
    stroke-dasharray: 95.456, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="40"] {
    transition: stroke-dasharray 0.4s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="40"] {
    stroke-dasharray: 97.968, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="41"] {
    transition: stroke-dasharray 0.41s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="41"] {
    stroke-dasharray: 100.48, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="42"] {
    transition: stroke-dasharray 0.42s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="42"] {
    stroke-dasharray: 102.992, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="43"] {
    transition: stroke-dasharray 0.43s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="43"] {
    stroke-dasharray: 105.504, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="44"] {
    transition: stroke-dasharray 0.44s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="44"] {
    stroke-dasharray: 108.016, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="45"] {
    transition: stroke-dasharray 0.45s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="45"] {
    stroke-dasharray: 110.528, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="46"] {
    transition: stroke-dasharray 0.46s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="46"] {
    stroke-dasharray: 113.04, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="47"] {
    transition: stroke-dasharray 0.47s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="47"] {
    stroke-dasharray: 115.552, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="48"] {
    transition: stroke-dasharray 0.48s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="48"] {
    stroke-dasharray: 118.064, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="49"] {
    transition: stroke-dasharray 0.49s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="49"] {
    stroke-dasharray: 120.576, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="50"] {
    transition: stroke-dasharray 0.5s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="50"] {
    stroke-dasharray: 123.088, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="51"] {
    transition: stroke-dasharray 0.51s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="51"] {
    stroke-dasharray: 125.6, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="52"] {
    transition: stroke-dasharray 0.52s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="52"] {
    stroke-dasharray: 128.112, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="53"] {
    transition: stroke-dasharray 0.53s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="53"] {
    stroke-dasharray: 130.624, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="54"] {
    transition: stroke-dasharray 0.54s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="54"] {
    stroke-dasharray: 133.136, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="55"] {
    transition: stroke-dasharray 0.55s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="55"] {
    stroke-dasharray: 135.648, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="56"] {
    transition: stroke-dasharray 0.56s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="56"] {
    stroke-dasharray: 138.16, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="57"] {
    transition: stroke-dasharray 0.57s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="57"] {
    stroke-dasharray: 140.672, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="58"] {
    transition: stroke-dasharray 0.58s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="58"] {
    stroke-dasharray: 143.184, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="59"] {
    transition: stroke-dasharray 0.59s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="59"] {
    stroke-dasharray: 145.696, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="60"] {
    transition: stroke-dasharray 0.6s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="60"] {
    stroke-dasharray: 148.208, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="61"] {
    transition: stroke-dasharray 0.61s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="61"] {
    stroke-dasharray: 150.72, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="62"] {
    transition: stroke-dasharray 0.62s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="62"] {
    stroke-dasharray: 153.232, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="63"] {
    transition: stroke-dasharray 0.63s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="63"] {
    stroke-dasharray: 155.744, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="64"] {
    transition: stroke-dasharray 0.64s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="64"] {
    stroke-dasharray: 158.256, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="65"] {
    transition: stroke-dasharray 0.65s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="65"] {
    stroke-dasharray: 160.768, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="66"] {
    transition: stroke-dasharray 0.66s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="66"] {
    stroke-dasharray: 163.28, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="67"] {
    transition: stroke-dasharray 0.67s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="67"] {
    stroke-dasharray: 165.792, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="68"] {
    transition: stroke-dasharray 0.68s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="68"] {
    stroke-dasharray: 168.304, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="69"] {
    transition: stroke-dasharray 0.69s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="69"] {
    stroke-dasharray: 170.816, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="70"] {
    transition: stroke-dasharray 0.7s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="70"] {
    stroke-dasharray: 173.328, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="71"] {
    transition: stroke-dasharray 0.71s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="71"] {
    stroke-dasharray: 175.84, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="72"] {
    transition: stroke-dasharray 0.72s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="72"] {
    stroke-dasharray: 178.352, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="73"] {
    transition: stroke-dasharray 0.73s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="73"] {
    stroke-dasharray: 180.864, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="74"] {
    transition: stroke-dasharray 0.74s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="74"] {
    stroke-dasharray: 183.376, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="75"] {
    transition: stroke-dasharray 0.75s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="75"] {
    stroke-dasharray: 185.888, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="76"] {
    transition: stroke-dasharray 0.76s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="76"] {
    stroke-dasharray: 188.4, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="77"] {
    transition: stroke-dasharray 0.77s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="77"] {
    stroke-dasharray: 190.912, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="78"] {
    transition: stroke-dasharray 0.78s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="78"] {
    stroke-dasharray: 193.424, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="79"] {
    transition: stroke-dasharray 0.79s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="79"] {
    stroke-dasharray: 195.936, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="80"] {
    transition: stroke-dasharray 0.8s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="80"] {
    stroke-dasharray: 198.448, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="81"] {
    transition: stroke-dasharray 0.81s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="81"] {
    stroke-dasharray: 200.96, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="82"] {
    transition: stroke-dasharray 0.82s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="82"] {
    stroke-dasharray: 203.472, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="83"] {
    transition: stroke-dasharray 0.83s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="83"] {
    stroke-dasharray: 205.984, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="84"] {
    transition: stroke-dasharray 0.84s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="84"] {
    stroke-dasharray: 208.496, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="85"] {
    transition: stroke-dasharray 0.85s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="85"] {
    stroke-dasharray: 211.008, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="86"] {
    transition: stroke-dasharray 0.86s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="86"] {
    stroke-dasharray: 213.52, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="87"] {
    transition: stroke-dasharray 0.87s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="87"] {
    stroke-dasharray: 216.032, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="88"] {
    transition: stroke-dasharray 0.88s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="88"] {
    stroke-dasharray: 218.544, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="89"] {
    transition: stroke-dasharray 0.89s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="89"] {
    stroke-dasharray: 221.056, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="90"] {
    transition: stroke-dasharray 0.9s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="90"] {
    stroke-dasharray: 223.568, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="91"] {
    transition: stroke-dasharray 0.91s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="91"] {
    stroke-dasharray: 226.08, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="92"] {
    transition: stroke-dasharray 0.92s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="92"] {
    stroke-dasharray: 228.592, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="93"] {
    transition: stroke-dasharray 0.93s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="93"] {
    stroke-dasharray: 231.104, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="94"] {
    transition: stroke-dasharray 0.94s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="94"] {
    stroke-dasharray: 233.616, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="95"] {
    transition: stroke-dasharray 0.95s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="95"] {
    stroke-dasharray: 236.128, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="96"] {
    transition: stroke-dasharray 0.96s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="96"] {
    stroke-dasharray: 238.64, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="97"] {
    transition: stroke-dasharray 0.97s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="97"] {
    stroke-dasharray: 241.152, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="98"] {
    transition: stroke-dasharray 0.98s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="98"] {
    stroke-dasharray: 243.664, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="99"] {
    transition: stroke-dasharray 0.99s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="99"] {
    stroke-dasharray: 246.176, 251.2;
  }
  .js_run #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="100"] {
    transition: stroke-dasharray 1s linear;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_anim .val03[data-graph-val="100"] {
    stroke-dasharray: 248.688, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="2"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="3"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="4"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="5"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="6"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="7"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="8"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="9"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="10"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="11"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="12"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="13"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="14"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="15"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="16"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="17"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="18"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="19"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="20"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="21"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="22"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="23"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="24"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="25"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="26"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="27"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="28"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="29"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="30"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="31"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="32"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="33"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="34"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="35"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="36"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="37"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="38"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="39"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="40"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="41"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="42"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="43"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="44"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="45"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="46"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="47"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="48"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="49"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="50"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="51"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="52"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="53"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="54"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="55"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="56"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="57"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="58"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="59"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="60"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="61"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="62"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="63"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="64"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="65"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="66"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="67"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="68"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="69"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="70"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="71"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="72"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="73"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="74"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="75"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="76"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="77"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="78"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="79"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="80"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="81"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="82"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="83"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="84"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="85"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="86"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="87"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="88"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="89"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="90"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="91"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="92"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="93"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="94"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="95"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="96"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="97"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="98"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="99"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val01[data-graph-val="100"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val02 {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="1"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="2"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="3"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="4"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="5"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="6"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="7"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="8"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="9"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="10"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="11"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="12"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="13"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="14"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="15"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="16"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="17"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="18"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="19"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="20"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="21"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="22"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="23"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="24"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="25"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="26"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="27"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="28"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="29"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="30"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="31"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="32"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="33"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="34"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="35"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="36"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="37"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="38"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="39"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="40"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="41"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="42"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="43"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="44"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="45"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="46"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="47"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="48"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="49"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="50"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="51"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="52"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="53"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="54"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="55"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="56"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="57"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="58"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="59"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="60"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="61"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="62"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="63"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="64"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="65"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="66"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="67"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="68"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="69"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="70"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="71"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="72"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="73"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="74"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="75"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="76"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="77"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="78"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="79"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="80"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="81"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="82"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="83"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="84"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="85"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="86"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="87"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="88"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="89"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="90"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="91"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="92"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="93"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="94"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="95"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="96"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="97"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="98"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="99"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.js_anim.is_reset .val03[data-graph-val="100"] {
    stroke-dasharray: 0, 251.2;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph .circle .type01 {
    stroke-width: 120;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph .circle .type01 {
    stroke-width: 80;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph .circle .type02 {
    stroke-width: 80;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph .circle .type02 {
    stroke-width: 55;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph .circle .type03 {
    stroke-width: 120;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph .circle .type03 {
    stroke-width: 80;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph .line::before {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph .line::before {
    width: 35px;
    height: 35px;
  }
}

#document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph .val {
  height: 80px;
}

#document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph .val:first-child, #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph .val:last-child {
  height: 120px;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph .val:first-child, #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph .val:last-child {
    height: 80px;
  }
}

#document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph .val.long {
  height: 120px;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph .val.long {
    height: 80px;
  }
}

#document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.is_tab-reset {
  opacity: 0;
}

#document.report-wokingwoman .a_content .enqueteResult .graphbox .m_graph.is_tab-reset.is_anim {
  opacity: 1;
}

#document.report-wokingwoman .a_content .enqueteResult .graphbox .main {
  font-weight: 700;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .main {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .main {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

#document.report-wokingwoman .a_content .enqueteResult .graphbox .main em {
  text-align: left;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .main em {
    padding-top: .4em;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .main em {
    padding-top: .3em;
  }
}

#document.report-wokingwoman .a_content .enqueteResult .graphbox .main .val {
  font-family: Inter, sans-serif;
  display: block;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .main .val {
    font-size: 2.25rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .main .val {
    font-size: 1.875rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .main .val .unit {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult .graphbox .main .val .unit {
    font-size: 0.875rem;
  }
}

#document.report-wokingwoman .a_content .enqueteResult .graphbox .sub {
  opacity: 0;
}

#document.report-wokingwoman .a_content .enqueteResult .js_anim02.is_reset .list,
#document.report-wokingwoman .a_content .enqueteResult .js_anim02.is_reset .main {
  opacity: 0;
}

#document.report-wokingwoman .a_content .enqueteResult .js_anim02.is_tab-reset .list,
#document.report-wokingwoman .a_content .enqueteResult .js_anim02.is_tab-reset .main {
  opacity: 0;
}

#document.report-wokingwoman .a_content .enqueteResult .js_anim02.is_tab-reset.is_anim .list,
#document.report-wokingwoman .a_content .enqueteResult .js_anim02.is_tab-reset.is_anim .main {
  opacity: 1;
}

#document.report-wokingwoman .a_content .enqueteResult .js_anim02.is_anim .list {
  transition: opacity .8s ease .3s;
}

#document.report-wokingwoman .a_content .enqueteResult .js_anim02.is_anim .main {
  transition: opacity .8s ease .3s;
}

#document.report-wokingwoman .a_content .enqueteResult .js_anim02.is_anim .sub {
  transition: opacity .8s ease .3s;
  opacity: 1;
}

#document.report-wokingwoman .a_content .enqueteResult .graph-orange .graph::after {
  background: #ffa74e;
}

#document.report-wokingwoman .a_content .enqueteResult .graph-orange .mark {
  color: #ffa74e;
}

#document.report-wokingwoman .a_content .enqueteResult .graph-orange .main .val {
  color: #ffa74e;
}

#document.report-wokingwoman .a_content .enqueteResult .graph-orange .type01 {
  stroke: #ffa74e;
}

#document.report-wokingwoman .a_content .enqueteResult .graph-orange .type02.orange {
  stroke: #FFDCB8;
}

#document.report-wokingwoman .a_content .enqueteResult .graph-green .graph::after {
  background: #83d059;
}

#document.report-wokingwoman .a_content .enqueteResult .graph-green .mark {
  color: #83d059;
}

#document.report-wokingwoman .a_content .enqueteResult .graph-green .main .val {
  color: #83d059;
}

#document.report-wokingwoman .a_content .enqueteResult .graph-green .type01 {
  stroke: #83d059;
}

#document.report-wokingwoman .a_content .enqueteResult .graph-green .type02.green {
  stroke: #C1E7AB;
}

#document.report-wokingwoman .a_content .enqueteResult .note {
  color: #606E79;
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult .note {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult .note {
    font-size: 0.75rem;
    line-height: 1.5;
    max-width: 350px;
    margin: 20px auto 0;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult .note.nowrap {
    white-space: nowrap;
  }
}

#document.report-wokingwoman .a_content .enqueteResult .note > span {
  display: inline-block;
  margin-right: 0.2em;
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graphbox {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-1 .graphbox {
    max-width: 315px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .main {
  position: relative;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .main {
    margin-bottom: 30px;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .main .val {
  padding-top: 5px;
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .main .val {
    font-size: 1.875rem;
    line-height: 1;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .sub {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .sub {
    margin-top: 40px;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .sub::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 22px;
  width: 1px;
  height: 30px;
  background-color: #1A2229;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .sub::before {
    height: 20px;
    top: -25px;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .sub p {
  margin: 0;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .sub p {
    font-size: 0.875rem;
    line-height: 1.71429;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .sub p {
    font-size: 0.75rem;
    line-height: 1.75;
    padding-bottom: 5px;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .sub .list li {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .sub .list li {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .sub .list li {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 3px;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .sub .list li .val {
  font-family: Inter, sans-serif;
  margin-left: 10px;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .sub .list li .val {
    font-size: 1.5rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .sub .list li .val {
    font-size: 1.25rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .sub .list li .val .unit {
    font-size: 0.875rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .sub .list li .val .unit {
    font-size: 0.625rem;
    line-height: 1;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .sub .list li:nth-of-type(1) {
  font-weight: 700;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .sub .list li:nth-of-type(1) .val {
    font-size: 2.25rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .sub .list li:nth-of-type(1) .val {
    font-size: 1.875rem;
    line-height: 0.66667;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .sub .list li:nth-of-type(1) .val .unit {
    font-size: 1.25rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-1 .graphbox .sub .list li:nth-of-type(1) .val .unit {
    font-size: 0.875rem;
    line-height: 1;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-1 .m_graph {
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-1 .m_graph {
    margin: 0 auto;
    position: relative;
    left: -50px;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-1 .m_graph .type02 {
  stroke: #ECEEEF;
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graphcont {
  position: absolute;
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graphcont:nth-of-type(1) {
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-1 .graphcont:nth-of-type(1) {
    top: auto;
    transform: translateY(0);
    bottom: 10px;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graphcont:nth-of-type(2) {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-1 .graphcont:nth-of-type(2) {
    right: 20px;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graphcont.gray .list li {
  display: block;
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graphcont.gray .list li .val {
  margin: 0;
  padding-top: 3px;
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graph-orange .list .val {
  color: #ffa74e;
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graph-orange .gray .val {
  color: #ABB7C1;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-1 .graph-orange .gray .val {
    margin-left: 0;
    display: block;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graph-orange .sub li .val {
  color: rgba(255, 167, 78, 0.6);
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graph-orange .sub li:nth-of-type(1) .val {
  color: #ffa74e;
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graph-orange .type03.val03 {
  stroke: #FFDCB8;
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graph-green .list .val {
  color: #83d059;
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graph-green .gray .val {
  color: #ABB7C1;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-1 .graph-green .gray .val {
    margin-left: 0;
    display: block;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graph-green .sub li .val {
  color: rgba(131, 208, 89, 0.6);
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graph-green .sub li:nth-of-type(1) .val {
  color: #83d059;
}

#document.report-wokingwoman .a_content .enqueteResult-1 .graph-green .type03.val03 {
  stroke: #C1E7AB;
}

#document.report-wokingwoman .a_content .enqueteResult-1 .note {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-2 > li {
    padding-top: 45px;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult-2 .label {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-2 .graphbox {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult-2 .graphbox {
    margin-top: 35px;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-2 .graphbox .list {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

#document.report-wokingwoman .a_content .enqueteResult-2 .graphbox .list li {
  display: block;
}

#document.report-wokingwoman .a_content .enqueteResult-2 .graphbox .list li:nth-of-type(n + 2) {
  margin-top: 10px;
}

#document.report-wokingwoman .a_content .enqueteResult-2 .graphbox .list .val {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-2 .graph {
    margin-left: -30px;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-2 .main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

#document.report-wokingwoman .a_content .enqueteResult-2 .main .val {
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-2 .main .val {
    padding-left: 3px;
    padding-top: 3px;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult-2 .m_graph {
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-2 .m_graph {
    margin: 0 auto;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-2 .graph-orange .list .val {
  color: rgba(255, 167, 78, 0.6);
}

#document.report-wokingwoman .a_content .enqueteResult-2 .graph-green .list .val {
  color: rgba(131, 208, 89, 0.6);
}

#document.report-wokingwoman .a_content .enqueteResult-2 .note {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-3 > li {
    padding-top: 45px;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-3 .graphinner {
  position: relative;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-3 .graphinner {
    padding-bottom: 50px;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-3 .graphcont {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-3 .graphcont {
    top: 38%;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-3 .graphbox .main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 1px solid #DEE1E3;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult-3 .graphbox .main {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-3 .graphbox .main {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-3 .graphbox .main .txt {
  display: flex;
  align-items: flex-end;
  margin-left: 1em;
}

#document.report-wokingwoman .a_content .enqueteResult-3 .graphbox .main .val {
  margin-left: 0.5em;
}

#document.report-wokingwoman .a_content .enqueteResult-3 .graphbox .sub {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult-3 .graphbox .sub {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-3 .graphbox .sub {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-3 .graphbox .sub .val {
  display: block;
  font-weight: 700;
  color: #ABB7C1;
  margin-left: 0.2em;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult-3 .graphbox .sub .val {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-3 .graphbox .sub .val {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult-3 .graphbox .sub .val .unit {
    font-size: 0.875rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-3 .graphbox .sub .val .unit {
    font-size: 0.625rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult-3 .graphbox .list li {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-3 .graphbox .list li:nth-of-type(n + 2) {
  margin-top: 15px;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult-3 .graphbox .list li .val {
    font-size: 1.5rem;
    line-height: 1;
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-3 .graphbox .list li .val {
    font-size: 1.25rem;
    line-height: 1;
    padding-top: 3px;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult-3 .graphbox .list li .val .unit {
    font-size: 0.875rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-3 .graphbox .list li .val .unit {
    font-size: 0.625rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult-3 .m_graph {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-3 .m_graph {
    margin-left: 25px;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-3 .m_graph .type02 {
  stroke: #ECEEEF;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .enqueteResult-3 .label.small {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

#document.report-wokingwoman .a_content .enqueteResult-3 .graph-orange .list li {
  display: block;
}

#document.report-wokingwoman .a_content .enqueteResult-3 .graph-orange .list .val {
  color: #ffa74e;
  display: block;
  margin-left: 0;
}

#document.report-wokingwoman .a_content .enqueteResult-3 .graph-green .list li {
  display: block;
}

#document.report-wokingwoman .a_content .enqueteResult-3 .graph-green .list .val {
  color: #83d059;
  display: block;
  margin-left: 0;
}

#document.report-wokingwoman .a_content .enqueteResult-3 .note {
  color: #606E79;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .enqueteResult-3 .note {
    padding-left: 1em;
  }
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02wrap {
    max-width: 315px;
    margin: 0 auto;
    justify-content: center;
  }
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02 {
  width: 45%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 {
    width: auto;
    display: none;
    margin-top: 55px;
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02.is-current {
    display: block;
  }
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02 .label th {
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .label th {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .label th {
    font-size: 1.125rem;
    line-height: 1.5;
    padding-bottom: 25px;
  }
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02 td {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 td {
    padding: 25px 0;
  }
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02 td .label {
  display: inline-block;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 td .label {
    font-size: 1.125rem;
    line-height: 1.33333;
    margin-bottom: 20px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 td .label {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02 td .val {
  font-family: Inter, sans-serif;
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02 tbody tr:first-child td {
  padding-top: 0;
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02 tbody tr:nth-child(1) td {
  border-bottom: none;
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="0"]::after {
    width: calc(0 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="1"]::after {
    width: calc(1 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="2"]::after {
    width: calc(2 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="3"]::after {
    width: calc(3 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="4"]::after {
    width: calc(4 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="5"]::after {
    width: calc(5 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="6"]::after {
    width: calc(6 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="7"]::after {
    width: calc(7 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="8"]::after {
    width: calc(8 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="9"]::after {
    width: calc(9 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="10"]::after {
    width: calc(10 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="11"]::after {
    width: calc(11 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="12"]::after {
    width: calc(12 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="13"]::after {
    width: calc(13 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="14"]::after {
    width: calc(14 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="15"]::after {
    width: calc(15 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="16"]::after {
    width: calc(16 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="17"]::after {
    width: calc(17 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="18"]::after {
    width: calc(18 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="19"]::after {
    width: calc(19 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="20"]::after {
    width: calc(20 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="21"]::after {
    width: calc(21 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="22"]::after {
    width: calc(22 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="23"]::after {
    width: calc(23 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="24"]::after {
    width: calc(24 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="25"]::after {
    width: calc(25 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="26"]::after {
    width: calc(26 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="27"]::after {
    width: calc(27 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="28"]::after {
    width: calc(28 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="29"]::after {
    width: calc(29 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="30"]::after {
    width: calc(30 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="31"]::after {
    width: calc(31 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="32"]::after {
    width: calc(32 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="33"]::after {
    width: calc(33 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="34"]::after {
    width: calc(34 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="35"]::after {
    width: calc(35 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="36"]::after {
    width: calc(36 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="37"]::after {
    width: calc(37 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="38"]::after {
    width: calc(38 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="39"]::after {
    width: calc(39 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="40"]::after {
    width: calc(40 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="41"]::after {
    width: calc(41 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="42"]::after {
    width: calc(42 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="43"]::after {
    width: calc(43 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="44"]::after {
    width: calc(44 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="45"]::after {
    width: calc(45 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="46"]::after {
    width: calc(46 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="47"]::after {
    width: calc(47 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="48"]::after {
    width: calc(48 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="49"]::after {
    width: calc(49 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="50"]::after {
    width: calc(50 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="51"]::after {
    width: calc(51 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="52"]::after {
    width: calc(52 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="53"]::after {
    width: calc(53 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="54"]::after {
    width: calc(54 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="55"]::after {
    width: calc(55 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="56"]::after {
    width: calc(56 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="57"]::after {
    width: calc(57 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="58"]::after {
    width: calc(58 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="59"]::after {
    width: calc(59 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="60"]::after {
    width: calc(60 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="61"]::after {
    width: calc(61 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="62"]::after {
    width: calc(62 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="63"]::after {
    width: calc(63 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="64"]::after {
    width: calc(64 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="65"]::after {
    width: calc(65 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="66"]::after {
    width: calc(66 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="67"]::after {
    width: calc(67 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="68"]::after {
    width: calc(68 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="69"]::after {
    width: calc(69 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="70"]::after {
    width: calc(70 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="71"]::after {
    width: calc(71 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="72"]::after {
    width: calc(72 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="73"]::after {
    width: calc(73 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="74"]::after {
    width: calc(74 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="75"]::after {
    width: calc(75 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="76"]::after {
    width: calc(76 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="77"]::after {
    width: calc(77 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="78"]::after {
    width: calc(78 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="79"]::after {
    width: calc(79 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="80"]::after {
    width: calc(80 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="81"]::after {
    width: calc(81 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="82"]::after {
    width: calc(82 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="83"]::after {
    width: calc(83 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="84"]::after {
    width: calc(84 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="85"]::after {
    width: calc(85 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="86"]::after {
    width: calc(86 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="87"]::after {
    width: calc(87 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="88"]::after {
    width: calc(88 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="89"]::after {
    width: calc(89 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="90"]::after {
    width: calc(90 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="91"]::after {
    width: calc(91 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="92"]::after {
    width: calc(92 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="93"]::after {
    width: calc(93 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="94"]::after {
    width: calc(94 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="95"]::after {
    width: calc(95 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="96"]::after {
    width: calc(96 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="97"]::after {
    width: calc(97 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="98"]::after {
    width: calc(98 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="99"]::after {
    width: calc(99 * 2.5px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="100"]::after {
    width: calc(100 * 2.5px);
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="0"]::after {
    width: calc(0 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="1"]::after {
    width: calc(1 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="2"]::after {
    width: calc(2 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="3"]::after {
    width: calc(3 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="4"]::after {
    width: calc(4 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="5"]::after {
    width: calc(5 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="6"]::after {
    width: calc(6 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="7"]::after {
    width: calc(7 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="8"]::after {
    width: calc(8 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="9"]::after {
    width: calc(9 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="10"]::after {
    width: calc(10 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="11"]::after {
    width: calc(11 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="12"]::after {
    width: calc(12 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="13"]::after {
    width: calc(13 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="14"]::after {
    width: calc(14 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="15"]::after {
    width: calc(15 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="16"]::after {
    width: calc(16 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="17"]::after {
    width: calc(17 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="18"]::after {
    width: calc(18 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="19"]::after {
    width: calc(19 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="20"]::after {
    width: calc(20 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="21"]::after {
    width: calc(21 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="22"]::after {
    width: calc(22 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="23"]::after {
    width: calc(23 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="24"]::after {
    width: calc(24 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="25"]::after {
    width: calc(25 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="26"]::after {
    width: calc(26 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="27"]::after {
    width: calc(27 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="28"]::after {
    width: calc(28 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="29"]::after {
    width: calc(29 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="30"]::after {
    width: calc(30 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="31"]::after {
    width: calc(31 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="32"]::after {
    width: calc(32 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="33"]::after {
    width: calc(33 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="34"]::after {
    width: calc(34 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="35"]::after {
    width: calc(35 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="36"]::after {
    width: calc(36 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="37"]::after {
    width: calc(37 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="38"]::after {
    width: calc(38 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="39"]::after {
    width: calc(39 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="40"]::after {
    width: calc(40 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="41"]::after {
    width: calc(41 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="42"]::after {
    width: calc(42 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="43"]::after {
    width: calc(43 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="44"]::after {
    width: calc(44 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="45"]::after {
    width: calc(45 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="46"]::after {
    width: calc(46 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="47"]::after {
    width: calc(47 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="48"]::after {
    width: calc(48 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="49"]::after {
    width: calc(49 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="50"]::after {
    width: calc(50 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="51"]::after {
    width: calc(51 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="52"]::after {
    width: calc(52 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="53"]::after {
    width: calc(53 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="54"]::after {
    width: calc(54 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="55"]::after {
    width: calc(55 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="56"]::after {
    width: calc(56 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="57"]::after {
    width: calc(57 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="58"]::after {
    width: calc(58 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="59"]::after {
    width: calc(59 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="60"]::after {
    width: calc(60 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="61"]::after {
    width: calc(61 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="62"]::after {
    width: calc(62 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="63"]::after {
    width: calc(63 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="64"]::after {
    width: calc(64 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="65"]::after {
    width: calc(65 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="66"]::after {
    width: calc(66 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="67"]::after {
    width: calc(67 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="68"]::after {
    width: calc(68 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="69"]::after {
    width: calc(69 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="70"]::after {
    width: calc(70 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="71"]::after {
    width: calc(71 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="72"]::after {
    width: calc(72 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="73"]::after {
    width: calc(73 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="74"]::after {
    width: calc(74 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="75"]::after {
    width: calc(75 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="76"]::after {
    width: calc(76 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="77"]::after {
    width: calc(77 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="78"]::after {
    width: calc(78 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="79"]::after {
    width: calc(79 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="80"]::after {
    width: calc(80 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="81"]::after {
    width: calc(81 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="82"]::after {
    width: calc(82 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="83"]::after {
    width: calc(83 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="84"]::after {
    width: calc(84 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="85"]::after {
    width: calc(85 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="86"]::after {
    width: calc(86 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="87"]::after {
    width: calc(87 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="88"]::after {
    width: calc(88 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="89"]::after {
    width: calc(89 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="90"]::after {
    width: calc(90 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="91"]::after {
    width: calc(91 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="92"]::after {
    width: calc(92 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="93"]::after {
    width: calc(93 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="94"]::after {
    width: calc(94 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="95"]::after {
    width: calc(95 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="96"]::after {
    width: calc(96 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="97"]::after {
    width: calc(97 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="98"]::after {
    width: calc(98 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="99"]::after {
    width: calc(99 * 2.25px);
  }
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph[data-graph-val="100"]::after {
    width: calc(100 * 2.25px);
  }
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph::before {
  left: 0;
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph::after {
  margin-left: 0;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .wrap {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .wrap {
    max-width: 315px;
    margin: 0 auto;
  }
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph-l {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 28px;
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph-l .txt {
  font-weight: 700;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph-l .txt {
    font-size: 1.125rem;
    line-height: 1.5;
    width: 105px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph-l .txt {
    font-size: 1rem;
    line-height: 1.5;
    width: 95px;
  }
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph-l .graph::after {
  height: 28px;
  margin-right: 15px;
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph-l .val {
  font-weight: 700;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph-l .val {
    font-size: 2.25rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph-l .val {
    font-size: 1.875rem;
    line-height: 1;
  }
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph-l .unit {
  font-weight: 700;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph-l .unit {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph-l .unit {
    font-size: 0.625rem;
  }
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph-s {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 14px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph-s .txt {
    font-size: 0.75rem;
    line-height: 2;
    width: 105px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph-s .txt {
    font-size: 0.75rem;
    line-height: 2;
    width: 95px;
  }
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph-s .graph::after {
  background: #ECEEEF;
  margin-right: 10px;
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph-s .val {
  color: #ABB7C1;
  font-weight: 700;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph-s .val {
    font-size: 1.25rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph-s .val {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph-s .unit {
  color: #ABB7C1;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph-s .unit {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02 .graph-s .unit {
    font-size: 0.625rem;
  }
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02.graph-orange .graph-l .graph::after {
  background: #ffa74e;
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02.graph-orange .graph-l .val {
  color: #ffa74e;
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02.graph-green .graph-l .graph::after {
  background: #83d059;
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02.graph-green .graph-l .val {
  color: #83d059;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02.is_tab-reset .graph::after {
    transform: scale(0, 1);
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content02 .m_barGraph02.is_tab-reset.is_anim .graph::after {
    transform: scale(1);
  }
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02.js_anim.is_tab-reset .val {
  opacity: 0;
}

#document.report-wokingwoman .a_content .content02 .m_barGraph02.js_anim.is_tab-reset.is_anim .val {
  opacity: 1;
}

#document.report-wokingwoman .a_content .content02 .note {
  color: #606E79;
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content02 .note {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content02 .note {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 30px;
    white-space: nowrap;
  }
}

#document.report-wokingwoman .a_content .content02 .note > span {
  display: inline-block;
  margin-right: 0.2em;
}

#document.report-wokingwoman .a_content .content02 .note-l {
  margin: 0;
  color: #606E79;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content02 .note-l {
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content02 .note-l {
    font-size: 0.75rem;
    line-height: 1.5;
    position: relative;
    padding-left: 1.2em;
  }
}

#document.report-wokingwoman .a_content .content02 .note-l > span {
  display: inline-block;
  margin-right: 0.2em;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content02 .note-l > span {
    position: absolute;
    top: 0;
    left: 0;
  }
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02wrap {
    justify-content: center;
    max-width: 315px;
    margin: 0 auto;
  }
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 {
  width: 45%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 {
    max-width: 100%;
    width: auto;
    display: none;
    margin-top: 30px;
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02.is-current {
    display: block;
  }
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 .label th {
  text-align: center;
  font-weight: 700;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .label th {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .label th {
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 25px;
  }
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 .label th .mark {
  display: block;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .label th .mark {
    font-size: 2.25rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .label th .mark {
    font-size: 1.875rem;
    line-height: 1;
  }
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 td {
  padding: 0;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 td .label {
  font-weight: 700;
  display: block;
  text-align: center;
  border-bottom: 1px solid #DEE1E3;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 td .label {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 35px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 td .label {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 td .label .val {
  position: relative;
  top: 0.1em;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 td .txt {
  margin-left: 0.8em;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 td .txt {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 td .val {
  margin-left: 0.4em;
  font-family: Inter, sans-serif;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 td .val {
    font-size: 2.25rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 td .val {
    font-size: 1.875rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 td .val .unit {
    font-size: 1.25rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 td .val .unit {
    font-size: 0.875rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .wrap {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .wrap {
    width: 315px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 375px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .wrap {
    width: 100%;
  }
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 .inner {
  position: relative;
  height: 28px;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 .txt-1 {
  position: relative;
  z-index: 100;
  display: block;
  margin: 0;
  opacity: 0;
  transition: opacity .5s ease 1.5s;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .txt-1 {
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .txt-1 {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-bottom: 15px;
  }
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 .txt-1 .val {
  font-weight: 700;
  font-family: Inter, sans-serif;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .txt-1 .val {
    font-size: 1.5rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .txt-1 .val {
    font-size: 1.25rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .txt-1 .unit {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .txt-1 .unit {
    font-size: 0.625rem;
  }
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 .txt-2 {
  position: relative;
  z-index: 100;
  display: block;
  text-align: right;
  margin: 0;
  padding-right: 35px;
  opacity: 0;
  transition: opacity 1s ease 1.5s;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .txt-2 {
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .txt-2 {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-top: 15px;
    padding-right: 0;
  }
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 .txt-2 .val {
  font-weight: 700;
  font-family: Inter, sans-serif;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .txt-2 .val {
    font-size: 1.5rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .txt-2 .val {
    font-size: 1.25rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .txt-2 .unit {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .txt-2 .unit {
    font-size: 0.625rem;
  }
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 .txt-2 > span {
  position: relative;
  display: inline-block;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 .txt-2 > span::after {
  content: "";
  position: absolute;
  left: 25px;
  top: -35px;
  z-index: 10;
  height: 30px;
  width: 1px;
  background-color: #1A2229;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .txt-2 > span::after {
    top: -30px;
    left: 15px;
  }
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="0"]::after {
    width: calc(0 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="1"]::after {
    width: calc(1 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="2"]::after {
    width: calc(2 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="3"]::after {
    width: calc(3 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="4"]::after {
    width: calc(4 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="5"]::after {
    width: calc(5 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="6"]::after {
    width: calc(6 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="7"]::after {
    width: calc(7 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="8"]::after {
    width: calc(8 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="9"]::after {
    width: calc(9 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="10"]::after {
    width: calc(10 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="11"]::after {
    width: calc(11 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="12"]::after {
    width: calc(12 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="13"]::after {
    width: calc(13 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="14"]::after {
    width: calc(14 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="15"]::after {
    width: calc(15 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="16"]::after {
    width: calc(16 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="17"]::after {
    width: calc(17 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="18"]::after {
    width: calc(18 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="19"]::after {
    width: calc(19 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="20"]::after {
    width: calc(20 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="21"]::after {
    width: calc(21 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="22"]::after {
    width: calc(22 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="23"]::after {
    width: calc(23 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="24"]::after {
    width: calc(24 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="25"]::after {
    width: calc(25 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="26"]::after {
    width: calc(26 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="27"]::after {
    width: calc(27 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="28"]::after {
    width: calc(28 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="29"]::after {
    width: calc(29 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="30"]::after {
    width: calc(30 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="31"]::after {
    width: calc(31 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="32"]::after {
    width: calc(32 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="33"]::after {
    width: calc(33 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="34"]::after {
    width: calc(34 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="35"]::after {
    width: calc(35 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="36"]::after {
    width: calc(36 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="37"]::after {
    width: calc(37 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="38"]::after {
    width: calc(38 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="39"]::after {
    width: calc(39 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="40"]::after {
    width: calc(40 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="41"]::after {
    width: calc(41 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="42"]::after {
    width: calc(42 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="43"]::after {
    width: calc(43 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="44"]::after {
    width: calc(44 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="45"]::after {
    width: calc(45 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="46"]::after {
    width: calc(46 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="47"]::after {
    width: calc(47 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="48"]::after {
    width: calc(48 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="49"]::after {
    width: calc(49 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="50"]::after {
    width: calc(50 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="51"]::after {
    width: calc(51 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="52"]::after {
    width: calc(52 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="53"]::after {
    width: calc(53 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="54"]::after {
    width: calc(54 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="55"]::after {
    width: calc(55 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="56"]::after {
    width: calc(56 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="57"]::after {
    width: calc(57 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="58"]::after {
    width: calc(58 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="59"]::after {
    width: calc(59 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="60"]::after {
    width: calc(60 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="61"]::after {
    width: calc(61 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="62"]::after {
    width: calc(62 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="63"]::after {
    width: calc(63 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="64"]::after {
    width: calc(64 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="65"]::after {
    width: calc(65 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="66"]::after {
    width: calc(66 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="67"]::after {
    width: calc(67 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="68"]::after {
    width: calc(68 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="69"]::after {
    width: calc(69 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="70"]::after {
    width: calc(70 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="71"]::after {
    width: calc(71 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="72"]::after {
    width: calc(72 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="73"]::after {
    width: calc(73 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="74"]::after {
    width: calc(74 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="75"]::after {
    width: calc(75 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="76"]::after {
    width: calc(76 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="77"]::after {
    width: calc(77 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="78"]::after {
    width: calc(78 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="79"]::after {
    width: calc(79 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="80"]::after {
    width: calc(80 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="81"]::after {
    width: calc(81 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="82"]::after {
    width: calc(82 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="83"]::after {
    width: calc(83 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="84"]::after {
    width: calc(84 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="85"]::after {
    width: calc(85 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="86"]::after {
    width: calc(86 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="87"]::after {
    width: calc(87 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="88"]::after {
    width: calc(88 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="89"]::after {
    width: calc(89 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="90"]::after {
    width: calc(90 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="91"]::after {
    width: calc(91 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="92"]::after {
    width: calc(92 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="93"]::after {
    width: calc(93 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="94"]::after {
    width: calc(94 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="95"]::after {
    width: calc(95 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="96"]::after {
    width: calc(96 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="97"]::after {
    width: calc(97 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="98"]::after {
    width: calc(98 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="99"]::after {
    width: calc(99 * 9px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="100"]::after {
    width: calc(100 * 9px);
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="0"]::after {
    width: calc(0 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="1"]::after {
    width: calc(1 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="2"]::after {
    width: calc(2 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="3"]::after {
    width: calc(3 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="4"]::after {
    width: calc(4 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="5"]::after {
    width: calc(5 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="6"]::after {
    width: calc(6 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="7"]::after {
    width: calc(7 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="8"]::after {
    width: calc(8 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="9"]::after {
    width: calc(9 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="10"]::after {
    width: calc(10 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="11"]::after {
    width: calc(11 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="12"]::after {
    width: calc(12 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="13"]::after {
    width: calc(13 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="14"]::after {
    width: calc(14 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="15"]::after {
    width: calc(15 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="16"]::after {
    width: calc(16 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="17"]::after {
    width: calc(17 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="18"]::after {
    width: calc(18 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="19"]::after {
    width: calc(19 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="20"]::after {
    width: calc(20 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="21"]::after {
    width: calc(21 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="22"]::after {
    width: calc(22 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="23"]::after {
    width: calc(23 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="24"]::after {
    width: calc(24 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="25"]::after {
    width: calc(25 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="26"]::after {
    width: calc(26 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="27"]::after {
    width: calc(27 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="28"]::after {
    width: calc(28 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="29"]::after {
    width: calc(29 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="30"]::after {
    width: calc(30 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="31"]::after {
    width: calc(31 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="32"]::after {
    width: calc(32 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="33"]::after {
    width: calc(33 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="34"]::after {
    width: calc(34 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="35"]::after {
    width: calc(35 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="36"]::after {
    width: calc(36 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="37"]::after {
    width: calc(37 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="38"]::after {
    width: calc(38 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="39"]::after {
    width: calc(39 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="40"]::after {
    width: calc(40 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="41"]::after {
    width: calc(41 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="42"]::after {
    width: calc(42 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="43"]::after {
    width: calc(43 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="44"]::after {
    width: calc(44 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="45"]::after {
    width: calc(45 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="46"]::after {
    width: calc(46 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="47"]::after {
    width: calc(47 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="48"]::after {
    width: calc(48 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="49"]::after {
    width: calc(49 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="50"]::after {
    width: calc(50 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="51"]::after {
    width: calc(51 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="52"]::after {
    width: calc(52 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="53"]::after {
    width: calc(53 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="54"]::after {
    width: calc(54 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="55"]::after {
    width: calc(55 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="56"]::after {
    width: calc(56 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="57"]::after {
    width: calc(57 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="58"]::after {
    width: calc(58 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="59"]::after {
    width: calc(59 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="60"]::after {
    width: calc(60 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="61"]::after {
    width: calc(61 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="62"]::after {
    width: calc(62 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="63"]::after {
    width: calc(63 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="64"]::after {
    width: calc(64 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="65"]::after {
    width: calc(65 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="66"]::after {
    width: calc(66 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="67"]::after {
    width: calc(67 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="68"]::after {
    width: calc(68 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="69"]::after {
    width: calc(69 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="70"]::after {
    width: calc(70 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="71"]::after {
    width: calc(71 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="72"]::after {
    width: calc(72 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="73"]::after {
    width: calc(73 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="74"]::after {
    width: calc(74 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="75"]::after {
    width: calc(75 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="76"]::after {
    width: calc(76 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="77"]::after {
    width: calc(77 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="78"]::after {
    width: calc(78 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="79"]::after {
    width: calc(79 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="80"]::after {
    width: calc(80 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="81"]::after {
    width: calc(81 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="82"]::after {
    width: calc(82 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="83"]::after {
    width: calc(83 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="84"]::after {
    width: calc(84 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="85"]::after {
    width: calc(85 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="86"]::after {
    width: calc(86 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="87"]::after {
    width: calc(87 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="88"]::after {
    width: calc(88 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="89"]::after {
    width: calc(89 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="90"]::after {
    width: calc(90 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="91"]::after {
    width: calc(91 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="92"]::after {
    width: calc(92 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="93"]::after {
    width: calc(93 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="94"]::after {
    width: calc(94 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="95"]::after {
    width: calc(95 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="96"]::after {
    width: calc(96 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="97"]::after {
    width: calc(97 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="98"]::after {
    width: calc(98 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="99"]::after {
    width: calc(99 * 6.5px);
  }
  #document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph[data-graph-val="100"]::after {
    width: calc(100 * 6.5px);
  }
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph::before {
  left: 0;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph::after {
  margin-left: 0;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph-l {
  position: relative;
  height: 100%;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph-l .graph {
  height: 100%;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph-l .graph::before {
  content: none;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph-l .graph::after {
  height: 28px;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph-s {
  position: absolute;
  top: -2px;
  left: 0;
  height: 100%;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph-s::after {
  content: "";
  position: absolute;
  left: 46%;
  top: -13px;
  height: 30px;
  width: 1px;
  background-color: #1A2229;
  opacity: 0;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph-s .graph {
  height: 100%;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph-s .graph::before {
  content: none;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02 .graph-s .graph::after {
  height: 28px;
  border: 2px solid #ffffff;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02.js_anim.is_reset .txt-1 {
  opacity: 0 !important;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02.js_anim.is_reset .txt-2 {
  opacity: 0 !important;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02.js_anim.is_reset .graph-s::after {
  opacity: 0 !important;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02.js_anim.is_anim .graph-l .graph::after {
  transition-delay: 0.5s;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02.js_anim.is_anim .graph-s::after {
  transition: opacity 1s ease 1.5s;
  opacity: 1;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02.js_anim.is_anim .graph-s .graph::after {
  transition-duration: .5s;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02.js_anim.is_anim .txt-1 {
  opacity: 1;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02.js_anim.is_anim .txt-2 {
  opacity: 1;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02.graph-orange .mark {
  color: #ffa74e;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02.graph-orange .graph-l .graph::after {
  background: #FFDCB8;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02.graph-orange .graph-s .graph::after {
  background: #ffa74e;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02.graph-orange .val {
  color: #ffa74e;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02.graph-green .mark {
  color: #83d059;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02.graph-green .graph-l .graph::after {
  background: #C1E7AB;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02.graph-green .graph-s .graph::after {
  background: #83d059;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02.graph-green .val {
  color: #83d059;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02.is_reset.is_anim td .label {
  opacity: 0 !important;
  transition: opacity 1s ease .3s;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02.is_anim td .label {
  opacity: 1;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02.is_tab-reset td .label {
  opacity: 0;
  transition: opacity 1s ease .3s;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02.is_tab-reset.is_anim td .label {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02.is_tab-reset .graph::after {
    transform: scale(0, 1);
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content03 .m_barGraph02.is_tab-reset.is_anim .graph::after {
    transform: scale(1);
  }
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02.js_anim.is_tab-reset .val {
  opacity: 0;
}

#document.report-wokingwoman .a_content .content03 .m_barGraph02.js_anim.is_tab-reset.is_anim .val {
  opacity: 1;
}

#document.report-wokingwoman .a_content .content03 .note {
  color: #606E79;
  position: relative;
  margin: 0;
  white-space: break-spaces;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .content03 .note {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 25px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .content03 .note {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 30px;
  }
}

#document.report-wokingwoman .a_content .content03 .note > span {
  display: inline-block;
  margin-right: 0.2em;
}

#document.report-wokingwoman .a_content .cont-lead {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .cont-lead {
    position: relative;
    max-width: 315px;
    margin: 0 auto 30px;
  }
}

#document.report-wokingwoman .a_content .cont-lead p {
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .cont-lead p {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

#document.report-wokingwoman .a_content .cont-lead .image {
  position: relative;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .cont-lead .image {
    position: absolute;
    bottom: 10px;
    width: 40px;
  }
}

#document.report-wokingwoman .a_content .cont-lead .image:nth-of-type(1) {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .cont-lead .image:nth-of-type(1) {
    left: 0;
  }
}

#document.report-wokingwoman .a_content .cont-lead .image:nth-of-type(2) {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .cont-lead .image:nth-of-type(2) {
    right: 0;
  }
}

#document.report-wokingwoman .a_content .cont-lead .image img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.report-wokingwoman .a_content .cont-lead .image.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.report-wokingwoman .a_content .cont-lead .image.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.report-wokingwoman .a_content .cont-lead .image.js_anim.is_anim img {
  transition: opacity 1s ease .3s;
}

#document.report-wokingwoman .a_content .cont-lead .image.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document.report-wokingwoman .a_content .text-box {
  border: 1px solid #FD7FC3;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .text-box {
    padding: 50px 0;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .text-box {
    padding: 25px;
    margin-bottom: 80px;
  }
}

#document.report-wokingwoman .a_content .text {
  margin: 0;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .text {
    text-align: center;
    font-size: 1.25rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .text {
    font-size: 1rem;
    line-height: 2;
  }
}

#document.report-wokingwoman .a_content .text .m_marker {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .text .m_marker.js_anim.is_reset {
    background-position-x: -150vw;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .m_message {
    padding-bottom: 50px;
    display: grid;
    grid-template-columns: 1fr auto auto 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: ". image . ." ". image mark ." ". image text ." ". image . .";
  }
  #document.report-wokingwoman .a_content .m_message[class*="_flipped"] {
    grid-template-areas: ". . image ." ". mark image ." ". text image ." ". . image .";
  }
  #document.report-wokingwoman .a_content .m_message > .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 2;
  }
  #document.report-wokingwoman .a_content .m_message[class*="_flipped"] > .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 3;
  }
  #document.report-wokingwoman .a_content .m_message > .mark {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  #document.report-wokingwoman .a_content .m_message[class*="_flipped"] > .mark {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #document.report-wokingwoman .a_content .m_message > .text01 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-wokingwoman .a_content .m_message[class*="_flipped"] > .text01 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .m_message .image {
    grid-area: image;
    text-align: center;
    margin: 0;
  }
}

#document.report-wokingwoman .a_content .m_message .image span {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .m_message .image img {
    width: 152px;
  }
}

#document.report-wokingwoman .a_content .m_message .image img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.report-wokingwoman .a_content .m_message .image.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.report-wokingwoman .a_content .m_message .image.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.report-wokingwoman .a_content .m_message .image.js_anim.is_anim img {
  transition: opacity 1s ease .3s;
}

#document.report-wokingwoman .a_content .m_message .image.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .m_message .mark {
    grid-area: mark;
  }
}

#document.report-wokingwoman .a_content .m_message .mark svg {
  fill: #fd7fc3;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .m_message .mark svg {
    width: 19px;
    margin: 22px 0 18px;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .m_message .text01 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .m_message .text01 {
    font-size: 1.125rem;
    line-height: 1.5;
    grid-area: text;
  }
}

#document.report-wokingwoman .a_content .m_message .text01.nowrap {
  white-space: nowrap;
}

#document.report-wokingwoman .a_content .m_message .text01::before {
  top: 50%;
  left: 50%;
  background-color: #f8f8f9;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .m_message .text01::before {
    width: 320px;
    height: 210px;
    transform: translate(-50%, -50%) translateY(-20px);
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .m_message .text01::before {
    width: 260px;
    height: 170px;
    transform: translate(-50%, -50%);
  }
}

#document.report-wokingwoman .a_content .m_message[class*="_flipped"] .image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 3;
}

#document.report-wokingwoman .a_content .m_message[class*="_flipped"] .mark {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

#document.report-wokingwoman .a_content .m_message[class*="_flipped"] .text01 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

#document.report-wokingwoman .a_content .m_message.bg-pink {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .m_message.bg-pink {
    padding: 40px 0;
  }
}

#document.report-wokingwoman .a_content .m_message.bg-pink::after {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  right: 0;
  left: 0;
  background-color: rgba(253, 127, 195, 0.05);
}

@media (min-width: 1001px) {
  #document.report-wokingwoman .a_content .m_message.bg-pink::after {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .m_message.bg-pink::after {
    right: -30px;
    left: -30px;
  }
}

#document.report-wokingwoman .a_content .m_message.bg-pink .text01::before {
  background-color: #fff;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.report-wokingwoman .a_content .section01 > .heading .num img {
    width: 57px;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section01 .content01 {
    padding-bottom: 95px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section01 .content01 {
    padding-bottom: 50px;
  }
}

#document.report-wokingwoman .a_content .section01 .content01 .note-l {
  margin: 20px 0 0;
  color: #606E79;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section01 .content01 .note-l {
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section01 .content01 .note-l {
    font-size: 0.75rem;
    line-height: 1.5;
    position: relative;
    padding-left: 1.2em;
  }
}

#document.report-wokingwoman .a_content .section01 .content01 .note-l > span {
  display: inline-block;
  margin-right: 0.2em;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section01 .content01 .note-l > span {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section01 .m_message {
    padding: 35px 0 65px 30px;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section01 .m_message .image {
    padding-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section01 .m_message .image {
    position: relative;
    top: 0px;
    left: -80px;
    width: 96px;
  }
}

@media screen and (max-width: 375px) {
  #document.report-wokingwoman .a_content .section01 .m_message .image {
    top: -10px;
    left: -60px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section01 .m_message .text01 {
    margin-top: -20px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section01 .m_message .text01::before {
    transform: translate(-50%, -60%);
  }
}

#document.report-wokingwoman .a_content .section01 .cont {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section01 .cont {
    margin-top: 100px;
    padding-left: 45px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section01 .cont {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section01 .cont {
    display: flex;
  }
}

#document.report-wokingwoman .a_content .section01 .cont::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #DEE1E3;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section01 .cont .inner {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section01 .cont .inner {
    text-align: justify;
    font-size: 20px;
  }
}

#document.report-wokingwoman .a_content .section01 .cont .image {
  position: relative;
  z-index: 100;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section01 .cont .image {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section01 .cont .image {
    width: 93px;
    float: right;
    height: 100%;
    margin-left: 15px;
    display: flex;
    align-items: flex-end;
    shape-outside: inset(calc(100% - 155px) 0 0);
  }
}

#document.report-wokingwoman .a_content .section01 .cont .image img:nth-of-type(1) {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

#document.report-wokingwoman .a_content .section01 .cont .image.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.report-wokingwoman .a_content .section01 .cont .image.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.report-wokingwoman .a_content .section01 .cont .image.js_anim.is_anim img {
  transition: opacity 1s ease .3s;
}

#document.report-wokingwoman .a_content .section01 .cont .image.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

.iphone #document.report-wokingwoman .a_content .section01 .cont .image {
  height: auto;
  shape-outside: inherit;
}

#document.report-wokingwoman .a_content .section01 .cont p {
  margin: 0;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section01 .cont p {
    font-size: 1rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section01 .cont p {
    font-size: 0.875rem;
    line-height: 2;
    padding-bottom: 45px;
    text-align: justify;
  }
}

@media screen and (max-width: 375px) {
  #document.report-wokingwoman .a_content .section01 .cont p {
    padding-bottom: 20px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.report-wokingwoman .a_content .section02 > .heading .num img {
    width: 82px;
  }
}

#document.report-wokingwoman .a_content .section02 .m_message.bg-white {
  position: relative;
  padding-bottom: 0;
}

#document.report-wokingwoman .a_content .section02 .m_message.bg-white::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 1;
  width: 100%;
  height: 1px;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
  background-color: #DEE1E3;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section02 .m_message.bg-white .text01 {
    margin-top: -20px;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section02 .m_message.bg-white .text01::before {
    width: 200px;
    height: 130px;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section02 .m_message.bg-white .text01::before {
    width: 130px;
    height: 85px;
  }
}

#document.report-wokingwoman .a_content .section02 .m_message.bg-white .image {
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section02 .m_message.bg-white .image {
    padding-top: 100px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section02 .m_message.bg-white .image {
    width: 50px;
    padding-top: 80px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section02 .m_message.bg-pink {
    position: relative;
    display: block;
    padding-top: 60px;
    padding-bottom: 180px;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section02 .m_message.bg-pink .image {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section02 .m_message.bg-pink .image {
    width: 170px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
  }
  #document.report-wokingwoman .a_content .section02 .m_message.bg-pink .image img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section02 .m_message.bg-pink .mark svg {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section02 .m_message.bg-pink .text01::before {
    transform: translate(-50%, -70%);
  }
}

#document.report-wokingwoman .a_content .section02 .content01 .note-l {
  margin: 20px 0 0;
  color: #606E79;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section02 .content01 .note-l {
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section02 .content01 .note-l {
    font-size: 0.75rem;
    line-height: 1.5;
    position: relative;
    padding-left: 1.2em;
  }
}

#document.report-wokingwoman .a_content .section02 .content01 .note-l > span {
  display: inline-block;
  margin-right: 0.2em;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section02 .content01 .note-l > span {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section02 .content02 {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section02 .content02 {
    padding-bottom: 60px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.report-wokingwoman .a_content .section03 > .heading .num img {
    width: 85px;
  }
}

#document.report-wokingwoman .a_content .section03 .m_message {
  position: relative;
}

#document.report-wokingwoman .a_content .section03 .m_message.bg-white {
  border-bottom: 1px solid #DEE1E3;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section03 .m_message.bg-white {
    padding-left: 55px;
  }
}

#document.report-wokingwoman .a_content .section03 .m_message.bg-white::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 1;
  width: 100%;
  height: 1px;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
  background-color: #DEE1E3;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section03 .m_message.bg-white .text01 {
    margin-top: -20px;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section03 .m_message.bg-white .text01::before {
    width: 200px;
    height: 130px;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section03 .m_message.bg-white .text01::before {
    width: 130px;
    height: 85px;
  }
}

#document.report-wokingwoman .a_content .section03 .m_message.bg-white .image {
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section03 .m_message.bg-white .image {
    padding-top: 100px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section03 .m_message.bg-white .image {
    padding-top: 85px;
    margin-left: 20px;
    width: 146px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section03 .m_message.bg-pink {
    padding-top: 25px;
    padding-bottom: 65px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section03 .m_message.bg-pink .tetx01 {
    margin-top: -10px;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section03 .m_message.bg-pink .image {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section03 .m_message.bg-pink .image {
    position: relative;
    top: 50px;
    width: 78px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section03 .m_message.bg-pink .mark svg {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section03 .content01 {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section03 .content01 {
    padding-bottom: 55px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section03 .content03 .txt-1 span::after {
    left: 12px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.report-wokingwoman .a_content .section04 > .heading .num img {
    width: 94px;
  }
}

#document.report-wokingwoman .a_content .section04 .m_message {
  position: relative;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section04 .m_message {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section04 .m_message {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

#document.report-wokingwoman .a_content .section04 .m_message .image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section04 .m_message .image {
    top: 58%;
  }
}

#document.report-wokingwoman .a_content .section04 .m_message .image:first-of-type {
  left: 0;
}

#document.report-wokingwoman .a_content .section04 .m_message .image:last-of-type {
  right: 0;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section04 .m_message .image {
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section04 .m_message .mark svg {
    margin-bottom: 0;
  }
}

#document.report-wokingwoman .a_content .section04 .inner {
  position: relative;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section04 .inner {
    width: 425px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section04 .inner {
    max-width: 315px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section04 .text01::before {
    transform: translate(-50%, -70%);
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section04 .content01 {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section04 .content01 {
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section05 {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section05 {
    padding-bottom: 85px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.report-wokingwoman .a_content .section05 > .heading .num img {
    width: 87px;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_content .section05 .content02 {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_content .section05 .content02 {
    padding-bottom: 55px;
  }
}

#document.report-wokingwoman .a_block-1 {
  position: relative;
  z-index: 100;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-1 {
    padding-bottom: 115px;
    padding-bottom: 135px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-1 {
    padding: 0 30px 100px;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-1 p {
    font-size: 1.125rem;
    line-height: 2;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-1 p {
    font-size: 0.9375rem;
    line-height: 2;
    text-align: left;
  }
}

#document.report-wokingwoman .a_block-1 .head {
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-1 .head {
    padding-top: 110px;
    padding-bottom: 90px;
    margin-bottom: 135px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-1 .head {
    padding-top: 75px;
    padding-bottom: 55px;
    margin-bottom: 90px;
  }
}

#document.report-wokingwoman .a_block-1 .head::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(253, 127, 195, 0.1);
}

@media (min-width: 1001px) {
  #document.report-wokingwoman .a_block-1 .head::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-1 .head::before {
    right: -30px;
    left: -30px;
  }
}

#document.report-wokingwoman .a_block-1 .head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 15px 0 15px;
  border-color: rgba(253, 127, 195, 0.1) transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-1 .head::after {
    bottom: -20px;
    border-width: 20px 10px 0 10px;
  }
}

#document.report-wokingwoman .a_block-1 .head .image {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-1 .head .image {
    width: 169px;
    margin-bottom: 30px;
  }
}

#document.report-wokingwoman .a_block-1 .head .image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  animation: moyamoya 5s linear infinite;
  background-color: #fff;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-1 .head .image::before {
    width: 320px;
    height: 210px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-1 .head .image::before {
    width: 260px;
    height: 170px;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-1 .head .image {
    margin-bottom: 50px;
  }
}

#document.report-wokingwoman .a_block-1 .head .text {
  margin: 0;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-1 .head .text {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-1 .head .text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-1 .head .text .mid {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-1 .head .text .mid {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-1 .head .text .large {
    font-size: 2rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-1 .head .text .large {
    font-size: 1.375rem;
    line-height: 1.5;
    display: block;
    margin-top: 10px;
  }
}

#document.report-wokingwoman .a_block-1 .text-b {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-1 .text-b {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-1 .text-b {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 30px;
  }
}

#document.report-wokingwoman .a_block-1 .text-b .m_marker {
  font-weight: 700;
}

#document.report-wokingwoman .a_block-1 .image-item {
  position: absolute;
  bottom: 0;
}

#document.report-wokingwoman .a_block-1 .image-item:nth-of-type(1) {
  left: 0;
}

#document.report-wokingwoman .a_block-1 .image-item:nth-of-type(2) {
  right: 0;
}

#document.report-wokingwoman .a_block-1 .image {
  position: relative;
}

#document.report-wokingwoman .a_block-1 .image img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.report-wokingwoman .a_block-1 .image.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.report-wokingwoman .a_block-1 .image.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.report-wokingwoman .a_block-1 .image.js_anim.is_anim img {
  transition: opacity 1s ease .3s;
}

#document.report-wokingwoman .a_block-1 .image.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document.report-wokingwoman .a_block-2 {
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-2 {
    padding-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-2 {
    padding-top: 95px;
  }
}

#document.report-wokingwoman .a_block-2::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(253, 127, 195, 0.1);
}

@media (min-width: 1001px) {
  #document.report-wokingwoman .a_block-2::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-2::before {
    right: -30px;
    left: -30px;
  }
}

#document.report-wokingwoman .a_block-2 .inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-2 .inner {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-2 .cont {
    padding: 0 30px 100px;
  }
}

#document.report-wokingwoman .a_block-2 .label {
  display: block;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-2 .label {
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-2 .label {
    font-size: 0.9375rem;
    line-height: 1.6;
    text-align: center;
  }
}

#document.report-wokingwoman .a_block-2 .heading {
  position: relative;
  margin-top: 0;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-2 .heading {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-2 .heading {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
  }
}

#document.report-wokingwoman .a_block-2 .heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 650px;
  height: 1px;
  background-color: #1A2229;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-2 .heading::after {
    width: 1px;
    height: 80px;
    top: 45px;
    left: 50%;
  }
}

@media screen and (max-width: 375px) {
  #document.report-wokingwoman .a_block-2 .heading::after {
    height: 70px;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-2 p {
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-2 p {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

#document.report-wokingwoman .a_block-2 .image {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-2 .image {
    width: 481px;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-2 .image {
    top: -125px;
    right: -30px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-2 .image {
    text-align: center;
    max-width: calc(100% - 60px);
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 35px;
  }
}

#document.report-wokingwoman .a_block-2 .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 6px 20px rgba(92, 38, 66, 0.1);
  border-radius: 100px;
  text-decoration: none;
  color: #1A2229;
  font-weight: 700;
  transition: box-shadow 0.4s ease;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-2 .btn {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 50px;
    width: 300px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-2 .btn {
    width: 280px;
    height: 50px;
    margin: 35px auto 0;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-2 .btn:hover {
    box-shadow: 0 6px 20px 0 rgba(92, 38, 66, 0.2);
  }
}

#document.report-wokingwoman .a_block-2 .btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  transition: right 0.4s ease;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  color: #0078dc;
  font-size: 11px;
  line-height: 11px;
  vertical-align: middle;
}

#document.report-wokingwoman .a_block-2 .btn:hover::after {
  right: 20px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .btn {
    box-sizing: border-box;
    padding-top: 0.2em;
  }
}

#document.report-wokingwoman #seminar {
  height: 0;
  display: block;
}

@media (min-width: 768px) {
  #document.report-wokingwoman #seminar {
    margin-top: -108px;
    padding-top: 108px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman #seminar {
    margin-top: -100px;
    padding-top: 100px;
  }
}

#document.report-wokingwoman .a_block-3 {
  padding: 130px 0 140px;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-3 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}

#document.report-wokingwoman .a_block-3 .heading {
  text-align: center;
  margin-top: 0;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-3 .heading {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-3 .heading {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 35px;
  }
}

#document.report-wokingwoman .a_block-3 .inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-3 .inner {
    display: block;
    padding: 0 30px;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-3 .cont {
    margin-left: 50px;
  }
}

#document.report-wokingwoman .a_block-3 p {
  margin: 0;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-3 p {
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-3 p {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

#document.report-wokingwoman .a_block-3 .btn {
  position: relative;
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #FD7FC3;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 700;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-3 .btn {
    margin-top: 50px;
    transition: 0.3s;
  }
  #document.report-wokingwoman .a_block-3 .btn:hover {
    background-color: #FDA5D5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-3 .btn {
    width: 280px;
    height: 50px;
    margin: 35px auto 0;
  }
}

#document.report-wokingwoman .a_block-3 .btn::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  color: white;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}

#document.report-wokingwoman .a_block-3 .image {
  position: relative;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-3 .image {
    width: 210px;
    margin: 0 auto 30px;
  }
}

#document.report-wokingwoman .a_block-3 .image img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.report-wokingwoman .a_block-3 .image.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.report-wokingwoman .a_block-3 .image.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.report-wokingwoman .a_block-3 .image.js_anim.is_anim img {
  transition: opacity 1s ease .3s;
}

#document.report-wokingwoman .a_block-3 .image.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document.report-wokingwoman .a_block-4 {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4 {
    padding-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-4 {
    padding-top: 90px;
    background-color: rgba(253, 127, 195, 0.1);
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 100vw;
    min-width: 100%;
    height: calc(100% - 167px);
    background-color: rgba(253, 127, 195, 0.1);
    transform: translateX(-50%);
  }
}

#document.report-wokingwoman .a_block-4 .report {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4 .report {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4 .report::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    width: 97vw;
    min-width: 100%;
    height: calc(100% - 328px);
    background-color: rgba(253, 127, 195, 0.8);
    transform: translateX(-50%);
  }
}

#document.report-wokingwoman .a_block-4 .report .ttl {
  font-weight: bold;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4 .report .ttl {
    margin: 0 0 52px 0;
    font-size: 1.625rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-4 .report .ttl {
    margin: 0 30px 35px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

#document.report-wokingwoman .a_block-4 .report .panelLink {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink {
    margin: 0 0 60px 0;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink {
    align-items: center;
    flex-direction: column;
    padding: 60px 30px;
    margin-bottom: 0;
    background-color: #fd7fc3;
  }
}

#document.report-wokingwoman .a_block-4 .report .panelLink > li {
  position: relative;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 20px 0 rgba(92, 38, 66, 0.1);
  background-color: #ffffff;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink > li {
    padding: 40px 40px 20px;
    width: 475px;
    transition: box-shadow 0.4s ease;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink > li {
    box-sizing: border-box;
    padding: 30px 30px 15px;
    width: 100%;
    min-width: 315px;
    transition: box-shadow 0.4s ease;
  }
}

#document.report-wokingwoman .a_block-4 .report .panelLink > li .link {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink > li .link {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink > li .link::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translate(0%, -50%) translateY(13px);
    transition: transform 0.4s;
    color: #0078dc;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: "\E004";
    font-size: 10px;
    line-height: 10px;
    vertical-align: middle;
    content: "\E004";
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink > li .link::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(0%, -50%) translateY(22px);
    transition: transform 0.4s;
    color: #0078dc;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: "\E004";
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
    content: "\E004";
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink > li .link:hover::after {
    transform: translate(0%, -50%) translateX(6px) translateY(13px);
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink > li:hover {
    box-shadow: 0 6px 20px 0 rgba(92, 38, 66, 0.2);
  }
}

#document.report-wokingwoman .a_block-4 .report .panelLink > li:hover .image.js_anim.is_anim img:nth-of-type(3) {
  opacity: 1;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink > li:nth-of-type(n + 2) {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink > li:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}

#document.report-wokingwoman .a_block-4 .report .panelLink > li .image {
  position: relative;
  z-index: 1;
  display: block;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink > li .image {
    margin: 0 auto 20px;
    width: 240px;
    height: 172px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink > li .image {
    margin: 0 auto 20px;
    width: 200px;
    height: 143px;
  }
}

#document.report-wokingwoman .a_block-4 .report .panelLink > li .image > span {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink > li .image img {
    width: 200px;
  }
}

#document.report-wokingwoman .a_block-4 .report .panelLink > li .image img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.report-wokingwoman .a_block-4 .report .panelLink > li .image img:nth-of-type(3) {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.report-wokingwoman .a_block-4 .report .panelLink > li .image.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.report-wokingwoman .a_block-4 .report .panelLink > li .image.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.report-wokingwoman .a_block-4 .report .panelLink > li .image.js_anim.is_anim img {
  transition: opacity 1s ease 0.3s;
}

#document.report-wokingwoman .a_block-4 .report .panelLink > li .image.js_anim.is_anim img:nth-of-type(3) {
  transition: opacity 1s ease;
}

#document.report-wokingwoman .a_block-4 .report .panelLink > li .image.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document.report-wokingwoman .a_block-4 .report .panelLink > li .image::before {
  position: absolute;
  content: "";
  z-index: -1;
  border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  animation: moyamoya 5s linear infinite;
  background-color: rgba(253, 127, 195, 0.05);
  border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  top: 50%;
  left: 50%;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink > li .image::before {
    width: 180px;
    height: 150px;
    transform: translate(-50%, -50%) translateY(10px);
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink > li .image::before {
    width: 170px;
    height: 123px;
    transform: translate(-50%, -50%) translateY(10px);
  }
}

#document.report-wokingwoman .a_block-4 .report .panelLink > li .date {
  font-weight: bold;
  color: #abb7c1;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink > li .date {
    margin: 0 0 7px;
    font-size: 0.8125rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink > li .date {
    margin: 0 0 5px;
    font-size: 0.75rem;
    line-height: 1.16667;
  }
}

#document.report-wokingwoman .a_block-4 .report .panelLink > li .ttl {
  font-weight: bold;
  color: #fd7fc3;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink > li .ttl {
    margin: 0 0 11px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink > li .ttl {
    margin: 0 0 11.5px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

#document.report-wokingwoman .a_block-4 .report .panelLink > li .text {
  font-weight: bold;
  color: #1A2229;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink > li .text {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink > li .text {
    margin: 0 0 21px 0;
    font-size: 1rem;
    line-height: 1.5;
  }
}

#document.report-wokingwoman .a_block-4 .report .panelLink > li.is_current {
  pointer-events: none;
  box-shadow: none;
}

#document.report-wokingwoman .a_block-4 .report .panelLink > li.is_current .image:before {
  opacity: 0;
}

#document.report-wokingwoman .a_block-4 .report .panelLink > li.is_current .date,
#document.report-wokingwoman .a_block-4 .report .panelLink > li.is_current .ttl,
#document.report-wokingwoman .a_block-4 .report .panelLink > li.is_current .text,
#document.report-wokingwoman .a_block-4 .report .panelLink > li.is_current .point .trigger {
  color: #dee1e3;
}

#document.report-wokingwoman .a_block-4 .report .panelLink > li.is_current .link::after,
#document.report-wokingwoman .a_block-4 .report .panelLink > li.is_current .point .trigger::after {
  display: none;
}

#document.report-wokingwoman .a_block-4 .report .panelLink .point {
  position: relative;
  border-top: 1px solid #eceeef;
}

#document.report-wokingwoman .a_block-4 .report .panelLink .point .button {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink .point .button {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink .point .button {
    padding-top: 16px;
  }
}

#document.report-wokingwoman .a_block-4 .report .panelLink .point .button .trigger {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink .point .button .trigger {
    margin: 0;
    padding-right: 10px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink .point .button .trigger {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.61538;
  }
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink .point .button .trigger::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -11px;
    transform: translate(0%, -50%) translateY(0px) scale(0.6);
    transition: transform 0.4s;
    color: #0078dc;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: "\E003";
    font-size: 10px;
    line-height: 10px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink .point .button .trigger::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translate(0%, -50%) translateY(0px) scale(0.6);
    transition: transform 0.4s;
    color: #0078dc;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: "\E003";
    font-size: 10px;
    line-height: 10px;
    vertical-align: middle;
  }
}

#document.report-wokingwoman .a_block-4 .report .panelLink .point.is-acc-open .button {
  display: none;
}

#document.report-wokingwoman .a_block-4 .report .panelLink .point .detail {
  display: none;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink .point .detail {
    padding-top: 20px;
  }
}

#document.report-wokingwoman .a_block-4 .report .panelLink .point .detail .head {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink .point .detail .head {
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink .point .detail .head {
    margin-bottom: 20px;
  }
}

#document.report-wokingwoman .a_block-4 .report .panelLink .point .detail .head .label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  border-radius: 15px;
  background-color: #fd7fc3;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink .point .detail .head .label {
    font-size: 0.875rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink .point .detail .head .label {
    width: 150px;
    height: 24px;
    border-radius: 12px;
    font-size: 0.8125rem;
    line-height: 1;
  }
}

#document.report-wokingwoman .a_block-4 .report .panelLink .point .detail .body > li {
  position: relative;
  padding-left: 2em;
}

@media (min-width: 768px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink .point .detail .body > li {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink .point .detail .body > li {
    margin-bottom: 8px;
    font-size: 0.8125rem;
    line-height: 1.53846;
  }
}

#document.report-wokingwoman .a_block-4 .report .panelLink .point .detail .body > li:last-of-type {
  margin-bottom: 0;
}

#document.report-wokingwoman .a_block-4 .report .panelLink .point .detail .body > li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: auto;
  left: 2px;
  width: 26px;
  height: 26px;
  background-color: #fd7fc3;
  border-radius: 50%;
  transform: scale(0.8);
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E001";
  color: #ffffff;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #document.report-wokingwoman .a_block-4 .report .panelLink .point .detail .body > li::before {
    left: 0;
    transform: translate(-3px, -3px) scale(0.6);
  }
}

#document.think-index .wave {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  transition: opacity .4s ease;
}

@media (min-width: 768px) {
  #document.think-index .wave {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .wave {
    width: 100%;
  }
}

#document.think-index .wave .line {
  position: absolute;
  border: 1px solid;
  border-radius: 24%;
  transform-origin: 50% 49%;
  transition: border-color .8s ease-out;
  opacity: 0.5;
  pointer-events: none;
}

@media (min-width: 768px) {
  #document.think-index .wave .line {
    left: 300px;
    top: -150px;
    width: 1000px;
    height: 1200px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .wave .line {
    top: -50vh;
    width: 200vh;
    height: 200vh;
    left: 95vw;
  }
}

#document.think-index .wave .line:nth-of-type(1) {
  border-radius: 52% 42% 38% 40%;
  border-color: rgba(131, 208, 89, 0.4);
  transform: rotate(30deg);
}

#document.think-index .wave .line:nth-of-type(2) {
  border-radius: 35% 50% 42% 46% / 80% 46% 60% 50%;
  border-color: rgba(131, 208, 89, 0.8);
  transform: rotate(45deg);
}

.js_run #document.think-index .wave .line {
  animation: wave 80s linear infinite;
}

.js_run #document.think-index .wave .line:nth-of-type(2) {
  animation-duration: 60s;
}

@media screen and (max-width: 767px) {
  #document.think-index .section {
    padding: 0 30px;
  }
}

#document.think-index .section.relationLink {
  position: relative;
}

#document.think-index .section.relationLink > *:last-child {
  margin-bottom: 0 !important;
}

#document.think-index .section.relationLink::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: -1;
  background: rgba(131, 208, 89, 0.1);
}

#document.think-index .section.relationLink::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: rgba(131, 208, 89, 0.8);
}

#document.think-index .section.relationLink .links {
  display: flex;
}

#document.think-index .section.relationLink .links .img {
  position: relative;
}

#document.think-index .section.relationLink .links .img::after {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  content: "";
  z-index: 0;
  animation: moyamoya 5s linear infinite;
  transform: translate(-50%, -50%);
  background: rgba(131, 208, 89, 0.05);
}

#document.think-index .section.relationLink .links .img img {
  position: relative;
  z-index: 1;
}

#document.think-index .section.relationLink .links .btnTitle {
  margin: 0;
  position: relative;
}

#document.think-index .section.relationLink .links .btnTitle::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  position: absolute;
  transition: .4s ease;
}

#document.think-index .section.relationLink .links > li.disabled > a .btnTitle::after, #document.think-index .section.relationLink .links > li.soon > a .btnTitle::after {
  display: none;
}

#document.think-index .section.relationLink .links > li.disabled .img::after, #document.think-index .section.relationLink .links > li.soon .img::after {
  display: none;
}

#document.think-index .section.relationLink .links > li.disabled a, #document.think-index .section.relationLink .links > li.soon a {
  box-shadow: none;
  pointer-events: none;
  cursor: default;
}

#document.think-index .section.relationLink .links > li.disabled .btnTitle {
  color: #DEE1E3;
}

@media (min-width: 768px) {
  #document.think-index .section.relationLink {
    padding: 0 0 100px;
  }
  #document.think-index .section.relationLink::before {
    left: calc(-50% + 500px);
    width: 100vw;
    bottom: 205px;
    transform: translateX(calc(-50% + 500px));
  }
  #document.think-index .section.relationLink::after {
    width: 100%;
    height: 260px;
  }
  #document.think-index .section.relationLink .title {
    font-size: 1.625rem;
    margin: 0 0 53px;
  }
  #document.think-index .section.relationLink .links {
    margin-right: -50px;
    margin-bottom: 40px;
  }
  #document.think-index .section.relationLink .links > li {
    margin: 0 50px 0 0;
    width: 300px;
  }
  #document.think-index .section.relationLink .links > li > a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 10px 0 30px;
  }
  #document.think-index .section.relationLink .links > li:hover .img img.hover {
    opacity: 1;
  }
  #document.think-index .section.relationLink .links > li:hover .img::after {
    background: rgba(131, 208, 89, 0.1);
  }
  #document.think-index .section.relationLink .links > li:hover .btnTitle::after {
    right: 20px;
  }
  #document.think-index .section.relationLink .links .img {
    margin: 0 auto 5px;
    width: 235px;
    position: relative;
  }
  #document.think-index .section.relationLink .links .img img.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .4s ease;
  }
  #document.think-index .section.relationLink .links .img::after {
    height: 160px;
    width: 160px;
  }
  #document.think-index .section.relationLink .links .btnTitle {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5;
  }
  #document.think-index .section.relationLink .links .btnTitle::after {
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
  }
  #document.think-index .section.relationLink .links .btnTitle[class*="_type01"] {
    margin-top: .5em;
  }
}

@media (min-width: 1001px) {
  #document.think-index .section.relationLink::after {
    left: calc(-50% + 500px);
    width: calc(100vw - 40px);
    transform: translateX(calc(-50% + 500px));
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section.relationLink {
    padding-bottom: 80px;
  }
  #document.think-index .section.relationLink .title {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0 0 35px;
  }
  #document.think-index .section.relationLink::before {
    width: 100%;
    left: 0;
    bottom: 0;
  }
  #document.think-index .section.relationLink::after {
    width: 100%;
    height: 275px;
  }
  #document.think-index .section.relationLink .links {
    margin-bottom: 40px;
    flex-direction: column;
  }
  #document.think-index .section.relationLink .links > li > a {
    display: flex;
    align-items: center;
  }
  #document.think-index .section.relationLink .links > li + li {
    margin-top: 15px;
  }
  #document.think-index .section.relationLink .links > li a {
    padding: 10px;
    width: 100%;
  }
  #document.think-index .section.relationLink .links > li .img {
    flex-shrink: 0;
  }
  #document.think-index .section.relationLink .links > li .img img {
    width: 107px;
    height: auto;
  }
  #document.think-index .section.relationLink .links > li .img img:not([class]) {
    display: none;
  }
  #document.think-index .section.relationLink .links > li .img::after {
    background: rgba(131, 208, 89, 0.1);
    height: 80px;
    width: 80px;
  }
  #document.think-index .section.relationLink .links > li.disabled .img img {
    display: block;
  }
  #document.think-index .section.relationLink .links > li .btnTitle {
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    margin-left: 15px;
    width: calc(100% - 137px);
  }
  #document.think-index .section.relationLink .links > li .btnTitle::after {
    right: 0;
    top: calc(50% - 5px);
  }
}

#document.think-index .head {
  position: relative;
}

@media (min-width: 768px) {
  #document.think-index .head {
    padding: 258px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .head {
    padding: 150px 0 65px;
  }
}

#document.think-index .head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -60px;
  width: 1px;
  height: 120px;
  background-color: #1A2229;
}

@media screen and (max-width: 767px) {
  #document.think-index .head::after {
    height: 80px;
    bottom: -40px;
  }
}

#document.think-index .head .heading {
  font-weight: 700;
  text-align: center;
  margin: 0;
}

@media (min-width: 768px) {
  #document.think-index .head .heading {
    font-size: 2rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .head .heading {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

#document.think-index .head .image-item {
  position: absolute;
  bottom: 0;
}

#document.think-index .head .image-item:nth-of-type(1) {
  left: 240px;
}

@media screen and (max-width: 767px) {
  #document.think-index .head .image-item:nth-of-type(1) {
    width: 59px;
    left: 50px;
  }
}

#document.think-index .head .image-item:nth-of-type(2) {
  right: 230px;
}

@media screen and (max-width: 767px) {
  #document.think-index .head .image-item:nth-of-type(2) {
    width: 65px;
    right: 45px;
  }
}

#document.think-index .head .image {
  position: relative;
}

#document.think-index .head .image img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.think-index .head .image.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.think-index .head .image.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.think-index .head .image.js_anim.is_anim img {
  transition: opacity 1s ease .3s;
}

#document.think-index .head .image.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document.think-index .section01 {
  position: relative;
}

@media (min-width: 768px) {
  #document.think-index .section01 {
    padding-top: 110px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section01 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

#document.think-index .section01::after {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  right: 0;
  left: 0;
  background-color: rgba(131, 208, 89, 0.1);
}

@media (min-width: 1001px) {
  #document.think-index .section01::after {
    right: calc(50% - 50vw - 20px);
    left: calc(50% - 50vw - 20px);
  }
}

#document.think-index .section01 .title {
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  #document.think-index .section01 .title {
    font-size: 1.625rem;
    line-height: 1.5;
    margin-top: 85px;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section01 .title {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 70px;
    margin-bottom: 30px;
  }
}

#document.think-index .section01 .text {
  text-align: center;
  margin: 0;
}

@media (min-width: 768px) {
  #document.think-index .section01 .text {
    font-size: 1.125rem;
    line-height: 2;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section01 .text {
    text-align: left;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

#document.think-index .section01 .btn {
  position: relative;
  width: 240px;
  height: 50px;
  margin: 0 auto;
  border-radius: 25px;
  box-shadow: 0 6px 20px rgba(43, 77, 24, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #1A2229;
  text-decoration: none;
  margin-top: 50px;
  transition: box-shadow 0.4s ease;
}

@media (min-width: 768px) {
  #document.think-index .section01 .btn {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section01 .btn {
    font-size: 0.875rem;
    line-height: 1.5;
    width: 220px;
    height: 45px;
    margin: 30px auto 0;
  }
}

@media (min-width: 768px) {
  #document.think-index .section01 .btn:hover {
    box-shadow: 0 6px 20px 0 rgba(43, 77, 24, 0.2);
  }
}

#document.think-index .section01 .btn::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E005";
  color: #0078dc;
  font-size: 9px;
  line-height: 9px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .btn {
    box-sizing: border-box;
    padding-top: 0.2em;
  }
}

@media (min-width: 768px) {
  #document.think-index .section02 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section02 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

#document.think-index .section02 .title {
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}

@media (min-width: 768px) {
  #document.think-index .section02 .title {
    font-size: 1.625rem;
    line-height: 1.5;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section02 .title {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 35px;
  }
}

#document.think-index .section02 .inner1 {
  border-bottom: 1px solid #DEE1E3;
}

@media (min-width: 768px) {
  #document.think-index .section02 .inner1 {
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section02 .inner1 {
    padding-bottom: 90px;
  }
}

@media (min-width: 768px) {
  #document.think-index .section02 .inner2 {
    padding-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section02 .inner2 {
    padding-top: 90px;
  }
}

@media (min-width: 768px) {
  #document.think-index .section02 .cont {
    margin-top: 85px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section02 .cont {
    margin-top: 70px;
  }
}

#document.think-index .section02 .image {
  width: 150px;
  margin: auto;
}

@media (min-width: 768px) {
  #document.think-index .section02 .image {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section02 .image {
    width: 120px;
    margin-bottom: 35px;
  }
}

#document.think-index .section02 .text {
  margin: 0;
}

@media (min-width: 768px) {
  #document.think-index .section02 .text {
    text-align: center;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section02 .text {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

#document.think-index .section02 .wrap {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  #document.think-index .section02 .wrap {
    margin-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section02 .wrap {
    display: block;
    margin-top: 60px;
  }
}

#document.think-index .section02 .block {
  width: 45%;
}

@media screen and (max-width: 767px) {
  #document.think-index .section02 .block {
    width: 100%;
    padding-bottom: 50px;
  }
}

#document.think-index .section02 .block p {
  margin: 0;
}

@media (min-width: 768px) {
  #document.think-index .section02 .block p {
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section02 .block p {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section02 .block:not(:first-of-type) {
    padding-bottom: 0;
  }
}

#document.think-index .section02 .block .note {
  position: relative;
  color: #606E79;
  margin: 0;
  padding-left: 1.2em;
}

@media (min-width: 768px) {
  #document.think-index .section02 .block .note {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section02 .block .note {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 10px;
  }
}

#document.think-index .section02 .block .note span {
  position: absolute;
  top: 0;
  left: 0;
}

#document.think-index .section02 .heading {
  font-weight: 700;
  border-bottom: 1px solid #83d059;
  padding-bottom: 15px;
  margin-top: 0;
}

@media (min-width: 768px) {
  #document.think-index .section02 .heading {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section02 .heading {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}

#document.think-index .section02 .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

@media (min-width: 768px) {
  #document.think-index .section02 .list {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section02 .list {
    margin-top: 30px;
  }
}

#document.think-index .section02 .list li {
  border-right: 1px solid #DEE1E3;
  border-bottom: 1px solid #DEE1E3;
  width: calc(100% / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  #document.think-index .section02 .list li {
    font-size: 1.125rem;
    line-height: 1.5;
    height: 140px;
  }
  #document.think-index .section02 .list li:nth-of-type(3n) {
    border-right: none;
  }
  #document.think-index .section02 .list li:nth-of-type(n + 4) {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section02 .list li {
    font-size: 0.9375rem;
    line-height: 1.4;
    width: 50%;
    height: 100px;
    margin-right: 0;
  }
  #document.think-index .section02 .list li:nth-of-type(2n) {
    border-right: none;
  }
  #document.think-index .section02 .list li:nth-of-type(n + 5) {
    border-bottom: none;
  }
}

#document.think-index .section03 {
  position: relative;
}

@media (min-width: 768px) {
  #document.think-index .section03 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section03 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

#document.think-index .section03::after {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  right: 0;
  left: 0;
  background-color: rgba(131, 208, 89, 0.1);
}

@media (min-width: 1001px) {
  #document.think-index .section03::after {
    right: calc(50% - 50vw - 20px);
    left: calc(50% - 50vw - 20px);
  }
}

#document.think-index .section03 .heading {
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}

@media (min-width: 768px) {
  #document.think-index .section03 .heading {
    font-size: 1.625rem;
    line-height: 1.5;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section03 .heading {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  #document.think-index .section03 .inner1 {
    padding-bottom: 105px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section03 .inner1 {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  #document.think-index .section03 p {
    text-align: center;
    white-space: nowrap;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section03 p {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

#document.think-index .section03 .list {
  display: flex;
  margin-top: 50px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #document.think-index .section03 .list {
    display: block;
  }
}

#document.think-index .section03 .list li {
  width: 32%;
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  #document.think-index .section03 .list li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section03 .list li:nth-of-type(1) .image {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section03 .list li:nth-of-type(2) .image {
    width: 167px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section03 .list li:nth-of-type(3) .image {
    width: 164px;
  }
}

#document.think-index .section03 .list li:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #document.think-index .section03 .list li:last-of-type {
    padding-bottom: 0;
  }
}

#document.think-index .section03 .image-item {
  text-align: center;
  margin-bottom: 20px;
}

#document.think-index .section03 .image {
  position: relative;
  display: inline-block;
}

#document.think-index .section03 .image img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.think-index .section03 .image.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.think-index .section03 .image.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.think-index .section03 .image.js_anim.is_anim img {
  transition: opacity 1s ease .3s;
}

#document.think-index .section03 .image.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document.think-index .section03 .text {
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 0;
}

@media (min-width: 768px) {
  #document.think-index .section03 .text {
    font-size: 1.125rem;
    line-height: 1.5;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section03 .text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

#document.think-index .section03 .btn {
  position: relative;
  width: 240px;
  height: 50px;
  background-color: #fff;
  box-shadow: 0 6px 20px rgba(43, 77, 24, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  text-decoration: none;
  color: #1A2229;
  margin: 15px auto 0;
  transition: box-shadow 0.4s ease;
}

@media (min-width: 768px) {
  #document.think-index .section03 .btn {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.think-index .section03 .btn {
    font-size: 0.875rem;
    line-height: 1.5;
    width: 220px;
    height: 45px;
  }
}

#document.think-index .section03 .btn::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E005";
  color: #0078dc;
  font-size: 9px;
  line-height: 9px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  #document.think-index .section03 .btn:hover {
    box-shadow: 0 6px 20px 0 rgba(43, 77, 24, 0.2);
  }
}

#document.think-index .section03 .btn.pdf::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E00A";
  color: #FD211B;
  font-size: 12px;
  line-height: 12px;
  vertical-align: middle;
  position: absolute;
  right: 20px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .btn {
    box-sizing: border-box;
    padding-top: 0.2em;
  }
}

#document.think-index .section03 .btn-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  #document.think-index .section03 .btn-wrap {
    justify-content: center;
  }
}

#document.think-index .section03 .btn-wrap .btn {
  width: 155px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  #document.think-index .section03 .btn-wrap .btn {
    width: 150px;
  }
  #document.think-index .section03 .btn-wrap .btn:nth-of-type(1) {
    margin-right: 15px;
  }
}

#document.think-menopauseweek .m_marker {
  background-size: 0 100%;
  transition: background-size 1.8s ease-out;
}

#document.think-menopauseweek .is_active .m_marker {
  background-size: 100% 100%;
}

#document.think-menopauseweek .wave {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  transition: opacity .4s ease;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .wave {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .wave {
    width: 100%;
  }
}

#document.think-menopauseweek .wave .line {
  position: absolute;
  border: 1px solid;
  border-radius: 24%;
  transform-origin: 50% 49%;
  transition: border-color .8s ease-out;
  opacity: 0.5;
  pointer-events: none;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .wave .line {
    left: 300px;
    top: -150px;
    width: 1000px;
    height: 1200px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .wave .line {
    top: -50vh;
    width: 200vh;
    height: 200vh;
    left: 95vw;
  }
}

#document.think-menopauseweek .wave .line:nth-of-type(1) {
  border-radius: 52% 42% 38% 40%;
  border-color: rgba(131, 208, 89, 0.4);
  transform: rotate(30deg);
}

#document.think-menopauseweek .wave .line:nth-of-type(2) {
  border-radius: 35% 50% 42% 46% / 80% 46% 60% 50%;
  border-color: rgba(131, 208, 89, 0.8);
  transform: rotate(45deg);
}

.js_run #document.think-menopauseweek .wave .line {
  animation: wave 80s linear infinite;
}

.js_run #document.think-menopauseweek .wave .line:nth-of-type(2) {
  animation-duration: 60s;
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section {
    padding: 0 30px;
  }
}

#document.think-menopauseweek .section.relationLink {
  position: relative;
}

#document.think-menopauseweek .section.relationLink > *:last-child {
  margin-bottom: 0 !important;
}

#document.think-menopauseweek .section.relationLink::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: -1;
  background: rgba(131, 208, 89, 0.1);
}

#document.think-menopauseweek .section.relationLink::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: rgba(131, 208, 89, 0.8);
}

#document.think-menopauseweek .section.relationLink .links {
  display: flex;
}

#document.think-menopauseweek .section.relationLink .links .img {
  position: relative;
}

#document.think-menopauseweek .section.relationLink .links .img::after {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  content: "";
  z-index: 0;
  animation: moyamoya 5s linear infinite;
  transform: translate(-50%, -50%);
  background: rgba(131, 208, 89, 0.05);
}

#document.think-menopauseweek .section.relationLink .links .img img {
  position: relative;
  z-index: 1;
}

#document.think-menopauseweek .section.relationLink .links .btnTitle {
  margin: 0;
  position: relative;
}

#document.think-menopauseweek .section.relationLink .links .btnTitle::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  position: absolute;
  transition: .4s ease;
}

#document.think-menopauseweek .section.relationLink .links > li.disabled > a .btnTitle::after, #document.think-menopauseweek .section.relationLink .links > li.soon > a .btnTitle::after {
  display: none;
}

#document.think-menopauseweek .section.relationLink .links > li.disabled .img::after, #document.think-menopauseweek .section.relationLink .links > li.soon .img::after {
  display: none;
}

#document.think-menopauseweek .section.relationLink .links > li.disabled a, #document.think-menopauseweek .section.relationLink .links > li.soon a {
  box-shadow: none;
  pointer-events: none;
  cursor: default;
}

#document.think-menopauseweek .section.relationLink .links > li.disabled .btnTitle {
  color: #DEE1E3;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section.relationLink {
    padding: 0 0 100px;
  }
  #document.think-menopauseweek .section.relationLink::before {
    left: calc(-50% + 500px);
    width: 100vw;
    bottom: 205px;
    transform: translateX(calc(-50% + 500px));
  }
  #document.think-menopauseweek .section.relationLink::after {
    width: 100%;
    height: 260px;
  }
  #document.think-menopauseweek .section.relationLink .title {
    font-size: 1.625rem;
    margin: 0 0 53px;
  }
  #document.think-menopauseweek .section.relationLink .links {
    margin-right: -50px;
    margin-bottom: 40px;
  }
  #document.think-menopauseweek .section.relationLink .links > li {
    margin: 0 50px 0 0;
    width: 300px;
  }
  #document.think-menopauseweek .section.relationLink .links > li > a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 10px 0 30px;
  }
  #document.think-menopauseweek .section.relationLink .links > li:hover .img img.hover {
    opacity: 1;
  }
  #document.think-menopauseweek .section.relationLink .links > li:hover .img::after {
    background: rgba(131, 208, 89, 0.1);
  }
  #document.think-menopauseweek .section.relationLink .links > li:hover .btnTitle::after {
    right: 20px;
  }
  #document.think-menopauseweek .section.relationLink .links .img {
    margin: 0 auto 5px;
    width: 235px;
    position: relative;
  }
  #document.think-menopauseweek .section.relationLink .links .img img.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .4s ease;
  }
  #document.think-menopauseweek .section.relationLink .links .img::after {
    height: 160px;
    width: 160px;
  }
  #document.think-menopauseweek .section.relationLink .links .btnTitle {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5;
  }
  #document.think-menopauseweek .section.relationLink .links .btnTitle::after {
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
  }
  #document.think-menopauseweek .section.relationLink .links .btnTitle[class*="_type01"] {
    margin-top: .5em;
  }
}

@media (min-width: 1001px) {
  #document.think-menopauseweek .section.relationLink::after {
    left: calc(-50% + 500px);
    width: calc(100vw - 40px);
    transform: translateX(calc(-50% + 500px));
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section.relationLink {
    padding-bottom: 80px;
  }
  #document.think-menopauseweek .section.relationLink .title {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0 0 35px;
  }
  #document.think-menopauseweek .section.relationLink::before {
    width: 100%;
    left: 0;
    bottom: 0;
  }
  #document.think-menopauseweek .section.relationLink::after {
    width: 100%;
    height: 275px;
  }
  #document.think-menopauseweek .section.relationLink .links {
    margin-bottom: 40px;
    flex-direction: column;
  }
  #document.think-menopauseweek .section.relationLink .links > li > a {
    display: flex;
    align-items: center;
  }
  #document.think-menopauseweek .section.relationLink .links > li + li {
    margin-top: 15px;
  }
  #document.think-menopauseweek .section.relationLink .links > li a {
    padding: 10px;
    width: 100%;
  }
  #document.think-menopauseweek .section.relationLink .links > li .img {
    flex-shrink: 0;
  }
  #document.think-menopauseweek .section.relationLink .links > li .img img {
    width: 107px;
    height: auto;
  }
  #document.think-menopauseweek .section.relationLink .links > li .img img:not([class]) {
    display: none;
  }
  #document.think-menopauseweek .section.relationLink .links > li .img::after {
    background: rgba(131, 208, 89, 0.1);
    height: 80px;
    width: 80px;
  }
  #document.think-menopauseweek .section.relationLink .links > li.disabled .img img {
    display: block;
  }
  #document.think-menopauseweek .section.relationLink .links > li .btnTitle {
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    margin-left: 15px;
    width: calc(100% - 137px);
  }
  #document.think-menopauseweek .section.relationLink .links > li .btnTitle::after {
    right: 0;
    top: calc(50% - 5px);
  }
}

#document.think-menopauseweek .head {
  position: relative;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .head {
    padding: 258px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .head {
    padding: 150px 0 65px;
  }
}

#document.think-menopauseweek .head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -60px;
  width: 1px;
  height: 120px;
  background-color: #1A2229;
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .head::after {
    height: 80px;
    bottom: -40px;
  }
}

#document.think-menopauseweek .head .heading {
  font-weight: 700;
  text-align: center;
  margin: 0;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .head .heading {
    font-size: 2rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .head .heading {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

#document.think-menopauseweek .head .image-item {
  position: absolute;
  bottom: 0;
}

#document.think-menopauseweek .head .image-item:nth-of-type(1) {
  left: 70px;
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .head .image-item:nth-of-type(1) {
    width: 57px;
    left: 20px;
  }
}

#document.think-menopauseweek .head .image-item:nth-of-type(2) {
  right: 70px;
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .head .image-item:nth-of-type(2) {
    width: 59px;
    right: 20px;
  }
}

#document.think-menopauseweek .head .image {
  position: relative;
}

#document.think-menopauseweek .head .image img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.think-menopauseweek .head .image.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.think-menopauseweek .head .image.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.think-menopauseweek .head .image.js_anim.is_anim img {
  transition: opacity 1s ease .3s;
}

#document.think-menopauseweek .head .image.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document.think-menopauseweek .section01 {
  position: relative;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section01 {
    padding-top: 110px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section01 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

#document.think-menopauseweek .section01::after {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  right: 0;
  left: 0;
  background-color: rgba(131, 208, 89, 0.1);
}

@media (min-width: 1001px) {
  #document.think-menopauseweek .section01::after {
    right: calc(50% - 50vw - 20px);
    left: calc(50% - 50vw - 20px);
  }
}

#document.think-menopauseweek .section01 .title {
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section01 .title {
    font-size: 1.625rem;
    line-height: 1.5;
    margin-top: 85px;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section01 .title {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 70px;
    margin-bottom: 30px;
  }
}

#document.think-menopauseweek .section01 .text {
  text-align: center;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section01 .text {
    font-size: 1.125rem;
    line-height: 2;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section01 .text {
    text-align: left;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

#document.think-menopauseweek .section01 .btn {
  position: relative;
  width: 240px;
  height: 50px;
  margin: 0 auto;
  border-radius: 25px;
  box-shadow: 0 6px 20px rgba(43, 77, 24, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #1A2229;
  text-decoration: none;
  margin-top: 50px;
  transition: box-shadow 0.4s ease;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section01 .btn {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section01 .btn {
    font-size: 0.875rem;
    line-height: 1.5;
    width: 220px;
    height: 45px;
    margin: 30px auto 0;
  }
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section01 .btn:hover {
    box-shadow: 0 6px 20px 0 rgba(43, 77, 24, 0.2);
  }
}

#document.think-menopauseweek .section01 .btn::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E005";
  color: #0078dc;
  font-size: 9px;
  line-height: 9px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .btn {
    box-sizing: border-box;
    padding-top: 0.2em;
  }
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

#document.think-menopauseweek .section02 .image.js_anim {
  position: relative;
}

#document.think-menopauseweek .section02 .image.js_anim img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.think-menopauseweek .section02 .image.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.think-menopauseweek .section02 .image.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.think-menopauseweek .section02 .image.js_anim.is_anim img {
  transition: opacity 1s ease .3s;
}

#document.think-menopauseweek .section02 .image.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document.think-menopauseweek .section02 .title {
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .title {
    font-size: 1.625rem;
    line-height: 1.5;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .title {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 35px;
  }
}

#document.think-menopauseweek .section02 .inner1 {
  border-bottom: 1px solid #DEE1E3;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .inner1 {
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .inner1 {
    padding-bottom: 90px;
  }
}

#document.think-menopauseweek .section02 .inner1 .image {
  width: 188px;
  margin: auto;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .inner1 .image {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .inner1 .image {
    width: 139px;
    margin-bottom: 35px;
  }
}

#document.think-menopauseweek .section02 .inner2 {
  border-bottom: 1px solid #DEE1E3;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .inner2 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .inner2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .inner3 {
    padding-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .inner3 {
    padding-top: 90px;
  }
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .cont {
    margin-top: 85px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .cont {
    margin-top: 70px;
  }
}

#document.think-menopauseweek .section02 .text {
  margin: 0;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .text {
    text-align: center;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .text {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

#document.think-menopauseweek .section02 .wrap {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .wrap {
    margin-top: 85px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .wrap {
    display: block;
    margin-top: 60px;
  }
}

#document.think-menopauseweek .section02 .block {
  width: 45%;
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .block {
    width: 100%;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .block .heading {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 70px;
  }
}

#document.think-menopauseweek .section02 .block p {
  margin: 0;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .block p {
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .block p {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .block:not(:first-of-type) {
    padding-bottom: 0;
  }
}

#document.think-menopauseweek .section02 .heading {
  font-weight: 700;
  border-bottom: 1px solid #83d059;
  padding-bottom: 15px;
  margin-top: 0;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .heading {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .heading {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .heading .small {
    font-size: 1rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .heading .small {
    font-size: 0.875rem;
    line-height: 1;
  }
}

#document.think-menopauseweek .section02 .list {
  margin: 0;
}

#document.think-menopauseweek .section02 .list > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .list {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .list {
    margin-top: 30px;
  }
}

#document.think-menopauseweek .section02 .list li {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .list li {
    text-indent: -30px;
    padding-left: 30px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .list li {
    text-indent: -20px;
    padding-left: 20px;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

#document.think-menopauseweek .section02 .list li::before {
  background: rgba(131, 208, 89, 0.4);
  border-radius: 50%;
  display: inline-block;
  content: "";
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .list li::before {
    margin-right: 15px;
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .list li::before {
    margin-right: 10px;
    width: 10px;
    height: 10px;
  }
}

#document.think-menopauseweek .section02 .box {
  position: relative;
  border: 1px solid #dee1e3;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .box {
    margin: 50px auto;
    width: 726px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .box {
    display: flex;
    margin: 30px 0 45px;
  }
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .box .inner {
    padding: 50px 60px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .box .inner {
    padding: 20px 30px 20px 20px;
  }
}

#document.think-menopauseweek .section02 .box .inner ul {
  margin: 0;
}

#document.think-menopauseweek .section02 .box .inner ul li {
  position: relative;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .box .inner ul li {
    text-indent: -26px;
    padding-left: 26px;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .box .inner ul li {
    text-indent: -23px;
    padding-left: 23px;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

#document.think-menopauseweek .section02 .box .inner ul li::before {
  width: 13px;
  height: 8px;
  border-left: 3px solid #83d059;
  border-bottom: 3px solid #83d059;
  border-radius: 2px;
  box-sizing: border-box;
  vertical-align: 3px;
  transform: rotate(-45deg);
  display: inline-block;
  content: "";
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .box .inner ul li::before {
    margin-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .box .inner ul li::before {
    margin-right: 10px;
  }
}

#document.think-menopauseweek .section02 .box .inner .image {
  position: absolute;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .box .inner .image {
    right: 80px;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .box .inner .image {
    right: 30px;
    bottom: -35px;
    width: 55px;
  }
}

#document.think-menopauseweek .section02 .numberList {
  counter-reset: li;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .numberList {
    display: flex;
    justify-content: center;
    margin: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .numberList {
    margin: 35px 0;
  }
}

#document.think-menopauseweek .section02 .numberList li {
  position: relative;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .numberList li {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .numberList li {
    padding-left: 40px;
  }
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .numberList li:not(:first-of-type) {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .numberList li:not(:first-of-type) {
    margin-top: 20px;
  }
}

#document.think-menopauseweek .section02 .numberList li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-family: Inter, sans-serif;
  font-weight: 700;
  color: #ffffff;
  background: #83d059;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  counter-increment: li;
  content: counter(li);
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .numberList li::before {
    width: 36px;
    height: 36px;
    font-size: 1.125rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .numberList li::before {
    width: 30px;
    height: 30px;
    font-size: 0.9375rem;
    line-height: 1;
  }
}

#document.think-menopauseweek .section02 .note {
  color: #606E79;
  margin: 0;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section02 .note {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section02 .note {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 10px;
  }
}

#document.think-menopauseweek .section03 {
  position: relative;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section03 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section03 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

#document.think-menopauseweek .section03::after {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  right: 0;
  left: 0;
  background-color: rgba(131, 208, 89, 0.1);
}

@media (min-width: 1001px) {
  #document.think-menopauseweek .section03::after {
    right: calc(50% - 50vw - 20px);
    left: calc(50% - 50vw - 20px);
  }
}

#document.think-menopauseweek .section03 .heading {
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section03 .heading {
    font-size: 1.625rem;
    line-height: 1.5;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section03 .heading {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section03 .text {
    text-align: center;
    white-space: nowrap;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section03 .text {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section03 .inner1 {
    padding-bottom: 105px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section03 .inner1 {
    padding-bottom: 80px;
  }
}

#document.think-menopauseweek .section03 .list {
  display: flex;
}

#document.think-menopauseweek .section03 .list > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section03 .list {
    margin: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section03 .list {
    display: block;
    margin: 30px 0;
  }
}

#document.think-menopauseweek .section03 .list li {
  width: 300px;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section03 .list li {
    width: 100%;
    padding-bottom: 40px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section03 .list li .image {
    width: 220px;
  }
}

#document.think-menopauseweek .section03 .list li:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section03 .list li:last-of-type {
    padding-bottom: 0;
  }
}

#document.think-menopauseweek .section03 .list li .text {
  font-weight: 700;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section03 .list li .text {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section03 .list li .text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section03 .list li .detail {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section03 .list li .detail {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

#document.think-menopauseweek .section03 .image-item {
  text-align: center;
  margin-bottom: 20px;
}

#document.think-menopauseweek .section03 .image {
  position: relative;
  display: inline-block;
}

#document.think-menopauseweek .section03 .image img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.think-menopauseweek .section03 .image.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.think-menopauseweek .section03 .image.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.think-menopauseweek .section03 .image.js_anim.is_anim img {
  transition: opacity 1s ease .3s;
}

#document.think-menopauseweek .section03 .image.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document.think-menopauseweek .section03 .note {
  color: #606E79;
  margin: 0;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section03 .note {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section03 .note {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 10px;
  }
}

#document.think-menopauseweek .section03 .float {
  display: flex;
}

#document.think-menopauseweek .section03 .float .inner .body > *:last-child {
  margin-bottom: 0 !important;
}

#document.think-menopauseweek .section03 .float .inner .body .text {
  text-align: left;
  white-space: normal;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section03 .float .inner .body .text.pcmb0 {
    margin-bottom: 0;
  }
}

#document.think-menopauseweek .section03 .float .inner .image {
  display: flex;
  align-items: flex-end;
  float: right;
  height: 100%;
}

@media (min-width: 768px) {
  #document.think-menopauseweek .section03 .float .inner .image {
    margin-top: -10px;
    margin-left: 50px;
    width: 180px;
    shape-outside: inset(calc(100% - 202px) 0 0);
  }
}

@media screen and (max-width: 767px) {
  #document.think-menopauseweek .section03 .float .inner .image {
    margin-left: 10px;
    width: 85px;
    shape-outside: inset(calc(100% - 95px) 0 0);
  }
}

#document.think-menopauseweek .section03 .float .inner .image img {
  top: auto;
}

.iphone #document.think-menopauseweek .section03 .float .inner .image {
  height: auto;
  shape-outside: inherit;
}

@media screen and (max-width: 767px) {
  #document.management-assessment #container {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .js_result.a_diagnosis .company {
    margin-top: 200px;
    padding: 127px 0 120px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .js_result.a_diagnosis .diagnosis {
    padding: 80px 20px 100px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .js_result.a_diagnosis .company::before {
    top: -100px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .js_result.a_diagnosis .diagnosis .result {
    margin: 0 0 0;
  }
}

#document.management-assessment .a_diagnosis {
  position: relative;
  z-index: 10;
}

#document.management-assessment .a_diagnosis::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #ffffff;
}

@media (min-width: 1001px) {
  #document.management-assessment .a_diagnosis::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis {
    padding: 60px 20px 100px;
  }
}

#document.management-assessment .a_diagnosis .diagnosis::before {
  position: absolute;
  content: "";
  z-index: -1;
  background: #ffffff no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis::before {
    top: 0;
    right: 0;
    bottom: -142px;
    left: 0;
    background-position: 50% 450px;
  }
}

@media (min-width: 1001px) {
  #document.management-assessment .a_diagnosis .diagnosis::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

#document.management-assessment .a_diagnosis .diagnosis::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background: #ffffff;
  border-radius: 20px;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis::after {
    right: -100px;
    left: -100px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .contentHead {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .contentHead::before {
    position: absolute;
    top: -80px;
    right: -30px;
    bottom: 0;
    left: -30px;
    content: "";
    z-index: -1;
    background: #ffffff;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .contentHead > .heading {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .contentHead > .heading {
    margin: 0 0 30px;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .contentHead.check > .heading::before, #document.management-assessment .a_diagnosis .diagnosis .contentHead.check > .heading::after {
  border-top: none;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .contentHead > .lead {
    margin: 0 0 27px;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .contentHead > .lead {
    text-align: left;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .contentHead > .lead > span:not([class]) {
  display: inline-block;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .contentHead > .lead > span:not([class]) {
    position: relative;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .contentHead > .lead > span:not([class]) > span:not([class]) {
  position: absolute;
  display: inline-block;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .contentHead > .lead > span:not([class]) > span:not([class]) {
    bottom: -50px;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .contentHead > .lead > span:not([class]) > span:not([class]) img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.management-assessment .a_diagnosis .diagnosis .contentHead > .lead.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.management-assessment .a_diagnosis .diagnosis .contentHead > .lead.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.management-assessment .a_diagnosis .diagnosis .contentHead > .lead.js_anim.is_anim img {
  transition: opacity 1s ease 0.3s;
}

#document.management-assessment .a_diagnosis .diagnosis .contentHead > .lead.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .contentHead .try {
    margin: 0 0 60px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .contentHead .try {
    margin-left: 10px;
    margin-bottom: 7px;
    text-align: left;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .contentHead .try::after {
  display: block;
  background-color: #1A2229;
  margin: 18px auto 0;
  width: 1px;
  height: 60px;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .contentHead .try::after {
    content: "";
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .check {
    background: #ffffff;
    padding: 22px 28px 30px;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .check > .heading {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .check > .heading {
    margin: 72px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .check > .heading {
    margin: 34px 0 34px;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .check > .heading::before, #document.management-assessment .a_diagnosis .diagnosis .check > .heading::after {
  flex-grow: 1;
  content: "";
  border-top: 1px solid #dee1e3;
}

#document.management-assessment .a_diagnosis .diagnosis .check > .heading::before {
  margin-right: 30px;
}

#document.management-assessment .a_diagnosis .diagnosis .check > .heading::after {
  margin-left: 30px;
}

#document.management-assessment .a_diagnosis .diagnosis .check > .heading:first-of-type {
  margin-top: 0;
}

#document.management-assessment .a_diagnosis .diagnosis .check .m_button button {
  min-width: 280px;
  transition: background-color 0.4s;
}

#document.management-assessment .a_diagnosis .diagnosis .check .m_button button:hover {
  background-color: #a8de8a;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .check .m_button {
    margin: 57px 0 0;
  }
  #document.management-assessment .a_diagnosis .diagnosis .check .m_button button {
    height: 60px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.management-assessment .a_diagnosis .diagnosis .check .m_button > button > img {
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .check .m_button {
    margin: 38px 0 0;
  }
  #document.management-assessment .a_diagnosis .diagnosis .check .m_button button {
    height: 45px;
  }
}

@media screen and (max-width: 374px) {
  #document.management-assessment .a_diagnosis .diagnosis .check .m_button button {
    min-width: 260px;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .result > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result {
    margin: 120px 0 0;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .result {
    background: #ffffff;
    padding: 55px 28px 2px;
    border-radius: 20px 20px 0 0;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .result > .heading {
  text-align: center;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result > .heading {
    margin: 0 0 46px;
    font-size: 2rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .result > .heading {
    margin: 0 0 20.5px;
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .result > .heading .label {
  display: block;
  color: #ffffff;
  background: rgba(26, 34, 41, 0.4);
  border-radius: 6px;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result > .heading .label {
    margin: 0 auto 13px;
    padding: 7px 0;
    width: 130px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .result > .heading .label {
    margin: 0 auto 6.5px;
    padding: 4px 0;
    width: 110px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result > .heading .main {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result > .heading .main::before, #document.management-assessment .a_diagnosis .diagnosis .result > .heading .main::after {
    flex-grow: 1;
    border-top: 1px solid #dee1e3;
    content: "";
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result > .heading .main::before {
    margin-right: 32px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result > .heading .main::after {
    margin-left: 32px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .detail {
    font-size: 1.125rem;
    line-height: 2.5;
    display: flex;
    margin: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .detail {
    font-size: 0.875rem;
    line-height: 2;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .result .detail .body {
  text-align: left;
}

#document.management-assessment .a_diagnosis .diagnosis .result .detail .body > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .body {
    width: 500px;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .result .detail .body a[href*="#anc_"]::after {
  display: inline-block;
  width: 4px;
  height: 4px;
  border: solid currentColor;
  border-width: 0 1px 1px 0;
  content: "";
  vertical-align: middle;
  transform: rotate(45deg) translateY(-2px);
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .body a[href*="#anc_"]::after {
    margin: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .body a[href*="#anc_"]::after {
    margin: 0 6px;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList {
  margin: 0;
  display: flex;
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList {
    justify-content: center;
    margin: 28px 0 0;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList > li:nth-of-type(1) {
    margin-left: 86px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList > li:nth-of-type(2) {
    margin-left: 96px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList > li:nth-of-type(2) {
    margin-left: 54px;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .label,
#document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .rank,
#document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val {
  display: block;
}

#document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .rank {
  display: block;
  font-weight: 700;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .rank {
    font-size: 1.125rem;
    line-height: 1.55556;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .rank {
    margin: 1px 0 8px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val {
  position: relative;
  color: rgba(26, 34, 41, 0.6);
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val {
    font-size: 0.875rem;
    line-height: 2.57143;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val {
    font-size: 0.625rem;
    line-height: 1.5;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .point {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #374047;
  font-family: Inter, sans-serif;
  font-weight: 700;
  z-index: 10;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .point {
    top: 12px;
    left: 12px;
    width: 86px;
    height: 86px;
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .point {
    top: 10px;
    left: 10px;
    width: 70px;
    height: 70px;
    font-size: 2.5rem;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .point > span {
  display: none;
}

#document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle {
  border-radius: 50%;
  background: #f3f4f5;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle {
    width: 110px;
    height: 110px;
    margin: 15px 0 3px;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="1"] .val01 {
    stroke-dasharray: 34.54, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(72deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="2"] .val01 {
    stroke-dasharray: 69.08, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(144deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="3"] .val01 {
    stroke-dasharray: 103.62, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(216deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="4"] .val01 {
    stroke-dasharray: 138.16, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(288deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="5"] .val01 {
    stroke-dasharray: 172.7, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 172.7;
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="1"] .val01 {
    stroke-dasharray: 28.78333, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(60deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="2"] .val01 {
    stroke-dasharray: 57.56667, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(120deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="3"] .val01 {
    stroke-dasharray: 86.35, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(180deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="4"] .val01 {
    stroke-dasharray: 115.13333, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(240deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="5"] .val01 {
    stroke-dasharray: 143.91667, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(300deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="6"] .val01 {
    stroke-dasharray: 172.7, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="6"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 172.7;
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="1"] .val01 {
    stroke-dasharray: 24.67143, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(51.42857deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="2"] .val01 {
    stroke-dasharray: 49.34286, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(102.85714deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="3"] .val01 {
    stroke-dasharray: 74.01429, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(154.28571deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="4"] .val01 {
    stroke-dasharray: 98.68571, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(205.71429deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="5"] .val01 {
    stroke-dasharray: 123.35714, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(257.14286deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="6"] .val01 {
    stroke-dasharray: 148.02857, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="6"]::after {
    transform: translateX(-50%) rotate(308.57143deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="7"] .val01 {
    stroke-dasharray: 172.7, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="7"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 172.7;
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="1"] .val01 {
    stroke-dasharray: 21.5875, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(45deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="2"] .val01 {
    stroke-dasharray: 43.175, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(90deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="3"] .val01 {
    stroke-dasharray: 64.7625, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(135deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="4"] .val01 {
    stroke-dasharray: 86.35, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(180deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="5"] .val01 {
    stroke-dasharray: 107.9375, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(225deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="6"] .val01 {
    stroke-dasharray: 129.525, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="6"]::after {
    transform: translateX(-50%) rotate(270deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="7"] .val01 {
    stroke-dasharray: 151.1125, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="7"]::after {
    transform: translateX(-50%) rotate(315deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="8"] .val01 {
    stroke-dasharray: 172.7, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="8"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 172.7;
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="1"] .val01 {
    stroke-dasharray: 19.18889, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(40deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="2"] .val01 {
    stroke-dasharray: 38.37778, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(80deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="3"] .val01 {
    stroke-dasharray: 57.56667, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(120deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="4"] .val01 {
    stroke-dasharray: 76.75556, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(160deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="5"] .val01 {
    stroke-dasharray: 95.94444, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(200deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="6"] .val01 {
    stroke-dasharray: 115.13333, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="6"]::after {
    transform: translateX(-50%) rotate(240deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="7"] .val01 {
    stroke-dasharray: 134.32222, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="7"]::after {
    transform: translateX(-50%) rotate(280deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="8"] .val01 {
    stroke-dasharray: 153.51111, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="8"]::after {
    transform: translateX(-50%) rotate(320deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="9"] .val01 {
    stroke-dasharray: 172.7, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="9"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 172.7;
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="1"] .val01 {
    stroke-dasharray: 17.27, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(36deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="2"] .val01 {
    stroke-dasharray: 34.54, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(72deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="3"] .val01 {
    stroke-dasharray: 51.81, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(108deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="4"] .val01 {
    stroke-dasharray: 69.08, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(144deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="5"] .val01 {
    stroke-dasharray: 86.35, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(180deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="6"] .val01 {
    stroke-dasharray: 103.62, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="6"]::after {
    transform: translateX(-50%) rotate(216deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="7"] .val01 {
    stroke-dasharray: 120.89, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="7"]::after {
    transform: translateX(-50%) rotate(252deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="8"] .val01 {
    stroke-dasharray: 138.16, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="8"]::after {
    transform: translateX(-50%) rotate(288deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="9"] .val01 {
    stroke-dasharray: 155.43, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="9"]::after {
    transform: translateX(-50%) rotate(324deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="10"] .val01 {
    stroke-dasharray: 172.7, 172.7;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="10"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 172.7;
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle {
    width: 90px;
    height: 90px;
    margin: 0 0 6px;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="1"] .val01 {
    stroke-dasharray: 28.26, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(72deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="2"] .val01 {
    stroke-dasharray: 56.52, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(144deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="3"] .val01 {
    stroke-dasharray: 84.78, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(216deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="4"] .val01 {
    stroke-dasharray: 113.04, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(288deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="5"] .val01 {
    stroke-dasharray: 141.3, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 141.3;
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="1"] .val01 {
    stroke-dasharray: 23.55, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(60deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="2"] .val01 {
    stroke-dasharray: 47.1, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(120deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="3"] .val01 {
    stroke-dasharray: 70.65, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(180deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="4"] .val01 {
    stroke-dasharray: 94.2, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(240deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="5"] .val01 {
    stroke-dasharray: 117.75, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(300deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="6"] .val01 {
    stroke-dasharray: 141.3, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="6"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 141.3;
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="1"] .val01 {
    stroke-dasharray: 20.18571, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(51.42857deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="2"] .val01 {
    stroke-dasharray: 40.37143, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(102.85714deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="3"] .val01 {
    stroke-dasharray: 60.55714, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(154.28571deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="4"] .val01 {
    stroke-dasharray: 80.74286, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(205.71429deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="5"] .val01 {
    stroke-dasharray: 100.92857, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(257.14286deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="6"] .val01 {
    stroke-dasharray: 121.11429, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="6"]::after {
    transform: translateX(-50%) rotate(308.57143deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="7"] .val01 {
    stroke-dasharray: 141.3, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="7"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 141.3;
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="1"] .val01 {
    stroke-dasharray: 17.6625, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(45deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="2"] .val01 {
    stroke-dasharray: 35.325, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(90deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="3"] .val01 {
    stroke-dasharray: 52.9875, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(135deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="4"] .val01 {
    stroke-dasharray: 70.65, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(180deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="5"] .val01 {
    stroke-dasharray: 88.3125, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(225deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="6"] .val01 {
    stroke-dasharray: 105.975, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="6"]::after {
    transform: translateX(-50%) rotate(270deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="7"] .val01 {
    stroke-dasharray: 123.6375, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="7"]::after {
    transform: translateX(-50%) rotate(315deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="8"] .val01 {
    stroke-dasharray: 141.3, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="8"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 141.3;
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="1"] .val01 {
    stroke-dasharray: 15.7, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(40deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="2"] .val01 {
    stroke-dasharray: 31.4, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(80deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="3"] .val01 {
    stroke-dasharray: 47.1, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(120deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="4"] .val01 {
    stroke-dasharray: 62.8, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(160deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="5"] .val01 {
    stroke-dasharray: 78.5, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(200deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="6"] .val01 {
    stroke-dasharray: 94.2, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="6"]::after {
    transform: translateX(-50%) rotate(240deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="7"] .val01 {
    stroke-dasharray: 109.9, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="7"]::after {
    transform: translateX(-50%) rotate(280deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="8"] .val01 {
    stroke-dasharray: 125.6, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="8"]::after {
    transform: translateX(-50%) rotate(320deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="9"] .val01 {
    stroke-dasharray: 141.3, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="9"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 141.3;
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="1"] .val01 {
    stroke-dasharray: 14.13, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(36deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="2"] .val01 {
    stroke-dasharray: 28.26, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(72deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="3"] .val01 {
    stroke-dasharray: 42.39, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(108deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="4"] .val01 {
    stroke-dasharray: 56.52, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(144deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="5"] .val01 {
    stroke-dasharray: 70.65, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(180deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="6"] .val01 {
    stroke-dasharray: 84.78, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="6"]::after {
    transform: translateX(-50%) rotate(216deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="7"] .val01 {
    stroke-dasharray: 98.91, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="7"]::after {
    transform: translateX(-50%) rotate(252deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="8"] .val01 {
    stroke-dasharray: 113.04, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="8"]::after {
    transform: translateX(-50%) rotate(288deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="9"] .val01 {
    stroke-dasharray: 127.17, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="9"]::after {
    transform: translateX(-50%) rotate(324deg);
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="10"] .val01 {
    stroke-dasharray: 141.3, 141.3;
  }
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="10"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 141.3;
  }
  .js_run #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
}

#document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle:not([data-graph-val="0"])::before, #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle:not([data-graph-val="0"])::after {
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50%;
  content: "";
  transition: transform 1s ease;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle:not([data-graph-val="0"])::before, #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle:not([data-graph-val="0"])::after {
    width: 12px;
    height: 12px;
    transform-origin: 50% 55px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle:not([data-graph-val="0"])::before, #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle:not([data-graph-val="0"])::after {
    width: 10px;
    height: 10px;
    transform-origin: 50% 45px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle:not([data-graph-val="0"])::before, #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle:not([data-graph-val="0"])::after {
    -ms-transition: transform 1s ease 0.2s;
    transition: transform 1s ease 0.2s;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle::before {
  transform: translateX(-50%);
}

#document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle svg {
  display: inline-block;
  transform: rotate(-90deg);
}

#document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle .val01 {
  fill: transparent;
  transition: stroke-dasharray 1s ease;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle .val01 {
    stroke-width: 55;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle .val01 {
    stroke-width: 45;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-val="0"] .val01 {
  opacity: 0;
}

#document.management-assessment .a_diagnosis .diagnosis .result .links {
  text-align: left;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .links {
    display: flex;
    margin: 80px 0 70px 120px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .links {
    margin: 48px 0;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .links > li {
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .links > li {
    padding-left: 19px;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .result .links > li > span {
  position: relative;
  display: block;
  font-weight: 700;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .links > li > span {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .links > li > span {
    margin-bottom: 14px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .result .links > li > span::before {
  position: absolute;
  content: "";
  display: inline-block;
  border: solid #a3a6a9;
  border-color: #a3a6a9 transparent transparent;
  border-width: 0 0 0;
  width: 0;
  line-height: 1;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .links > li > span::before {
    top: 8px;
    left: -24px;
    border-width: 12px 7px 0;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .links > li > span::before {
    top: 14px;
    left: -19px;
    border-width: 9px 5.5px 0;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .result .links > li > ul {
  display: flex;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .links > li > ul {
    margin: 20px 0 0;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .links > li > ul {
    flex-wrap: wrap;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .result .links > li > ul > li a {
  color: #1A2229;
  text-decoration: none;
}

#document.management-assessment .a_diagnosis .diagnosis .result .links > li > ul > li a::after {
  color: #0078dc;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  transform: scale(0.9);
  margin-left: 10px;
}

#document.management-assessment .a_diagnosis .diagnosis .result .links > li > ul > li a[target="_blank"]::after {
  content: "\E005";
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .links > li > ul > li {
    margin: 10px 20px 0 0;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .links > li > ul > li:nth-of-type(n + 2) {
    margin-left: 30px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .links > li:nth-of-type(n + 2) {
    margin-left: 40px;
    border-left: 1px solid #dee1e3;
    padding-left: 64px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .links > li:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .result .links > li:only-child {
  flex-grow: 1;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .links > li:only-child > span {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .diagnosis .result .links > li:only-child > span::after {
    flex-grow: 1;
    content: "";
    border-top: 1px solid #dee1e3;
    margin-left: 20px;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .result > .button {
  position: relative;
}

#document.management-assessment .a_diagnosis .diagnosis .result > .button .m_button button {
  min-width: 280px;
  height: 60px;
  transition: background-color 0.4s;
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .result > .button .m_button button {
    height: 45px;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .result > .button .m_button button:hover {
  background-color: #a8de8a;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.management-assessment .a_diagnosis .diagnosis .result > .button .m_button > button > img {
    padding-top: 5px;
  }
}

@media screen and (max-width: 374px) {
  #document.management-assessment .a_diagnosis .diagnosis .result > .button .m_button button {
    min-width: 260px;
  }
}

#document.management-assessment .a_diagnosis .diagnosis .result > .button > span:not([class]) {
  position: absolute;
  display: inline-block;
}

#document.management-assessment .a_diagnosis .diagnosis .result > .button > span:not([class]) img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.management-assessment .a_diagnosis .diagnosis .result > .button.js_anim.is_reset span:not([class]) img:nth-of-type(1) {
  opacity: 0;
}

#document.management-assessment .a_diagnosis .diagnosis .result > .button.js_anim.is_reset span:not([class]) img:nth-of-type(2) {
  opacity: 1;
}

#document.management-assessment .a_diagnosis .diagnosis .result > .button.js_anim.is_anim span:not([class]) img {
  transition: opacity 1s ease 0.3s;
}

#document.management-assessment .a_diagnosis .diagnosis .result > .button.js_anim.is_anim:not([class*="is_reset"]) span:not([class]) img:nth-of-type(2) {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .diagnosis .message {
    text-align: left;
    border-radius: 0 0 20px 20px;
    background: #ffffff;
    padding: 50px 28px 79px;
    font-size: 0.875rem;
    line-height: 2;
  }
}

#document.management-assessment .a_diagnosis .company {
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company {
    margin: 100px 0 142px;
    padding: 80px 0 120px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company::before {
    top: 356px;
    background: rgba(131, 208, 89, 0.8);
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company::before {
    background: rgba(131, 208, 89, 0.8);
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .contentHead {
    padding: 0 0 28px;
  }
}

@media screen and (max-width: 374px) {
  #document.management-assessment .a_diagnosis .company .contentHead {
    padding: 0 0 42px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .contentHead > .heading {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .contentHead > .heading {
    margin: 34px 0 26px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .contentHead > .lead {
    margin-right: 85px;
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .contentHead > .lead > span:not([class]) > span:not([class]):nth-of-type(1) {
    left: -174px;
    width: 124px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .contentHead > .lead > span:not([class]) > span:not([class]):nth-of-type(1) {
    right: 10px;
    bottom: 0;
    transform: scale(0.71);
    transform-origin: right bottom;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .contentHead > .lead > span:not([class]) > span:not([class]):nth-last-of-type(1) {
    right: -171px;
    width: 121px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .contentHead > .lead > span:not([class]) > span:not([class]):nth-last-of-type(1) {
    display: none;
  }
}

#document.management-assessment .a_diagnosis .company .check .m_checkBox input[type="checkBox"] + span::after {
  border-color: #83d059;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .result > .heading {
    margin-right: 40px;
    margin-left: 40px;
    font-size: 1.75rem;
    line-height: 1.71429;
  }
}

#document.management-assessment .a_diagnosis .company .result .detail .pointList .val .circle::before, #document.management-assessment .a_diagnosis .company .result .detail .pointList .val .circle::after {
  background-color: #83d059;
}

#document.management-assessment .a_diagnosis .company .result .detail .pointList .val .circle .val01 {
  stroke: #83d059;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .result .links {
    margin: 56px 40px 66px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .result .links {
    margin: 56px 0 58px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .result > .button {
    margin-right: 40px;
    margin-left: 40px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .result > .button > span:not([class]) {
    bottom: -72px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .result > .button > span:not([class]):nth-of-type(1) {
    left: 0;
    width: 124px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .result > .button > span:not([class]):nth-of-type(1) {
    right: 13px;
    bottom: 125px;
    transform: scale(calc(93 / 124));
    transform-origin: bottom right;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .result > .button > span:not([class]):nth-last-of-type(1) {
    right: 16px;
    width: 121px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .result > .button > span:not([class]):nth-last-of-type(1) {
    display: none;
  }
}

#document.management-assessment .a_diagnosis .company .message > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message {
    padding-bottom: 85px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message > .heading {
    margin: 0 0 60px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message > .heading {
    margin: 0 0 29px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .lead {
    margin: -9px 0 50px;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message .lead {
    margin: -7px 0 44px;
    font-size: 0.875rem;
    line-height: 2;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message > .heading02 {
    margin: -6px 0 43px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message > .heading02 {
    margin: -4px 0 26px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .question {
  font-weight: 700;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .question {
    margin: -4.5px 0 0;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .question {
    margin: -3.5px 0 24.5px;
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: center;
  }
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .question > span:not([class]) {
  display: inline-block;
  font-weight: 400;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .question > span:not([class]) {
    font-size: 0.75rem;
    transform: translateY(-0.4em);
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .question > span:not([class]) {
    font-size: 0.625rem;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph {
    width: 280px;
    height: 280px;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    transition: stroke-dasharray 0.01s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    transition: stroke-dasharray 0.02s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    stroke-dasharray: 4.396, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    transition: stroke-dasharray 0.03s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    stroke-dasharray: 8.792, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    transition: stroke-dasharray 0.04s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    stroke-dasharray: 13.188, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    transition: stroke-dasharray 0.05s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    stroke-dasharray: 17.584, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    transition: stroke-dasharray 0.06s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    stroke-dasharray: 21.98, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    transition: stroke-dasharray 0.07s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    stroke-dasharray: 26.376, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    transition: stroke-dasharray 0.08s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    stroke-dasharray: 30.772, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    transition: stroke-dasharray 0.09s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    stroke-dasharray: 35.168, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    transition: stroke-dasharray 0.1s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    stroke-dasharray: 39.564, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    transition: stroke-dasharray 0.11s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    stroke-dasharray: 43.96, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    transition: stroke-dasharray 0.12s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    stroke-dasharray: 48.356, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    transition: stroke-dasharray 0.13s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    stroke-dasharray: 52.752, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    transition: stroke-dasharray 0.14s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    stroke-dasharray: 57.148, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    transition: stroke-dasharray 0.15s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    stroke-dasharray: 61.544, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    transition: stroke-dasharray 0.16s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    stroke-dasharray: 65.94, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    transition: stroke-dasharray 0.17s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    stroke-dasharray: 70.336, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    transition: stroke-dasharray 0.18s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    stroke-dasharray: 74.732, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    transition: stroke-dasharray 0.19s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    stroke-dasharray: 79.128, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    transition: stroke-dasharray 0.2s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    stroke-dasharray: 83.524, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    transition: stroke-dasharray 0.21s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    stroke-dasharray: 87.92, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    transition: stroke-dasharray 0.22s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    stroke-dasharray: 92.316, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    transition: stroke-dasharray 0.23s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    stroke-dasharray: 96.712, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    transition: stroke-dasharray 0.24s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    stroke-dasharray: 101.108, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    transition: stroke-dasharray 0.25s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    stroke-dasharray: 105.504, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    transition: stroke-dasharray 0.26s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    stroke-dasharray: 109.9, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    transition: stroke-dasharray 0.27s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    stroke-dasharray: 114.296, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    transition: stroke-dasharray 0.28s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    stroke-dasharray: 118.692, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    transition: stroke-dasharray 0.29s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    stroke-dasharray: 123.088, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    transition: stroke-dasharray 0.3s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    stroke-dasharray: 127.484, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    transition: stroke-dasharray 0.31s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    stroke-dasharray: 131.88, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    transition: stroke-dasharray 0.32s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    stroke-dasharray: 136.276, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    transition: stroke-dasharray 0.33s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    stroke-dasharray: 140.672, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    transition: stroke-dasharray 0.34s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    stroke-dasharray: 145.068, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    transition: stroke-dasharray 0.35s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    stroke-dasharray: 149.464, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    transition: stroke-dasharray 0.36s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    stroke-dasharray: 153.86, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    transition: stroke-dasharray 0.37s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    stroke-dasharray: 158.256, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    transition: stroke-dasharray 0.38s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    stroke-dasharray: 162.652, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    transition: stroke-dasharray 0.39s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    stroke-dasharray: 167.048, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    transition: stroke-dasharray 0.4s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    stroke-dasharray: 171.444, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    transition: stroke-dasharray 0.41s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    stroke-dasharray: 175.84, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    transition: stroke-dasharray 0.42s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    stroke-dasharray: 180.236, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    transition: stroke-dasharray 0.43s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    stroke-dasharray: 184.632, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    transition: stroke-dasharray 0.44s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    stroke-dasharray: 189.028, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    transition: stroke-dasharray 0.45s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    stroke-dasharray: 193.424, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    transition: stroke-dasharray 0.46s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    stroke-dasharray: 197.82, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    transition: stroke-dasharray 0.47s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    stroke-dasharray: 202.216, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    transition: stroke-dasharray 0.48s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    stroke-dasharray: 206.612, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    transition: stroke-dasharray 0.49s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    stroke-dasharray: 211.008, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    transition: stroke-dasharray 0.5s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    stroke-dasharray: 215.404, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    transition: stroke-dasharray 0.51s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    stroke-dasharray: 219.8, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    transition: stroke-dasharray 0.52s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    stroke-dasharray: 224.196, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    transition: stroke-dasharray 0.53s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    stroke-dasharray: 228.592, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    transition: stroke-dasharray 0.54s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    stroke-dasharray: 232.988, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    transition: stroke-dasharray 0.55s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    stroke-dasharray: 237.384, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    transition: stroke-dasharray 0.56s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    stroke-dasharray: 241.78, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    transition: stroke-dasharray 0.57s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    stroke-dasharray: 246.176, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    transition: stroke-dasharray 0.58s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    stroke-dasharray: 250.572, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    transition: stroke-dasharray 0.59s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    stroke-dasharray: 254.968, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    transition: stroke-dasharray 0.6s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    stroke-dasharray: 259.364, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    transition: stroke-dasharray 0.61s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    stroke-dasharray: 263.76, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    transition: stroke-dasharray 0.62s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    stroke-dasharray: 268.156, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    transition: stroke-dasharray 0.63s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    stroke-dasharray: 272.552, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    transition: stroke-dasharray 0.64s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    stroke-dasharray: 276.948, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    transition: stroke-dasharray 0.65s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    stroke-dasharray: 281.344, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    transition: stroke-dasharray 0.66s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    stroke-dasharray: 285.74, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    transition: stroke-dasharray 0.67s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    stroke-dasharray: 290.136, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    transition: stroke-dasharray 0.68s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    stroke-dasharray: 294.532, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    transition: stroke-dasharray 0.69s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    stroke-dasharray: 298.928, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    transition: stroke-dasharray 0.7s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    stroke-dasharray: 303.324, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    transition: stroke-dasharray 0.71s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    stroke-dasharray: 307.72, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    transition: stroke-dasharray 0.72s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    stroke-dasharray: 312.116, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    transition: stroke-dasharray 0.73s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    stroke-dasharray: 316.512, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    transition: stroke-dasharray 0.74s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    stroke-dasharray: 320.908, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    transition: stroke-dasharray 0.75s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    stroke-dasharray: 325.304, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    transition: stroke-dasharray 0.76s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    stroke-dasharray: 329.7, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    transition: stroke-dasharray 0.77s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    stroke-dasharray: 334.096, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    transition: stroke-dasharray 0.78s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    stroke-dasharray: 338.492, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    transition: stroke-dasharray 0.79s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    stroke-dasharray: 342.888, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    transition: stroke-dasharray 0.8s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    stroke-dasharray: 347.284, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    transition: stroke-dasharray 0.81s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    stroke-dasharray: 351.68, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    transition: stroke-dasharray 0.82s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    stroke-dasharray: 356.076, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    transition: stroke-dasharray 0.83s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    stroke-dasharray: 360.472, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    transition: stroke-dasharray 0.84s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    stroke-dasharray: 364.868, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    transition: stroke-dasharray 0.85s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    stroke-dasharray: 369.264, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    transition: stroke-dasharray 0.86s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    stroke-dasharray: 373.66, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    transition: stroke-dasharray 0.87s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    stroke-dasharray: 378.056, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    transition: stroke-dasharray 0.88s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    stroke-dasharray: 382.452, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    transition: stroke-dasharray 0.89s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    stroke-dasharray: 386.848, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    transition: stroke-dasharray 0.9s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    stroke-dasharray: 391.244, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    transition: stroke-dasharray 0.91s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    stroke-dasharray: 395.64, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    transition: stroke-dasharray 0.92s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    stroke-dasharray: 400.036, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    transition: stroke-dasharray 0.93s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    stroke-dasharray: 404.432, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    transition: stroke-dasharray 0.94s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    stroke-dasharray: 408.828, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    transition: stroke-dasharray 0.95s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    stroke-dasharray: 413.224, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    transition: stroke-dasharray 0.96s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    stroke-dasharray: 417.62, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    transition: stroke-dasharray 0.97s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    stroke-dasharray: 422.016, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    transition: stroke-dasharray 0.98s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    stroke-dasharray: 426.412, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    transition: stroke-dasharray 0.99s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    stroke-dasharray: 430.808, 439.6;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    transition: stroke-dasharray 1s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    stroke-dasharray: 435.204, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val02 {
    transition: stroke-dasharray 1s linear;
    stroke-dasharray: 345.4, 345.4;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim.msie .val01 {
    stroke-dasharray: 0, 439.6;
  }
  *::-ms-backdrop,
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim.msie .val02 {
    stroke-dasharray: 0, 345.4;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="2"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="3"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="4"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="5"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="6"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="7"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="8"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="9"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="10"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="11"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="12"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="13"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="14"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="15"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="16"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="17"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="18"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="19"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="20"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="21"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="22"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="23"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="24"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="25"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="26"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="27"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="28"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="29"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="30"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="31"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="32"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="33"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="34"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="35"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="36"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="37"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="38"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="39"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="40"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="41"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="42"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="43"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="44"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="45"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="46"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="47"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="48"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="49"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="50"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="51"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="52"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="53"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="54"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="55"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="56"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="57"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="58"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="59"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="60"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="61"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="62"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="63"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="64"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="65"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="66"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="67"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="68"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="69"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="70"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="71"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="72"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="73"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="74"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="75"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="76"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="77"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="78"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="79"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="80"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="81"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="82"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="83"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="84"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="85"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="86"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="87"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="88"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="89"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="90"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="91"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="92"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="93"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="94"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="95"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="96"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="97"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="98"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="99"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="100"] {
    stroke-dasharray: 0, 439.6;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val02 {
    stroke-dasharray: 0, 345.4;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph {
    margin: 0 auto;
    width: 220px;
    height: 220px;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    transition: stroke-dasharray 0.01s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    transition: stroke-dasharray 0.02s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    stroke-dasharray: 3.454, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    transition: stroke-dasharray 0.03s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    stroke-dasharray: 6.908, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    transition: stroke-dasharray 0.04s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    stroke-dasharray: 10.362, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    transition: stroke-dasharray 0.05s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    stroke-dasharray: 13.816, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    transition: stroke-dasharray 0.06s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    stroke-dasharray: 17.27, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    transition: stroke-dasharray 0.07s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    stroke-dasharray: 20.724, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    transition: stroke-dasharray 0.08s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    stroke-dasharray: 24.178, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    transition: stroke-dasharray 0.09s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    stroke-dasharray: 27.632, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    transition: stroke-dasharray 0.1s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    stroke-dasharray: 31.086, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    transition: stroke-dasharray 0.11s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    stroke-dasharray: 34.54, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    transition: stroke-dasharray 0.12s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    stroke-dasharray: 37.994, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    transition: stroke-dasharray 0.13s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    stroke-dasharray: 41.448, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    transition: stroke-dasharray 0.14s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    stroke-dasharray: 44.902, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    transition: stroke-dasharray 0.15s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    stroke-dasharray: 48.356, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    transition: stroke-dasharray 0.16s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    stroke-dasharray: 51.81, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    transition: stroke-dasharray 0.17s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    stroke-dasharray: 55.264, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    transition: stroke-dasharray 0.18s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    stroke-dasharray: 58.718, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    transition: stroke-dasharray 0.19s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    stroke-dasharray: 62.172, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    transition: stroke-dasharray 0.2s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    stroke-dasharray: 65.626, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    transition: stroke-dasharray 0.21s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    stroke-dasharray: 69.08, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    transition: stroke-dasharray 0.22s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    stroke-dasharray: 72.534, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    transition: stroke-dasharray 0.23s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    stroke-dasharray: 75.988, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    transition: stroke-dasharray 0.24s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    stroke-dasharray: 79.442, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    transition: stroke-dasharray 0.25s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    stroke-dasharray: 82.896, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    transition: stroke-dasharray 0.26s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    stroke-dasharray: 86.35, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    transition: stroke-dasharray 0.27s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    stroke-dasharray: 89.804, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    transition: stroke-dasharray 0.28s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    stroke-dasharray: 93.258, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    transition: stroke-dasharray 0.29s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    stroke-dasharray: 96.712, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    transition: stroke-dasharray 0.3s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    stroke-dasharray: 100.166, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    transition: stroke-dasharray 0.31s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    stroke-dasharray: 103.62, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    transition: stroke-dasharray 0.32s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    stroke-dasharray: 107.074, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    transition: stroke-dasharray 0.33s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    stroke-dasharray: 110.528, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    transition: stroke-dasharray 0.34s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    stroke-dasharray: 113.982, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    transition: stroke-dasharray 0.35s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    stroke-dasharray: 117.436, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    transition: stroke-dasharray 0.36s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    stroke-dasharray: 120.89, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    transition: stroke-dasharray 0.37s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    stroke-dasharray: 124.344, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    transition: stroke-dasharray 0.38s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    stroke-dasharray: 127.798, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    transition: stroke-dasharray 0.39s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    stroke-dasharray: 131.252, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    transition: stroke-dasharray 0.4s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    stroke-dasharray: 134.706, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    transition: stroke-dasharray 0.41s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    stroke-dasharray: 138.16, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    transition: stroke-dasharray 0.42s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    stroke-dasharray: 141.614, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    transition: stroke-dasharray 0.43s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    stroke-dasharray: 145.068, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    transition: stroke-dasharray 0.44s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    stroke-dasharray: 148.522, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    transition: stroke-dasharray 0.45s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    stroke-dasharray: 151.976, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    transition: stroke-dasharray 0.46s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    stroke-dasharray: 155.43, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    transition: stroke-dasharray 0.47s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    stroke-dasharray: 158.884, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    transition: stroke-dasharray 0.48s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    stroke-dasharray: 162.338, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    transition: stroke-dasharray 0.49s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    stroke-dasharray: 165.792, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    transition: stroke-dasharray 0.5s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    stroke-dasharray: 169.246, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    transition: stroke-dasharray 0.51s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    stroke-dasharray: 172.7, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    transition: stroke-dasharray 0.52s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    stroke-dasharray: 176.154, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    transition: stroke-dasharray 0.53s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    stroke-dasharray: 179.608, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    transition: stroke-dasharray 0.54s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    stroke-dasharray: 183.062, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    transition: stroke-dasharray 0.55s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    stroke-dasharray: 186.516, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    transition: stroke-dasharray 0.56s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    stroke-dasharray: 189.97, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    transition: stroke-dasharray 0.57s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    stroke-dasharray: 193.424, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    transition: stroke-dasharray 0.58s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    stroke-dasharray: 196.878, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    transition: stroke-dasharray 0.59s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    stroke-dasharray: 200.332, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    transition: stroke-dasharray 0.6s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    stroke-dasharray: 203.786, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    transition: stroke-dasharray 0.61s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    stroke-dasharray: 207.24, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    transition: stroke-dasharray 0.62s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    stroke-dasharray: 210.694, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    transition: stroke-dasharray 0.63s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    stroke-dasharray: 214.148, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    transition: stroke-dasharray 0.64s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    stroke-dasharray: 217.602, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    transition: stroke-dasharray 0.65s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    stroke-dasharray: 221.056, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    transition: stroke-dasharray 0.66s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    stroke-dasharray: 224.51, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    transition: stroke-dasharray 0.67s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    stroke-dasharray: 227.964, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    transition: stroke-dasharray 0.68s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    stroke-dasharray: 231.418, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    transition: stroke-dasharray 0.69s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    stroke-dasharray: 234.872, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    transition: stroke-dasharray 0.7s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    stroke-dasharray: 238.326, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    transition: stroke-dasharray 0.71s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    stroke-dasharray: 241.78, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    transition: stroke-dasharray 0.72s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    stroke-dasharray: 245.234, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    transition: stroke-dasharray 0.73s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    stroke-dasharray: 248.688, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    transition: stroke-dasharray 0.74s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    stroke-dasharray: 252.142, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    transition: stroke-dasharray 0.75s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    stroke-dasharray: 255.596, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    transition: stroke-dasharray 0.76s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    stroke-dasharray: 259.05, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    transition: stroke-dasharray 0.77s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    stroke-dasharray: 262.504, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    transition: stroke-dasharray 0.78s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    stroke-dasharray: 265.958, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    transition: stroke-dasharray 0.79s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    stroke-dasharray: 269.412, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    transition: stroke-dasharray 0.8s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    stroke-dasharray: 272.866, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    transition: stroke-dasharray 0.81s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    stroke-dasharray: 276.32, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    transition: stroke-dasharray 0.82s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    stroke-dasharray: 279.774, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    transition: stroke-dasharray 0.83s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    stroke-dasharray: 283.228, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    transition: stroke-dasharray 0.84s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    stroke-dasharray: 286.682, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    transition: stroke-dasharray 0.85s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    stroke-dasharray: 290.136, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    transition: stroke-dasharray 0.86s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    stroke-dasharray: 293.59, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    transition: stroke-dasharray 0.87s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    stroke-dasharray: 297.044, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    transition: stroke-dasharray 0.88s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    stroke-dasharray: 300.498, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    transition: stroke-dasharray 0.89s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    stroke-dasharray: 303.952, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    transition: stroke-dasharray 0.9s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    stroke-dasharray: 307.406, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    transition: stroke-dasharray 0.91s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    stroke-dasharray: 310.86, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    transition: stroke-dasharray 0.92s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    stroke-dasharray: 314.314, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    transition: stroke-dasharray 0.93s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    stroke-dasharray: 317.768, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    transition: stroke-dasharray 0.94s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    stroke-dasharray: 321.222, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    transition: stroke-dasharray 0.95s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    stroke-dasharray: 324.676, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    transition: stroke-dasharray 0.96s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    stroke-dasharray: 328.13, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    transition: stroke-dasharray 0.97s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    stroke-dasharray: 331.584, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    transition: stroke-dasharray 0.98s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    stroke-dasharray: 335.038, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    transition: stroke-dasharray 0.99s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    stroke-dasharray: 338.492, 345.4;
  }
  .js_run #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    transition: stroke-dasharray 1s linear;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    stroke-dasharray: 341.946, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_anim .val02 {
    transition: stroke-dasharray 1s linear;
    stroke-dasharray: 270.04, 270.04;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="2"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="3"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="4"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="5"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="6"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="7"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="8"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="9"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="10"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="11"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="12"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="13"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="14"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="15"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="16"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="17"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="18"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="19"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="20"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="21"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="22"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="23"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="24"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="25"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="26"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="27"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="28"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="29"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="30"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="31"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="32"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="33"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="34"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="35"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="36"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="37"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="38"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="39"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="40"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="41"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="42"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="43"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="44"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="45"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="46"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="47"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="48"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="49"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="50"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="51"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="52"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="53"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="54"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="55"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="56"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="57"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="58"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="59"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="60"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="61"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="62"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="63"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="64"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="65"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="66"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="67"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="68"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="69"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="70"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="71"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="72"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="73"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="74"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="75"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="76"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="77"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="78"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="79"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="80"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="81"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="82"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="83"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="84"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="85"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="86"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="87"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="88"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="89"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="90"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="91"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="92"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="93"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="94"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="95"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="96"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="97"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="98"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="99"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val01[data-graph-val="100"] {
    stroke-dasharray: 0, 345.4;
  }
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph.js_anim.is_reset .val02 {
    stroke-dasharray: 0, 270.04;
  }
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph .circle .type01 {
  stroke: #5e7950;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph .circle .type01 {
    stroke-width: 140;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph .circle .type01 {
    stroke-width: 110;
  }
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph .circle .type02 {
  stroke: #83d059;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph .circle .type02 {
    stroke-width: 110;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph .circle .type02 {
    stroke-width: 86;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph .line::before {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph .line::before {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph .val {
    height: 140px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_graph .val {
    height: 110px;
  }
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph {
  text-align: left;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph th {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .val {
  text-align: right;
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph {
  position: static;
  color: #5e7950;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph::before {
    left: 65px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph::before {
    left: 45px;
  }
}

@media screen and (max-width: 374px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph::before {
    left: 38px;
  }
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph::after {
  background: #5e7950;
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="0"]::after {
  width: calc(0 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="1"]::after {
  width: calc(1 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="2"]::after {
  width: calc(2 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="3"]::after {
  width: calc(3 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="4"]::after {
  width: calc(4 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="5"]::after {
  width: calc(5 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="6"]::after {
  width: calc(6 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="7"]::after {
  width: calc(7 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="8"]::after {
  width: calc(8 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="9"]::after {
  width: calc(9 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="10"]::after {
  width: calc(10 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="11"]::after {
  width: calc(11 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="12"]::after {
  width: calc(12 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="13"]::after {
  width: calc(13 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="14"]::after {
  width: calc(14 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="15"]::after {
  width: calc(15 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="16"]::after {
  width: calc(16 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="17"]::after {
  width: calc(17 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="18"]::after {
  width: calc(18 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="19"]::after {
  width: calc(19 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="20"]::after {
  width: calc(20 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="21"]::after {
  width: calc(21 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="22"]::after {
  width: calc(22 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="23"]::after {
  width: calc(23 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="24"]::after {
  width: calc(24 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="25"]::after {
  width: calc(25 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="26"]::after {
  width: calc(26 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="27"]::after {
  width: calc(27 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="28"]::after {
  width: calc(28 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="29"]::after {
  width: calc(29 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="30"]::after {
  width: calc(30 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="31"]::after {
  width: calc(31 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="32"]::after {
  width: calc(32 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="33"]::after {
  width: calc(33 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="34"]::after {
  width: calc(34 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="35"]::after {
  width: calc(35 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="36"]::after {
  width: calc(36 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="37"]::after {
  width: calc(37 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="38"]::after {
  width: calc(38 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="39"]::after {
  width: calc(39 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="40"]::after {
  width: calc(40 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="41"]::after {
  width: calc(41 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="42"]::after {
  width: calc(42 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="43"]::after {
  width: calc(43 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="44"]::after {
  width: calc(44 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="45"]::after {
  width: calc(45 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="46"]::after {
  width: calc(46 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="47"]::after {
  width: calc(47 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="48"]::after {
  width: calc(48 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="49"]::after {
  width: calc(49 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="50"]::after {
  width: calc(50 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="51"]::after {
  width: calc(51 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="52"]::after {
  width: calc(52 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="53"]::after {
  width: calc(53 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="54"]::after {
  width: calc(54 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="55"]::after {
  width: calc(55 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="56"]::after {
  width: calc(56 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="57"]::after {
  width: calc(57 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="58"]::after {
  width: calc(58 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="59"]::after {
  width: calc(59 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="60"]::after {
  width: calc(60 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="61"]::after {
  width: calc(61 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="62"]::after {
  width: calc(62 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="63"]::after {
  width: calc(63 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="64"]::after {
  width: calc(64 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="65"]::after {
  width: calc(65 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="66"]::after {
  width: calc(66 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="67"]::after {
  width: calc(67 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="68"]::after {
  width: calc(68 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="69"]::after {
  width: calc(69 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="70"]::after {
  width: calc(70 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="71"]::after {
  width: calc(71 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="72"]::after {
  width: calc(72 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="73"]::after {
  width: calc(73 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="74"]::after {
  width: calc(74 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="75"]::after {
  width: calc(75 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="76"]::after {
  width: calc(76 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="77"]::after {
  width: calc(77 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="78"]::after {
  width: calc(78 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="79"]::after {
  width: calc(79 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="80"]::after {
  width: calc(80 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="81"]::after {
  width: calc(81 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="82"]::after {
  width: calc(82 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="83"]::after {
  width: calc(83 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="84"]::after {
  width: calc(84 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="85"]::after {
  width: calc(85 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="86"]::after {
  width: calc(86 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="87"]::after {
  width: calc(87 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="88"]::after {
  width: calc(88 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="89"]::after {
  width: calc(89 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="90"]::after {
  width: calc(90 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="91"]::after {
  width: calc(91 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="92"]::after {
  width: calc(92 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="93"]::after {
  width: calc(93 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="94"]::after {
  width: calc(94 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="95"]::after {
  width: calc(95 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="96"]::after {
  width: calc(96 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="97"]::after {
  width: calc(97 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="98"]::after {
  width: calc(98 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="99"]::after {
  width: calc(99 * 1px);
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td .graph[data-graph-val="100"]::after {
  width: calc(100 * 1px);
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td:last-child {
    width: 108px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph td:last-child {
    width: 88px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph tr {
    border-bottom: 1px solid #f3f4f5;
  }
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph tr:last-of-type {
  border-bottom: none;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph tr:first-of-type td .graph::before {
    top: 12px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph tr:first-of-type td .graph::before {
    top: 15px;
  }
}

@media screen and (max-width: 374px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph tr:first-of-type td .graph::before {
    top: 7px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph tr:last-of-type td .graph::before {
    bottom: 9px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .m_barGraph tr:last-of-type td .graph::before {
    bottom: 13px;
  }
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .graph {
  position: relative;
  color: #ffffff;
  font-weight: bold;
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .graph ul {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  text-align: left;
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .graph ul > li .label,
#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .graph ul > li .val {
  position: absolute;
  white-space: nowrap;
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .graph ul > li .val {
  font-family: Inter, sans-serif;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .graph ul > li:nth-child(1) .label {
    top: 127px;
    left: 46px;
    font-size: 0.8125rem;
    line-height: 1.23077;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .graph ul > li:nth-child(1) .label {
    top: 97px;
    left: 34px;
    font-size: 0.75rem;
    line-height: 1.16667;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .graph ul > li:nth-child(1) .val {
    top: 190px;
    left: 104px;
    font-size: 1.5rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .graph ul > li:nth-child(1) .val {
    top: 140px;
    left: 74px;
    font-size: 1.25rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .graph ul > li:nth-child(1) .val .unit {
    font-size: 0.875rem;
    line-height: 1.71429;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .graph ul > li:nth-child(1) .val .unit {
    font-size: 0.6875rem;
    line-height: 1.63636;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .graph ul > li:nth-child(2) .label {
    top: 90px;
    left: 185px;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .graph ul > li:nth-child(2) .label {
    top: 70px;
    left: 136px;
    font-size: 0.75rem;
    line-height: 1.16667;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .graph ul > li:nth-child(2) .val {
    top: 129px;
    left: 190px;
    font-size: 2.25rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .graph ul > li:nth-child(2) .val {
    top: 105px;
    left: 140px;
    font-size: 1.875rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .graph ul > li:nth-child(2) .val .unit {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .graph ul > li:nth-child(2) .val .unit {
    font-size: 0.875rem;
    line-height: 2.14286;
  }
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .graph .js_anim.is_reset + ul > li .label,
#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .graph .js_anim.is_reset + ul > li .val {
  opacity: 0;
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .graph .js_anim.is_anim + ul > li .label,
#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete .graph .js_anim.is_anim + ul > li .val {
  transition: opacity 0.4s ease 1.2s;
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete01 {
  position: relative;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete01 {
    flex-shrink: 0;
    margin-left: 40px;
    width: 290px;
  }
}

#document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete01::after {
  display: block;
  content: "";
  background: no-repeat 0 0;
  background-size: cover;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete01::after {
    position: absolute;
    top: 226px;
    right: -76px;
    width: 60px;
    height: 54px;
    background-image: url(/woman_healthcare_project/images/common/index_img_arrow.png);
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete01::after {
    margin: 0 auto 10px;
    width: 56px;
    height: 40px;
    background-image: url(/woman_healthcare_project/images/common/index_img_arrow_@2x.png);
    transform: translateX(40px);
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete01 .question {
    margin-bottom: 14.5px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete01 .graph {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete01 .graph {
    margin: 0 auto;
    width: 220px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete02 {
    margin: 0 40px 0 105px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete02 {
    margin-top: 13px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete02 .question {
    margin-bottom: 37.5px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete02 .m_barGraph tbody td {
    padding-left: 10px;
    width: 97px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete02 .m_barGraph tbody td .val {
    text-align: center;
    width: 1.4em;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete02 .m_barGraph tbody td .graph::after {
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .message .enqueteBox .enquete02 .m_barGraph tbody tr:nth-of-type(n + 2) td {
    padding-top: 11px;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .source {
    text-align: center;
    margin: 47px 0 0;
    font-size: 0.875rem;
    line-height: 2.57143;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .source {
    margin: 35.5px 0 0;
    font-size: 0.6875rem;
    line-height: 1.63636;
  }
}

#document.management-assessment .a_diagnosis .company .source a {
  color: #1A2229;
}

#document.management-assessment .a_diagnosis .company .source a[target="_blank"]::after {
  display: inline-block;
  margin-left: 0.5em;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E005";
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  transform: scale(0.9);
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .source a[target="_blank"]::after {
    margin-right: 0.5em;
  }
}

#document.management-assessment .a_diagnosis .company .box {
  word-break: break-word;
}

#document.management-assessment .a_diagnosis .company .box > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .box {
    border: 1px solid #dee1e3;
    margin: 58px 0 0;
    padding: 53.5px 0 53.5px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .box {
    border-top: 1px solid #dee1e3;
    margin: 24.5px 0 0;
    padding: 24.5px 0 0;
    font-size: 0.6875rem;
    line-height: 1.63636;
  }
}

#document.management-assessment .a_diagnosis .company .box > .heading {
  font-weight: 700;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .box > .heading {
    margin: 0 0 21.5px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .box > .heading {
    margin: 0 -2px 13.5px 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .box > .heading > span:not(.m_corpName) {
    display: inline-block;
    background: #ffffff;
    margin-top: -0.5em;
    padding: 0 34px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .box a {
    font-size: 0.625rem;
    line-height: 1.5;
  }
}

#document.management-assessment .a_diagnosis .company .box a[target="_blank"]::after {
  display: inline-block;
  margin-left: 0.5em;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E005";
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  transform: scale(0.9);
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .seminar {
    margin-top: 132px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .seminar {
    margin-top: 92px;
  }
}

#document.management-assessment .a_diagnosis .company .seminar .heading {
  font-weight: bold;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .seminar .heading {
    margin-bottom: 52px;
    font-size: 2rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .seminar .heading {
    text-align: center;
    margin: 0 0 34px 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .seminar .wrap {
    display: flex;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .seminar .wrap {
    margin-bottom: 32px;
  }
}

#document.management-assessment .a_diagnosis .company .seminar .image {
  position: relative;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .seminar .image {
    margin-right: 50px;
    min-width: 300px;
    height: 198px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .seminar .image {
    margin: 0 auto 34px;
    min-width: 210px;
    width: 210px;
    height: 138px;
  }
}

#document.management-assessment .a_diagnosis .company .seminar .image.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.management-assessment .a_diagnosis .company .seminar .image.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.management-assessment .a_diagnosis .company .seminar .image.js_anim.is_anim img {
  transition: opacity 1s ease 0.3s;
}

#document.management-assessment .a_diagnosis .company .seminar .image.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document.management-assessment .a_diagnosis .company .seminar .image img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s ease 0.3s;
}

#document.management-assessment .a_diagnosis .company .seminar .text {
  text-align: left;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .seminar .text {
    margin-top: -8px;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .seminar .text {
    margin-top: 12.5px;
    margin-right: 6px;
    text-align: justify;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .seminar .buttonLink {
    margin: 0;
    display: flex;
    justify-content: center;
  }
}

#document.management-assessment .a_diagnosis .company .seminar .buttonLink > p {
  background-color: #83d059;
  transition: background-color 0.4s;
}

#document.management-assessment .a_diagnosis .company .seminar .buttonLink > p:hover {
  background-color: #a8de8a;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .seminar .buttonLink > p {
    width: 300px;
    min-width: 300px;
    height: 60px;
    border-radius: 30px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .seminar .buttonLink > p {
    width: 280px;
    min-width: 280px;
    height: 50px;
    border-radius: 25px;
  }
}

#document.management-assessment .a_diagnosis .company .seminar .buttonLink > p a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
}

#document.management-assessment .a_diagnosis .company .seminar .buttonLink > p a.is_disabled {
  background-color: #D3D3D3;
  pointer-events: none;
}

#document.management-assessment .a_diagnosis .company .seminar .buttonLink > p a > span:not([class]) {
  font-weight: bold;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .seminar .buttonLink > p a > span:not([class]) {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .seminar .buttonLink > p a > span:not([class]) {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

#document.management-assessment .a_diagnosis .company .seminar .buttonLink > p a::after {
  position: absolute;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .seminar .buttonLink > p a::after {
    right: 24px;
    bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .seminar .buttonLink > p a::after {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}

#document.management-assessment .a_diagnosis .company .seminar .buttonLink > p a.is_disabled::after {
  display: none;
}

#document.management-assessment .a_diagnosis .company .seminar .note {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .company .seminar .note {
    margin-left: 350px;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.71428;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .company .seminar .note {
    font-size: 0.75rem;
    line-height: 1.5;
    color: #606E79;
  }
}

#document.management-assessment .a_diagnosis .loading {
  position: fixed;
  display: none;
  top: -30vh;
  right: -10vw;
  bottom: -30vh;
  left: -10vw;
  background: #ffffff;
  z-index: 10000;
  text-align: center;
}

#document.management-assessment .a_diagnosis .loading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
}

#document.management-assessment .a_diagnosis .loading .rose01,
#document.management-assessment .a_diagnosis .loading .rose02 {
  stroke: #757a7e;
  stroke-width: 1px;
  fill-opacity: 0;
  stroke-dasharray: 1500px;
  stroke-dashoffset: 1500px;
}

#document.management-assessment .a_diagnosis .loading .rose01 {
  fill: #cf242f;
  animation: rose01 3s ease-in 0.2s infinite;
}

#document.management-assessment .a_diagnosis .loading .rose02 {
  fill: #346030;
  animation: rose02 3s ease-in 0.2s infinite;
}

#document.management-assessment .a_diagnosis .loading .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #757a7e;
}

@media (min-width: 768px) {
  #document.management-assessment .a_diagnosis .loading .text {
    margin-top: 50px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.management-assessment .a_diagnosis .loading .text {
    margin-top: 40px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

#document.management-assessment .a_diagnosis .loading.result .rose01,
#document.management-assessment .a_diagnosis .loading.result .rose02,
#document.management-assessment .a_diagnosis .loading.result .text {
  display: none;
}

#document[class*="management-"] .section.about {
  position: relative;
}

#document[class*="management-"] .section.about > *:last-child {
  margin-bottom: 0 !important;
}

#document[class*="management-"] .section.about::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: -1;
  background: #f2faee;
}

#document[class*="management-"] .section.about::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: rgba(131, 208, 89, 0.8);
}

#document[class*="management-"] .section.about .links {
  display: grid;
  font-weight: 700;
}

#document[class*="management-"] .section.about .links .img {
  position: relative;
}

#document[class*="management-"] .section.about .links .img::after {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  content: "";
  z-index: 0;
  animation: moyamoya 5s linear infinite;
  transform: translate(-50%, -50%);
  background: rgba(131, 208, 89, 0.05);
}

#document[class*="management-"] .section.about .links .img img {
  position: relative;
  z-index: 1;
}

#document[class*="management-"] .section.about .links .btnTitle {
  margin: 0;
  position: relative;
}

#document[class*="management-"] .section.about .links .btnTitle::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  position: absolute;
  transition: .4s ease;
}

#document[class*="management-"] .section.about .links .btnTitle span {
  position: static;
  display: inline;
  background: none;
  line-height: normal;
}

#document[class*="management-"] .section.about .links > li.disabled > a .btnTitle::after, #document[class*="management-"] .section.about .links > li.soon > a .btnTitle::after {
  display: none;
}

#document[class*="management-"] .section.about .links > li.disabled .img::after, #document[class*="management-"] .section.about .links > li.soon .img::after {
  display: none;
}

#document[class*="management-"] .section.about .links > li.disabled a, #document[class*="management-"] .section.about .links > li.soon a {
  box-shadow: none;
  pointer-events: none;
  cursor: default;
}

#document[class*="management-"] .section.about .links > li.disabled .btnTitle {
  color: #DEE1E3;
}

#document[class*="management-"] .section.about .links > li:nth-of-type(n+2) {
  margin-left: 0;
}

#document[class*="management-"] .section.about .buttonList > li {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #document[class*="management-"] .section.about {
    padding: 133px 0 100px;
  }
  #document[class*="management-"] .section.about::before {
    left: calc(-50% + 500px);
    width: 100vw;
    bottom: 130px;
    transform: translateX(calc(-50% + 500px));
  }
  #document[class*="management-"] .section.about::after {
    width: 100%;
    height: 260px;
  }
  #document[class*="management-"] .section.about .img::after {
    height: 160px;
    width: 160px;
  }
  #document[class*="management-"] .section.about .title {
    font-size: 1.625rem;
    margin: 0 0 53px;
  }
  #document[class*="management-"] .section.about .links {
    grid-template-columns: repeat(3, 1fr);
    grid-template-columns: auto auto;
    gap: 0 50px;
    margin-bottom: 40px;
  }
  #document[class*="management-"] .section.about .links > li {
    display: grid;
    grid-row: 1/3;
    grid-template-rows: subgrid;
    width: 300px;
    margin-bottom: 0;
  }
  #document[class*="management-"] .section.about .links > li > a {
    display: grid;
    grid-row: 1/3;
    width: 100%;
    height: 100%;
    padding: 10px 0;
  }
  #document[class*="management-"] .section.about .links > li:hover .img img.hover {
    opacity: 1;
  }
  #document[class*="management-"] .section.about .links > li:hover .img::after {
    background: rgba(131, 208, 89, 0.1);
  }
  #document[class*="management-"] .section.about .links > li:hover .btnTitle::after {
    right: 20px;
  }
  #document[class*="management-"] .section.about .links .img {
    grid-row: 1;
    margin: 0 auto 5px;
    width: 235px;
    position: relative;
  }
  #document[class*="management-"] .section.about .links .img img.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .4s ease;
  }
  #document[class*="management-"] .section.about .links .btnTitle {
    grid-row: 2;
    font-size: 1.125rem;
    padding-bottom: 20px;
  }
  #document[class*="management-"] .section.about .links .btnTitle::after {
    bottom: 40px;
    right: 25px;
  }
}

@media (min-width: 1001px) {
  #document[class*="management-"] .section.about::after {
    left: calc(-50% + 500px);
    width: calc(100vw - 40px);
    transform: translateX(calc(-50% + 500px));
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-"] .section.about {
    padding: 95px 0 80px;
  }
  #document[class*="management-"] .section.about .title {
    padding: 0 30px;
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0 0 35px;
  }
  #document[class*="management-"] .section.about::before {
    width: 100%;
    left: 0;
    bottom: 0;
  }
  #document[class*="management-"] .section.about::after {
    width: 100%;
    height: 410px;
  }
  #document[class*="management-"] .section.about .links {
    padding: 0 30px;
    margin-bottom: 40px;
    flex-direction: column;
  }
  #document[class*="management-"] .section.about .links > li > a {
    display: flex;
    align-items: center;
  }
  #document[class*="management-"] .section.about .links > li + li {
    margin-top: 15px;
  }
  #document[class*="management-"] .section.about .links > li a {
    padding: 13px 20px 13px 17px;
    width: 100%;
  }
  #document[class*="management-"] .section.about .links > li .img {
    flex-shrink: 0;
  }
  #document[class*="management-"] .section.about .links > li .img img {
    width: 100px;
    height: auto;
  }
  #document[class*="management-"] .section.about .links > li .img img:not([class]) {
    display: none;
  }
  #document[class*="management-"] .section.about .links > li.disabled .img img {
    display: block;
  }
  #document[class*="management-"] .section.about .links > li .btnTitle {
    font-size: 0.9375rem;
    line-height: 1.4;
    flex-grow: 1;
    text-align: left;
    margin-left: 15px;
  }
  #document[class*="management-"] .section.about .links > li .btnTitle::after {
    right: 0;
    top: calc(50% - 5px);
  }
  #document[class*="management-"] .section.about .buttonList {
    margin: 40px 0 0;
  }
}

#document[class*="management-"] .wave {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  transition: opacity .4s ease;
}

@media (min-width: 768px) {
  #document[class*="management-"] .wave {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-"] .wave {
    width: 100%;
  }
}

#document[class*="management-"] .wave .line {
  position: absolute;
  border: 1px solid;
  border-radius: 24%;
  transform-origin: 50% 49%;
  transition: border-color .8s ease-out;
  opacity: 0.5;
  pointer-events: none;
}

@media (min-width: 768px) {
  #document[class*="management-"] .wave .line {
    left: 300px;
    top: -150px;
    width: 1000px;
    height: 1200px;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-"] .wave .line {
    top: -50vh;
    width: 200vh;
    height: 200vh;
    left: 95vw;
  }
}

#document[class*="management-"] .wave .line:nth-of-type(1) {
  border-radius: 52% 42% 38% 40%;
  border-color: rgba(131, 208, 89, 0.4);
  transform: rotate(30deg);
}

#document[class*="management-"] .wave .line:nth-of-type(2) {
  border-radius: 35% 50% 42% 46% / 80% 46% 60% 50%;
  border-color: rgba(131, 208, 89, 0.8);
  transform: rotate(45deg);
}

.js_run #document[class*="management-"] .wave .line {
  animation: wave 80s linear infinite;
}

.js_run #document[class*="management-"] .wave .line:nth-of-type(2) {
  animation-duration: 60s;
}

#document[class*="management-"] .otherContents > .heading,
#document[class*="management-"] .otherContents .contentsList > li,
#document[class*="management-"] .otherContents .contentsList .img {
  text-align: center;
}

#document[class*="management-"] .otherContents > .heading {
  margin: 0;
}

#document[class*="management-"] .otherContents .contentsList {
  font-weight: 700;
}

#document[class*="management-"] .otherContents .contentsList .ttl {
  position: relative;
  display: inline-block;
  text-align: left;
}

#document[class*="management-"] .otherContents .contentsList .ttl::after {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  transform: translateY(-50%) translateY(1px);
}

#document[class*="management-"] .otherContents .contentsList > li {
  position: relative;
}

#document[class*="management-"] .otherContents .contentsList > li a {
  color: #1A2229;
  text-decoration: none;
}

#document[class*="management-"] .otherContents .contentsList > li.disabled {
  pointer-events: none;
}

#document[class*="management-"] .otherContents .contentsList > li.disabled .ttl {
  color: #dee1e3;
}

#document[class*="management-"] .otherContents .contentsList > li.disabled .ttl::after {
  content: none;
}

@media (min-width: 768px) {
  #document[class*="management-"] .otherContents {
    margin: 135px 0 137px;
  }
  #document[class*="management-"] .otherContents > .heading {
    font-size: 1.625rem;
  }
  #document[class*="management-"] .otherContents .contentsList {
    display: flex;
    margin: 53px 0 0;
    font-size: 1rem;
  }
  #document[class*="management-"] .otherContents .contentsList .ttl {
    margin: 16px 0 0;
    padding-right: 26px;
  }
  #document[class*="management-"] .otherContents .contentsList .ttl::after {
    transition: right .3s ease;
  }
  #document[class*="management-"] .otherContents .contentsList .img {
    position: relative;
    height: 100px;
    z-index: 1;
  }
  #document[class*="management-"] .otherContents .contentsList .img img {
    max-width: 100%;
    height: auto;
  }
  #document[class*="management-"] .otherContents .contentsList .img .hover {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 1;
  }
  #document[class*="management-"] .otherContents .contentsList > li {
    flex-grow: 1;
    width: 33%;
  }
  #document[class*="management-"] .otherContents .contentsList > li a {
    display: block;
  }
  #document[class*="management-"] .otherContents .contentsList > li:nth-of-type(n+2) .img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
    border-left: 1px solid #eceeef;
  }
  #document[class*="management-"] .otherContents .contentsList > li:hover .img .hover {
    opacity: 1;
  }
  #document[class*="management-"] .otherContents .contentsList > li:hover .ttl::after {
    right: -10px;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-"] .otherContents {
    margin: 96px 37px 106px;
  }
  #document[class*="management-"] .otherContents > .heading {
    font-size: 1.25rem;
  }
  #document[class*="management-"] .otherContents .contentsList {
    margin: 34px 0 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  #document[class*="management-"] .otherContents .contentsList .ttl {
    margin: 0 0 0 15px;
    padding-right: 20px;
  }
  #document[class*="management-"] .otherContents .contentsList .img {
    width: 112px;
  }
  #document[class*="management-"] .otherContents .contentsList > li a {
    display: flex;
    align-items: center;
  }
  #document[class*="management-"] .otherContents .contentsList > li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  #document[class*="management-"] .otherContents .contentsList > li:not(.disabled) .img img:not(.hover) {
    display: none;
  }
}

@media (min-width: 768px) {
  #document.management-importance #container,
  #document.management-importance-social #container,
  #document.management-importance-office #container,
  #document.management-importance-healthLiteracy #container {
    padding-top: 128px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance #container,
  #document.management-importance-social #container,
  #document.management-importance-office #container,
  #document.management-importance-healthLiteracy #container {
    margin-top: 100px;
  }
}

#document.management-importance .m_graph .type,
#document.management-importance-social .m_graph .type,
#document.management-importance-office .m_graph .type,
#document.management-importance-healthLiteracy .m_graph .type {
  transform-origin: center;
}

#document.management-importance .m_graph .type01,
#document.management-importance-social .m_graph .type01,
#document.management-importance-office .m_graph .type01,
#document.management-importance-healthLiteracy .m_graph .type01 {
  stroke: #83d059;
}

#document.management-importance .m_graph .type02,
#document.management-importance-social .m_graph .type02,
#document.management-importance-office .m_graph .type02,
#document.management-importance-healthLiteracy .m_graph .type02 {
  stroke: #eceeef;
}

@media screen and (max-width: 767px) {
  #document.management-importance .m_graph .val,
  #document.management-importance-social .m_graph .val,
  #document.management-importance-office .m_graph .val,
  #document.management-importance-healthLiteracy .m_graph .val {
    border-left-width: 1px;
  }
}

#document.management-importance .m_barGraph th .note,
#document.management-importance-social .m_barGraph th .note,
#document.management-importance-office .m_barGraph th .note,
#document.management-importance-healthLiteracy .m_barGraph th .note {
  color: #1A2229;
}

#document.management-importance .m_barGraph td,
#document.management-importance-social .m_barGraph td,
#document.management-importance-office .m_barGraph td,
#document.management-importance-healthLiteracy .m_barGraph td {
  color: #83d059;
}

#document.management-importance .m_barGraph td .graph::after,
#document.management-importance-social .m_barGraph td .graph::after,
#document.management-importance-office .m_barGraph td .graph::after,
#document.management-importance-healthLiteracy .m_barGraph td .graph::after {
  background: #83d059;
}

#document.management-importance .m_barGraph .important th,
#document.management-importance-social .m_barGraph .important th,
#document.management-importance-office .m_barGraph .important th,
#document.management-importance-healthLiteracy .m_barGraph .important th {
  font-weight: 700;
}

#document.management-importance .m_barGraph .important td,
#document.management-importance-social .m_barGraph .important td,
#document.management-importance-office .m_barGraph .important td,
#document.management-importance-healthLiteracy .m_barGraph .important td {
  color: #5e7950;
}

#document.management-importance .m_barGraph .important td .graph::after,
#document.management-importance-social .m_barGraph .important td .graph::after,
#document.management-importance-office .m_barGraph .important td .graph::after,
#document.management-importance-healthLiteracy .m_barGraph .important td .graph::after {
  background: #5e7950;
}

#document.management-importance .m_barGraph tbody tr:first-child td .graph::before,
#document.management-importance-social .m_barGraph tbody tr:first-child td .graph::before,
#document.management-importance-office .m_barGraph tbody tr:first-child td .graph::before,
#document.management-importance-healthLiteracy .m_barGraph tbody tr:first-child td .graph::before {
  top: calc(50% - 7px);
}

#document.management-importance .m_barGraph tbody tr:last-child td .graph::before,
#document.management-importance-social .m_barGraph tbody tr:last-child td .graph::before,
#document.management-importance-office .m_barGraph tbody tr:last-child td .graph::before,
#document.management-importance-healthLiteracy .m_barGraph tbody tr:last-child td .graph::before {
  bottom: calc(50% - 7px);
}

#document.management-importance .section,
#document.management-importance-social .section,
#document.management-importance-office .section,
#document.management-importance-healthLiteracy .section {
  position: relative;
}

#document.management-importance .section *,
#document.management-importance-social .section *,
#document.management-importance-office .section *,
#document.management-importance-healthLiteracy .section * {
  position: relative;
  z-index: 2;
}

#document.management-importance .section.bg::after,
#document.management-importance-social .section.bg::after,
#document.management-importance-office .section.bg::after,
#document.management-importance-healthLiteracy .section.bg::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: rgba(131, 208, 89, 0.1);
}

#document.management-importance .section .lead,
#document.management-importance-social .section .lead,
#document.management-importance-office .section .lead,
#document.management-importance-healthLiteracy .section .lead {
  margin: 0;
}

#document.management-importance .section .note,
#document.management-importance-social .section .note,
#document.management-importance-office .section .note,
#document.management-importance-healthLiteracy .section .note {
  color: #606e79;
}

#document.management-importance .section .note > li::before,
#document.management-importance-social .section .note > li::before,
#document.management-importance-office .section .note > li::before,
#document.management-importance-healthLiteracy .section .note > li::before {
  content: "※";
  margin-right: 0.3em;
}

@media (min-width: 768px) {
  #document.management-importance .section,
  #document.management-importance-social .section,
  #document.management-importance-office .section,
  #document.management-importance-healthLiteracy .section {
    padding: 100px 0;
  }
  #document.management-importance .section.bg::after,
  #document.management-importance-social .section.bg::after,
  #document.management-importance-office .section.bg::after,
  #document.management-importance-healthLiteracy .section.bg::after {
    width: 100vw;
    left: calc(50% - 50vw);
  }
  #document.management-importance .section .lead,
  #document.management-importance-social .section .lead,
  #document.management-importance-office .section .lead,
  #document.management-importance-healthLiteracy .section .lead {
    font-size: 1.125rem;
    line-height: 2;
  }
  #document.management-importance .section .lead + .lead,
  #document.management-importance-social .section .lead + .lead,
  #document.management-importance-office .section .lead + .lead,
  #document.management-importance-healthLiteracy .section .lead + .lead {
    margin-top: 35px;
  }
  #document.management-importance .section .note,
  #document.management-importance-social .section .note,
  #document.management-importance-office .section .note,
  #document.management-importance-healthLiteracy .section .note {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance .section,
  #document.management-importance-social .section,
  #document.management-importance-office .section,
  #document.management-importance-healthLiteracy .section {
    padding: 80px 0;
  }
  #document.management-importance .section .lead,
  #document.management-importance-social .section .lead,
  #document.management-importance-office .section .lead,
  #document.management-importance-healthLiteracy .section .lead {
    font-size: 0.9375rem;
    line-height: 2;
    padding: 0 30px;
  }
  #document.management-importance .section .lead + .lead,
  #document.management-importance-social .section .lead + .lead,
  #document.management-importance-office .section .lead + .lead,
  #document.management-importance-healthLiteracy .section .lead + .lead {
    margin-top: 27px;
  }
  #document.management-importance .section .note,
  #document.management-importance-social .section .note,
  #document.management-importance-office .section .note,
  #document.management-importance-healthLiteracy .section .note {
    margin: 31px 28px 0;
    font-size: 0.75rem;
  }
  #document.management-importance .section .note > li,
  #document.management-importance-social .section .note > li,
  #document.management-importance-office .section .note > li,
  #document.management-importance-healthLiteracy .section .note > li {
    position: relative;
    padding-left: 1.3em;
  }
  #document.management-importance .section .note > li::before,
  #document.management-importance-social .section .note > li::before,
  #document.management-importance-office .section .note > li::before,
  #document.management-importance-healthLiteracy .section .note > li::before {
    position: absolute;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance .section02,
  #document.management-importance-social .section02,
  #document.management-importance-office .section02,
  #document.management-importance-healthLiteracy .section02 {
    padding: 0 30px;
  }
}

#document.management-importance .fv,
#document.management-importance-social .fv,
#document.management-importance-office .fv,
#document.management-importance-healthLiteracy .fv {
  position: relative;
  display: flex;
  align-items: center;
}

#document.management-importance .fv::before,
#document.management-importance-social .fv::before,
#document.management-importance-office .fv::before,
#document.management-importance-healthLiteracy .fv::before {
  position: absolute;
  left: 50%;
  content: "";
  z-index: 0;
  border-left: 1px solid #1A2229;
}

#document.management-importance .fv .illust01,
#document.management-importance .fv .illust02,
#document.management-importance-social .fv .illust01,
#document.management-importance-social .fv .illust02,
#document.management-importance-office .fv .illust01,
#document.management-importance-office .fv .illust02,
#document.management-importance-healthLiteracy .fv .illust01,
#document.management-importance-healthLiteracy .fv .illust02 {
  align-self: flex-end;
  flex-shrink: 0;
}

#document.management-importance .fv .illust01 img,
#document.management-importance .fv .illust02 img,
#document.management-importance-social .fv .illust01 img,
#document.management-importance-social .fv .illust02 img,
#document.management-importance-office .fv .illust01 img,
#document.management-importance-office .fv .illust02 img,
#document.management-importance-healthLiteracy .fv .illust01 img,
#document.management-importance-healthLiteracy .fv .illust02 img {
  max-width: 100%;
  height: auto;
}

#document.management-importance .fv .illust01,
#document.management-importance-social .fv .illust01,
#document.management-importance-office .fv .illust01,
#document.management-importance-healthLiteracy .fv .illust01 {
  order: 1;
}

#document.management-importance .fv .illust02,
#document.management-importance-social .fv .illust02,
#document.management-importance-office .fv .illust02,
#document.management-importance-healthLiteracy .fv .illust02 {
  order: 3;
}

#document.management-importance .fv .title,
#document.management-importance-social .fv .title,
#document.management-importance-office .fv .title,
#document.management-importance-healthLiteracy .fv .title {
  order: 2;
  align-self: flex-start;
  text-align: center;
}

#document.management-importance .fv .title .sub,
#document.management-importance-social .fv .title .sub,
#document.management-importance-office .fv .title .sub,
#document.management-importance-healthLiteracy .fv .title .sub {
  display: block;
  color: #83d059;
}

#document.management-importance .fv[class*="_type02"],
#document.management-importance-social .fv[class*="_type02"],
#document.management-importance-office .fv[class*="_type02"],
#document.management-importance-healthLiteracy .fv[class*="_type02"] {
  border-bottom: 1px solid #dee1e3;
}

#document.management-importance .fv[class*="_type02"]::before,
#document.management-importance-social .fv[class*="_type02"]::before,
#document.management-importance-office .fv[class*="_type02"]::before,
#document.management-importance-healthLiteracy .fv[class*="_type02"]::before {
  content: none;
}

@media (min-width: 768px) {
  #document.management-importance .fv,
  #document.management-importance-social .fv,
  #document.management-importance-office .fv,
  #document.management-importance-healthLiteracy .fv {
    gap: 0 50px;
    padding-top: 78px;
  }
  #document.management-importance .fv::before,
  #document.management-importance-social .fv::before,
  #document.management-importance-office .fv::before,
  #document.management-importance-healthLiteracy .fv::before {
    bottom: -58px;
    height: 120px;
  }
  #document.management-importance .fv .illust01,
  #document.management-importance .fv .illust02,
  #document.management-importance-social .fv .illust01,
  #document.management-importance-social .fv .illust02,
  #document.management-importance-office .fv .illust01,
  #document.management-importance-office .fv .illust02,
  #document.management-importance-healthLiteracy .fv .illust01,
  #document.management-importance-healthLiteracy .fv .illust02 {
    flex-grow: 1;
    flex-basis: 10%;
  }
  #document.management-importance .fv .illust01,
  #document.management-importance-social .fv .illust01,
  #document.management-importance-office .fv .illust01,
  #document.management-importance-healthLiteracy .fv .illust01 {
    text-align: right;
  }
  #document.management-importance .fv .illust01 img,
  #document.management-importance-social .fv .illust01 img,
  #document.management-importance-office .fv .illust01 img,
  #document.management-importance-healthLiteracy .fv .illust01 img {
    width: 84px;
  }
  #document.management-importance .fv .illust02 img,
  #document.management-importance-social .fv .illust02 img,
  #document.management-importance-office .fv .illust02 img,
  #document.management-importance-healthLiteracy .fv .illust02 img {
    width: 120px;
  }
  #document.management-importance .fv .title,
  #document.management-importance-social .fv .title,
  #document.management-importance-office .fv .title,
  #document.management-importance-healthLiteracy .fv .title {
    margin: 59px 0 0;
    font-size: 2rem;
  }
  #document.management-importance .fv[class*="_type02"],
  #document.management-importance-social .fv[class*="_type02"],
  #document.management-importance-office .fv[class*="_type02"],
  #document.management-importance-healthLiteracy .fv[class*="_type02"] {
    padding-top: 96px;
    gap: 0 40px;
  }
  #document.management-importance .fv[class*="_type02"] .illust01,
  #document.management-importance .fv[class*="_type02"] .illust02,
  #document.management-importance-social .fv[class*="_type02"] .illust01,
  #document.management-importance-social .fv[class*="_type02"] .illust02,
  #document.management-importance-office .fv[class*="_type02"] .illust01,
  #document.management-importance-office .fv[class*="_type02"] .illust02,
  #document.management-importance-healthLiteracy .fv[class*="_type02"] .illust01,
  #document.management-importance-healthLiteracy .fv[class*="_type02"] .illust02 {
    padding-top: 22px;
  }
  #document.management-importance .fv[class*="_type02"] .illust01 img,
  #document.management-importance-social .fv[class*="_type02"] .illust01 img,
  #document.management-importance-office .fv[class*="_type02"] .illust01 img,
  #document.management-importance-healthLiteracy .fv[class*="_type02"] .illust01 img {
    width: 64px;
  }
  #document.management-importance .fv[class*="_type02"] .illust02 img,
  #document.management-importance-social .fv[class*="_type02"] .illust02 img,
  #document.management-importance-office .fv[class*="_type02"] .illust02 img,
  #document.management-importance-healthLiteracy .fv[class*="_type02"] .illust02 img {
    width: 90px;
  }
  #document.management-importance .fv[class*="_type02"] .title,
  #document.management-importance-social .fv[class*="_type02"] .title,
  #document.management-importance-office .fv[class*="_type02"] .title,
  #document.management-importance-healthLiteracy .fv[class*="_type02"] .title {
    margin-top: 0;
  }
  #document.management-importance .fv[class*="_type02"] .title .sub,
  #document.management-importance-social .fv[class*="_type02"] .title .sub,
  #document.management-importance-office .fv[class*="_type02"] .title .sub,
  #document.management-importance-healthLiteracy .fv[class*="_type02"] .title .sub {
    margin: 0 0 18px;
    font-size: 1.125rem;
  }
  #document.management-importance .fv[class*="_type02"] + .section.first,
  #document.management-importance-social .fv[class*="_type02"] + .section.first,
  #document.management-importance-office .fv[class*="_type02"] + .section.first,
  #document.management-importance-healthLiteracy .fv[class*="_type02"] + .section.first {
    padding: 73px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance .fv,
  #document.management-importance-social .fv,
  #document.management-importance-office .fv,
  #document.management-importance-healthLiteracy .fv {
    margin: 0 20px;
    padding: 70px 0 0;
  }
  #document.management-importance .fv::before,
  #document.management-importance-social .fv::before,
  #document.management-importance-office .fv::before,
  #document.management-importance-healthLiteracy .fv::before {
    bottom: -40px;
    height: 80px;
  }
  #document.management-importance .fv .illust01,
  #document.management-importance-social .fv .illust01,
  #document.management-importance-office .fv .illust01,
  #document.management-importance-healthLiteracy .fv .illust01 {
    flex-basis: 51px;
    padding-left: 10px;
  }
  #document.management-importance .fv .illust02,
  #document.management-importance-social .fv .illust02,
  #document.management-importance-office .fv .illust02,
  #document.management-importance-healthLiteracy .fv .illust02 {
    flex-basis: 72px;
  }
  #document.management-importance .fv .title,
  #document.management-importance-social .fv .title,
  #document.management-importance-office .fv .title,
  #document.management-importance-healthLiteracy .fv .title {
    margin: -15px -5px 0 0;
    font-size: 1.5rem;
    flex-grow: 1;
  }
  #document.management-importance .fv[class*="_type02"],
  #document.management-importance-social .fv[class*="_type02"],
  #document.management-importance-office .fv[class*="_type02"],
  #document.management-importance-healthLiteracy .fv[class*="_type02"] {
    position: relative;
    display: block;
    margin: 0 30px;
    padding-top: 58px;
  }
  #document.management-importance .fv[class*="_type02"] .illust01,
  #document.management-importance .fv[class*="_type02"] .illust02,
  #document.management-importance-social .fv[class*="_type02"] .illust01,
  #document.management-importance-social .fv[class*="_type02"] .illust02,
  #document.management-importance-office .fv[class*="_type02"] .illust01,
  #document.management-importance-office .fv[class*="_type02"] .illust02,
  #document.management-importance-healthLiteracy .fv[class*="_type02"] .illust01,
  #document.management-importance-healthLiteracy .fv[class*="_type02"] .illust02 {
    position: absolute;
    bottom: 0;
  }
  #document.management-importance .fv[class*="_type02"] .illust01,
  #document.management-importance-social .fv[class*="_type02"] .illust01,
  #document.management-importance-office .fv[class*="_type02"] .illust01,
  #document.management-importance-healthLiteracy .fv[class*="_type02"] .illust01 {
    left: -10px;
    width: 34px;
  }
  #document.management-importance .fv[class*="_type02"] .illust02,
  #document.management-importance-social .fv[class*="_type02"] .illust02,
  #document.management-importance-office .fv[class*="_type02"] .illust02,
  #document.management-importance-healthLiteracy .fv[class*="_type02"] .illust02 {
    right: -10px;
    width: 48px;
  }
  #document.management-importance .fv[class*="_type02"] .title,
  #document.management-importance-social .fv[class*="_type02"] .title,
  #document.management-importance-office .fv[class*="_type02"] .title,
  #document.management-importance-healthLiteracy .fv[class*="_type02"] .title {
    margin: 0 0 24px;
  }
  #document.management-importance .fv[class*="_type02"] .title .sub,
  #document.management-importance-social .fv[class*="_type02"] .title .sub,
  #document.management-importance-office .fv[class*="_type02"] .title .sub,
  #document.management-importance-healthLiteracy .fv[class*="_type02"] .title .sub {
    margin: 0 0 11px;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
  #document.management-importance .fv[class*="_type02"] + .section.first,
  #document.management-importance-social .fv[class*="_type02"] + .section.first,
  #document.management-importance-office .fv[class*="_type02"] + .section.first,
  #document.management-importance-healthLiteracy .fv[class*="_type02"] + .section.first {
    padding: 55px 0 80px;
  }
  #document.management-importance .fv[class*="_type02"] + .section.first .note,
  #document.management-importance-social .fv[class*="_type02"] + .section.first .note,
  #document.management-importance-office .fv[class*="_type02"] + .section.first .note,
  #document.management-importance-healthLiteracy .fv[class*="_type02"] + .section.first .note {
    margin-top: 10px;
  }
}

#document.management-importance .seminar,
#document.management-importance-social .seminar,
#document.management-importance-office .seminar,
#document.management-importance-healthLiteracy .seminar {
  position: relative;
  text-align: center;
  z-index: 0;
}

#document.management-importance .seminar::before,
#document.management-importance-social .seminar::before,
#document.management-importance-office .seminar::before,
#document.management-importance-healthLiteracy .seminar::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #f2faee;
}

#document.management-importance .seminar > .heading,
#document.management-importance-social .seminar > .heading,
#document.management-importance-office .seminar > .heading,
#document.management-importance-healthLiteracy .seminar > .heading {
  margin: 0;
}

@media (min-width: 768px) {
  #document.management-importance .seminar,
  #document.management-importance-social .seminar,
  #document.management-importance-office .seminar,
  #document.management-importance-healthLiteracy .seminar {
    padding: 95px 0 100px;
  }
  #document.management-importance .seminar > .heading,
  #document.management-importance-social .seminar > .heading,
  #document.management-importance-office .seminar > .heading,
  #document.management-importance-healthLiteracy .seminar > .heading {
    font-size: 1.625rem;
  }
  #document.management-importance .seminar .text,
  #document.management-importance-social .seminar .text,
  #document.management-importance-office .seminar .text,
  #document.management-importance-healthLiteracy .seminar .text {
    margin: 24px 0 0;
    font-size: 1.125rem;
    line-height: 2;
  }
  #document.management-importance .seminar .m_button,
  #document.management-importance-social .seminar .m_button,
  #document.management-importance-office .seminar .m_button,
  #document.management-importance-healthLiteracy .seminar .m_button {
    margin: 31px 0 0;
    font-size: 1.125rem;
  }
  #document.management-importance .seminar .m_button a,
  #document.management-importance-social .seminar .m_button a,
  #document.management-importance-office .seminar .m_button a,
  #document.management-importance-healthLiteracy .seminar .m_button a {
    min-width: 300px;
    height: 60px;
    line-height: 60px;
    transition: background-color .3s;
  }
  #document.management-importance .seminar .m_button a:hover,
  #document.management-importance-social .seminar .m_button a:hover,
  #document.management-importance-office .seminar .m_button a:hover,
  #document.management-importance-healthLiteracy .seminar .m_button a:hover {
    background-color: #a8de8a;
  }
}

@media (min-width: 1001px) {
  #document.management-importance .seminar::before,
  #document.management-importance-social .seminar::before,
  #document.management-importance-office .seminar::before,
  #document.management-importance-healthLiteracy .seminar::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance .seminar,
  #document.management-importance-social .seminar,
  #document.management-importance-office .seminar,
  #document.management-importance-healthLiteracy .seminar {
    padding: 76px 0 80px;
  }
  #document.management-importance .seminar > .heading,
  #document.management-importance-social .seminar > .heading,
  #document.management-importance-office .seminar > .heading,
  #document.management-importance-healthLiteracy .seminar > .heading {
    font-size: 1.25rem;
  }
  #document.management-importance .seminar .text,
  #document.management-importance-social .seminar .text,
  #document.management-importance-office .seminar .text,
  #document.management-importance-healthLiteracy .seminar .text {
    margin: 18px 0 0;
    font-size: 0.9375rem;
    line-height: 2;
  }
  #document.management-importance .seminar .m_button,
  #document.management-importance-social .seminar .m_button,
  #document.management-importance-office .seminar .m_button,
  #document.management-importance-healthLiteracy .seminar .m_button {
    margin: 21px 0 0;
    font-size: 0.9375rem;
  }
  #document.management-importance .seminar .m_button a,
  #document.management-importance-social .seminar .m_button a,
  #document.management-importance-office .seminar .m_button a,
  #document.management-importance-healthLiteracy .seminar .m_button a {
    min-width: 280px;
    height: 50px;
    line-height: 50px;
  }
}

#document.management-importance .textHeading,
#document.management-importance-social .textHeading,
#document.management-importance-office .textHeading,
#document.management-importance-healthLiteracy .textHeading {
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  #document.management-importance .textHeading,
  #document.management-importance-social .textHeading,
  #document.management-importance-office .textHeading,
  #document.management-importance-healthLiteracy .textHeading {
    font-size: 1.625rem;
  }
  #document.management-importance .textHeading[class*="_small"],
  #document.management-importance-social .textHeading[class*="_small"],
  #document.management-importance-office .textHeading[class*="_small"],
  #document.management-importance-healthLiteracy .textHeading[class*="_small"] {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance .textHeading,
  #document.management-importance-social .textHeading,
  #document.management-importance-office .textHeading,
  #document.management-importance-healthLiteracy .textHeading {
    font-size: 1.25rem;
  }
  #document.management-importance .textHeading[class*="_small"],
  #document.management-importance-social .textHeading[class*="_small"],
  #document.management-importance-office .textHeading[class*="_small"],
  #document.management-importance-healthLiteracy .textHeading[class*="_small"] {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

#document.management-importance .borderHeading,
#document.management-importance-social .borderHeading,
#document.management-importance-office .borderHeading,
#document.management-importance-healthLiteracy .borderHeading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#document.management-importance .borderHeading::before, #document.management-importance .borderHeading::after,
#document.management-importance-social .borderHeading::before,
#document.management-importance-social .borderHeading::after,
#document.management-importance-office .borderHeading::before,
#document.management-importance-office .borderHeading::after,
#document.management-importance-healthLiteracy .borderHeading::before,
#document.management-importance-healthLiteracy .borderHeading::after {
  flex-grow: 1;
  border-top: 1px solid #dee1e3;
}

#document.management-importance .borderHeading > span span:not([class]),
#document.management-importance-social .borderHeading > span span:not([class]),
#document.management-importance-office .borderHeading > span span:not([class]),
#document.management-importance-healthLiteracy .borderHeading > span span:not([class]) {
  font-weight: normal;
}

#document.management-importance .borderHeading .note,
#document.management-importance-social .borderHeading .note,
#document.management-importance-office .borderHeading .note,
#document.management-importance-healthLiteracy .borderHeading .note {
  display: block;
  color: inherit;
}

@media (min-width: 768px) {
  #document.management-importance .borderHeading,
  #document.management-importance-social .borderHeading,
  #document.management-importance-office .borderHeading,
  #document.management-importance-healthLiteracy .borderHeading {
    gap: 0 20px;
    margin: 49px 0 0;
    font-size: 1.25rem;
  }
  #document.management-importance .borderHeading::before, #document.management-importance .borderHeading::after,
  #document.management-importance-social .borderHeading::before,
  #document.management-importance-social .borderHeading::after,
  #document.management-importance-office .borderHeading::before,
  #document.management-importance-office .borderHeading::after,
  #document.management-importance-healthLiteracy .borderHeading::before,
  #document.management-importance-healthLiteracy .borderHeading::after {
    content: "";
  }
  #document.management-importance .borderHeading .note,
  #document.management-importance-social .borderHeading .note,
  #document.management-importance-office .borderHeading .note,
  #document.management-importance-healthLiteracy .borderHeading .note {
    margin: 0 0 -22px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance .borderHeading,
  #document.management-importance-social .borderHeading,
  #document.management-importance-office .borderHeading,
  #document.management-importance-healthLiteracy .borderHeading {
    margin: 31px 0 0;
    font-size: 1rem;
  }
  #document.management-importance .borderHeading .note,
  #document.management-importance-social .borderHeading .note,
  #document.management-importance-office .borderHeading .note,
  #document.management-importance-healthLiteracy .borderHeading .note {
    font-size: 0.625rem;
  }
}

#document.management-importance .borderHeading02,
#document.management-importance-social .borderHeading02,
#document.management-importance-office .borderHeading02,
#document.management-importance-healthLiteracy .borderHeading02 {
  border-bottom: 1px solid #83d059;
}

@media (min-width: 768px) {
  #document.management-importance .borderHeading02,
  #document.management-importance-social .borderHeading02,
  #document.management-importance-office .borderHeading02,
  #document.management-importance-healthLiteracy .borderHeading02 {
    margin: 78px 0 33px;
    padding-bottom: 14px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance .borderHeading02,
  #document.management-importance-social .borderHeading02,
  #document.management-importance-office .borderHeading02,
  #document.management-importance-healthLiteracy .borderHeading02 {
    margin: 58px 0 25px;
    padding-bottom: 16px;
    font-size: 1rem;
  }
}

#document.management-importance .numberHeading,
#document.management-importance-social .numberHeading,
#document.management-importance-office .numberHeading,
#document.management-importance-healthLiteracy .numberHeading {
  text-align: center;
}

#document.management-importance .numberHeading::before,
#document.management-importance-social .numberHeading::before,
#document.management-importance-office .numberHeading::before,
#document.management-importance-healthLiteracy .numberHeading::before {
  display: block;
  border-radius: 50%;
  background-color: #83d059;
  color: #ffffff;
  font-family: Inter, sans-serif;
  content: attr(data-num);
}

@media (min-width: 768px) {
  #document.management-importance .numberHeading,
  #document.management-importance-social .numberHeading,
  #document.management-importance-office .numberHeading,
  #document.management-importance-healthLiteracy .numberHeading {
    margin: 140px 0 49px;
    font-size: 1.625rem;
  }
  #document.management-importance .numberHeading::before,
  #document.management-importance-social .numberHeading::before,
  #document.management-importance-office .numberHeading::before,
  #document.management-importance-healthLiteracy .numberHeading::before {
    margin: 0 auto 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance .numberHeading,
  #document.management-importance-social .numberHeading,
  #document.management-importance-office .numberHeading,
  #document.management-importance-healthLiteracy .numberHeading {
    margin: 100px 0 30px;
    font-size: 1.25rem;
  }
  #document.management-importance .numberHeading::before,
  #document.management-importance-social .numberHeading::before,
  #document.management-importance-office .numberHeading::before,
  #document.management-importance-healthLiteracy .numberHeading::before {
    margin: 0 auto 11px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0.9375rem;
  }
}

#document.management-importance .text,
#document.management-importance-social .text,
#document.management-importance-office .text,
#document.management-importance-healthLiteracy .text {
  line-height: 2;
  margin-bottom: 1.1em;
}

@media (min-width: 768px) {
  #document.management-importance .text,
  #document.management-importance-social .text,
  #document.management-importance-office .text,
  #document.management-importance-healthLiteracy .text {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance .text,
  #document.management-importance-social .text,
  #document.management-importance-office .text,
  #document.management-importance-healthLiteracy .text {
    font-size: 0.9375rem;
  }
}

#document.management-importance .floatImgBox .image img,
#document.management-importance-social .floatImgBox .image img,
#document.management-importance-office .floatImgBox .image img,
#document.management-importance-healthLiteracy .floatImgBox .image img {
  max-width: 100%;
  height: auto;
}

#document.management-importance .floatImgBox .body > *:last-child,
#document.management-importance-social .floatImgBox .body > *:last-child,
#document.management-importance-office .floatImgBox .body > *:last-child,
#document.management-importance-healthLiteracy .floatImgBox .body > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #document.management-importance .floatImgBox .inner::after,
  #document.management-importance-social .floatImgBox .inner::after,
  #document.management-importance-office .floatImgBox .inner::after,
  #document.management-importance-healthLiteracy .floatImgBox .inner::after {
    overflow: hidden;
    clear: both;
    display: block;
    height: 0;
    content: "";
  }
  #document.management-importance .floatImgBox .image,
  #document.management-importance-social .floatImgBox .image,
  #document.management-importance-office .floatImgBox .image,
  #document.management-importance-healthLiteracy .floatImgBox .image {
    float: right;
    margin-left: 50px;
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance .floatImgBox,
  #document.management-importance-social .floatImgBox,
  #document.management-importance-office .floatImgBox,
  #document.management-importance-healthLiteracy .floatImgBox {
    display: flex;
  }
  #document.management-importance .floatImgBox .inner::before,
  #document.management-importance-social .floatImgBox .inner::before,
  #document.management-importance-office .floatImgBox .inner::before,
  #document.management-importance-healthLiteracy .floatImgBox .inner::before {
    float: right;
    height: calc(100% - 85px);
    display: block;
    content: "";
  }
  #document.management-importance .floatImgBox .image,
  #document.management-importance-social .floatImgBox .image,
  #document.management-importance-office .floatImgBox .image,
  #document.management-importance-healthLiteracy .floatImgBox .image {
    clear: both;
    float: right;
    margin-left: 10px;
    width: 120px;
  }
}

#document.management-importance .borderBox,
#document.management-importance-social .borderBox,
#document.management-importance-office .borderBox,
#document.management-importance-healthLiteracy .borderBox {
  position: relative;
  border: 1px solid #dee1e3;
  background: #ffffff;
  z-index: 2;
}

#document.management-importance .borderBox > *:last-child,
#document.management-importance-social .borderBox > *:last-child,
#document.management-importance-office .borderBox > *:last-child,
#document.management-importance-healthLiteracy .borderBox > *:last-child {
  margin-bottom: 0 !important;
}

#document.management-importance .note,
#document.management-importance-social .note,
#document.management-importance-office .note,
#document.management-importance-healthLiteracy .note {
  color: #606e79;
  word-break: break-word;
}

#document.management-importance .note > li,
#document.management-importance-social .note > li,
#document.management-importance-office .note > li,
#document.management-importance-healthLiteracy .note > li {
  position: relative;
  padding-left: 1.3em;
}

#document.management-importance .note > li::before,
#document.management-importance-social .note > li::before,
#document.management-importance-office .note > li::before,
#document.management-importance-healthLiteracy .note > li::before {
  position: absolute;
  left: 0;
  content: "※";
}

#document.management-importance .note > li a,
#document.management-importance-social .note > li a,
#document.management-importance-office .note > li a,
#document.management-importance-healthLiteracy .note > li a {
  color: inherit;
  text-decoration: none;
}

#document.management-importance .note > li[class*="nomark"],
#document.management-importance .note[class*="nomark"] > li,
#document.management-importance .note[class*="nomark"] > li,
#document.management-importance-social .note > li[class*="nomark"],
#document.management-importance-social .note[class*="nomark"] > li,
#document.management-importance-social .note[class*="nomark"] > li,
#document.management-importance-office .note > li[class*="nomark"],
#document.management-importance-office .note[class*="nomark"] > li,
#document.management-importance-office .note[class*="nomark"] > li,
#document.management-importance-healthLiteracy .note > li[class*="nomark"],
#document.management-importance-healthLiteracy .note[class*="nomark"] > li,
#document.management-importance-healthLiteracy .note[class*="nomark"] > li {
  padding-left: 0;
}

#document.management-importance .note > li[class*="nomark"]::before,
#document.management-importance .note[class*="nomark"] > li::before,
#document.management-importance .note[class*="nomark"] > li::before,
#document.management-importance-social .note > li[class*="nomark"]::before,
#document.management-importance-social .note[class*="nomark"] > li::before,
#document.management-importance-social .note[class*="nomark"] > li::before,
#document.management-importance-office .note > li[class*="nomark"]::before,
#document.management-importance-office .note[class*="nomark"] > li::before,
#document.management-importance-office .note[class*="nomark"] > li::before,
#document.management-importance-healthLiteracy .note > li[class*="nomark"]::before,
#document.management-importance-healthLiteracy .note[class*="nomark"] > li::before,
#document.management-importance-healthLiteracy .note[class*="nomark"] > li::before {
  content: none;
}

#document.management-importance .note[class*="_mark"] > li,
#document.management-importance-social .note[class*="_mark"] > li,
#document.management-importance-office .note[class*="_mark"] > li,
#document.management-importance-healthLiteracy .note[class*="_mark"] > li {
  padding-left: 2.2em;
}

#document.management-importance .note[class*="_mark"] > li .mark,
#document.management-importance-social .note[class*="_mark"] > li .mark,
#document.management-importance-office .note[class*="_mark"] > li .mark,
#document.management-importance-healthLiteracy .note[class*="_mark"] > li .mark {
  position: absolute;
  left: 0;
}

@media (min-width: 768px) {
  #document.management-importance .note,
  #document.management-importance-social .note,
  #document.management-importance-office .note,
  #document.management-importance-healthLiteracy .note {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance .note,
  #document.management-importance-social .note,
  #document.management-importance-office .note,
  #document.management-importance-healthLiteracy .note {
    font-size: 0.75rem;
  }
}

.iphone.safari #document.management-importance .reg, .iphone.safari
#document.management-importance-social .reg, .iphone.safari
#document.management-importance-office .reg, .iphone.safari
#document.management-importance-healthLiteracy .reg {
  vertical-align: top;
  font-size: 0.6em;
}

@media (min-width: 768px) {
  #document.management-importance .section.first {
    padding: 109px 0 96px;
  }
  #document.management-importance .section.first .lead {
    text-align: center;
  }
  #document.management-importance .section.first .note {
    margin: 47px 0 0;
    text-align: center;
  }
  #document.management-importance .section.first .note > li {
    padding-left: 0;
  }
  #document.management-importance .section.first .note > li::before {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance .section.first {
    padding: 75px 0 74px;
  }
}

#document.management-importance .contentsList a {
  color: inherit;
  text-decoration: none;
}

#document.management-importance .contentsList .img {
  position: relative;
  z-index: 0;
}

#document.management-importance .contentsList .img img {
  height: auto;
  max-width: 100%;
}

#document.management-importance .contentsList .img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  z-index: -1;
  transform: translate(-50%, -50%);
  animation: moyamoya 5s linear infinite;
  background: rgba(131, 208, 89, 0.1);
}

#document.management-importance .contentsList:nth-of-type(2) .img::before {
  animation-delay: 2s;
}

#document.management-importance .contentsList:nth-of-type(3) .img::before {
  animation-delay: -3s;
}

#document.management-importance .contentsList .ttl {
  position: relative;
  display: inline-block;
  font-weight: 700;
}

#document.management-importance .contentsList .ttl::after {
  position: absolute;
  top: 50%;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  transform: translateY(-50%);
}

#document.management-importance .contentsList .txt {
  margin: 0;
}

@media (min-width: 768px) {
  #document.management-importance .contentsList {
    display: flex;
    margin: 40px auto 0;
    gap: 0 50px;
  }
  #document.management-importance .contentsList > li {
    flex-basis: 300px;
  }
  #document.management-importance .contentsList .img {
    margin-bottom: 26px;
  }
  #document.management-importance .contentsList .img::before {
    width: 160px;
    height: 160px;
  }
  #document.management-importance .contentsList .img .hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 2;
  }
  #document.management-importance .contentsList .ttl {
    font-size: 1.25rem;
    padding-right: 40px;
  }
  #document.management-importance .contentsList .ttl::after {
    right: 15px;
    transition: right .3s ease;
  }
  #document.management-importance .contentsList .txt {
    margin-top: 12px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  #document.management-importance .contentsList a:hover .img .hover {
    opacity: 1;
  }
  #document.management-importance .contentsList a:hover .ttl::after {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance .contentsList {
    margin: 36px 0 0;
    padding: 0 30px;
  }
  #document.management-importance .contentsList .img {
    width: 200px;
    margin: 0 auto;
  }
  #document.management-importance .contentsList .img::before {
    width: 130px;
    height: 130px;
    top: 45%;
  }
  #document.management-importance .contentsList .img img:first-child {
    display: none;
  }
  #document.management-importance .contentsList .ttl {
    margin: 17px 0 0;
    padding-right: 21px;
    font-size: 1rem;
  }
  #document.management-importance .contentsList .ttl::after {
    right: 0;
  }
  #document.management-importance .contentsList .txt {
    margin: 15px 0 0;
    font-size: 0.8125rem;
    line-height: 1.61538;
  }
  #document.management-importance .contentsList > li:nth-of-type(n+2) {
    margin-top: 48px;
  }
}

@media (min-width: 768px) {
  #document.management-importance .about {
    margin-top: 34px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance .about {
    margin-top: 14px;
  }
}

@media (min-width: 768px) {
  #document.management-importance-social .fv[class*="_type02"] + .section.first {
    padding-bottom: 77px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-social .area01 {
    margin: 9px 0 0;
  }
}

@media (min-width: 768px) {
  #document.management-importance-social .area01 .m_graph {
    margin: 30px 0 0 94px;
    width: 204px;
    height: 204px;
  }
  #document.management-importance-social .area01 .m_graph .val01[data-graph-val] {
    stroke-width: 102px;
    stroke-dasharray: 144.126, 226.08;
  }
  #document.management-importance-social .area01 .m_graph .val02 {
    stroke-width: 72px;
    stroke-dasharray: 226.08, 226.08;
  }
  #document.management-importance-social .area01 .m_graph .val {
    height: 102px;
  }
  #document.management-importance-social .area01 .m_graph .line::before {
    width: 50px;
    height: 50px;
  }
  #document.management-importance-social .area01 .m_graph[class*="_flipped"] .val01[data-graph-val] {
    transform: rotate(calc(360deg * (45 / 100 * -1)));
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-social .area01 .m_graph {
    margin: 20px auto 0;
    width: 100px;
    height: 100px;
  }
  #document.management-importance-social .area01 .m_graph .val01[data-graph-val] {
    stroke-width: 50px;
    stroke-dasharray: 70.65, 109.9;
  }
  #document.management-importance-social .area01 .m_graph .val02 {
    stroke-width: 35px;
    stroke-dasharray: 109.9, 109.9;
  }
  #document.management-importance-social .area01 .m_graph .val {
    height: 50px;
  }
  #document.management-importance-social .area01 .m_graph .line::before {
    width: 25px;
    height: 25px;
  }
  #document.management-importance-social .area01 .m_graph[class*="_flipped"] .val01[data-graph-val] {
    transform: rotate(calc(360deg * (45 / 100 * -1)));
  }
}

#document.management-importance-social .area01 .media .borderHeading02 {
  text-align: center;
}

#document.management-importance-social .area01 .media .result > li {
  white-space: nowrap;
}

#document.management-importance-social .area01 .media .result > li .val {
  display: block;
  color: #abb7c1;
  font-weight: 700;
  font-family: Inter, sans-serif;
}

#document.management-importance-social .area01 .media .result > li.important {
  font-weight: 700;
}

#document.management-importance-social .area01 .media .result > li.important .val {
  color: #83d059;
}

@media (min-width: 768px) {
  #document.management-importance-social .area01 .media {
    margin: 46px 0 0;
  }
  #document.management-importance-social .area01 .media .borderHeading02 {
    margin: 3px 0 0;
  }
  #document.management-importance-social .area01 .media > .inner {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 50px;
  }
  #document.management-importance-social .area01 .media .image {
    position: relative;
    width: 360px;
    flex-shrink: 0;
  }
  #document.management-importance-social .area01 .media .result {
    position: relative;
    margin: 0;
    font-size: 1rem;
  }
  #document.management-importance-social .area01 .media .result > li {
    position: absolute;
    top: -133px;
  }
  #document.management-importance-social .area01 .media .result > li .val {
    margin-top: -3px;
    font-size: 1.5rem;
  }
  #document.management-importance-social .area01 .media .result > li .val .unit {
    margin-left: 2px;
    font-size: 0.875rem;
  }
  #document.management-importance-social .area01 .media .result > li:nth-of-type(1) {
    left: 27px;
  }
  #document.management-importance-social .area01 .media .result > li:nth-of-type(2) {
    right: 27px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-social .area01 .media {
    margin: 28px 0 0;
    display: flex;
  }
  #document.management-importance-social .area01 .media .borderHeading02 {
    margin: 0;
    padding-bottom: 16px;
  }
  #document.management-importance-social .area01 .media .inner {
    width: 100%;
    transform: translateY(8px);
  }
  #document.management-importance-social .area01 .media .inner::before {
    float: right;
    display: block;
    height: calc(100% - 279px);
    content: "";
  }
  #document.management-importance-social .area01 .media .inner .image {
    float: right;
    clear: both;
    display: flex;
    align-items: flex-end;
    margin-left: 20px;
    width: 140px;
  }
  #document.management-importance-social .area01 .media .result {
    display: flex;
    justify-content: center;
    gap: 0 15px;
    margin: 11px 0 0;
    font-size: 0.875rem;
  }
  #document.management-importance-social .area01 .media .result > li .val {
    font-size: 1.25rem;
  }
  #document.management-importance-social .area01 .media .result > li .val .unit {
    margin-left: 2px;
    font-size: 0.625rem;
  }
}

@media (min-width: 768px) {
  #document.management-importance-social .area02 {
    margin: 106px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-social .area02 {
    margin: 52px 0 0;
  }
}

@media (min-width: 768px) {
  #document.management-importance-social .area02 .borderHeading {
    margin-top: 47px;
  }
}

#document.management-importance-social .area02 .barGraph01 {
  width: 100%;
}

#document.management-importance-social .area02 .barGraph01 tbody tr:nth-of-type(n+2) th,
#document.management-importance-social .area02 .barGraph01 tbody tr:nth-of-type(n+2) td {
  border-top: 1px solid #f3f4f5;
}

#document.management-importance-social .area02 .barGraph01 td .val {
  text-align: right;
}

@media (min-width: 768px) {
  #document.management-importance-social .area02 .barGraph01 {
    margin-top: 43px;
  }
  #document.management-importance-social .area02 .barGraph01 th {
    padding: 16px 0 14px 100px;
    font-size: 1.0625rem;
    line-height: 1.58824;
  }
  #document.management-importance-social .area02 .barGraph01 th .note {
    font-size: 0.8125rem;
  }
  #document.management-importance-social .area02 .barGraph01 td {
    width: 382px;
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="0"]::after {
    width: calc(0 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="1"]::after {
    width: calc(1 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="2"]::after {
    width: calc(2 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="3"]::after {
    width: calc(3 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="4"]::after {
    width: calc(4 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="5"]::after {
    width: calc(5 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="6"]::after {
    width: calc(6 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="7"]::after {
    width: calc(7 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="8"]::after {
    width: calc(8 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="9"]::after {
    width: calc(9 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="10"]::after {
    width: calc(10 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="11"]::after {
    width: calc(11 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="12"]::after {
    width: calc(12 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="13"]::after {
    width: calc(13 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="14"]::after {
    width: calc(14 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="15"]::after {
    width: calc(15 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="16"]::after {
    width: calc(16 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="17"]::after {
    width: calc(17 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="18"]::after {
    width: calc(18 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="19"]::after {
    width: calc(19 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="20"]::after {
    width: calc(20 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="21"]::after {
    width: calc(21 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="22"]::after {
    width: calc(22 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="23"]::after {
    width: calc(23 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="24"]::after {
    width: calc(24 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="25"]::after {
    width: calc(25 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="26"]::after {
    width: calc(26 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="27"]::after {
    width: calc(27 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="28"]::after {
    width: calc(28 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="29"]::after {
    width: calc(29 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="30"]::after {
    width: calc(30 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="31"]::after {
    width: calc(31 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="32"]::after {
    width: calc(32 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="33"]::after {
    width: calc(33 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="34"]::after {
    width: calc(34 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="35"]::after {
    width: calc(35 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="36"]::after {
    width: calc(36 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="37"]::after {
    width: calc(37 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="38"]::after {
    width: calc(38 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="39"]::after {
    width: calc(39 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="40"]::after {
    width: calc(40 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="41"]::after {
    width: calc(41 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="42"]::after {
    width: calc(42 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="43"]::after {
    width: calc(43 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="44"]::after {
    width: calc(44 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="45"]::after {
    width: calc(45 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="46"]::after {
    width: calc(46 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="47"]::after {
    width: calc(47 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="48"]::after {
    width: calc(48 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="49"]::after {
    width: calc(49 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="50"]::after {
    width: calc(50 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="51"]::after {
    width: calc(51 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="52"]::after {
    width: calc(52 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="53"]::after {
    width: calc(53 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="54"]::after {
    width: calc(54 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="55"]::after {
    width: calc(55 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="56"]::after {
    width: calc(56 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="57"]::after {
    width: calc(57 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="58"]::after {
    width: calc(58 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="59"]::after {
    width: calc(59 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="60"]::after {
    width: calc(60 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="61"]::after {
    width: calc(61 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="62"]::after {
    width: calc(62 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="63"]::after {
    width: calc(63 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="64"]::after {
    width: calc(64 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="65"]::after {
    width: calc(65 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="66"]::after {
    width: calc(66 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="67"]::after {
    width: calc(67 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="68"]::after {
    width: calc(68 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="69"]::after {
    width: calc(69 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="70"]::after {
    width: calc(70 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="71"]::after {
    width: calc(71 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="72"]::after {
    width: calc(72 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="73"]::after {
    width: calc(73 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="74"]::after {
    width: calc(74 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="75"]::after {
    width: calc(75 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="76"]::after {
    width: calc(76 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="77"]::after {
    width: calc(77 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="78"]::after {
    width: calc(78 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="79"]::after {
    width: calc(79 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="80"]::after {
    width: calc(80 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="81"]::after {
    width: calc(81 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="82"]::after {
    width: calc(82 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="83"]::after {
    width: calc(83 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="84"]::after {
    width: calc(84 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="85"]::after {
    width: calc(85 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="86"]::after {
    width: calc(86 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="87"]::after {
    width: calc(87 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="88"]::after {
    width: calc(88 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="89"]::after {
    width: calc(89 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="90"]::after {
    width: calc(90 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="91"]::after {
    width: calc(91 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="92"]::after {
    width: calc(92 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="93"]::after {
    width: calc(93 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="94"]::after {
    width: calc(94 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="95"]::after {
    width: calc(95 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="96"]::after {
    width: calc(96 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="97"]::after {
    width: calc(97 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="98"]::after {
    width: calc(98 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="99"]::after {
    width: calc(99 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="100"]::after {
    width: calc(100 * 4px);
  }
  #document.management-importance-social .area02 .barGraph01 td .val {
    font-size: 1.25rem;
  }
  #document.management-importance-social .area02 .barGraph01 td .graph::before {
    left: 77px;
  }
  #document.management-importance-social .area02 .barGraph01 td .graph::after {
    margin-left: 15px;
  }
  #document.management-importance-social .area02 .barGraph01 .important td .val {
    font-size: 1.5rem;
    margin-left: -5px;
  }
  #document.management-importance-social .area02 .barGraph01 + .note {
    margin: 21px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-social .area02 .barGraph01 {
    margin-top: 22px;
  }
  #document.management-importance-social .area02 .barGraph01 th {
    padding: 14px 13px 13px 10px;
    font-size: 0.75rem;
    line-height: 1.25;
  }
  #document.management-importance-social .area02 .barGraph01 th .note {
    font-size: 0.625rem;
  }
  #document.management-importance-social .area02 .barGraph01 td {
    padding-top: 0;
    width: 110px;
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="0"]::after {
    width: calc(0 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="1"]::after {
    width: calc(1 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="2"]::after {
    width: calc(2 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="3"]::after {
    width: calc(3 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="4"]::after {
    width: calc(4 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="5"]::after {
    width: calc(5 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="6"]::after {
    width: calc(6 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="7"]::after {
    width: calc(7 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="8"]::after {
    width: calc(8 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="9"]::after {
    width: calc(9 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="10"]::after {
    width: calc(10 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="11"]::after {
    width: calc(11 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="12"]::after {
    width: calc(12 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="13"]::after {
    width: calc(13 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="14"]::after {
    width: calc(14 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="15"]::after {
    width: calc(15 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="16"]::after {
    width: calc(16 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="17"]::after {
    width: calc(17 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="18"]::after {
    width: calc(18 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="19"]::after {
    width: calc(19 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="20"]::after {
    width: calc(20 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="21"]::after {
    width: calc(21 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="22"]::after {
    width: calc(22 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="23"]::after {
    width: calc(23 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="24"]::after {
    width: calc(24 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="25"]::after {
    width: calc(25 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="26"]::after {
    width: calc(26 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="27"]::after {
    width: calc(27 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="28"]::after {
    width: calc(28 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="29"]::after {
    width: calc(29 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="30"]::after {
    width: calc(30 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="31"]::after {
    width: calc(31 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="32"]::after {
    width: calc(32 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="33"]::after {
    width: calc(33 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="34"]::after {
    width: calc(34 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="35"]::after {
    width: calc(35 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="36"]::after {
    width: calc(36 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="37"]::after {
    width: calc(37 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="38"]::after {
    width: calc(38 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="39"]::after {
    width: calc(39 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="40"]::after {
    width: calc(40 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="41"]::after {
    width: calc(41 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="42"]::after {
    width: calc(42 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="43"]::after {
    width: calc(43 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="44"]::after {
    width: calc(44 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="45"]::after {
    width: calc(45 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="46"]::after {
    width: calc(46 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="47"]::after {
    width: calc(47 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="48"]::after {
    width: calc(48 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="49"]::after {
    width: calc(49 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="50"]::after {
    width: calc(50 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="51"]::after {
    width: calc(51 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="52"]::after {
    width: calc(52 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="53"]::after {
    width: calc(53 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="54"]::after {
    width: calc(54 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="55"]::after {
    width: calc(55 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="56"]::after {
    width: calc(56 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="57"]::after {
    width: calc(57 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="58"]::after {
    width: calc(58 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="59"]::after {
    width: calc(59 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="60"]::after {
    width: calc(60 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="61"]::after {
    width: calc(61 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="62"]::after {
    width: calc(62 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="63"]::after {
    width: calc(63 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="64"]::after {
    width: calc(64 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="65"]::after {
    width: calc(65 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="66"]::after {
    width: calc(66 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="67"]::after {
    width: calc(67 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="68"]::after {
    width: calc(68 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="69"]::after {
    width: calc(69 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="70"]::after {
    width: calc(70 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="71"]::after {
    width: calc(71 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="72"]::after {
    width: calc(72 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="73"]::after {
    width: calc(73 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="74"]::after {
    width: calc(74 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="75"]::after {
    width: calc(75 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="76"]::after {
    width: calc(76 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="77"]::after {
    width: calc(77 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="78"]::after {
    width: calc(78 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="79"]::after {
    width: calc(79 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="80"]::after {
    width: calc(80 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="81"]::after {
    width: calc(81 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="82"]::after {
    width: calc(82 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="83"]::after {
    width: calc(83 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="84"]::after {
    width: calc(84 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="85"]::after {
    width: calc(85 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="86"]::after {
    width: calc(86 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="87"]::after {
    width: calc(87 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="88"]::after {
    width: calc(88 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="89"]::after {
    width: calc(89 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="90"]::after {
    width: calc(90 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="91"]::after {
    width: calc(91 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="92"]::after {
    width: calc(92 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="93"]::after {
    width: calc(93 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="94"]::after {
    width: calc(94 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="95"]::after {
    width: calc(95 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="96"]::after {
    width: calc(96 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="97"]::after {
    width: calc(97 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="98"]::after {
    width: calc(98 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="99"]::after {
    width: calc(99 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph[data-graph-val="100"]::after {
    width: calc(100 * 1px);
  }
  #document.management-importance-social .area02 .barGraph01 td .graph::before {
    left: 45px;
  }
  #document.management-importance-social .area02 .barGraph01 td .graph::after {
    margin-left: 6px;
  }
  #document.management-importance-social .area02 .barGraph01 + .note {
    margin: 19px 0 50px;
  }
}

@media (min-width: 768px) {
  #document.management-importance-social .area03 {
    margin: 123px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-social .area03 {
    margin: 86px 0 0;
  }
}

@media (min-width: 768px) {
  #document.management-importance-social .area03 .m_graph {
    margin: 18px 0 0 84px;
    width: 200px;
    height: 200px;
  }
  #document.management-importance-social .area03 .m_graph .val01[data-graph-val] {
    stroke-width: 100px;
    stroke-dasharray: 213.52, 222.94;
  }
  #document.management-importance-social .area03 .m_graph .val02 {
    stroke-width: 71px;
    stroke-dasharray: 222.94, 222.94;
  }
  #document.management-importance-social .area03 .m_graph .val {
    height: 100px;
  }
  #document.management-importance-social .area03 .m_graph .line::before {
    width: 50px;
    height: 50px;
  }
  #document.management-importance-social .area03 .m_graph[class*="_flipped"] .val01[data-graph-val] {
    transform: rotate(calc(360deg * (68 / 100 * -1)));
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-social .area03 .m_graph {
    margin: 0 auto;
    width: 120px;
    height: 120px;
    transform: translateX(-1px);
  }
  #document.management-importance-social .area03 .m_graph .val01[data-graph-val] {
    stroke-width: 60px;
    stroke-dasharray: 128.112, 131.88;
  }
  #document.management-importance-social .area03 .m_graph .val02 {
    stroke-width: 42px;
    stroke-dasharray: 131.88, 131.88;
  }
  #document.management-importance-social .area03 .m_graph .val {
    height: 60px;
  }
  #document.management-importance-social .area03 .m_graph .line::before {
    width: 30px;
    height: 30px;
  }
  #document.management-importance-social .area03 .m_graph[class*="_flipped"] .val01[data-graph-val] {
    transform: rotate(calc(360deg * (68 / 100 * -1)));
  }
}

@media (min-width: 768px) {
  #document.management-importance-social .area03 .borderHeading {
    margin-top: 48px;
  }
}

#document.management-importance-social .area03 .columnBox > .column .headingBox > .heading::before {
  position: absolute;
  left: 50%;
  display: block;
  content: "";
  background: no-repeat 0 0 / cover;
  transform: translateX(-50%);
}

#document.management-importance-social .area03 .columnBox > .column:nth-of-type(1) .headingBox > .heading::before {
  background-image: url(/woman_healthcare_project/images/management/importance/mod_img_illust.svg);
}

#document.management-importance-social .area03 .columnBox > .column:nth-of-type(2) .headingBox > .heading::before {
  background-image: url(/woman_healthcare_project/images/management/importance/mod_img_illust_02.svg);
}

#document.management-importance-social .area03 .columnBox .result ul {
  display: flex;
  align-content: flex-start;
  margin: 0;
}

#document.management-importance-social .area03 .columnBox .result ul > li .val {
  display: block;
  color: #abb7c1;
  font-weight: 700;
  font-family: Inter, sans-serif;
}

#document.management-importance-social .area03 .columnBox .result ul > li.important {
  font-weight: 700;
}

#document.management-importance-social .area03 .columnBox .result ul > li.important .val {
  color: #83d059;
}

#document.management-importance-social .area03 .columnBox .result .bar {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 20px;
  background: #eceeef;
  border-radius: 0 10px 10px 0;
}

#document.management-importance-social .area03 .columnBox .result .bar::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
  border-radius: 0 10px 10px 0;
  background-color: #83d059;
  box-shadow: 0 0 0 2px #ffffff;
}

@media (min-width: 768px) {
  #document.management-importance-social .area03 .columnBox {
    display: flex;
    gap: 0 100px;
    margin: 59px 0 0;
  }
  #document.management-importance-social .area03 .columnBox > .column {
    flex-grow: 1;
    width: 10%;
  }
  #document.management-importance-social .area03 .columnBox > .column:nth-of-type(1) .graphBox::before {
    left: 134px;
  }
  #document.management-importance-social .area03 .columnBox > .column:nth-of-type(1) .result .bar::before {
    width: 57%;
  }
  #document.management-importance-social .area03 .columnBox > .column:nth-of-type(1) .graphBox .barGraph02 td {
    width: 204px;
  }
  #document.management-importance-social .area03 .columnBox > .column:nth-of-type(2) .graphBox::before {
    left: 91px;
  }
  #document.management-importance-social .area03 .columnBox > .column:nth-of-type(2) .result .bar::before {
    width: 37%;
  }
  #document.management-importance-social .area03 .columnBox > .column:nth-of-type(2) .graphBox .barGraph02 td {
    width: 179px;
  }
  #document.management-importance-social .area03 .columnBox .result {
    margin: 38px 20px 0;
  }
  #document.management-importance-social .area03 .columnBox .result ul {
    gap: 0 26px;
    font-size: 0.9375rem;
  }
  #document.management-importance-social .area03 .columnBox .result ul > li .val {
    margin-top: 8px;
    font-size: 1.5rem;
  }
  #document.management-importance-social .area03 .columnBox .result ul > li .val .unit {
    margin-left: 2px;
    font-size: 0.875rem;
  }
  #document.management-importance-social .area03 .columnBox .result ul > li.important .val {
    margin-top: -4px;
    font-size: 2.25rem;
  }
  #document.management-importance-social .area03 .columnBox .result ul > li.important .val .unit {
    font-size: 1.25rem;
  }
  #document.management-importance-social .area03 .columnBox + .note {
    margin: 26px 0 69px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-social .area03 .columnBox {
    margin: 42px 0 0;
  }
  #document.management-importance-social .area03 .columnBox > .column:nth-of-type(1) .graphBox::before {
    left: 96px;
  }
  #document.management-importance-social .area03 .columnBox > .column:nth-of-type(1) .result .bar::before {
    width: 56%;
  }
  #document.management-importance-social .area03 .columnBox > .column:nth-of-type(2) {
    margin-top: 57px;
  }
  #document.management-importance-social .area03 .columnBox > .column:nth-of-type(2) .graphBox::before {
    left: 60px;
  }
  #document.management-importance-social .area03 .columnBox > .column:nth-of-type(2) .result .bar::before {
    width: 29%;
  }
  #document.management-importance-social .area03 .columnBox .result {
    margin: 32px 24px 0;
  }
  #document.management-importance-social .area03 .columnBox .result ul {
    gap: 0 27px;
    font-size: 0.75rem;
    line-height: 1.25;
  }
  #document.management-importance-social .area03 .columnBox .result ul > li .val {
    margin-top: 14px;
    font-size: 1.25rem;
  }
  #document.management-importance-social .area03 .columnBox .result ul > li .val .unit {
    margin-left: 2px;
    font-size: 0.625rem;
  }
  #document.management-importance-social .area03 .columnBox .result ul > li.important .val {
    margin-top: 2px;
    font-size: 1.875rem;
  }
  #document.management-importance-social .area03 .columnBox .result ul > li.important .val .unit {
    font-size: 0.875rem;
  }
  #document.management-importance-social .area03 .columnBox .result .bar {
    margin: 3px 0 0;
  }
  #document.management-importance-social .area03 .columnBox + .note {
    margin: 19px 0 49px;
  }
}

#document.management-importance-social .area03 .headingBox {
  position: relative;
  border: 1px solid #dee1e3;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
}

#document.management-importance-social .area03 .headingBox::before {
  position: absolute;
  left: 50%;
  content: "";
  z-index: 1;
  background: #ffffff;
  transform: translateX(-50%) rotate(45deg) skew(20deg, 20deg);
  box-shadow: 1px 1px 0 0 #dee1e3;
}

#document.management-importance-social .area03 .headingBox > .heading {
  position: relative;
  margin: 0;
}

#document.management-importance-social .area03 .headingBox > .heading::before {
  position: absolute;
  left: 50%;
  display: block;
  content: "";
  background: no-repeat 0 0 / cover;
  transform: translateX(-50%);
}

#document.management-importance-social .area03 .headingBox .text .note {
  color: inherit;
}

@media (min-width: 768px) {
  #document.management-importance-social .area03 .headingBox {
    padding: 0 0 24px;
  }
  #document.management-importance-social .area03 .headingBox::before {
    bottom: -10px;
    width: 22px;
    height: 22px;
  }
  #document.management-importance-social .area03 .headingBox > .heading {
    padding: 34px 0 0;
    font-size: 1.25rem;
  }
  #document.management-importance-social .area03 .headingBox > .heading::before {
    width: 56px;
    height: 50px;
    top: -26px;
  }
  #document.management-importance-social .area03 .headingBox .text {
    margin: 10px 0 0;
    font-size: 1rem;
    line-height: 1.5;
  }
  #document.management-importance-social .area03 .headingBox .text .note {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-social .area03 .headingBox {
    padding: 0 0 20px;
  }
  #document.management-importance-social .area03 .headingBox::before {
    bottom: -5px;
    width: 11px;
    height: 11px;
  }
  #document.management-importance-social .area03 .headingBox > .heading {
    padding: 28px 0 0;
    font-size: 1rem;
  }
  #document.management-importance-social .area03 .headingBox > .heading::before {
    width: 40px;
    height: 36px;
    top: -19px;
  }
  #document.management-importance-social .area03 .headingBox .text {
    margin: 12px 0 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  #document.management-importance-social .area03 .headingBox .text .note {
    font-size: 0.625rem;
  }
}

#document.management-importance-social .area03 .graphBox {
  position: relative;
  border: 1px solid #83d059;
  background: rgba(131, 208, 89, 0.03);
}

#document.management-importance-social .area03 .graphBox::before {
  position: absolute;
  display: block;
  border: solid #ffffff;
  border-width: 2px 2px 0 2px;
  width: 1px;
  background: #83d059;
  content: "";
  z-index: 10;
}

#document.management-importance-social .area03 .graphBox .legend {
  position: absolute;
  right: 0;
  color: #606e79;
}

#document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 {
  width: 100%;
}

@media (min-width: 768px) {
  #document.management-importance-social .area03 .graphBox {
    margin: 40px 0 0;
    padding: 38px 0 30px 45px;
  }
  #document.management-importance-social .area03 .graphBox::before {
    top: -53px;
    height: 50px;
  }
  #document.management-importance-social .area03 .graphBox .legend {
    top: -24px;
    font-size: 0.75rem;
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 th,
  #document.management-importance-social .area03 .graphBox .barGraph02 td {
    padding: 4px 0;
    height: 38px;
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 th {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="0"]::after {
    width: calc(0 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="1"]::after {
    width: calc(1 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="2"]::after {
    width: calc(2 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="3"]::after {
    width: calc(3 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="4"]::after {
    width: calc(4 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="5"]::after {
    width: calc(5 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="6"]::after {
    width: calc(6 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="7"]::after {
    width: calc(7 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="8"]::after {
    width: calc(8 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="9"]::after {
    width: calc(9 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="10"]::after {
    width: calc(10 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="11"]::after {
    width: calc(11 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="12"]::after {
    width: calc(12 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="13"]::after {
    width: calc(13 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="14"]::after {
    width: calc(14 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="15"]::after {
    width: calc(15 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="16"]::after {
    width: calc(16 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="17"]::after {
    width: calc(17 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="18"]::after {
    width: calc(18 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="19"]::after {
    width: calc(19 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="20"]::after {
    width: calc(20 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="21"]::after {
    width: calc(21 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="22"]::after {
    width: calc(22 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="23"]::after {
    width: calc(23 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="24"]::after {
    width: calc(24 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="25"]::after {
    width: calc(25 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="26"]::after {
    width: calc(26 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="27"]::after {
    width: calc(27 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="28"]::after {
    width: calc(28 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="29"]::after {
    width: calc(29 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="30"]::after {
    width: calc(30 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="31"]::after {
    width: calc(31 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="32"]::after {
    width: calc(32 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="33"]::after {
    width: calc(33 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="34"]::after {
    width: calc(34 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="35"]::after {
    width: calc(35 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="36"]::after {
    width: calc(36 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="37"]::after {
    width: calc(37 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="38"]::after {
    width: calc(38 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="39"]::after {
    width: calc(39 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="40"]::after {
    width: calc(40 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="41"]::after {
    width: calc(41 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="42"]::after {
    width: calc(42 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="43"]::after {
    width: calc(43 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="44"]::after {
    width: calc(44 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="45"]::after {
    width: calc(45 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="46"]::after {
    width: calc(46 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="47"]::after {
    width: calc(47 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="48"]::after {
    width: calc(48 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="49"]::after {
    width: calc(49 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="50"]::after {
    width: calc(50 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="51"]::after {
    width: calc(51 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="52"]::after {
    width: calc(52 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="53"]::after {
    width: calc(53 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="54"]::after {
    width: calc(54 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="55"]::after {
    width: calc(55 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="56"]::after {
    width: calc(56 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="57"]::after {
    width: calc(57 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="58"]::after {
    width: calc(58 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="59"]::after {
    width: calc(59 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="60"]::after {
    width: calc(60 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="61"]::after {
    width: calc(61 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="62"]::after {
    width: calc(62 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="63"]::after {
    width: calc(63 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="64"]::after {
    width: calc(64 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="65"]::after {
    width: calc(65 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="66"]::after {
    width: calc(66 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="67"]::after {
    width: calc(67 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="68"]::after {
    width: calc(68 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="69"]::after {
    width: calc(69 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="70"]::after {
    width: calc(70 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="71"]::after {
    width: calc(71 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="72"]::after {
    width: calc(72 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="73"]::after {
    width: calc(73 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="74"]::after {
    width: calc(74 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="75"]::after {
    width: calc(75 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="76"]::after {
    width: calc(76 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="77"]::after {
    width: calc(77 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="78"]::after {
    width: calc(78 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="79"]::after {
    width: calc(79 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="80"]::after {
    width: calc(80 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="81"]::after {
    width: calc(81 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="82"]::after {
    width: calc(82 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="83"]::after {
    width: calc(83 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="84"]::after {
    width: calc(84 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="85"]::after {
    width: calc(85 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="86"]::after {
    width: calc(86 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="87"]::after {
    width: calc(87 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="88"]::after {
    width: calc(88 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="89"]::after {
    width: calc(89 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="90"]::after {
    width: calc(90 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="91"]::after {
    width: calc(91 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="92"]::after {
    width: calc(92 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="93"]::after {
    width: calc(93 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="94"]::after {
    width: calc(94 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="95"]::after {
    width: calc(95 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="96"]::after {
    width: calc(96 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="97"]::after {
    width: calc(97 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="98"]::after {
    width: calc(98 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="99"]::after {
    width: calc(99 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph[data-graph-val="100"]::after {
    width: calc(100 * 1.526px);
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .val {
    font-size: 1.25rem;
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph::before {
    left: 52px;
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 td .graph::after {
    margin-left: 10px;
  }
  #document.management-importance-social .area03 .graphBox .barGraph02 .important .val {
    font-size: 1.5rem;
    margin-left: -6px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-social .area03 .graphBox {
    margin: 36px 0 0;
    padding: 22px 0 21px 29px;
  }
  #document.management-importance-social .area03 .graphBox::before {
    top: -48px;
    height: 45px;
  }
  #document.management-importance-social .area03 .graphBox .legend {
    top: -24px;
    font-size: 0.625rem;
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 th,
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td {
    padding: 3px 0;
    height: 33px;
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 th {
    font-size: 0.75rem;
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td {
    width: 122px;
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="0"]::after {
    width: calc(0 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="1"]::after {
    width: calc(1 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="2"]::after {
    width: calc(2 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="3"]::after {
    width: calc(3 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="4"]::after {
    width: calc(4 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="5"]::after {
    width: calc(5 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="6"]::after {
    width: calc(6 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="7"]::after {
    width: calc(7 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="8"]::after {
    width: calc(8 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="9"]::after {
    width: calc(9 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="10"]::after {
    width: calc(10 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="11"]::after {
    width: calc(11 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="12"]::after {
    width: calc(12 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="13"]::after {
    width: calc(13 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="14"]::after {
    width: calc(14 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="15"]::after {
    width: calc(15 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="16"]::after {
    width: calc(16 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="17"]::after {
    width: calc(17 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="18"]::after {
    width: calc(18 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="19"]::after {
    width: calc(19 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="20"]::after {
    width: calc(20 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="21"]::after {
    width: calc(21 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="22"]::after {
    width: calc(22 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="23"]::after {
    width: calc(23 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="24"]::after {
    width: calc(24 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="25"]::after {
    width: calc(25 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="26"]::after {
    width: calc(26 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="27"]::after {
    width: calc(27 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="28"]::after {
    width: calc(28 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="29"]::after {
    width: calc(29 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="30"]::after {
    width: calc(30 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="31"]::after {
    width: calc(31 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="32"]::after {
    width: calc(32 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="33"]::after {
    width: calc(33 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="34"]::after {
    width: calc(34 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="35"]::after {
    width: calc(35 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="36"]::after {
    width: calc(36 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="37"]::after {
    width: calc(37 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="38"]::after {
    width: calc(38 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="39"]::after {
    width: calc(39 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="40"]::after {
    width: calc(40 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="41"]::after {
    width: calc(41 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="42"]::after {
    width: calc(42 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="43"]::after {
    width: calc(43 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="44"]::after {
    width: calc(44 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="45"]::after {
    width: calc(45 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="46"]::after {
    width: calc(46 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="47"]::after {
    width: calc(47 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="48"]::after {
    width: calc(48 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="49"]::after {
    width: calc(49 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="50"]::after {
    width: calc(50 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="51"]::after {
    width: calc(51 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="52"]::after {
    width: calc(52 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="53"]::after {
    width: calc(53 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="54"]::after {
    width: calc(54 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="55"]::after {
    width: calc(55 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="56"]::after {
    width: calc(56 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="57"]::after {
    width: calc(57 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="58"]::after {
    width: calc(58 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="59"]::after {
    width: calc(59 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="60"]::after {
    width: calc(60 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="61"]::after {
    width: calc(61 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="62"]::after {
    width: calc(62 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="63"]::after {
    width: calc(63 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="64"]::after {
    width: calc(64 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="65"]::after {
    width: calc(65 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="66"]::after {
    width: calc(66 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="67"]::after {
    width: calc(67 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="68"]::after {
    width: calc(68 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="69"]::after {
    width: calc(69 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="70"]::after {
    width: calc(70 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="71"]::after {
    width: calc(71 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="72"]::after {
    width: calc(72 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="73"]::after {
    width: calc(73 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="74"]::after {
    width: calc(74 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="75"]::after {
    width: calc(75 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="76"]::after {
    width: calc(76 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="77"]::after {
    width: calc(77 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="78"]::after {
    width: calc(78 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="79"]::after {
    width: calc(79 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="80"]::after {
    width: calc(80 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="81"]::after {
    width: calc(81 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="82"]::after {
    width: calc(82 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="83"]::after {
    width: calc(83 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="84"]::after {
    width: calc(84 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="85"]::after {
    width: calc(85 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="86"]::after {
    width: calc(86 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="87"]::after {
    width: calc(87 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="88"]::after {
    width: calc(88 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="89"]::after {
    width: calc(89 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="90"]::after {
    width: calc(90 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="91"]::after {
    width: calc(91 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="92"]::after {
    width: calc(92 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="93"]::after {
    width: calc(93 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="94"]::after {
    width: calc(94 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="95"]::after {
    width: calc(95 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="96"]::after {
    width: calc(96 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="97"]::after {
    width: calc(97 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="98"]::after {
    width: calc(98 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="99"]::after {
    width: calc(99 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph[data-graph-val="100"]::after {
    width: calc(100 * 0.736px);
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .val {
    font-size: 1.25rem;
    text-align: right;
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph::before {
    left: 46px;
  }
  #document.management-importance-social .area03 .graphBox .m_barGraph.barGraph02 td .graph::after {
    margin-left: 7px;
  }
}

@media (min-width: 768px) {
  #document.management-importance-social .area03 .textHeading[class*="_small"] {
    margin-top: 46px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-social .area03 .textHeading[class*="_small"] {
    margin-top: 27px;
  }
}

#document.management-importance-social .area03 .columnBox02 > .column {
  position: relative;
}

#document.management-importance-social .area03 .columnBox02 .result {
  position: absolute;
  margin: 0;
}

#document.management-importance-social .area03 .columnBox02 .result > li {
  white-space: nowrap;
}

#document.management-importance-social .area03 .columnBox02 .result > li .val {
  display: block;
  color: #abb7c1;
  font-weight: 700;
  font-family: Inter, sans-serif;
}

#document.management-importance-social .area03 .columnBox02 .result > li.important {
  font-weight: 700;
}

#document.management-importance-social .area03 .columnBox02 .result > li.important .val {
  color: #83d059;
}

#document.management-importance-social .area03 .columnBox02 .result > li.important {
  position: absolute;
}

#document.management-importance-social .area03 .columnBox02 .table {
  text-align: center;
  table-layout: fixed;
  width: 100%;
}

#document.management-importance-social .area03 .columnBox02 .table thead th {
  background: rgba(131, 208, 89, 0.15);
}

#document.management-importance-social .area03 .columnBox02 .table thead th:nth-of-type(n+2) {
  border-left: 1px solid #dee1e3;
}

#document.management-importance-social .area03 .columnBox02 .table tbody th {
  font-weight: 500;
  border-bottom: 1px solid #dee1e3;
}

#document.management-importance-social .area03 .columnBox02 .table tbody td {
  border: solid #dee1e3;
  border-width: 0 0 1px 1px;
}

#document.management-importance-social .area03 .columnBox02 .table tfoot th,
#document.management-importance-social .area03 .columnBox02 .table tfoot td {
  border-top: 2px solid #abb7c1;
  font-weight: 700;
}

#document.management-importance-social .area03 .columnBox02 .table + .note {
  font-size: 0.75rem;
  text-align: right;
}

@media (min-width: 768px) {
  #document.management-importance-social .area03 .columnBox02 {
    display: flex;
    justify-content: flex-end;
    gap: 0 50px;
    margin: 34px 100px 0;
  }
  #document.management-importance-social .area03 .columnBox02 > .column:nth-of-type(1) {
    flex-grow: 1;
  }
  #document.management-importance-social .area03 .columnBox02 > .column:nth-of-type(2) {
    flex-basis: 344px;
    flex-shrink: 0;
  }
  #document.management-importance-social .area03 .columnBox02 .result {
    top: 56px;
    left: 294px;
  }
  #document.management-importance-social .area03 .columnBox02 .result > li {
    font-size: 1rem;
  }
  #document.management-importance-social .area03 .columnBox02 .result > li .val {
    margin-top: -2px;
    font-size: 1.5rem;
  }
  #document.management-importance-social .area03 .columnBox02 .result > li .val .unit {
    font-size: 0.875rem;
  }
  #document.management-importance-social .area03 .columnBox02 .result > li:nth-of-type(3) {
    margin-top: 6px;
  }
  #document.management-importance-social .area03 .columnBox02 .result > li.important {
    left: -294px;
    top: 32px;
  }
  #document.management-importance-social .area03 .columnBox02 .table th, #document.management-importance-social .area03 .columnBox02 .table td {
    height: 38px;
    font-size: 1rem;
  }
  #document.management-importance-social .area03 .columnBox02 .table tfoot th,
  #document.management-importance-social .area03 .columnBox02 .table tfoot td {
    height: 50px;
    font-size: 1.25rem;
  }
  #document.management-importance-social .area03 .columnBox02 .table + .note {
    margin: 2px 0 0;
  }
  #document.management-importance-social .area03 .columnBox02 + .note {
    margin: 22px 100px 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-social .area03 .columnBox02 {
    margin: 27px 0 0;
  }
  #document.management-importance-social .area03 .columnBox02 > .column:nth-of-type(2) {
    margin-top: 31px;
  }
  #document.management-importance-social .area03 .columnBox02 .result {
    top: 13px;
    left: calc(50% + 69px);
    margin: 0;
    font-size: 0.75rem;
  }
  #document.management-importance-social .area03 .columnBox02 .result > li .val {
    margin-top: -2px;
    font-size: 1.25rem;
  }
  #document.management-importance-social .area03 .columnBox02 .result > li .val .unit {
    font-size: 0.625rem;
  }
  #document.management-importance-social .area03 .columnBox02 .result > li:nth-of-type(3) {
    margin-top: 4px;
  }
  #document.management-importance-social .area03 .columnBox02 .result > li.important {
    left: -205px;
    top: 23px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  #document.management-importance-social .area03 .columnBox02 .table th, #document.management-importance-social .area03 .columnBox02 .table td {
    height: 38px;
    font-size: 0.875rem;
  }
  #document.management-importance-social .area03 .columnBox02 .table tfoot th,
  #document.management-importance-social .area03 .columnBox02 .table tfoot td {
    height: 46px;
    font-size: 1rem;
  }
  #document.management-importance-social .area03 .columnBox02 .table + .note {
    margin: -2px 0 0;
  }
  #document.management-importance-social .area03 .columnBox02 + .note {
    margin: 14px 0 30px;
  }
}

@media (min-width: 768px) {
  #document.management-importance-social .area04 {
    margin: 123px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-social .area04 {
    margin: 86px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-social .area04 .borderHeading {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  #document.management-importance-social .area04 .scrollImage {
    width: 800px;
    margin: 73px auto 0;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-social .area04 .scrollImage {
    margin: 54px -30px 0 0;
  }
  #document.management-importance-social .area04 .scrollImage img {
    width: 431px;
    max-width: none;
    height: auto;
    margin-right: 30px;
  }
}

@media (min-width: 768px) {
  #document.management-importance-social .area04 .sec01 .borderHeading02 {
    margin-top: 75px;
  }
  #document.management-importance-social .area04 .sec01 .floatImgBox .image {
    margin-top: 7px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-social .area04 .sec01 .floatImgBox .inner::before {
    height: calc(100% - 114px);
  }
}

#document.management-importance-social .area04 .sec02 .text + .text {
  margin-top: -1.1em;
}

@media (min-width: 768px) {
  #document.management-importance-social .area04 .sec02 .borderHeading02 {
    margin-top: 65px;
  }
  #document.management-importance-social .area04 .sec02 .floatImgBox .image {
    margin-top: 7px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-social .area04 .sec02 .borderHeading02 {
    margin-top: 26px;
  }
  #document.management-importance-social .area04 .sec02 .floatImgBox .inner::before {
    height: calc(100% - 116px);
  }
}

@media (min-width: 768px) {
  #document.management-importance-social .area04 .sec03 .borderHeading02 {
    margin-top: 65px;
  }
  #document.management-importance-social .area04 .sec03 .floatImgBox .image {
    margin-top: 7px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-social .area04 .sec03 .borderHeading02 {
    margin-top: 46px;
  }
}

@media (min-width: 768px) {
  #document.management-importance-social #mainContents > .note {
    margin: 84px 0 136px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-social #mainContents > .note {
    margin: 79px 30px 95px;
  }
}

#document.management-importance-office .columnBox .borderHeading02 {
  margin-top: 0;
}

@media (min-width: 768px) {
  #document.management-importance-office .columnBox {
    display: flex;
    gap: 0 100px;
  }
  #document.management-importance-office .columnBox > .column {
    width: 1%;
    flex-grow: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-office .columnBox > .column:nth-of-type(n+2) {
    margin-top: 26px;
  }
}

@media (min-width: 768px) {
  #document.management-importance-office .borderBox {
    margin: 29px 0 0;
    padding: 38px 50px 40px 29px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-office .borderBox {
    margin: 31px 0 0;
    padding: 24px 28px 50px 30px;
  }
}

@media (min-width: 768px) {
  #document.management-importance-office .area01 .numberHeading {
    margin-top: 9px;
  }
  #document.management-importance-office .area01 .floatImgBox .inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 0 30px;
  }
  #document.management-importance-office .area01 .floatImgBox .inner .image {
    float: none;
    flex-shrink: 0;
    margin-left: 0;
    width: 116px;
  }
  #document.management-importance-office .area01 .floatImgBox .inner .body {
    margin-top: 7px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-office .area01 .numberHeading {
    margin-top: -11px;
  }
  #document.management-importance-office .area01 .borderBox {
    padding-bottom: 0;
  }
  #document.management-importance-office .area01 .floatImgBox .inner::before {
    height: calc(100% - 103px);
  }
  #document.management-importance-office .area01 .floatImgBox .inner::after {
    float: right;
    height: calc(100% - 85px);
    display: block;
    content: "";
  }
  #document.management-importance-office .area01 .floatImgBox .inner .image {
    width: 73px;
    margin-bottom: -15px;
  }
  #document.management-importance-office .area01 .floatImgBox .inner .body {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  #document.management-importance-office .area03 .numberHeading {
    margin: 109px 0 46px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-office .area03 .numberHeading {
    margin-top: 91px;
  }
}

@media (min-width: 768px) {
  #document.management-importance-office .area03 .floatImgBox {
    display: flex;
  }
  #document.management-importance-office .area03 .floatImgBox .image {
    position: relative;
    display: flex;
    align-items: flex-end;
    float: right;
    margin-left: 50px;
    width: 124px;
    height: 96.7%;
    shape-outside: inset(calc(100% - 160px) 0px 0px);
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-office .area03 .floatImgBox .inner::before {
    height: calc(100% - 114px);
  }
  #document.management-importance-office .area03 .floatImgBox .image {
    width: 78px;
  }
}

@media (min-width: 768px) {
  #document.management-importance-office .area04 .numberHeading {
    margin: 130px 0 46px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-office .area04 .numberHeading {
    margin: 91px 0 27px;
  }
}

@media (min-width: 768px) {
  #document.management-importance-office .note {
    margin: 85px 0 136px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-office .note {
    margin: 68px 30px 61px;
  }
}

#document.management-importance-healthLiteracy .area01 .literacyContent .title {
  display: block;
  font-weight: 700;
  text-align: center;
}

#document.management-importance-healthLiteracy .area01 .literacyContent .title .label {
  position: relative;
  display: block;
  background: #abb7c1;
  color: #ffffff;
}

#document.management-importance-healthLiteracy .area01 .literacyContent .title .label::before {
  position: absolute;
  left: 50%;
  content: "";
  display: inline-block;
  border: solid #abb7c1;
  border-color: #abb7c1 transparent transparent;
  border-width: 12px 5px 0;
  width: 0;
  line-height: 1;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  #document.management-importance-healthLiteracy .area01 .literacyContent {
    display: flex;
    gap: 0 50px;
    margin: 4px 0 0;
  }
  #document.management-importance-healthLiteracy .area01 .literacyContent .title {
    font-size: 1.25rem;
  }
  #document.management-importance-healthLiteracy .area01 .literacyContent .title .label {
    margin: 0 0 23px;
    padding: 11px 0 12px;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
  #document.management-importance-healthLiteracy .area01 .literacyContent .title .label::before {
    bottom: -12px;
  }
  #document.management-importance-healthLiteracy .area01 .literacyContent .text {
    margin: 18px 0 0;
    font-size: 1rem;
  }
  #document.management-importance-healthLiteracy .area01 .literacyContent > li {
    width: 1%;
    flex-grow: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-healthLiteracy .area01 .literacyContent {
    margin: -6px 0 0;
  }
  #document.management-importance-healthLiteracy .area01 .literacyContent .title {
    font-size: 1rem;
  }
  #document.management-importance-healthLiteracy .area01 .literacyContent .title .label {
    margin: 0 0 23px;
    padding: 11px 0 12px;
    font-size: 0.8125rem;
    line-height: 1.38462;
  }
  #document.management-importance-healthLiteracy .area01 .literacyContent .title .label::before {
    bottom: -11px;
  }
  #document.management-importance-healthLiteracy .area01 .literacyContent .text {
    margin: 10px 0 0;
    font-size: 0.875rem;
  }
  #document.management-importance-healthLiteracy .area01 .literacyContent > li:nth-of-type(n+2) {
    margin-top: 31px;
  }
}

@media (min-width: 768px) {
  #document.management-importance-healthLiteracy .area01 .borderBox {
    margin: 48px 0 0;
    padding: 39px 50px 40px 60px;
  }
  #document.management-importance-healthLiteracy .area01 .borderBox .floatImgBox .inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  #document.management-importance-healthLiteracy .area01 .borderBox .floatImgBox .inner .body {
    margin: 7px 0 0;
  }
  #document.management-importance-healthLiteracy .area01 .borderBox .floatImgBox .inner .image {
    flex-shrink: 0;
    width: 116px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-healthLiteracy .area01 .borderBox {
    margin: 31px 0 0;
    padding: 23px 28px 0 30px;
  }
  #document.management-importance-healthLiteracy .area01 .borderBox .floatImgBox .inner::before {
    height: calc(100% - 103px);
  }
  #document.management-importance-healthLiteracy .area01 .borderBox .floatImgBox .inner::after {
    overflow: hidden;
    clear: both;
    display: block;
    content: "";
  }
  #document.management-importance-healthLiteracy .area01 .borderBox .floatImgBox .inner .body {
    margin-bottom: 20px;
  }
  #document.management-importance-healthLiteracy .area01 .borderBox .floatImgBox .inner .image {
    width: 73px;
    margin-bottom: -15px;
  }
}

@media (min-width: 768px) {
  #document.management-importance-healthLiteracy .area02 {
    margin: 134px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-healthLiteracy .area02 {
    margin: 96px 0 0;
  }
}

@media (min-width: 768px) {
  #document.management-importance-healthLiteracy .area02 .textHeading {
    margin: 0 0 44px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-healthLiteracy .area02 .textHeading {
    margin: 0 0 29px;
  }
}

#document.management-importance-healthLiteracy .area02 .borderHeading.type01 > span::before {
  display: inline-block;
  content: "";
  background: url(/woman_healthcare_project/images/management/importance/mod_img_illust.svg) no-repeat 0 0/cover;
  vertical-align: -17px;
}

@media (min-width: 768px) {
  #document.management-importance-healthLiteracy .area02 .borderHeading.type01 {
    margin-top: 34px;
  }
  #document.management-importance-healthLiteracy .area02 .borderHeading.type01 > span::before {
    width: 56px;
    height: 50px;
    margin-right: 10px;
    vertical-align: -17px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-healthLiteracy .area02 .borderHeading.type01 {
    gap: 0 10px;
    margin-top: 52px;
  }
  #document.management-importance-healthLiteracy .area02 .borderHeading.type01::before, #document.management-importance-healthLiteracy .area02 .borderHeading.type01::after {
    content: "";
  }
  #document.management-importance-healthLiteracy .area02 .borderHeading.type01 > span::before {
    width: 40px;
    height: 36px;
    margin-right: 5px;
    vertical-align: -13px;
  }
}

#document.management-importance-healthLiteracy .area02 .borderHeading.type02 > span::after {
  display: inline-block;
  content: "";
  background: url(/woman_healthcare_project/images/management/importance/mod_img_illust_02.svg) no-repeat 0 0/cover;
  vertical-align: -17px;
}

@media (min-width: 768px) {
  #document.management-importance-healthLiteracy .area02 .borderHeading.type02 {
    margin-top: 88px;
  }
  #document.management-importance-healthLiteracy .area02 .borderHeading.type02 > span::after {
    width: 56px;
    height: 50px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-healthLiteracy .area02 .borderHeading.type02 {
    gap: 0 10px;
    margin: 71px 0 27px;
  }
  #document.management-importance-healthLiteracy .area02 .borderHeading.type02::before, #document.management-importance-healthLiteracy .area02 .borderHeading.type02::after {
    content: "";
  }
  #document.management-importance-healthLiteracy .area02 .borderHeading.type02 > span::after {
    width: 40px;
    height: 36px;
    margin-left: 5px;
    vertical-align: -13px;
  }
}

#document.management-importance-healthLiteracy .area02 .questionHeading {
  position: relative;
}

#document.management-importance-healthLiteracy .area02 .questionHeading .mark {
  position: absolute;
  left: 0;
  color: #83d059;
  font-family: Inter, sans-serif;
}

#document.management-importance-healthLiteracy .area02 .questionHeading .note {
  display: inline-block;
  color: inherit;
}

@media (min-width: 768px) {
  #document.management-importance-healthLiteracy .area02 .questionHeading {
    margin: 39px 0 0 0;
    padding-left: 31px;
  }
  #document.management-importance-healthLiteracy .area02 .questionHeading .mark {
    top: -2px;
    font-size: 1.25rem;
  }
  #document.management-importance-healthLiteracy .area02 .questionHeading .note {
    margin-right: -15px;
    font-size: 0.75rem;
  }
  #document.management-importance-healthLiteracy .area02 .questionHeading.type01 {
    margin-right: -5px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-healthLiteracy .area02 .questionHeading {
    margin: 0;
    padding-left: 24px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  #document.management-importance-healthLiteracy .area02 .questionHeading .mark {
    top: -4px;
    font-size: 1.125rem;
  }
  #document.management-importance-healthLiteracy .area02 .questionHeading .note {
    margin-right: -15px;
    font-size: 0.625rem;
  }
}

#document.management-importance-healthLiteracy .area02 .columnBox .graphWrap {
  display: flex;
}

#document.management-importance-healthLiteracy .area02 .columnBox .result .val {
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
  color: #abb7c1;
  font-family: Inter, sans-serif;
}

#document.management-importance-healthLiteracy .area02 .columnBox .result .important {
  font-weight: 700;
}

#document.management-importance-healthLiteracy .area02 .columnBox .result .important .val {
  color: #83d059;
}

#document.management-importance-healthLiteracy .area02 .columnBox .m_graph .legend {
  color: #606e79;
  text-align: right;
  font-size: 0.75rem;
}

#document.management-importance-healthLiteracy .area02 .columnBox .image img {
  max-width: 100%;
  height: auto;
}

#document.management-importance-healthLiteracy .area02 .columnBox .graphBox {
  position: relative;
  border: 1px solid #83d059;
  background: rgba(131, 208, 89, 0.03);
  z-index: 10;
}

#document.management-importance-healthLiteracy .area02 .columnBox .graphBox::before {
  position: absolute;
  content: "";
  border: 2px solid #ffffff;
  background: #83d059;
}

#document.management-importance-healthLiteracy .area02 .columnBox .graphBox .legend {
  position: absolute;
  bottom: -27px;
  right: -2px;
  color: #606e79;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  #document.management-importance-healthLiteracy .area02 .columnBox {
    display: flex;
    gap: 0 100px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphWrap {
    margin: 35px 0 0;
    padding-left: 31px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .result {
    margin: 41px 0 0 3px;
    font-size: 1rem;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .result .val {
    margin-top: -3px;
    font-size: 1.5rem;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .result .val .unit {
    font-size: 0.875rem;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .result .important .val {
    font-size: 2.25rem;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .result .important .val .unit {
    font-size: 1.25rem;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .result > li:nth-of-type(2) {
    margin-top: 5px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .m_graph {
    margin: 0 0 0 -16px;
    width: 240px;
    height: 240px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .m_graph .val01[data-graph-val] {
    stroke-width: 120px;
    stroke-dasharray: 154.488, 266.9;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .m_graph .val02 {
    stroke-width: 85px;
    stroke-dasharray: 266.9, 266.9;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .m_graph .val {
    height: 120px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .m_graph .line::before {
    width: 50px;
    height: 50px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .m_graph[class*="_flipped"] .val01[data-graph-val] {
    transform: rotate(calc(360deg * (41 / 100 * -1)));
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .m_graph .legend {
    margin-top: -18px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .image {
    margin: 49px 0 0 104px;
    width: 243px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox {
    margin: 25px 0 0;
    padding: 34px 0 38px 44px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox::before {
    left: -167px;
    top: 117px;
    width: 160px;
    height: 1px;
    border-right: none;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 {
    width: 100%;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 th {
    padding: 7px 0;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td {
    padding: 0 0 0 10px;
    width: 136px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="0"]::after {
    width: calc(0 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="1"]::after {
    width: calc(1 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="2"]::after {
    width: calc(2 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="3"]::after {
    width: calc(3 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="4"]::after {
    width: calc(4 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="5"]::after {
    width: calc(5 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="6"]::after {
    width: calc(6 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="7"]::after {
    width: calc(7 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="8"]::after {
    width: calc(8 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="9"]::after {
    width: calc(9 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="10"]::after {
    width: calc(10 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="11"]::after {
    width: calc(11 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="12"]::after {
    width: calc(12 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="13"]::after {
    width: calc(13 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="14"]::after {
    width: calc(14 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="15"]::after {
    width: calc(15 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="16"]::after {
    width: calc(16 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="17"]::after {
    width: calc(17 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="18"]::after {
    width: calc(18 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="19"]::after {
    width: calc(19 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="20"]::after {
    width: calc(20 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="21"]::after {
    width: calc(21 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="22"]::after {
    width: calc(22 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="23"]::after {
    width: calc(23 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="24"]::after {
    width: calc(24 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="25"]::after {
    width: calc(25 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="26"]::after {
    width: calc(26 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="27"]::after {
    width: calc(27 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="28"]::after {
    width: calc(28 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="29"]::after {
    width: calc(29 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="30"]::after {
    width: calc(30 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="31"]::after {
    width: calc(31 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="32"]::after {
    width: calc(32 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="33"]::after {
    width: calc(33 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="34"]::after {
    width: calc(34 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="35"]::after {
    width: calc(35 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="36"]::after {
    width: calc(36 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="37"]::after {
    width: calc(37 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="38"]::after {
    width: calc(38 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="39"]::after {
    width: calc(39 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="40"]::after {
    width: calc(40 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="41"]::after {
    width: calc(41 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="42"]::after {
    width: calc(42 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="43"]::after {
    width: calc(43 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="44"]::after {
    width: calc(44 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="45"]::after {
    width: calc(45 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="46"]::after {
    width: calc(46 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="47"]::after {
    width: calc(47 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="48"]::after {
    width: calc(48 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="49"]::after {
    width: calc(49 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="50"]::after {
    width: calc(50 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="51"]::after {
    width: calc(51 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="52"]::after {
    width: calc(52 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="53"]::after {
    width: calc(53 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="54"]::after {
    width: calc(54 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="55"]::after {
    width: calc(55 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="56"]::after {
    width: calc(56 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="57"]::after {
    width: calc(57 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="58"]::after {
    width: calc(58 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="59"]::after {
    width: calc(59 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="60"]::after {
    width: calc(60 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="61"]::after {
    width: calc(61 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="62"]::after {
    width: calc(62 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="63"]::after {
    width: calc(63 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="64"]::after {
    width: calc(64 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="65"]::after {
    width: calc(65 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="66"]::after {
    width: calc(66 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="67"]::after {
    width: calc(67 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="68"]::after {
    width: calc(68 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="69"]::after {
    width: calc(69 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="70"]::after {
    width: calc(70 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="71"]::after {
    width: calc(71 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="72"]::after {
    width: calc(72 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="73"]::after {
    width: calc(73 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="74"]::after {
    width: calc(74 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="75"]::after {
    width: calc(75 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="76"]::after {
    width: calc(76 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="77"]::after {
    width: calc(77 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="78"]::after {
    width: calc(78 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="79"]::after {
    width: calc(79 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="80"]::after {
    width: calc(80 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="81"]::after {
    width: calc(81 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="82"]::after {
    width: calc(82 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="83"]::after {
    width: calc(83 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="84"]::after {
    width: calc(84 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="85"]::after {
    width: calc(85 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="86"]::after {
    width: calc(86 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="87"]::after {
    width: calc(87 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="88"]::after {
    width: calc(88 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="89"]::after {
    width: calc(89 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="90"]::after {
    width: calc(90 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="91"]::after {
    width: calc(91 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="92"]::after {
    width: calc(92 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="93"]::after {
    width: calc(93 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="94"]::after {
    width: calc(94 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="95"]::after {
    width: calc(95 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="96"]::after {
    width: calc(96 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="97"]::after {
    width: calc(97 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="98"]::after {
    width: calc(98 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="99"]::after {
    width: calc(99 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="100"]::after {
    width: calc(100 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 .graph::before {
    left: 62px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 .graph::after {
    margin-left: 10px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 .graph .val {
    font-size: 1.25rem;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 .important td {
    padding: 0 0 0 4px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 .important td .graph .val {
    font-size: 1.5rem;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox > .column:nth-of-type(1) {
    width: 450px;
    flex-shrink: 0;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox + .text {
    margin: 73px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-healthLiteracy .area02 .columnBox {
    margin: 27px 0 0;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphWrap {
    position: relative;
    margin: 26px 0 0;
    padding-left: 24px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .m_graph {
    margin: 0;
    width: 150px;
    height: 150px;
    transform: translateX(-2px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .m_graph .val01[data-graph-val] {
    stroke-width: 75px;
    stroke-dasharray: 96.555, 175.84;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .m_graph .val02 {
    stroke-width: 56px;
    stroke-dasharray: 175.84, 175.84;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .m_graph .val {
    height: 75px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .m_graph .line::before {
    width: 32px;
    height: 32px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .m_graph[class*="_flipped"] .val01[data-graph-val] {
    transform: rotate(calc(360deg * (41 / 100 * -1)));
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .m_graph .legend {
    position: absolute;
    top: -15px;
    right: -2px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .result {
    margin: 15px 0 0 0;
    font-size: 0.75rem;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .result .val {
    margin-top: -3px;
    font-size: 1.25rem;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .result .val .unit {
    font-size: 0.625rem;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .result .important {
    font-size: 0.8125rem;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .result .important .val {
    font-size: 1.875rem;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .result .important .val .unit {
    font-size: 0.875rem;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .result > li:nth-of-type(2) {
    margin-top: 3px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .image {
    display: none;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox {
    margin: 25px 0 0;
    padding: 22px 0 21px 29px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox::before {
    left: 276px;
    top: -183px;
    width: 1px;
    height: 180px;
    border-bottom: none;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 {
    width: 100%;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 th {
    padding: 6px 0;
    font-size: 0.75rem;
    line-height: 1.25;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td {
    padding: 0 0 0 12px;
    width: 115px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="0"]::after {
    width: calc(0 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="1"]::after {
    width: calc(1 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="2"]::after {
    width: calc(2 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="3"]::after {
    width: calc(3 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="4"]::after {
    width: calc(4 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="5"]::after {
    width: calc(5 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="6"]::after {
    width: calc(6 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="7"]::after {
    width: calc(7 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="8"]::after {
    width: calc(8 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="9"]::after {
    width: calc(9 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="10"]::after {
    width: calc(10 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="11"]::after {
    width: calc(11 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="12"]::after {
    width: calc(12 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="13"]::after {
    width: calc(13 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="14"]::after {
    width: calc(14 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="15"]::after {
    width: calc(15 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="16"]::after {
    width: calc(16 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="17"]::after {
    width: calc(17 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="18"]::after {
    width: calc(18 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="19"]::after {
    width: calc(19 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="20"]::after {
    width: calc(20 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="21"]::after {
    width: calc(21 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="22"]::after {
    width: calc(22 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="23"]::after {
    width: calc(23 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="24"]::after {
    width: calc(24 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="25"]::after {
    width: calc(25 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="26"]::after {
    width: calc(26 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="27"]::after {
    width: calc(27 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="28"]::after {
    width: calc(28 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="29"]::after {
    width: calc(29 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="30"]::after {
    width: calc(30 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="31"]::after {
    width: calc(31 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="32"]::after {
    width: calc(32 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="33"]::after {
    width: calc(33 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="34"]::after {
    width: calc(34 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="35"]::after {
    width: calc(35 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="36"]::after {
    width: calc(36 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="37"]::after {
    width: calc(37 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="38"]::after {
    width: calc(38 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="39"]::after {
    width: calc(39 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="40"]::after {
    width: calc(40 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="41"]::after {
    width: calc(41 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="42"]::after {
    width: calc(42 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="43"]::after {
    width: calc(43 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="44"]::after {
    width: calc(44 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="45"]::after {
    width: calc(45 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="46"]::after {
    width: calc(46 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="47"]::after {
    width: calc(47 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="48"]::after {
    width: calc(48 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="49"]::after {
    width: calc(49 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="50"]::after {
    width: calc(50 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="51"]::after {
    width: calc(51 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="52"]::after {
    width: calc(52 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="53"]::after {
    width: calc(53 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="54"]::after {
    width: calc(54 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="55"]::after {
    width: calc(55 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="56"]::after {
    width: calc(56 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="57"]::after {
    width: calc(57 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="58"]::after {
    width: calc(58 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="59"]::after {
    width: calc(59 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="60"]::after {
    width: calc(60 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="61"]::after {
    width: calc(61 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="62"]::after {
    width: calc(62 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="63"]::after {
    width: calc(63 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="64"]::after {
    width: calc(64 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="65"]::after {
    width: calc(65 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="66"]::after {
    width: calc(66 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="67"]::after {
    width: calc(67 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="68"]::after {
    width: calc(68 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="69"]::after {
    width: calc(69 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="70"]::after {
    width: calc(70 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="71"]::after {
    width: calc(71 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="72"]::after {
    width: calc(72 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="73"]::after {
    width: calc(73 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="74"]::after {
    width: calc(74 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="75"]::after {
    width: calc(75 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="76"]::after {
    width: calc(76 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="77"]::after {
    width: calc(77 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="78"]::after {
    width: calc(78 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="79"]::after {
    width: calc(79 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="80"]::after {
    width: calc(80 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="81"]::after {
    width: calc(81 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="82"]::after {
    width: calc(82 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="83"]::after {
    width: calc(83 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="84"]::after {
    width: calc(84 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="85"]::after {
    width: calc(85 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="86"]::after {
    width: calc(86 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="87"]::after {
    width: calc(87 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="88"]::after {
    width: calc(88 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="89"]::after {
    width: calc(89 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="90"]::after {
    width: calc(90 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="91"]::after {
    width: calc(91 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="92"]::after {
    width: calc(92 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="93"]::after {
    width: calc(93 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="94"]::after {
    width: calc(94 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="95"]::after {
    width: calc(95 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="96"]::after {
    width: calc(96 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="97"]::after {
    width: calc(97 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="98"]::after {
    width: calc(98 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="99"]::after {
    width: calc(99 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 td .graph[data-graph-val="100"]::after {
    width: calc(100 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 .graph::before {
    left: 57px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox .graphBox .barGraph01 .graph::after {
    margin-left: 6px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox > .column:nth-of-type(2) {
    margin-top: 29px;
  }
  #document.management-importance-healthLiteracy .area02 .columnBox + .text {
    margin: 56px 0 0;
  }
}

#document.management-importance-healthLiteracy .area02 .barGraph02 {
  width: 100%;
}

#document.management-importance-healthLiteracy .area02 .barGraph02 tbody tr:nth-of-type(n+2) th,
#document.management-importance-healthLiteracy .area02 .barGraph02 tbody tr:nth-of-type(n+2) td {
  border-top: 1px solid #f3f4f5;
}

#document.management-importance-healthLiteracy .area02 .barGraph02 + .legend {
  color: #606e79;
  text-align: right;
}

@media (min-width: 768px) {
  #document.management-importance-healthLiteracy .area02 .barGraph02 {
    margin-top: 14px;
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 th {
    padding: 16px 0 14px 105px;
    font-size: 1.0625rem;
    line-height: 1.58824;
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 th .note {
    font-size: 0.8125rem;
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td {
    width: 376px;
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="0"]::after {
    width: calc(0 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="1"]::after {
    width: calc(1 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="2"]::after {
    width: calc(2 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="3"]::after {
    width: calc(3 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="4"]::after {
    width: calc(4 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="5"]::after {
    width: calc(5 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="6"]::after {
    width: calc(6 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="7"]::after {
    width: calc(7 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="8"]::after {
    width: calc(8 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="9"]::after {
    width: calc(9 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="10"]::after {
    width: calc(10 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="11"]::after {
    width: calc(11 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="12"]::after {
    width: calc(12 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="13"]::after {
    width: calc(13 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="14"]::after {
    width: calc(14 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="15"]::after {
    width: calc(15 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="16"]::after {
    width: calc(16 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="17"]::after {
    width: calc(17 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="18"]::after {
    width: calc(18 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="19"]::after {
    width: calc(19 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="20"]::after {
    width: calc(20 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="21"]::after {
    width: calc(21 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="22"]::after {
    width: calc(22 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="23"]::after {
    width: calc(23 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="24"]::after {
    width: calc(24 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="25"]::after {
    width: calc(25 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="26"]::after {
    width: calc(26 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="27"]::after {
    width: calc(27 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="28"]::after {
    width: calc(28 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="29"]::after {
    width: calc(29 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="30"]::after {
    width: calc(30 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="31"]::after {
    width: calc(31 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="32"]::after {
    width: calc(32 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="33"]::after {
    width: calc(33 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="34"]::after {
    width: calc(34 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="35"]::after {
    width: calc(35 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="36"]::after {
    width: calc(36 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="37"]::after {
    width: calc(37 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="38"]::after {
    width: calc(38 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="39"]::after {
    width: calc(39 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="40"]::after {
    width: calc(40 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="41"]::after {
    width: calc(41 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="42"]::after {
    width: calc(42 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="43"]::after {
    width: calc(43 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="44"]::after {
    width: calc(44 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="45"]::after {
    width: calc(45 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="46"]::after {
    width: calc(46 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="47"]::after {
    width: calc(47 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="48"]::after {
    width: calc(48 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="49"]::after {
    width: calc(49 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="50"]::after {
    width: calc(50 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="51"]::after {
    width: calc(51 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="52"]::after {
    width: calc(52 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="53"]::after {
    width: calc(53 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="54"]::after {
    width: calc(54 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="55"]::after {
    width: calc(55 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="56"]::after {
    width: calc(56 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="57"]::after {
    width: calc(57 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="58"]::after {
    width: calc(58 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="59"]::after {
    width: calc(59 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="60"]::after {
    width: calc(60 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="61"]::after {
    width: calc(61 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="62"]::after {
    width: calc(62 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="63"]::after {
    width: calc(63 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="64"]::after {
    width: calc(64 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="65"]::after {
    width: calc(65 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="66"]::after {
    width: calc(66 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="67"]::after {
    width: calc(67 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="68"]::after {
    width: calc(68 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="69"]::after {
    width: calc(69 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="70"]::after {
    width: calc(70 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="71"]::after {
    width: calc(71 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="72"]::after {
    width: calc(72 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="73"]::after {
    width: calc(73 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="74"]::after {
    width: calc(74 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="75"]::after {
    width: calc(75 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="76"]::after {
    width: calc(76 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="77"]::after {
    width: calc(77 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="78"]::after {
    width: calc(78 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="79"]::after {
    width: calc(79 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="80"]::after {
    width: calc(80 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="81"]::after {
    width: calc(81 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="82"]::after {
    width: calc(82 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="83"]::after {
    width: calc(83 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="84"]::after {
    width: calc(84 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="85"]::after {
    width: calc(85 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="86"]::after {
    width: calc(86 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="87"]::after {
    width: calc(87 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="88"]::after {
    width: calc(88 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="89"]::after {
    width: calc(89 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="90"]::after {
    width: calc(90 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="91"]::after {
    width: calc(91 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="92"]::after {
    width: calc(92 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="93"]::after {
    width: calc(93 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="94"]::after {
    width: calc(94 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="95"]::after {
    width: calc(95 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="96"]::after {
    width: calc(96 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="97"]::after {
    width: calc(97 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="98"]::after {
    width: calc(98 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="99"]::after {
    width: calc(99 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="100"]::after {
    width: calc(100 * 4px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .val {
    font-size: 1.25rem;
    text-align: right;
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph::before {
    left: 77px;
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph::after {
    margin-left: 15px;
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 .important td .val {
    font-size: 1.5rem;
    margin-left: -5px;
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 + .legend {
    margin: -10px 0 0;
    font-size: 0.75rem;
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 + .legend + .text {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-healthLiteracy .area02 .barGraph02 {
    margin-top: 8px;
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 th {
    padding: 14px 0 12px 10px;
    font-size: 0.75rem;
    line-height: 1.25;
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 th .note {
    font-size: 0.625rem;
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td {
    width: 108px;
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="0"]::after {
    width: calc(0 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="1"]::after {
    width: calc(1 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="2"]::after {
    width: calc(2 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="3"]::after {
    width: calc(3 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="4"]::after {
    width: calc(4 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="5"]::after {
    width: calc(5 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="6"]::after {
    width: calc(6 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="7"]::after {
    width: calc(7 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="8"]::after {
    width: calc(8 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="9"]::after {
    width: calc(9 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="10"]::after {
    width: calc(10 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="11"]::after {
    width: calc(11 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="12"]::after {
    width: calc(12 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="13"]::after {
    width: calc(13 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="14"]::after {
    width: calc(14 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="15"]::after {
    width: calc(15 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="16"]::after {
    width: calc(16 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="17"]::after {
    width: calc(17 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="18"]::after {
    width: calc(18 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="19"]::after {
    width: calc(19 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="20"]::after {
    width: calc(20 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="21"]::after {
    width: calc(21 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="22"]::after {
    width: calc(22 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="23"]::after {
    width: calc(23 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="24"]::after {
    width: calc(24 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="25"]::after {
    width: calc(25 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="26"]::after {
    width: calc(26 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="27"]::after {
    width: calc(27 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="28"]::after {
    width: calc(28 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="29"]::after {
    width: calc(29 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="30"]::after {
    width: calc(30 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="31"]::after {
    width: calc(31 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="32"]::after {
    width: calc(32 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="33"]::after {
    width: calc(33 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="34"]::after {
    width: calc(34 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="35"]::after {
    width: calc(35 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="36"]::after {
    width: calc(36 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="37"]::after {
    width: calc(37 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="38"]::after {
    width: calc(38 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="39"]::after {
    width: calc(39 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="40"]::after {
    width: calc(40 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="41"]::after {
    width: calc(41 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="42"]::after {
    width: calc(42 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="43"]::after {
    width: calc(43 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="44"]::after {
    width: calc(44 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="45"]::after {
    width: calc(45 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="46"]::after {
    width: calc(46 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="47"]::after {
    width: calc(47 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="48"]::after {
    width: calc(48 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="49"]::after {
    width: calc(49 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="50"]::after {
    width: calc(50 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="51"]::after {
    width: calc(51 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="52"]::after {
    width: calc(52 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="53"]::after {
    width: calc(53 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="54"]::after {
    width: calc(54 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="55"]::after {
    width: calc(55 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="56"]::after {
    width: calc(56 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="57"]::after {
    width: calc(57 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="58"]::after {
    width: calc(58 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="59"]::after {
    width: calc(59 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="60"]::after {
    width: calc(60 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="61"]::after {
    width: calc(61 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="62"]::after {
    width: calc(62 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="63"]::after {
    width: calc(63 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="64"]::after {
    width: calc(64 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="65"]::after {
    width: calc(65 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="66"]::after {
    width: calc(66 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="67"]::after {
    width: calc(67 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="68"]::after {
    width: calc(68 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="69"]::after {
    width: calc(69 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="70"]::after {
    width: calc(70 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="71"]::after {
    width: calc(71 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="72"]::after {
    width: calc(72 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="73"]::after {
    width: calc(73 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="74"]::after {
    width: calc(74 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="75"]::after {
    width: calc(75 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="76"]::after {
    width: calc(76 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="77"]::after {
    width: calc(77 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="78"]::after {
    width: calc(78 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="79"]::after {
    width: calc(79 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="80"]::after {
    width: calc(80 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="81"]::after {
    width: calc(81 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="82"]::after {
    width: calc(82 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="83"]::after {
    width: calc(83 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="84"]::after {
    width: calc(84 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="85"]::after {
    width: calc(85 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="86"]::after {
    width: calc(86 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="87"]::after {
    width: calc(87 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="88"]::after {
    width: calc(88 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="89"]::after {
    width: calc(89 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="90"]::after {
    width: calc(90 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="91"]::after {
    width: calc(91 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="92"]::after {
    width: calc(92 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="93"]::after {
    width: calc(93 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="94"]::after {
    width: calc(94 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="95"]::after {
    width: calc(95 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="96"]::after {
    width: calc(96 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="97"]::after {
    width: calc(97 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="98"]::after {
    width: calc(98 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="99"]::after {
    width: calc(99 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph[data-graph-val="100"]::after {
    width: calc(100 * 1px);
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .val {
    text-align: right;
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph::before {
    left: 45px;
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 td .graph::after {
    margin-left: 6px;
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 + .legend {
    margin: -1px 0 0;
    font-size: 0.625rem;
  }
  #document.management-importance-healthLiteracy .area02 .barGraph02 + .legend + .text {
    margin-top: 31px;
  }
}

#document.management-importance-healthLiteracy .area02 .supportContentList .label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
}

#document.management-importance-healthLiteracy .area02 .supportContentList .image img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  #document.management-importance-healthLiteracy .area02 .supportContentList {
    display: flex;
    gap: 0 50px;
    margin: 90px 0 0;
  }
  #document.management-importance-healthLiteracy .area02 .supportContentList .label {
    margin: 0;
    min-height: 60px;
    font-size: 1.25rem;
  }
  #document.management-importance-healthLiteracy .area02 .supportContentList .image {
    margin: 24px 0 0;
    width: 300px;
  }
  #document.management-importance-healthLiteracy .area02 .supportContentList .text {
    margin: 26px 0 0;
    font-size: 1rem;
  }
  #document.management-importance-healthLiteracy .area02 .supportContentList > li {
    flex-grow: 1;
    width: 1%;
  }
  #document.management-importance-healthLiteracy .area02 .supportContentList + .text {
    margin-top: 63px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-healthLiteracy .area02 .supportContentList {
    margin: 86px 0 0;
  }
  #document.management-importance-healthLiteracy .area02 .supportContentList .label {
    margin: 0;
    font-size: 1rem;
  }
  #document.management-importance-healthLiteracy .area02 .supportContentList .image {
    margin: 16px auto 0;
    width: 240px;
  }
  #document.management-importance-healthLiteracy .area02 .supportContentList .text {
    margin: 15px 0 0;
    font-size: 0.875rem;
  }
  #document.management-importance-healthLiteracy .area02 .supportContentList > li:nth-of-type(n+2) {
    margin-top: 27px;
  }
  #document.management-importance-healthLiteracy .area02 .supportContentList + .text {
    margin-top: 44px;
  }
}

@media (min-width: 768px) {
  #document.management-importance-healthLiteracy .area03 {
    margin: 123px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-healthLiteracy .area03 {
    margin: 86px 0 0;
  }
}

@media (min-width: 768px) {
  #document.management-importance-healthLiteracy .area03 .text {
    margin: 47px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-healthLiteracy .area03 .text {
    margin: 28px 0 0;
  }
}

@media (min-width: 768px) {
  #document.management-importance-healthLiteracy #mainContents > .note {
    margin: 84px 0 136px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-importance-healthLiteracy #mainContents > .note {
    margin: 71px 30px 96px;
  }
}

#document[class*="management-seminar"] .section {
  position: relative;
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .section {
    padding: 0 30px;
  }
}

#document[class*="management-seminar"] .section.section01 > .heading {
  text-align: center;
}

@media (min-width: 768px) {
  #document[class*="management-seminar"] .section.section01 {
    margin-top: 135px;
    padding: 137px 0 130px;
  }
  #document[class*="management-seminar"] .section.section01 > .heading {
    margin: 0 0 55px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .section.section01 {
    margin-top: 96px;
    padding: 98px 30px 100px;
  }
  #document[class*="management-seminar"] .section.section01 > .heading {
    margin: 0 0 36px;
    font-size: 1.25rem;
  }
}

#document[class*="management-seminar"] .section.section01::after {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  right: 0;
  left: 0;
  background-color: #f2faee;
}

@media (min-width: 1001px) {
  #document[class*="management-seminar"] .section.section01::after {
    right: calc(50% - 50vw - 20px);
    left: calc(50% - 50vw - 20px);
  }
}

@media (min-width: 768px) {
  #document[class*="management-seminar"] .section.info {
    padding: 110px 0 130px;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .section.info {
    padding: 98px 0 100px;
  }
}

#document[class*="management-seminar"] .section.info .heading {
  text-align: center;
  margin-top: 0;
}

@media (min-width: 768px) {
  #document[class*="management-seminar"] .section.info .heading {
    font-size: 1.625rem;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .section.info .heading {
    font-size: 1.25rem;
    margin-bottom: 35px;
  }
}

#document[class*="management-seminar"] .section.info .inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .section.info .inner {
    display: block;
    padding: 0 30px;
  }
}

@media (min-width: 768px) {
  #document[class*="management-seminar"] .section.info .cont {
    margin-left: 50px;
  }
}

#document[class*="management-seminar"] .section.info p {
  margin: 0;
}

@media (min-width: 768px) {
  #document[class*="management-seminar"] .section.info p {
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .section.info p {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

#document[class*="management-seminar"] .section.info .btn {
  position: relative;
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #83d059;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 700;
}

#document[class*="management-seminar"] .section.info .btn.is_disabled {
  background-color: #D3D3D3;
  pointer-events: none;
}

@media (min-width: 768px) {
  #document[class*="management-seminar"] .section.info .btn {
    margin-top: 50px;
    transition: 0.3s;
  }
  #document[class*="management-seminar"] .section.info .btn:hover {
    background-color: #a8de8a;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .section.info .btn {
    width: 280px;
    height: 50px;
    margin: 35px auto 0;
  }
}

#document[class*="management-seminar"] .section.info .btn::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  color: white;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}

#document[class*="management-seminar"] .section.info .btn.is_disabled::after {
  display: none;
}

#document[class*="management-seminar"] .section.info .note {
  margin-top: 15px;
}

@media (min-width: 768px) {
  #document[class*="management-seminar"] .section.info .note {
    font-size: 0.875rem;
    line-height: 1.71428;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .section.info .note {
    font-size: 0.75rem;
    line-height: 1.5;
    color: #606E79;
  }
}

#document[class*="management-seminar"] .section.info .image {
  position: relative;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .section.info .image {
    width: 210px;
    margin: 0 auto 30px;
  }
}

#document[class*="management-seminar"] .section.info .image img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document[class*="management-seminar"] .section.info .image.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document[class*="management-seminar"] .section.info .image.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document[class*="management-seminar"] .section.info .image.js_anim.is_anim img {
  transition: opacity 1s ease .3s;
}

#document[class*="management-seminar"] .section.info .image.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document[class*="management-seminar"] .indexList .title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

#document[class*="management-seminar"] .indexList .title a {
  color: #1A2229;
  text-decoration: none;
}

#document[class*="management-seminar"] .indexList .title a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
}

#document[class*="management-seminar"] .indexList .meta {
  position: relative;
  border-top: 1px solid #eceeef;
  color: #abb7c1;
}

#document[class*="management-seminar"] .indexList .meta .corpName {
  font-weight: 700;
}

#document[class*="management-seminar"] .indexList .meta .corpName::after {
  top: 50%;
  right: 0;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  position: absolute;
  transform: translateY(calc(-50% + 12px));
  transition: .4s ease;
}

#document[class*="management-seminar"] .indexList > li {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 20px 0 rgba(43, 77, 24, 0.1);
}

#document[class*="management-seminar"] .indexList > li.disabled {
  pointer-events: none;
}

#document[class*="management-seminar"] .indexList > li.disabled .title,
#document[class*="management-seminar"] .indexList > li.disabled .title a,
#document[class*="management-seminar"] .indexList > li.disabled .meta {
  color: #dee1e3;
}

#document[class*="management-seminar"] .indexList > li.disabled .meta .corpName::after {
  content: none;
}

@media (min-width: 768px) {
  #document[class*="management-seminar"] .indexList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  #document[class*="management-seminar"] .indexList .title {
    -webkit-line-clamp: 4;
  }
  #document[class*="management-seminar"] .indexList .meta {
    margin: 24px 0 0;
    padding: 24px 0 0;
    font-size: 0.875rem;
  }
  #document[class*="management-seminar"] .indexList > li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
    padding: 30px;
  }
  #document[class*="management-seminar"] .indexList > li:hover .meta .corpName::after {
    right: -5px;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .indexList .title {
    font-size: 0.9375rem;
    line-height: 1.4;
    -webkit-line-clamp: 3;
  }
  #document[class*="management-seminar"] .indexList .meta {
    margin: 13px 0 0;
    padding: 13px 0 0;
    font-size: 0.75rem;
  }
  #document[class*="management-seminar"] .indexList > li {
    padding: 30px 30px 27px;
  }
  #document[class*="management-seminar"] .indexList > li:hover .meta .corpName::after {
    right: 0;
  }
  #document[class*="management-seminar"] .indexList > li:nth-of-type(n+2) {
    margin-top: 15px;
  }
}

#document[class*="management-seminar"] .entryTitle .sub {
  display: block;
}

@media (min-width: 768px) {
  #document[class*="management-seminar"] .entryTitle {
    margin: 228px 0 47px;
    font-size: 2rem;
  }
  #document[class*="management-seminar"] .entryTitle .sub {
    margin: 0 0 19px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .entryTitle {
    margin: 160px 30px 31px;
    font-size: 1.5rem;
  }
  #document[class*="management-seminar"] .entryTitle .sub {
    margin: 0 0 11px;
    font-size: 1rem;
  }
}

#document[class*="management-seminar"] .borderHeading {
  border-bottom: 1px solid #83d059;
}

@media (min-width: 768px) {
  #document[class*="management-seminar"] .borderHeading {
    margin: 132px 0 43px;
    padding-bottom: 22px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .borderHeading {
    margin: 91px 0 32px;
    padding-bottom: 14px;
    font-size: 1.25rem;
  }
}

#document[class*="management-seminar"] .textHeading:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  #document[class*="management-seminar"] .textHeading {
    margin: 71px 0 36px;
    font-size: 1.25rem;
  }
  #document[class*="management-seminar"] .textHeading[class*="_small"] {
    margin: 36px 0 25px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .textHeading {
    margin: 50px 0 25px;
    font-size: 1rem;
  }
  #document[class*="management-seminar"] .textHeading[class*="_small"] {
    margin: 27px 0 16px;
    font-size: 0.9375rem;
  }
}

@media (min-width: 768px) {
  #document[class*="management-seminar"] .text + .textHeading {
    margin-top: 66px;
  }
}

@media (min-width: 768px) {
  #document[class*="management-seminar"] .floatImg + .textHeading {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .floatImg + .textHeading {
    margin-top: 59px;
  }
}

#document[class*="management-seminar"] .questionHeading {
  display: flex;
  margin: 0;
}

#document[class*="management-seminar"] .questionHeading .mark {
  font-family: Inter, sans-serif;
}

#document[class*="management-seminar"] .questionHeading .color01 {
  color: #83d059;
}

#document[class*="management-seminar"] .questionHeading .color02 {
  color: #fea74e;
}

#document[class*="management-seminar"] .questionHeading[class*="_vertical"] {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  #document[class*="management-seminar"] .questionHeading {
    justify-content: center;
    gap: 5px;
    font-size: 1.25rem;
  }
  #document[class*="management-seminar"] .questionHeading[class*="_vertical"] {
    gap: 0;
  }
  #document[class*="management-seminar"] .questionHeading[class*="_vertical"] .mark {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .questionHeading {
    gap: 13px;
    font-size: 1rem;
  }
  #document[class*="management-seminar"] .questionHeading:not([class*="_vertical"]) {
    padding: 0 0 17px;
    border-bottom: 1px solid #dee1e3;
  }
  #document[class*="management-seminar"] .questionHeading[class*="_vertical"] {
    gap: 2px;
  }
  #document[class*="management-seminar"] .questionHeading[class*="_vertical"] .mark {
    font-size: 1.875rem;
  }
}

#document[class*="management-seminar"] .entry > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .entry {
    padding: 0 30px;
  }
}

#document[class*="management-seminar"] .fvImg img {
  max-width: 100%;
  height: auto;
}

#document[class*="management-seminar"] .fvImg .notes {
  color: #606e79;
}

@media (min-width: 768px) {
  #document[class*="management-seminar"] .fvImg {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
  #document[class*="management-seminar"] .fvImg .img {
    grid-column: 2;
  }
  #document[class*="management-seminar"] .fvImg .notes {
    grid-column: 2;
    margin: 26px 0 0;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .fvImg .notes {
    margin: 18px 0 0;
    font-size: 0.75rem;
  }
}

#document[class*="management-seminar"] .text {
  line-height: 2;
  margin: .8em 0;
}

#document[class*="management-seminar"] .text:first-child {
  margin-top: calc(2em / 4 * -1);
}

#document[class*="management-seminar"] .text:last-child {
  margin-bottom: calc(2em / 4 * -1);
}

@media (min-width: 768px) {
  #document[class*="management-seminar"] .text {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .text {
    font-size: 0.9375rem;
  }
}

#document[class*="management-seminar"] * + .text {
  margin-top: calc(2em / 4 * -1);
}

#document[class*="management-seminar"] .liquidImage {
  text-align: center;
}

#document[class*="management-seminar"] .liquidImage img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  #document[class*="management-seminar"] .liquidImage {
    margin: 71px 0 78px;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .liquidImage {
    margin: 23px -15px 60px;
  }
}

#document[class*="management-seminar"] .borderBox {
  border: 1px solid #dee1e3;
}

#document[class*="management-seminar"] .borderBox > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #document[class*="management-seminar"] .borderBox {
    margin: 79px 0;
    padding: 55px 60px 57px;
  }
  #document[class*="management-seminar"] .borderBox .text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .borderBox {
    margin: 54px 0;
    padding: 36px 20px;
  }
  #document[class*="management-seminar"] .borderBox .text {
    font-size: 0.875rem;
  }
}

#document[class*="management-seminar"] .floatImg .img img {
  max-width: 100%;
  height: auto;
}

#document[class*="management-seminar"] .floatImg .img .caption {
  color: #606e79;
}

#document[class*="management-seminar"] .floatImg::after {
  display: block;
  content: "";
  height: 0;
  clear: both;
}

@media (min-width: 768px) {
  #document[class*="management-seminar"] .floatImg .img {
    width: 360px;
  }
  #document[class*="management-seminar"] .floatImg .img .caption {
    margin: 20px 0 0;
    font-size: 0.875rem;
  }
  #document[class*="management-seminar"] .floatImg .img.small {
    width: 160px;
  }
  #document[class*="management-seminar"] .floatImg .img.middle {
    width: 240px;
  }
  #document[class*="management-seminar"] .floatImg.s_right .img {
    margin: 6px 0 32px 40px;
    float: right;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .floatImg {
    display: flex;
    flex-direction: column;
  }
  #document[class*="management-seminar"] .floatImg .img {
    margin: 26px 0 0;
  }
  #document[class*="management-seminar"] .floatImg .img .caption {
    margin: 15px 0 0;
    font-size: 0.75rem;
  }
  #document[class*="management-seminar"] .floatImg .img[class*="_spCol"] {
    display: flex;
    align-items: flex-end;
    gap: 10px;
  }
  #document[class*="management-seminar"] .floatImg .img[class*="_spCol"] img {
    width: 120px;
  }
  #document[class*="management-seminar"] .floatImg .body {
    order: -1;
  }
  #document[class*="management-seminar"] .floatImg.js_imageFloat {
    display: block;
  }
  #document[class*="management-seminar"] .floatImg.js_imageFloat .space {
    float: right;
  }
  #document[class*="management-seminar"] .floatImg.js_imageFloat .img {
    clear: both;
    float: right;
    width: 120px;
    margin: 10px 0 0 10px;
  }
}

#document[class*="management-seminar"] .m_graph.color01 .type01 {
  stroke: #5e7950;
}

#document[class*="management-seminar"] .m_graph.color01 .type02 {
  stroke: #83d059;
}

#document[class*="management-seminar"] .m_graph.color02 .type01 {
  stroke: #ffa74e;
}

#document[class*="management-seminar"] .m_graph.color02 .type02 {
  stroke: #feca95;
}

#document[class*="management-seminar"] .text + .m_notesList {
  margin-top: 28px;
}

#document[class*="management-seminar"] .col1Graph .graph {
  display: grid;
}

#document[class*="management-seminar"] .col1Graph .result {
  display: grid;
  margin: 0;
}

#document[class*="management-seminar"] .col1Graph .result .val {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  font-family: Inter, sans-serif;
  line-height: 1.2;
}

#document[class*="management-seminar"] .col1Graph .result > li:nth-of-type(1) {
  font-weight: 700;
}

#document[class*="management-seminar"] .col1Graph .result > li:nth-of-type(1) .val {
  color: #5e7950;
}

#document[class*="management-seminar"] .col1Graph .result > li:nth-of-type(2) .val {
  color: #83d059;
}

#document[class*="management-seminar"] .col1Graph .link {
  line-height: 1.5;
}

#document[class*="management-seminar"] .col1Graph .link a {
  font-weight: 500;
  color: #1A2229;
}

@media (min-width: 768px) {
  #document[class*="management-seminar"] .col1Graph {
    margin: 74px 0 0;
  }
  #document[class*="management-seminar"] .col1Graph .graph {
    grid-template-columns: auto 310px auto;
    align-items: center;
    margin-left: 107px;
    width: fit-content;
  }
  #document[class*="management-seminar"] .col1Graph .m_graph {
    grid-column: 2;
    grid-row: 1;
    width: 310px;
    height: 310px;
  }
  #document[class*="management-seminar"] .col1Graph .m_graph .val01[data-graph-val] {
    stroke-width: 155px;
    stroke-dasharray: 326.089, 345.4;
  }
  #document[class*="management-seminar"] .col1Graph .m_graph .val02 {
    stroke-width: 110px;
    stroke-dasharray: 345.4, 345.4;
  }
  #document[class*="management-seminar"] .col1Graph .m_graph .val {
    height: 155px;
  }
  #document[class*="management-seminar"] .col1Graph .m_graph .line::before {
    width: 50px;
    height: 50px;
  }
  #document[class*="management-seminar"] .col1Graph .m_graph[class*="_flipped"] .val01[data-graph-val] {
    transform: rotate(calc(360deg * (67 / 100 * -1)));
  }
  #document[class*="management-seminar"] .col1Graph .result {
    grid-template-columns: subgrid;
    grid-column: 1/4;
    grid-row: 1;
    align-items: center;
  }
  #document[class*="management-seminar"] .col1Graph .result > li:nth-of-type(1) {
    grid-column: 1;
    margin: 7px 38px 0 0;
    font-size: 1.25rem;
  }
  #document[class*="management-seminar"] .col1Graph .result > li:nth-of-type(1) .val {
    font-size: 2.25rem;
  }
  #document[class*="management-seminar"] .col1Graph .result > li:nth-of-type(1) .val .unit {
    font-size: 1.25rem;
  }
  #document[class*="management-seminar"] .col1Graph .result > li:nth-of-type(2) {
    grid-column: 3;
    margin: 6px 20px 0 0;
    font-size: 1.125rem;
  }
  #document[class*="management-seminar"] .col1Graph .result > li:nth-of-type(2) .val {
    font-size: 1.5rem;
  }
  #document[class*="management-seminar"] .col1Graph .result > li:nth-of-type(2) .val .unit {
    font-size: 0.875rem;
  }
  #document[class*="management-seminar"] .col1Graph .m_notesList {
    margin: 25px 0 0;
  }
  #document[class*="management-seminar"] .col1Graph .link {
    margin: 33px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .col1Graph {
    margin: 38px 0 0;
  }
  #document[class*="management-seminar"] .col1Graph .graph {
    margin: 30px 0 0;
    grid-template-columns: 1fr auto 150px 1fr;
    grid-template-rows: auto auto;
  }
  #document[class*="management-seminar"] .col1Graph .m_graph {
    grid-column: 3;
    grid-row: 1/3;
    width: 160px;
    height: 160px;
  }
  #document[class*="management-seminar"] .col1Graph .m_graph .val01[data-graph-val] {
    stroke-width: 80px;
    stroke-dasharray: 168.304, 169.56;
  }
  #document[class*="management-seminar"] .col1Graph .m_graph .val02 {
    stroke-width: 54px;
    stroke-dasharray: 169.56, 169.56;
  }
  #document[class*="management-seminar"] .col1Graph .m_graph .val {
    height: 80px;
  }
  #document[class*="management-seminar"] .col1Graph .m_graph .line::before {
    width: 40px;
    height: 40px;
  }
  #document[class*="management-seminar"] .col1Graph .m_graph[class*="_flipped"] .val01[data-graph-val] {
    transform: rotate(calc(360deg * (67 / 100 * -1)));
  }
  #document[class*="management-seminar"] .col1Graph .result {
    grid-template-rows: subgrid;
    grid-column: 2;
    grid-row: 1/3;
    margin-right: 18px;
  }
  #document[class*="management-seminar"] .col1Graph .result > li:nth-of-type(1) {
    font-size: 1rem;
  }
  #document[class*="management-seminar"] .col1Graph .result > li:nth-of-type(1) .val {
    font-size: 1.875rem;
  }
  #document[class*="management-seminar"] .col1Graph .result > li:nth-of-type(1) .val .unit {
    font-size: 0.875rem;
  }
  #document[class*="management-seminar"] .col1Graph .result > li:nth-of-type(2) {
    margin-top: 4px;
    font-size: 0.75rem;
  }
  #document[class*="management-seminar"] .col1Graph .result > li:nth-of-type(2) .val {
    font-size: 1.25rem;
  }
  #document[class*="management-seminar"] .col1Graph .result > li:nth-of-type(2) .val .unit {
    font-size: 0.625rem;
  }
  #document[class*="management-seminar"] .col1Graph .m_notesList {
    margin: 29px 0 0;
  }
  #document[class*="management-seminar"] .col1Graph .link {
    margin-top: 30px;
  }
}

#document[class*="management-seminar"] .col2Graph .lead .color01,
#document[class*="management-seminar"] .col2Graph .graph .result .color01 {
  color: #83d059;
}

#document[class*="management-seminar"] .col2Graph .lead .color02,
#document[class*="management-seminar"] .col2Graph .graph .result .color02 {
  color: #fea74e;
}

#document[class*="management-seminar"] .col2Graph .lead {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dee1e3;
  font-weight: 700;
  text-align: center;
}

#document[class*="management-seminar"] .col2Graph .lead .result {
  display: flex;
  align-items: center;
  gap: 5px;
}

#document[class*="management-seminar"] .col2Graph .lead .val {
  font-family: Inter, sans-serif;
}

#document[class*="management-seminar"] .col2Graph .lead .unit {
  display: inline-block;
  margin-left: 3px;
}

#document[class*="management-seminar"] .col2Graph .graph {
  display: grid;
}

#document[class*="management-seminar"] .col2Graph .graph .m_graph .type02 {
  stroke: #eceeef;
}

#document[class*="management-seminar"] .col2Graph .graph .m_graph.color01 .type01 {
  stroke: #83d059;
}

#document[class*="management-seminar"] .col2Graph .graph .result {
  display: grid;
  margin: 0;
  position: relative;
  z-index: 10;
}

#document[class*="management-seminar"] .col2Graph .graph .result .val {
  display: block;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

#document[class*="management-seminar"] .col2Graph .graph .result > li:nth-of-type(3) .val {
  color: #abb7c1;
}

#document[class*="management-seminar"] .col2Graph .link {
  line-height: 1.5;
}

#document[class*="management-seminar"] .col2Graph .link a {
  font-weight: 500;
  color: #1A2229;
}

@media (min-width: 768px) {
  #document[class*="management-seminar"] .col2Graph {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 100px;
    margin: 71px 0 73px;
  }
  #document[class*="management-seminar"] .col2Graph .lead {
    gap: 20px;
    margin: 30px 0 40px;
    padding-bottom: 4px;
    font-size: 1.125rem;
  }
  #document[class*="management-seminar"] .col2Graph .lead .result {
    font-size: 1.25rem;
  }
  #document[class*="management-seminar"] .col2Graph .lead .result .val {
    font-size: 2.25rem;
  }
  #document[class*="management-seminar"] .col2Graph .lead .result .unit {
    font-size: 1.25rem;
  }
  #document[class*="management-seminar"] .col2Graph .graph {
    grid-template-columns: 82px min-content 1fr;
    grid-template-rows: 1fr auto auto 1fr;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph {
    grid-column: 2;
    grid-row: 1/5;
    margin: 0 22px 0 -32px;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle01 {
    width: 234px;
    height: 234px;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle01 .val01[data-graph-val] {
    stroke-width: 117px;
    stroke-dasharray: 205.7328, 257.48;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle01 .val02 {
    stroke-width: 82px;
    stroke-dasharray: 257.48, 257.48;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle01 .val {
    height: 117px;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle01 .line::before {
    width: 50px;
    height: 50px;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle01[class*="_flipped"] .val01[data-graph-val] {
    transform: rotate(calc(360deg * (0 / 100 * -1)));
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle02 {
    width: 234px;
    height: 234px;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle02 .val01[data-graph-val] {
    stroke-width: 117px;
    stroke-dasharray: 143.2782, 257.48;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle02 .val02 {
    stroke-width: 82px;
    stroke-dasharray: 257.48, 257.48;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle02 .val {
    height: 117px;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle02 .line::before {
    width: 50px;
    height: 50px;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle02[class*="_flipped"] .val01[data-graph-val] {
    transform: rotate(calc(360deg * (0 / 100 * -1)));
  }
  #document[class*="management-seminar"] .col2Graph .graph .result {
    grid-template-columns: subgrid;
    grid-template-rows: subgrid;
    grid-column: 1/4;
    grid-row: 1/5;
  }
  #document[class*="management-seminar"] .col2Graph .graph .result > li:nth-of-type(1),
  #document[class*="management-seminar"] .col2Graph .graph .result > li:nth-of-type(2) {
    grid-column: 3;
  }
  #document[class*="management-seminar"] .col2Graph .graph .result > li:nth-of-type(1) .val,
  #document[class*="management-seminar"] .col2Graph .graph .result > li:nth-of-type(2) .val {
    font-size: 1.5rem;
  }
  #document[class*="management-seminar"] .col2Graph .graph .result > li:nth-of-type(1) .val .unit,
  #document[class*="management-seminar"] .col2Graph .graph .result > li:nth-of-type(2) .val .unit {
    font-size: 0.875rem;
  }
  #document[class*="management-seminar"] .col2Graph .graph .result > li:nth-of-type(1) {
    grid-row: 2;
  }
  #document[class*="management-seminar"] .col2Graph .graph .result > li:nth-of-type(2) {
    grid-row: 3;
    margin-top: 4px;
  }
  #document[class*="management-seminar"] .col2Graph .graph .result > li:nth-of-type(3) {
    grid-column: 1/3;
    grid-row: 3/5;
    align-self: end;
    margin-bottom: -4px;
    font-size: 0.875rem;
  }
  #document[class*="management-seminar"] .col2Graph .graph .result > li:nth-of-type(3) .val {
    font-size: 1.25rem;
  }
  #document[class*="management-seminar"] .col2Graph .graph .result > li:nth-of-type(3) .val .unit {
    font-size: 0.875rem;
  }
  #document[class*="management-seminar"] .col2Graph .m_notesList {
    margin: 26px -20px 0;
    text-align: center;
  }
  #document[class*="management-seminar"] .col2Graph .link {
    grid-column: 2 span;
    margin: 28px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="management-seminar"] .col2Graph {
    margin: 56px 0;
  }
  #document[class*="management-seminar"] .col2Graph .column:nth-of-type(n+2) {
    margin-top: 32px;
  }
  #document[class*="management-seminar"] .col2Graph .lead {
    gap: 20px;
    margin: 22px 0 32px;
    padding-bottom: 6px;
    font-size: 0.9375rem;
  }
  #document[class*="management-seminar"] .col2Graph .lead .result {
    font-size: 1rem;
  }
  #document[class*="management-seminar"] .col2Graph .lead .result .val {
    font-size: 1.875rem;
  }
  #document[class*="management-seminar"] .col2Graph .lead .result .unit {
    font-size: 0.875rem;
  }
  #document[class*="management-seminar"] .col2Graph .graph {
    grid-template-columns: 1fr 45px 135px auto 1fr;
    grid-template-rows: auto auto auto;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph {
    grid-column: 3;
    grid-row: 1/3;
    margin-left: -23px;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle01 {
    width: 154px;
    height: 154px;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle01 .val01[data-graph-val] {
    stroke-width: 77px;
    stroke-dasharray: 139.0235, 213.52;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle01 .val02 {
    stroke-width: 68px;
    stroke-dasharray: 213.52, 213.52;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle01 .val {
    height: 77px;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle01 .line::before {
    width: 34px;
    height: 34px;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle01[class*="_flipped"] .val01[data-graph-val] {
    transform: rotate(calc(360deg * (0 / 100 * -1)));
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle02 {
    width: 158px;
    height: 158px;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle02 .val01[data-graph-val] {
    stroke-width: 79px;
    stroke-dasharray: 97.9837, 213.52;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle02 .val02 {
    stroke-width: 68px;
    stroke-dasharray: 213.52, 213.52;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle02 .val {
    height: 79px;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle02 .line::before {
    width: 34px;
    height: 34px;
  }
  #document[class*="management-seminar"] .col2Graph .graph .m_graph.middle02[class*="_flipped"] .val01[data-graph-val] {
    transform: rotate(calc(360deg * (0 / 100 * -1)));
  }
  #document[class*="management-seminar"] .col2Graph .graph .result {
    grid-column: 2/5;
    grid-row: 1/4;
    grid-template-columns: subgrid;
    grid-template-rows: subgrid;
  }
  #document[class*="management-seminar"] .col2Graph .graph .result .val {
    font-size: 1.25rem;
  }
  #document[class*="management-seminar"] .col2Graph .graph .result .val .unit {
    font-size: 0.625rem;
  }
  #document[class*="management-seminar"] .col2Graph .graph .result > li:nth-of-type(1),
  #document[class*="management-seminar"] .col2Graph .graph .result > li:nth-of-type(2) {
    grid-column: 3;
    align-self: center;
    margin-left: 10px;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
  #document[class*="management-seminar"] .col2Graph .graph .result > li:nth-of-type(1) {
    grid-row: 1;
    margin-top: 10px;
  }
  #document[class*="management-seminar"] .col2Graph .graph .result > li:nth-of-type(2) {
    grid-row: 2;
    margin-top: 3px;
  }
  #document[class*="management-seminar"] .col2Graph .graph .result > li:nth-of-type(3) {
    grid-column: 1/3;
    grid-row: 3;
    font-size: 0.75rem;
    margin-top: -30px;
  }
  #document[class*="management-seminar"] .col2Graph .m_notesList {
    margin: 25px 0 0;
  }
  #document[class*="management-seminar"] .col2Graph .link {
    margin: 23px 0 0;
  }
}

#document.management-seminar .fv {
  position: relative;
}

#document.management-seminar .fv::after {
  position: absolute;
  right: 50%;
  content: "";
  border-right: 1px solid #1A2229;
}

#document.management-seminar .fv .title {
  text-align: center;
  margin: 0;
}

#document.management-seminar .fv .title small {
  display: block;
}

@media (min-width: 768px) {
  #document.management-seminar .fv::after {
    bottom: -57px;
    height: 120px;
  }
  #document.management-seminar .fv .title {
    padding: 223px 0 96px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4375;
  }
}

@media screen and (max-width: 767px) {
  #document.management-seminar .fv {
    padding: 157px 0 66px;
  }
  #document.management-seminar .fv::after {
    bottom: -39px;
    height: 80px;
  }
  #document.management-seminar .fv .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

#document.management-seminar .wave {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  transition: opacity .4s ease;
}

@media (min-width: 768px) {
  #document.management-seminar .wave {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  #document.management-seminar .wave {
    width: 100%;
  }
}

#document.management-seminar .wave .line {
  position: absolute;
  border: 1px solid;
  border-radius: 24%;
  transform-origin: 50% 49%;
  transition: border-color .8s ease-out;
  opacity: 0.5;
  pointer-events: none;
}

@media (min-width: 768px) {
  #document.management-seminar .wave .line {
    left: 300px;
    top: -150px;
    width: 1000px;
    height: 1200px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-seminar .wave .line {
    top: -50vh;
    width: 200vh;
    height: 200vh;
    left: 95vw;
  }
}

#document.management-seminar .wave .line:nth-of-type(1) {
  border-radius: 52% 42% 38% 40%;
  border-color: rgba(131, 208, 89, 0.4);
  transform: rotate(30deg);
}

#document.management-seminar .wave .line:nth-of-type(2) {
  border-radius: 35% 50% 42% 46% / 80% 46% 60% 50%;
  border-color: rgba(131, 208, 89, 0.8);
  transform: rotate(45deg);
}

.js_run #document.management-seminar .wave .line {
  animation: wave 80s linear infinite;
}

.js_run #document.management-seminar .wave .line:nth-of-type(2) {
  animation-duration: 60s;
}

@media screen and (max-width: 767px) {
  #document.management-seminar .section {
    padding: 0 30px;
  }
}

#document.management-seminar .section.section01 {
  margin-top: 0;
}

@media (min-width: 768px) {
  #document.management-seminar .section.section01 {
    padding-top: 116px;
  }
}

@media screen and (max-width: 767px) {
  #document.management-seminar .section.section01 {
    padding-top: 80px;
  }
}

@media (min-width: 768px) {
  #document.management-seminar .section.section01 .lead {
    line-height: 2;
    letter-spacing: -.01em;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #document.management-seminar .section.section01 .lead {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

#document.management-seminar .section.section01 .heading {
  text-align: center;
}

@media (min-width: 768px) {
  #document.management-seminar .section.section01 .heading {
    margin: 96px 0 55px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  #document.management-seminar .section.section01 .heading {
    margin: 94px 0 36px;
    font-size: 1.25rem;
  }
}

#document.report-healthliteracy #container {
  margin-top: 100px;
}

#document.report-healthliteracy .m_barGraph {
  position: relative;
  z-index: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .m_barGraph th {
    padding: 12px 0 12px 24px;
    font-size: 0.75rem;
    line-height: 1.25;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .m_barGraph td:last-child {
    padding: 12px 0;
    width: 102px;
    font-size: 0.75rem;
    line-height: 1.25;
  }
}

#document.report-healthliteracy .m_barGraph .important th {
  font-weight: 700;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .m_barGraph tbody tr:nth-of-type(n + 2) th,
  #document.report-healthliteracy .m_barGraph tbody tr:nth-of-type(n + 2) td {
    padding-top: 13px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .m_barGraph tbody tr:nth-of-type(n + 2) th,
  #document.report-healthliteracy .m_barGraph tbody tr:nth-of-type(n + 2) td {
    border-top: 1px solid #dee1e3;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .m_barGraph tbody td .graph::before {
    left: 83px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .m_barGraph tbody td .graph::before {
    left: 41px;
  }
  #document.report-healthliteracy .m_barGraph tbody td .graph::after {
    margin-left: 2px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .m_barGraph tbody tr:first-of-type td .graph::before {
    top: calc(50% + -5px);
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .m_barGraph tbody tr:first-of-type td .graph::before {
    top: calc(50% + -7px);
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .m_barGraph tbody tr:last-of-type td .graph::before {
    bottom: calc(50% + -5px);
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .m_barGraph tbody tr:last-of-type td .graph::before {
    bottom: calc(50% + -7px);
  }
}

#document.report-healthliteracy .js_anim02.is_tab-reset .m_barGraph tbody td .val {
  opacity: 0;
}

#document.report-healthliteracy .js_anim02.is_tab-reset .m_barGraph tbody td .graph::after {
  transform: scale(0, 1) !important;
}

#document.report-healthliteracy .js_anim02.is_tab-reset.is_anim .m_barGraph tbody td .val {
  opacity: 1 !important;
}

#document.report-healthliteracy .js_anim02.is_tab-reset.is_anim .m_barGraph tbody td .graph::after {
  transform: scale(1) !important;
}

#document.report-healthliteracy .m_barGraph02 .label th {
  text-align: left;
  font-weight: 700;
  border-bottom: 1px solid #1A2229;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .m_barGraph02 .label th {
    padding-bottom: 33px;
    font-size: 1rem;
    line-height: 1.3125;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .m_barGraph02 .label th {
    padding-bottom: 18px;
    font-size: 0.6875rem;
    line-height: 1.36364;
  }
  #document.report-healthliteracy .m_barGraph02 .label th .small {
    font-size: 0.5625rem;
    line-height: 1.55556;
  }
}

#document.report-healthliteracy .m_barGraph02 .label th:empty {
  padding: 0;
  width: auto;
}

#document.report-healthliteracy .m_barGraph02 tbody {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .m_barGraph02 tbody th,
  #document.report-healthliteracy .m_barGraph02 tbody td {
    padding: 16px 0 15px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .m_barGraph02 tbody th,
  #document.report-healthliteracy .m_barGraph02 tbody td {
    box-sizing: border-box;
    height: 42px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .m_barGraph02 tbody th {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .m_barGraph02 tbody th {
    padding: 14px 0 13px 10px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .m_barGraph02 tbody td {
    padding: 3px 0;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .m_barGraph02 tbody td .graph::before {
    left: 100px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .m_barGraph02 tbody td .graph::before {
    left: 41px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .m_barGraph02 tbody td .graph .val {
    width: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .m_barGraph02 tbody td .graph .unit {
    margin-left: 0.2em;
  }
}

#document.report-healthliteracy .m_barGraph02 tbody tr:first-child th,
#document.report-healthliteracy .m_barGraph02 tbody tr:first-child td {
  padding-top: 24px;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .m_barGraph02 tbody tr:first-of-type td .graph::before {
    top: 44px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .m_barGraph02 tbody tr:first-of-type td .graph::before {
    top: calc(50% + 7px);
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .m_barGraph02 tbody tr:last-of-type td .graph::before {
    bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .m_barGraph02 tbody tr:last-of-type td .graph::before {
    bottom: calc(50% + 7px);
  }
}

#document.report-healthliteracy .m_graph .type {
  transform-origin: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .m_graph .line::before {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .m_graph .line::before {
    width: 40px;
    height: 40px;
  }
  #document.report-healthliteracy .m_graph .line .val {
    border-left-width: 1px;
  }
}

#document.report-healthliteracy .questionHeading .mark {
  display: inline-block;
  margin-right: 5px;
  font-family: Inter, sans-serif;
}

#document.report-healthliteracy .questionHeading .note {
  color: #1A2229;
}

#document.report-healthliteracy .questionHeading[class*="_indent"] {
  position: relative;
  text-align: left;
  padding-left: 1.4em;
}

#document.report-healthliteracy .questionHeading[class*="_indent"] .mark {
  position: absolute;
  left: 0;
  margin-right: 0;
}

#document.report-healthliteracy .questionHeading[class*="_indent"] .note {
  display: inline-block;
  line-height: 1.2;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .questionHeading {
    margin: 90px 0 37px;
    text-align: center;
    font-size: 1.25rem;
  }
  #document.report-healthliteracy .questionHeading[class*="_small"] {
    font-size: 1.125rem;
  }
  #document.report-healthliteracy .questionHeading[class*="_small"] .mark {
    font-size: 1.25rem;
    margin-right: 11px;
  }
  #document.report-healthliteracy .questionHeading .note {
    font-size: 0.75rem;
  }
  #document.report-healthliteracy .questionHeading[class*="_indent"] br:not([class="m_pcHide"]) + .note {
    transform: translateY(-7px);
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .questionHeading {
    position: relative;
    margin: 0 0 26px;
    border-bottom: 1px solid #dee1e3;
    padding: 0 0 15px 1.8em;
    font-size: 1rem;
    text-align: left;
  }
  #document.report-healthliteracy .questionHeading .mark {
    position: absolute;
    top: -2px;
    left: 0;
    margin-right: 0;
    font-size: 1.125rem;
  }
  #document.report-healthliteracy .questionHeading .note {
    font-size: 0.625rem;
  }
  #document.report-healthliteracy .questionHeading[class*="_small"] {
    font-size: 0.9375rem;
    padding: 0 0 19px 1.5em;
  }
  #document.report-healthliteracy .questionHeading[class*="_small"] .mark {
    font-size: 1.125rem;
  }
  #document.report-healthliteracy .questionHeading[class*="_indent"] {
    margin: 0 0 9px;
    border-bottom: none;
    padding: 0 0 0 1.7em;
    font-size: 0.9375rem;
  }
}

#document.report-healthliteracy .borderHeading {
  text-align: center;
}

#document.report-healthliteracy .borderHeading .subtitle {
  display: block;
  color: #ffa74e;
}

#document.report-healthliteracy .borderHeading .subtitle .num {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background: #ffa74e;
  color: #ffffff;
  transform: translateY(-2px);
}

@media (min-width: 768px) {
  #document.report-healthliteracy .borderHeading {
    display: flex;
    align-items: center;
    margin: 0 0 43px;
    font-size: 1.625rem;
  }
  #document.report-healthliteracy .borderHeading::before, #document.report-healthliteracy .borderHeading::after {
    flex-grow: 1;
    flex-shrink: 0;
    border-top: 1px solid #dee1e3;
    content: "";
    transform: translateY(-1px);
  }
  #document.report-healthliteracy .borderHeading::before {
    margin-right: 38px;
  }
  #document.report-healthliteracy .borderHeading::after {
    margin-left: 38px;
  }
  #document.report-healthliteracy .borderHeading .subtitle {
    margin: 0 0 12px;
    font-size: 1.125rem;
  }
  #document.report-healthliteracy .borderHeading .subtitle .num {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 1rem;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .borderHeading {
    margin: 0 0 25px;
    font-size: 1.25rem;
  }
  #document.report-healthliteracy .borderHeading .subtitle {
    margin: 0 0 19px;
    font-size: 0.9375rem;
  }
  #document.report-healthliteracy .borderHeading .subtitle .num {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    font-size: 0.875rem;
    line-height: 20px;
  }
}

#document.report-healthliteracy .wave {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  transition: opacity 0.4s ease;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .wave {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .wave {
    width: 100%;
  }
}

#document.report-healthliteracy .wave .line {
  position: absolute;
  border: 1px solid;
  border-radius: 24%;
  transform-origin: 50% 49%;
  transition: border-color 0.8s ease-out;
  opacity: 0.5;
  pointer-events: none;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .wave .line {
    left: 300px;
    top: -150px;
    width: 1000px;
    height: 1200px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .wave .line {
    top: -50vh;
    width: 200vh;
    height: 200vh;
    left: 95vw;
  }
}

#document.report-healthliteracy .wave .line:nth-of-type(1) {
  border-radius: 52% 42% 38% 40%;
  border-color: rgba(253, 127, 195, 0.4);
  transform: rotate(30deg);
}

#document.report-healthliteracy .wave .line:nth-of-type(2) {
  border-radius: 35% 50% 42% 46% / 80% 46% 60% 50%;
  border-color: rgba(253, 127, 195, 0.8);
  transform: rotate(45deg);
}

.js_run #document.report-healthliteracy .wave .line {
  animation: wave 80s linear infinite;
}

.js_run #document.report-healthliteracy .wave .line:nth-of-type(2) {
  animation-duration: 60s;
}

#document.report-healthliteracy .wave[class*="_color01"] .line:nth-of-type(1) {
  border-color: rgba(253, 127, 195, 0.4);
}

#document.report-healthliteracy .wave[class*="_color01"] .line:nth-of-type(2) {
  border-color: rgba(253, 127, 195, 0.8);
}

#document.report-healthliteracy .wave[class*="_color02"] .line:nth-of-type(1) {
  border-color: rgba(131, 208, 89, 0.4);
}

#document.report-healthliteracy .wave[class*="_color02"] .line:nth-of-type(2) {
  border-color: rgba(131, 208, 89, 0.8);
}

#document.report-healthliteracy .wave[class*="_color03"] .line:nth-of-type(1) {
  border-color: rgba(255, 167, 78, 0.4);
}

#document.report-healthliteracy .wave[class*="_color03"] .line:nth-of-type(2) {
  border-color: rgba(255, 167, 78, 0.8);
}

#document.report-healthliteracy .wave[class*="_color04"] .line:nth-of-type(1) {
  border-color: rgba(190, 165, 51, 0.4);
}

#document.report-healthliteracy .wave[class*="_color04"] .line:nth-of-type(2) {
  border-color: rgba(190, 165, 51, 0.8);
}

#document.report-healthliteracy .note {
  color: #606e79;
  margin: 0;
}

#document.report-healthliteracy .note > li:not([class]) {
  padding-left: 1.4em;
  text-indent: -1.4em;
}

#document.report-healthliteracy .note > li:not([class])::before {
  display: inline-block;
  width: 1.4em;
  content: '※';
  text-indent: 0;
}

#document.report-healthliteracy .note > .mark {
  position: relative;
  padding-left: 2em;
}

#document.report-healthliteracy .note > .mark .mark {
  position: absolute;
  left: 0;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .note {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .note {
    font-size: 0.75rem;
  }
}

#document.report-healthliteracy .link .arrow {
  color: #1A2229;
}

#document.report-healthliteracy .link .arrow::after {
  display: inline-block;
  margin-left: 8px;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .link {
    margin: 60px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .link {
    margin: 40px 0 0;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .tab {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .tab {
    position: relative;
    display: flex;
    gap: 0 9px;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
  #document.report-healthliteracy .tab::after {
    content: "";
    position: absolute;
    left: -30px;
    bottom: 3px;
    z-index: -1;
    width: calc(100% + 60px);
    height: 1px;
    background-color: #dee1e3;
  }
  #document.report-healthliteracy .tab > li {
    display: block;
    margin-bottom: 10px;
    border-top: 4px solid #ffdcb8;
    border-left: 1px solid #dee1e3;
    border-right: 1px solid #dee1e3;
    padding: 6px 0 7px;
    width: 100%;
    font-size: 1rem;
    background-color: #ffffff;
    text-align: center;
  }
  #document.report-healthliteracy .tab > li button {
    color: #1A2229;
    line-height: 1.4;
  }
  #document.report-healthliteracy .tab > li .mark {
    display: block;
    color: #ffdcb8;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    font-family: Inter, sans-serif;
  }
  #document.report-healthliteracy .tab > li .note {
    display: inline-block;
    font-size: 0.625rem;
    color: #1A2229;
  }
  #document.report-healthliteracy .tab > li .small {
    display: block;
    font-size: 0.6875rem;
  }
  #document.report-healthliteracy .tab > li.is-current {
    margin-bottom: 0;
    position: relative;
    top: -3px;
    border-top-width: 8px;
    border-top-color: #ffa74e;
  }
  #document.report-healthliteracy .tab > li.is-current button {
    font-weight: 700;
  }
  #document.report-healthliteracy .tab > li.is-current .mark {
    color: #ffa74e;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .js-tab-target {
    display: none;
  }
  #document.report-healthliteracy .js-tab-target.is-current {
    display: block;
  }
}

#document.report-healthliteracy .a_about {
  position: relative;
  z-index: 5;
}

#document.report-healthliteracy .a_about .head {
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_about .head {
    padding-top: 110px;
    padding-bottom: 94px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_about .head {
    padding-top: 67px;
    padding-bottom: 63px;
  }
}

#document.report-healthliteracy .a_about .head::after {
  content: "";
  position: absolute;
  bottom: -58px;
  left: 50%;
  width: 1px;
  height: 120px;
  background-color: #1A2229;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_about .head::after {
    height: 80px;
    bottom: -40px;
  }
}

#document.report-healthliteracy .a_about .head .label {
  font-weight: bold;
  display: inline-block;
  color: #fd7fc3;
  border: 1px solid #fd7fc3;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_about .head .label {
    padding: 10px 29px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_about .head .label {
    padding: 7px 15px;
    font-size: 1rem;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.report-healthliteracy .a_about .head .label {
    padding: 13px 30px 7px;
  }
}

#document.report-healthliteracy .a_about .head .ttl {
  font-weight: bold;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_about .head .ttl {
    margin: 22px 0 0 0;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_about .head .ttl {
    margin: 24px 0 0 0;
    font-size: 1.5rem;
  }
}

#document.report-healthliteracy .a_about .head > span:not([class]) {
  display: inline-block;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_about .head > span:not([class]) {
    display: none;
  }
}

#document.report-healthliteracy .a_about .head > span:not([class]) img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.report-healthliteracy .a_about .head > span:not([class]):nth-of-type(1) {
  left: 2px;
}

#document.report-healthliteracy .a_about .head > span:not([class]):nth-of-type(2) {
  bottom: -1px;
  right: -11px;
}

#document.report-healthliteracy .a_about .head.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.report-healthliteracy .a_about .head.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.report-healthliteracy .a_about .head.js_anim.is_anim img {
  transition: opacity 1s ease 0.3s;
}

#document.report-healthliteracy .a_about .head.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document.report-healthliteracy .a_about .body {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_about .body {
    padding: 108px 0 95px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_about .body {
    text-align: left;
    padding: 76px 30px 74px;
  }
}

#document.report-healthliteracy .a_about .body::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  min-width: 100%;
  height: 100%;
  background-color: rgba(253, 127, 195, 0.1);
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_about .body .text {
    margin-bottom: 22px;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_about .body .text {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

#document.report-healthliteracy .a_about .body .note {
  color: #606e79;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_about .body .note {
    margin-top: 48px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_about .body .note {
    margin-top: 29px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

#document.report-healthliteracy .a_content {
  position: relative;
  z-index: 10;
}

#document.report-healthliteracy .a_content::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #ffffff;
}

@media (min-width: 1001px) {
  #document.report-healthliteracy .a_content::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}

#document.report-healthliteracy .a_content .section {
  position: relative;
}

#document.report-healthliteracy .a_content .section > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section {
    padding: 252px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section {
    padding: 165px 30px 0px;
  }
}

#document.report-healthliteracy .a_content .section::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
}

@media (min-width: 1001px) {
  #document.report-healthliteracy .a_content .section::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section::before {
    right: -40px;
    left: -40px;
  }
}

#document.report-healthliteracy .a_content .section > .heading {
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section > .heading {
    margin: 0 0 47.5px;
    font-size: 1.625rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section > .heading {
    margin: -5px 0;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

#document.report-healthliteracy .a_content .section > .heading .num {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section > .heading .num {
    top: -113px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section > .heading .num {
    top: -60px;
  }
}

#document.report-healthliteracy .a_content .section > .lead {
  position: relative;
  text-align: center;
  z-index: 0;
}

#document.report-healthliteracy .a_content .section > .lead::before, #document.report-healthliteracy .a_content .section > .lead::after {
  position: absolute;
  right: 0;
  left: 0;
  border-top: 3px solid;
  border-bottom: 3px solid;
  height: 1px;
  content: "";
  z-index: -1;
}

#document.report-healthliteracy .a_content .section > .lead::before {
  top: -3px;
}

#document.report-healthliteracy .a_content .section > .lead::after {
  bottom: -3px;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section > .lead {
    margin: 52px 0 97px;
    padding: 37px 0 45px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section > .lead {
    margin: 39px 0 59px;
    padding: 30px 0 24px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

#document.report-healthliteracy .a_content .section .result.is_anim {
  transition: opacity 0.8s ease 0.3s;
}

#document.report-healthliteracy .a_content .section .result.is_reset {
  opacity: 0;
}

#document.report-healthliteracy .a_content .section01::before {
  background-color: #ffffff;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.report-healthliteracy .a_content .section01 > .heading .num img {
    width: 57px;
  }
}

#document.report-healthliteracy .a_content .section01 > .lead::before, #document.report-healthliteracy .a_content .section01 > .lead::after {
  background-color: #fd8dc9;
  border-color: #ffffff;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 > .lead .m_br {
    display: inline-block;
    margin: 0 -10px;
  }
}

#document.report-healthliteracy .a_content .section01 .m_graph .type01 {
  stroke: #ffa74e;
}

#document.report-healthliteracy .a_content .section01 .m_graph .type02 {
  stroke: #feca95;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .m_barGraph {
    margin: 0px 0 23px 31px;
    width: calc(100% - 31px);
  }
}

#document.report-healthliteracy .a_content .section01 .m_barGraph th .note {
  color: #1A2229;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .m_barGraph th {
    font-size: 0.9375rem;
    line-height: 1.4;
    height: 42px;
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph th .note {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .m_barGraph th .note {
    font-size: 0.625rem;
  }
}

#document.report-healthliteracy .a_content .section01 .m_barGraph td {
  color: #ffa74e;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph::before {
    left: 78px;
  }
}

#document.report-healthliteracy .a_content .section01 .m_barGraph td .graph::after {
  background: #ffa74e;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph::after {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph::after {
    margin-left: 4px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="0"]::after {
    width: calc(0 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="1"]::after {
    width: calc(1 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="2"]::after {
    width: calc(2 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="3"]::after {
    width: calc(3 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="4"]::after {
    width: calc(4 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="5"]::after {
    width: calc(5 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="6"]::after {
    width: calc(6 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="7"]::after {
    width: calc(7 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="8"]::after {
    width: calc(8 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="9"]::after {
    width: calc(9 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="10"]::after {
    width: calc(10 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="11"]::after {
    width: calc(11 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="12"]::after {
    width: calc(12 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="13"]::after {
    width: calc(13 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="14"]::after {
    width: calc(14 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="15"]::after {
    width: calc(15 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="16"]::after {
    width: calc(16 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="17"]::after {
    width: calc(17 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="18"]::after {
    width: calc(18 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="19"]::after {
    width: calc(19 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="20"]::after {
    width: calc(20 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="21"]::after {
    width: calc(21 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="22"]::after {
    width: calc(22 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="23"]::after {
    width: calc(23 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="24"]::after {
    width: calc(24 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="25"]::after {
    width: calc(25 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="26"]::after {
    width: calc(26 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="27"]::after {
    width: calc(27 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="28"]::after {
    width: calc(28 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="29"]::after {
    width: calc(29 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="30"]::after {
    width: calc(30 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="31"]::after {
    width: calc(31 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="32"]::after {
    width: calc(32 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="33"]::after {
    width: calc(33 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="34"]::after {
    width: calc(34 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="35"]::after {
    width: calc(35 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="36"]::after {
    width: calc(36 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="37"]::after {
    width: calc(37 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="38"]::after {
    width: calc(38 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="39"]::after {
    width: calc(39 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="40"]::after {
    width: calc(40 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="41"]::after {
    width: calc(41 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="42"]::after {
    width: calc(42 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="43"]::after {
    width: calc(43 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="44"]::after {
    width: calc(44 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="45"]::after {
    width: calc(45 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="46"]::after {
    width: calc(46 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="47"]::after {
    width: calc(47 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="48"]::after {
    width: calc(48 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="49"]::after {
    width: calc(49 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="50"]::after {
    width: calc(50 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="51"]::after {
    width: calc(51 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="52"]::after {
    width: calc(52 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="53"]::after {
    width: calc(53 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="54"]::after {
    width: calc(54 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="55"]::after {
    width: calc(55 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="56"]::after {
    width: calc(56 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="57"]::after {
    width: calc(57 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="58"]::after {
    width: calc(58 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="59"]::after {
    width: calc(59 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="60"]::after {
    width: calc(60 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="61"]::after {
    width: calc(61 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="62"]::after {
    width: calc(62 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="63"]::after {
    width: calc(63 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="64"]::after {
    width: calc(64 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="65"]::after {
    width: calc(65 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="66"]::after {
    width: calc(66 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="67"]::after {
    width: calc(67 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="68"]::after {
    width: calc(68 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="69"]::after {
    width: calc(69 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="70"]::after {
    width: calc(70 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="71"]::after {
    width: calc(71 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="72"]::after {
    width: calc(72 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="73"]::after {
    width: calc(73 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="74"]::after {
    width: calc(74 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="75"]::after {
    width: calc(75 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="76"]::after {
    width: calc(76 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="77"]::after {
    width: calc(77 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="78"]::after {
    width: calc(78 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="79"]::after {
    width: calc(79 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="80"]::after {
    width: calc(80 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="81"]::after {
    width: calc(81 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="82"]::after {
    width: calc(82 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="83"]::after {
    width: calc(83 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="84"]::after {
    width: calc(84 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="85"]::after {
    width: calc(85 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="86"]::after {
    width: calc(86 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="87"]::after {
    width: calc(87 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="88"]::after {
    width: calc(88 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="89"]::after {
    width: calc(89 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="90"]::after {
    width: calc(90 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="91"]::after {
    width: calc(91 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="92"]::after {
    width: calc(92 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="93"]::after {
    width: calc(93 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="94"]::after {
    width: calc(94 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="95"]::after {
    width: calc(95 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="96"]::after {
    width: calc(96 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="97"]::after {
    width: calc(97 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="98"]::after {
    width: calc(98 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="99"]::after {
    width: calc(99 * 2px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="100"]::after {
    width: calc(100 * 2px);
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="0"]::after {
    width: calc(0 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="1"]::after {
    width: calc(1 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="2"]::after {
    width: calc(2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="3"]::after {
    width: calc(3 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="4"]::after {
    width: calc(4 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="5"]::after {
    width: calc(5 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="6"]::after {
    width: calc(6 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="7"]::after {
    width: calc(7 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="8"]::after {
    width: calc(8 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="9"]::after {
    width: calc(9 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="10"]::after {
    width: calc(10 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="11"]::after {
    width: calc(11 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="12"]::after {
    width: calc(12 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="13"]::after {
    width: calc(13 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="14"]::after {
    width: calc(14 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="15"]::after {
    width: calc(15 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="16"]::after {
    width: calc(16 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="17"]::after {
    width: calc(17 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="18"]::after {
    width: calc(18 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="19"]::after {
    width: calc(19 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="20"]::after {
    width: calc(20 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="21"]::after {
    width: calc(21 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="22"]::after {
    width: calc(22 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="23"]::after {
    width: calc(23 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="24"]::after {
    width: calc(24 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="25"]::after {
    width: calc(25 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="26"]::after {
    width: calc(26 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="27"]::after {
    width: calc(27 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="28"]::after {
    width: calc(28 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="29"]::after {
    width: calc(29 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="30"]::after {
    width: calc(30 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="31"]::after {
    width: calc(31 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="32"]::after {
    width: calc(32 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="33"]::after {
    width: calc(33 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="34"]::after {
    width: calc(34 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="35"]::after {
    width: calc(35 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="36"]::after {
    width: calc(36 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="37"]::after {
    width: calc(37 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="38"]::after {
    width: calc(38 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="39"]::after {
    width: calc(39 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="40"]::after {
    width: calc(40 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="41"]::after {
    width: calc(41 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="42"]::after {
    width: calc(42 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="43"]::after {
    width: calc(43 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="44"]::after {
    width: calc(44 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="45"]::after {
    width: calc(45 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="46"]::after {
    width: calc(46 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="47"]::after {
    width: calc(47 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="48"]::after {
    width: calc(48 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="49"]::after {
    width: calc(49 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="50"]::after {
    width: calc(50 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="51"]::after {
    width: calc(51 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="52"]::after {
    width: calc(52 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="53"]::after {
    width: calc(53 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="54"]::after {
    width: calc(54 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="55"]::after {
    width: calc(55 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="56"]::after {
    width: calc(56 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="57"]::after {
    width: calc(57 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="58"]::after {
    width: calc(58 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="59"]::after {
    width: calc(59 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="60"]::after {
    width: calc(60 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="61"]::after {
    width: calc(61 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="62"]::after {
    width: calc(62 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="63"]::after {
    width: calc(63 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="64"]::after {
    width: calc(64 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="65"]::after {
    width: calc(65 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="66"]::after {
    width: calc(66 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="67"]::after {
    width: calc(67 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="68"]::after {
    width: calc(68 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="69"]::after {
    width: calc(69 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="70"]::after {
    width: calc(70 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="71"]::after {
    width: calc(71 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="72"]::after {
    width: calc(72 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="73"]::after {
    width: calc(73 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="74"]::after {
    width: calc(74 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="75"]::after {
    width: calc(75 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="76"]::after {
    width: calc(76 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="77"]::after {
    width: calc(77 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="78"]::after {
    width: calc(78 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="79"]::after {
    width: calc(79 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="80"]::after {
    width: calc(80 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="81"]::after {
    width: calc(81 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="82"]::after {
    width: calc(82 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="83"]::after {
    width: calc(83 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="84"]::after {
    width: calc(84 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="85"]::after {
    width: calc(85 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="86"]::after {
    width: calc(86 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="87"]::after {
    width: calc(87 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="88"]::after {
    width: calc(88 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="89"]::after {
    width: calc(89 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="90"]::after {
    width: calc(90 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="91"]::after {
    width: calc(91 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="92"]::after {
    width: calc(92 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="93"]::after {
    width: calc(93 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="94"]::after {
    width: calc(94 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="95"]::after {
    width: calc(95 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="96"]::after {
    width: calc(96 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="97"]::after {
    width: calc(97 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="98"]::after {
    width: calc(98 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="99"]::after {
    width: calc(99 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .m_barGraph td .graph[data-graph-val="100"]::after {
    width: calc(100 * 1px);
  }
}

#document.report-healthliteracy .a_content .section01 .m_barGraph .important th {
  font-weight: 700;
}

#document.report-healthliteracy .a_content .section01 .m_barGraph .important td {
  color: #5e7950;
}

#document.report-healthliteracy .a_content .section01 .m_barGraph .important td .graph::after {
  background: #5e7950;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .m_barGraph tbody tr:nth-of-type(n+2) th,
  #document.report-healthliteracy .a_content .section01 .m_barGraph tbody tr:nth-of-type(n+2) td {
    padding-top: 18px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .m_barGraph tbody tr:first-child td .graph::before {
    top: 30px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .m_barGraph tbody tr:last-child td .graph::before {
    bottom: 19px;
  }
}

#document.report-healthliteracy .a_content .section01 .m_barGraph.type02 td {
  color: #feca95;
}

#document.report-healthliteracy .a_content .section01 .m_barGraph.type02 td .graph::after {
  background: #feca95;
}

#document.report-healthliteracy .a_content .section01 .questionHeading .mark {
  color: #ffa74e;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .text {
    text-align: center;
    margin: 43px 0 0;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .text {
    margin: 0 0 70.5px;
    font-size: 0.9375rem;
    line-height: 2;
    text-align: center;
  }
}

#document.report-healthliteracy .a_content .section01 .columnBox .questionHeading {
  text-align: left;
  border-bottom: 1px solid #dee1e3;
}

#document.report-healthliteracy .a_content .section01 .columnBox .inner .graph {
  overflow: hidden;
  position: relative;
  height: 20px;
}

#document.report-healthliteracy .a_content .section01 .columnBox .inner .graph::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 0 100px 100px 0;
}

#document.report-healthliteracy .a_content .section01 .columnBox .inner .graph::before {
  background: #feca95;
  box-shadow: 0px 0px 0px 2px #ffffff;
  z-index: 1;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="1"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="1"]::before {
  width: 1%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="2"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="2"]::before {
  width: 2%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="3"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="3"]::before {
  width: 3%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="4"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="4"]::before {
  width: 4%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="5"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="5"]::before {
  width: 5%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="6"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="6"]::before {
  width: 6%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="7"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="7"]::before {
  width: 7%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="8"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="8"]::before {
  width: 8%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="9"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="9"]::before {
  width: 9%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="10"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="10"]::before {
  width: 10%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="11"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="11"]::before {
  width: 11%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="12"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="12"]::before {
  width: 12%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="13"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="13"]::before {
  width: 13%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="14"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="14"]::before {
  width: 14%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="15"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="15"]::before {
  width: 15%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="16"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="16"]::before {
  width: 16%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="17"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="17"]::before {
  width: 17%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="18"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="18"]::before {
  width: 18%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="19"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="19"]::before {
  width: 19%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="20"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="20"]::before {
  width: 20%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="21"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="21"]::before {
  width: 21%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="22"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="22"]::before {
  width: 22%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="23"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="23"]::before {
  width: 23%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="24"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="24"]::before {
  width: 24%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="25"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="25"]::before {
  width: 25%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="26"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="26"]::before {
  width: 26%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="27"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="27"]::before {
  width: 27%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="28"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="28"]::before {
  width: 28%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="29"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="29"]::before {
  width: 29%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="30"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="30"]::before {
  width: 30%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="31"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="31"]::before {
  width: 31%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="32"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="32"]::before {
  width: 32%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="33"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="33"]::before {
  width: 33%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="34"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="34"]::before {
  width: 34%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="35"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="35"]::before {
  width: 35%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="36"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="36"]::before {
  width: 36%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="37"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="37"]::before {
  width: 37%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="38"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="38"]::before {
  width: 38%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="39"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="39"]::before {
  width: 39%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="40"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="40"]::before {
  width: 40%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="41"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="41"]::before {
  width: 41%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="42"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="42"]::before {
  width: 42%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="43"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="43"]::before {
  width: 43%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="44"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="44"]::before {
  width: 44%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="45"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="45"]::before {
  width: 45%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="46"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="46"]::before {
  width: 46%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="47"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="47"]::before {
  width: 47%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="48"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="48"]::before {
  width: 48%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="49"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="49"]::before {
  width: 49%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="50"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="50"]::before {
  width: 50%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="51"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="51"]::before {
  width: 51%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="52"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="52"]::before {
  width: 52%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="53"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="53"]::before {
  width: 53%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="54"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="54"]::before {
  width: 54%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="55"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="55"]::before {
  width: 55%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="56"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="56"]::before {
  width: 56%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="57"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="57"]::before {
  width: 57%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="58"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="58"]::before {
  width: 58%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="59"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="59"]::before {
  width: 59%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="60"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="60"]::before {
  width: 60%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="61"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="61"]::before {
  width: 61%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="62"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="62"]::before {
  width: 62%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="63"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="63"]::before {
  width: 63%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="64"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="64"]::before {
  width: 64%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="65"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="65"]::before {
  width: 65%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="66"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="66"]::before {
  width: 66%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="67"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="67"]::before {
  width: 67%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="68"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="68"]::before {
  width: 68%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="69"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="69"]::before {
  width: 69%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="70"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="70"]::before {
  width: 70%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="71"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="71"]::before {
  width: 71%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="72"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="72"]::before {
  width: 72%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="73"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="73"]::before {
  width: 73%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="74"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="74"]::before {
  width: 74%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="75"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="75"]::before {
  width: 75%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="76"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="76"]::before {
  width: 76%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="77"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="77"]::before {
  width: 77%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="78"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="78"]::before {
  width: 78%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="79"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="79"]::before {
  width: 79%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="80"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="80"]::before {
  width: 80%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="81"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="81"]::before {
  width: 81%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="82"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="82"]::before {
  width: 82%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="83"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="83"]::before {
  width: 83%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="84"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="84"]::before {
  width: 84%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="85"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="85"]::before {
  width: 85%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="86"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="86"]::before {
  width: 86%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="87"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="87"]::before {
  width: 87%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="88"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="88"]::before {
  width: 88%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="89"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="89"]::before {
  width: 89%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="90"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="90"]::before {
  width: 90%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="91"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="91"]::before {
  width: 91%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="92"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="92"]::before {
  width: 92%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="93"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="93"]::before {
  width: 93%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="94"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="94"]::before {
  width: 94%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="95"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="95"]::before {
  width: 95%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="96"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="96"]::before {
  width: 96%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="97"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="97"]::before {
  width: 97%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="98"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="98"]::before {
  width: 98%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="99"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="99"]::before {
  width: 99%;
}

.js_run #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="100"]::before, #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph[data-graph-val="100"]::before {
  width: 100%;
}

#document.report-healthliteracy .a_content .section01 .columnBox .inner .graph::after {
  background: #eceeef;
  width: 100%;
  z-index: 0;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .result {
  transition: opacity 0.8s ease;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="1"]::before {
  transition: width calc(1s * (1) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="2"]::before {
  transition: width calc(1s * (2) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="3"]::before {
  transition: width calc(1s * (3) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="4"]::before {
  transition: width calc(1s * (4) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="5"]::before {
  transition: width calc(1s * (5) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="6"]::before {
  transition: width calc(1s * (6) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="7"]::before {
  transition: width calc(1s * (7) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="8"]::before {
  transition: width calc(1s * (8) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="9"]::before {
  transition: width calc(1s * (9) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="10"]::before {
  transition: width calc(1s * (10) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="11"]::before {
  transition: width calc(1s * (11) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="12"]::before {
  transition: width calc(1s * (12) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="13"]::before {
  transition: width calc(1s * (13) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="14"]::before {
  transition: width calc(1s * (14) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="15"]::before {
  transition: width calc(1s * (15) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="16"]::before {
  transition: width calc(1s * (16) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="17"]::before {
  transition: width calc(1s * (17) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="18"]::before {
  transition: width calc(1s * (18) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="19"]::before {
  transition: width calc(1s * (19) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="20"]::before {
  transition: width calc(1s * (20) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="21"]::before {
  transition: width calc(1s * (21) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="22"]::before {
  transition: width calc(1s * (22) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="23"]::before {
  transition: width calc(1s * (23) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="24"]::before {
  transition: width calc(1s * (24) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="25"]::before {
  transition: width calc(1s * (25) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="26"]::before {
  transition: width calc(1s * (26) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="27"]::before {
  transition: width calc(1s * (27) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="28"]::before {
  transition: width calc(1s * (28) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="29"]::before {
  transition: width calc(1s * (29) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="30"]::before {
  transition: width calc(1s * (30) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="31"]::before {
  transition: width calc(1s * (31) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="32"]::before {
  transition: width calc(1s * (32) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="33"]::before {
  transition: width calc(1s * (33) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="34"]::before {
  transition: width calc(1s * (34) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="35"]::before {
  transition: width calc(1s * (35) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="36"]::before {
  transition: width calc(1s * (36) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="37"]::before {
  transition: width calc(1s * (37) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="38"]::before {
  transition: width calc(1s * (38) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="39"]::before {
  transition: width calc(1s * (39) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="40"]::before {
  transition: width calc(1s * (40) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="41"]::before {
  transition: width calc(1s * (41) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="42"]::before {
  transition: width calc(1s * (42) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="43"]::before {
  transition: width calc(1s * (43) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="44"]::before {
  transition: width calc(1s * (44) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="45"]::before {
  transition: width calc(1s * (45) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="46"]::before {
  transition: width calc(1s * (46) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="47"]::before {
  transition: width calc(1s * (47) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="48"]::before {
  transition: width calc(1s * (48) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="49"]::before {
  transition: width calc(1s * (49) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="50"]::before {
  transition: width calc(1s * (50) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="51"]::before {
  transition: width calc(1s * (51) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="52"]::before {
  transition: width calc(1s * (52) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="53"]::before {
  transition: width calc(1s * (53) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="54"]::before {
  transition: width calc(1s * (54) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="55"]::before {
  transition: width calc(1s * (55) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="56"]::before {
  transition: width calc(1s * (56) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="57"]::before {
  transition: width calc(1s * (57) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="58"]::before {
  transition: width calc(1s * (58) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="59"]::before {
  transition: width calc(1s * (59) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="60"]::before {
  transition: width calc(1s * (60) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="61"]::before {
  transition: width calc(1s * (61) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="62"]::before {
  transition: width calc(1s * (62) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="63"]::before {
  transition: width calc(1s * (63) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="64"]::before {
  transition: width calc(1s * (64) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="65"]::before {
  transition: width calc(1s * (65) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="66"]::before {
  transition: width calc(1s * (66) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="67"]::before {
  transition: width calc(1s * (67) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="68"]::before {
  transition: width calc(1s * (68) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="69"]::before {
  transition: width calc(1s * (69) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="70"]::before {
  transition: width calc(1s * (70) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="71"]::before {
  transition: width calc(1s * (71) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="72"]::before {
  transition: width calc(1s * (72) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="73"]::before {
  transition: width calc(1s * (73) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="74"]::before {
  transition: width calc(1s * (74) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="75"]::before {
  transition: width calc(1s * (75) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="76"]::before {
  transition: width calc(1s * (76) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="77"]::before {
  transition: width calc(1s * (77) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="78"]::before {
  transition: width calc(1s * (78) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="79"]::before {
  transition: width calc(1s * (79) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="80"]::before {
  transition: width calc(1s * (80) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="81"]::before {
  transition: width calc(1s * (81) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="82"]::before {
  transition: width calc(1s * (82) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="83"]::before {
  transition: width calc(1s * (83) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="84"]::before {
  transition: width calc(1s * (84) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="85"]::before {
  transition: width calc(1s * (85) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="86"]::before {
  transition: width calc(1s * (86) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="87"]::before {
  transition: width calc(1s * (87) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="88"]::before {
  transition: width calc(1s * (88) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="89"]::before {
  transition: width calc(1s * (89) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="90"]::before {
  transition: width calc(1s * (90) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="91"]::before {
  transition: width calc(1s * (91) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="92"]::before {
  transition: width calc(1s * (92) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="93"]::before {
  transition: width calc(1s * (93) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="94"]::before {
  transition: width calc(1s * (94) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="95"]::before {
  transition: width calc(1s * (95) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="96"]::before {
  transition: width calc(1s * (96) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="97"]::before {
  transition: width calc(1s * (97) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="98"]::before {
  transition: width calc(1s * (98) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="99"]::before {
  transition: width calc(1s * (99) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph[data-graph-val="100"]::before {
  transition: width calc(1s * (100) / 100) linear 0.3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_anim .graph::after {
  transition: width 1s linear .3s;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_reset .result {
  opacity: 0;
}

#document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_reset .graph[data-graph-val]::before, #document.report-healthliteracy .a_content .section01 .columnBox .innerBox.is_reset .graph::after {
  width: 0;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .columnBox {
    display: flex;
    gap: 0 100px;
    margin: 88px 0 0;
  }
  #document.report-healthliteracy .a_content .section01 .columnBox .column {
    flex-shrink: 0;
    flex-basis: 450px;
  }
  #document.report-healthliteracy .a_content .section01 .columnBox .questionHeading {
    margin: 0 0 36px;
    padding: 0 0 22px;
  }
  #document.report-healthliteracy .a_content .section01 .columnBox .inner {
    padding: 0 31px;
  }
  #document.report-healthliteracy .a_content .section01 .columnBox .inner > .heading {
    font-size: 1rem;
    margin: 0 0 11px;
  }
  #document.report-healthliteracy .a_content .section01 .columnBox .inner .innerBox {
    padding: 0 0 0 39px;
  }
  #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph {
    margin: 0 0 36px;
    width: 310px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .columnBox {
    margin: 0 0 60px;
  }
  #document.report-healthliteracy .a_content .section01 .columnBox .inner {
    width: 267px;
    margin: 0 auto;
  }
  #document.report-healthliteracy .a_content .section01 .columnBox .inner > .heading {
    margin: 0 0 7px;
    font-size: 0.875rem;
  }
  #document.report-healthliteracy .a_content .section01 .columnBox .inner .graph {
    margin: 0 0 24px;
    width: 267px;
  }
  #document.report-healthliteracy .a_content .section01 .columnBox.js-tab-target-scope .questionHeading {
    display: none;
  }
}

#document.report-healthliteracy .a_content .section01 .pointBox {
  text-align: center;
  line-height: 2;
}

#document.report-healthliteracy .a_content .section01 .pointBox .head {
  position: relative;
}

#document.report-healthliteracy .a_content .section01 .pointBox .head img {
  height: auto;
}

#document.report-healthliteracy .a_content .section01 .pointBox .head img:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
}

#document.report-healthliteracy .a_content .section01 .pointBox .head.js_anim.is_anim img:nth-of-type(1) {
  transition: opacity 1s ease .3s;
}

#document.report-healthliteracy .a_content .section01 .pointBox .head.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .pointBox {
    margin: 77px 0 0;
  }
  #document.report-healthliteracy .a_content .section01 .pointBox .head {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .pointBox {
    margin: 57px 0 0;
    font-size: 0.9375rem;
    line-height: 2;
  }
  #document.report-healthliteracy .a_content .section01 .pointBox .head {
    margin: 0 auto 28px;
  }
}

#document.report-healthliteracy .a_content .section01 .box {
  border: 1px solid #fd7fc3;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .box {
    margin: 90px 0 100px;
    padding: 50px 0 48px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .box {
    margin: 44px 0 80px;
    padding: 26px 22px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .box .text {
    margin: 0;
    font-size: 1.25rem;
    line-height: 2;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .box .text {
    margin: 0;
    font-size: 1rem;
    line-height: 2;
    text-align: left;
  }
}

#document.report-healthliteracy .a_content .section01 .m_message {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .m_message {
    height: 330px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #document.report-healthliteracy .a_content .section01 .m_message {
    position: relative;
    top: 60px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .m_message {
    padding-bottom: 40px;
  }
}

#document.report-healthliteracy .a_content .section01 .m_message::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  min-width: 100%;
  height: 100%;
  background-color: rgba(253, 127, 195, 0.05);
  transform: translateX(-50%);
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #document.report-healthliteracy .a_content .section01 .m_message::after {
    top: -80px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .m_message .image {
    margin-right: 47px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .m_message .image {
    text-align: center;
    margin: 17px 0 0;
  }
}

#document.report-healthliteracy .a_content .section01 .m_message .image span {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .m_message .image img {
    width: 136px;
  }
}

#document.report-healthliteracy .a_content .section01 .m_message .image img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.report-healthliteracy .a_content .section01 .m_message .image.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.report-healthliteracy .a_content .section01 .m_message .image.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.report-healthliteracy .a_content .section01 .m_message .image.js_anim.is_anim img {
  transition: opacity 1s ease 0.3s;
}

#document.report-healthliteracy .a_content .section01 .m_message .image.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document.report-healthliteracy .a_content .section01 .m_message .mark {
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .m_message .mark {
    margin-top: 38px;
    margin-bottom: -20px;
  }
}

#document.report-healthliteracy .a_content .section01 .m_message .mark svg {
  fill: #fd7fc3;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .m_message .mark svg {
    position: relative;
    bottom: -43px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #document.report-healthliteracy .a_content .section01 .m_message .mark svg {
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .m_message .mark svg {
    width: 19px;
    margin: 22px 0 18px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .m_message .text01 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .m_message .text01 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

#document.report-healthliteracy .a_content .section01 .m_message .text01::before {
  top: 50%;
  left: 50%;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .m_message .text01::before {
    width: 320px;
    height: 210px;
    transform: translate(-50%, -50%) translateY(-50px);
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .m_message .text01::before {
    width: 260px;
    height: 170px;
    transform: translate(-50%, -50%) translateY(-20px);
  }
}

#document.report-healthliteracy .a_content .section01 .content01 {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content01 {
    margin: 0 35px 0 65px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content01 {
    display: grid;
    grid-template-columns: auto 138px;
    grid-template-rows: min-content min-content;
    grid-template-areas: "heading heading" "result graph" "note note";
    margin: 0 auto 75px;
    width: 315px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content01 .questionHeading {
    grid-area: heading;
    margin-right: -2px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph {
    position: absolute;
    top: 66px;
    left: 50%;
    width: 310px;
    height: 310px;
    transform: translateX(-50%) translateX(-15px);
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    transition: stroke-dasharray 0.01s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    transition: stroke-dasharray 0.02s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    stroke-dasharray: 4.867, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    transition: stroke-dasharray 0.03s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    stroke-dasharray: 9.734, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    transition: stroke-dasharray 0.04s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    stroke-dasharray: 14.601, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    transition: stroke-dasharray 0.05s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    stroke-dasharray: 19.468, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    transition: stroke-dasharray 0.06s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    stroke-dasharray: 24.335, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    transition: stroke-dasharray 0.07s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    stroke-dasharray: 29.202, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    transition: stroke-dasharray 0.08s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    stroke-dasharray: 34.069, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    transition: stroke-dasharray 0.09s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    stroke-dasharray: 38.936, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    transition: stroke-dasharray 0.1s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    stroke-dasharray: 43.803, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    transition: stroke-dasharray 0.11s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    stroke-dasharray: 48.67, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    transition: stroke-dasharray 0.12s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    stroke-dasharray: 53.537, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    transition: stroke-dasharray 0.13s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    stroke-dasharray: 58.404, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    transition: stroke-dasharray 0.14s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    stroke-dasharray: 63.271, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    transition: stroke-dasharray 0.15s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    stroke-dasharray: 68.138, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    transition: stroke-dasharray 0.16s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    stroke-dasharray: 73.005, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    transition: stroke-dasharray 0.17s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    stroke-dasharray: 77.872, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    transition: stroke-dasharray 0.18s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    stroke-dasharray: 82.739, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    transition: stroke-dasharray 0.19s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    stroke-dasharray: 87.606, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    transition: stroke-dasharray 0.2s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    stroke-dasharray: 92.473, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    transition: stroke-dasharray 0.21s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    stroke-dasharray: 97.34, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    transition: stroke-dasharray 0.22s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    stroke-dasharray: 102.207, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    transition: stroke-dasharray 0.23s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    stroke-dasharray: 107.074, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    transition: stroke-dasharray 0.24s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    stroke-dasharray: 111.941, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    transition: stroke-dasharray 0.25s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    stroke-dasharray: 116.808, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    transition: stroke-dasharray 0.26s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    stroke-dasharray: 121.675, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    transition: stroke-dasharray 0.27s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    stroke-dasharray: 126.542, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    transition: stroke-dasharray 0.28s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    stroke-dasharray: 131.409, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    transition: stroke-dasharray 0.29s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    stroke-dasharray: 136.276, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    transition: stroke-dasharray 0.3s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    stroke-dasharray: 141.143, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    transition: stroke-dasharray 0.31s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    stroke-dasharray: 146.01, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    transition: stroke-dasharray 0.32s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    stroke-dasharray: 150.877, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    transition: stroke-dasharray 0.33s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    stroke-dasharray: 155.744, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    transition: stroke-dasharray 0.34s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    stroke-dasharray: 160.611, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    transition: stroke-dasharray 0.35s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    stroke-dasharray: 165.478, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    transition: stroke-dasharray 0.36s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    stroke-dasharray: 170.345, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    transition: stroke-dasharray 0.37s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    stroke-dasharray: 175.212, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    transition: stroke-dasharray 0.38s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    stroke-dasharray: 180.079, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    transition: stroke-dasharray 0.39s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    stroke-dasharray: 184.946, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    transition: stroke-dasharray 0.4s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    stroke-dasharray: 189.813, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    transition: stroke-dasharray 0.41s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    stroke-dasharray: 194.68, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    transition: stroke-dasharray 0.42s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    stroke-dasharray: 199.547, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    transition: stroke-dasharray 0.43s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    stroke-dasharray: 204.414, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    transition: stroke-dasharray 0.44s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    stroke-dasharray: 209.281, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    transition: stroke-dasharray 0.45s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    stroke-dasharray: 214.148, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    transition: stroke-dasharray 0.46s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    stroke-dasharray: 219.015, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    transition: stroke-dasharray 0.47s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    stroke-dasharray: 223.882, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    transition: stroke-dasharray 0.48s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    stroke-dasharray: 228.749, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    transition: stroke-dasharray 0.49s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    stroke-dasharray: 233.616, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    transition: stroke-dasharray 0.5s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    stroke-dasharray: 238.483, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    transition: stroke-dasharray 0.51s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    stroke-dasharray: 243.35, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    transition: stroke-dasharray 0.52s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    stroke-dasharray: 248.217, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    transition: stroke-dasharray 0.53s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    stroke-dasharray: 253.084, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    transition: stroke-dasharray 0.54s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    stroke-dasharray: 257.951, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    transition: stroke-dasharray 0.55s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    stroke-dasharray: 262.818, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    transition: stroke-dasharray 0.56s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    stroke-dasharray: 267.685, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    transition: stroke-dasharray 0.57s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    stroke-dasharray: 272.552, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    transition: stroke-dasharray 0.58s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    stroke-dasharray: 277.419, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    transition: stroke-dasharray 0.59s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    stroke-dasharray: 282.286, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    transition: stroke-dasharray 0.6s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    stroke-dasharray: 287.153, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    transition: stroke-dasharray 0.61s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    stroke-dasharray: 292.02, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    transition: stroke-dasharray 0.62s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    stroke-dasharray: 296.887, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    transition: stroke-dasharray 0.63s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    stroke-dasharray: 301.754, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    transition: stroke-dasharray 0.64s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    stroke-dasharray: 306.621, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    transition: stroke-dasharray 0.65s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    stroke-dasharray: 311.488, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    transition: stroke-dasharray 0.66s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    stroke-dasharray: 316.355, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    transition: stroke-dasharray 0.67s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    stroke-dasharray: 321.222, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    transition: stroke-dasharray 0.68s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    stroke-dasharray: 326.089, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    transition: stroke-dasharray 0.69s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    stroke-dasharray: 330.956, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    transition: stroke-dasharray 0.7s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    stroke-dasharray: 335.823, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    transition: stroke-dasharray 0.71s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    stroke-dasharray: 340.69, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    transition: stroke-dasharray 0.72s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    stroke-dasharray: 345.557, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    transition: stroke-dasharray 0.73s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    stroke-dasharray: 350.424, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    transition: stroke-dasharray 0.74s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    stroke-dasharray: 355.291, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    transition: stroke-dasharray 0.75s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    stroke-dasharray: 360.158, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    transition: stroke-dasharray 0.76s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    stroke-dasharray: 365.025, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    transition: stroke-dasharray 0.77s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    stroke-dasharray: 369.892, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    transition: stroke-dasharray 0.78s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    stroke-dasharray: 374.759, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    transition: stroke-dasharray 0.79s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    stroke-dasharray: 379.626, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    transition: stroke-dasharray 0.8s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    stroke-dasharray: 384.493, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    transition: stroke-dasharray 0.81s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    stroke-dasharray: 389.36, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    transition: stroke-dasharray 0.82s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    stroke-dasharray: 394.227, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    transition: stroke-dasharray 0.83s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    stroke-dasharray: 399.094, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    transition: stroke-dasharray 0.84s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    stroke-dasharray: 403.961, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    transition: stroke-dasharray 0.85s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    stroke-dasharray: 408.828, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    transition: stroke-dasharray 0.86s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    stroke-dasharray: 413.695, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    transition: stroke-dasharray 0.87s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    stroke-dasharray: 418.562, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    transition: stroke-dasharray 0.88s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    stroke-dasharray: 423.429, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    transition: stroke-dasharray 0.89s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    stroke-dasharray: 428.296, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    transition: stroke-dasharray 0.9s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    stroke-dasharray: 433.163, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    transition: stroke-dasharray 0.91s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    stroke-dasharray: 438.03, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    transition: stroke-dasharray 0.92s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    stroke-dasharray: 442.897, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    transition: stroke-dasharray 0.93s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    stroke-dasharray: 447.764, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    transition: stroke-dasharray 0.94s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    stroke-dasharray: 452.631, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    transition: stroke-dasharray 0.95s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    stroke-dasharray: 457.498, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    transition: stroke-dasharray 0.96s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    stroke-dasharray: 462.365, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    transition: stroke-dasharray 0.97s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    stroke-dasharray: 467.232, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    transition: stroke-dasharray 0.98s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    stroke-dasharray: 472.099, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    transition: stroke-dasharray 0.99s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    stroke-dasharray: 476.966, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    transition: stroke-dasharray 1s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    stroke-dasharray: 481.833, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val02 {
    transition: stroke-dasharray 1s linear;
    stroke-dasharray: 345.4, 345.4;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim.msie .val01 {
    stroke-dasharray: 0, 486.7;
  }
  *::-ms-backdrop,
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim.msie .val02 {
    stroke-dasharray: 0, 345.4;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="2"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="3"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="4"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="5"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="6"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="7"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="8"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="9"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="10"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="11"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="12"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="13"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="14"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="15"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="16"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="17"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="18"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="19"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="20"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="21"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="22"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="23"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="24"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="25"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="26"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="27"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="28"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="29"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="30"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="31"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="32"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="33"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="34"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="35"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="36"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="37"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="38"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="39"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="40"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="41"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="42"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="43"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="44"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="45"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="46"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="47"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="48"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="49"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="50"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="51"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="52"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="53"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="54"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="55"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="56"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="57"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="58"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="59"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="60"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="61"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="62"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="63"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="64"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="65"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="66"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="67"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="68"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="69"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="70"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="71"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="72"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="73"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="74"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="75"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="76"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="77"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="78"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="79"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="80"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="81"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="82"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="83"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="84"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="85"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="86"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="87"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="88"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="89"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="90"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="91"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="92"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="93"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="94"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="95"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="96"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="97"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="98"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="99"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="100"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val02 {
    stroke-dasharray: 0, 345.4;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph .type01 {
    stroke-width: 155px;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph .type02 {
    stroke-width: 110px;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph .val {
    height: 155px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph {
    grid-area: graph;
    margin: 26px 0 0 auto;
    width: 160px;
    height: 160px;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    transition: stroke-dasharray 0.01s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    transition: stroke-dasharray 0.02s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    stroke-dasharray: 2.512, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    transition: stroke-dasharray 0.03s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    stroke-dasharray: 5.024, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    transition: stroke-dasharray 0.04s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    stroke-dasharray: 7.536, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    transition: stroke-dasharray 0.05s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    stroke-dasharray: 10.048, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    transition: stroke-dasharray 0.06s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    stroke-dasharray: 12.56, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    transition: stroke-dasharray 0.07s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    stroke-dasharray: 15.072, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    transition: stroke-dasharray 0.08s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    stroke-dasharray: 17.584, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    transition: stroke-dasharray 0.09s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    stroke-dasharray: 20.096, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    transition: stroke-dasharray 0.1s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    stroke-dasharray: 22.608, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    transition: stroke-dasharray 0.11s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    stroke-dasharray: 25.12, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    transition: stroke-dasharray 0.12s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    stroke-dasharray: 27.632, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    transition: stroke-dasharray 0.13s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    stroke-dasharray: 30.144, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    transition: stroke-dasharray 0.14s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    stroke-dasharray: 32.656, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    transition: stroke-dasharray 0.15s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    stroke-dasharray: 35.168, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    transition: stroke-dasharray 0.16s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    stroke-dasharray: 37.68, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    transition: stroke-dasharray 0.17s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    stroke-dasharray: 40.192, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    transition: stroke-dasharray 0.18s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    stroke-dasharray: 42.704, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    transition: stroke-dasharray 0.19s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    stroke-dasharray: 45.216, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    transition: stroke-dasharray 0.2s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    stroke-dasharray: 47.728, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    transition: stroke-dasharray 0.21s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    stroke-dasharray: 50.24, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    transition: stroke-dasharray 0.22s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    stroke-dasharray: 52.752, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    transition: stroke-dasharray 0.23s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    stroke-dasharray: 55.264, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    transition: stroke-dasharray 0.24s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    stroke-dasharray: 57.776, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    transition: stroke-dasharray 0.25s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    stroke-dasharray: 60.288, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    transition: stroke-dasharray 0.26s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    stroke-dasharray: 62.8, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    transition: stroke-dasharray 0.27s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    stroke-dasharray: 65.312, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    transition: stroke-dasharray 0.28s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    stroke-dasharray: 67.824, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    transition: stroke-dasharray 0.29s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    stroke-dasharray: 70.336, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    transition: stroke-dasharray 0.3s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    stroke-dasharray: 72.848, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    transition: stroke-dasharray 0.31s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    stroke-dasharray: 75.36, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    transition: stroke-dasharray 0.32s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    stroke-dasharray: 77.872, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    transition: stroke-dasharray 0.33s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    stroke-dasharray: 80.384, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    transition: stroke-dasharray 0.34s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    stroke-dasharray: 82.896, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    transition: stroke-dasharray 0.35s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    stroke-dasharray: 85.408, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    transition: stroke-dasharray 0.36s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    stroke-dasharray: 87.92, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    transition: stroke-dasharray 0.37s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    stroke-dasharray: 90.432, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    transition: stroke-dasharray 0.38s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    stroke-dasharray: 92.944, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    transition: stroke-dasharray 0.39s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    stroke-dasharray: 95.456, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    transition: stroke-dasharray 0.4s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    stroke-dasharray: 97.968, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    transition: stroke-dasharray 0.41s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    stroke-dasharray: 100.48, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    transition: stroke-dasharray 0.42s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    stroke-dasharray: 102.992, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    transition: stroke-dasharray 0.43s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    stroke-dasharray: 105.504, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    transition: stroke-dasharray 0.44s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    stroke-dasharray: 108.016, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    transition: stroke-dasharray 0.45s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    stroke-dasharray: 110.528, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    transition: stroke-dasharray 0.46s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    stroke-dasharray: 113.04, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    transition: stroke-dasharray 0.47s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    stroke-dasharray: 115.552, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    transition: stroke-dasharray 0.48s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    stroke-dasharray: 118.064, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    transition: stroke-dasharray 0.49s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    stroke-dasharray: 120.576, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    transition: stroke-dasharray 0.5s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    stroke-dasharray: 123.088, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    transition: stroke-dasharray 0.51s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    stroke-dasharray: 125.6, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    transition: stroke-dasharray 0.52s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    stroke-dasharray: 128.112, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    transition: stroke-dasharray 0.53s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    stroke-dasharray: 130.624, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    transition: stroke-dasharray 0.54s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    stroke-dasharray: 133.136, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    transition: stroke-dasharray 0.55s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    stroke-dasharray: 135.648, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    transition: stroke-dasharray 0.56s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    stroke-dasharray: 138.16, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    transition: stroke-dasharray 0.57s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    stroke-dasharray: 140.672, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    transition: stroke-dasharray 0.58s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    stroke-dasharray: 143.184, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    transition: stroke-dasharray 0.59s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    stroke-dasharray: 145.696, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    transition: stroke-dasharray 0.6s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    stroke-dasharray: 148.208, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    transition: stroke-dasharray 0.61s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    stroke-dasharray: 150.72, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    transition: stroke-dasharray 0.62s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    stroke-dasharray: 153.232, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    transition: stroke-dasharray 0.63s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    stroke-dasharray: 155.744, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    transition: stroke-dasharray 0.64s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    stroke-dasharray: 158.256, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    transition: stroke-dasharray 0.65s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    stroke-dasharray: 160.768, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    transition: stroke-dasharray 0.66s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    stroke-dasharray: 163.28, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    transition: stroke-dasharray 0.67s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    stroke-dasharray: 165.792, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    transition: stroke-dasharray 0.68s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    stroke-dasharray: 168.304, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    transition: stroke-dasharray 0.69s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    stroke-dasharray: 170.816, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    transition: stroke-dasharray 0.7s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    stroke-dasharray: 173.328, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    transition: stroke-dasharray 0.71s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    stroke-dasharray: 175.84, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    transition: stroke-dasharray 0.72s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    stroke-dasharray: 178.352, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    transition: stroke-dasharray 0.73s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    stroke-dasharray: 180.864, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    transition: stroke-dasharray 0.74s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    stroke-dasharray: 183.376, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    transition: stroke-dasharray 0.75s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    stroke-dasharray: 185.888, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    transition: stroke-dasharray 0.76s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    stroke-dasharray: 188.4, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    transition: stroke-dasharray 0.77s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    stroke-dasharray: 190.912, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    transition: stroke-dasharray 0.78s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    stroke-dasharray: 193.424, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    transition: stroke-dasharray 0.79s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    stroke-dasharray: 195.936, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    transition: stroke-dasharray 0.8s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    stroke-dasharray: 198.448, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    transition: stroke-dasharray 0.81s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    stroke-dasharray: 200.96, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    transition: stroke-dasharray 0.82s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    stroke-dasharray: 203.472, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    transition: stroke-dasharray 0.83s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    stroke-dasharray: 205.984, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    transition: stroke-dasharray 0.84s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    stroke-dasharray: 208.496, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    transition: stroke-dasharray 0.85s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    stroke-dasharray: 211.008, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    transition: stroke-dasharray 0.86s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    stroke-dasharray: 213.52, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    transition: stroke-dasharray 0.87s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    stroke-dasharray: 216.032, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    transition: stroke-dasharray 0.88s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    stroke-dasharray: 218.544, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    transition: stroke-dasharray 0.89s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    stroke-dasharray: 221.056, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    transition: stroke-dasharray 0.9s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    stroke-dasharray: 223.568, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    transition: stroke-dasharray 0.91s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    stroke-dasharray: 226.08, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    transition: stroke-dasharray 0.92s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    stroke-dasharray: 228.592, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    transition: stroke-dasharray 0.93s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    stroke-dasharray: 231.104, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    transition: stroke-dasharray 0.94s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    stroke-dasharray: 233.616, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    transition: stroke-dasharray 0.95s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    stroke-dasharray: 236.128, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    transition: stroke-dasharray 0.96s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    stroke-dasharray: 238.64, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    transition: stroke-dasharray 0.97s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    stroke-dasharray: 241.152, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    transition: stroke-dasharray 0.98s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    stroke-dasharray: 243.664, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    transition: stroke-dasharray 0.99s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    stroke-dasharray: 246.176, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    transition: stroke-dasharray 1s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    stroke-dasharray: 248.688, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_anim .val02 {
    transition: stroke-dasharray 1s linear;
    stroke-dasharray: 172.7, 172.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="2"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="3"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="4"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="5"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="6"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="7"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="8"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="9"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="10"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="11"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="12"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="13"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="14"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="15"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="16"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="17"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="18"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="19"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="20"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="21"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="22"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="23"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="24"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="25"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="26"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="27"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="28"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="29"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="30"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="31"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="32"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="33"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="34"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="35"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="36"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="37"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="38"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="39"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="40"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="41"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="42"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="43"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="44"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="45"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="46"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="47"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="48"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="49"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="50"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="51"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="52"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="53"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="54"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="55"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="56"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="57"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="58"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="59"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="60"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="61"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="62"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="63"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="64"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="65"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="66"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="67"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="68"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="69"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="70"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="71"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="72"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="73"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="74"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="75"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="76"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="77"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="78"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="79"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="80"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="81"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="82"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="83"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="84"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="85"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="86"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="87"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="88"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="89"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="90"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="91"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="92"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="93"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="94"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="95"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="96"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="97"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="98"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="99"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="100"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph.js_anim.is_reset .val02 {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph .type01 {
    stroke-width: 80px;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph .type02 {
    stroke-width: 55px;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph .val {
    height: 80px;
  }
}

#document.report-healthliteracy .a_content .section01 .content01 .result {
  margin: 0;
  position: relative;
}

#document.report-healthliteracy .a_content .section01 .content01 .result .val {
  display: inline-block;
  color: #ffa74e;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

#document.report-healthliteracy .a_content .section01 .content01 .result > li:nth-of-type(4) .val,
#document.report-healthliteracy .a_content .section01 .content01 .result > li:nth-of-type(5) .val {
  color: #feca95;
}

#document.report-healthliteracy .a_content .section01 .content01 .result .primary {
  font-weight: 700;
}

#document.report-healthliteracy .a_content .section01 .content01 .result .primary::after {
  display: block;
  border-left: 1px solid #1A2229;
  content: "";
}

#document.report-healthliteracy .a_content .section01 .content01 .result .primary .val {
  display: inline-block;
  color: #ffa74e;
  font-family: Inter, sans-serif;
  vertical-align: -2px;
}

#document.report-healthliteracy .a_content .section01 .content01 .result .primary .val .unit {
  display: inline-block;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content01 .result {
    font-size: 1rem;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result .val {
    margin-top: -3px;
    font-size: 1.5rem;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result .val .unit {
    font-size: 0.875rem;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result .primary {
    margin: 44px 0 15px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result .primary::after {
    margin: 6px auto 0 10px;
    height: 30px;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result .primary .val {
    margin-left: 5px;
    font-size: 2.25rem;
    vertical-align: -6px;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result .primary .unit {
    margin-left: 3px;
    font-size: 1.25rem;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result > li:nth-of-type(4),
  #document.report-healthliteracy .a_content .section01 .content01 .result > li:nth-of-type(5) {
    position: absolute;
    left: 585px;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result > li:nth-of-type(4) .val,
  #document.report-healthliteracy .a_content .section01 .content01 .result > li:nth-of-type(5) .val {
    color: #feca95;
    margin-top: 0;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result > li:nth-of-type(3) {
    margin-top: 8px;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result > li:nth-of-type(4) {
    top: 64px;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result > li:nth-of-type(5) {
    top: 154px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content01 .result {
    grid-area: result;
    font-size: 0.6875rem;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result .val {
    margin-top: -3px;
    font-size: 1.25rem;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result .val .unit {
    font-size: 0.625rem;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result .primary {
    margin: 0 0 9px;
    font-size: 1rem;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result .primary::after {
    margin: -5px auto 0 8px;
    height: 20px;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result .primary .val {
    margin: -4px 0 0 5px;
    font-size: 1.875rem;
    vertical-align: -5px;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result .primary .val .unit {
    margin-left: 3px;
    font-size: 0.875rem;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result > li:nth-of-type(3) {
    margin-top: 4px;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result > li:nth-of-type(4) {
    margin-top: 15px;
    font-size: 0.625rem;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result > li:nth-of-type(4) .val {
    margin-top: -2px;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result > li:nth-of-type(5) {
    position: absolute;
    bottom: 0;
    left: 145px;
    width: 170px;
    font-size: 0.625rem;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result > li:nth-of-type(5) .val {
    margin-top: -2px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content01 .note {
    margin: 32px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content01 .note {
    grid-area: note;
    margin: 16px 0 0;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content02 {
    margin-top: 95px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content02 {
    margin-bottom: 78px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content02 .text {
    margin-top: 44px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content02 .text {
    margin: 0 -10px 72px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph {
    margin: 40px auto 0;
    width: 234px;
    height: 234px;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    transition: stroke-dasharray 0.01s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    transition: stroke-dasharray 0.02s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    stroke-dasharray: 3.6738, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    transition: stroke-dasharray 0.03s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    stroke-dasharray: 7.3476, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    transition: stroke-dasharray 0.04s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    stroke-dasharray: 11.0214, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    transition: stroke-dasharray 0.05s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    stroke-dasharray: 14.6952, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    transition: stroke-dasharray 0.06s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    stroke-dasharray: 18.369, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    transition: stroke-dasharray 0.07s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    stroke-dasharray: 22.0428, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    transition: stroke-dasharray 0.08s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    stroke-dasharray: 25.7166, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    transition: stroke-dasharray 0.09s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    stroke-dasharray: 29.3904, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    transition: stroke-dasharray 0.1s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    stroke-dasharray: 33.0642, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    transition: stroke-dasharray 0.11s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    stroke-dasharray: 36.738, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    transition: stroke-dasharray 0.12s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    stroke-dasharray: 40.4118, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    transition: stroke-dasharray 0.13s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    stroke-dasharray: 44.0856, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    transition: stroke-dasharray 0.14s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    stroke-dasharray: 47.7594, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    transition: stroke-dasharray 0.15s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    stroke-dasharray: 51.4332, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    transition: stroke-dasharray 0.16s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    stroke-dasharray: 55.107, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    transition: stroke-dasharray 0.17s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    stroke-dasharray: 58.7808, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    transition: stroke-dasharray 0.18s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    stroke-dasharray: 62.4546, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    transition: stroke-dasharray 0.19s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    stroke-dasharray: 66.1284, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    transition: stroke-dasharray 0.2s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    stroke-dasharray: 69.8022, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    transition: stroke-dasharray 0.21s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    stroke-dasharray: 73.476, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    transition: stroke-dasharray 0.22s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    stroke-dasharray: 77.1498, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    transition: stroke-dasharray 0.23s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    stroke-dasharray: 80.8236, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    transition: stroke-dasharray 0.24s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    stroke-dasharray: 84.4974, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    transition: stroke-dasharray 0.25s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    stroke-dasharray: 88.1712, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    transition: stroke-dasharray 0.26s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    stroke-dasharray: 91.845, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    transition: stroke-dasharray 0.27s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    stroke-dasharray: 95.5188, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    transition: stroke-dasharray 0.28s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    stroke-dasharray: 99.1926, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    transition: stroke-dasharray 0.29s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    stroke-dasharray: 102.8664, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    transition: stroke-dasharray 0.3s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    stroke-dasharray: 106.5402, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    transition: stroke-dasharray 0.31s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    stroke-dasharray: 110.214, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    transition: stroke-dasharray 0.32s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    stroke-dasharray: 113.8878, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    transition: stroke-dasharray 0.33s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    stroke-dasharray: 117.5616, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    transition: stroke-dasharray 0.34s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    stroke-dasharray: 121.2354, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    transition: stroke-dasharray 0.35s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    stroke-dasharray: 124.9092, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    transition: stroke-dasharray 0.36s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    stroke-dasharray: 128.583, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    transition: stroke-dasharray 0.37s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    stroke-dasharray: 132.2568, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    transition: stroke-dasharray 0.38s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    stroke-dasharray: 135.9306, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    transition: stroke-dasharray 0.39s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    stroke-dasharray: 139.6044, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    transition: stroke-dasharray 0.4s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    stroke-dasharray: 143.2782, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    transition: stroke-dasharray 0.41s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    stroke-dasharray: 146.952, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    transition: stroke-dasharray 0.42s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    stroke-dasharray: 150.6258, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    transition: stroke-dasharray 0.43s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    stroke-dasharray: 154.2996, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    transition: stroke-dasharray 0.44s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    stroke-dasharray: 157.9734, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    transition: stroke-dasharray 0.45s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    stroke-dasharray: 161.6472, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    transition: stroke-dasharray 0.46s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    stroke-dasharray: 165.321, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    transition: stroke-dasharray 0.47s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    stroke-dasharray: 168.9948, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    transition: stroke-dasharray 0.48s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    stroke-dasharray: 172.6686, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    transition: stroke-dasharray 0.49s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    stroke-dasharray: 176.3424, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    transition: stroke-dasharray 0.5s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    stroke-dasharray: 180.0162, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    transition: stroke-dasharray 0.51s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    stroke-dasharray: 183.69, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    transition: stroke-dasharray 0.52s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    stroke-dasharray: 187.3638, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    transition: stroke-dasharray 0.53s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    stroke-dasharray: 191.0376, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    transition: stroke-dasharray 0.54s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    stroke-dasharray: 194.7114, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    transition: stroke-dasharray 0.55s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    stroke-dasharray: 198.3852, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    transition: stroke-dasharray 0.56s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    stroke-dasharray: 202.059, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    transition: stroke-dasharray 0.57s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    stroke-dasharray: 205.7328, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    transition: stroke-dasharray 0.58s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    stroke-dasharray: 209.4066, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    transition: stroke-dasharray 0.59s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    stroke-dasharray: 213.0804, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    transition: stroke-dasharray 0.6s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    stroke-dasharray: 216.7542, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    transition: stroke-dasharray 0.61s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    stroke-dasharray: 220.428, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    transition: stroke-dasharray 0.62s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    stroke-dasharray: 224.1018, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    transition: stroke-dasharray 0.63s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    stroke-dasharray: 227.7756, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    transition: stroke-dasharray 0.64s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    stroke-dasharray: 231.4494, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    transition: stroke-dasharray 0.65s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    stroke-dasharray: 235.1232, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    transition: stroke-dasharray 0.66s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    stroke-dasharray: 238.797, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    transition: stroke-dasharray 0.67s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    stroke-dasharray: 242.4708, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    transition: stroke-dasharray 0.68s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    stroke-dasharray: 246.1446, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    transition: stroke-dasharray 0.69s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    stroke-dasharray: 249.8184, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    transition: stroke-dasharray 0.7s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    stroke-dasharray: 253.4922, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    transition: stroke-dasharray 0.71s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    stroke-dasharray: 257.166, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    transition: stroke-dasharray 0.72s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    stroke-dasharray: 260.8398, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    transition: stroke-dasharray 0.73s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    stroke-dasharray: 264.5136, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    transition: stroke-dasharray 0.74s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    stroke-dasharray: 268.1874, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    transition: stroke-dasharray 0.75s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    stroke-dasharray: 271.8612, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    transition: stroke-dasharray 0.76s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    stroke-dasharray: 275.535, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    transition: stroke-dasharray 0.77s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    stroke-dasharray: 279.2088, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    transition: stroke-dasharray 0.78s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    stroke-dasharray: 282.8826, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    transition: stroke-dasharray 0.79s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    stroke-dasharray: 286.5564, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    transition: stroke-dasharray 0.8s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    stroke-dasharray: 290.2302, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    transition: stroke-dasharray 0.81s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    stroke-dasharray: 293.904, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    transition: stroke-dasharray 0.82s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    stroke-dasharray: 297.5778, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    transition: stroke-dasharray 0.83s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    stroke-dasharray: 301.2516, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    transition: stroke-dasharray 0.84s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    stroke-dasharray: 304.9254, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    transition: stroke-dasharray 0.85s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    stroke-dasharray: 308.5992, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    transition: stroke-dasharray 0.86s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    stroke-dasharray: 312.273, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    transition: stroke-dasharray 0.87s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    stroke-dasharray: 315.9468, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    transition: stroke-dasharray 0.88s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    stroke-dasharray: 319.6206, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    transition: stroke-dasharray 0.89s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    stroke-dasharray: 323.2944, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    transition: stroke-dasharray 0.9s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    stroke-dasharray: 326.9682, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    transition: stroke-dasharray 0.91s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    stroke-dasharray: 330.642, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    transition: stroke-dasharray 0.92s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    stroke-dasharray: 334.3158, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    transition: stroke-dasharray 0.93s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    stroke-dasharray: 337.9896, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    transition: stroke-dasharray 0.94s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    stroke-dasharray: 341.6634, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    transition: stroke-dasharray 0.95s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    stroke-dasharray: 345.3372, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    transition: stroke-dasharray 0.96s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    stroke-dasharray: 349.011, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    transition: stroke-dasharray 0.97s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    stroke-dasharray: 352.6848, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    transition: stroke-dasharray 0.98s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    stroke-dasharray: 356.3586, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    transition: stroke-dasharray 0.99s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    stroke-dasharray: 360.0324, 367.38;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    transition: stroke-dasharray 1s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    stroke-dasharray: 363.7062, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val02 {
    transition: stroke-dasharray 1s linear;
    stroke-dasharray: 260.62, 260.62;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim.msie .val01 {
    stroke-dasharray: 0, 367.38;
  }
  *::-ms-backdrop,
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim.msie .val02 {
    stroke-dasharray: 0, 260.62;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="2"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="3"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="4"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="5"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="6"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="7"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="8"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="9"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="10"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="11"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="12"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="13"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="14"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="15"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="16"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="17"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="18"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="19"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="20"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="21"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="22"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="23"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="24"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="25"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="26"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="27"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="28"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="29"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="30"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="31"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="32"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="33"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="34"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="35"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="36"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="37"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="38"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="39"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="40"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="41"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="42"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="43"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="44"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="45"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="46"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="47"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="48"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="49"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="50"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="51"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="52"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="53"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="54"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="55"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="56"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="57"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="58"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="59"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="60"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="61"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="62"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="63"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="64"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="65"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="66"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="67"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="68"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="69"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="70"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="71"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="72"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="73"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="74"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="75"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="76"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="77"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="78"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="79"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="80"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="81"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="82"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="83"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="84"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="85"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="86"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="87"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="88"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="89"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="90"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="91"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="92"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="93"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="94"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="95"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="96"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="97"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="98"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="99"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="100"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val02 {
    stroke-dasharray: 0, 260.62;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph .type01 {
    stroke-width: 117px;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph .type02 {
    stroke-width: 83px;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph .val {
    height: 117px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph {
    margin: 0 auto;
    margin: 46px 0 0;
    width: 130px;
    height: 130px;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    transition: stroke-dasharray 0.01s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    transition: stroke-dasharray 0.02s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    stroke-dasharray: 2.041, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    transition: stroke-dasharray 0.03s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    stroke-dasharray: 4.082, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    transition: stroke-dasharray 0.04s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    stroke-dasharray: 6.123, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    transition: stroke-dasharray 0.05s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    stroke-dasharray: 8.164, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    transition: stroke-dasharray 0.06s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    stroke-dasharray: 10.205, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    transition: stroke-dasharray 0.07s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    stroke-dasharray: 12.246, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    transition: stroke-dasharray 0.08s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    stroke-dasharray: 14.287, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    transition: stroke-dasharray 0.09s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    stroke-dasharray: 16.328, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    transition: stroke-dasharray 0.1s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    stroke-dasharray: 18.369, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    transition: stroke-dasharray 0.11s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    stroke-dasharray: 20.41, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    transition: stroke-dasharray 0.12s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    stroke-dasharray: 22.451, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    transition: stroke-dasharray 0.13s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    stroke-dasharray: 24.492, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    transition: stroke-dasharray 0.14s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    stroke-dasharray: 26.533, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    transition: stroke-dasharray 0.15s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    stroke-dasharray: 28.574, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    transition: stroke-dasharray 0.16s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    stroke-dasharray: 30.615, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    transition: stroke-dasharray 0.17s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    stroke-dasharray: 32.656, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    transition: stroke-dasharray 0.18s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    stroke-dasharray: 34.697, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    transition: stroke-dasharray 0.19s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    stroke-dasharray: 36.738, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    transition: stroke-dasharray 0.2s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    stroke-dasharray: 38.779, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    transition: stroke-dasharray 0.21s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    stroke-dasharray: 40.82, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    transition: stroke-dasharray 0.22s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    stroke-dasharray: 42.861, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    transition: stroke-dasharray 0.23s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    stroke-dasharray: 44.902, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    transition: stroke-dasharray 0.24s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    stroke-dasharray: 46.943, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    transition: stroke-dasharray 0.25s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    stroke-dasharray: 48.984, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    transition: stroke-dasharray 0.26s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    stroke-dasharray: 51.025, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    transition: stroke-dasharray 0.27s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    stroke-dasharray: 53.066, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    transition: stroke-dasharray 0.28s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    stroke-dasharray: 55.107, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    transition: stroke-dasharray 0.29s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    stroke-dasharray: 57.148, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    transition: stroke-dasharray 0.3s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    stroke-dasharray: 59.189, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    transition: stroke-dasharray 0.31s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    stroke-dasharray: 61.23, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    transition: stroke-dasharray 0.32s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    stroke-dasharray: 63.271, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    transition: stroke-dasharray 0.33s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    stroke-dasharray: 65.312, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    transition: stroke-dasharray 0.34s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    stroke-dasharray: 67.353, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    transition: stroke-dasharray 0.35s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    stroke-dasharray: 69.394, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    transition: stroke-dasharray 0.36s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    stroke-dasharray: 71.435, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    transition: stroke-dasharray 0.37s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    stroke-dasharray: 73.476, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    transition: stroke-dasharray 0.38s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    stroke-dasharray: 75.517, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    transition: stroke-dasharray 0.39s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    stroke-dasharray: 77.558, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    transition: stroke-dasharray 0.4s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    stroke-dasharray: 79.599, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    transition: stroke-dasharray 0.41s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    stroke-dasharray: 81.64, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    transition: stroke-dasharray 0.42s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    stroke-dasharray: 83.681, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    transition: stroke-dasharray 0.43s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    stroke-dasharray: 85.722, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    transition: stroke-dasharray 0.44s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    stroke-dasharray: 87.763, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    transition: stroke-dasharray 0.45s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    stroke-dasharray: 89.804, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    transition: stroke-dasharray 0.46s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    stroke-dasharray: 91.845, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    transition: stroke-dasharray 0.47s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    stroke-dasharray: 93.886, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    transition: stroke-dasharray 0.48s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    stroke-dasharray: 95.927, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    transition: stroke-dasharray 0.49s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    stroke-dasharray: 97.968, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    transition: stroke-dasharray 0.5s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    stroke-dasharray: 100.009, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    transition: stroke-dasharray 0.51s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    stroke-dasharray: 102.05, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    transition: stroke-dasharray 0.52s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    stroke-dasharray: 104.091, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    transition: stroke-dasharray 0.53s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    stroke-dasharray: 106.132, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    transition: stroke-dasharray 0.54s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    stroke-dasharray: 108.173, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    transition: stroke-dasharray 0.55s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    stroke-dasharray: 110.214, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    transition: stroke-dasharray 0.56s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    stroke-dasharray: 112.255, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    transition: stroke-dasharray 0.57s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    stroke-dasharray: 114.296, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    transition: stroke-dasharray 0.58s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    stroke-dasharray: 116.337, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    transition: stroke-dasharray 0.59s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    stroke-dasharray: 118.378, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    transition: stroke-dasharray 0.6s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    stroke-dasharray: 120.419, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    transition: stroke-dasharray 0.61s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    stroke-dasharray: 122.46, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    transition: stroke-dasharray 0.62s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    stroke-dasharray: 124.501, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    transition: stroke-dasharray 0.63s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    stroke-dasharray: 126.542, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    transition: stroke-dasharray 0.64s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    stroke-dasharray: 128.583, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    transition: stroke-dasharray 0.65s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    stroke-dasharray: 130.624, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    transition: stroke-dasharray 0.66s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    stroke-dasharray: 132.665, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    transition: stroke-dasharray 0.67s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    stroke-dasharray: 134.706, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    transition: stroke-dasharray 0.68s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    stroke-dasharray: 136.747, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    transition: stroke-dasharray 0.69s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    stroke-dasharray: 138.788, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    transition: stroke-dasharray 0.7s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    stroke-dasharray: 140.829, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    transition: stroke-dasharray 0.71s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    stroke-dasharray: 142.87, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    transition: stroke-dasharray 0.72s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    stroke-dasharray: 144.911, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    transition: stroke-dasharray 0.73s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    stroke-dasharray: 146.952, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    transition: stroke-dasharray 0.74s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    stroke-dasharray: 148.993, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    transition: stroke-dasharray 0.75s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    stroke-dasharray: 151.034, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    transition: stroke-dasharray 0.76s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    stroke-dasharray: 153.075, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    transition: stroke-dasharray 0.77s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    stroke-dasharray: 155.116, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    transition: stroke-dasharray 0.78s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    stroke-dasharray: 157.157, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    transition: stroke-dasharray 0.79s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    stroke-dasharray: 159.198, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    transition: stroke-dasharray 0.8s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    stroke-dasharray: 161.239, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    transition: stroke-dasharray 0.81s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    stroke-dasharray: 163.28, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    transition: stroke-dasharray 0.82s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    stroke-dasharray: 165.321, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    transition: stroke-dasharray 0.83s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    stroke-dasharray: 167.362, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    transition: stroke-dasharray 0.84s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    stroke-dasharray: 169.403, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    transition: stroke-dasharray 0.85s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    stroke-dasharray: 171.444, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    transition: stroke-dasharray 0.86s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    stroke-dasharray: 173.485, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    transition: stroke-dasharray 0.87s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    stroke-dasharray: 175.526, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    transition: stroke-dasharray 0.88s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    stroke-dasharray: 177.567, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    transition: stroke-dasharray 0.89s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    stroke-dasharray: 179.608, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    transition: stroke-dasharray 0.9s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    stroke-dasharray: 181.649, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    transition: stroke-dasharray 0.91s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    stroke-dasharray: 183.69, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    transition: stroke-dasharray 0.92s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    stroke-dasharray: 185.731, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    transition: stroke-dasharray 0.93s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    stroke-dasharray: 187.772, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    transition: stroke-dasharray 0.94s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    stroke-dasharray: 189.813, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    transition: stroke-dasharray 0.95s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    stroke-dasharray: 191.854, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    transition: stroke-dasharray 0.96s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    stroke-dasharray: 193.895, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    transition: stroke-dasharray 0.97s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    stroke-dasharray: 195.936, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    transition: stroke-dasharray 0.98s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    stroke-dasharray: 197.977, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    transition: stroke-dasharray 0.99s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    stroke-dasharray: 200.018, 204.1;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    transition: stroke-dasharray 1s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    stroke-dasharray: 202.059, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_anim .val02 {
    transition: stroke-dasharray 1s linear;
    stroke-dasharray: 147.58, 147.58;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="2"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="3"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="4"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="5"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="6"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="7"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="8"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="9"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="10"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="11"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="12"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="13"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="14"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="15"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="16"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="17"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="18"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="19"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="20"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="21"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="22"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="23"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="24"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="25"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="26"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="27"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="28"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="29"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="30"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="31"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="32"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="33"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="34"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="35"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="36"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="37"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="38"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="39"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="40"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="41"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="42"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="43"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="44"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="45"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="46"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="47"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="48"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="49"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="50"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="51"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="52"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="53"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="54"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="55"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="56"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="57"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="58"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="59"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="60"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="61"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="62"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="63"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="64"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="65"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="66"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="67"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="68"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="69"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="70"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="71"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="72"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="73"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="74"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="75"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="76"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="77"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="78"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="79"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="80"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="81"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="82"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="83"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="84"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="85"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="86"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="87"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="88"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="89"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="90"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="91"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="92"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="93"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="94"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="95"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="96"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="97"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="98"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="99"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val01[data-graph-val="100"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph.js_anim.is_reset .val02 {
    stroke-dasharray: 0, 147.58;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph .type01 {
    stroke-width: 65px;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph .type02 {
    stroke-width: 47px;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph .val {
    height: 65px;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .m_graph .line::before {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content02 .m_barGraph tbody td {
    width: 154px;
  }
}

#document.report-healthliteracy .a_content .section01 .content02 .column01 .result .val {
  display: inline-block;
  color: #feca95;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

#document.report-healthliteracy .a_content .section01 .content02 .column01 .result .primary .val {
  color: #ffa74e;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .result {
    display: grid;
    grid-template-columns: auto min-content min-content auto;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: '. item01 item02 .'
 '. item01 item03 .';
    gap: 9px 38px;
    margin: -3px 0 0;
    font-size: 0.9375rem;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .result .val {
    margin-top: -3px;
    font-size: 1.5rem;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .result .val .unit {
    font-size: 0.875rem;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .result > li {
    white-space: nowrap;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .result .primary {
    grid-area: item01;
    font-size: 1.25rem;
    font-weight: 700;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .result .primary .val {
    margin-top: -5px;
    font-size: 2.25rem;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .result .primary .val .unit {
    font-size: 1.25rem;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .result > li:nth-of-type(2) {
    grid-area: item02;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .result > li:nth-of-type(3) {
    grid-area: item03;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content02 .column01 {
    display: grid;
    grid-template-columns: 1fr 112px 132px 1fr;
    grid-template-rows: min-content min-content min-content;
    grid-template-areas: "heading heading heading heading" ". graph result ." ". note note .";
    gap: 0 20px;
    margin: 0 auto 55px;
    width: 315px;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .questionHeading {
    grid-area: heading;
    margin: 0 0 31px;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .graph {
    grid-area: graph;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .result {
    grid-area: result;
    margin: -8px 0 0;
    font-size: 0.75rem;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .result .val {
    margin-top: -3px;
    font-size: 1.25rem;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .result .val .unit {
    font-size: 0.625rem;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .result .primary {
    margin: 0 0 21px -132px;
    font-weight: 700;
    text-align: center;
    font-size: 0.8125rem;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .result .primary .val {
    font-size: 1.875rem;
    margin: 0 0 0 8px;
    vertical-align: -4px;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .result .primary .val .unit {
    font-size: 0.875rem;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .result > li:nth-of-type(2) {
    margin-bottom: 5px;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .note {
    grid-area: note;
    margin-top: 12px;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .m_graph {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
}

#document.report-healthliteracy .a_content .section01 .content02 .column02 .result {
  display: flex;
}

#document.report-healthliteracy .a_content .section01 .content02 .column02 .result .val {
  display: inline-block;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

#document.report-healthliteracy .a_content .section01 .content02 .column02 .result > li:nth-of-type(1) .val {
  color: #ffa74e;
}

#document.report-healthliteracy .a_content .section01 .content02 .column02 .result > li:nth-of-type(2) .val {
  color: #abb7c1;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content02 .column02 .result {
    margin: 0;
    font-size: 0.9375rem;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column02 .result > li:nth-of-type(1) .val {
    margin-top: 7px;
    font-size: 1.5rem;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column02 .result > li:nth-of-type(1) .val .unit {
    font-size: 0.875rem;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column02 .result > li:nth-of-type(2) {
    margin-left: 43px;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column02 .result > li:nth-of-type(2) .val {
    margin-top: -4px;
    font-size: 2.25rem;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column02 .result > li:nth-of-type(2) .val .unit {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content02 .column02 .questionHeading {
    padding-bottom: 14px;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column02 .result {
    margin: 0 0 5px;
    font-size: 0.75rem;
    line-height: 1.25;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column02 .result > li:nth-of-type(1) .val {
    margin-top: 8px;
    font-size: 1.25rem;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column02 .result > li:nth-of-type(1) .val .unit {
    font-size: 0.625rem;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column02 .result > li:nth-of-type(2) {
    margin-left: 27px;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column02 .result > li:nth-of-type(2) .val {
    margin-top: 2px;
    font-size: 1.875rem;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column02 .result > li:nth-of-type(2) .val .unit {
    margin-left: 3px;
    font-size: 0.875rem;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column02 .note {
    margin-top: 27px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content02 .columnBox.js-tab-target-scope {
    margin-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content02 .columnBox.js-tab-target-scope {
    margin: 25px 0 0;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .columnBox.js-tab-target-scope .note {
    margin-top: 14px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content02 .select1 .m_barGraph tr:nth-of-type(5) th {
    height: 66.45px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content02 .pointBox {
    margin-top: 77px;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .pointBox .head {
    width: 125px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content02 .pointBox .head {
    margin-bottom: 22px;
    width: 88px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content03 {
    margin-top: 131px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content03 {
    margin-top: 93px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph {
    margin: 0 auto 28px;
    width: 310px;
    height: 310px;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    transition: stroke-dasharray 0.01s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    transition: stroke-dasharray 0.02s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    stroke-dasharray: 4.867, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    transition: stroke-dasharray 0.03s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    stroke-dasharray: 9.734, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    transition: stroke-dasharray 0.04s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    stroke-dasharray: 14.601, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    transition: stroke-dasharray 0.05s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    stroke-dasharray: 19.468, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    transition: stroke-dasharray 0.06s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    stroke-dasharray: 24.335, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    transition: stroke-dasharray 0.07s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    stroke-dasharray: 29.202, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    transition: stroke-dasharray 0.08s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    stroke-dasharray: 34.069, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    transition: stroke-dasharray 0.09s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    stroke-dasharray: 38.936, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    transition: stroke-dasharray 0.1s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    stroke-dasharray: 43.803, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    transition: stroke-dasharray 0.11s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    stroke-dasharray: 48.67, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    transition: stroke-dasharray 0.12s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    stroke-dasharray: 53.537, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    transition: stroke-dasharray 0.13s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    stroke-dasharray: 58.404, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    transition: stroke-dasharray 0.14s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    stroke-dasharray: 63.271, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    transition: stroke-dasharray 0.15s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    stroke-dasharray: 68.138, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    transition: stroke-dasharray 0.16s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    stroke-dasharray: 73.005, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    transition: stroke-dasharray 0.17s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    stroke-dasharray: 77.872, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    transition: stroke-dasharray 0.18s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    stroke-dasharray: 82.739, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    transition: stroke-dasharray 0.19s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    stroke-dasharray: 87.606, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    transition: stroke-dasharray 0.2s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    stroke-dasharray: 92.473, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    transition: stroke-dasharray 0.21s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    stroke-dasharray: 97.34, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    transition: stroke-dasharray 0.22s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    stroke-dasharray: 102.207, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    transition: stroke-dasharray 0.23s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    stroke-dasharray: 107.074, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    transition: stroke-dasharray 0.24s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    stroke-dasharray: 111.941, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    transition: stroke-dasharray 0.25s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    stroke-dasharray: 116.808, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    transition: stroke-dasharray 0.26s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    stroke-dasharray: 121.675, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    transition: stroke-dasharray 0.27s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    stroke-dasharray: 126.542, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    transition: stroke-dasharray 0.28s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    stroke-dasharray: 131.409, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    transition: stroke-dasharray 0.29s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    stroke-dasharray: 136.276, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    transition: stroke-dasharray 0.3s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    stroke-dasharray: 141.143, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    transition: stroke-dasharray 0.31s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    stroke-dasharray: 146.01, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    transition: stroke-dasharray 0.32s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    stroke-dasharray: 150.877, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    transition: stroke-dasharray 0.33s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    stroke-dasharray: 155.744, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    transition: stroke-dasharray 0.34s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    stroke-dasharray: 160.611, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    transition: stroke-dasharray 0.35s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    stroke-dasharray: 165.478, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    transition: stroke-dasharray 0.36s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    stroke-dasharray: 170.345, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    transition: stroke-dasharray 0.37s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    stroke-dasharray: 175.212, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    transition: stroke-dasharray 0.38s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    stroke-dasharray: 180.079, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    transition: stroke-dasharray 0.39s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    stroke-dasharray: 184.946, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    transition: stroke-dasharray 0.4s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    stroke-dasharray: 189.813, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    transition: stroke-dasharray 0.41s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    stroke-dasharray: 194.68, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    transition: stroke-dasharray 0.42s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    stroke-dasharray: 199.547, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    transition: stroke-dasharray 0.43s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    stroke-dasharray: 204.414, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    transition: stroke-dasharray 0.44s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    stroke-dasharray: 209.281, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    transition: stroke-dasharray 0.45s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    stroke-dasharray: 214.148, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    transition: stroke-dasharray 0.46s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    stroke-dasharray: 219.015, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    transition: stroke-dasharray 0.47s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    stroke-dasharray: 223.882, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    transition: stroke-dasharray 0.48s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    stroke-dasharray: 228.749, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    transition: stroke-dasharray 0.49s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    stroke-dasharray: 233.616, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    transition: stroke-dasharray 0.5s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    stroke-dasharray: 238.483, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    transition: stroke-dasharray 0.51s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    stroke-dasharray: 243.35, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    transition: stroke-dasharray 0.52s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    stroke-dasharray: 248.217, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    transition: stroke-dasharray 0.53s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    stroke-dasharray: 253.084, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    transition: stroke-dasharray 0.54s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    stroke-dasharray: 257.951, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    transition: stroke-dasharray 0.55s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    stroke-dasharray: 262.818, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    transition: stroke-dasharray 0.56s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    stroke-dasharray: 267.685, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    transition: stroke-dasharray 0.57s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    stroke-dasharray: 272.552, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    transition: stroke-dasharray 0.58s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    stroke-dasharray: 277.419, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    transition: stroke-dasharray 0.59s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    stroke-dasharray: 282.286, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    transition: stroke-dasharray 0.6s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    stroke-dasharray: 287.153, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    transition: stroke-dasharray 0.61s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    stroke-dasharray: 292.02, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    transition: stroke-dasharray 0.62s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    stroke-dasharray: 296.887, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    transition: stroke-dasharray 0.63s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    stroke-dasharray: 301.754, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    transition: stroke-dasharray 0.64s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    stroke-dasharray: 306.621, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    transition: stroke-dasharray 0.65s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    stroke-dasharray: 311.488, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    transition: stroke-dasharray 0.66s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    stroke-dasharray: 316.355, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    transition: stroke-dasharray 0.67s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    stroke-dasharray: 321.222, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    transition: stroke-dasharray 0.68s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    stroke-dasharray: 326.089, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    transition: stroke-dasharray 0.69s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    stroke-dasharray: 330.956, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    transition: stroke-dasharray 0.7s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    stroke-dasharray: 335.823, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    transition: stroke-dasharray 0.71s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    stroke-dasharray: 340.69, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    transition: stroke-dasharray 0.72s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    stroke-dasharray: 345.557, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    transition: stroke-dasharray 0.73s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    stroke-dasharray: 350.424, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    transition: stroke-dasharray 0.74s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    stroke-dasharray: 355.291, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    transition: stroke-dasharray 0.75s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    stroke-dasharray: 360.158, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    transition: stroke-dasharray 0.76s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    stroke-dasharray: 365.025, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    transition: stroke-dasharray 0.77s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    stroke-dasharray: 369.892, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    transition: stroke-dasharray 0.78s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    stroke-dasharray: 374.759, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    transition: stroke-dasharray 0.79s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    stroke-dasharray: 379.626, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    transition: stroke-dasharray 0.8s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    stroke-dasharray: 384.493, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    transition: stroke-dasharray 0.81s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    stroke-dasharray: 389.36, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    transition: stroke-dasharray 0.82s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    stroke-dasharray: 394.227, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    transition: stroke-dasharray 0.83s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    stroke-dasharray: 399.094, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    transition: stroke-dasharray 0.84s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    stroke-dasharray: 403.961, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    transition: stroke-dasharray 0.85s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    stroke-dasharray: 408.828, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    transition: stroke-dasharray 0.86s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    stroke-dasharray: 413.695, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    transition: stroke-dasharray 0.87s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    stroke-dasharray: 418.562, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    transition: stroke-dasharray 0.88s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    stroke-dasharray: 423.429, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    transition: stroke-dasharray 0.89s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    stroke-dasharray: 428.296, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    transition: stroke-dasharray 0.9s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    stroke-dasharray: 433.163, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    transition: stroke-dasharray 0.91s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    stroke-dasharray: 438.03, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    transition: stroke-dasharray 0.92s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    stroke-dasharray: 442.897, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    transition: stroke-dasharray 0.93s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    stroke-dasharray: 447.764, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    transition: stroke-dasharray 0.94s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    stroke-dasharray: 452.631, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    transition: stroke-dasharray 0.95s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    stroke-dasharray: 457.498, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    transition: stroke-dasharray 0.96s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    stroke-dasharray: 462.365, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    transition: stroke-dasharray 0.97s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    stroke-dasharray: 467.232, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    transition: stroke-dasharray 0.98s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    stroke-dasharray: 472.099, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    transition: stroke-dasharray 0.99s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    stroke-dasharray: 476.966, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    transition: stroke-dasharray 1s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    stroke-dasharray: 481.833, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val02 {
    transition: stroke-dasharray 1s linear;
    stroke-dasharray: 345.4, 345.4;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim.msie .val01 {
    stroke-dasharray: 0, 486.7;
  }
  *::-ms-backdrop,
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim.msie .val02 {
    stroke-dasharray: 0, 345.4;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="2"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="3"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="4"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="5"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="6"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="7"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="8"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="9"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="10"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="11"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="12"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="13"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="14"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="15"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="16"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="17"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="18"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="19"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="20"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="21"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="22"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="23"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="24"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="25"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="26"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="27"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="28"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="29"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="30"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="31"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="32"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="33"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="34"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="35"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="36"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="37"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="38"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="39"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="40"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="41"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="42"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="43"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="44"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="45"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="46"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="47"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="48"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="49"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="50"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="51"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="52"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="53"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="54"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="55"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="56"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="57"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="58"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="59"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="60"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="61"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="62"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="63"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="64"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="65"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="66"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="67"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="68"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="69"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="70"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="71"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="72"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="73"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="74"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="75"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="76"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="77"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="78"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="79"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="80"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="81"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="82"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="83"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="84"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="85"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="86"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="87"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="88"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="89"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="90"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="91"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="92"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="93"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="94"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="95"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="96"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="97"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="98"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="99"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="100"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val02 {
    stroke-dasharray: 0, 345.4;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph .type01 {
    stroke-width: 155px;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph .type02 {
    stroke-width: 110px;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph .val {
    height: 155px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph {
    margin: 0 auto 28px;
    width: 160px;
    height: 160px;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    transition: stroke-dasharray 0.01s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    transition: stroke-dasharray 0.02s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    stroke-dasharray: 2.512, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    transition: stroke-dasharray 0.03s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    stroke-dasharray: 5.024, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    transition: stroke-dasharray 0.04s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    stroke-dasharray: 7.536, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    transition: stroke-dasharray 0.05s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    stroke-dasharray: 10.048, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    transition: stroke-dasharray 0.06s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    stroke-dasharray: 12.56, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    transition: stroke-dasharray 0.07s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    stroke-dasharray: 15.072, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    transition: stroke-dasharray 0.08s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    stroke-dasharray: 17.584, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    transition: stroke-dasharray 0.09s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    stroke-dasharray: 20.096, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    transition: stroke-dasharray 0.1s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    stroke-dasharray: 22.608, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    transition: stroke-dasharray 0.11s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    stroke-dasharray: 25.12, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    transition: stroke-dasharray 0.12s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    stroke-dasharray: 27.632, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    transition: stroke-dasharray 0.13s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    stroke-dasharray: 30.144, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    transition: stroke-dasharray 0.14s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    stroke-dasharray: 32.656, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    transition: stroke-dasharray 0.15s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    stroke-dasharray: 35.168, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    transition: stroke-dasharray 0.16s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    stroke-dasharray: 37.68, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    transition: stroke-dasharray 0.17s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    stroke-dasharray: 40.192, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    transition: stroke-dasharray 0.18s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    stroke-dasharray: 42.704, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    transition: stroke-dasharray 0.19s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    stroke-dasharray: 45.216, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    transition: stroke-dasharray 0.2s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    stroke-dasharray: 47.728, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    transition: stroke-dasharray 0.21s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    stroke-dasharray: 50.24, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    transition: stroke-dasharray 0.22s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    stroke-dasharray: 52.752, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    transition: stroke-dasharray 0.23s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    stroke-dasharray: 55.264, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    transition: stroke-dasharray 0.24s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    stroke-dasharray: 57.776, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    transition: stroke-dasharray 0.25s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    stroke-dasharray: 60.288, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    transition: stroke-dasharray 0.26s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    stroke-dasharray: 62.8, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    transition: stroke-dasharray 0.27s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    stroke-dasharray: 65.312, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    transition: stroke-dasharray 0.28s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    stroke-dasharray: 67.824, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    transition: stroke-dasharray 0.29s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    stroke-dasharray: 70.336, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    transition: stroke-dasharray 0.3s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    stroke-dasharray: 72.848, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    transition: stroke-dasharray 0.31s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    stroke-dasharray: 75.36, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    transition: stroke-dasharray 0.32s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    stroke-dasharray: 77.872, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    transition: stroke-dasharray 0.33s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    stroke-dasharray: 80.384, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    transition: stroke-dasharray 0.34s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    stroke-dasharray: 82.896, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    transition: stroke-dasharray 0.35s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    stroke-dasharray: 85.408, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    transition: stroke-dasharray 0.36s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    stroke-dasharray: 87.92, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    transition: stroke-dasharray 0.37s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    stroke-dasharray: 90.432, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    transition: stroke-dasharray 0.38s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    stroke-dasharray: 92.944, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    transition: stroke-dasharray 0.39s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    stroke-dasharray: 95.456, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    transition: stroke-dasharray 0.4s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    stroke-dasharray: 97.968, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    transition: stroke-dasharray 0.41s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    stroke-dasharray: 100.48, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    transition: stroke-dasharray 0.42s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    stroke-dasharray: 102.992, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    transition: stroke-dasharray 0.43s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    stroke-dasharray: 105.504, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    transition: stroke-dasharray 0.44s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    stroke-dasharray: 108.016, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    transition: stroke-dasharray 0.45s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    stroke-dasharray: 110.528, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    transition: stroke-dasharray 0.46s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    stroke-dasharray: 113.04, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    transition: stroke-dasharray 0.47s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    stroke-dasharray: 115.552, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    transition: stroke-dasharray 0.48s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    stroke-dasharray: 118.064, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    transition: stroke-dasharray 0.49s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    stroke-dasharray: 120.576, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    transition: stroke-dasharray 0.5s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    stroke-dasharray: 123.088, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    transition: stroke-dasharray 0.51s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    stroke-dasharray: 125.6, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    transition: stroke-dasharray 0.52s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    stroke-dasharray: 128.112, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    transition: stroke-dasharray 0.53s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    stroke-dasharray: 130.624, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    transition: stroke-dasharray 0.54s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    stroke-dasharray: 133.136, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    transition: stroke-dasharray 0.55s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    stroke-dasharray: 135.648, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    transition: stroke-dasharray 0.56s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    stroke-dasharray: 138.16, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    transition: stroke-dasharray 0.57s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    stroke-dasharray: 140.672, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    transition: stroke-dasharray 0.58s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    stroke-dasharray: 143.184, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    transition: stroke-dasharray 0.59s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    stroke-dasharray: 145.696, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    transition: stroke-dasharray 0.6s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    stroke-dasharray: 148.208, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    transition: stroke-dasharray 0.61s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    stroke-dasharray: 150.72, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    transition: stroke-dasharray 0.62s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    stroke-dasharray: 153.232, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    transition: stroke-dasharray 0.63s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    stroke-dasharray: 155.744, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    transition: stroke-dasharray 0.64s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    stroke-dasharray: 158.256, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    transition: stroke-dasharray 0.65s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    stroke-dasharray: 160.768, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    transition: stroke-dasharray 0.66s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    stroke-dasharray: 163.28, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    transition: stroke-dasharray 0.67s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    stroke-dasharray: 165.792, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    transition: stroke-dasharray 0.68s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    stroke-dasharray: 168.304, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    transition: stroke-dasharray 0.69s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    stroke-dasharray: 170.816, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    transition: stroke-dasharray 0.7s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    stroke-dasharray: 173.328, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    transition: stroke-dasharray 0.71s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    stroke-dasharray: 175.84, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    transition: stroke-dasharray 0.72s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    stroke-dasharray: 178.352, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    transition: stroke-dasharray 0.73s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    stroke-dasharray: 180.864, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    transition: stroke-dasharray 0.74s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    stroke-dasharray: 183.376, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    transition: stroke-dasharray 0.75s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    stroke-dasharray: 185.888, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    transition: stroke-dasharray 0.76s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    stroke-dasharray: 188.4, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    transition: stroke-dasharray 0.77s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    stroke-dasharray: 190.912, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    transition: stroke-dasharray 0.78s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    stroke-dasharray: 193.424, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    transition: stroke-dasharray 0.79s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    stroke-dasharray: 195.936, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    transition: stroke-dasharray 0.8s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    stroke-dasharray: 198.448, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    transition: stroke-dasharray 0.81s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    stroke-dasharray: 200.96, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    transition: stroke-dasharray 0.82s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    stroke-dasharray: 203.472, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    transition: stroke-dasharray 0.83s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    stroke-dasharray: 205.984, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    transition: stroke-dasharray 0.84s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    stroke-dasharray: 208.496, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    transition: stroke-dasharray 0.85s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    stroke-dasharray: 211.008, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    transition: stroke-dasharray 0.86s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    stroke-dasharray: 213.52, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    transition: stroke-dasharray 0.87s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    stroke-dasharray: 216.032, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    transition: stroke-dasharray 0.88s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    stroke-dasharray: 218.544, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    transition: stroke-dasharray 0.89s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    stroke-dasharray: 221.056, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    transition: stroke-dasharray 0.9s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    stroke-dasharray: 223.568, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    transition: stroke-dasharray 0.91s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    stroke-dasharray: 226.08, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    transition: stroke-dasharray 0.92s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    stroke-dasharray: 228.592, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    transition: stroke-dasharray 0.93s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    stroke-dasharray: 231.104, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    transition: stroke-dasharray 0.94s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    stroke-dasharray: 233.616, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    transition: stroke-dasharray 0.95s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    stroke-dasharray: 236.128, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    transition: stroke-dasharray 0.96s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    stroke-dasharray: 238.64, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    transition: stroke-dasharray 0.97s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    stroke-dasharray: 241.152, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    transition: stroke-dasharray 0.98s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    stroke-dasharray: 243.664, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    transition: stroke-dasharray 0.99s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    stroke-dasharray: 246.176, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    transition: stroke-dasharray 1s linear;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    stroke-dasharray: 248.688, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_anim .val02 {
    transition: stroke-dasharray 1s linear;
    stroke-dasharray: 172.7, 172.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="2"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="3"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="4"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="5"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="6"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="7"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="8"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="9"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="10"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="11"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="12"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="13"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="14"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="15"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="16"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="17"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="18"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="19"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="20"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="21"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="22"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="23"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="24"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="25"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="26"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="27"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="28"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="29"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="30"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="31"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="32"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="33"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="34"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="35"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="36"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="37"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="38"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="39"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="40"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="41"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="42"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="43"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="44"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="45"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="46"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="47"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="48"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="49"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="50"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="51"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="52"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="53"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="54"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="55"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="56"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="57"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="58"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="59"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="60"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="61"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="62"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="63"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="64"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="65"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="66"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="67"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="68"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="69"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="70"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="71"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="72"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="73"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="74"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="75"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="76"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="77"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="78"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="79"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="80"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="81"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="82"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="83"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="84"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="85"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="86"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="87"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="88"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="89"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="90"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="91"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="92"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="93"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="94"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="95"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="96"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="97"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="98"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="99"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val01[data-graph-val="100"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph.js_anim.is_reset .val02 {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph .type01 {
    stroke-width: 80px;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph .type02 {
    stroke-width: 55px;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_graph .val {
    height: 80px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph tbody td {
    width: 137px;
  }
}

#document.report-healthliteracy .a_content .section01 .content03 .lead {
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content03 .lead {
    margin: 0 -5px 0;
    font-size: 0.9375rem;
  }
}

#document.report-healthliteracy .a_content .section01 .content03 .questionBox {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox {
    padding: 0 144px;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox .questionHeading {
    grid-area: heading;
    margin-top: 88px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox {
    display: grid;
    grid-template-columns: 138px auto;
    grid-template-rows: min-content min-content;
    grid-template-areas: "heading heading" "graph result" "note note";
    margin: 72px auto 59px;
    width: 315px;
    gap: 0 20px;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox .questionHeading {
    grid-area: heading;
    margin-bottom: 87px;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox .graph {
    grid-area: graph;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox .note {
    grid-area: note;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .m_graph {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

#document.report-healthliteracy .a_content .section01 .content03 .result {
  margin: 0;
}

#document.report-healthliteracy .a_content .section01 .content03 .result .val {
  display: inline-block;
  color: rgba(255, 167, 78, 0.6);
  font-family: Inter, sans-serif;
  vertical-align: -2px;
  font-weight: 700;
}

#document.report-healthliteracy .a_content .section01 .content03 .result .val .unit {
  display: inline-block;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content03 .result {
    position: absolute;
    top: 110px;
    left: 651px;
    font-size: 0.9375rem;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .result .m_fontBold {
    font-size: 1.125rem;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .result .val {
    margin-top: -2px;
    font-size: 1.5rem;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .result .val .unit {
    font-size: 0.875rem;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .result .primary {
    position: absolute;
    font-size: 1.25rem;
    font-weight: 700;
    top: 59px;
    left: -506px;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .result .primary .val {
    margin-top: -6px;
    font-size: 2.25rem;
    color: #ffa74e;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .result .primary .val .unit {
    font-size: 1.25rem;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .result > li:nth-of-type(2) {
    margin-top: 13px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content03 .result {
    position: relative;
    grid-area: result;
    font-size: 0.625rem;
    margin-top: 2px;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .result .m_fontBold {
    display: inline-block;
    margin-bottom: -1px;
    font-size: 0.75rem;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .result .val {
    font-size: 1.25rem;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .result .val .unit {
    font-size: 0.625rem;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .result .primary {
    position: absolute;
    top: -65px;
    right: 0;
    left: -158px;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .result .primary .val {
    margin-left: 10px;
    font-size: 1.875rem;
    color: #ffa74e;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .result .primary .val .unit {
    font-size: 0.875rem;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .result > li:nth-of-type(2) {
    margin-top: 4px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content03 .select3 .m_barGraph tr:nth-of-type(1) th {
    height: 62.45px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 {
    margin: -90px 0 18px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 thead th {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 thead th {
    font-size: 0.75rem;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 thead th .m_br {
    font-size: 0.625rem;
  }
}

#document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td {
  color: #feca95;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td:nth-last-of-type(2) {
    width: 194px;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td:nth-last-of-type(2) .graph {
    margin-left: -8px;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td:nth-last-of-type(1) {
    width: 186px;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td:nth-last-of-type(1) .graph {
    margin-left: -8px;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="0"]::after {
    width: calc(0 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="1"]::after {
    width: calc(1 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="2"]::after {
    width: calc(2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="3"]::after {
    width: calc(3 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="4"]::after {
    width: calc(4 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="5"]::after {
    width: calc(5 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="6"]::after {
    width: calc(6 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="7"]::after {
    width: calc(7 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="8"]::after {
    width: calc(8 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="9"]::after {
    width: calc(9 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="10"]::after {
    width: calc(10 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="11"]::after {
    width: calc(11 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="12"]::after {
    width: calc(12 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="13"]::after {
    width: calc(13 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="14"]::after {
    width: calc(14 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="15"]::after {
    width: calc(15 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="16"]::after {
    width: calc(16 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="17"]::after {
    width: calc(17 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="18"]::after {
    width: calc(18 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="19"]::after {
    width: calc(19 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="20"]::after {
    width: calc(20 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="21"]::after {
    width: calc(21 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="22"]::after {
    width: calc(22 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="23"]::after {
    width: calc(23 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="24"]::after {
    width: calc(24 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="25"]::after {
    width: calc(25 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="26"]::after {
    width: calc(26 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="27"]::after {
    width: calc(27 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="28"]::after {
    width: calc(28 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="29"]::after {
    width: calc(29 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="30"]::after {
    width: calc(30 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="31"]::after {
    width: calc(31 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="32"]::after {
    width: calc(32 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="33"]::after {
    width: calc(33 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="34"]::after {
    width: calc(34 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="35"]::after {
    width: calc(35 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="36"]::after {
    width: calc(36 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="37"]::after {
    width: calc(37 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="38"]::after {
    width: calc(38 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="39"]::after {
    width: calc(39 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="40"]::after {
    width: calc(40 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="41"]::after {
    width: calc(41 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="42"]::after {
    width: calc(42 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="43"]::after {
    width: calc(43 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="44"]::after {
    width: calc(44 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="45"]::after {
    width: calc(45 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="46"]::after {
    width: calc(46 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="47"]::after {
    width: calc(47 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="48"]::after {
    width: calc(48 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="49"]::after {
    width: calc(49 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="50"]::after {
    width: calc(50 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="51"]::after {
    width: calc(51 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="52"]::after {
    width: calc(52 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="53"]::after {
    width: calc(53 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="54"]::after {
    width: calc(54 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="55"]::after {
    width: calc(55 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="56"]::after {
    width: calc(56 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="57"]::after {
    width: calc(57 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="58"]::after {
    width: calc(58 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="59"]::after {
    width: calc(59 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="60"]::after {
    width: calc(60 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="61"]::after {
    width: calc(61 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="62"]::after {
    width: calc(62 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="63"]::after {
    width: calc(63 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="64"]::after {
    width: calc(64 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="65"]::after {
    width: calc(65 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="66"]::after {
    width: calc(66 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="67"]::after {
    width: calc(67 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="68"]::after {
    width: calc(68 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="69"]::after {
    width: calc(69 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="70"]::after {
    width: calc(70 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="71"]::after {
    width: calc(71 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="72"]::after {
    width: calc(72 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="73"]::after {
    width: calc(73 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="74"]::after {
    width: calc(74 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="75"]::after {
    width: calc(75 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="76"]::after {
    width: calc(76 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="77"]::after {
    width: calc(77 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="78"]::after {
    width: calc(78 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="79"]::after {
    width: calc(79 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="80"]::after {
    width: calc(80 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="81"]::after {
    width: calc(81 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="82"]::after {
    width: calc(82 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="83"]::after {
    width: calc(83 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="84"]::after {
    width: calc(84 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="85"]::after {
    width: calc(85 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="86"]::after {
    width: calc(86 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="87"]::after {
    width: calc(87 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="88"]::after {
    width: calc(88 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="89"]::after {
    width: calc(89 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="90"]::after {
    width: calc(90 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="91"]::after {
    width: calc(91 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="92"]::after {
    width: calc(92 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="93"]::after {
    width: calc(93 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="94"]::after {
    width: calc(94 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="95"]::after {
    width: calc(95 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="96"]::after {
    width: calc(96 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="97"]::after {
    width: calc(97 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="98"]::after {
    width: calc(98 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="99"]::after {
    width: calc(99 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="100"]::after {
    width: calc(100 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph::before {
    left: 58px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="0"]::after {
    width: calc(0 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="1"]::after {
    width: calc(1 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="2"]::after {
    width: calc(2 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="3"]::after {
    width: calc(3 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="4"]::after {
    width: calc(4 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="5"]::after {
    width: calc(5 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="6"]::after {
    width: calc(6 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="7"]::after {
    width: calc(7 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="8"]::after {
    width: calc(8 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="9"]::after {
    width: calc(9 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="10"]::after {
    width: calc(10 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="11"]::after {
    width: calc(11 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="12"]::after {
    width: calc(12 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="13"]::after {
    width: calc(13 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="14"]::after {
    width: calc(14 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="15"]::after {
    width: calc(15 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="16"]::after {
    width: calc(16 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="17"]::after {
    width: calc(17 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="18"]::after {
    width: calc(18 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="19"]::after {
    width: calc(19 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="20"]::after {
    width: calc(20 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="21"]::after {
    width: calc(21 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="22"]::after {
    width: calc(22 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="23"]::after {
    width: calc(23 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="24"]::after {
    width: calc(24 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="25"]::after {
    width: calc(25 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="26"]::after {
    width: calc(26 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="27"]::after {
    width: calc(27 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="28"]::after {
    width: calc(28 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="29"]::after {
    width: calc(29 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="30"]::after {
    width: calc(30 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="31"]::after {
    width: calc(31 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="32"]::after {
    width: calc(32 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="33"]::after {
    width: calc(33 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="34"]::after {
    width: calc(34 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="35"]::after {
    width: calc(35 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="36"]::after {
    width: calc(36 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="37"]::after {
    width: calc(37 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="38"]::after {
    width: calc(38 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="39"]::after {
    width: calc(39 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="40"]::after {
    width: calc(40 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="41"]::after {
    width: calc(41 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="42"]::after {
    width: calc(42 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="43"]::after {
    width: calc(43 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="44"]::after {
    width: calc(44 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="45"]::after {
    width: calc(45 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="46"]::after {
    width: calc(46 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="47"]::after {
    width: calc(47 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="48"]::after {
    width: calc(48 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="49"]::after {
    width: calc(49 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="50"]::after {
    width: calc(50 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="51"]::after {
    width: calc(51 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="52"]::after {
    width: calc(52 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="53"]::after {
    width: calc(53 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="54"]::after {
    width: calc(54 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="55"]::after {
    width: calc(55 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="56"]::after {
    width: calc(56 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="57"]::after {
    width: calc(57 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="58"]::after {
    width: calc(58 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="59"]::after {
    width: calc(59 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="60"]::after {
    width: calc(60 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="61"]::after {
    width: calc(61 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="62"]::after {
    width: calc(62 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="63"]::after {
    width: calc(63 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="64"]::after {
    width: calc(64 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="65"]::after {
    width: calc(65 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="66"]::after {
    width: calc(66 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="67"]::after {
    width: calc(67 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="68"]::after {
    width: calc(68 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="69"]::after {
    width: calc(69 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="70"]::after {
    width: calc(70 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="71"]::after {
    width: calc(71 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="72"]::after {
    width: calc(72 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="73"]::after {
    width: calc(73 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="74"]::after {
    width: calc(74 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="75"]::after {
    width: calc(75 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="76"]::after {
    width: calc(76 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="77"]::after {
    width: calc(77 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="78"]::after {
    width: calc(78 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="79"]::after {
    width: calc(79 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="80"]::after {
    width: calc(80 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="81"]::after {
    width: calc(81 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="82"]::after {
    width: calc(82 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="83"]::after {
    width: calc(83 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="84"]::after {
    width: calc(84 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="85"]::after {
    width: calc(85 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="86"]::after {
    width: calc(86 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="87"]::after {
    width: calc(87 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="88"]::after {
    width: calc(88 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="89"]::after {
    width: calc(89 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="90"]::after {
    width: calc(90 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="91"]::after {
    width: calc(91 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="92"]::after {
    width: calc(92 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="93"]::after {
    width: calc(93 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="94"]::after {
    width: calc(94 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="95"]::after {
    width: calc(95 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="96"]::after {
    width: calc(96 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="97"]::after {
    width: calc(97 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="98"]::after {
    width: calc(98 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="99"]::after {
    width: calc(99 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph[data-graph-val="100"]::after {
    width: calc(100 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph .val {
    font-size: 1.25rem;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph .val .unit {
    font-size: 0.625rem;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td:nth-last-of-type(2) {
    width: 95px;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td:nth-last-of-type(1) {
    width: 90px;
  }
}

#document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td .graph::after {
  background: #feca95;
}

#document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td.important {
  color: #ffa74e;
}

#document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody td.important .graph::after {
  background: #ffa74e;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody tr:first-child th,
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 tbody tr:first-child td {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content03 .m_barGraph02 + .note {
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content03 .pointBox {
    margin-top: 68px;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .pointBox .head {
    margin-bottom: 22px;
    width: 110px;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .pointBox:last-child {
    margin-top: 77px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content03 .pointBox .head {
    margin-bottom: 19px;
    width: 78px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content03 > .questionHeading {
    margin-top: 67px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section01 .content03 .columnBox.js-tab-target-scope {
    margin-top: 73px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content03 .columnBox.js-tab-target-scope {
    margin: 25px 0 0;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .columnBox.js-tab-target-scope .select3 .note,
  #document.report-healthliteracy .a_content .section01 .content03 .columnBox.js-tab-target-scope .select4 .note {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content03 .columnBox + .pointBox {
    margin: 49px -7px 51px -8px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section01 .content03 .tab li[data-id="select3"],
  #document.report-healthliteracy .a_content .section01 .content03 .tab li[data-id="select4"] {
    padding: 9px 0 0;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .tab li[data-id="select3"] button,
  #document.report-healthliteracy .a_content .section01 .content03 .tab li[data-id="select4"] button {
    line-height: 1.3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .tab li[data-id="select3"] .mark,
  #document.report-healthliteracy .a_content .section01 .content03 .tab li[data-id="select4"] .mark {
    margin-bottom: 6px;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .tab li[data-id="select3"] .note,
  #document.report-healthliteracy .a_content .section01 .content03 .tab li[data-id="select4"] .note {
    transform: translateY(-2px);
  }
}

#document.report-healthliteracy .a_content .section02::before {
  background-color: #ffffff;
}

#document.report-healthliteracy .a_content .section02::after {
  background: #ffffff;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.report-healthliteracy .a_content .section02 > .heading .num img {
    width: 82px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 {
    margin: -93px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 {
    margin: 0 0 17px;
  }
}

#document.report-healthliteracy .a_content .section02 .m_barGraph02 .label th {
  color: #6abf3b;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 .label th {
    padding-bottom: 31px;
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 .label th:nth-last-of-type(2) {
    padding-left: 8px;
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 .label th:nth-last-of-type(1) {
    padding-left: 8px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 .label th {
    padding-bottom: 15px;
  }
}

#document.report-healthliteracy .a_content .section02 .m_barGraph02 .label .important {
  color: #1A2229;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody th {
    white-space: nowrap;
  }
}

#document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td {
  color: #83d059;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td:nth-last-of-type(2) {
    width: 231px;
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td:nth-last-of-type(1) {
    width: 247px;
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="0"]::after {
    width: calc(0 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="1"]::after {
    width: calc(1 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="2"]::after {
    width: calc(2 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="3"]::after {
    width: calc(3 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="4"]::after {
    width: calc(4 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="5"]::after {
    width: calc(5 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="6"]::after {
    width: calc(6 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="7"]::after {
    width: calc(7 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="8"]::after {
    width: calc(8 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="9"]::after {
    width: calc(9 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="10"]::after {
    width: calc(10 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="11"]::after {
    width: calc(11 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="12"]::after {
    width: calc(12 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="13"]::after {
    width: calc(13 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="14"]::after {
    width: calc(14 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="15"]::after {
    width: calc(15 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="16"]::after {
    width: calc(16 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="17"]::after {
    width: calc(17 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="18"]::after {
    width: calc(18 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="19"]::after {
    width: calc(19 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="20"]::after {
    width: calc(20 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="21"]::after {
    width: calc(21 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="22"]::after {
    width: calc(22 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="23"]::after {
    width: calc(23 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="24"]::after {
    width: calc(24 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="25"]::after {
    width: calc(25 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="26"]::after {
    width: calc(26 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="27"]::after {
    width: calc(27 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="28"]::after {
    width: calc(28 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="29"]::after {
    width: calc(29 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="30"]::after {
    width: calc(30 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="31"]::after {
    width: calc(31 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="32"]::after {
    width: calc(32 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="33"]::after {
    width: calc(33 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="34"]::after {
    width: calc(34 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="35"]::after {
    width: calc(35 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="36"]::after {
    width: calc(36 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="37"]::after {
    width: calc(37 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="38"]::after {
    width: calc(38 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="39"]::after {
    width: calc(39 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="40"]::after {
    width: calc(40 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="41"]::after {
    width: calc(41 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="42"]::after {
    width: calc(42 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="43"]::after {
    width: calc(43 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="44"]::after {
    width: calc(44 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="45"]::after {
    width: calc(45 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="46"]::after {
    width: calc(46 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="47"]::after {
    width: calc(47 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="48"]::after {
    width: calc(48 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="49"]::after {
    width: calc(49 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="50"]::after {
    width: calc(50 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="51"]::after {
    width: calc(51 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="52"]::after {
    width: calc(52 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="53"]::after {
    width: calc(53 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="54"]::after {
    width: calc(54 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="55"]::after {
    width: calc(55 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="56"]::after {
    width: calc(56 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="57"]::after {
    width: calc(57 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="58"]::after {
    width: calc(58 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="59"]::after {
    width: calc(59 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="60"]::after {
    width: calc(60 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="61"]::after {
    width: calc(61 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="62"]::after {
    width: calc(62 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="63"]::after {
    width: calc(63 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="64"]::after {
    width: calc(64 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="65"]::after {
    width: calc(65 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="66"]::after {
    width: calc(66 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="67"]::after {
    width: calc(67 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="68"]::after {
    width: calc(68 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="69"]::after {
    width: calc(69 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="70"]::after {
    width: calc(70 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="71"]::after {
    width: calc(71 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="72"]::after {
    width: calc(72 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="73"]::after {
    width: calc(73 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="74"]::after {
    width: calc(74 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="75"]::after {
    width: calc(75 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="76"]::after {
    width: calc(76 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="77"]::after {
    width: calc(77 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="78"]::after {
    width: calc(78 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="79"]::after {
    width: calc(79 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="80"]::after {
    width: calc(80 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="81"]::after {
    width: calc(81 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="82"]::after {
    width: calc(82 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="83"]::after {
    width: calc(83 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="84"]::after {
    width: calc(84 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="85"]::after {
    width: calc(85 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="86"]::after {
    width: calc(86 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="87"]::after {
    width: calc(87 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="88"]::after {
    width: calc(88 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="89"]::after {
    width: calc(89 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="90"]::after {
    width: calc(90 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="91"]::after {
    width: calc(91 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="92"]::after {
    width: calc(92 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="93"]::after {
    width: calc(93 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="94"]::after {
    width: calc(94 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="95"]::after {
    width: calc(95 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="96"]::after {
    width: calc(96 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="97"]::after {
    width: calc(97 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="98"]::after {
    width: calc(98 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="99"]::after {
    width: calc(99 * 2px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="100"]::after {
    width: calc(100 * 2px);
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="0"]::after {
    width: calc(0 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="1"]::after {
    width: calc(1 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="2"]::after {
    width: calc(2 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="3"]::after {
    width: calc(3 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="4"]::after {
    width: calc(4 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="5"]::after {
    width: calc(5 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="6"]::after {
    width: calc(6 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="7"]::after {
    width: calc(7 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="8"]::after {
    width: calc(8 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="9"]::after {
    width: calc(9 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="10"]::after {
    width: calc(10 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="11"]::after {
    width: calc(11 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="12"]::after {
    width: calc(12 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="13"]::after {
    width: calc(13 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="14"]::after {
    width: calc(14 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="15"]::after {
    width: calc(15 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="16"]::after {
    width: calc(16 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="17"]::after {
    width: calc(17 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="18"]::after {
    width: calc(18 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="19"]::after {
    width: calc(19 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="20"]::after {
    width: calc(20 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="21"]::after {
    width: calc(21 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="22"]::after {
    width: calc(22 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="23"]::after {
    width: calc(23 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="24"]::after {
    width: calc(24 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="25"]::after {
    width: calc(25 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="26"]::after {
    width: calc(26 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="27"]::after {
    width: calc(27 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="28"]::after {
    width: calc(28 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="29"]::after {
    width: calc(29 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="30"]::after {
    width: calc(30 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="31"]::after {
    width: calc(31 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="32"]::after {
    width: calc(32 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="33"]::after {
    width: calc(33 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="34"]::after {
    width: calc(34 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="35"]::after {
    width: calc(35 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="36"]::after {
    width: calc(36 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="37"]::after {
    width: calc(37 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="38"]::after {
    width: calc(38 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="39"]::after {
    width: calc(39 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="40"]::after {
    width: calc(40 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="41"]::after {
    width: calc(41 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="42"]::after {
    width: calc(42 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="43"]::after {
    width: calc(43 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="44"]::after {
    width: calc(44 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="45"]::after {
    width: calc(45 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="46"]::after {
    width: calc(46 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="47"]::after {
    width: calc(47 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="48"]::after {
    width: calc(48 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="49"]::after {
    width: calc(49 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="50"]::after {
    width: calc(50 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="51"]::after {
    width: calc(51 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="52"]::after {
    width: calc(52 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="53"]::after {
    width: calc(53 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="54"]::after {
    width: calc(54 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="55"]::after {
    width: calc(55 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="56"]::after {
    width: calc(56 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="57"]::after {
    width: calc(57 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="58"]::after {
    width: calc(58 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="59"]::after {
    width: calc(59 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="60"]::after {
    width: calc(60 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="61"]::after {
    width: calc(61 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="62"]::after {
    width: calc(62 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="63"]::after {
    width: calc(63 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="64"]::after {
    width: calc(64 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="65"]::after {
    width: calc(65 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="66"]::after {
    width: calc(66 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="67"]::after {
    width: calc(67 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="68"]::after {
    width: calc(68 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="69"]::after {
    width: calc(69 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="70"]::after {
    width: calc(70 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="71"]::after {
    width: calc(71 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="72"]::after {
    width: calc(72 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="73"]::after {
    width: calc(73 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="74"]::after {
    width: calc(74 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="75"]::after {
    width: calc(75 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="76"]::after {
    width: calc(76 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="77"]::after {
    width: calc(77 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="78"]::after {
    width: calc(78 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="79"]::after {
    width: calc(79 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="80"]::after {
    width: calc(80 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="81"]::after {
    width: calc(81 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="82"]::after {
    width: calc(82 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="83"]::after {
    width: calc(83 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="84"]::after {
    width: calc(84 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="85"]::after {
    width: calc(85 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="86"]::after {
    width: calc(86 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="87"]::after {
    width: calc(87 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="88"]::after {
    width: calc(88 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="89"]::after {
    width: calc(89 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="90"]::after {
    width: calc(90 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="91"]::after {
    width: calc(91 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="92"]::after {
    width: calc(92 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="93"]::after {
    width: calc(93 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="94"]::after {
    width: calc(94 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="95"]::after {
    width: calc(95 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="96"]::after {
    width: calc(96 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="97"]::after {
    width: calc(97 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="98"]::after {
    width: calc(98 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="99"]::after {
    width: calc(99 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph[data-graph-val="100"]::after {
    width: calc(100 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td:nth-last-of-type(2) {
    width: 77px;
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td:nth-last-of-type(1) {
    width: 76px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph::before {
    left: 66px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph::before {
    left: 39px;
  }
}

#document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph::after {
  background: #83d059;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph::after {
    margin-left: 4px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td .graph .val {
    width: 1.2em;
  }
}

#document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td.important {
  color: #5e7950;
}

#document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody td.important .graph::after {
  background: #5e7950;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody tr:first-child td,
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody tr:first-child th {
    padding-top: 26px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody tr:first-child td,
  #document.report-healthliteracy .a_content .section02 .m_barGraph02 tbody tr:first-child th {
    padding-top: 30px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 {
    margin-top: -91px;
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 .label th {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="0"]::after {
    width: calc(0 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="1"]::after {
    width: calc(1 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="2"]::after {
    width: calc(2 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="3"]::after {
    width: calc(3 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="4"]::after {
    width: calc(4 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="5"]::after {
    width: calc(5 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="6"]::after {
    width: calc(6 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="7"]::after {
    width: calc(7 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="8"]::after {
    width: calc(8 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="9"]::after {
    width: calc(9 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="10"]::after {
    width: calc(10 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="11"]::after {
    width: calc(11 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="12"]::after {
    width: calc(12 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="13"]::after {
    width: calc(13 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="14"]::after {
    width: calc(14 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="15"]::after {
    width: calc(15 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="16"]::after {
    width: calc(16 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="17"]::after {
    width: calc(17 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="18"]::after {
    width: calc(18 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="19"]::after {
    width: calc(19 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="20"]::after {
    width: calc(20 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="21"]::after {
    width: calc(21 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="22"]::after {
    width: calc(22 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="23"]::after {
    width: calc(23 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="24"]::after {
    width: calc(24 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="25"]::after {
    width: calc(25 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="26"]::after {
    width: calc(26 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="27"]::after {
    width: calc(27 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="28"]::after {
    width: calc(28 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="29"]::after {
    width: calc(29 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="30"]::after {
    width: calc(30 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="31"]::after {
    width: calc(31 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="32"]::after {
    width: calc(32 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="33"]::after {
    width: calc(33 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="34"]::after {
    width: calc(34 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="35"]::after {
    width: calc(35 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="36"]::after {
    width: calc(36 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="37"]::after {
    width: calc(37 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="38"]::after {
    width: calc(38 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="39"]::after {
    width: calc(39 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="40"]::after {
    width: calc(40 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="41"]::after {
    width: calc(41 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="42"]::after {
    width: calc(42 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="43"]::after {
    width: calc(43 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="44"]::after {
    width: calc(44 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="45"]::after {
    width: calc(45 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="46"]::after {
    width: calc(46 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="47"]::after {
    width: calc(47 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="48"]::after {
    width: calc(48 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="49"]::after {
    width: calc(49 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="50"]::after {
    width: calc(50 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="51"]::after {
    width: calc(51 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="52"]::after {
    width: calc(52 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="53"]::after {
    width: calc(53 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="54"]::after {
    width: calc(54 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="55"]::after {
    width: calc(55 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="56"]::after {
    width: calc(56 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="57"]::after {
    width: calc(57 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="58"]::after {
    width: calc(58 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="59"]::after {
    width: calc(59 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="60"]::after {
    width: calc(60 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="61"]::after {
    width: calc(61 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="62"]::after {
    width: calc(62 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="63"]::after {
    width: calc(63 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="64"]::after {
    width: calc(64 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="65"]::after {
    width: calc(65 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="66"]::after {
    width: calc(66 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="67"]::after {
    width: calc(67 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="68"]::after {
    width: calc(68 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="69"]::after {
    width: calc(69 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="70"]::after {
    width: calc(70 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="71"]::after {
    width: calc(71 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="72"]::after {
    width: calc(72 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="73"]::after {
    width: calc(73 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="74"]::after {
    width: calc(74 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="75"]::after {
    width: calc(75 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="76"]::after {
    width: calc(76 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="77"]::after {
    width: calc(77 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="78"]::after {
    width: calc(78 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="79"]::after {
    width: calc(79 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="80"]::after {
    width: calc(80 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="81"]::after {
    width: calc(81 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="82"]::after {
    width: calc(82 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="83"]::after {
    width: calc(83 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="84"]::after {
    width: calc(84 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="85"]::after {
    width: calc(85 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="86"]::after {
    width: calc(86 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="87"]::after {
    width: calc(87 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="88"]::after {
    width: calc(88 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="89"]::after {
    width: calc(89 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="90"]::after {
    width: calc(90 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="91"]::after {
    width: calc(91 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="92"]::after {
    width: calc(92 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="93"]::after {
    width: calc(93 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="94"]::after {
    width: calc(94 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="95"]::after {
    width: calc(95 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="96"]::after {
    width: calc(96 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="97"]::after {
    width: calc(97 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="98"]::after {
    width: calc(98 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="99"]::after {
    width: calc(99 / 3 * 1px);
  }
  #document.report-healthliteracy .a_content .section02 .m_barGraph02.barGraph02 tbody td .graph[data-graph-val="100"]::after {
    width: calc(100 / 3 * 1px);
  }
}

#document.report-healthliteracy .a_content .section02 .m_graph .type01 {
  stroke: #5e7950;
}

#document.report-healthliteracy .a_content .section02 .m_graph .type02 {
  stroke: #83d059;
}

#document.report-healthliteracy .a_content .section02 .questionHeading .mark {
  color: #83d059;
}

#document.report-healthliteracy .a_content .section02 > .lead::before, #document.report-healthliteracy .a_content .section02 > .lead::after {
  background-color: #fd8dc9;
  border-color: #ffffff;
}

#document.report-healthliteracy .a_content .section02 .content01 {
  position: relative;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .content01 {
    display: grid;
    grid-template-columns: 1fr 128px 150px 1fr;
    grid-template-rows: min-content min-content;
    grid-template-areas: "heading heading heading heading" ". result graph ." "note note note note";
    gap: 0 18px;
    margin: 0 auto;
    width: 315px;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .questionHeading {
    grid-area: heading;
    margin-bottom: 30px;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .graph {
    grid-area: graph;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .note {
    grid-area: note;
    margin-top: 30px;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .m_graph {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph {
    margin: 0 auto 26px;
    width: 310px;
    height: 310px;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    transition: stroke-dasharray 0.01s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    transition: stroke-dasharray 0.02s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    stroke-dasharray: 4.867, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    transition: stroke-dasharray 0.03s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    stroke-dasharray: 9.734, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    transition: stroke-dasharray 0.04s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    stroke-dasharray: 14.601, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    transition: stroke-dasharray 0.05s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    stroke-dasharray: 19.468, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    transition: stroke-dasharray 0.06s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    stroke-dasharray: 24.335, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    transition: stroke-dasharray 0.07s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    stroke-dasharray: 29.202, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    transition: stroke-dasharray 0.08s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    stroke-dasharray: 34.069, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    transition: stroke-dasharray 0.09s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    stroke-dasharray: 38.936, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    transition: stroke-dasharray 0.1s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    stroke-dasharray: 43.803, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    transition: stroke-dasharray 0.11s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    stroke-dasharray: 48.67, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    transition: stroke-dasharray 0.12s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    stroke-dasharray: 53.537, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    transition: stroke-dasharray 0.13s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    stroke-dasharray: 58.404, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    transition: stroke-dasharray 0.14s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    stroke-dasharray: 63.271, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    transition: stroke-dasharray 0.15s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    stroke-dasharray: 68.138, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    transition: stroke-dasharray 0.16s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    stroke-dasharray: 73.005, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    transition: stroke-dasharray 0.17s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    stroke-dasharray: 77.872, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    transition: stroke-dasharray 0.18s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    stroke-dasharray: 82.739, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    transition: stroke-dasharray 0.19s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    stroke-dasharray: 87.606, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    transition: stroke-dasharray 0.2s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    stroke-dasharray: 92.473, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    transition: stroke-dasharray 0.21s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    stroke-dasharray: 97.34, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    transition: stroke-dasharray 0.22s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    stroke-dasharray: 102.207, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    transition: stroke-dasharray 0.23s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    stroke-dasharray: 107.074, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    transition: stroke-dasharray 0.24s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    stroke-dasharray: 111.941, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    transition: stroke-dasharray 0.25s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    stroke-dasharray: 116.808, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    transition: stroke-dasharray 0.26s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    stroke-dasharray: 121.675, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    transition: stroke-dasharray 0.27s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    stroke-dasharray: 126.542, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    transition: stroke-dasharray 0.28s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    stroke-dasharray: 131.409, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    transition: stroke-dasharray 0.29s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    stroke-dasharray: 136.276, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    transition: stroke-dasharray 0.3s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    stroke-dasharray: 141.143, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    transition: stroke-dasharray 0.31s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    stroke-dasharray: 146.01, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    transition: stroke-dasharray 0.32s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    stroke-dasharray: 150.877, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    transition: stroke-dasharray 0.33s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    stroke-dasharray: 155.744, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    transition: stroke-dasharray 0.34s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    stroke-dasharray: 160.611, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    transition: stroke-dasharray 0.35s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    stroke-dasharray: 165.478, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    transition: stroke-dasharray 0.36s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    stroke-dasharray: 170.345, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    transition: stroke-dasharray 0.37s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    stroke-dasharray: 175.212, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    transition: stroke-dasharray 0.38s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    stroke-dasharray: 180.079, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    transition: stroke-dasharray 0.39s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    stroke-dasharray: 184.946, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    transition: stroke-dasharray 0.4s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    stroke-dasharray: 189.813, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    transition: stroke-dasharray 0.41s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    stroke-dasharray: 194.68, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    transition: stroke-dasharray 0.42s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    stroke-dasharray: 199.547, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    transition: stroke-dasharray 0.43s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    stroke-dasharray: 204.414, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    transition: stroke-dasharray 0.44s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    stroke-dasharray: 209.281, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    transition: stroke-dasharray 0.45s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    stroke-dasharray: 214.148, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    transition: stroke-dasharray 0.46s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    stroke-dasharray: 219.015, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    transition: stroke-dasharray 0.47s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    stroke-dasharray: 223.882, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    transition: stroke-dasharray 0.48s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    stroke-dasharray: 228.749, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    transition: stroke-dasharray 0.49s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    stroke-dasharray: 233.616, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    transition: stroke-dasharray 0.5s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    stroke-dasharray: 238.483, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    transition: stroke-dasharray 0.51s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    stroke-dasharray: 243.35, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    transition: stroke-dasharray 0.52s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    stroke-dasharray: 248.217, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    transition: stroke-dasharray 0.53s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    stroke-dasharray: 253.084, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    transition: stroke-dasharray 0.54s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    stroke-dasharray: 257.951, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    transition: stroke-dasharray 0.55s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    stroke-dasharray: 262.818, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    transition: stroke-dasharray 0.56s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    stroke-dasharray: 267.685, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    transition: stroke-dasharray 0.57s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    stroke-dasharray: 272.552, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    transition: stroke-dasharray 0.58s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    stroke-dasharray: 277.419, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    transition: stroke-dasharray 0.59s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    stroke-dasharray: 282.286, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    transition: stroke-dasharray 0.6s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    stroke-dasharray: 287.153, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    transition: stroke-dasharray 0.61s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    stroke-dasharray: 292.02, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    transition: stroke-dasharray 0.62s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    stroke-dasharray: 296.887, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    transition: stroke-dasharray 0.63s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    stroke-dasharray: 301.754, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    transition: stroke-dasharray 0.64s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    stroke-dasharray: 306.621, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    transition: stroke-dasharray 0.65s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    stroke-dasharray: 311.488, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    transition: stroke-dasharray 0.66s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    stroke-dasharray: 316.355, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    transition: stroke-dasharray 0.67s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    stroke-dasharray: 321.222, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    transition: stroke-dasharray 0.68s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    stroke-dasharray: 326.089, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    transition: stroke-dasharray 0.69s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    stroke-dasharray: 330.956, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    transition: stroke-dasharray 0.7s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    stroke-dasharray: 335.823, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    transition: stroke-dasharray 0.71s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    stroke-dasharray: 340.69, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    transition: stroke-dasharray 0.72s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    stroke-dasharray: 345.557, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    transition: stroke-dasharray 0.73s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    stroke-dasharray: 350.424, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    transition: stroke-dasharray 0.74s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    stroke-dasharray: 355.291, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    transition: stroke-dasharray 0.75s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    stroke-dasharray: 360.158, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    transition: stroke-dasharray 0.76s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    stroke-dasharray: 365.025, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    transition: stroke-dasharray 0.77s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    stroke-dasharray: 369.892, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    transition: stroke-dasharray 0.78s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    stroke-dasharray: 374.759, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    transition: stroke-dasharray 0.79s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    stroke-dasharray: 379.626, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    transition: stroke-dasharray 0.8s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    stroke-dasharray: 384.493, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    transition: stroke-dasharray 0.81s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    stroke-dasharray: 389.36, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    transition: stroke-dasharray 0.82s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    stroke-dasharray: 394.227, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    transition: stroke-dasharray 0.83s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    stroke-dasharray: 399.094, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    transition: stroke-dasharray 0.84s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    stroke-dasharray: 403.961, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    transition: stroke-dasharray 0.85s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    stroke-dasharray: 408.828, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    transition: stroke-dasharray 0.86s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    stroke-dasharray: 413.695, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    transition: stroke-dasharray 0.87s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    stroke-dasharray: 418.562, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    transition: stroke-dasharray 0.88s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    stroke-dasharray: 423.429, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    transition: stroke-dasharray 0.89s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    stroke-dasharray: 428.296, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    transition: stroke-dasharray 0.9s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    stroke-dasharray: 433.163, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    transition: stroke-dasharray 0.91s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    stroke-dasharray: 438.03, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    transition: stroke-dasharray 0.92s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    stroke-dasharray: 442.897, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    transition: stroke-dasharray 0.93s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    stroke-dasharray: 447.764, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    transition: stroke-dasharray 0.94s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    stroke-dasharray: 452.631, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    transition: stroke-dasharray 0.95s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    stroke-dasharray: 457.498, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    transition: stroke-dasharray 0.96s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    stroke-dasharray: 462.365, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    transition: stroke-dasharray 0.97s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    stroke-dasharray: 467.232, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    transition: stroke-dasharray 0.98s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    stroke-dasharray: 472.099, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    transition: stroke-dasharray 0.99s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    stroke-dasharray: 476.966, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    transition: stroke-dasharray 1s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    stroke-dasharray: 481.833, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val02 {
    transition: stroke-dasharray 1s linear;
    stroke-dasharray: 345.4, 345.4;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim.msie .val01 {
    stroke-dasharray: 0, 486.7;
  }
  *::-ms-backdrop,
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim.msie .val02 {
    stroke-dasharray: 0, 345.4;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="2"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="3"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="4"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="5"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="6"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="7"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="8"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="9"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="10"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="11"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="12"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="13"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="14"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="15"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="16"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="17"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="18"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="19"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="20"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="21"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="22"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="23"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="24"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="25"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="26"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="27"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="28"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="29"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="30"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="31"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="32"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="33"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="34"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="35"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="36"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="37"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="38"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="39"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="40"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="41"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="42"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="43"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="44"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="45"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="46"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="47"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="48"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="49"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="50"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="51"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="52"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="53"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="54"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="55"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="56"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="57"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="58"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="59"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="60"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="61"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="62"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="63"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="64"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="65"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="66"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="67"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="68"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="69"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="70"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="71"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="72"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="73"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="74"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="75"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="76"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="77"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="78"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="79"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="80"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="81"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="82"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="83"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="84"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="85"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="86"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="87"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="88"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="89"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="90"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="91"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="92"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="93"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="94"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="95"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="96"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="97"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="98"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="99"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="100"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val02 {
    stroke-dasharray: 0, 345.4;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph .type01 {
    stroke-width: 155px;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph .type02 {
    stroke-width: 110px;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph .val {
    height: 155px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph {
    width: 160px;
    height: 160px;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    transition: stroke-dasharray 0.01s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    transition: stroke-dasharray 0.02s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    stroke-dasharray: 2.512, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    transition: stroke-dasharray 0.03s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    stroke-dasharray: 5.024, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    transition: stroke-dasharray 0.04s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    stroke-dasharray: 7.536, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    transition: stroke-dasharray 0.05s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    stroke-dasharray: 10.048, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    transition: stroke-dasharray 0.06s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    stroke-dasharray: 12.56, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    transition: stroke-dasharray 0.07s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    stroke-dasharray: 15.072, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    transition: stroke-dasharray 0.08s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    stroke-dasharray: 17.584, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    transition: stroke-dasharray 0.09s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    stroke-dasharray: 20.096, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    transition: stroke-dasharray 0.1s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    stroke-dasharray: 22.608, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    transition: stroke-dasharray 0.11s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    stroke-dasharray: 25.12, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    transition: stroke-dasharray 0.12s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    stroke-dasharray: 27.632, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    transition: stroke-dasharray 0.13s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    stroke-dasharray: 30.144, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    transition: stroke-dasharray 0.14s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    stroke-dasharray: 32.656, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    transition: stroke-dasharray 0.15s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    stroke-dasharray: 35.168, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    transition: stroke-dasharray 0.16s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    stroke-dasharray: 37.68, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    transition: stroke-dasharray 0.17s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    stroke-dasharray: 40.192, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    transition: stroke-dasharray 0.18s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    stroke-dasharray: 42.704, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    transition: stroke-dasharray 0.19s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    stroke-dasharray: 45.216, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    transition: stroke-dasharray 0.2s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    stroke-dasharray: 47.728, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    transition: stroke-dasharray 0.21s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    stroke-dasharray: 50.24, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    transition: stroke-dasharray 0.22s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    stroke-dasharray: 52.752, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    transition: stroke-dasharray 0.23s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    stroke-dasharray: 55.264, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    transition: stroke-dasharray 0.24s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    stroke-dasharray: 57.776, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    transition: stroke-dasharray 0.25s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    stroke-dasharray: 60.288, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    transition: stroke-dasharray 0.26s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    stroke-dasharray: 62.8, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    transition: stroke-dasharray 0.27s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    stroke-dasharray: 65.312, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    transition: stroke-dasharray 0.28s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    stroke-dasharray: 67.824, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    transition: stroke-dasharray 0.29s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    stroke-dasharray: 70.336, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    transition: stroke-dasharray 0.3s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    stroke-dasharray: 72.848, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    transition: stroke-dasharray 0.31s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    stroke-dasharray: 75.36, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    transition: stroke-dasharray 0.32s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    stroke-dasharray: 77.872, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    transition: stroke-dasharray 0.33s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    stroke-dasharray: 80.384, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    transition: stroke-dasharray 0.34s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    stroke-dasharray: 82.896, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    transition: stroke-dasharray 0.35s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    stroke-dasharray: 85.408, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    transition: stroke-dasharray 0.36s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    stroke-dasharray: 87.92, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    transition: stroke-dasharray 0.37s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    stroke-dasharray: 90.432, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    transition: stroke-dasharray 0.38s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    stroke-dasharray: 92.944, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    transition: stroke-dasharray 0.39s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    stroke-dasharray: 95.456, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    transition: stroke-dasharray 0.4s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    stroke-dasharray: 97.968, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    transition: stroke-dasharray 0.41s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    stroke-dasharray: 100.48, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    transition: stroke-dasharray 0.42s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    stroke-dasharray: 102.992, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    transition: stroke-dasharray 0.43s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    stroke-dasharray: 105.504, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    transition: stroke-dasharray 0.44s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    stroke-dasharray: 108.016, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    transition: stroke-dasharray 0.45s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    stroke-dasharray: 110.528, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    transition: stroke-dasharray 0.46s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    stroke-dasharray: 113.04, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    transition: stroke-dasharray 0.47s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    stroke-dasharray: 115.552, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    transition: stroke-dasharray 0.48s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    stroke-dasharray: 118.064, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    transition: stroke-dasharray 0.49s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    stroke-dasharray: 120.576, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    transition: stroke-dasharray 0.5s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    stroke-dasharray: 123.088, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    transition: stroke-dasharray 0.51s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    stroke-dasharray: 125.6, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    transition: stroke-dasharray 0.52s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    stroke-dasharray: 128.112, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    transition: stroke-dasharray 0.53s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    stroke-dasharray: 130.624, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    transition: stroke-dasharray 0.54s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    stroke-dasharray: 133.136, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    transition: stroke-dasharray 0.55s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    stroke-dasharray: 135.648, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    transition: stroke-dasharray 0.56s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    stroke-dasharray: 138.16, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    transition: stroke-dasharray 0.57s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    stroke-dasharray: 140.672, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    transition: stroke-dasharray 0.58s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    stroke-dasharray: 143.184, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    transition: stroke-dasharray 0.59s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    stroke-dasharray: 145.696, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    transition: stroke-dasharray 0.6s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    stroke-dasharray: 148.208, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    transition: stroke-dasharray 0.61s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    stroke-dasharray: 150.72, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    transition: stroke-dasharray 0.62s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    stroke-dasharray: 153.232, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    transition: stroke-dasharray 0.63s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    stroke-dasharray: 155.744, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    transition: stroke-dasharray 0.64s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    stroke-dasharray: 158.256, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    transition: stroke-dasharray 0.65s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    stroke-dasharray: 160.768, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    transition: stroke-dasharray 0.66s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    stroke-dasharray: 163.28, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    transition: stroke-dasharray 0.67s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    stroke-dasharray: 165.792, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    transition: stroke-dasharray 0.68s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    stroke-dasharray: 168.304, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    transition: stroke-dasharray 0.69s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    stroke-dasharray: 170.816, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    transition: stroke-dasharray 0.7s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    stroke-dasharray: 173.328, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    transition: stroke-dasharray 0.71s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    stroke-dasharray: 175.84, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    transition: stroke-dasharray 0.72s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    stroke-dasharray: 178.352, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    transition: stroke-dasharray 0.73s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    stroke-dasharray: 180.864, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    transition: stroke-dasharray 0.74s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    stroke-dasharray: 183.376, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    transition: stroke-dasharray 0.75s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    stroke-dasharray: 185.888, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    transition: stroke-dasharray 0.76s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    stroke-dasharray: 188.4, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    transition: stroke-dasharray 0.77s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    stroke-dasharray: 190.912, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    transition: stroke-dasharray 0.78s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    stroke-dasharray: 193.424, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    transition: stroke-dasharray 0.79s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    stroke-dasharray: 195.936, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    transition: stroke-dasharray 0.8s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    stroke-dasharray: 198.448, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    transition: stroke-dasharray 0.81s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    stroke-dasharray: 200.96, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    transition: stroke-dasharray 0.82s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    stroke-dasharray: 203.472, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    transition: stroke-dasharray 0.83s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    stroke-dasharray: 205.984, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    transition: stroke-dasharray 0.84s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    stroke-dasharray: 208.496, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    transition: stroke-dasharray 0.85s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    stroke-dasharray: 211.008, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    transition: stroke-dasharray 0.86s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    stroke-dasharray: 213.52, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    transition: stroke-dasharray 0.87s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    stroke-dasharray: 216.032, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    transition: stroke-dasharray 0.88s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    stroke-dasharray: 218.544, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    transition: stroke-dasharray 0.89s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    stroke-dasharray: 221.056, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    transition: stroke-dasharray 0.9s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    stroke-dasharray: 223.568, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    transition: stroke-dasharray 0.91s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    stroke-dasharray: 226.08, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    transition: stroke-dasharray 0.92s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    stroke-dasharray: 228.592, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    transition: stroke-dasharray 0.93s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    stroke-dasharray: 231.104, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    transition: stroke-dasharray 0.94s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    stroke-dasharray: 233.616, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    transition: stroke-dasharray 0.95s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    stroke-dasharray: 236.128, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    transition: stroke-dasharray 0.96s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    stroke-dasharray: 238.64, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    transition: stroke-dasharray 0.97s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    stroke-dasharray: 241.152, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    transition: stroke-dasharray 0.98s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    stroke-dasharray: 243.664, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    transition: stroke-dasharray 0.99s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    stroke-dasharray: 246.176, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    transition: stroke-dasharray 1s linear;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    stroke-dasharray: 248.688, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_anim .val02 {
    transition: stroke-dasharray 1s linear;
    stroke-dasharray: 172.7, 172.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="2"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="3"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="4"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="5"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="6"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="7"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="8"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="9"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="10"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="11"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="12"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="13"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="14"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="15"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="16"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="17"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="18"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="19"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="20"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="21"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="22"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="23"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="24"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="25"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="26"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="27"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="28"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="29"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="30"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="31"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="32"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="33"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="34"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="35"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="36"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="37"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="38"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="39"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="40"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="41"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="42"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="43"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="44"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="45"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="46"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="47"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="48"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="49"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="50"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="51"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="52"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="53"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="54"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="55"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="56"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="57"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="58"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="59"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="60"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="61"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="62"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="63"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="64"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="65"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="66"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="67"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="68"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="69"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="70"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="71"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="72"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="73"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="74"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="75"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="76"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="77"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="78"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="79"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="80"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="81"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="82"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="83"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="84"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="85"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="86"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="87"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="88"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="89"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="90"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="91"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="92"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="93"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="94"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="95"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="96"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="97"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="98"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="99"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="100"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph.js_anim.is_reset .val02 {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph .type01 {
    stroke-width: 80px;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph .type02 {
    stroke-width: 55px;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .m_graph .val {
    height: 80px;
  }
}

#document.report-healthliteracy .a_content .section02 .content01 .result .val {
  display: inline-block;
  color: #83d059;
  font-family: Inter, sans-serif;
  vertical-align: -2px;
  font-weight: 700;
}

#document.report-healthliteracy .a_content .section02 .content01 .result .val .unit {
  display: inline-block;
}

#document.report-healthliteracy .a_content .section02 .content01 .result .primary {
  font-weight: 700;
}

#document.report-healthliteracy .a_content .section02 .content01 .result .primary .val {
  color: #5e7950;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section02 .content01 .result {
    position: absolute;
    top: 173px;
    left: 107px;
    display: flex;
    align-items: center;
    margin: 0 0 28px;
    width: 100%;
    font-size: 1.125rem;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .result .val {
    margin-top: -4px;
    font-size: 1.5rem;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .result .val .unit {
    font-size: 0.875rem;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .result .primary {
    margin-top: 1px;
    flex-basis: 568px;
    font-size: 1.25rem;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .result .primary .val {
    margin-top: -6px;
    font-size: 2.25rem;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .result .primary .val .unit {
    margin-left: 2px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .content01 .result {
    grid-area: result;
    margin: 2px 0 0;
    font-size: 0.75rem;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .result .val {
    margin-top: -3px;
    font-size: 1.25rem;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .result .val .unit {
    font-size: 0.625rem;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .result .primary {
    margin-bottom: 4px;
    font-size: 1rem;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .result .primary .val {
    margin-top: -4px;
    font-size: 1.875rem;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .result .primary .val .unit {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section02 .content02 {
    margin: -17px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .content02 {
    margin: 54px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .content02 .questionHeading {
    margin-bottom: -12px;
  }
  #document.report-healthliteracy .a_content .section02 .content02 .questionHeading .note {
    transform: translateY(-8px);
  }
}

#document.report-healthliteracy .a_content .section02 .box {
  border: 1px solid #fd7fc3;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section02 .box {
    margin: 95px 0 97px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .box {
    margin: 75px 0 79px;
    padding: 26px 24px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section02 .box .text {
    text-align: center;
    margin: 48px 0 48px;
    font-size: 1.25rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .box .text {
    margin: 0 -4px 0 0;
    font-size: 1rem;
    line-height: 2;
  }
}

#document.report-healthliteracy .a_content .section02 .m_message {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section02 .m_message {
    height: 330px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #document.report-healthliteracy .a_content .section02 .m_message {
    position: relative;
    top: 60px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .m_message {
    padding-top: 73px;
    padding-bottom: 32px;
  }
}

#document.report-healthliteracy .a_content .section02 .m_message::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  min-width: 100%;
  height: 100%;
  background-color: rgba(253, 127, 195, 0.05);
  transform: translateX(-50%);
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #document.report-healthliteracy .a_content .section02 .m_message::after {
    top: -80px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section02 .m_message .image {
    position: relative;
    top: 5px;
    left: 85px;
    margin-left: 43px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .m_message .image {
    margin-top: 13px;
    text-align: center;
  }
}

#document.report-healthliteracy .a_content .section02 .m_message .image > span {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .m_message .image img {
    width: 162px;
  }
}

#document.report-healthliteracy .a_content .section02 .m_message .image img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.report-healthliteracy .a_content .section02 .m_message .image.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.report-healthliteracy .a_content .section02 .m_message .image.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.report-healthliteracy .a_content .section02 .m_message .image.js_anim.is_anim img {
  transition: opacity 1s ease 0.3s;
}

#document.report-healthliteracy .a_content .section02 .m_message .image.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document.report-healthliteracy .a_content .section02 .m_message .mark {
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section02 .m_message .mark {
    margin: -6px 0 18px -5px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .m_message .mark {
    margin-bottom: 0;
  }
}

#document.report-healthliteracy .a_content .section02 .m_message .mark svg {
  fill: #fd7fc3;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section02 .m_message .mark svg {
    position: relative;
    bottom: -33px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #document.report-healthliteracy .a_content .section02 .m_message .mark svg {
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .m_message .mark svg {
    width: 19px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section02 .m_message .text01 {
    margin-left: -5px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .m_message .text01 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

#document.report-healthliteracy .a_content .section02 .m_message .text01::before {
  background-color: #ffffff;
  border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  top: 50%;
  left: 50%;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section02 .m_message .text01::before {
    width: 320px;
    height: 210px;
    transform: translate(-50%, -50%) translateY(-50px);
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section02 .m_message .text01::before {
    width: 260px;
    height: 170px;
    transform: translate(-50%, -50%) translateY(-20px);
  }
}

#document.report-healthliteracy .a_content .section03::before {
  background-color: #ffffff;
}

#document.report-healthliteracy .a_content .section03::after {
  background: #fafdf8;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.report-healthliteracy .a_content .section03 > .heading .num img {
    width: 85px;
  }
}

#document.report-healthliteracy .a_content .section03 .m_graph .type01 {
  stroke: #ffa74e;
}

#document.report-healthliteracy .a_content .section03 .m_graph .type02 {
  stroke: #feca95;
}

#document.report-healthliteracy .a_content .section03 .questionHeading .mark {
  color: #ffa74e;
}

#document.report-healthliteracy .a_content .section03 > .lead::before, #document.report-healthliteracy .a_content .section03 > .lead::after {
  background-color: #fd8dc9;
  border-color: #ffffff;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 > .lead {
    margin-bottom: 36px;
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 > .lead {
    margin-bottom: 28px;
  }
}

#document.report-healthliteracy .a_content .section03 .content01 {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .content01 {
    margin-bottom: 80px;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .questionHeading {
    margin-top: 94px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .content01 {
    display: grid;
    grid-template-columns: 1fr 145px 48px 1fr;
    grid-template-rows: min-content min-content;
    grid-template-areas: "heading heading heading heading" ". graph result ." "note note note note";
    gap: 0 20px;
    margin: 54px auto 0;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .questionHeading {
    grid-area: heading;
    margin: 0 0 86px;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .graph {
    grid-area: graph;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .m_graph {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph {
    margin: 0 auto 28px;
    width: 310px;
    height: 310px;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    transition: stroke-dasharray 0.01s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    transition: stroke-dasharray 0.02s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    stroke-dasharray: 4.867, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    transition: stroke-dasharray 0.03s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    stroke-dasharray: 9.734, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    transition: stroke-dasharray 0.04s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    stroke-dasharray: 14.601, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    transition: stroke-dasharray 0.05s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    stroke-dasharray: 19.468, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    transition: stroke-dasharray 0.06s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    stroke-dasharray: 24.335, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    transition: stroke-dasharray 0.07s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    stroke-dasharray: 29.202, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    transition: stroke-dasharray 0.08s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    stroke-dasharray: 34.069, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    transition: stroke-dasharray 0.09s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    stroke-dasharray: 38.936, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    transition: stroke-dasharray 0.1s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    stroke-dasharray: 43.803, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    transition: stroke-dasharray 0.11s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    stroke-dasharray: 48.67, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    transition: stroke-dasharray 0.12s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    stroke-dasharray: 53.537, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    transition: stroke-dasharray 0.13s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    stroke-dasharray: 58.404, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    transition: stroke-dasharray 0.14s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    stroke-dasharray: 63.271, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    transition: stroke-dasharray 0.15s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    stroke-dasharray: 68.138, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    transition: stroke-dasharray 0.16s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    stroke-dasharray: 73.005, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    transition: stroke-dasharray 0.17s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    stroke-dasharray: 77.872, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    transition: stroke-dasharray 0.18s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    stroke-dasharray: 82.739, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    transition: stroke-dasharray 0.19s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    stroke-dasharray: 87.606, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    transition: stroke-dasharray 0.2s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    stroke-dasharray: 92.473, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    transition: stroke-dasharray 0.21s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    stroke-dasharray: 97.34, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    transition: stroke-dasharray 0.22s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    stroke-dasharray: 102.207, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    transition: stroke-dasharray 0.23s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    stroke-dasharray: 107.074, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    transition: stroke-dasharray 0.24s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    stroke-dasharray: 111.941, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    transition: stroke-dasharray 0.25s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    stroke-dasharray: 116.808, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    transition: stroke-dasharray 0.26s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    stroke-dasharray: 121.675, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    transition: stroke-dasharray 0.27s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    stroke-dasharray: 126.542, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    transition: stroke-dasharray 0.28s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    stroke-dasharray: 131.409, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    transition: stroke-dasharray 0.29s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    stroke-dasharray: 136.276, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    transition: stroke-dasharray 0.3s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    stroke-dasharray: 141.143, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    transition: stroke-dasharray 0.31s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    stroke-dasharray: 146.01, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    transition: stroke-dasharray 0.32s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    stroke-dasharray: 150.877, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    transition: stroke-dasharray 0.33s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    stroke-dasharray: 155.744, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    transition: stroke-dasharray 0.34s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    stroke-dasharray: 160.611, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    transition: stroke-dasharray 0.35s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    stroke-dasharray: 165.478, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    transition: stroke-dasharray 0.36s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    stroke-dasharray: 170.345, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    transition: stroke-dasharray 0.37s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    stroke-dasharray: 175.212, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    transition: stroke-dasharray 0.38s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    stroke-dasharray: 180.079, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    transition: stroke-dasharray 0.39s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    stroke-dasharray: 184.946, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    transition: stroke-dasharray 0.4s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    stroke-dasharray: 189.813, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    transition: stroke-dasharray 0.41s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    stroke-dasharray: 194.68, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    transition: stroke-dasharray 0.42s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    stroke-dasharray: 199.547, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    transition: stroke-dasharray 0.43s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    stroke-dasharray: 204.414, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    transition: stroke-dasharray 0.44s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    stroke-dasharray: 209.281, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    transition: stroke-dasharray 0.45s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    stroke-dasharray: 214.148, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    transition: stroke-dasharray 0.46s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    stroke-dasharray: 219.015, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    transition: stroke-dasharray 0.47s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    stroke-dasharray: 223.882, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    transition: stroke-dasharray 0.48s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    stroke-dasharray: 228.749, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    transition: stroke-dasharray 0.49s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    stroke-dasharray: 233.616, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    transition: stroke-dasharray 0.5s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    stroke-dasharray: 238.483, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    transition: stroke-dasharray 0.51s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    stroke-dasharray: 243.35, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    transition: stroke-dasharray 0.52s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    stroke-dasharray: 248.217, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    transition: stroke-dasharray 0.53s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    stroke-dasharray: 253.084, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    transition: stroke-dasharray 0.54s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    stroke-dasharray: 257.951, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    transition: stroke-dasharray 0.55s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    stroke-dasharray: 262.818, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    transition: stroke-dasharray 0.56s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    stroke-dasharray: 267.685, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    transition: stroke-dasharray 0.57s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    stroke-dasharray: 272.552, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    transition: stroke-dasharray 0.58s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    stroke-dasharray: 277.419, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    transition: stroke-dasharray 0.59s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    stroke-dasharray: 282.286, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    transition: stroke-dasharray 0.6s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    stroke-dasharray: 287.153, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    transition: stroke-dasharray 0.61s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    stroke-dasharray: 292.02, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    transition: stroke-dasharray 0.62s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    stroke-dasharray: 296.887, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    transition: stroke-dasharray 0.63s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    stroke-dasharray: 301.754, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    transition: stroke-dasharray 0.64s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    stroke-dasharray: 306.621, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    transition: stroke-dasharray 0.65s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    stroke-dasharray: 311.488, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    transition: stroke-dasharray 0.66s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    stroke-dasharray: 316.355, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    transition: stroke-dasharray 0.67s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    stroke-dasharray: 321.222, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    transition: stroke-dasharray 0.68s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    stroke-dasharray: 326.089, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    transition: stroke-dasharray 0.69s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    stroke-dasharray: 330.956, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    transition: stroke-dasharray 0.7s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    stroke-dasharray: 335.823, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    transition: stroke-dasharray 0.71s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    stroke-dasharray: 340.69, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    transition: stroke-dasharray 0.72s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    stroke-dasharray: 345.557, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    transition: stroke-dasharray 0.73s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    stroke-dasharray: 350.424, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    transition: stroke-dasharray 0.74s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    stroke-dasharray: 355.291, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    transition: stroke-dasharray 0.75s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    stroke-dasharray: 360.158, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    transition: stroke-dasharray 0.76s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    stroke-dasharray: 365.025, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    transition: stroke-dasharray 0.77s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    stroke-dasharray: 369.892, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    transition: stroke-dasharray 0.78s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    stroke-dasharray: 374.759, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    transition: stroke-dasharray 0.79s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    stroke-dasharray: 379.626, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    transition: stroke-dasharray 0.8s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    stroke-dasharray: 384.493, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    transition: stroke-dasharray 0.81s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    stroke-dasharray: 389.36, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    transition: stroke-dasharray 0.82s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    stroke-dasharray: 394.227, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    transition: stroke-dasharray 0.83s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    stroke-dasharray: 399.094, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    transition: stroke-dasharray 0.84s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    stroke-dasharray: 403.961, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    transition: stroke-dasharray 0.85s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    stroke-dasharray: 408.828, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    transition: stroke-dasharray 0.86s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    stroke-dasharray: 413.695, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    transition: stroke-dasharray 0.87s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    stroke-dasharray: 418.562, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    transition: stroke-dasharray 0.88s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    stroke-dasharray: 423.429, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    transition: stroke-dasharray 0.89s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    stroke-dasharray: 428.296, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    transition: stroke-dasharray 0.9s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    stroke-dasharray: 433.163, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    transition: stroke-dasharray 0.91s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    stroke-dasharray: 438.03, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    transition: stroke-dasharray 0.92s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    stroke-dasharray: 442.897, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    transition: stroke-dasharray 0.93s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    stroke-dasharray: 447.764, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    transition: stroke-dasharray 0.94s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    stroke-dasharray: 452.631, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    transition: stroke-dasharray 0.95s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    stroke-dasharray: 457.498, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    transition: stroke-dasharray 0.96s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    stroke-dasharray: 462.365, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    transition: stroke-dasharray 0.97s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    stroke-dasharray: 467.232, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    transition: stroke-dasharray 0.98s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    stroke-dasharray: 472.099, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    transition: stroke-dasharray 0.99s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    stroke-dasharray: 476.966, 486.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    transition: stroke-dasharray 1s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    stroke-dasharray: 481.833, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val02 {
    transition: stroke-dasharray 1s linear;
    stroke-dasharray: 345.4, 345.4;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim.msie .val01 {
    stroke-dasharray: 0, 486.7;
  }
  *::-ms-backdrop,
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim.msie .val02 {
    stroke-dasharray: 0, 345.4;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="2"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="3"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="4"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="5"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="6"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="7"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="8"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="9"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="10"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="11"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="12"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="13"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="14"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="15"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="16"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="17"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="18"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="19"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="20"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="21"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="22"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="23"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="24"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="25"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="26"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="27"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="28"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="29"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="30"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="31"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="32"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="33"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="34"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="35"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="36"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="37"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="38"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="39"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="40"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="41"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="42"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="43"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="44"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="45"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="46"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="47"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="48"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="49"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="50"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="51"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="52"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="53"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="54"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="55"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="56"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="57"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="58"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="59"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="60"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="61"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="62"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="63"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="64"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="65"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="66"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="67"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="68"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="69"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="70"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="71"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="72"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="73"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="74"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="75"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="76"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="77"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="78"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="79"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="80"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="81"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="82"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="83"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="84"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="85"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="86"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="87"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="88"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="89"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="90"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="91"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="92"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="93"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="94"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="95"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="96"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="97"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="98"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="99"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="100"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val02 {
    stroke-dasharray: 0, 345.4;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph .type01 {
    stroke-width: 155px;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph .type02 {
    stroke-width: 110px;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph .val {
    height: 155px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph {
    width: 160px;
    height: 160px;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    transition: stroke-dasharray 0.01s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    transition: stroke-dasharray 0.02s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    stroke-dasharray: 2.512, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    transition: stroke-dasharray 0.03s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    stroke-dasharray: 5.024, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    transition: stroke-dasharray 0.04s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    stroke-dasharray: 7.536, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    transition: stroke-dasharray 0.05s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    stroke-dasharray: 10.048, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    transition: stroke-dasharray 0.06s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    stroke-dasharray: 12.56, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    transition: stroke-dasharray 0.07s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    stroke-dasharray: 15.072, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    transition: stroke-dasharray 0.08s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    stroke-dasharray: 17.584, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    transition: stroke-dasharray 0.09s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    stroke-dasharray: 20.096, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    transition: stroke-dasharray 0.1s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    stroke-dasharray: 22.608, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    transition: stroke-dasharray 0.11s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    stroke-dasharray: 25.12, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    transition: stroke-dasharray 0.12s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    stroke-dasharray: 27.632, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    transition: stroke-dasharray 0.13s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    stroke-dasharray: 30.144, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    transition: stroke-dasharray 0.14s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    stroke-dasharray: 32.656, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    transition: stroke-dasharray 0.15s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    stroke-dasharray: 35.168, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    transition: stroke-dasharray 0.16s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    stroke-dasharray: 37.68, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    transition: stroke-dasharray 0.17s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    stroke-dasharray: 40.192, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    transition: stroke-dasharray 0.18s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    stroke-dasharray: 42.704, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    transition: stroke-dasharray 0.19s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    stroke-dasharray: 45.216, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    transition: stroke-dasharray 0.2s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    stroke-dasharray: 47.728, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    transition: stroke-dasharray 0.21s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    stroke-dasharray: 50.24, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    transition: stroke-dasharray 0.22s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    stroke-dasharray: 52.752, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    transition: stroke-dasharray 0.23s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    stroke-dasharray: 55.264, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    transition: stroke-dasharray 0.24s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    stroke-dasharray: 57.776, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    transition: stroke-dasharray 0.25s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    stroke-dasharray: 60.288, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    transition: stroke-dasharray 0.26s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    stroke-dasharray: 62.8, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    transition: stroke-dasharray 0.27s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    stroke-dasharray: 65.312, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    transition: stroke-dasharray 0.28s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    stroke-dasharray: 67.824, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    transition: stroke-dasharray 0.29s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    stroke-dasharray: 70.336, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    transition: stroke-dasharray 0.3s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    stroke-dasharray: 72.848, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    transition: stroke-dasharray 0.31s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    stroke-dasharray: 75.36, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    transition: stroke-dasharray 0.32s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    stroke-dasharray: 77.872, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    transition: stroke-dasharray 0.33s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    stroke-dasharray: 80.384, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    transition: stroke-dasharray 0.34s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    stroke-dasharray: 82.896, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    transition: stroke-dasharray 0.35s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    stroke-dasharray: 85.408, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    transition: stroke-dasharray 0.36s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    stroke-dasharray: 87.92, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    transition: stroke-dasharray 0.37s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    stroke-dasharray: 90.432, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    transition: stroke-dasharray 0.38s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    stroke-dasharray: 92.944, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    transition: stroke-dasharray 0.39s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    stroke-dasharray: 95.456, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    transition: stroke-dasharray 0.4s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    stroke-dasharray: 97.968, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    transition: stroke-dasharray 0.41s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    stroke-dasharray: 100.48, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    transition: stroke-dasharray 0.42s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    stroke-dasharray: 102.992, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    transition: stroke-dasharray 0.43s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    stroke-dasharray: 105.504, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    transition: stroke-dasharray 0.44s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    stroke-dasharray: 108.016, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    transition: stroke-dasharray 0.45s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    stroke-dasharray: 110.528, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    transition: stroke-dasharray 0.46s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    stroke-dasharray: 113.04, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    transition: stroke-dasharray 0.47s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    stroke-dasharray: 115.552, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    transition: stroke-dasharray 0.48s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    stroke-dasharray: 118.064, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    transition: stroke-dasharray 0.49s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    stroke-dasharray: 120.576, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    transition: stroke-dasharray 0.5s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    stroke-dasharray: 123.088, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    transition: stroke-dasharray 0.51s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    stroke-dasharray: 125.6, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    transition: stroke-dasharray 0.52s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    stroke-dasharray: 128.112, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    transition: stroke-dasharray 0.53s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    stroke-dasharray: 130.624, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    transition: stroke-dasharray 0.54s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    stroke-dasharray: 133.136, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    transition: stroke-dasharray 0.55s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    stroke-dasharray: 135.648, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    transition: stroke-dasharray 0.56s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    stroke-dasharray: 138.16, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    transition: stroke-dasharray 0.57s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    stroke-dasharray: 140.672, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    transition: stroke-dasharray 0.58s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    stroke-dasharray: 143.184, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    transition: stroke-dasharray 0.59s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    stroke-dasharray: 145.696, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    transition: stroke-dasharray 0.6s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    stroke-dasharray: 148.208, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    transition: stroke-dasharray 0.61s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    stroke-dasharray: 150.72, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    transition: stroke-dasharray 0.62s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    stroke-dasharray: 153.232, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    transition: stroke-dasharray 0.63s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    stroke-dasharray: 155.744, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    transition: stroke-dasharray 0.64s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    stroke-dasharray: 158.256, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    transition: stroke-dasharray 0.65s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    stroke-dasharray: 160.768, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    transition: stroke-dasharray 0.66s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    stroke-dasharray: 163.28, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    transition: stroke-dasharray 0.67s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    stroke-dasharray: 165.792, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    transition: stroke-dasharray 0.68s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    stroke-dasharray: 168.304, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    transition: stroke-dasharray 0.69s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    stroke-dasharray: 170.816, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    transition: stroke-dasharray 0.7s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    stroke-dasharray: 173.328, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    transition: stroke-dasharray 0.71s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    stroke-dasharray: 175.84, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    transition: stroke-dasharray 0.72s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    stroke-dasharray: 178.352, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    transition: stroke-dasharray 0.73s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    stroke-dasharray: 180.864, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    transition: stroke-dasharray 0.74s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    stroke-dasharray: 183.376, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    transition: stroke-dasharray 0.75s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    stroke-dasharray: 185.888, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    transition: stroke-dasharray 0.76s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    stroke-dasharray: 188.4, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    transition: stroke-dasharray 0.77s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    stroke-dasharray: 190.912, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    transition: stroke-dasharray 0.78s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    stroke-dasharray: 193.424, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    transition: stroke-dasharray 0.79s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    stroke-dasharray: 195.936, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    transition: stroke-dasharray 0.8s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    stroke-dasharray: 198.448, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    transition: stroke-dasharray 0.81s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    stroke-dasharray: 200.96, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    transition: stroke-dasharray 0.82s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    stroke-dasharray: 203.472, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    transition: stroke-dasharray 0.83s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    stroke-dasharray: 205.984, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    transition: stroke-dasharray 0.84s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    stroke-dasharray: 208.496, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    transition: stroke-dasharray 0.85s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    stroke-dasharray: 211.008, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    transition: stroke-dasharray 0.86s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    stroke-dasharray: 213.52, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    transition: stroke-dasharray 0.87s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    stroke-dasharray: 216.032, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    transition: stroke-dasharray 0.88s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    stroke-dasharray: 218.544, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    transition: stroke-dasharray 0.89s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    stroke-dasharray: 221.056, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    transition: stroke-dasharray 0.9s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    stroke-dasharray: 223.568, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    transition: stroke-dasharray 0.91s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    stroke-dasharray: 226.08, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    transition: stroke-dasharray 0.92s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    stroke-dasharray: 228.592, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    transition: stroke-dasharray 0.93s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    stroke-dasharray: 231.104, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    transition: stroke-dasharray 0.94s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    stroke-dasharray: 233.616, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    transition: stroke-dasharray 0.95s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    stroke-dasharray: 236.128, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    transition: stroke-dasharray 0.96s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    stroke-dasharray: 238.64, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    transition: stroke-dasharray 0.97s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    stroke-dasharray: 241.152, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    transition: stroke-dasharray 0.98s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    stroke-dasharray: 243.664, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    transition: stroke-dasharray 0.99s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    stroke-dasharray: 246.176, 251.2;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    transition: stroke-dasharray 1s linear;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    stroke-dasharray: 248.688, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_anim .val02 {
    transition: stroke-dasharray 1s linear;
    stroke-dasharray: 172.7, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="2"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="3"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="4"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="5"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="6"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="7"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="8"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="9"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="10"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="11"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="12"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="13"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="14"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="15"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="16"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="17"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="18"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="19"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="20"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="21"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="22"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="23"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="24"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="25"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="26"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="27"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="28"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="29"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="30"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="31"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="32"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="33"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="34"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="35"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="36"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="37"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="38"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="39"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="40"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="41"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="42"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="43"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="44"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="45"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="46"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="47"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="48"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="49"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="50"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="51"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="52"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="53"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="54"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="55"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="56"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="57"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="58"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="59"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="60"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="61"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="62"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="63"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="64"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="65"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="66"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="67"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="68"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="69"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="70"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="71"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="72"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="73"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="74"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="75"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="76"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="77"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="78"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="79"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="80"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="81"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="82"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="83"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="84"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="85"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="86"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="87"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="88"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="89"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="90"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="91"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="92"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="93"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="94"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="95"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="96"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="97"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="98"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="99"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val01[data-graph-val="100"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph.js_anim.is_reset .val02 {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph .type01 {
    stroke-width: 80px;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph .type02 {
    stroke-width: 55px;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .m_graph .val {
    height: 80px;
  }
}

#document.report-healthliteracy .a_content .section03 .content01 .result .val {
  display: inline-block;
  color: #feca95;
  font-family: Inter, sans-serif;
  vertical-align: -2px;
  font-weight: 700;
}

#document.report-healthliteracy .a_content .section03 .content01 .result .val .unit {
  display: inline-block;
}

#document.report-healthliteracy .a_content .section03 .content01 .result .primary {
  font-weight: 700;
}

#document.report-healthliteracy .a_content .section03 .content01 .result .primary .val {
  color: #ffa74e;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .content01 .result {
    position: absolute;
    top: 185px;
    left: 666px;
    margin: 0;
    font-size: 1.125rem;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .result .val {
    font-size: 1.5rem;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .result .val .unit {
    font-size: 0.875rem;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .result > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 133px;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .result > li:nth-of-type(2) {
    margin-top: 4px;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .result .primary {
    position: absolute;
    top: 4px;
    left: -521px;
    display: block;
    width: auto;
    font-size: 1.25rem;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .result .primary .val {
    margin-top: -6px;
    font-size: 2.25rem;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .result .primary .val .unit {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .content01 .result {
    position: relative;
    grid-area: result;
    margin: 32px 0 0;
    font-size: 0.75rem;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .result .val {
    margin-top: -2px;
    font-size: 1.25rem;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .result .val .unit {
    font-size: 0.625rem;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .result > li:nth-of-type(2) {
    margin-top: 6px;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .result .primary {
    position: absolute;
    top: -94px;
    left: -155px;
    display: block;
    width: auto;
    text-align: center;
    font-size: 1rem;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .result .primary .val {
    margin-left: 10px;
    font-size: 1.875rem;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .result .primary .val .unit {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .content01 .note {
    margin: 40px auto 0;
    width: fit-content;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .content01 .note {
    grid-area: note;
    margin-top: 30px;
  }
}

#document.report-healthliteracy .a_content .section03 .content01 .text {
  grid-area: text;
  margin: 0;
  font-weight: 700;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .content01 .text {
    position: relative;
    top: 20px;
    left: -22px;
    align-self: center;
    font-size: 1.25rem;
    line-height: 1.35;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .content01 .text {
    margin-top: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    text-align: center;
  }
}

#document.report-healthliteracy .a_content .section03 .content01 .text .val {
  color: #ffa74e;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .content01 .text .val {
    display: block;
    margin-left: auto;
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .content01 .text .val {
    font-size: 1.875rem;
    vertical-align: -4px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .content01 .text .val .unit {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .content01 .text .val .unit {
    font-size: 0.875rem;
  }
}

#document.report-healthliteracy .a_content .section03 .content01.js_anim02.is_reset .list,
#document.report-healthliteracy .a_content .section03 .content01.js_anim02.is_reset .text {
  opacity: 0 !important;
}

#document.report-healthliteracy .a_content .section03 .content01.js_anim02.is_anim .list {
  transition: opacity 0.8s ease 1.4s;
}

#document.report-healthliteracy .a_content .section03 .content01.js_anim02.is_anim .text {
  transition: opacity 0.8s ease 2.2s;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .caseBox {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box {
    width: 450px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box {
    margin: 55px 0 0;
  }
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box > .heading {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box > .heading {
    margin: 0 0 12px;
    font-size: 1.75rem;
    line-height: 1.42857;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box > .heading {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0 0 30px;
  }
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box > .heading::before, #document.report-healthliteracy .a_content .section03 .caseBox > .box > .heading::after {
  flex-grow: 1;
  border-top: 1px solid #dee1e3;
  content: "";
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box > .heading::before {
  margin-right: 10px;
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box > .heading::after {
  margin-left: 10px;
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box > .heading > span {
  border-radius: 50%;
  background: #ffa74e;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box > .heading > span {
    width: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box > .heading > span {
    width: 44px;
    line-height: 44px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #document.report-healthliteracy .a_content .section03 .caseBox > .box > .heading > span {
    padding: 21px 0 11px;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box > .heading > span:nth-of-type(n + 2) {
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box > .heading > span:nth-of-type(n + 2) {
    margin-left: 10px;
  }
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .leadBox {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .leadBox {
    margin: -9px 0 57px;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .leadBox {
    margin: 0 0 54px;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .leadBox::after {
  position: absolute;
  left: 50%;
  content: "";
  display: inline-block;
  border: solid #ffa74e;
  border-color: #ffa74e transparent transparent;
  border-width: 14px 17px 0;
  width: 0;
  line-height: 1;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .leadBox::after {
    bottom: -33px;
    transform: translateX(-50%) translateX(5px);
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .leadBox::after {
    bottom: -34px;
    transform: translateX(-50%);
  }
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .image {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .image {
    height: 222px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .image {
    margin: 30px 0 25px;
  }
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .image > span {
  position: relative;
  display: inline-block;
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .image img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .image.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .image.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .image.js_anim.is_anim img {
  transition: opacity 1s ease 0.3s;
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .image.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox {
  display: flex;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox {
    gap: 0 20px;
    padding: 0 0 0 45px;
    margin: 36px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox {
    display: grid;
    grid-template-columns: 1fr 110px 91px 1fr;
    grid-template-rows: min-content min-content;
    grid-template-areas: ". graph result ." "note note note note";
    gap: 0 20px;
    margin: 84px auto 0;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .graph {
    grid-area: graph;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .graph .line::before {
    width: 30px;
    height: 30px;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .m_graph {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .result {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .graph {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .result {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .graph {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .result {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .graph {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .result {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .graph {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .result {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result .val {
  display: inline-block;
  margin-left: auto;
  color: rgba(255, 167, 78, 0.6);
  font-weight: 700;
  font-family: Inter, sans-serif;
  text-align: right;
  white-space: nowrap;
  line-height: 1;
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result .val .unit {
  display: inline-block;
  text-align: left;
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result .important {
  font-weight: 700;
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result .important .val {
  color: #ffa74e;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result {
    margin: 0;
    font-size: 0.9375rem;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result .val {
    margin-top: 4px;
    font-size: 1.5rem;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result .val .unit {
    font-size: 0.875rem;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result .important {
    font-size: 1rem;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result .important .val {
    font-size: 2.25rem;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result .important .val .unit {
    margin-left: 3px;
    font-size: 1.25rem;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result > li:nth-of-type(2) {
    margin-top: 14px;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result > li:nth-of-type(3) {
    margin-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result {
    position: relative;
    grid-area: result;
    margin: 5px 0 0;
    font-size: 0.75rem;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result .val {
    margin-top: 2px;
    font-size: 1.25rem;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result .val .unit {
    font-size: 0.625rem;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result .important {
    position: absolute;
    top: -60px;
    right: 0;
    left: -135px;
    text-align: center;
    font-size: 0.8125rem;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result .important > span {
    display: inline-block;
    text-align: left;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result .important .val {
    margin: 0 0 0 10px;
    font-size: 1.875rem;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result .important .val .unit {
    margin-left: 2px;
    font-size: 0.875rem;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result > li:nth-of-type(3) {
    margin-top: 9px;
  }
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result.js_anim02.is_reset {
  opacity: 0 !important;
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result.js_anim02.is_anim {
  transition: opacity 0.4s ease 1s;
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph .circle .type01 {
  stroke: #fea74e;
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph .circle .type02 {
  stroke: #ffdcb8;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph {
    margin-top: 21px;
    width: 180px;
    height: 180px;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    transition: stroke-dasharray 0.01s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    transition: stroke-dasharray 0.02s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    stroke-dasharray: 2.826, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    transition: stroke-dasharray 0.03s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    stroke-dasharray: 5.652, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    transition: stroke-dasharray 0.04s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    stroke-dasharray: 8.478, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    transition: stroke-dasharray 0.05s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    stroke-dasharray: 11.304, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    transition: stroke-dasharray 0.06s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    stroke-dasharray: 14.13, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    transition: stroke-dasharray 0.07s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    stroke-dasharray: 16.956, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    transition: stroke-dasharray 0.08s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    stroke-dasharray: 19.782, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    transition: stroke-dasharray 0.09s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    stroke-dasharray: 22.608, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    transition: stroke-dasharray 0.1s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    stroke-dasharray: 25.434, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    transition: stroke-dasharray 0.11s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    stroke-dasharray: 28.26, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    transition: stroke-dasharray 0.12s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    stroke-dasharray: 31.086, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    transition: stroke-dasharray 0.13s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    stroke-dasharray: 33.912, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    transition: stroke-dasharray 0.14s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    stroke-dasharray: 36.738, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    transition: stroke-dasharray 0.15s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    stroke-dasharray: 39.564, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    transition: stroke-dasharray 0.16s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    stroke-dasharray: 42.39, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    transition: stroke-dasharray 0.17s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    stroke-dasharray: 45.216, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    transition: stroke-dasharray 0.18s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    stroke-dasharray: 48.042, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    transition: stroke-dasharray 0.19s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    stroke-dasharray: 50.868, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    transition: stroke-dasharray 0.2s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    stroke-dasharray: 53.694, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    transition: stroke-dasharray 0.21s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    stroke-dasharray: 56.52, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    transition: stroke-dasharray 0.22s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    stroke-dasharray: 59.346, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    transition: stroke-dasharray 0.23s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    stroke-dasharray: 62.172, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    transition: stroke-dasharray 0.24s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    stroke-dasharray: 64.998, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    transition: stroke-dasharray 0.25s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    stroke-dasharray: 67.824, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    transition: stroke-dasharray 0.26s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    stroke-dasharray: 70.65, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    transition: stroke-dasharray 0.27s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    stroke-dasharray: 73.476, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    transition: stroke-dasharray 0.28s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    stroke-dasharray: 76.302, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    transition: stroke-dasharray 0.29s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    stroke-dasharray: 79.128, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    transition: stroke-dasharray 0.3s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    stroke-dasharray: 81.954, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    transition: stroke-dasharray 0.31s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    stroke-dasharray: 84.78, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    transition: stroke-dasharray 0.32s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    stroke-dasharray: 87.606, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    transition: stroke-dasharray 0.33s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    stroke-dasharray: 90.432, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    transition: stroke-dasharray 0.34s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    stroke-dasharray: 93.258, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    transition: stroke-dasharray 0.35s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    stroke-dasharray: 96.084, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    transition: stroke-dasharray 0.36s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    stroke-dasharray: 98.91, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    transition: stroke-dasharray 0.37s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    stroke-dasharray: 101.736, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    transition: stroke-dasharray 0.38s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    stroke-dasharray: 104.562, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    transition: stroke-dasharray 0.39s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    stroke-dasharray: 107.388, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    transition: stroke-dasharray 0.4s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    stroke-dasharray: 110.214, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    transition: stroke-dasharray 0.41s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    stroke-dasharray: 113.04, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    transition: stroke-dasharray 0.42s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    stroke-dasharray: 115.866, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    transition: stroke-dasharray 0.43s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    stroke-dasharray: 118.692, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    transition: stroke-dasharray 0.44s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    stroke-dasharray: 121.518, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    transition: stroke-dasharray 0.45s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    stroke-dasharray: 124.344, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    transition: stroke-dasharray 0.46s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    stroke-dasharray: 127.17, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    transition: stroke-dasharray 0.47s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    stroke-dasharray: 129.996, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    transition: stroke-dasharray 0.48s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    stroke-dasharray: 132.822, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    transition: stroke-dasharray 0.49s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    stroke-dasharray: 135.648, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    transition: stroke-dasharray 0.5s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    stroke-dasharray: 138.474, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    transition: stroke-dasharray 0.51s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    stroke-dasharray: 141.3, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    transition: stroke-dasharray 0.52s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    stroke-dasharray: 144.126, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    transition: stroke-dasharray 0.53s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    stroke-dasharray: 146.952, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    transition: stroke-dasharray 0.54s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    stroke-dasharray: 149.778, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    transition: stroke-dasharray 0.55s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    stroke-dasharray: 152.604, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    transition: stroke-dasharray 0.56s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    stroke-dasharray: 155.43, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    transition: stroke-dasharray 0.57s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    stroke-dasharray: 158.256, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    transition: stroke-dasharray 0.58s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    stroke-dasharray: 161.082, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    transition: stroke-dasharray 0.59s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    stroke-dasharray: 163.908, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    transition: stroke-dasharray 0.6s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    stroke-dasharray: 166.734, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    transition: stroke-dasharray 0.61s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    stroke-dasharray: 169.56, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    transition: stroke-dasharray 0.62s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    stroke-dasharray: 172.386, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    transition: stroke-dasharray 0.63s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    stroke-dasharray: 175.212, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    transition: stroke-dasharray 0.64s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    stroke-dasharray: 178.038, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    transition: stroke-dasharray 0.65s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    stroke-dasharray: 180.864, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    transition: stroke-dasharray 0.66s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    stroke-dasharray: 183.69, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    transition: stroke-dasharray 0.67s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    stroke-dasharray: 186.516, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    transition: stroke-dasharray 0.68s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    stroke-dasharray: 189.342, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    transition: stroke-dasharray 0.69s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    stroke-dasharray: 192.168, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    transition: stroke-dasharray 0.7s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    stroke-dasharray: 194.994, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    transition: stroke-dasharray 0.71s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    stroke-dasharray: 197.82, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    transition: stroke-dasharray 0.72s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    stroke-dasharray: 200.646, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    transition: stroke-dasharray 0.73s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    stroke-dasharray: 203.472, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    transition: stroke-dasharray 0.74s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    stroke-dasharray: 206.298, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    transition: stroke-dasharray 0.75s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    stroke-dasharray: 209.124, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    transition: stroke-dasharray 0.76s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    stroke-dasharray: 211.95, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    transition: stroke-dasharray 0.77s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    stroke-dasharray: 214.776, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    transition: stroke-dasharray 0.78s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    stroke-dasharray: 217.602, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    transition: stroke-dasharray 0.79s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    stroke-dasharray: 220.428, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    transition: stroke-dasharray 0.8s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    stroke-dasharray: 223.254, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    transition: stroke-dasharray 0.81s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    stroke-dasharray: 226.08, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    transition: stroke-dasharray 0.82s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    stroke-dasharray: 228.906, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    transition: stroke-dasharray 0.83s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    stroke-dasharray: 231.732, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    transition: stroke-dasharray 0.84s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    stroke-dasharray: 234.558, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    transition: stroke-dasharray 0.85s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    stroke-dasharray: 237.384, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    transition: stroke-dasharray 0.86s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    stroke-dasharray: 240.21, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    transition: stroke-dasharray 0.87s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    stroke-dasharray: 243.036, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    transition: stroke-dasharray 0.88s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    stroke-dasharray: 245.862, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    transition: stroke-dasharray 0.89s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    stroke-dasharray: 248.688, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    transition: stroke-dasharray 0.9s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    stroke-dasharray: 251.514, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    transition: stroke-dasharray 0.91s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    stroke-dasharray: 254.34, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    transition: stroke-dasharray 0.92s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    stroke-dasharray: 257.166, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    transition: stroke-dasharray 0.93s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    stroke-dasharray: 259.992, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    transition: stroke-dasharray 0.94s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    stroke-dasharray: 262.818, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    transition: stroke-dasharray 0.95s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    stroke-dasharray: 265.644, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    transition: stroke-dasharray 0.96s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    stroke-dasharray: 268.47, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    transition: stroke-dasharray 0.97s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    stroke-dasharray: 271.296, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    transition: stroke-dasharray 0.98s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    stroke-dasharray: 274.122, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    transition: stroke-dasharray 0.99s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    stroke-dasharray: 276.948, 282.6;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    transition: stroke-dasharray 1s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    stroke-dasharray: 279.774, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val02 {
    transition: stroke-dasharray 1s linear;
    stroke-dasharray: 200.96, 200.96;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim.msie .val01 {
    stroke-dasharray: 0, 282.6;
  }
  *::-ms-backdrop,
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim.msie .val02 {
    stroke-dasharray: 0, 200.96;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="2"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="3"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="4"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="5"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="6"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="7"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="8"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="9"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="10"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="11"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="12"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="13"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="14"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="15"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="16"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="17"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="18"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="19"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="20"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="21"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="22"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="23"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="24"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="25"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="26"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="27"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="28"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="29"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="30"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="31"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="32"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="33"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="34"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="35"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="36"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="37"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="38"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="39"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="40"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="41"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="42"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="43"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="44"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="45"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="46"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="47"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="48"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="49"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="50"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="51"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="52"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="53"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="54"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="55"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="56"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="57"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="58"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="59"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="60"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="61"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="62"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="63"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="64"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="65"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="66"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="67"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="68"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="69"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="70"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="71"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="72"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="73"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="74"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="75"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="76"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="77"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="78"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="79"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="80"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="81"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="82"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="83"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="84"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="85"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="86"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="87"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="88"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="89"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="90"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="91"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="92"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="93"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="94"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="95"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="96"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="97"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="98"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="99"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="100"] {
    stroke-dasharray: 0, 282.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val02 {
    stroke-dasharray: 0, 200.96;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph .circle .type01 {
    stroke-width: 90;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph .circle .type02 {
    stroke-width: 64;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph .val {
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph {
    width: 110px;
    height: 110px;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    transition: stroke-dasharray 0.01s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    transition: stroke-dasharray 0.02s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    stroke-dasharray: 1.727, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    transition: stroke-dasharray 0.03s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    stroke-dasharray: 3.454, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    transition: stroke-dasharray 0.04s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    stroke-dasharray: 5.181, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    transition: stroke-dasharray 0.05s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    stroke-dasharray: 6.908, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    transition: stroke-dasharray 0.06s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    stroke-dasharray: 8.635, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    transition: stroke-dasharray 0.07s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    stroke-dasharray: 10.362, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    transition: stroke-dasharray 0.08s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    stroke-dasharray: 12.089, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    transition: stroke-dasharray 0.09s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    stroke-dasharray: 13.816, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    transition: stroke-dasharray 0.1s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    stroke-dasharray: 15.543, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    transition: stroke-dasharray 0.11s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    stroke-dasharray: 17.27, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    transition: stroke-dasharray 0.12s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    stroke-dasharray: 18.997, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    transition: stroke-dasharray 0.13s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    stroke-dasharray: 20.724, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    transition: stroke-dasharray 0.14s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    stroke-dasharray: 22.451, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    transition: stroke-dasharray 0.15s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    stroke-dasharray: 24.178, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    transition: stroke-dasharray 0.16s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    stroke-dasharray: 25.905, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    transition: stroke-dasharray 0.17s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    stroke-dasharray: 27.632, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    transition: stroke-dasharray 0.18s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    stroke-dasharray: 29.359, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    transition: stroke-dasharray 0.19s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    stroke-dasharray: 31.086, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    transition: stroke-dasharray 0.2s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    stroke-dasharray: 32.813, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    transition: stroke-dasharray 0.21s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    stroke-dasharray: 34.54, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    transition: stroke-dasharray 0.22s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    stroke-dasharray: 36.267, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    transition: stroke-dasharray 0.23s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    stroke-dasharray: 37.994, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    transition: stroke-dasharray 0.24s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    stroke-dasharray: 39.721, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    transition: stroke-dasharray 0.25s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    stroke-dasharray: 41.448, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    transition: stroke-dasharray 0.26s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    stroke-dasharray: 43.175, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    transition: stroke-dasharray 0.27s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    stroke-dasharray: 44.902, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    transition: stroke-dasharray 0.28s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    stroke-dasharray: 46.629, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    transition: stroke-dasharray 0.29s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    stroke-dasharray: 48.356, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    transition: stroke-dasharray 0.3s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    stroke-dasharray: 50.083, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    transition: stroke-dasharray 0.31s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    stroke-dasharray: 51.81, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    transition: stroke-dasharray 0.32s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    stroke-dasharray: 53.537, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    transition: stroke-dasharray 0.33s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    stroke-dasharray: 55.264, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    transition: stroke-dasharray 0.34s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    stroke-dasharray: 56.991, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    transition: stroke-dasharray 0.35s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    stroke-dasharray: 58.718, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    transition: stroke-dasharray 0.36s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    stroke-dasharray: 60.445, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    transition: stroke-dasharray 0.37s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    stroke-dasharray: 62.172, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    transition: stroke-dasharray 0.38s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    stroke-dasharray: 63.899, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    transition: stroke-dasharray 0.39s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    stroke-dasharray: 65.626, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    transition: stroke-dasharray 0.4s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    stroke-dasharray: 67.353, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    transition: stroke-dasharray 0.41s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    stroke-dasharray: 69.08, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    transition: stroke-dasharray 0.42s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    stroke-dasharray: 70.807, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    transition: stroke-dasharray 0.43s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    stroke-dasharray: 72.534, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    transition: stroke-dasharray 0.44s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    stroke-dasharray: 74.261, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    transition: stroke-dasharray 0.45s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    stroke-dasharray: 75.988, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    transition: stroke-dasharray 0.46s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    stroke-dasharray: 77.715, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    transition: stroke-dasharray 0.47s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    stroke-dasharray: 79.442, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    transition: stroke-dasharray 0.48s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    stroke-dasharray: 81.169, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    transition: stroke-dasharray 0.49s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    stroke-dasharray: 82.896, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    transition: stroke-dasharray 0.5s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    stroke-dasharray: 84.623, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    transition: stroke-dasharray 0.51s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    stroke-dasharray: 86.35, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    transition: stroke-dasharray 0.52s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    stroke-dasharray: 88.077, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    transition: stroke-dasharray 0.53s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    stroke-dasharray: 89.804, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    transition: stroke-dasharray 0.54s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    stroke-dasharray: 91.531, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    transition: stroke-dasharray 0.55s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    stroke-dasharray: 93.258, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    transition: stroke-dasharray 0.56s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    stroke-dasharray: 94.985, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    transition: stroke-dasharray 0.57s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    stroke-dasharray: 96.712, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    transition: stroke-dasharray 0.58s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    stroke-dasharray: 98.439, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    transition: stroke-dasharray 0.59s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    stroke-dasharray: 100.166, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    transition: stroke-dasharray 0.6s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    stroke-dasharray: 101.893, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    transition: stroke-dasharray 0.61s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    stroke-dasharray: 103.62, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    transition: stroke-dasharray 0.62s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    stroke-dasharray: 105.347, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    transition: stroke-dasharray 0.63s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    stroke-dasharray: 107.074, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    transition: stroke-dasharray 0.64s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    stroke-dasharray: 108.801, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    transition: stroke-dasharray 0.65s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    stroke-dasharray: 110.528, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    transition: stroke-dasharray 0.66s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    stroke-dasharray: 112.255, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    transition: stroke-dasharray 0.67s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    stroke-dasharray: 113.982, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    transition: stroke-dasharray 0.68s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    stroke-dasharray: 115.709, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    transition: stroke-dasharray 0.69s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    stroke-dasharray: 117.436, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    transition: stroke-dasharray 0.7s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    stroke-dasharray: 119.163, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    transition: stroke-dasharray 0.71s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    stroke-dasharray: 120.89, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    transition: stroke-dasharray 0.72s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    stroke-dasharray: 122.617, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    transition: stroke-dasharray 0.73s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    stroke-dasharray: 124.344, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    transition: stroke-dasharray 0.74s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    stroke-dasharray: 126.071, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    transition: stroke-dasharray 0.75s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    stroke-dasharray: 127.798, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    transition: stroke-dasharray 0.76s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    stroke-dasharray: 129.525, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    transition: stroke-dasharray 0.77s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    stroke-dasharray: 131.252, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    transition: stroke-dasharray 0.78s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    stroke-dasharray: 132.979, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    transition: stroke-dasharray 0.79s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    stroke-dasharray: 134.706, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    transition: stroke-dasharray 0.8s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    stroke-dasharray: 136.433, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    transition: stroke-dasharray 0.81s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    stroke-dasharray: 138.16, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    transition: stroke-dasharray 0.82s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    stroke-dasharray: 139.887, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    transition: stroke-dasharray 0.83s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    stroke-dasharray: 141.614, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    transition: stroke-dasharray 0.84s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    stroke-dasharray: 143.341, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    transition: stroke-dasharray 0.85s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    stroke-dasharray: 145.068, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    transition: stroke-dasharray 0.86s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    stroke-dasharray: 146.795, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    transition: stroke-dasharray 0.87s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    stroke-dasharray: 148.522, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    transition: stroke-dasharray 0.88s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    stroke-dasharray: 150.249, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    transition: stroke-dasharray 0.89s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    stroke-dasharray: 151.976, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    transition: stroke-dasharray 0.9s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    stroke-dasharray: 153.703, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    transition: stroke-dasharray 0.91s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    stroke-dasharray: 155.43, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    transition: stroke-dasharray 0.92s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    stroke-dasharray: 157.157, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    transition: stroke-dasharray 0.93s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    stroke-dasharray: 158.884, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    transition: stroke-dasharray 0.94s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    stroke-dasharray: 160.611, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    transition: stroke-dasharray 0.95s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    stroke-dasharray: 162.338, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    transition: stroke-dasharray 0.96s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    stroke-dasharray: 164.065, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    transition: stroke-dasharray 0.97s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    stroke-dasharray: 165.792, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    transition: stroke-dasharray 0.98s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    stroke-dasharray: 167.519, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    transition: stroke-dasharray 0.99s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    stroke-dasharray: 169.246, 172.7;
  }
  .js_run #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    transition: stroke-dasharray 1s linear;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    stroke-dasharray: 170.973, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_anim .val02 {
    transition: stroke-dasharray 1s linear;
    stroke-dasharray: 125.6, 125.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="2"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="3"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="4"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="5"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="6"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="7"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="8"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="9"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="10"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="11"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="12"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="13"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="14"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="15"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="16"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="17"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="18"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="19"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="20"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="21"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="22"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="23"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="24"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="25"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="26"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="27"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="28"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="29"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="30"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="31"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="32"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="33"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="34"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="35"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="36"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="37"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="38"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="39"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="40"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="41"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="42"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="43"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="44"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="45"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="46"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="47"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="48"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="49"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="50"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="51"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="52"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="53"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="54"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="55"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="56"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="57"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="58"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="59"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="60"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="61"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="62"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="63"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="64"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="65"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="66"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="67"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="68"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="69"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="70"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="71"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="72"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="73"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="74"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="75"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="76"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="77"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="78"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="79"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="80"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="81"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="82"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="83"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="84"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="85"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="86"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="87"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="88"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="89"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="90"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="91"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="92"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="93"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="94"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="95"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="96"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="97"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="98"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="99"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val01[data-graph-val="100"] {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph.js_anim.is_reset .val02 {
    stroke-dasharray: 0, 125.6;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph .type01 {
    stroke-width: 55px;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph .type02 {
    stroke-width: 40px;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .m_graph .val {
    height: 55px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox + .note {
    margin: 34px -4px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox + .note {
    grid-area: note;
    margin-top: 28px;
  }
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .questionHeading {
  border-bottom: 1px solid #dee1e3;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .questionHeading {
    margin: 0 0 34px;
    padding: 0 0 20px 31px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .questionHeading {
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph {
    margin: 0 0 20px 31px;
    width: calc(100% - 31px);
  }
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph th .note {
  color: #1A2229;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph th {
    font-size: 0.9375rem;
    line-height: 1.4;
    height: 49px;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph th .note {
    font-size: 0.8125rem;
  }
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td {
  color: #ffa74e;
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph::after {
  background: #ffa74e;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td {
    padding-left: 0;
    width: 136px;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph::before {
    left: 78px;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph::after {
    margin-left: 10px;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="0"]::after {
    width: calc(0 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="1"]::after {
    width: calc(1 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="2"]::after {
    width: calc(2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="3"]::after {
    width: calc(3 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="4"]::after {
    width: calc(4 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="5"]::after {
    width: calc(5 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="6"]::after {
    width: calc(6 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="7"]::after {
    width: calc(7 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="8"]::after {
    width: calc(8 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="9"]::after {
    width: calc(9 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="10"]::after {
    width: calc(10 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="11"]::after {
    width: calc(11 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="12"]::after {
    width: calc(12 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="13"]::after {
    width: calc(13 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="14"]::after {
    width: calc(14 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="15"]::after {
    width: calc(15 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="16"]::after {
    width: calc(16 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="17"]::after {
    width: calc(17 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="18"]::after {
    width: calc(18 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="19"]::after {
    width: calc(19 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="20"]::after {
    width: calc(20 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="21"]::after {
    width: calc(21 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="22"]::after {
    width: calc(22 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="23"]::after {
    width: calc(23 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="24"]::after {
    width: calc(24 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="25"]::after {
    width: calc(25 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="26"]::after {
    width: calc(26 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="27"]::after {
    width: calc(27 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="28"]::after {
    width: calc(28 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="29"]::after {
    width: calc(29 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="30"]::after {
    width: calc(30 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="31"]::after {
    width: calc(31 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="32"]::after {
    width: calc(32 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="33"]::after {
    width: calc(33 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="34"]::after {
    width: calc(34 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="35"]::after {
    width: calc(35 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="36"]::after {
    width: calc(36 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="37"]::after {
    width: calc(37 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="38"]::after {
    width: calc(38 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="39"]::after {
    width: calc(39 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="40"]::after {
    width: calc(40 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="41"]::after {
    width: calc(41 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="42"]::after {
    width: calc(42 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="43"]::after {
    width: calc(43 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="44"]::after {
    width: calc(44 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="45"]::after {
    width: calc(45 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="46"]::after {
    width: calc(46 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="47"]::after {
    width: calc(47 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="48"]::after {
    width: calc(48 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="49"]::after {
    width: calc(49 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="50"]::after {
    width: calc(50 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="51"]::after {
    width: calc(51 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="52"]::after {
    width: calc(52 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="53"]::after {
    width: calc(53 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="54"]::after {
    width: calc(54 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="55"]::after {
    width: calc(55 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="56"]::after {
    width: calc(56 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="57"]::after {
    width: calc(57 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="58"]::after {
    width: calc(58 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="59"]::after {
    width: calc(59 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="60"]::after {
    width: calc(60 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="61"]::after {
    width: calc(61 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="62"]::after {
    width: calc(62 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="63"]::after {
    width: calc(63 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="64"]::after {
    width: calc(64 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="65"]::after {
    width: calc(65 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="66"]::after {
    width: calc(66 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="67"]::after {
    width: calc(67 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="68"]::after {
    width: calc(68 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="69"]::after {
    width: calc(69 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="70"]::after {
    width: calc(70 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="71"]::after {
    width: calc(71 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="72"]::after {
    width: calc(72 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="73"]::after {
    width: calc(73 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="74"]::after {
    width: calc(74 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="75"]::after {
    width: calc(75 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="76"]::after {
    width: calc(76 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="77"]::after {
    width: calc(77 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="78"]::after {
    width: calc(78 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="79"]::after {
    width: calc(79 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="80"]::after {
    width: calc(80 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="81"]::after {
    width: calc(81 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="82"]::after {
    width: calc(82 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="83"]::after {
    width: calc(83 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="84"]::after {
    width: calc(84 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="85"]::after {
    width: calc(85 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="86"]::after {
    width: calc(86 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="87"]::after {
    width: calc(87 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="88"]::after {
    width: calc(88 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="89"]::after {
    width: calc(89 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="90"]::after {
    width: calc(90 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="91"]::after {
    width: calc(91 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="92"]::after {
    width: calc(92 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="93"]::after {
    width: calc(93 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="94"]::after {
    width: calc(94 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="95"]::after {
    width: calc(95 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="96"]::after {
    width: calc(96 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="97"]::after {
    width: calc(97 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="98"]::after {
    width: calc(98 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="99"]::after {
    width: calc(99 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="100"]::after {
    width: calc(100 * 1px);
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td {
    width: 85px;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph::before {
    left: 43px;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="0"]::after {
    width: calc(0 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="1"]::after {
    width: calc(1 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="2"]::after {
    width: calc(2 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="3"]::after {
    width: calc(3 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="4"]::after {
    width: calc(4 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="5"]::after {
    width: calc(5 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="6"]::after {
    width: calc(6 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="7"]::after {
    width: calc(7 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="8"]::after {
    width: calc(8 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="9"]::after {
    width: calc(9 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="10"]::after {
    width: calc(10 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="11"]::after {
    width: calc(11 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="12"]::after {
    width: calc(12 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="13"]::after {
    width: calc(13 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="14"]::after {
    width: calc(14 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="15"]::after {
    width: calc(15 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="16"]::after {
    width: calc(16 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="17"]::after {
    width: calc(17 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="18"]::after {
    width: calc(18 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="19"]::after {
    width: calc(19 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="20"]::after {
    width: calc(20 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="21"]::after {
    width: calc(21 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="22"]::after {
    width: calc(22 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="23"]::after {
    width: calc(23 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="24"]::after {
    width: calc(24 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="25"]::after {
    width: calc(25 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="26"]::after {
    width: calc(26 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="27"]::after {
    width: calc(27 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="28"]::after {
    width: calc(28 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="29"]::after {
    width: calc(29 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="30"]::after {
    width: calc(30 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="31"]::after {
    width: calc(31 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="32"]::after {
    width: calc(32 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="33"]::after {
    width: calc(33 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="34"]::after {
    width: calc(34 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="35"]::after {
    width: calc(35 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="36"]::after {
    width: calc(36 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="37"]::after {
    width: calc(37 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="38"]::after {
    width: calc(38 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="39"]::after {
    width: calc(39 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="40"]::after {
    width: calc(40 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="41"]::after {
    width: calc(41 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="42"]::after {
    width: calc(42 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="43"]::after {
    width: calc(43 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="44"]::after {
    width: calc(44 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="45"]::after {
    width: calc(45 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="46"]::after {
    width: calc(46 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="47"]::after {
    width: calc(47 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="48"]::after {
    width: calc(48 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="49"]::after {
    width: calc(49 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="50"]::after {
    width: calc(50 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="51"]::after {
    width: calc(51 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="52"]::after {
    width: calc(52 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="53"]::after {
    width: calc(53 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="54"]::after {
    width: calc(54 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="55"]::after {
    width: calc(55 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="56"]::after {
    width: calc(56 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="57"]::after {
    width: calc(57 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="58"]::after {
    width: calc(58 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="59"]::after {
    width: calc(59 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="60"]::after {
    width: calc(60 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="61"]::after {
    width: calc(61 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="62"]::after {
    width: calc(62 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="63"]::after {
    width: calc(63 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="64"]::after {
    width: calc(64 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="65"]::after {
    width: calc(65 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="66"]::after {
    width: calc(66 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="67"]::after {
    width: calc(67 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="68"]::after {
    width: calc(68 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="69"]::after {
    width: calc(69 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="70"]::after {
    width: calc(70 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="71"]::after {
    width: calc(71 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="72"]::after {
    width: calc(72 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="73"]::after {
    width: calc(73 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="74"]::after {
    width: calc(74 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="75"]::after {
    width: calc(75 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="76"]::after {
    width: calc(76 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="77"]::after {
    width: calc(77 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="78"]::after {
    width: calc(78 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="79"]::after {
    width: calc(79 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="80"]::after {
    width: calc(80 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="81"]::after {
    width: calc(81 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="82"]::after {
    width: calc(82 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="83"]::after {
    width: calc(83 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="84"]::after {
    width: calc(84 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="85"]::after {
    width: calc(85 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="86"]::after {
    width: calc(86 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="87"]::after {
    width: calc(87 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="88"]::after {
    width: calc(88 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="89"]::after {
    width: calc(89 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="90"]::after {
    width: calc(90 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="91"]::after {
    width: calc(91 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="92"]::after {
    width: calc(92 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="93"]::after {
    width: calc(93 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="94"]::after {
    width: calc(94 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="95"]::after {
    width: calc(95 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="96"]::after {
    width: calc(96 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="97"]::after {
    width: calc(97 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="98"]::after {
    width: calc(98 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="99"]::after {
    width: calc(99 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph td .graph[data-graph-val="100"]::after {
    width: calc(100 / 2 * 1px);
  }
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph .important th {
  font-weight: 700;
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph .important td {
  color: #5e7950;
}

#document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph .important td .graph::after {
  background: #5e7950;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph tbody tr:first-child th,
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph tbody tr:first-child td {
    padding-top: 21px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph tbody tr:nth-of-type(n+2) th,
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph tbody tr:nth-of-type(n+2) td {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph tbody tr:nth-of-type(n+2) th,
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph tbody tr:nth-of-type(n+2) td {
    padding-top: 14px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph tbody tr:first-child td .graph::before {
    top: 30px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph tbody tr:last-child td .graph::before {
    bottom: 19px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 th {
    padding: 8px 0;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td {
    padding: 8px 0 8px 5px;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="0"]::after {
    width: calc(0 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="1"]::after {
    width: calc(1 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="2"]::after {
    width: calc(2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="3"]::after {
    width: calc(3 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="4"]::after {
    width: calc(4 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="5"]::after {
    width: calc(5 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="6"]::after {
    width: calc(6 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="7"]::after {
    width: calc(7 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="8"]::after {
    width: calc(8 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="9"]::after {
    width: calc(9 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="10"]::after {
    width: calc(10 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="11"]::after {
    width: calc(11 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="12"]::after {
    width: calc(12 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="13"]::after {
    width: calc(13 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="14"]::after {
    width: calc(14 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="15"]::after {
    width: calc(15 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="16"]::after {
    width: calc(16 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="17"]::after {
    width: calc(17 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="18"]::after {
    width: calc(18 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="19"]::after {
    width: calc(19 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="20"]::after {
    width: calc(20 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="21"]::after {
    width: calc(21 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="22"]::after {
    width: calc(22 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="23"]::after {
    width: calc(23 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="24"]::after {
    width: calc(24 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="25"]::after {
    width: calc(25 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="26"]::after {
    width: calc(26 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="27"]::after {
    width: calc(27 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="28"]::after {
    width: calc(28 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="29"]::after {
    width: calc(29 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="30"]::after {
    width: calc(30 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="31"]::after {
    width: calc(31 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="32"]::after {
    width: calc(32 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="33"]::after {
    width: calc(33 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="34"]::after {
    width: calc(34 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="35"]::after {
    width: calc(35 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="36"]::after {
    width: calc(36 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="37"]::after {
    width: calc(37 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="38"]::after {
    width: calc(38 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="39"]::after {
    width: calc(39 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="40"]::after {
    width: calc(40 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="41"]::after {
    width: calc(41 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="42"]::after {
    width: calc(42 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="43"]::after {
    width: calc(43 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="44"]::after {
    width: calc(44 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="45"]::after {
    width: calc(45 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="46"]::after {
    width: calc(46 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="47"]::after {
    width: calc(47 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="48"]::after {
    width: calc(48 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="49"]::after {
    width: calc(49 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="50"]::after {
    width: calc(50 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="51"]::after {
    width: calc(51 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="52"]::after {
    width: calc(52 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="53"]::after {
    width: calc(53 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="54"]::after {
    width: calc(54 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="55"]::after {
    width: calc(55 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="56"]::after {
    width: calc(56 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="57"]::after {
    width: calc(57 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="58"]::after {
    width: calc(58 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="59"]::after {
    width: calc(59 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="60"]::after {
    width: calc(60 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="61"]::after {
    width: calc(61 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="62"]::after {
    width: calc(62 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="63"]::after {
    width: calc(63 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="64"]::after {
    width: calc(64 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="65"]::after {
    width: calc(65 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="66"]::after {
    width: calc(66 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="67"]::after {
    width: calc(67 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="68"]::after {
    width: calc(68 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="69"]::after {
    width: calc(69 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="70"]::after {
    width: calc(70 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="71"]::after {
    width: calc(71 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="72"]::after {
    width: calc(72 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="73"]::after {
    width: calc(73 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="74"]::after {
    width: calc(74 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="75"]::after {
    width: calc(75 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="76"]::after {
    width: calc(76 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="77"]::after {
    width: calc(77 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="78"]::after {
    width: calc(78 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="79"]::after {
    width: calc(79 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="80"]::after {
    width: calc(80 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="81"]::after {
    width: calc(81 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="82"]::after {
    width: calc(82 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="83"]::after {
    width: calc(83 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="84"]::after {
    width: calc(84 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="85"]::after {
    width: calc(85 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="86"]::after {
    width: calc(86 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="87"]::after {
    width: calc(87 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="88"]::after {
    width: calc(88 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="89"]::after {
    width: calc(89 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="90"]::after {
    width: calc(90 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="91"]::after {
    width: calc(91 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="92"]::after {
    width: calc(92 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="93"]::after {
    width: calc(93 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="94"]::after {
    width: calc(94 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="95"]::after {
    width: calc(95 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="96"]::after {
    width: calc(96 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="97"]::after {
    width: calc(97 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="98"]::after {
    width: calc(98 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="99"]::after {
    width: calc(99 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .m_barGraph02 td .graph[data-graph-val="100"]::after {
    width: calc(100 * 1px);
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box:nth-of-type(1) .m_barGraph {
    margin: -2px 0 22px 29px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box:nth-of-type(1) .image img {
    width: 185px;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box:nth-of-type(1) > .note {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box:nth-of-type(2) .image > span {
    margin-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .caseBox > .box:nth-of-type(2) .image {
    margin: 40px 0 33px;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box:nth-of-type(2) .image img {
    width: 147px;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box:nth-of-type(2) .leadBox {
    margin-bottom: 56px;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box:nth-of-type(2) .questionHeading {
    padding-bottom: 17px;
  }
}

#document.report-healthliteracy .a_content .section03 .heading02 {
  display: flex;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .heading02 {
    margin: 77px 0 40px;
    font-size: 1.5rem;
    line-height: 1.66667;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .heading02 {
    margin: 55px 0 30px;
    font-size: 1.125rem;
  }
}

#document.report-healthliteracy .a_content .section03 .heading02 > span {
  border-radius: 50%;
  background: #abb7c1;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .heading02 > span {
    width: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .heading02 > span {
    width: 32px;
    line-height: 32px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #document.report-healthliteracy .a_content .section03 .heading02 > span {
    padding: 13px 0 3px;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .heading02 > span:nth-of-type(n + 2) {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .heading02 > span:nth-of-type(n + 2) {
    margin-left: 6px;
  }
}

#document.report-healthliteracy .a_content .section03 .lead02 {
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .lead02 {
    margin: -9px 0 31px;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .lead02 {
    margin: -7.5px -10px 22.5px;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 > .questionHeading {
    margin-top: 66px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 > .questionHeading {
    margin: 51px -12px 0 0;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 {
    margin: -63px 0 19px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 {
    margin: 16px 0 0;
  }
}

#document.report-healthliteracy .a_content .section03 .m_barGraph02 .label .important {
  color: #1A2229;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 .label th:nth-last-of-type(2) {
    padding-left: 8px;
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 .label th:nth-last-of-type(1) {
    padding-left: 6px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 .label th:nth-last-of-type(1) {
    white-space: nowrap;
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 .label th .m_sup {
    margin-right: -10px;
  }
}

#document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td {
  color: #feca95;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td {
    width: 240px;
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="0"]::after {
    width: calc(0 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="1"]::after {
    width: calc(1 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="2"]::after {
    width: calc(2 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="3"]::after {
    width: calc(3 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="4"]::after {
    width: calc(4 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="5"]::after {
    width: calc(5 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="6"]::after {
    width: calc(6 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="7"]::after {
    width: calc(7 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="8"]::after {
    width: calc(8 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="9"]::after {
    width: calc(9 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="10"]::after {
    width: calc(10 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="11"]::after {
    width: calc(11 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="12"]::after {
    width: calc(12 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="13"]::after {
    width: calc(13 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="14"]::after {
    width: calc(14 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="15"]::after {
    width: calc(15 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="16"]::after {
    width: calc(16 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="17"]::after {
    width: calc(17 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="18"]::after {
    width: calc(18 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="19"]::after {
    width: calc(19 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="20"]::after {
    width: calc(20 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="21"]::after {
    width: calc(21 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="22"]::after {
    width: calc(22 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="23"]::after {
    width: calc(23 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="24"]::after {
    width: calc(24 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="25"]::after {
    width: calc(25 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="26"]::after {
    width: calc(26 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="27"]::after {
    width: calc(27 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="28"]::after {
    width: calc(28 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="29"]::after {
    width: calc(29 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="30"]::after {
    width: calc(30 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="31"]::after {
    width: calc(31 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="32"]::after {
    width: calc(32 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="33"]::after {
    width: calc(33 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="34"]::after {
    width: calc(34 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="35"]::after {
    width: calc(35 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="36"]::after {
    width: calc(36 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="37"]::after {
    width: calc(37 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="38"]::after {
    width: calc(38 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="39"]::after {
    width: calc(39 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="40"]::after {
    width: calc(40 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="41"]::after {
    width: calc(41 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="42"]::after {
    width: calc(42 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="43"]::after {
    width: calc(43 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="44"]::after {
    width: calc(44 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="45"]::after {
    width: calc(45 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="46"]::after {
    width: calc(46 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="47"]::after {
    width: calc(47 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="48"]::after {
    width: calc(48 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="49"]::after {
    width: calc(49 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="50"]::after {
    width: calc(50 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="51"]::after {
    width: calc(51 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="52"]::after {
    width: calc(52 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="53"]::after {
    width: calc(53 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="54"]::after {
    width: calc(54 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="55"]::after {
    width: calc(55 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="56"]::after {
    width: calc(56 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="57"]::after {
    width: calc(57 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="58"]::after {
    width: calc(58 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="59"]::after {
    width: calc(59 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="60"]::after {
    width: calc(60 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="61"]::after {
    width: calc(61 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="62"]::after {
    width: calc(62 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="63"]::after {
    width: calc(63 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="64"]::after {
    width: calc(64 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="65"]::after {
    width: calc(65 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="66"]::after {
    width: calc(66 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="67"]::after {
    width: calc(67 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="68"]::after {
    width: calc(68 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="69"]::after {
    width: calc(69 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="70"]::after {
    width: calc(70 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="71"]::after {
    width: calc(71 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="72"]::after {
    width: calc(72 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="73"]::after {
    width: calc(73 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="74"]::after {
    width: calc(74 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="75"]::after {
    width: calc(75 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="76"]::after {
    width: calc(76 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="77"]::after {
    width: calc(77 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="78"]::after {
    width: calc(78 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="79"]::after {
    width: calc(79 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="80"]::after {
    width: calc(80 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="81"]::after {
    width: calc(81 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="82"]::after {
    width: calc(82 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="83"]::after {
    width: calc(83 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="84"]::after {
    width: calc(84 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="85"]::after {
    width: calc(85 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="86"]::after {
    width: calc(86 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="87"]::after {
    width: calc(87 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="88"]::after {
    width: calc(88 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="89"]::after {
    width: calc(89 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="90"]::after {
    width: calc(90 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="91"]::after {
    width: calc(91 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="92"]::after {
    width: calc(92 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="93"]::after {
    width: calc(93 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="94"]::after {
    width: calc(94 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="95"]::after {
    width: calc(95 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="96"]::after {
    width: calc(96 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="97"]::after {
    width: calc(97 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="98"]::after {
    width: calc(98 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="99"]::after {
    width: calc(99 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="100"]::after {
    width: calc(100 * 2px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td:nth-last-of-type(2) {
    width: 191px;
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td:nth-last-of-type(1) {
    width: 196px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="0"]::after {
    width: calc(0 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="1"]::after {
    width: calc(1 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="2"]::after {
    width: calc(2 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="3"]::after {
    width: calc(3 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="4"]::after {
    width: calc(4 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="5"]::after {
    width: calc(5 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="6"]::after {
    width: calc(6 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="7"]::after {
    width: calc(7 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="8"]::after {
    width: calc(8 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="9"]::after {
    width: calc(9 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="10"]::after {
    width: calc(10 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="11"]::after {
    width: calc(11 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="12"]::after {
    width: calc(12 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="13"]::after {
    width: calc(13 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="14"]::after {
    width: calc(14 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="15"]::after {
    width: calc(15 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="16"]::after {
    width: calc(16 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="17"]::after {
    width: calc(17 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="18"]::after {
    width: calc(18 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="19"]::after {
    width: calc(19 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="20"]::after {
    width: calc(20 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="21"]::after {
    width: calc(21 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="22"]::after {
    width: calc(22 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="23"]::after {
    width: calc(23 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="24"]::after {
    width: calc(24 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="25"]::after {
    width: calc(25 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="26"]::after {
    width: calc(26 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="27"]::after {
    width: calc(27 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="28"]::after {
    width: calc(28 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="29"]::after {
    width: calc(29 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="30"]::after {
    width: calc(30 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="31"]::after {
    width: calc(31 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="32"]::after {
    width: calc(32 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="33"]::after {
    width: calc(33 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="34"]::after {
    width: calc(34 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="35"]::after {
    width: calc(35 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="36"]::after {
    width: calc(36 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="37"]::after {
    width: calc(37 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="38"]::after {
    width: calc(38 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="39"]::after {
    width: calc(39 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="40"]::after {
    width: calc(40 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="41"]::after {
    width: calc(41 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="42"]::after {
    width: calc(42 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="43"]::after {
    width: calc(43 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="44"]::after {
    width: calc(44 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="45"]::after {
    width: calc(45 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="46"]::after {
    width: calc(46 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="47"]::after {
    width: calc(47 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="48"]::after {
    width: calc(48 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="49"]::after {
    width: calc(49 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="50"]::after {
    width: calc(50 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="51"]::after {
    width: calc(51 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="52"]::after {
    width: calc(52 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="53"]::after {
    width: calc(53 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="54"]::after {
    width: calc(54 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="55"]::after {
    width: calc(55 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="56"]::after {
    width: calc(56 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="57"]::after {
    width: calc(57 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="58"]::after {
    width: calc(58 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="59"]::after {
    width: calc(59 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="60"]::after {
    width: calc(60 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="61"]::after {
    width: calc(61 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="62"]::after {
    width: calc(62 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="63"]::after {
    width: calc(63 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="64"]::after {
    width: calc(64 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="65"]::after {
    width: calc(65 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="66"]::after {
    width: calc(66 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="67"]::after {
    width: calc(67 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="68"]::after {
    width: calc(68 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="69"]::after {
    width: calc(69 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="70"]::after {
    width: calc(70 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="71"]::after {
    width: calc(71 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="72"]::after {
    width: calc(72 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="73"]::after {
    width: calc(73 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="74"]::after {
    width: calc(74 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="75"]::after {
    width: calc(75 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="76"]::after {
    width: calc(76 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="77"]::after {
    width: calc(77 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="78"]::after {
    width: calc(78 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="79"]::after {
    width: calc(79 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="80"]::after {
    width: calc(80 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="81"]::after {
    width: calc(81 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="82"]::after {
    width: calc(82 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="83"]::after {
    width: calc(83 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="84"]::after {
    width: calc(84 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="85"]::after {
    width: calc(85 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="86"]::after {
    width: calc(86 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="87"]::after {
    width: calc(87 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="88"]::after {
    width: calc(88 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="89"]::after {
    width: calc(89 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="90"]::after {
    width: calc(90 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="91"]::after {
    width: calc(91 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="92"]::after {
    width: calc(92 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="93"]::after {
    width: calc(93 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="94"]::after {
    width: calc(94 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="95"]::after {
    width: calc(95 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="96"]::after {
    width: calc(96 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="97"]::after {
    width: calc(97 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="98"]::after {
    width: calc(98 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="99"]::after {
    width: calc(99 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph[data-graph-val="100"]::after {
    width: calc(100 * 1px);
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td:nth-last-of-type(2) {
    width: 86px;
  }
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td:nth-last-of-type(1) {
    width: 66px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph::before {
    left: 66px;
  }
}

#document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph::after {
  background: #feca95;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td .graph .val {
    width: 1.2em;
  }
}

#document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td.important {
  color: #ffa74e;
}

#document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody td.important .graph::after {
  background: #ffa74e;
}

#document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody tr:first-of-type th,
#document.report-healthliteracy .a_content .section03 .m_barGraph02 tbody tr:first-of-type td {
  padding-top: 26px;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .m_barGraph02 + .note {
    margin-top: 13px;
  }
}

#document.report-healthliteracy .a_content .section03 .m_message {
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .m_message {
    margin: 96px 0 0;
    height: 330px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #document.report-healthliteracy .a_content .section03 .m_message {
    position: relative;
    top: 60px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .m_message {
    margin: 67px 0 0;
    padding-top: 73px;
    padding-bottom: 41px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

#document.report-healthliteracy .a_content .section03 .m_message::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  min-width: 100%;
  height: 100%;
  background-color: rgba(253, 127, 195, 0.05);
  transform: translateX(-50%);
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #document.report-healthliteracy .a_content .section03 .m_message::after {
    top: -80px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .m_message .image {
    margin-right: 48px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .m_message .image {
    margin-top: 13px;
    margin-bottom: 0;
  }
}

#document.report-healthliteracy .a_content .section03 .m_message .image > span {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .m_message .image img {
    width: 219px;
  }
}

#document.report-healthliteracy .a_content .section03 .m_message .image img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.report-healthliteracy .a_content .section03 .m_message .image.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.report-healthliteracy .a_content .section03 .m_message .image.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.report-healthliteracy .a_content .section03 .m_message .image.js_anim.is_anim img {
  transition: opacity 1s ease 0.3s;
}

#document.report-healthliteracy .a_content .section03 .m_message .image.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document.report-healthliteracy .a_content .section03 .m_message .mark {
  line-height: 1;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .m_message .mark {
    margin-bottom: -3px;
  }
}

#document.report-healthliteracy .a_content .section03 .m_message .mark svg {
  fill: #fd7fc3;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .m_message .mark svg {
    position: relative;
    bottom: -18px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #document.report-healthliteracy .a_content .section03 .m_message .mark svg {
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .m_message .mark svg {
    width: 7px;
  }
}

#document.report-healthliteracy .a_content .section03 .m_message .text01 > .m_br {
  font-weight: 400;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .m_message .text01 > .m_br {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .m_message .text01 > .m_br {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

#document.report-healthliteracy .a_content .section03 .m_message .text01 > span:not([class]) {
  display: inline-block;
  margin: 0 0.2em;
  font-family: Inter, sans-serif;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .m_message .text01 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .m_message .text01 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

#document.report-healthliteracy .a_content .section03 .m_message .text01::before {
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section03 .m_message .text01::before {
    width: 320px;
    height: 210px;
    transform: translate(-50%, -50%) translateY(-30px);
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section03 .m_message .text01::before {
    width: 260px;
    height: 170px;
    transform: translate(-50%, -50%) translateY(-20px);
  }
}

#document.report-healthliteracy .a_content .section04 {
  border-bottom: 1px solid #dee1e3;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section04 {
    margin-bottom: 132px;
    padding-bottom: 137px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section04 {
    margin: 0 30px 94px;
    padding: 165px 0 95px;
  }
}

#document.report-healthliteracy .a_content .section04::before {
  background-color: #ffffff;
}

#document.report-healthliteracy .a_content .section04::after {
  background: #ffffff;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.report-healthliteracy .a_content .section04 > .heading .num img {
    width: 94px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section04 > .lead {
    margin: 52px 0 5px;
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section04 > .lead {
    margin-bottom: 50px;
  }
}

#document.report-healthliteracy .a_content .section04 > .lead::before, #document.report-healthliteracy .a_content .section04 > .lead::after {
  background-color: #fd8dc9;
  border-color: #ffffff;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 {
    margin: -93px 0 17px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 {
    margin: 10px 0 0;
  }
}

#document.report-healthliteracy .a_content .section04 .m_barGraph02 .label th {
  color: #6abf3b;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 .label th {
    padding-bottom: 30px;
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 .label th:nth-of-type(2) {
    padding-left: 4px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 .label th {
    padding-bottom: 16px;
  }
}

#document.report-healthliteracy .a_content .section04 .m_barGraph02 .label .important {
  color: #1A2229;
}

#document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td {
  color: #83d059;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td {
    width: 192px;
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="0"]::after {
    width: calc(0 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="1"]::after {
    width: calc(1 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="2"]::after {
    width: calc(2 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="3"]::after {
    width: calc(3 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="4"]::after {
    width: calc(4 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="5"]::after {
    width: calc(5 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="6"]::after {
    width: calc(6 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="7"]::after {
    width: calc(7 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="8"]::after {
    width: calc(8 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="9"]::after {
    width: calc(9 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="10"]::after {
    width: calc(10 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="11"]::after {
    width: calc(11 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="12"]::after {
    width: calc(12 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="13"]::after {
    width: calc(13 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="14"]::after {
    width: calc(14 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="15"]::after {
    width: calc(15 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="16"]::after {
    width: calc(16 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="17"]::after {
    width: calc(17 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="18"]::after {
    width: calc(18 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="19"]::after {
    width: calc(19 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="20"]::after {
    width: calc(20 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="21"]::after {
    width: calc(21 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="22"]::after {
    width: calc(22 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="23"]::after {
    width: calc(23 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="24"]::after {
    width: calc(24 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="25"]::after {
    width: calc(25 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="26"]::after {
    width: calc(26 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="27"]::after {
    width: calc(27 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="28"]::after {
    width: calc(28 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="29"]::after {
    width: calc(29 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="30"]::after {
    width: calc(30 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="31"]::after {
    width: calc(31 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="32"]::after {
    width: calc(32 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="33"]::after {
    width: calc(33 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="34"]::after {
    width: calc(34 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="35"]::after {
    width: calc(35 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="36"]::after {
    width: calc(36 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="37"]::after {
    width: calc(37 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="38"]::after {
    width: calc(38 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="39"]::after {
    width: calc(39 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="40"]::after {
    width: calc(40 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="41"]::after {
    width: calc(41 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="42"]::after {
    width: calc(42 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="43"]::after {
    width: calc(43 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="44"]::after {
    width: calc(44 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="45"]::after {
    width: calc(45 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="46"]::after {
    width: calc(46 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="47"]::after {
    width: calc(47 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="48"]::after {
    width: calc(48 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="49"]::after {
    width: calc(49 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="50"]::after {
    width: calc(50 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="51"]::after {
    width: calc(51 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="52"]::after {
    width: calc(52 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="53"]::after {
    width: calc(53 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="54"]::after {
    width: calc(54 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="55"]::after {
    width: calc(55 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="56"]::after {
    width: calc(56 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="57"]::after {
    width: calc(57 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="58"]::after {
    width: calc(58 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="59"]::after {
    width: calc(59 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="60"]::after {
    width: calc(60 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="61"]::after {
    width: calc(61 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="62"]::after {
    width: calc(62 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="63"]::after {
    width: calc(63 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="64"]::after {
    width: calc(64 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="65"]::after {
    width: calc(65 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="66"]::after {
    width: calc(66 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="67"]::after {
    width: calc(67 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="68"]::after {
    width: calc(68 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="69"]::after {
    width: calc(69 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="70"]::after {
    width: calc(70 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="71"]::after {
    width: calc(71 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="72"]::after {
    width: calc(72 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="73"]::after {
    width: calc(73 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="74"]::after {
    width: calc(74 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="75"]::after {
    width: calc(75 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="76"]::after {
    width: calc(76 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="77"]::after {
    width: calc(77 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="78"]::after {
    width: calc(78 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="79"]::after {
    width: calc(79 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="80"]::after {
    width: calc(80 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="81"]::after {
    width: calc(81 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="82"]::after {
    width: calc(82 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="83"]::after {
    width: calc(83 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="84"]::after {
    width: calc(84 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="85"]::after {
    width: calc(85 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="86"]::after {
    width: calc(86 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="87"]::after {
    width: calc(87 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="88"]::after {
    width: calc(88 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="89"]::after {
    width: calc(89 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="90"]::after {
    width: calc(90 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="91"]::after {
    width: calc(91 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="92"]::after {
    width: calc(92 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="93"]::after {
    width: calc(93 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="94"]::after {
    width: calc(94 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="95"]::after {
    width: calc(95 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="96"]::after {
    width: calc(96 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="97"]::after {
    width: calc(97 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="98"]::after {
    width: calc(98 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="99"]::after {
    width: calc(99 * 2px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="100"]::after {
    width: calc(100 * 2px);
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="0"]::after {
    width: calc(0 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="1"]::after {
    width: calc(1 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="2"]::after {
    width: calc(2 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="3"]::after {
    width: calc(3 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="4"]::after {
    width: calc(4 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="5"]::after {
    width: calc(5 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="6"]::after {
    width: calc(6 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="7"]::after {
    width: calc(7 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="8"]::after {
    width: calc(8 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="9"]::after {
    width: calc(9 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="10"]::after {
    width: calc(10 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="11"]::after {
    width: calc(11 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="12"]::after {
    width: calc(12 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="13"]::after {
    width: calc(13 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="14"]::after {
    width: calc(14 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="15"]::after {
    width: calc(15 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="16"]::after {
    width: calc(16 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="17"]::after {
    width: calc(17 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="18"]::after {
    width: calc(18 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="19"]::after {
    width: calc(19 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="20"]::after {
    width: calc(20 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="21"]::after {
    width: calc(21 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="22"]::after {
    width: calc(22 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="23"]::after {
    width: calc(23 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="24"]::after {
    width: calc(24 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="25"]::after {
    width: calc(25 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="26"]::after {
    width: calc(26 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="27"]::after {
    width: calc(27 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="28"]::after {
    width: calc(28 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="29"]::after {
    width: calc(29 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="30"]::after {
    width: calc(30 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="31"]::after {
    width: calc(31 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="32"]::after {
    width: calc(32 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="33"]::after {
    width: calc(33 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="34"]::after {
    width: calc(34 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="35"]::after {
    width: calc(35 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="36"]::after {
    width: calc(36 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="37"]::after {
    width: calc(37 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="38"]::after {
    width: calc(38 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="39"]::after {
    width: calc(39 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="40"]::after {
    width: calc(40 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="41"]::after {
    width: calc(41 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="42"]::after {
    width: calc(42 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="43"]::after {
    width: calc(43 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="44"]::after {
    width: calc(44 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="45"]::after {
    width: calc(45 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="46"]::after {
    width: calc(46 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="47"]::after {
    width: calc(47 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="48"]::after {
    width: calc(48 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="49"]::after {
    width: calc(49 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="50"]::after {
    width: calc(50 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="51"]::after {
    width: calc(51 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="52"]::after {
    width: calc(52 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="53"]::after {
    width: calc(53 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="54"]::after {
    width: calc(54 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="55"]::after {
    width: calc(55 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="56"]::after {
    width: calc(56 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="57"]::after {
    width: calc(57 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="58"]::after {
    width: calc(58 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="59"]::after {
    width: calc(59 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="60"]::after {
    width: calc(60 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="61"]::after {
    width: calc(61 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="62"]::after {
    width: calc(62 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="63"]::after {
    width: calc(63 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="64"]::after {
    width: calc(64 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="65"]::after {
    width: calc(65 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="66"]::after {
    width: calc(66 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="67"]::after {
    width: calc(67 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="68"]::after {
    width: calc(68 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="69"]::after {
    width: calc(69 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="70"]::after {
    width: calc(70 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="71"]::after {
    width: calc(71 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="72"]::after {
    width: calc(72 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="73"]::after {
    width: calc(73 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="74"]::after {
    width: calc(74 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="75"]::after {
    width: calc(75 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="76"]::after {
    width: calc(76 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="77"]::after {
    width: calc(77 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="78"]::after {
    width: calc(78 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="79"]::after {
    width: calc(79 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="80"]::after {
    width: calc(80 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="81"]::after {
    width: calc(81 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="82"]::after {
    width: calc(82 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="83"]::after {
    width: calc(83 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="84"]::after {
    width: calc(84 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="85"]::after {
    width: calc(85 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="86"]::after {
    width: calc(86 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="87"]::after {
    width: calc(87 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="88"]::after {
    width: calc(88 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="89"]::after {
    width: calc(89 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="90"]::after {
    width: calc(90 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="91"]::after {
    width: calc(91 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="92"]::after {
    width: calc(92 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="93"]::after {
    width: calc(93 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="94"]::after {
    width: calc(94 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="95"]::after {
    width: calc(95 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="96"]::after {
    width: calc(96 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="97"]::after {
    width: calc(97 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="98"]::after {
    width: calc(98 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="99"]::after {
    width: calc(99 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph[data-graph-val="100"]::after {
    width: calc(100 / 2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td:nth-last-of-type(1) {
    width: 75px;
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td:nth-last-of-type(2) {
    width: 78px;
  }
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td:nth-last-of-type(2) .graph::after {
    margin-left: 9px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph::before {
    left: 66px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph::before {
    left: 44px;
  }
}

#document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph::after {
  background: #83d059;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td .graph .val {
    width: 1.2em;
  }
}

#document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td.important {
  color: #5e7950;
}

#document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody td.important .graph::after {
  background: #5e7950;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody tr:first-of-type th,
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody tr:first-of-type td {
    padding-top: 27px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody tr:first-of-type th,
  #document.report-healthliteracy .a_content .section04 .m_barGraph02 tbody tr:first-of-type td {
    padding-top: 32px;
  }
}

#document.report-healthliteracy .a_content .section04 .questionHeading .mark {
  color: #83d059;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section04 .questionHeading {
    margin-top: 78px;
  }
}

#document.report-healthliteracy .a_content .section04 .content01 > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section04 .content01 {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: min-content min-content;
    grid-template-areas: "heading image" "text image";
    margin: 95px 100px 0;
  }
  #document.report-healthliteracy .a_content .section04 .content01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #document.report-healthliteracy .a_content .section04 .content01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #document.report-healthliteracy .a_content .section04 .content01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #document.report-healthliteracy .a_content .section04 .content01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #document.report-healthliteracy .a_content .section04 .content01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #document.report-healthliteracy .a_content .section04 .content01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section04 .content01 {
    position: relative;
    margin: 0 0 50px;
    font-size: 0.9375rem;
    line-height: 2;
    height: 100%;
  }
  #document.report-healthliteracy .a_content .section04 .content01::before {
    grid-area: image;
    display: block;
    float: right;
    margin: calc(50% - 20px) 0 0 20px;
    width: 100px;
    height: 124px;
    shape-outside: inset(calc(100% - 124px) 0 0);
    content: "";
  }
  #document.report-healthliteracy .a_content .section04 .content01::after {
    overflow: hidden;
    display: block;
    clear: both;
    height: 0;
    content: "";
  }
}

#document.report-healthliteracy .a_content .section04 .content01 > .heading {
  grid-area: heading;
  align-self: start;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section04 .content01 > .heading {
    margin: 0;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section04 .content01 > .heading {
    margin: 0 0 17px;
    font-size: 1.125rem;
  }
}

#document.report-healthliteracy .a_content .section04 .content01 .image {
  grid-area: image;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section04 .content01 .image {
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section04 .content01 .image {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

#document.report-healthliteracy .a_content .section04 .content01 .image > span {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section04 .content01 .image img {
    width: 100px;
  }
}

#document.report-healthliteracy .a_content .section04 .content01 .image img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.report-healthliteracy .a_content .section04 .content01 .image.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.report-healthliteracy .a_content .section04 .content01 .image.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.report-healthliteracy .a_content .section04 .content01 .image.js_anim.is_anim img {
  transition: opacity 1s ease 0.3s;
}

#document.report-healthliteracy .a_content .section04 .content01 .image.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document.report-healthliteracy .a_content .section04 .content01 .text {
  grid-area: text;
  align-self: start;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section04 .content01 .text {
    margin: 8px 0 0;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section04 .content01 .text {
    margin: 0;
    padding: 0 0 0;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 {
    grid-area: graph;
    align-self: flex-start;
    margin: 0 0 0 75px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 thead {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 thead {
    font-size: 0.6875rem;
    line-height: 1.36364;
  }
}

#document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 thead th {
  white-space: nowrap;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 thead th {
    font-weight: 400;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 thead th:last-child {
    padding-left: 10px;
  }
}

#document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 thead .important {
  color: #83d059;
  font-weight: 700;
}

#document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody th {
    width: 173px;
    padding-left: 20px;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

#document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td {
  color: #5e7950;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td {
    line-height: 1.4;
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="0"]::after {
    width: calc(0 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="1"]::after {
    width: calc(1 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="2"]::after {
    width: calc(2 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="3"]::after {
    width: calc(3 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="4"]::after {
    width: calc(4 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="5"]::after {
    width: calc(5 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="6"]::after {
    width: calc(6 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="7"]::after {
    width: calc(7 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="8"]::after {
    width: calc(8 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="9"]::after {
    width: calc(9 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="10"]::after {
    width: calc(10 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="11"]::after {
    width: calc(11 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="12"]::after {
    width: calc(12 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="13"]::after {
    width: calc(13 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="14"]::after {
    width: calc(14 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="15"]::after {
    width: calc(15 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="16"]::after {
    width: calc(16 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="17"]::after {
    width: calc(17 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="18"]::after {
    width: calc(18 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="19"]::after {
    width: calc(19 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="20"]::after {
    width: calc(20 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="21"]::after {
    width: calc(21 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="22"]::after {
    width: calc(22 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="23"]::after {
    width: calc(23 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="24"]::after {
    width: calc(24 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="25"]::after {
    width: calc(25 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="26"]::after {
    width: calc(26 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="27"]::after {
    width: calc(27 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="28"]::after {
    width: calc(28 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="29"]::after {
    width: calc(29 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="30"]::after {
    width: calc(30 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="31"]::after {
    width: calc(31 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="32"]::after {
    width: calc(32 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="33"]::after {
    width: calc(33 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="34"]::after {
    width: calc(34 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="35"]::after {
    width: calc(35 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="36"]::after {
    width: calc(36 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="37"]::after {
    width: calc(37 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="38"]::after {
    width: calc(38 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="39"]::after {
    width: calc(39 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="40"]::after {
    width: calc(40 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="41"]::after {
    width: calc(41 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="42"]::after {
    width: calc(42 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="43"]::after {
    width: calc(43 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="44"]::after {
    width: calc(44 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="45"]::after {
    width: calc(45 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="46"]::after {
    width: calc(46 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="47"]::after {
    width: calc(47 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="48"]::after {
    width: calc(48 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="49"]::after {
    width: calc(49 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="50"]::after {
    width: calc(50 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="51"]::after {
    width: calc(51 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="52"]::after {
    width: calc(52 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="53"]::after {
    width: calc(53 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="54"]::after {
    width: calc(54 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="55"]::after {
    width: calc(55 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="56"]::after {
    width: calc(56 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="57"]::after {
    width: calc(57 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="58"]::after {
    width: calc(58 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="59"]::after {
    width: calc(59 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="60"]::after {
    width: calc(60 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="61"]::after {
    width: calc(61 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="62"]::after {
    width: calc(62 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="63"]::after {
    width: calc(63 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="64"]::after {
    width: calc(64 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="65"]::after {
    width: calc(65 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="66"]::after {
    width: calc(66 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="67"]::after {
    width: calc(67 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="68"]::after {
    width: calc(68 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="69"]::after {
    width: calc(69 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="70"]::after {
    width: calc(70 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="71"]::after {
    width: calc(71 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="72"]::after {
    width: calc(72 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="73"]::after {
    width: calc(73 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="74"]::after {
    width: calc(74 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="75"]::after {
    width: calc(75 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="76"]::after {
    width: calc(76 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="77"]::after {
    width: calc(77 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="78"]::after {
    width: calc(78 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="79"]::after {
    width: calc(79 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="80"]::after {
    width: calc(80 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="81"]::after {
    width: calc(81 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="82"]::after {
    width: calc(82 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="83"]::after {
    width: calc(83 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="84"]::after {
    width: calc(84 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="85"]::after {
    width: calc(85 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="86"]::after {
    width: calc(86 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="87"]::after {
    width: calc(87 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="88"]::after {
    width: calc(88 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="89"]::after {
    width: calc(89 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="90"]::after {
    width: calc(90 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="91"]::after {
    width: calc(91 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="92"]::after {
    width: calc(92 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="93"]::after {
    width: calc(93 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="94"]::after {
    width: calc(94 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="95"]::after {
    width: calc(95 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="96"]::after {
    width: calc(96 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="97"]::after {
    width: calc(97 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="98"]::after {
    width: calc(98 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="99"]::after {
    width: calc(99 * 1px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="100"]::after {
    width: calc(100 * 1px);
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="0"]::after {
    width: calc(0 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="1"]::after {
    width: calc(1 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="2"]::after {
    width: calc(2 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="3"]::after {
    width: calc(3 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="4"]::after {
    width: calc(4 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="5"]::after {
    width: calc(5 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="6"]::after {
    width: calc(6 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="7"]::after {
    width: calc(7 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="8"]::after {
    width: calc(8 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="9"]::after {
    width: calc(9 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="10"]::after {
    width: calc(10 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="11"]::after {
    width: calc(11 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="12"]::after {
    width: calc(12 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="13"]::after {
    width: calc(13 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="14"]::after {
    width: calc(14 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="15"]::after {
    width: calc(15 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="16"]::after {
    width: calc(16 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="17"]::after {
    width: calc(17 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="18"]::after {
    width: calc(18 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="19"]::after {
    width: calc(19 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="20"]::after {
    width: calc(20 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="21"]::after {
    width: calc(21 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="22"]::after {
    width: calc(22 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="23"]::after {
    width: calc(23 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="24"]::after {
    width: calc(24 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="25"]::after {
    width: calc(25 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="26"]::after {
    width: calc(26 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="27"]::after {
    width: calc(27 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="28"]::after {
    width: calc(28 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="29"]::after {
    width: calc(29 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="30"]::after {
    width: calc(30 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="31"]::after {
    width: calc(31 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="32"]::after {
    width: calc(32 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="33"]::after {
    width: calc(33 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="34"]::after {
    width: calc(34 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="35"]::after {
    width: calc(35 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="36"]::after {
    width: calc(36 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="37"]::after {
    width: calc(37 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="38"]::after {
    width: calc(38 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="39"]::after {
    width: calc(39 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="40"]::after {
    width: calc(40 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="41"]::after {
    width: calc(41 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="42"]::after {
    width: calc(42 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="43"]::after {
    width: calc(43 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="44"]::after {
    width: calc(44 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="45"]::after {
    width: calc(45 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="46"]::after {
    width: calc(46 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="47"]::after {
    width: calc(47 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="48"]::after {
    width: calc(48 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="49"]::after {
    width: calc(49 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="50"]::after {
    width: calc(50 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="51"]::after {
    width: calc(51 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="52"]::after {
    width: calc(52 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="53"]::after {
    width: calc(53 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="54"]::after {
    width: calc(54 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="55"]::after {
    width: calc(55 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="56"]::after {
    width: calc(56 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="57"]::after {
    width: calc(57 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="58"]::after {
    width: calc(58 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="59"]::after {
    width: calc(59 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="60"]::after {
    width: calc(60 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="61"]::after {
    width: calc(61 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="62"]::after {
    width: calc(62 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="63"]::after {
    width: calc(63 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="64"]::after {
    width: calc(64 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="65"]::after {
    width: calc(65 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="66"]::after {
    width: calc(66 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="67"]::after {
    width: calc(67 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="68"]::after {
    width: calc(68 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="69"]::after {
    width: calc(69 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="70"]::after {
    width: calc(70 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="71"]::after {
    width: calc(71 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="72"]::after {
    width: calc(72 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="73"]::after {
    width: calc(73 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="74"]::after {
    width: calc(74 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="75"]::after {
    width: calc(75 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="76"]::after {
    width: calc(76 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="77"]::after {
    width: calc(77 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="78"]::after {
    width: calc(78 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="79"]::after {
    width: calc(79 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="80"]::after {
    width: calc(80 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="81"]::after {
    width: calc(81 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="82"]::after {
    width: calc(82 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="83"]::after {
    width: calc(83 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="84"]::after {
    width: calc(84 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="85"]::after {
    width: calc(85 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="86"]::after {
    width: calc(86 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="87"]::after {
    width: calc(87 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="88"]::after {
    width: calc(88 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="89"]::after {
    width: calc(89 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="90"]::after {
    width: calc(90 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="91"]::after {
    width: calc(91 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="92"]::after {
    width: calc(92 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="93"]::after {
    width: calc(93 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="94"]::after {
    width: calc(94 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="95"]::after {
    width: calc(95 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="96"]::after {
    width: calc(96 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="97"]::after {
    width: calc(97 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="98"]::after {
    width: calc(98 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="99"]::after {
    width: calc(99 * 0.5px);
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph[data-graph-val="100"]::after {
    width: calc(100 * 0.5px);
  }
}

#document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph::after {
  background: #5e7950;
}

#document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td.important {
  color: #83d059;
}

#document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td.important .graph::after {
  background: #83d059;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph::before {
    left: 66px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph::before {
    left: 45px;
  }
}

@media screen and (max-width: 374px) {
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td .graph::before {
    left: 37px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td:nth-last-of-type(1) {
    width: 138px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody td:nth-last-of-type(2) {
    width: 100px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody tr:first-of-type td .graph::before {
    top: 19px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody tr:first-of-type td .graph::before {
    top: 24px;
  }
}

@media screen and (max-width: 374px) {
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody tr:first-of-type td .graph::before {
    top: 16px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody tr:last-of-type td .graph::before {
    bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 tbody tr:last-of-type td .graph::before {
    bottom: 22px;
  }
}

#document.report-healthliteracy .a_content .section04 > .note {
  margin-top: 18px;
}

#document.report-healthliteracy .a_content .section05 {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section05 {
    margin: 0 30px;
  }
}

#document.report-healthliteracy .a_content .section05 .content {
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section05 .content {
    padding-bottom: 134px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section05 .content {
    padding-bottom: 77px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section05 .content .lead {
    margin: 0;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section05 .content .lead {
    margin-bottom: 28px;
    text-align: left;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

#document.report-healthliteracy .a_content .section05 .content .lead02 {
  font-weight: bold;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section05 .content .lead02 {
    margin: 45px 0 0 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section05 .content .lead02 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

#document.report-healthliteracy .a_content .section05 .content > span:not([class]) {
  display: inline-block;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section05 .content > span:not([class]) {
    display: none;
  }
}

#document.report-healthliteracy .a_content .section05 .content > span:not([class]) img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.report-healthliteracy .a_content .section05 .content > span:not([class]):nth-of-type(1) {
  left: 89px;
}

#document.report-healthliteracy .a_content .section05 .content > span:not([class]):nth-of-type(2) {
  right: 96px;
}

#document.report-healthliteracy .a_content .section05 .content.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.report-healthliteracy .a_content .section05 .content.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.report-healthliteracy .a_content .section05 .content.js_anim.is_anim img {
  transition: opacity 1s ease 0.3s;
}

#document.report-healthliteracy .a_content .section05 .content.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document.report-healthliteracy .a_content .section06 .selfcare {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section06 .selfcare {
    padding-top: 130px;
    padding-bottom: 155px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section06 .selfcare {
    padding-top: 95px;
    padding-bottom: 100px;
    background-color: rgba(253, 127, 195, 0.1);
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section06 .selfcare::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 100vw;
    min-width: 100%;
    height: 100%;
    background-color: rgba(253, 127, 195, 0.1);
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .content {
    width: 650px;
  }
}

#document.report-healthliteracy .a_content .section06 .selfcare .content .head {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .content .head {
    margin-bottom: 30px;
    text-align: left;
    border-bottom: 1px solid #1A2229;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .content .head {
    margin-bottom: 33px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .content .head::after {
    content: "";
    position: absolute;
    top: 74px;
    left: 50%;
    width: 1px;
    height: 80px;
    background-color: #1A2229;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 374px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .content .head::after {
    top: 58px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .content .head span {
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .content .head span {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .content .head picture {
    position: absolute;
    top: 10px;
    right: -370px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .content .head picture {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .content .head picture {
    margin: 0 15px;
  }
}

#document.report-healthliteracy .a_content .section06 .selfcare .content .head .ttl {
  font-weight: bold;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .content .head .ttl {
    margin: 0 0 22px 0;
    font-size: 2rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .content .head .ttl {
    margin: 0 0 84px 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .content .text {
    margin-bottom: 52px;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .content .text {
    margin: 0 30px 32px;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

#document.report-healthliteracy .a_content .section06 .selfcare .content .link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0 6px 20px 0 rgba(92, 38, 66, 0.1);
  background-color: #ffffff;
  transition: box-shadow 0.4s ease;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .content .link {
    width: 300px;
    min-width: 300px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .content .link {
    display: flex;
    justify-self: center;
    align-items: center;
    margin: 0 auto;
    width: 280px;
    min-width: 280px;
    height: 50px;
    border-radius: 25px;
  }
}

#document.report-healthliteracy .a_content .section06 .selfcare .content .link::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
  transition: transform 0.4s;
  color: #0078dc;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  content: "\E004";
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .content .link:hover {
    box-shadow: 0 6px 20px 0 rgba(92, 38, 66, 0.2);
  }
}

#document.report-healthliteracy .a_content .section06 .selfcare .content .link span {
  color: #1A2229;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .content .link span {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .content .link span {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

#document.report-healthliteracy .a_content .section06 .selfcare .lead {
  text-align: center;
  font-weight: bold;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .lead {
    margin-top: 77px;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .lead {
    margin: 52px 20px 0;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .panelLink {
    margin: 50px 0 0 0;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .panelLink {
    margin: 33px 30px 0;
  }
}

#document.report-healthliteracy .a_content .section06 .selfcare .panelLink > li {
  border-radius: 10px;
  box-shadow: 0 6px 20px 0 rgba(92, 38, 66, 0.1);
  background-color: #ffffff;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .panelLink > li {
    width: 250px;
    min-height: 160px;
  }
}

#document.report-healthliteracy .a_content .section06 .selfcare .panelLink > li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #1A2229;
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .panelLink > li a {
    font-size: 1.125rem;
    line-height: 1.5;
    transition: box-shadow 0.4s ease;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .panelLink > li a {
    font-size: 0.9375rem;
    line-height: 1.2;
    padding: 15px 0 19px;
  }
}

#document.report-healthliteracy .a_content .section06 .selfcare .panelLink > li a > span:not([class]) {
  font-weight: 400;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .panelLink > li a > span:not([class]) {
    margin: 2.5px 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .panelLink > li a > span:not([class]) {
    margin: 0.5px 0 6.5px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

#document.report-healthliteracy .a_content .section06 .selfcare .panelLink > li a[target="_blank"]::after {
  position: absolute;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E005";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  transform: scale(0.9);
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .panelLink > li a[target="_blank"]::after {
    right: 20px;
    bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .panelLink > li a[target="_blank"]::after {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .panelLink > li a:hover {
    box-shadow: 0 6px 20px 0 rgba(92, 38, 66, 0.2);
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .panelLink > li:nth-of-type(n + 2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section06 .selfcare .panelLink > li:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}

#document.report-healthliteracy .a_content .section07 .report {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section07 .report {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section07 .report {
    background-color: rgba(253, 127, 195, 0.1);
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section07 .report::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 100vw;
    min-width: 100%;
    height: calc(100% - 167px);
    background-color: rgba(253, 127, 195, 0.1);
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section07 .report::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    width: 97vw;
    min-width: 100%;
    height: calc(100% - 328px);
    background-color: rgba(253, 127, 195, 0.8);
    transform: translateX(-50%);
  }
}

#document.report-healthliteracy .a_content .section07 .report .ttl {
  font-weight: bold;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section07 .report .ttl {
    margin: 0 0 52px 0;
    font-size: 1.625rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section07 .report .ttl {
    margin: 0 30px 35px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

#document.report-healthliteracy .a_content .section07 .report .panelLink {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink {
    margin: 0 0 60px 0;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink {
    align-items: center;
    flex-direction: column;
    padding: 60px 30px;
    background-color: #fd7fc3;
  }
}

#document.report-healthliteracy .a_content .section07 .report .panelLink > li {
  position: relative;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 20px 0 rgba(92, 38, 66, 0.1);
  background-color: #ffffff;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink > li {
    padding: 40px 40px 20px;
    width: 475px;
    transition: box-shadow 0.4s ease;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink > li {
    box-sizing: border-box;
    padding: 30px 30px 15px;
    width: 100%;
    min-width: 315px;
    transition: box-shadow 0.4s ease;
  }
}

#document.report-healthliteracy .a_content .section07 .report .panelLink > li .link {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink > li .link {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink > li .link::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translate(0%, -50%) translateY(13px);
    transition: transform 0.4s;
    color: #0078dc;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: "\E004";
    font-size: 10px;
    line-height: 10px;
    vertical-align: middle;
    content: "\E004";
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink > li .link::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(0%, -50%) translateY(22px);
    transition: transform 0.4s;
    color: #0078dc;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: "\E004";
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
    content: "\E004";
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink > li .link:hover::after {
    transform: translate(0%, -50%) translateX(6px) translateY(13px);
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink > li:hover {
    box-shadow: 0 6px 20px 0 rgba(92, 38, 66, 0.2);
  }
}

#document.report-healthliteracy .a_content .section07 .report .panelLink > li:hover .image.js_anim.is_anim img:nth-of-type(3) {
  opacity: 1;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink > li:nth-of-type(n + 2) {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink > li:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}

#document.report-healthliteracy .a_content .section07 .report .panelLink > li .image {
  position: relative;
  z-index: 1;
  display: block;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink > li .image {
    margin: 0 auto 20px;
    width: 240px;
    height: 172px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink > li .image {
    margin: 0 auto 20px;
    width: 200px;
    height: 143px;
  }
}

#document.report-healthliteracy .a_content .section07 .report .panelLink > li .image > span {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink > li .image img {
    width: 200px;
  }
}

#document.report-healthliteracy .a_content .section07 .report .panelLink > li .image img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.report-healthliteracy .a_content .section07 .report .panelLink > li .image img:nth-of-type(3) {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.report-healthliteracy .a_content .section07 .report .panelLink > li .image.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.report-healthliteracy .a_content .section07 .report .panelLink > li .image.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.report-healthliteracy .a_content .section07 .report .panelLink > li .image.js_anim.is_anim img {
  transition: opacity 1s ease 0.3s;
}

#document.report-healthliteracy .a_content .section07 .report .panelLink > li .image.js_anim.is_anim img:nth-of-type(3) {
  transition: opacity 1s ease;
}

#document.report-healthliteracy .a_content .section07 .report .panelLink > li .image.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document.report-healthliteracy .a_content .section07 .report .panelLink > li .image::before {
  position: absolute;
  content: "";
  z-index: -1;
  border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  animation: moyamoya 5s linear infinite;
  background-color: rgba(253, 127, 195, 0.05);
  border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  top: 50%;
  left: 50%;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink > li .image::before {
    width: 180px;
    height: 150px;
    transform: translate(-50%, -50%) translateY(10px);
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink > li .image::before {
    width: 170px;
    height: 123px;
    transform: translate(-50%, -50%) translateY(10px);
  }
}

#document.report-healthliteracy .a_content .section07 .report .panelLink > li .date {
  font-weight: bold;
  color: #abb7c1;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink > li .date {
    margin: 0 0 7px;
    font-size: 0.8125rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink > li .date {
    margin: 0 0 5px;
    font-size: 0.75rem;
    line-height: 1.16667;
  }
}

#document.report-healthliteracy .a_content .section07 .report .panelLink > li .ttl {
  font-weight: bold;
  color: #fd7fc3;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink > li .ttl {
    margin: 0 0 11px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink > li .ttl {
    margin: 0 0 11.5px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

#document.report-healthliteracy .a_content .section07 .report .panelLink > li .text {
  font-weight: bold;
  color: #1A2229;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink > li .text {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink > li .text {
    margin: 0 0 21px 0;
    font-size: 1rem;
    line-height: 1.5;
  }
}

#document.report-healthliteracy .a_content .section07 .report .panelLink > li.is_current {
  pointer-events: none;
  box-shadow: none;
}

#document.report-healthliteracy .a_content .section07 .report .panelLink > li.is_current .image:before {
  opacity: 0;
}

#document.report-healthliteracy .a_content .section07 .report .panelLink > li.is_current .date,
#document.report-healthliteracy .a_content .section07 .report .panelLink > li.is_current .ttl,
#document.report-healthliteracy .a_content .section07 .report .panelLink > li.is_current .text,
#document.report-healthliteracy .a_content .section07 .report .panelLink > li.is_current .point .trigger {
  color: #dee1e3;
}

#document.report-healthliteracy .a_content .section07 .report .panelLink > li.is_current .link::after,
#document.report-healthliteracy .a_content .section07 .report .panelLink > li.is_current .point .trigger::after {
  display: none;
}

#document.report-healthliteracy .a_content .section07 .report .panelLink .point {
  position: relative;
  border-top: 1px solid #eceeef;
}

#document.report-healthliteracy .a_content .section07 .report .panelLink .point .button {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink .point .button {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink .point .button {
    padding-top: 16px;
  }
}

#document.report-healthliteracy .a_content .section07 .report .panelLink .point .button .trigger {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink .point .button .trigger {
    margin: 0;
    padding-right: 10px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink .point .button .trigger {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.61538;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink .point .button .trigger::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -11px;
    transform: translate(0%, -50%) translateY(0px) scale(0.6);
    transition: transform 0.4s;
    color: #0078dc;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: "\E003";
    font-size: 10px;
    line-height: 10px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink .point .button .trigger::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translate(0%, -50%) translateY(0px) scale(0.6);
    transition: transform 0.4s;
    color: #0078dc;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: "\E003";
    font-size: 10px;
    line-height: 10px;
    vertical-align: middle;
  }
}

#document.report-healthliteracy .a_content .section07 .report .panelLink .point.is-acc-open .button {
  display: none;
}

#document.report-healthliteracy .a_content .section07 .report .panelLink .point .detail {
  display: none;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink .point .detail {
    padding-top: 20px;
  }
}

#document.report-healthliteracy .a_content .section07 .report .panelLink .point .detail .head {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink .point .detail .head {
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink .point .detail .head {
    margin-bottom: 20px;
  }
}

#document.report-healthliteracy .a_content .section07 .report .panelLink .point .detail .head .label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  border-radius: 15px;
  background-color: #fd7fc3;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink .point .detail .head .label {
    font-size: 0.875rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink .point .detail .head .label {
    width: 150px;
    height: 24px;
    border-radius: 12px;
    font-size: 0.8125rem;
    line-height: 1;
  }
}

#document.report-healthliteracy .a_content .section07 .report .panelLink .point .detail .body > li {
  position: relative;
  padding-left: 2em;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink .point .detail .body > li {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink .point .detail .body > li {
    margin-bottom: 8px;
    font-size: 0.8125rem;
    line-height: 1.53846;
  }
}

#document.report-healthliteracy .a_content .section07 .report .panelLink .point .detail .body > li:last-of-type {
  margin-bottom: 0;
}

#document.report-healthliteracy .a_content .section07 .report .panelLink .point .detail .body > li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: auto;
  left: 2px;
  width: 26px;
  height: 26px;
  background-color: #fd7fc3;
  border-radius: 50%;
  transform: scale(0.8);
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E006";
  color: #ffffff;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .section07 .report .panelLink .point .detail .body > li::before {
    left: 0;
    transform: translate(-3px, -3px) scale(0.6);
  }
}

#document.report-healthliteracy .a_content .wave {
  opacity: 0;
}

@media (min-width: 768px) {
  #document.report-healthliteracy .a_content .is_active ~ .wave {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy .a_content .is_active ~ .wave {
    opacity: 0.6;
  }
}

#document.report-healthliteracy .a_content .a_about.is_active ~ .wave .line:nth-of-type(1),
#document.report-healthliteracy .a_content .section01.is_active ~ .wave .line:nth-of-type(1),
#document.report-healthliteracy .a_content .section04.is_active ~ .wave .line:nth-of-type(1) {
  border-color: rgba(253, 127, 195, 0.4);
}

#document.report-healthliteracy .a_content .section01.is_active ~ .wave .line:nth-of-type(2),
#document.report-healthliteracy .a_content .section04.is_active ~ .wave .line:nth-of-type(2) {
  border-color: rgba(253, 127, 195, 0.8);
}

#document.report-healthliteracy .a_content .section02.is_active ~ .wave .line:nth-of-type(1) {
  border-color: rgba(253, 127, 195, 0.4);
}

#document.report-healthliteracy .a_content .section02.is_active ~ .wave .line:nth-of-type(2) {
  border-color: rgba(253, 127, 195, 0.8);
}

#document.report-healthliteracy .a_content .section03.is_active ~ .wave .line:nth-of-type(1) {
  border-color: rgba(253, 127, 195, 0.4);
}

#document.report-healthliteracy .a_content .section03.is_active ~ .wave .line:nth-of-type(2) {
  border-color: rgba(253, 127, 195, 0.8);
}

#document.report-healthliteracy-byage #container {
  margin-top: 100px;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .m_barGraph02 thead tr {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .m_barGraph02 thead th {
    padding-bottom: 16px;
    font-size: 1.25rem;
  }
}

#document.report-healthliteracy-byage .m_barGraph02 thead th:nth-of-type(2) {
  white-space: nowrap;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .m_barGraph02 thead th:nth-of-type(2) {
    text-align: center;
    margin-left: 43px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .m_barGraph02 thead th:nth-of-type(2) {
    margin-left: 22px;
  }
}

#document.report-healthliteracy-byage .m_barGraph02 thead th:nth-of-type(3) {
  white-space: nowrap;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .m_barGraph02 thead th:nth-of-type(3) {
    text-align: center;
    margin-left: 33px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .m_barGraph02 thead th:nth-of-type(3) {
    margin-left: 20px;
  }
}

#document.report-healthliteracy-byage .m_barGraph02 tbody th,
#document.report-healthliteracy-byage .m_barGraph02 tbody td {
  border-top: 0;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .m_barGraph02 tbody th,
  #document.report-healthliteracy-byage .m_barGraph02 tbody td {
    padding: 16px 0 15px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .m_barGraph02 tbody th,
  #document.report-healthliteracy-byage .m_barGraph02 tbody td {
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .m_barGraph02 tbody th {
    padding: 14px 10px 13px 10px;
    font-size: 0.75rem;
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody th .m_br {
    font-size: 0.625rem;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .m_barGraph02 tbody th + td {
    margin-left: 43px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .m_barGraph02 tbody th + td {
    margin-left: 22px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="0"]::after {
    width: calc(0 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="1"]::after {
    width: calc(1 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="2"]::after {
    width: calc(2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="3"]::after {
    width: calc(3 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="4"]::after {
    width: calc(4 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="5"]::after {
    width: calc(5 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="6"]::after {
    width: calc(6 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="7"]::after {
    width: calc(7 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="8"]::after {
    width: calc(8 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="9"]::after {
    width: calc(9 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="10"]::after {
    width: calc(10 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="11"]::after {
    width: calc(11 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="12"]::after {
    width: calc(12 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="13"]::after {
    width: calc(13 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="14"]::after {
    width: calc(14 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="15"]::after {
    width: calc(15 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="16"]::after {
    width: calc(16 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="17"]::after {
    width: calc(17 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="18"]::after {
    width: calc(18 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="19"]::after {
    width: calc(19 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="20"]::after {
    width: calc(20 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="21"]::after {
    width: calc(21 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="22"]::after {
    width: calc(22 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="23"]::after {
    width: calc(23 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="24"]::after {
    width: calc(24 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="25"]::after {
    width: calc(25 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="26"]::after {
    width: calc(26 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="27"]::after {
    width: calc(27 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="28"]::after {
    width: calc(28 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="29"]::after {
    width: calc(29 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="30"]::after {
    width: calc(30 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="31"]::after {
    width: calc(31 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="32"]::after {
    width: calc(32 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="33"]::after {
    width: calc(33 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="34"]::after {
    width: calc(34 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="35"]::after {
    width: calc(35 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="36"]::after {
    width: calc(36 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="37"]::after {
    width: calc(37 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="38"]::after {
    width: calc(38 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="39"]::after {
    width: calc(39 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="40"]::after {
    width: calc(40 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="41"]::after {
    width: calc(41 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="42"]::after {
    width: calc(42 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="43"]::after {
    width: calc(43 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="44"]::after {
    width: calc(44 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="45"]::after {
    width: calc(45 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="46"]::after {
    width: calc(46 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="47"]::after {
    width: calc(47 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="48"]::after {
    width: calc(48 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="49"]::after {
    width: calc(49 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="50"]::after {
    width: calc(50 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="51"]::after {
    width: calc(51 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="52"]::after {
    width: calc(52 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="53"]::after {
    width: calc(53 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="54"]::after {
    width: calc(54 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="55"]::after {
    width: calc(55 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="56"]::after {
    width: calc(56 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="57"]::after {
    width: calc(57 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="58"]::after {
    width: calc(58 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="59"]::after {
    width: calc(59 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="60"]::after {
    width: calc(60 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="61"]::after {
    width: calc(61 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="62"]::after {
    width: calc(62 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="63"]::after {
    width: calc(63 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="64"]::after {
    width: calc(64 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="65"]::after {
    width: calc(65 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="66"]::after {
    width: calc(66 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="67"]::after {
    width: calc(67 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="68"]::after {
    width: calc(68 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="69"]::after {
    width: calc(69 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="70"]::after {
    width: calc(70 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="71"]::after {
    width: calc(71 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="72"]::after {
    width: calc(72 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="73"]::after {
    width: calc(73 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="74"]::after {
    width: calc(74 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="75"]::after {
    width: calc(75 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="76"]::after {
    width: calc(76 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="77"]::after {
    width: calc(77 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="78"]::after {
    width: calc(78 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="79"]::after {
    width: calc(79 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="80"]::after {
    width: calc(80 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="81"]::after {
    width: calc(81 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="82"]::after {
    width: calc(82 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="83"]::after {
    width: calc(83 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="84"]::after {
    width: calc(84 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="85"]::after {
    width: calc(85 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="86"]::after {
    width: calc(86 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="87"]::after {
    width: calc(87 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="88"]::after {
    width: calc(88 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="89"]::after {
    width: calc(89 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="90"]::after {
    width: calc(90 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="91"]::after {
    width: calc(91 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="92"]::after {
    width: calc(92 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="93"]::after {
    width: calc(93 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="94"]::after {
    width: calc(94 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="95"]::after {
    width: calc(95 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="96"]::after {
    width: calc(96 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="97"]::after {
    width: calc(97 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="98"]::after {
    width: calc(98 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="99"]::after {
    width: calc(99 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="100"]::after {
    width: calc(100 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph::before {
    left: 58px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .m_barGraph02 tbody td {
    padding: 3px 0;
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="0"]::after {
    width: calc(0 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="1"]::after {
    width: calc(1 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="2"]::after {
    width: calc(2 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="3"]::after {
    width: calc(3 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="4"]::after {
    width: calc(4 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="5"]::after {
    width: calc(5 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="6"]::after {
    width: calc(6 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="7"]::after {
    width: calc(7 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="8"]::after {
    width: calc(8 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="9"]::after {
    width: calc(9 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="10"]::after {
    width: calc(10 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="11"]::after {
    width: calc(11 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="12"]::after {
    width: calc(12 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="13"]::after {
    width: calc(13 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="14"]::after {
    width: calc(14 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="15"]::after {
    width: calc(15 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="16"]::after {
    width: calc(16 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="17"]::after {
    width: calc(17 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="18"]::after {
    width: calc(18 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="19"]::after {
    width: calc(19 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="20"]::after {
    width: calc(20 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="21"]::after {
    width: calc(21 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="22"]::after {
    width: calc(22 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="23"]::after {
    width: calc(23 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="24"]::after {
    width: calc(24 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="25"]::after {
    width: calc(25 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="26"]::after {
    width: calc(26 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="27"]::after {
    width: calc(27 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="28"]::after {
    width: calc(28 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="29"]::after {
    width: calc(29 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="30"]::after {
    width: calc(30 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="31"]::after {
    width: calc(31 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="32"]::after {
    width: calc(32 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="33"]::after {
    width: calc(33 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="34"]::after {
    width: calc(34 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="35"]::after {
    width: calc(35 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="36"]::after {
    width: calc(36 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="37"]::after {
    width: calc(37 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="38"]::after {
    width: calc(38 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="39"]::after {
    width: calc(39 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="40"]::after {
    width: calc(40 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="41"]::after {
    width: calc(41 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="42"]::after {
    width: calc(42 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="43"]::after {
    width: calc(43 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="44"]::after {
    width: calc(44 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="45"]::after {
    width: calc(45 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="46"]::after {
    width: calc(46 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="47"]::after {
    width: calc(47 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="48"]::after {
    width: calc(48 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="49"]::after {
    width: calc(49 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="50"]::after {
    width: calc(50 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="51"]::after {
    width: calc(51 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="52"]::after {
    width: calc(52 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="53"]::after {
    width: calc(53 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="54"]::after {
    width: calc(54 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="55"]::after {
    width: calc(55 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="56"]::after {
    width: calc(56 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="57"]::after {
    width: calc(57 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="58"]::after {
    width: calc(58 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="59"]::after {
    width: calc(59 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="60"]::after {
    width: calc(60 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="61"]::after {
    width: calc(61 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="62"]::after {
    width: calc(62 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="63"]::after {
    width: calc(63 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="64"]::after {
    width: calc(64 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="65"]::after {
    width: calc(65 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="66"]::after {
    width: calc(66 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="67"]::after {
    width: calc(67 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="68"]::after {
    width: calc(68 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="69"]::after {
    width: calc(69 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="70"]::after {
    width: calc(70 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="71"]::after {
    width: calc(71 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="72"]::after {
    width: calc(72 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="73"]::after {
    width: calc(73 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="74"]::after {
    width: calc(74 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="75"]::after {
    width: calc(75 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="76"]::after {
    width: calc(76 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="77"]::after {
    width: calc(77 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="78"]::after {
    width: calc(78 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="79"]::after {
    width: calc(79 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="80"]::after {
    width: calc(80 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="81"]::after {
    width: calc(81 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="82"]::after {
    width: calc(82 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="83"]::after {
    width: calc(83 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="84"]::after {
    width: calc(84 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="85"]::after {
    width: calc(85 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="86"]::after {
    width: calc(86 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="87"]::after {
    width: calc(87 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="88"]::after {
    width: calc(88 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="89"]::after {
    width: calc(89 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="90"]::after {
    width: calc(90 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="91"]::after {
    width: calc(91 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="92"]::after {
    width: calc(92 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="93"]::after {
    width: calc(93 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="94"]::after {
    width: calc(94 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="95"]::after {
    width: calc(95 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="96"]::after {
    width: calc(96 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="97"]::after {
    width: calc(97 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="98"]::after {
    width: calc(98 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="99"]::after {
    width: calc(99 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph[data-graph-val="100"]::after {
    width: calc(100 / 2 * 1px);
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph .val {
    font-size: 1.25rem;
  }
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph .val .unit {
    font-size: 0.625rem;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph {
    margin-left: -5px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph::before {
    left: 63px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph::before {
    left: 41px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph .val {
    width: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .m_barGraph02 tbody td .graph .unit {
    margin-left: 0.2em;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .m_barGraph02 tbody td + td {
    margin-left: 33px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .m_barGraph02 tbody td + td {
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .m_barGraph02 tbody tr {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#document.report-healthliteracy-byage .m_barGraph02 tbody tr:nth-of-type(n+2) {
  border-top: 1px solid #f3f4f5;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .m_barGraph02 tbody tr:first-of-type td .graph::before {
    top: 44px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .m_barGraph02 tbody tr:first-of-type td .graph::before {
    top: calc(50% + 7px);
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .m_barGraph02 tbody tr:last-of-type td .graph::before {
    bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .m_barGraph02 tbody tr:last-of-type td .graph::before {
    bottom: calc(50% + 7px);
  }
}

#document.report-healthliteracy-byage .m_barGraph02.all tbody td:nth-of-type(1) .graph {
  color: #83d059;
}

#document.report-healthliteracy-byage .m_barGraph02.all tbody td:nth-of-type(1) .graph::after {
  background: #83d059;
}

#document.report-healthliteracy-byage .m_barGraph02.all tbody td:nth-of-type(2) .graph {
  color: #ffa74e;
}

#document.report-healthliteracy-byage .m_barGraph02.all tbody td:nth-of-type(2) .graph::after {
  background: #ffa74e;
}

#document.report-healthliteracy-byage .m_barGraph02.young tbody td .graph {
  color: #83d059;
}

#document.report-healthliteracy-byage .m_barGraph02.young tbody td .graph::after {
  background: #83d059;
}

#document.report-healthliteracy-byage .m_barGraph02.senior tbody td .graph {
  color: #ffa74e;
}

#document.report-healthliteracy-byage .m_barGraph02.senior tbody td .graph::after {
  background: #ffa74e;
}

#document.report-healthliteracy-byage .m_graph .type {
  transform-origin: center;
}

#document.report-healthliteracy-byage .m_graph.color01 .type01 {
  stroke: #83d059;
}

#document.report-healthliteracy-byage .m_graph.color01 .type02 {
  stroke: #C1E7AB;
}

#document.report-healthliteracy-byage .m_graph.color02 .type01 {
  stroke: #ffa74e;
}

#document.report-healthliteracy-byage .m_graph.color02 .type02 {
  stroke: #FEDCB8;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .m_graph .line::before {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .m_graph .line::before {
    width: 40px;
    height: 40px;
  }
  #document.report-healthliteracy-byage .m_graph .line .val {
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .questionHeading {
    margin: 0 0 38.5px;
    text-align: center;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .questionHeading {
    position: relative;
    margin: 0 0 27px;
    padding-left: 1.8em;
    font-size: 0.9375rem;
    line-height: 1.4;
    text-align: left;
  }
}

#document.report-healthliteracy-byage .questionHeading .mark {
  display: inline-block;
  margin-right: 5px;
  font-family: Inter, sans-serif;
  color: #abb7c1;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .questionHeading .mark {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .questionHeading .mark {
    position: absolute;
    top: -2px;
    left: 0;
    margin-right: 0;
    font-size: 1.125rem;
  }
}

#document.report-healthliteracy-byage .borderHeading {
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .borderHeading {
    display: flex;
    align-items: center;
    margin: 0 0 43px;
    font-size: 1.625rem;
  }
  #document.report-healthliteracy-byage .borderHeading::before, #document.report-healthliteracy-byage .borderHeading::after {
    flex-grow: 1;
    flex-shrink: 0;
    border-top: 1px solid #dee1e3;
    content: "";
    transform: translateY(-1px);
  }
  #document.report-healthliteracy-byage .borderHeading::before {
    margin-right: 38px;
  }
  #document.report-healthliteracy-byage .borderHeading::after {
    margin-left: 38px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .borderHeading {
    margin: 0 0 25px;
    font-size: 1.25rem;
  }
}

#document.report-healthliteracy-byage .borderHeading.parentheses {
  position: relative;
  margin-bottom: 74px;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .borderHeading.parentheses {
    margin-bottom: 74px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .borderHeading.parentheses {
    margin-bottom: 49px;
  }
}

#document.report-healthliteracy-byage .borderHeading.parentheses span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: normal;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .borderHeading.parentheses span {
    bottom: calc(-1em - 15px);
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .borderHeading.parentheses span {
    bottom: calc(-1em - 10px);
    font-size: 0.875rem;
  }
}

#document.report-healthliteracy-byage .wave {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  transition: opacity 0.4s ease;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .wave {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .wave {
    width: 100%;
  }
}

#document.report-healthliteracy-byage .wave .line {
  position: absolute;
  border: 1px solid;
  border-radius: 24%;
  transform-origin: 50% 49%;
  transition: border-color 0.8s ease-out;
  opacity: 0.5;
  pointer-events: none;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .wave .line {
    left: 300px;
    top: -150px;
    width: 1000px;
    height: 1200px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .wave .line {
    top: -50vh;
    width: 200vh;
    height: 200vh;
    left: 95vw;
  }
}

#document.report-healthliteracy-byage .wave .line:nth-of-type(1) {
  border-radius: 52% 42% 38% 40%;
  border-color: rgba(253, 127, 195, 0.4);
  transform: rotate(30deg);
}

#document.report-healthliteracy-byage .wave .line:nth-of-type(2) {
  border-radius: 35% 50% 42% 46% / 80% 46% 60% 50%;
  border-color: rgba(253, 127, 195, 0.8);
  transform: rotate(45deg);
}

.js_run #document.report-healthliteracy-byage .wave .line {
  animation: wave 80s linear infinite;
}

.js_run #document.report-healthliteracy-byage .wave .line:nth-of-type(2) {
  animation-duration: 60s;
}

#document.report-healthliteracy-byage .wave[class*="_color01"] .line:nth-of-type(1) {
  border-color: rgba(253, 127, 195, 0.4);
}

#document.report-healthliteracy-byage .wave[class*="_color01"] .line:nth-of-type(2) {
  border-color: rgba(253, 127, 195, 0.8);
}

#document.report-healthliteracy-byage .wave[class*="_color02"] .line:nth-of-type(1) {
  border-color: rgba(131, 208, 89, 0.4);
}

#document.report-healthliteracy-byage .wave[class*="_color02"] .line:nth-of-type(2) {
  border-color: rgba(131, 208, 89, 0.8);
}

#document.report-healthliteracy-byage .wave[class*="_color03"] .line:nth-of-type(1) {
  border-color: rgba(255, 167, 78, 0.4);
}

#document.report-healthliteracy-byage .wave[class*="_color03"] .line:nth-of-type(2) {
  border-color: rgba(255, 167, 78, 0.8);
}

#document.report-healthliteracy-byage .wave[class*="_color04"] .line:nth-of-type(1) {
  border-color: rgba(190, 165, 51, 0.4);
}

#document.report-healthliteracy-byage .wave[class*="_color04"] .line:nth-of-type(2) {
  border-color: rgba(190, 165, 51, 0.8);
}

#document.report-healthliteracy-byage .note {
  color: #606e79;
  margin: 0;
}

#document.report-healthliteracy-byage .note > li:not([class]) {
  padding-left: 1.4em;
  text-indent: -1.4em;
}

#document.report-healthliteracy-byage .note > li:not([class])::before {
  display: inline-block;
  width: 1.4em;
  content: '※';
  text-indent: 0;
}

#document.report-healthliteracy-byage .note > .mark {
  position: relative;
  padding-left: 2em;
}

#document.report-healthliteracy-byage .note > .mark .mark {
  position: absolute;
  left: 0;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .note {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .note {
    font-size: 0.75rem;
  }
}

#document.report-healthliteracy-byage .link .arrow {
  color: #1A2229;
}

#document.report-healthliteracy-byage .link .arrow::after {
  display: inline-block;
  margin-left: 8px;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .link {
    margin: 60px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .link {
    margin: 40px 0 0;
  }
}

#document.report-healthliteracy-byage .a_about {
  position: relative;
  z-index: 5;
}

#document.report-healthliteracy-byage .a_about .head {
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_about .head {
    padding-top: 110px;
    padding-bottom: 94px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_about .head {
    padding-top: 67px;
    padding-bottom: 63px;
  }
}

#document.report-healthliteracy-byage .a_about .head::after {
  content: "";
  position: absolute;
  bottom: -58px;
  left: 50%;
  width: 1px;
  height: 120px;
  background-color: #1A2229;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_about .head::after {
    height: 80px;
    bottom: -40px;
  }
}

#document.report-healthliteracy-byage .a_about .head .label {
  font-weight: bold;
  display: inline-block;
  color: #fd7fc3;
  border: 1px solid #fd7fc3;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_about .head .label {
    padding: 10px 29px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_about .head .label {
    padding: 7px 15px;
    font-size: 1rem;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.report-healthliteracy-byage .a_about .head .label {
    padding: 13px 30px 7px;
  }
}

#document.report-healthliteracy-byage .a_about .head .ttl {
  font-weight: bold;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_about .head .ttl {
    margin: 22px 0 0 0;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_about .head .ttl {
    margin: 24px 0 0 0;
    font-size: 1.5rem;
  }
}

#document.report-healthliteracy-byage .a_about .head > span:not([class]) {
  display: inline-block;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_about .head > span:not([class]) {
    display: none;
  }
}

#document.report-healthliteracy-byage .a_about .head > span:not([class]) img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.report-healthliteracy-byage .a_about .head > span:not([class]):nth-of-type(1) {
  left: 2px;
}

#document.report-healthliteracy-byage .a_about .head > span:not([class]):nth-of-type(2) {
  bottom: -1px;
  right: -11px;
}

#document.report-healthliteracy-byage .a_about .head.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.report-healthliteracy-byage .a_about .head.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.report-healthliteracy-byage .a_about .head.js_anim.is_anim img {
  transition: opacity 1s ease 0.3s;
}

#document.report-healthliteracy-byage .a_about .head.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document.report-healthliteracy-byage .a_about .body {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_about .body {
    margin-left: -50px;
    margin-right: -50px;
    padding: 108px 0 95px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_about .body {
    text-align: left;
    padding: 76px 30px 74px;
  }
}

#document.report-healthliteracy-byage .a_about .body::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  min-width: 100%;
  height: 100%;
  background-color: rgba(253, 127, 195, 0.1);
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_about .body .text {
    margin-bottom: 22px;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_about .body .text {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

#document.report-healthliteracy-byage .a_about .body .note {
  color: #606e79;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_about .body .note {
    margin-top: 48px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_about .body .note {
    margin-top: 29px;
    padding-left: 1.4em;
    text-indent: -1.4em;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

#document.report-healthliteracy-byage .a_content {
  position: relative;
  z-index: 10;
}

#document.report-healthliteracy-byage .a_content::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #ffffff;
}

@media (min-width: 1001px) {
  #document.report-healthliteracy-byage .a_content::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}

#document.report-healthliteracy-byage .a_content .section {
  position: relative;
}

#document.report-healthliteracy-byage .a_content .section > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section {
    padding: 252px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section {
    padding: 165px 30px 0px;
  }
}

#document.report-healthliteracy-byage .a_content .section::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
}

@media (min-width: 1001px) {
  #document.report-healthliteracy-byage .a_content .section::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section::before {
    right: -40px;
    left: -40px;
  }
}

#document.report-healthliteracy-byage .a_content .section > .heading {
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .heading {
    margin: 0 0 92px;
    font-size: 2rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .heading {
    margin: 0 0 54px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

#document.report-healthliteracy-byage .a_content .section > .heading .num {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .heading .num {
    top: -111px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .heading .num {
    top: -57px;
  }
}

#document.report-healthliteracy-byage .a_content .section .result.is_anim {
  transition: opacity 0.8s ease 0.3s;
}

#document.report-healthliteracy-byage .a_content .section .result.is_reset {
  opacity: 0;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content + .content {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content + .content {
    margin-top: 60px;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .illust {
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .illust {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .illust {
    margin: 0 auto 16px;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .illust img {
  height: auto;
}

#document.report-healthliteracy-byage .a_content .section > .content .illust img:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#document.report-healthliteracy-byage .a_content .section > .content .illust.js_anim.is_anim img:nth-of-type(1) {
  transition: opacity 1s ease .3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .illust.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .text {
    margin-left: -50px;
    margin-bottom: 51px;
    margin-right: -50px;
    text-align: center;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .text {
    margin-bottom: 32.5px;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxA {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA {
    margin: 0 35px 0 65px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA {
    display: grid;
    grid-template-columns: auto 138px;
    grid-template-rows: min-content min-content;
    grid-template-areas: "heading heading" "result graph" "note note";
    margin: 0 auto 75px;
    width: 315px;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .m_graph {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .result {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .graph {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .result {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .graph {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .result {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .graph {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .result {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .graph {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .result {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .graph {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .result {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .m_barGraph02 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA:not(:last-child) {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA:not(:last-child) {
    margin-bottom: 36px;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .textHeading {
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .textHeading {
    margin: 0 0 45px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .textHeading {
    grid-area: heading;
    margin: 0 0 26px;
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph {
    position: absolute;
    top: 66px;
    left: 50%;
    width: 310px;
    height: 310px;
    transform: translateX(-50%) translateX(-15px);
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    transition: stroke-dasharray 0.01s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    transition: stroke-dasharray 0.02s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    stroke-dasharray: 4.867, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    transition: stroke-dasharray 0.03s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    stroke-dasharray: 9.734, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    transition: stroke-dasharray 0.04s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    stroke-dasharray: 14.601, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    transition: stroke-dasharray 0.05s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    stroke-dasharray: 19.468, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    transition: stroke-dasharray 0.06s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    stroke-dasharray: 24.335, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    transition: stroke-dasharray 0.07s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    stroke-dasharray: 29.202, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    transition: stroke-dasharray 0.08s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    stroke-dasharray: 34.069, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    transition: stroke-dasharray 0.09s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    stroke-dasharray: 38.936, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    transition: stroke-dasharray 0.1s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    stroke-dasharray: 43.803, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    transition: stroke-dasharray 0.11s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    stroke-dasharray: 48.67, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    transition: stroke-dasharray 0.12s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    stroke-dasharray: 53.537, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    transition: stroke-dasharray 0.13s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    stroke-dasharray: 58.404, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    transition: stroke-dasharray 0.14s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    stroke-dasharray: 63.271, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    transition: stroke-dasharray 0.15s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    stroke-dasharray: 68.138, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    transition: stroke-dasharray 0.16s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    stroke-dasharray: 73.005, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    transition: stroke-dasharray 0.17s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    stroke-dasharray: 77.872, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    transition: stroke-dasharray 0.18s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    stroke-dasharray: 82.739, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    transition: stroke-dasharray 0.19s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    stroke-dasharray: 87.606, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    transition: stroke-dasharray 0.2s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    stroke-dasharray: 92.473, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    transition: stroke-dasharray 0.21s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    stroke-dasharray: 97.34, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    transition: stroke-dasharray 0.22s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    stroke-dasharray: 102.207, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    transition: stroke-dasharray 0.23s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    stroke-dasharray: 107.074, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    transition: stroke-dasharray 0.24s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    stroke-dasharray: 111.941, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    transition: stroke-dasharray 0.25s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    stroke-dasharray: 116.808, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    transition: stroke-dasharray 0.26s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    stroke-dasharray: 121.675, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    transition: stroke-dasharray 0.27s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    stroke-dasharray: 126.542, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    transition: stroke-dasharray 0.28s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    stroke-dasharray: 131.409, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    transition: stroke-dasharray 0.29s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    stroke-dasharray: 136.276, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    transition: stroke-dasharray 0.3s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    stroke-dasharray: 141.143, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    transition: stroke-dasharray 0.31s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    stroke-dasharray: 146.01, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    transition: stroke-dasharray 0.32s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    stroke-dasharray: 150.877, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    transition: stroke-dasharray 0.33s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    stroke-dasharray: 155.744, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    transition: stroke-dasharray 0.34s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    stroke-dasharray: 160.611, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    transition: stroke-dasharray 0.35s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    stroke-dasharray: 165.478, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    transition: stroke-dasharray 0.36s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    stroke-dasharray: 170.345, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    transition: stroke-dasharray 0.37s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    stroke-dasharray: 175.212, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    transition: stroke-dasharray 0.38s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    stroke-dasharray: 180.079, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    transition: stroke-dasharray 0.39s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    stroke-dasharray: 184.946, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    transition: stroke-dasharray 0.4s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    stroke-dasharray: 189.813, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    transition: stroke-dasharray 0.41s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    stroke-dasharray: 194.68, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    transition: stroke-dasharray 0.42s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    stroke-dasharray: 199.547, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    transition: stroke-dasharray 0.43s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    stroke-dasharray: 204.414, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    transition: stroke-dasharray 0.44s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    stroke-dasharray: 209.281, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    transition: stroke-dasharray 0.45s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    stroke-dasharray: 214.148, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    transition: stroke-dasharray 0.46s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    stroke-dasharray: 219.015, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    transition: stroke-dasharray 0.47s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    stroke-dasharray: 223.882, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    transition: stroke-dasharray 0.48s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    stroke-dasharray: 228.749, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    transition: stroke-dasharray 0.49s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    stroke-dasharray: 233.616, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    transition: stroke-dasharray 0.5s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    stroke-dasharray: 238.483, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    transition: stroke-dasharray 0.51s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    stroke-dasharray: 243.35, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    transition: stroke-dasharray 0.52s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    stroke-dasharray: 248.217, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    transition: stroke-dasharray 0.53s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    stroke-dasharray: 253.084, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    transition: stroke-dasharray 0.54s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    stroke-dasharray: 257.951, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    transition: stroke-dasharray 0.55s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    stroke-dasharray: 262.818, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    transition: stroke-dasharray 0.56s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    stroke-dasharray: 267.685, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    transition: stroke-dasharray 0.57s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    stroke-dasharray: 272.552, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    transition: stroke-dasharray 0.58s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    stroke-dasharray: 277.419, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    transition: stroke-dasharray 0.59s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    stroke-dasharray: 282.286, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    transition: stroke-dasharray 0.6s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    stroke-dasharray: 287.153, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    transition: stroke-dasharray 0.61s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    stroke-dasharray: 292.02, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    transition: stroke-dasharray 0.62s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    stroke-dasharray: 296.887, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    transition: stroke-dasharray 0.63s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    stroke-dasharray: 301.754, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    transition: stroke-dasharray 0.64s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    stroke-dasharray: 306.621, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    transition: stroke-dasharray 0.65s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    stroke-dasharray: 311.488, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    transition: stroke-dasharray 0.66s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    stroke-dasharray: 316.355, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    transition: stroke-dasharray 0.67s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    stroke-dasharray: 321.222, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    transition: stroke-dasharray 0.68s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    stroke-dasharray: 326.089, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    transition: stroke-dasharray 0.69s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    stroke-dasharray: 330.956, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    transition: stroke-dasharray 0.7s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    stroke-dasharray: 335.823, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    transition: stroke-dasharray 0.71s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    stroke-dasharray: 340.69, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    transition: stroke-dasharray 0.72s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    stroke-dasharray: 345.557, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    transition: stroke-dasharray 0.73s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    stroke-dasharray: 350.424, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    transition: stroke-dasharray 0.74s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    stroke-dasharray: 355.291, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    transition: stroke-dasharray 0.75s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    stroke-dasharray: 360.158, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    transition: stroke-dasharray 0.76s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    stroke-dasharray: 365.025, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    transition: stroke-dasharray 0.77s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    stroke-dasharray: 369.892, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    transition: stroke-dasharray 0.78s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    stroke-dasharray: 374.759, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    transition: stroke-dasharray 0.79s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    stroke-dasharray: 379.626, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    transition: stroke-dasharray 0.8s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    stroke-dasharray: 384.493, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    transition: stroke-dasharray 0.81s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    stroke-dasharray: 389.36, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    transition: stroke-dasharray 0.82s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    stroke-dasharray: 394.227, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    transition: stroke-dasharray 0.83s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    stroke-dasharray: 399.094, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    transition: stroke-dasharray 0.84s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    stroke-dasharray: 403.961, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    transition: stroke-dasharray 0.85s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    stroke-dasharray: 408.828, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    transition: stroke-dasharray 0.86s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    stroke-dasharray: 413.695, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    transition: stroke-dasharray 0.87s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    stroke-dasharray: 418.562, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    transition: stroke-dasharray 0.88s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    stroke-dasharray: 423.429, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    transition: stroke-dasharray 0.89s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    stroke-dasharray: 428.296, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    transition: stroke-dasharray 0.9s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    stroke-dasharray: 433.163, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    transition: stroke-dasharray 0.91s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    stroke-dasharray: 438.03, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    transition: stroke-dasharray 0.92s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    stroke-dasharray: 442.897, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    transition: stroke-dasharray 0.93s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    stroke-dasharray: 447.764, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    transition: stroke-dasharray 0.94s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    stroke-dasharray: 452.631, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    transition: stroke-dasharray 0.95s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    stroke-dasharray: 457.498, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    transition: stroke-dasharray 0.96s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    stroke-dasharray: 462.365, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    transition: stroke-dasharray 0.97s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    stroke-dasharray: 467.232, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    transition: stroke-dasharray 0.98s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    stroke-dasharray: 472.099, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    transition: stroke-dasharray 0.99s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    stroke-dasharray: 476.966, 486.7;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    transition: stroke-dasharray 1s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    stroke-dasharray: 481.833, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val02 {
    transition: stroke-dasharray 1s linear;
    stroke-dasharray: 345.4, 345.4;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim.msie .val01 {
    stroke-dasharray: 0, 486.7;
  }
  *::-ms-backdrop,
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim.msie .val02 {
    stroke-dasharray: 0, 345.4;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="2"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="3"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="4"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="5"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="6"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="7"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="8"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="9"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="10"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="11"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="12"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="13"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="14"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="15"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="16"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="17"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="18"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="19"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="20"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="21"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="22"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="23"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="24"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="25"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="26"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="27"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="28"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="29"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="30"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="31"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="32"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="33"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="34"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="35"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="36"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="37"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="38"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="39"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="40"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="41"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="42"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="43"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="44"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="45"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="46"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="47"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="48"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="49"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="50"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="51"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="52"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="53"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="54"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="55"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="56"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="57"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="58"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="59"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="60"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="61"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="62"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="63"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="64"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="65"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="66"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="67"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="68"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="69"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="70"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="71"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="72"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="73"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="74"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="75"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="76"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="77"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="78"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="79"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="80"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="81"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="82"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="83"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="84"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="85"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="86"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="87"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="88"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="89"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="90"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="91"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="92"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="93"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="94"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="95"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="96"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="97"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="98"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="99"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="100"] {
    stroke-dasharray: 0, 486.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val02 {
    stroke-dasharray: 0, 345.4;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph .type01 {
    stroke-width: 155px;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph .type02 {
    stroke-width: 110px;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph .val {
    height: 155px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph {
    grid-area: graph;
    margin: 26px 0 0 auto;
    width: 160px;
    height: 160px;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    transition: stroke-dasharray 0.01s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    transition: stroke-dasharray 0.02s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    stroke-dasharray: 2.512, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    transition: stroke-dasharray 0.03s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    stroke-dasharray: 5.024, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    transition: stroke-dasharray 0.04s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    stroke-dasharray: 7.536, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    transition: stroke-dasharray 0.05s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    stroke-dasharray: 10.048, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    transition: stroke-dasharray 0.06s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    stroke-dasharray: 12.56, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    transition: stroke-dasharray 0.07s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    stroke-dasharray: 15.072, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    transition: stroke-dasharray 0.08s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    stroke-dasharray: 17.584, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    transition: stroke-dasharray 0.09s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    stroke-dasharray: 20.096, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    transition: stroke-dasharray 0.1s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    stroke-dasharray: 22.608, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    transition: stroke-dasharray 0.11s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    stroke-dasharray: 25.12, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    transition: stroke-dasharray 0.12s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    stroke-dasharray: 27.632, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    transition: stroke-dasharray 0.13s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    stroke-dasharray: 30.144, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    transition: stroke-dasharray 0.14s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    stroke-dasharray: 32.656, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    transition: stroke-dasharray 0.15s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    stroke-dasharray: 35.168, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    transition: stroke-dasharray 0.16s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    stroke-dasharray: 37.68, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    transition: stroke-dasharray 0.17s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    stroke-dasharray: 40.192, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    transition: stroke-dasharray 0.18s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    stroke-dasharray: 42.704, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    transition: stroke-dasharray 0.19s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    stroke-dasharray: 45.216, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    transition: stroke-dasharray 0.2s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    stroke-dasharray: 47.728, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    transition: stroke-dasharray 0.21s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    stroke-dasharray: 50.24, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    transition: stroke-dasharray 0.22s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    stroke-dasharray: 52.752, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    transition: stroke-dasharray 0.23s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    stroke-dasharray: 55.264, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    transition: stroke-dasharray 0.24s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    stroke-dasharray: 57.776, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    transition: stroke-dasharray 0.25s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    stroke-dasharray: 60.288, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    transition: stroke-dasharray 0.26s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    stroke-dasharray: 62.8, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    transition: stroke-dasharray 0.27s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    stroke-dasharray: 65.312, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    transition: stroke-dasharray 0.28s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    stroke-dasharray: 67.824, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    transition: stroke-dasharray 0.29s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    stroke-dasharray: 70.336, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    transition: stroke-dasharray 0.3s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    stroke-dasharray: 72.848, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    transition: stroke-dasharray 0.31s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    stroke-dasharray: 75.36, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    transition: stroke-dasharray 0.32s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    stroke-dasharray: 77.872, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    transition: stroke-dasharray 0.33s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    stroke-dasharray: 80.384, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    transition: stroke-dasharray 0.34s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    stroke-dasharray: 82.896, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    transition: stroke-dasharray 0.35s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    stroke-dasharray: 85.408, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    transition: stroke-dasharray 0.36s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    stroke-dasharray: 87.92, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    transition: stroke-dasharray 0.37s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    stroke-dasharray: 90.432, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    transition: stroke-dasharray 0.38s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    stroke-dasharray: 92.944, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    transition: stroke-dasharray 0.39s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    stroke-dasharray: 95.456, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    transition: stroke-dasharray 0.4s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    stroke-dasharray: 97.968, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    transition: stroke-dasharray 0.41s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    stroke-dasharray: 100.48, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    transition: stroke-dasharray 0.42s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    stroke-dasharray: 102.992, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    transition: stroke-dasharray 0.43s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    stroke-dasharray: 105.504, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    transition: stroke-dasharray 0.44s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    stroke-dasharray: 108.016, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    transition: stroke-dasharray 0.45s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    stroke-dasharray: 110.528, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    transition: stroke-dasharray 0.46s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    stroke-dasharray: 113.04, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    transition: stroke-dasharray 0.47s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    stroke-dasharray: 115.552, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    transition: stroke-dasharray 0.48s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    stroke-dasharray: 118.064, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    transition: stroke-dasharray 0.49s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    stroke-dasharray: 120.576, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    transition: stroke-dasharray 0.5s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    stroke-dasharray: 123.088, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    transition: stroke-dasharray 0.51s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    stroke-dasharray: 125.6, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    transition: stroke-dasharray 0.52s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    stroke-dasharray: 128.112, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    transition: stroke-dasharray 0.53s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    stroke-dasharray: 130.624, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    transition: stroke-dasharray 0.54s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    stroke-dasharray: 133.136, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    transition: stroke-dasharray 0.55s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    stroke-dasharray: 135.648, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    transition: stroke-dasharray 0.56s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    stroke-dasharray: 138.16, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    transition: stroke-dasharray 0.57s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    stroke-dasharray: 140.672, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    transition: stroke-dasharray 0.58s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    stroke-dasharray: 143.184, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    transition: stroke-dasharray 0.59s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    stroke-dasharray: 145.696, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    transition: stroke-dasharray 0.6s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    stroke-dasharray: 148.208, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    transition: stroke-dasharray 0.61s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    stroke-dasharray: 150.72, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    transition: stroke-dasharray 0.62s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    stroke-dasharray: 153.232, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    transition: stroke-dasharray 0.63s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    stroke-dasharray: 155.744, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    transition: stroke-dasharray 0.64s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    stroke-dasharray: 158.256, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    transition: stroke-dasharray 0.65s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    stroke-dasharray: 160.768, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    transition: stroke-dasharray 0.66s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    stroke-dasharray: 163.28, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    transition: stroke-dasharray 0.67s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    stroke-dasharray: 165.792, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    transition: stroke-dasharray 0.68s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    stroke-dasharray: 168.304, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    transition: stroke-dasharray 0.69s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    stroke-dasharray: 170.816, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    transition: stroke-dasharray 0.7s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    stroke-dasharray: 173.328, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    transition: stroke-dasharray 0.71s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    stroke-dasharray: 175.84, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    transition: stroke-dasharray 0.72s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    stroke-dasharray: 178.352, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    transition: stroke-dasharray 0.73s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    stroke-dasharray: 180.864, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    transition: stroke-dasharray 0.74s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    stroke-dasharray: 183.376, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    transition: stroke-dasharray 0.75s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    stroke-dasharray: 185.888, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    transition: stroke-dasharray 0.76s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    stroke-dasharray: 188.4, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    transition: stroke-dasharray 0.77s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    stroke-dasharray: 190.912, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    transition: stroke-dasharray 0.78s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    stroke-dasharray: 193.424, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    transition: stroke-dasharray 0.79s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    stroke-dasharray: 195.936, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    transition: stroke-dasharray 0.8s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    stroke-dasharray: 198.448, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    transition: stroke-dasharray 0.81s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    stroke-dasharray: 200.96, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    transition: stroke-dasharray 0.82s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    stroke-dasharray: 203.472, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    transition: stroke-dasharray 0.83s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    stroke-dasharray: 205.984, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    transition: stroke-dasharray 0.84s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    stroke-dasharray: 208.496, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    transition: stroke-dasharray 0.85s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    stroke-dasharray: 211.008, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    transition: stroke-dasharray 0.86s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    stroke-dasharray: 213.52, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    transition: stroke-dasharray 0.87s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    stroke-dasharray: 216.032, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    transition: stroke-dasharray 0.88s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    stroke-dasharray: 218.544, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    transition: stroke-dasharray 0.89s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    stroke-dasharray: 221.056, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    transition: stroke-dasharray 0.9s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    stroke-dasharray: 223.568, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    transition: stroke-dasharray 0.91s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    stroke-dasharray: 226.08, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    transition: stroke-dasharray 0.92s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    stroke-dasharray: 228.592, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    transition: stroke-dasharray 0.93s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    stroke-dasharray: 231.104, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    transition: stroke-dasharray 0.94s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    stroke-dasharray: 233.616, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    transition: stroke-dasharray 0.95s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    stroke-dasharray: 236.128, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    transition: stroke-dasharray 0.96s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    stroke-dasharray: 238.64, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    transition: stroke-dasharray 0.97s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    stroke-dasharray: 241.152, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    transition: stroke-dasharray 0.98s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    stroke-dasharray: 243.664, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    transition: stroke-dasharray 0.99s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    stroke-dasharray: 246.176, 251.2;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    transition: stroke-dasharray 1s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    stroke-dasharray: 248.688, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_anim .val02 {
    transition: stroke-dasharray 1s linear;
    stroke-dasharray: 172.7, 172.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="2"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="3"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="4"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="5"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="6"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="7"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="8"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="9"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="10"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="11"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="12"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="13"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="14"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="15"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="16"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="17"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="18"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="19"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="20"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="21"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="22"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="23"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="24"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="25"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="26"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="27"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="28"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="29"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="30"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="31"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="32"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="33"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="34"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="35"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="36"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="37"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="38"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="39"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="40"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="41"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="42"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="43"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="44"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="45"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="46"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="47"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="48"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="49"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="50"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="51"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="52"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="53"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="54"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="55"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="56"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="57"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="58"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="59"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="60"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="61"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="62"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="63"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="64"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="65"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="66"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="67"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="68"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="69"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="70"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="71"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="72"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="73"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="74"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="75"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="76"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="77"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="78"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="79"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="80"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="81"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="82"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="83"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="84"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="85"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="86"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="87"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="88"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="89"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="90"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="91"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="92"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="93"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="94"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="95"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="96"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="97"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="98"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="99"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val01[data-graph-val="100"] {
    stroke-dasharray: 0, 251.2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph.js_anim.is_reset .val02 {
    stroke-dasharray: 0, 172.7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph .type01 {
    stroke-width: 80px;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph .type02 {
    stroke-width: 55px;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph .val {
    height: 80px;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result {
  margin: 0;
  position: relative;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result .val {
  display: inline-block;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result .primary {
  font-weight: 700;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result .primary::after {
  display: block;
  border-left: 1px solid #1A2229;
  content: "";
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result .primary .val {
  display: inline-block;
  font-family: Inter, sans-serif;
  vertical-align: -2px;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result .primary .val .unit {
  display: inline-block;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result.color01 .val {
  color: #83d059;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result.color01 .primary .val {
  color: #83d059;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result.color01 > li:nth-of-type(4) .val,
#document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result.color01 > li:nth-of-type(5) .val {
  color: rgba(131, 208, 89, 0.6);
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result.color02 .val {
  color: #ffa74e;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result.color02 .primary .val {
  color: #ffa74e;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result.color02 > li:nth-of-type(4) .val,
#document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result.color02 > li:nth-of-type(5) .val {
  color: rgba(255, 167, 78, 0.6);
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result {
    font-size: 1rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result .val {
    margin-top: -3px;
    font-size: 1.5rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result .val .unit {
    font-size: 0.875rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result .primary {
    margin: 44px 0 15px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result .primary::after {
    margin: 6px auto 0 10px;
    height: 30px;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result .primary .val {
    margin-left: 5px;
    font-size: 2.25rem;
    vertical-align: -6px;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result .primary .unit {
    margin-left: 3px;
    font-size: 1.25rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result > li:nth-of-type(4),
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result > li:nth-of-type(5) {
    position: absolute;
    left: 585px;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result > li:nth-of-type(4) .val,
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result > li:nth-of-type(5) .val {
    margin-top: 0;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result > li:nth-of-type(3) {
    margin-top: 8px;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result > li:nth-of-type(4) {
    top: 64px;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result > li:nth-of-type(5) {
    top: 154px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result {
    grid-area: result;
    font-size: 0.6875rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result .val {
    margin-top: -3px;
    font-size: 1.25rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result .val .unit {
    font-size: 0.625rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result .primary {
    margin: 0 0 9px;
    font-size: 1rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result .primary::after {
    margin: -5px auto 0 8px;
    height: 20px;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result .primary .val {
    margin: -4px 0 0 5px;
    font-size: 1.875rem;
    vertical-align: -5px;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result .primary .val .unit {
    margin-left: 3px;
    font-size: 0.875rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result > li:nth-of-type(3) {
    margin-top: 4px;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result > li:nth-of-type(4) {
    margin-top: 15px;
    font-size: 0.625rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result > li:nth-of-type(4) .val {
    margin-top: -2px;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result > li:nth-of-type(5) {
    position: absolute;
    bottom: 0;
    left: 145px;
    width: 170px;
    font-size: 0.625rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result > li:nth-of-type(5) .val {
    margin-top: -2px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .note {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .note {
    grid-area: note;
    margin: 16px 0 0;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxA + .note {
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA + .note {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA + .note {
    grid-area: note;
    margin: 16px 0 0;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .columnBox {
    display: flex;
    gap: 0 100px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .columnBox:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .columnBox:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .columnBox .column {
    flex-shrink: 0;
    flex-basis: 450px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .columnBox .column {
    margin: 0 auto;
    width: 315px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .columnBox .column:not(:last-child) {
    margin-bottom: 40px;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .columnBox:has(.graphBoxC) .column:not(:last-child) {
  margin-bottom: 30px;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .textHeading {
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .textHeading {
    margin: 0 0 35px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .textHeading {
    margin: 0 0 32px;
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap {
    display: grid;
    grid-template-columns: 1fr 112px 132px 1fr;
    grid-template-rows: min-content min-content;
    grid-template-areas: ". graph result ." ". note note .";
    gap: 0 20px;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .m_graph {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .result {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .graph {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .result {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .graph {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .result {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .graph {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .result {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .graph {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .result {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .graph {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .result {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .m_barGraph02 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .m_graph {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .result {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graph {
    grid-area: graph;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result .val {
  display: inline-block;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result.color01 .val {
  color: rgba(131, 208, 89, 0.6);
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result.color01 .primary .val {
  color: #83d059;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result.color02 .val {
  color: rgba(255, 167, 78, 0.6);
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result.color02 .primary .val {
  color: #ffa74e;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result {
    position: absolute;
    z-index: 1;
    inset: 0;
    margin: auto;
    display: grid;
    grid-template-columns: 330px 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: 'item01 item02'
 'item01 item03';
    justify-content: space-between;
    align-items: center;
    gap: 9px 0;
    font-size: 0.9375rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result .val {
    margin-top: -3px;
    font-size: 1.5rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result .val .unit {
    font-size: 0.875rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result > li {
    white-space: nowrap;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result .primary {
    grid-area: item01;
    font-size: 1.25rem;
    font-weight: 700;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result .primary .val {
    margin-top: -5px;
    font-size: 2.25rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result .primary .val .unit {
    font-size: 1.25rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result > li:nth-of-type(2) {
    grid-area: item02;
    margin-top: auto;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result > li:nth-of-type(3) {
    grid-area: item03;
    margin-bottom: auto;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result > .primary {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result > li:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result > li:nth-of-type(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

@media (min-width: 768px){
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .result .primary {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .result > li:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .result > li:nth-of-type(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result .primary {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result > .primary {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result > li:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result > li:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result > li:nth-of-type(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result > li:nth-of-type(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result {
    grid-area: result;
    margin: -8px 0 0;
    font-size: 0.75rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result .val {
    margin-top: -3px;
    font-size: 1.25rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result .val .unit {
    font-size: 0.625rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result .primary {
    margin: 0 0 21px -132px;
    font-weight: 700;
    text-align: center;
    font-size: 0.8125rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result .primary .val {
    font-size: 1.875rem;
    margin: 0 0 0 8px;
    vertical-align: -4px;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result .primary .val .unit {
    font-size: 0.875rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result > li:nth-of-type(2) {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .note {
    margin-top: 26.5px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .note {
    grid-area: note;
    margin-top: 12px;
  }
}

@media (min-width: 768px){
  .m_message .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 2;
  }
  .m_message .mark {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .m_message .text01 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-wokingwoman .a_content .m_message .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 2;
  }
  .m_message[class*="_flipped"] > .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 3;
  }
  #document.report-wokingwoman .a_content .m_message .mark {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .m_message[class*="_flipped"] > .mark {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #document.report-wokingwoman .a_content .m_message .text01 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .m_message[class*="_flipped"] > .text01 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .text {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .m_message[class*="_flipped"] > .text {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy .a_content .section04 .content01::before {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 2;
  }
  .m_message[class*="_flipped"] > .content01::before {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section04 .content01 > .heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #document.report-healthliteracy .a_content .section04 .content01 .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 2;
  }
  .m_message[class*="_flipped"] > .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section04 .content01 .text {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .m_message[class*="_flipped"] > .text {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy .a_content .section04 .content01 > .textHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

@media screen and (max-width: 767px){
  #document.report-wokingwoman .a_content .m_message > .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 2;
  }
  #document.report-wokingwoman .a_content .m_message[class*="_flipped"] > .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 3;
  }
  #document.report-wokingwoman .a_content .m_message > .mark {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  #document.report-wokingwoman .a_content .m_message[class*="_flipped"] > .mark {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #document.report-wokingwoman .a_content .m_message > .text01 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-wokingwoman .a_content .m_message[class*="_flipped"] > .text01 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .m_graph {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .result {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy .a_content .section01 .content01 .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .graph {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .result {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox .graph {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .result {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .graph {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section02 .content01 .result {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .questionHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .graph {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .result {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section03 .content01 .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-wokingwoman .a_content .m_message > .text {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-wokingwoman .a_content .m_message[class*="_flipped"] > .text {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .graph {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .graph {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox .result {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .result {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox + .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-wokingwoman .a_content .m_message > .content01::before {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 2;
  }
  #document.report-wokingwoman .a_content .m_message[class*="_flipped"] > .content01::before {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section04 .content01 > .heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-wokingwoman .a_content .m_message > .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 2;
  }
  #document.report-wokingwoman .a_content .m_message[class*="_flipped"] > .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 3;
  }
  #document.report-wokingwoman .a_content .m_message > .text {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-wokingwoman .a_content .m_message[class*="_flipped"] > .text {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy .a_content .section04 .content01 .m_barGraph02 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .m_barGraph02 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .m_barGraph02 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .m_barGraph02 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .m_barGraph02 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .m_barGraph02 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .textHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .textHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .textHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .textHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .textHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .textHeading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .m_graph {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .m_graph {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .m_graph {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .m_graph {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .m_graph {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .m_graph {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .m_graph {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .result {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .result {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .result {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA + .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graph {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .graph {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .graph {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .graph {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .graph {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .result {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .result {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .result {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .result {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .result {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy .a_content .section01 .content02 .column01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section01 .content03 .questionBox > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #document.report-healthliteracy .a_content .section02 .content01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .content01 > .note {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy .a_content .section03 .caseBox > .box .innerBox > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxA > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .graphWrap > .note {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph {
    margin: 40px auto 0;
    width: 234px;
    height: 234px;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    transition: stroke-dasharray 0.01s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    transition: stroke-dasharray 0.02s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    stroke-dasharray: 3.6738, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    transition: stroke-dasharray 0.03s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    stroke-dasharray: 7.3476, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    transition: stroke-dasharray 0.04s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    stroke-dasharray: 11.0214, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    transition: stroke-dasharray 0.05s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    stroke-dasharray: 14.6952, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    transition: stroke-dasharray 0.06s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    stroke-dasharray: 18.369, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    transition: stroke-dasharray 0.07s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    stroke-dasharray: 22.0428, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    transition: stroke-dasharray 0.08s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    stroke-dasharray: 25.7166, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    transition: stroke-dasharray 0.09s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    stroke-dasharray: 29.3904, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    transition: stroke-dasharray 0.1s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    stroke-dasharray: 33.0642, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    transition: stroke-dasharray 0.11s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    stroke-dasharray: 36.738, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    transition: stroke-dasharray 0.12s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    stroke-dasharray: 40.4118, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    transition: stroke-dasharray 0.13s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    stroke-dasharray: 44.0856, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    transition: stroke-dasharray 0.14s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    stroke-dasharray: 47.7594, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    transition: stroke-dasharray 0.15s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    stroke-dasharray: 51.4332, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    transition: stroke-dasharray 0.16s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    stroke-dasharray: 55.107, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    transition: stroke-dasharray 0.17s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    stroke-dasharray: 58.7808, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    transition: stroke-dasharray 0.18s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    stroke-dasharray: 62.4546, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    transition: stroke-dasharray 0.19s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    stroke-dasharray: 66.1284, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    transition: stroke-dasharray 0.2s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    stroke-dasharray: 69.8022, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    transition: stroke-dasharray 0.21s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    stroke-dasharray: 73.476, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    transition: stroke-dasharray 0.22s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    stroke-dasharray: 77.1498, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    transition: stroke-dasharray 0.23s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    stroke-dasharray: 80.8236, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    transition: stroke-dasharray 0.24s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    stroke-dasharray: 84.4974, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    transition: stroke-dasharray 0.25s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    stroke-dasharray: 88.1712, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    transition: stroke-dasharray 0.26s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    stroke-dasharray: 91.845, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    transition: stroke-dasharray 0.27s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    stroke-dasharray: 95.5188, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    transition: stroke-dasharray 0.28s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    stroke-dasharray: 99.1926, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    transition: stroke-dasharray 0.29s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    stroke-dasharray: 102.8664, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    transition: stroke-dasharray 0.3s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    stroke-dasharray: 106.5402, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    transition: stroke-dasharray 0.31s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    stroke-dasharray: 110.214, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    transition: stroke-dasharray 0.32s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    stroke-dasharray: 113.8878, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    transition: stroke-dasharray 0.33s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    stroke-dasharray: 117.5616, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    transition: stroke-dasharray 0.34s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    stroke-dasharray: 121.2354, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    transition: stroke-dasharray 0.35s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    stroke-dasharray: 124.9092, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    transition: stroke-dasharray 0.36s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    stroke-dasharray: 128.583, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    transition: stroke-dasharray 0.37s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    stroke-dasharray: 132.2568, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    transition: stroke-dasharray 0.38s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    stroke-dasharray: 135.9306, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    transition: stroke-dasharray 0.39s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    stroke-dasharray: 139.6044, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    transition: stroke-dasharray 0.4s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    stroke-dasharray: 143.2782, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    transition: stroke-dasharray 0.41s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    stroke-dasharray: 146.952, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    transition: stroke-dasharray 0.42s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    stroke-dasharray: 150.6258, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    transition: stroke-dasharray 0.43s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    stroke-dasharray: 154.2996, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    transition: stroke-dasharray 0.44s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    stroke-dasharray: 157.9734, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    transition: stroke-dasharray 0.45s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    stroke-dasharray: 161.6472, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    transition: stroke-dasharray 0.46s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    stroke-dasharray: 165.321, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    transition: stroke-dasharray 0.47s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    stroke-dasharray: 168.9948, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    transition: stroke-dasharray 0.48s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    stroke-dasharray: 172.6686, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    transition: stroke-dasharray 0.49s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    stroke-dasharray: 176.3424, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    transition: stroke-dasharray 0.5s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    stroke-dasharray: 180.0162, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    transition: stroke-dasharray 0.51s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    stroke-dasharray: 183.69, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    transition: stroke-dasharray 0.52s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    stroke-dasharray: 187.3638, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    transition: stroke-dasharray 0.53s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    stroke-dasharray: 191.0376, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    transition: stroke-dasharray 0.54s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    stroke-dasharray: 194.7114, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    transition: stroke-dasharray 0.55s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    stroke-dasharray: 198.3852, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    transition: stroke-dasharray 0.56s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    stroke-dasharray: 202.059, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    transition: stroke-dasharray 0.57s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    stroke-dasharray: 205.7328, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    transition: stroke-dasharray 0.58s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    stroke-dasharray: 209.4066, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    transition: stroke-dasharray 0.59s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    stroke-dasharray: 213.0804, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    transition: stroke-dasharray 0.6s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    stroke-dasharray: 216.7542, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    transition: stroke-dasharray 0.61s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    stroke-dasharray: 220.428, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    transition: stroke-dasharray 0.62s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    stroke-dasharray: 224.1018, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    transition: stroke-dasharray 0.63s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    stroke-dasharray: 227.7756, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    transition: stroke-dasharray 0.64s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    stroke-dasharray: 231.4494, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    transition: stroke-dasharray 0.65s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    stroke-dasharray: 235.1232, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    transition: stroke-dasharray 0.66s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    stroke-dasharray: 238.797, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    transition: stroke-dasharray 0.67s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    stroke-dasharray: 242.4708, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    transition: stroke-dasharray 0.68s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    stroke-dasharray: 246.1446, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    transition: stroke-dasharray 0.69s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    stroke-dasharray: 249.8184, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    transition: stroke-dasharray 0.7s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    stroke-dasharray: 253.4922, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    transition: stroke-dasharray 0.71s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    stroke-dasharray: 257.166, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    transition: stroke-dasharray 0.72s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    stroke-dasharray: 260.8398, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    transition: stroke-dasharray 0.73s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    stroke-dasharray: 264.5136, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    transition: stroke-dasharray 0.74s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    stroke-dasharray: 268.1874, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    transition: stroke-dasharray 0.75s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    stroke-dasharray: 271.8612, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    transition: stroke-dasharray 0.76s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    stroke-dasharray: 275.535, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    transition: stroke-dasharray 0.77s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    stroke-dasharray: 279.2088, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    transition: stroke-dasharray 0.78s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    stroke-dasharray: 282.8826, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    transition: stroke-dasharray 0.79s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    stroke-dasharray: 286.5564, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    transition: stroke-dasharray 0.8s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    stroke-dasharray: 290.2302, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    transition: stroke-dasharray 0.81s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    stroke-dasharray: 293.904, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    transition: stroke-dasharray 0.82s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    stroke-dasharray: 297.5778, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    transition: stroke-dasharray 0.83s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    stroke-dasharray: 301.2516, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    transition: stroke-dasharray 0.84s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    stroke-dasharray: 304.9254, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    transition: stroke-dasharray 0.85s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    stroke-dasharray: 308.5992, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    transition: stroke-dasharray 0.86s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    stroke-dasharray: 312.273, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    transition: stroke-dasharray 0.87s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    stroke-dasharray: 315.9468, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    transition: stroke-dasharray 0.88s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    stroke-dasharray: 319.6206, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    transition: stroke-dasharray 0.89s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    stroke-dasharray: 323.2944, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    transition: stroke-dasharray 0.9s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    stroke-dasharray: 326.9682, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    transition: stroke-dasharray 0.91s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    stroke-dasharray: 330.642, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    transition: stroke-dasharray 0.92s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    stroke-dasharray: 334.3158, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    transition: stroke-dasharray 0.93s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    stroke-dasharray: 337.9896, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    transition: stroke-dasharray 0.94s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    stroke-dasharray: 341.6634, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    transition: stroke-dasharray 0.95s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    stroke-dasharray: 345.3372, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    transition: stroke-dasharray 0.96s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    stroke-dasharray: 349.011, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    transition: stroke-dasharray 0.97s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    stroke-dasharray: 352.6848, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    transition: stroke-dasharray 0.98s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    stroke-dasharray: 356.3586, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    transition: stroke-dasharray 0.99s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    stroke-dasharray: 360.0324, 367.38;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    transition: stroke-dasharray 1s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    stroke-dasharray: 363.7062, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val02 {
    transition: stroke-dasharray 1s linear;
    stroke-dasharray: 260.62, 260.62;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim.msie .val01 {
    stroke-dasharray: 0, 367.38;
  }
  *::-ms-backdrop,
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim.msie .val02 {
    stroke-dasharray: 0, 260.62;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="2"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="3"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="4"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="5"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="6"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="7"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="8"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="9"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="10"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="11"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="12"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="13"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="14"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="15"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="16"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="17"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="18"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="19"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="20"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="21"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="22"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="23"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="24"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="25"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="26"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="27"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="28"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="29"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="30"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="31"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="32"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="33"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="34"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="35"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="36"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="37"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="38"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="39"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="40"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="41"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="42"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="43"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="44"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="45"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="46"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="47"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="48"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="49"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="50"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="51"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="52"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="53"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="54"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="55"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="56"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="57"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="58"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="59"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="60"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="61"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="62"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="63"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="64"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="65"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="66"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="67"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="68"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="69"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="70"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="71"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="72"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="73"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="74"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="75"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="76"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="77"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="78"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="79"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="80"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="81"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="82"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="83"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="84"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="85"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="86"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="87"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="88"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="89"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="90"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="91"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="92"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="93"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="94"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="95"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="96"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="97"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="98"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="99"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="100"] {
    stroke-dasharray: 0, 367.38;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val02 {
    stroke-dasharray: 0, 260.62;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph .type01 {
    stroke-width: 117px;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph .type02 {
    stroke-width: 83px;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph .val {
    height: 117px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph {
    width: 130px;
    height: 130px;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    transition: stroke-dasharray 0.01s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    transition: stroke-dasharray 0.02s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="2"] {
    stroke-dasharray: 2.041, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    transition: stroke-dasharray 0.03s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="3"] {
    stroke-dasharray: 4.082, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    transition: stroke-dasharray 0.04s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="4"] {
    stroke-dasharray: 6.123, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    transition: stroke-dasharray 0.05s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="5"] {
    stroke-dasharray: 8.164, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    transition: stroke-dasharray 0.06s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="6"] {
    stroke-dasharray: 10.205, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    transition: stroke-dasharray 0.07s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="7"] {
    stroke-dasharray: 12.246, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    transition: stroke-dasharray 0.08s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="8"] {
    stroke-dasharray: 14.287, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    transition: stroke-dasharray 0.09s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="9"] {
    stroke-dasharray: 16.328, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    transition: stroke-dasharray 0.1s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="10"] {
    stroke-dasharray: 18.369, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    transition: stroke-dasharray 0.11s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="11"] {
    stroke-dasharray: 20.41, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    transition: stroke-dasharray 0.12s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="12"] {
    stroke-dasharray: 22.451, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    transition: stroke-dasharray 0.13s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="13"] {
    stroke-dasharray: 24.492, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    transition: stroke-dasharray 0.14s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="14"] {
    stroke-dasharray: 26.533, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    transition: stroke-dasharray 0.15s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="15"] {
    stroke-dasharray: 28.574, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    transition: stroke-dasharray 0.16s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="16"] {
    stroke-dasharray: 30.615, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    transition: stroke-dasharray 0.17s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="17"] {
    stroke-dasharray: 32.656, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    transition: stroke-dasharray 0.18s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="18"] {
    stroke-dasharray: 34.697, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    transition: stroke-dasharray 0.19s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="19"] {
    stroke-dasharray: 36.738, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    transition: stroke-dasharray 0.2s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="20"] {
    stroke-dasharray: 38.779, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    transition: stroke-dasharray 0.21s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="21"] {
    stroke-dasharray: 40.82, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    transition: stroke-dasharray 0.22s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="22"] {
    stroke-dasharray: 42.861, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    transition: stroke-dasharray 0.23s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="23"] {
    stroke-dasharray: 44.902, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    transition: stroke-dasharray 0.24s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="24"] {
    stroke-dasharray: 46.943, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    transition: stroke-dasharray 0.25s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="25"] {
    stroke-dasharray: 48.984, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    transition: stroke-dasharray 0.26s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="26"] {
    stroke-dasharray: 51.025, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    transition: stroke-dasharray 0.27s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="27"] {
    stroke-dasharray: 53.066, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    transition: stroke-dasharray 0.28s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="28"] {
    stroke-dasharray: 55.107, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    transition: stroke-dasharray 0.29s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="29"] {
    stroke-dasharray: 57.148, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    transition: stroke-dasharray 0.3s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="30"] {
    stroke-dasharray: 59.189, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    transition: stroke-dasharray 0.31s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="31"] {
    stroke-dasharray: 61.23, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    transition: stroke-dasharray 0.32s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="32"] {
    stroke-dasharray: 63.271, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    transition: stroke-dasharray 0.33s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="33"] {
    stroke-dasharray: 65.312, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    transition: stroke-dasharray 0.34s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="34"] {
    stroke-dasharray: 67.353, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    transition: stroke-dasharray 0.35s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="35"] {
    stroke-dasharray: 69.394, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    transition: stroke-dasharray 0.36s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="36"] {
    stroke-dasharray: 71.435, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    transition: stroke-dasharray 0.37s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="37"] {
    stroke-dasharray: 73.476, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    transition: stroke-dasharray 0.38s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="38"] {
    stroke-dasharray: 75.517, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    transition: stroke-dasharray 0.39s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="39"] {
    stroke-dasharray: 77.558, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    transition: stroke-dasharray 0.4s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="40"] {
    stroke-dasharray: 79.599, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    transition: stroke-dasharray 0.41s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="41"] {
    stroke-dasharray: 81.64, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    transition: stroke-dasharray 0.42s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="42"] {
    stroke-dasharray: 83.681, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    transition: stroke-dasharray 0.43s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="43"] {
    stroke-dasharray: 85.722, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    transition: stroke-dasharray 0.44s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="44"] {
    stroke-dasharray: 87.763, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    transition: stroke-dasharray 0.45s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="45"] {
    stroke-dasharray: 89.804, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    transition: stroke-dasharray 0.46s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="46"] {
    stroke-dasharray: 91.845, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    transition: stroke-dasharray 0.47s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="47"] {
    stroke-dasharray: 93.886, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    transition: stroke-dasharray 0.48s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="48"] {
    stroke-dasharray: 95.927, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    transition: stroke-dasharray 0.49s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="49"] {
    stroke-dasharray: 97.968, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    transition: stroke-dasharray 0.5s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="50"] {
    stroke-dasharray: 100.009, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    transition: stroke-dasharray 0.51s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="51"] {
    stroke-dasharray: 102.05, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    transition: stroke-dasharray 0.52s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="52"] {
    stroke-dasharray: 104.091, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    transition: stroke-dasharray 0.53s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="53"] {
    stroke-dasharray: 106.132, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    transition: stroke-dasharray 0.54s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="54"] {
    stroke-dasharray: 108.173, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    transition: stroke-dasharray 0.55s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="55"] {
    stroke-dasharray: 110.214, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    transition: stroke-dasharray 0.56s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="56"] {
    stroke-dasharray: 112.255, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    transition: stroke-dasharray 0.57s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="57"] {
    stroke-dasharray: 114.296, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    transition: stroke-dasharray 0.58s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="58"] {
    stroke-dasharray: 116.337, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    transition: stroke-dasharray 0.59s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="59"] {
    stroke-dasharray: 118.378, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    transition: stroke-dasharray 0.6s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="60"] {
    stroke-dasharray: 120.419, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    transition: stroke-dasharray 0.61s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="61"] {
    stroke-dasharray: 122.46, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    transition: stroke-dasharray 0.62s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="62"] {
    stroke-dasharray: 124.501, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    transition: stroke-dasharray 0.63s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="63"] {
    stroke-dasharray: 126.542, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    transition: stroke-dasharray 0.64s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="64"] {
    stroke-dasharray: 128.583, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    transition: stroke-dasharray 0.65s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="65"] {
    stroke-dasharray: 130.624, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    transition: stroke-dasharray 0.66s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="66"] {
    stroke-dasharray: 132.665, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    transition: stroke-dasharray 0.67s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="67"] {
    stroke-dasharray: 134.706, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    transition: stroke-dasharray 0.68s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="68"] {
    stroke-dasharray: 136.747, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    transition: stroke-dasharray 0.69s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="69"] {
    stroke-dasharray: 138.788, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    transition: stroke-dasharray 0.7s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="70"] {
    stroke-dasharray: 140.829, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    transition: stroke-dasharray 0.71s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="71"] {
    stroke-dasharray: 142.87, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    transition: stroke-dasharray 0.72s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="72"] {
    stroke-dasharray: 144.911, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    transition: stroke-dasharray 0.73s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="73"] {
    stroke-dasharray: 146.952, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    transition: stroke-dasharray 0.74s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="74"] {
    stroke-dasharray: 148.993, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    transition: stroke-dasharray 0.75s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="75"] {
    stroke-dasharray: 151.034, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    transition: stroke-dasharray 0.76s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="76"] {
    stroke-dasharray: 153.075, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    transition: stroke-dasharray 0.77s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="77"] {
    stroke-dasharray: 155.116, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    transition: stroke-dasharray 0.78s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="78"] {
    stroke-dasharray: 157.157, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    transition: stroke-dasharray 0.79s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="79"] {
    stroke-dasharray: 159.198, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    transition: stroke-dasharray 0.8s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="80"] {
    stroke-dasharray: 161.239, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    transition: stroke-dasharray 0.81s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="81"] {
    stroke-dasharray: 163.28, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    transition: stroke-dasharray 0.82s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="82"] {
    stroke-dasharray: 165.321, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    transition: stroke-dasharray 0.83s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="83"] {
    stroke-dasharray: 167.362, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    transition: stroke-dasharray 0.84s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="84"] {
    stroke-dasharray: 169.403, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    transition: stroke-dasharray 0.85s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="85"] {
    stroke-dasharray: 171.444, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    transition: stroke-dasharray 0.86s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="86"] {
    stroke-dasharray: 173.485, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    transition: stroke-dasharray 0.87s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="87"] {
    stroke-dasharray: 175.526, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    transition: stroke-dasharray 0.88s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="88"] {
    stroke-dasharray: 177.567, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    transition: stroke-dasharray 0.89s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="89"] {
    stroke-dasharray: 179.608, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    transition: stroke-dasharray 0.9s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="90"] {
    stroke-dasharray: 181.649, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    transition: stroke-dasharray 0.91s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="91"] {
    stroke-dasharray: 183.69, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    transition: stroke-dasharray 0.92s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="92"] {
    stroke-dasharray: 185.731, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    transition: stroke-dasharray 0.93s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="93"] {
    stroke-dasharray: 187.772, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    transition: stroke-dasharray 0.94s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="94"] {
    stroke-dasharray: 189.813, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    transition: stroke-dasharray 0.95s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="95"] {
    stroke-dasharray: 191.854, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    transition: stroke-dasharray 0.96s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="96"] {
    stroke-dasharray: 193.895, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    transition: stroke-dasharray 0.97s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="97"] {
    stroke-dasharray: 195.936, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    transition: stroke-dasharray 0.98s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="98"] {
    stroke-dasharray: 197.977, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    transition: stroke-dasharray 0.99s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="99"] {
    stroke-dasharray: 200.018, 204.1;
  }
  .js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    transition: stroke-dasharray 1s linear;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val01[data-graph-val="100"] {
    stroke-dasharray: 202.059, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_anim .val02 {
    transition: stroke-dasharray 1s linear;
    stroke-dasharray: 147.58, 147.58;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="1"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="2"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="3"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="4"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="5"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="6"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="7"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="8"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="9"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="10"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="11"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="12"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="13"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="14"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="15"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="16"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="17"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="18"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="19"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="20"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="21"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="22"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="23"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="24"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="25"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="26"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="27"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="28"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="29"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="30"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="31"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="32"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="33"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="34"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="35"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="36"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="37"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="38"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="39"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="40"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="41"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="42"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="43"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="44"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="45"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="46"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="47"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="48"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="49"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="50"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="51"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="52"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="53"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="54"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="55"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="56"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="57"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="58"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="59"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="60"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="61"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="62"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="63"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="64"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="65"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="66"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="67"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="68"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="69"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="70"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="71"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="72"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="73"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="74"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="75"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="76"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="77"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="78"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="79"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="80"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="81"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="82"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="83"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="84"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="85"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="86"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="87"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="88"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="89"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="90"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="91"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="92"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="93"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="94"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="95"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="96"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="97"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="98"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="99"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val01[data-graph-val="100"] {
    stroke-dasharray: 0, 204.1;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph.js_anim.is_reset .val02 {
    stroke-dasharray: 0, 147.58;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph .type01 {
    stroke-width: 65px;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph .type02 {
    stroke-width: 47px;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph .val {
    height: 65px;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxB .m_graph .line::before {
    width: 30px;
    height: 30px;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC {
    width: 315px;
    margin: 0 auto;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .result {
  display: flex;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .result .important {
  font-weight: bold;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .result .val {
  display: block;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .result.color01 > li:nth-of-type(1) .val {
  color: #83d059;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .result.color01 > li:nth-of-type(2) .val {
  color: #abb7c1;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .result.color02 > li:nth-of-type(1) .val {
  color: #ffa74e;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .result.color02 > li:nth-of-type(2) .val {
  color: #abb7c1;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .result {
    margin: 0;
    font-size: 0.9375rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .result > li:nth-of-type(1) .val {
    margin-top: -4px;
    font-size: 2.25rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .result > li:nth-of-type(1) .val .unit {
    font-size: 1.25rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .result > li:nth-of-type(2) {
    margin-left: 20px;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .result > li:nth-of-type(2) .val {
    margin-top: 7px;
    font-size: 1.5rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .result > li:nth-of-type(2) .val .unit {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .result {
    margin: 0 0 5px;
    width: 267px;
    font-size: 0.75rem;
    line-height: 1.25;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .result > li:nth-of-type(1) .val {
    margin-top: 2px;
    font-size: 1.875rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .result > li:nth-of-type(1) .val .unit {
    margin-left: 3px;
    font-size: 0.875rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .result > li:nth-of-type(2) {
    margin-left: 27px;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .result > li:nth-of-type(2) .val {
    margin-top: 8px;
    font-size: 1.25rem;
  }
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .result > li:nth-of-type(2) .val .unit {
    font-size: 0.625rem;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph {
  overflow: hidden;
  position: relative;
  height: 20px;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph {
    margin-right: 10px;
    width: 310px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph {
    width: 267px;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 0 100px 100px 0;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph::before {
  background: #feca95;
  box-shadow: 0px 0px 0px 2px #ffffff;
  z-index: 1;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph.color01::before {
  background: #83d059;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph.color02::before {
  background: #ffa74e;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="1"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="1"]::before {
  width: 1%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="2"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="2"]::before {
  width: 2%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="3"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="3"]::before {
  width: 3%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="4"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="4"]::before {
  width: 4%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="5"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="5"]::before {
  width: 5%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="6"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="6"]::before {
  width: 6%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="7"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="7"]::before {
  width: 7%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="8"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="8"]::before {
  width: 8%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="9"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="9"]::before {
  width: 9%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="10"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="10"]::before {
  width: 10%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="11"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="11"]::before {
  width: 11%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="12"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="12"]::before {
  width: 12%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="13"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="13"]::before {
  width: 13%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="14"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="14"]::before {
  width: 14%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="15"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="15"]::before {
  width: 15%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="16"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="16"]::before {
  width: 16%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="17"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="17"]::before {
  width: 17%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="18"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="18"]::before {
  width: 18%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="19"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="19"]::before {
  width: 19%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="20"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="20"]::before {
  width: 20%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="21"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="21"]::before {
  width: 21%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="22"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="22"]::before {
  width: 22%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="23"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="23"]::before {
  width: 23%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="24"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="24"]::before {
  width: 24%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="25"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="25"]::before {
  width: 25%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="26"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="26"]::before {
  width: 26%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="27"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="27"]::before {
  width: 27%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="28"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="28"]::before {
  width: 28%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="29"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="29"]::before {
  width: 29%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="30"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="30"]::before {
  width: 30%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="31"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="31"]::before {
  width: 31%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="32"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="32"]::before {
  width: 32%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="33"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="33"]::before {
  width: 33%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="34"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="34"]::before {
  width: 34%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="35"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="35"]::before {
  width: 35%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="36"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="36"]::before {
  width: 36%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="37"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="37"]::before {
  width: 37%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="38"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="38"]::before {
  width: 38%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="39"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="39"]::before {
  width: 39%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="40"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="40"]::before {
  width: 40%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="41"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="41"]::before {
  width: 41%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="42"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="42"]::before {
  width: 42%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="43"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="43"]::before {
  width: 43%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="44"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="44"]::before {
  width: 44%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="45"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="45"]::before {
  width: 45%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="46"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="46"]::before {
  width: 46%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="47"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="47"]::before {
  width: 47%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="48"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="48"]::before {
  width: 48%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="49"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="49"]::before {
  width: 49%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="50"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="50"]::before {
  width: 50%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="51"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="51"]::before {
  width: 51%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="52"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="52"]::before {
  width: 52%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="53"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="53"]::before {
  width: 53%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="54"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="54"]::before {
  width: 54%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="55"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="55"]::before {
  width: 55%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="56"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="56"]::before {
  width: 56%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="57"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="57"]::before {
  width: 57%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="58"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="58"]::before {
  width: 58%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="59"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="59"]::before {
  width: 59%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="60"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="60"]::before {
  width: 60%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="61"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="61"]::before {
  width: 61%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="62"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="62"]::before {
  width: 62%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="63"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="63"]::before {
  width: 63%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="64"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="64"]::before {
  width: 64%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="65"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="65"]::before {
  width: 65%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="66"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="66"]::before {
  width: 66%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="67"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="67"]::before {
  width: 67%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="68"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="68"]::before {
  width: 68%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="69"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="69"]::before {
  width: 69%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="70"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="70"]::before {
  width: 70%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="71"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="71"]::before {
  width: 71%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="72"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="72"]::before {
  width: 72%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="73"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="73"]::before {
  width: 73%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="74"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="74"]::before {
  width: 74%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="75"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="75"]::before {
  width: 75%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="76"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="76"]::before {
  width: 76%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="77"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="77"]::before {
  width: 77%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="78"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="78"]::before {
  width: 78%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="79"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="79"]::before {
  width: 79%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="80"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="80"]::before {
  width: 80%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="81"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="81"]::before {
  width: 81%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="82"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="82"]::before {
  width: 82%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="83"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="83"]::before {
  width: 83%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="84"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="84"]::before {
  width: 84%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="85"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="85"]::before {
  width: 85%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="86"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="86"]::before {
  width: 86%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="87"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="87"]::before {
  width: 87%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="88"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="88"]::before {
  width: 88%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="89"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="89"]::before {
  width: 89%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="90"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="90"]::before {
  width: 90%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="91"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="91"]::before {
  width: 91%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="92"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="92"]::before {
  width: 92%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="93"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="93"]::before {
  width: 93%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="94"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="94"]::before {
  width: 94%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="95"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="95"]::before {
  width: 95%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="96"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="96"]::before {
  width: 96%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="97"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="97"]::before {
  width: 97%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="98"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="98"]::before {
  width: 98%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="99"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="99"]::before {
  width: 99%;
}

.js_run #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="100"]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph[data-graph-val="100"]::before {
  width: 100%;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .graph::after {
  background: #eceeef;
  width: 100%;
  z-index: 0;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .note {
    margin-top: 26px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC .note {
    margin-top: 18px;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .result {
  transition: opacity 0.8s ease;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="1"]::before {
  transition: width calc(1s * (1) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="2"]::before {
  transition: width calc(1s * (2) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="3"]::before {
  transition: width calc(1s * (3) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="4"]::before {
  transition: width calc(1s * (4) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="5"]::before {
  transition: width calc(1s * (5) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="6"]::before {
  transition: width calc(1s * (6) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="7"]::before {
  transition: width calc(1s * (7) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="8"]::before {
  transition: width calc(1s * (8) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="9"]::before {
  transition: width calc(1s * (9) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="10"]::before {
  transition: width calc(1s * (10) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="11"]::before {
  transition: width calc(1s * (11) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="12"]::before {
  transition: width calc(1s * (12) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="13"]::before {
  transition: width calc(1s * (13) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="14"]::before {
  transition: width calc(1s * (14) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="15"]::before {
  transition: width calc(1s * (15) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="16"]::before {
  transition: width calc(1s * (16) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="17"]::before {
  transition: width calc(1s * (17) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="18"]::before {
  transition: width calc(1s * (18) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="19"]::before {
  transition: width calc(1s * (19) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="20"]::before {
  transition: width calc(1s * (20) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="21"]::before {
  transition: width calc(1s * (21) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="22"]::before {
  transition: width calc(1s * (22) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="23"]::before {
  transition: width calc(1s * (23) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="24"]::before {
  transition: width calc(1s * (24) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="25"]::before {
  transition: width calc(1s * (25) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="26"]::before {
  transition: width calc(1s * (26) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="27"]::before {
  transition: width calc(1s * (27) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="28"]::before {
  transition: width calc(1s * (28) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="29"]::before {
  transition: width calc(1s * (29) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="30"]::before {
  transition: width calc(1s * (30) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="31"]::before {
  transition: width calc(1s * (31) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="32"]::before {
  transition: width calc(1s * (32) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="33"]::before {
  transition: width calc(1s * (33) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="34"]::before {
  transition: width calc(1s * (34) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="35"]::before {
  transition: width calc(1s * (35) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="36"]::before {
  transition: width calc(1s * (36) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="37"]::before {
  transition: width calc(1s * (37) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="38"]::before {
  transition: width calc(1s * (38) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="39"]::before {
  transition: width calc(1s * (39) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="40"]::before {
  transition: width calc(1s * (40) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="41"]::before {
  transition: width calc(1s * (41) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="42"]::before {
  transition: width calc(1s * (42) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="43"]::before {
  transition: width calc(1s * (43) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="44"]::before {
  transition: width calc(1s * (44) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="45"]::before {
  transition: width calc(1s * (45) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="46"]::before {
  transition: width calc(1s * (46) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="47"]::before {
  transition: width calc(1s * (47) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="48"]::before {
  transition: width calc(1s * (48) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="49"]::before {
  transition: width calc(1s * (49) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="50"]::before {
  transition: width calc(1s * (50) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="51"]::before {
  transition: width calc(1s * (51) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="52"]::before {
  transition: width calc(1s * (52) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="53"]::before {
  transition: width calc(1s * (53) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="54"]::before {
  transition: width calc(1s * (54) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="55"]::before {
  transition: width calc(1s * (55) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="56"]::before {
  transition: width calc(1s * (56) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="57"]::before {
  transition: width calc(1s * (57) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="58"]::before {
  transition: width calc(1s * (58) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="59"]::before {
  transition: width calc(1s * (59) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="60"]::before {
  transition: width calc(1s * (60) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="61"]::before {
  transition: width calc(1s * (61) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="62"]::before {
  transition: width calc(1s * (62) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="63"]::before {
  transition: width calc(1s * (63) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="64"]::before {
  transition: width calc(1s * (64) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="65"]::before {
  transition: width calc(1s * (65) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="66"]::before {
  transition: width calc(1s * (66) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="67"]::before {
  transition: width calc(1s * (67) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="68"]::before {
  transition: width calc(1s * (68) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="69"]::before {
  transition: width calc(1s * (69) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="70"]::before {
  transition: width calc(1s * (70) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="71"]::before {
  transition: width calc(1s * (71) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="72"]::before {
  transition: width calc(1s * (72) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="73"]::before {
  transition: width calc(1s * (73) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="74"]::before {
  transition: width calc(1s * (74) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="75"]::before {
  transition: width calc(1s * (75) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="76"]::before {
  transition: width calc(1s * (76) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="77"]::before {
  transition: width calc(1s * (77) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="78"]::before {
  transition: width calc(1s * (78) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="79"]::before {
  transition: width calc(1s * (79) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="80"]::before {
  transition: width calc(1s * (80) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="81"]::before {
  transition: width calc(1s * (81) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="82"]::before {
  transition: width calc(1s * (82) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="83"]::before {
  transition: width calc(1s * (83) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="84"]::before {
  transition: width calc(1s * (84) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="85"]::before {
  transition: width calc(1s * (85) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="86"]::before {
  transition: width calc(1s * (86) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="87"]::before {
  transition: width calc(1s * (87) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="88"]::before {
  transition: width calc(1s * (88) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="89"]::before {
  transition: width calc(1s * (89) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="90"]::before {
  transition: width calc(1s * (90) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="91"]::before {
  transition: width calc(1s * (91) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="92"]::before {
  transition: width calc(1s * (92) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="93"]::before {
  transition: width calc(1s * (93) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="94"]::before {
  transition: width calc(1s * (94) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="95"]::before {
  transition: width calc(1s * (95) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="96"]::before {
  transition: width calc(1s * (96) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="97"]::before {
  transition: width calc(1s * (97) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="98"]::before {
  transition: width calc(1s * (98) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="99"]::before {
  transition: width calc(1s * (99) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph[data-graph-val="100"]::before {
  transition: width calc(1s * (100) / 100) linear 0.3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_anim .graph::after {
  transition: width 1s linear .3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_reset .result {
  opacity: 0;
}

#document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_reset .graph[data-graph-val]::before, #document.report-healthliteracy-byage .a_content .section > .content .graphBoxC.is_reset .graph::after {
  width: 0;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .barGraphBlock:not(:last-child) {
    margin-bottom: 92px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .barGraphBlock:not(:last-child) {
    margin-bottom: 70px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .barGraphBlock > .note {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .barGraphBlock > .note {
    margin-top: 4px;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .changeBox .heading {
  position: relative;
  margin: 0;
}

#document.report-healthliteracy-byage .a_content .section > .content .changeBox .heading::before, #document.report-healthliteracy-byage .a_content .section > .content .changeBox .heading::after {
  content: "";
  position: absolute;
  background: #fd7fc3;
  width: 1px;
  height: calc(50% + 1px);
}

#document.report-healthliteracy-byage .a_content .section > .content .changeBox .heading::before {
  left: 0;
  bottom: 0;
}

#document.report-healthliteracy-byage .a_content .section > .content .changeBox .heading::after {
  right: 0;
  bottom: 0;
}

#document.report-healthliteracy-byage .a_content .section > .content .changeBox .heading span {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .heading span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .heading span {
    font-size: 1rem;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .changeBox .heading span::before, #document.report-healthliteracy-byage .a_content .section > .content .changeBox .heading span::after {
  flex-grow: 1;
  flex-shrink: 0;
  border-top: 1px solid #fd7fc3;
  content: "";
  transform: translateY(-1px);
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .heading span::before {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .heading span::before {
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .heading span::after {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .heading span::after {
    margin-left: 20px;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .changeBox .container {
  border-left: 1px solid #fd7fc3;
  border-right: 1px solid #fd7fc3;
  border-bottom: 1px solid #fd7fc3;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container {
    padding: 60px 58px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container {
    padding: 36px 20px 38px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .changeSingleBox {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .changeSingleBox {
    margin-bottom: 26px;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .changeSingleBox .list li {
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .changeColumnBox {
    display: flex;
    margin-top: -20px;
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .changeColumnBox {
    margin-bottom: 26px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .changeColumnBox .column {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 50%;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .changeColumnBox .column:nth-child(1) {
    padding-right: 56px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .changeColumnBox .column:nth-child(1) {
    padding-bottom: 26px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .changeColumnBox .column:nth-child(2) {
    border-left: 1px solid #eceeef;
    padding-left: 56px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .changeColumnBox .column:nth-child(2) {
    border-top: 1px solid #eceeef;
    padding-top: 26px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .changeColumnBox .column .list li {
    text-align: center;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .changeColumnBox .column .list li p {
    margin-left: 14px;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .ageHeading {
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .ageHeading {
    margin: 0 0 36.5px;
    font-size: 1.25rem;
    line-height: 1.35;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .ageHeading {
    margin: 0 0 26px;
    font-size: 1rem;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .list {
  margin: 0;
}

#document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .list li {
  font-weight: bold;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .list li {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .list li {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .list li + li {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .list li + li {
    margin-top: 18px;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .list li p {
  font-weight: normal;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .list li p {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .list li p {
    margin: 4px 0 0;
    font-size: 0.75rem;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .list li p .val {
  margin-left: 5px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  color: #abb7c1;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .list li p .val {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .list li p .val {
    font-size: 1.25rem;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .list li p .val .unit {
  margin-left: 3px;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .list li p .val .unit {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .list li p .val .unit {
    font-size: 0.625rem;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .list li p .val .unit .pt {
  margin-left: 3px;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .list li p .val .unit .pt {
    font-size: 0.75rem;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .list.young li p .val.primary {
  color: #83d059;
}

#document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .list.senior li p .val.primary {
  color: #ffa74e;
}

#document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .explanation {
  margin: 0;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .explanation {
    font-size: 1rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .explanation {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .note {
    margin-top: 26.5px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .changeBox .container .note {
    margin-top: 17px;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .summaryBox .head {
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .summaryBox .head {
    margin: 0 auto -40px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .summaryBox .head {
    margin: 0 auto -50px;
  }
}

#document.report-healthliteracy-byage .a_content .section > .content .summaryBox .head img {
  height: auto;
}

#document.report-healthliteracy-byage .a_content .section > .content .summaryBox .head img:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#document.report-healthliteracy-byage .a_content .section > .content .summaryBox .head.js_anim.is_anim img:nth-of-type(1) {
  transition: opacity 1s ease .3s;
}

#document.report-healthliteracy-byage .a_content .section > .content .summaryBox .head.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.report-healthliteracy-byage .a_content .section > .content .summaryBox p {
  margin: 0;
  background: #FFF8FC;
  font-weight: bold;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section > .content .summaryBox p {
    padding: 70px 60px;
    text-align: center;
    font-size: 1.25rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section > .content .summaryBox p {
    padding: 72px 25px 42px;
    font-size: 1rem;
    line-height: 2;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content01 .illust {
    width: 77px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content01 .illust {
    width: 65px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content02 .illust {
    width: 93px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content02 .illust {
    width: 70px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content02 .graphBoxB .m_graph {
    margin-top: 46px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content03 .illust {
    width: 153px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content03 .illust {
    width: 127px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content03 .m_barGraph02 thead th:nth-of-type(1) {
    width: 663px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content03 .m_barGraph02 thead th:nth-of-type(2) {
    width: 97px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content03 .m_barGraph02 thead th:nth-of-type(2) {
    width: 77px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content03 .m_barGraph02 thead th:nth-of-type(3) {
    width: 107px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content03 .m_barGraph02 thead th:nth-of-type(3) {
    width: 66px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content03 .m_barGraph02 tbody th {
    width: 663px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content03 .m_barGraph02 tbody td:nth-of-type(1) {
    width: 97px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content03 .m_barGraph02 tbody td:nth-of-type(1) {
    width: 77px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content03 .m_barGraph02 tbody td:nth-of-type(2) {
    width: 107px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content03 .m_barGraph02 tbody td:nth-of-type(2) {
    width: 66px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content04 .illust {
    width: 127px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content04 .illust {
    width: 105px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content04 .m_barGraph02 thead th:nth-of-type(1) {
    width: 476px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content04 .m_barGraph02 thead th:nth-of-type(2) {
    width: 94px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content04 .m_barGraph02 thead th:nth-of-type(2) {
    width: 76px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content04 .m_barGraph02 thead th:nth-of-type(3) {
    width: 85px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content04 .m_barGraph02 thead th:nth-of-type(3) {
    width: 56px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content04 .m_barGraph02 tbody th {
    width: 476px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content04 .m_barGraph02 tbody td:nth-of-type(1) {
    width: 94px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content04 .m_barGraph02 tbody td:nth-of-type(1) {
    width: 76px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content04 .m_barGraph02 tbody td:nth-of-type(2) {
    width: 85px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content04 .m_barGraph02 tbody td:nth-of-type(2) {
    width: 56px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .summary01 .summaryBox .head {
    width: 132px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .summary01 .summaryBox .head {
    width: 110px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content05 .illust {
    width: 72px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content05 .illust {
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content05 .graphBoxB .m_graph {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content06 .illust {
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content06 .illust {
    width: 142px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content06 .m_barGraph02 thead th:nth-of-type(1) {
    width: 578px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content06 .m_barGraph02 thead th:nth-of-type(2) {
    width: 102px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content06 .m_barGraph02 thead th:nth-of-type(2) {
    width: 79px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content06 .m_barGraph02 thead th:nth-of-type(3) {
    width: 92px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content06 .m_barGraph02 thead th:nth-of-type(3) {
    width: 58px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content06 .m_barGraph02 tbody th {
    width: 578px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content06 .m_barGraph02 tbody td:nth-of-type(1) {
    width: 102px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content06 .m_barGraph02 tbody td:nth-of-type(1) {
    width: 79px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content06 .m_barGraph02 tbody td:nth-of-type(2) {
    width: 92px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content06 .m_barGraph02 tbody td:nth-of-type(2) {
    width: 58px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content07 .illust {
    width: 101px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content07 .illust {
    width: 84px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content07 .m_barGraph02 thead th:nth-of-type(1) {
    width: 680px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content07 .m_barGraph02 thead th:nth-of-type(2) {
    width: 89px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content07 .m_barGraph02 thead th:nth-of-type(2) {
    width: 73px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content07 .m_barGraph02 thead th:nth-of-type(3) {
    width: 88px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content07 .m_barGraph02 thead th:nth-of-type(3) {
    width: 56px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content07 .m_barGraph02 tbody th {
    width: 680px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content07 .m_barGraph02 tbody td:nth-of-type(1) {
    width: 89px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content07 .m_barGraph02 tbody td:nth-of-type(1) {
    width: 73px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content07 .m_barGraph02 tbody td:nth-of-type(2) {
    width: 88px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content07 .m_barGraph02 tbody td:nth-of-type(2) {
    width: 56px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content08 .illust {
    width: 182px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content08 .illust {
    width: 151px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content08 .m_barGraph02 thead th:nth-of-type(1) {
    width: 493px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content08 .m_barGraph02 thead th:nth-of-type(2) {
    width: 146px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content08 .m_barGraph02 thead th:nth-of-type(2) {
    width: 101px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content08 .m_barGraph02 thead th:nth-of-type(3) {
    width: 147px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content08 .m_barGraph02 thead th:nth-of-type(3) {
    width: 85px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content08 .m_barGraph02 tbody th {
    width: 493px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content08 .m_barGraph02 tbody td:nth-of-type(1) {
    width: 146px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content08 .m_barGraph02 tbody td:nth-of-type(1) {
    width: 101px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content08 .m_barGraph02 tbody td:nth-of-type(2) {
    width: 147px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .content08 .m_barGraph02 tbody td:nth-of-type(2) {
    width: 85px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .content08 .barGraphBlock .note {
    flex-direction: row;
    justify-content: center;
    gap: 1em;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section01 .summary02 .summaryBox .head {
    width: 124px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section01 .summary02 .summaryBox .head {
    width: 120px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section02 .content01 .illust {
    width: 59px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section02 .content01 .illust {
    width: 49px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section02 .content01 .graphBoxB .m_graph {
    margin-top: 46px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section02 .content01 .graphBoxB .result > li:nth-of-type(2) {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section02 .content01 > .columnBox {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section02 .content01 > .columnBox + .note {
    margin-top: 26.5px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section02 .content02 .illust {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section02 .content02 .illust {
    width: 152px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section02 .content02 .m_barGraph02 thead th:nth-of-type(1) {
    width: 323px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section02 .content02 .m_barGraph02 thead th:nth-of-type(2) {
    width: 105px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section02 .content02 .m_barGraph02 thead th:nth-of-type(2) {
    width: 81px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section02 .content02 .m_barGraph02 thead th:nth-of-type(3) {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section02 .content02 .m_barGraph02 thead th:nth-of-type(3) {
    width: 62px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section02 .content02 .m_barGraph02 tbody th {
    width: 323px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section02 .content02 .m_barGraph02 tbody td:nth-of-type(1) {
    width: 105px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section02 .content02 .m_barGraph02 tbody td:nth-of-type(1) {
    width: 81px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section02 .content02 .m_barGraph02 tbody td:nth-of-type(2) {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section02 .content02 .m_barGraph02 tbody td:nth-of-type(2) {
    width: 62px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section02 .content03 .illust {
    width: 187px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section02 .content03 .illust {
    width: 157px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section02 .content03 .m_barGraph02 thead th:nth-of-type(1) {
    width: 544px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section02 .content03 .m_barGraph02 thead th:nth-of-type(2) {
    width: 128px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section02 .content03 .m_barGraph02 thead th:nth-of-type(2) {
    width: 92px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section02 .content03 .m_barGraph02 thead th:nth-of-type(3) {
    width: 133px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section02 .content03 .m_barGraph02 thead th:nth-of-type(3) {
    width: 79px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section02 .content03 .m_barGraph02 tbody th {
    width: 544px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section02 .content03 .m_barGraph02 tbody td:nth-of-type(1) {
    width: 128px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section02 .content03 .m_barGraph02 tbody td:nth-of-type(1) {
    width: 92px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section02 .content03 .m_barGraph02 tbody td:nth-of-type(2) {
    width: 133px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section02 .content03 .m_barGraph02 tbody td:nth-of-type(2) {
    width: 79px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section02 .summary01 .summaryBox .head {
    width: 54px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section02 .summary01 .summaryBox .head {
    width: 47px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content01 .illust {
    width: 84px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section03 .content01 .illust {
    width: 70px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section03 .content01 .graphBoxB .m_graph {
    margin-top: 46px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section03 .content01 .graphBoxB .result > li.primary {
    margin-bottom: 42px;
  }
}

#document.report-healthliteracy-byage .a_content .section03 .content01 .graphBoxB .result > li:nth-of-type(2), #document.report-healthliteracy-byage .a_content .section03 .content01 .graphBoxB .result > li:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content01 .graphBoxB .result > li:nth-of-type(2), #document.report-healthliteracy-byage .a_content .section03 .content01 .graphBoxB .result > li:nth-of-type(3) {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section03 .content01 .graphBoxB .result > li:nth-of-type(2), #document.report-healthliteracy-byage .a_content .section03 .content01 .graphBoxB .result > li:nth-of-type(3) {
    width: 100px;
  }
}

#document.report-healthliteracy-byage .a_content .section03 .content01 > .text {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content01 > .text + .note {
    margin-top: 26.5px;
    margin-bottom: 56.5px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section03 .content01 > .text + .note {
    margin-top: 17px;
    margin-bottom: 37px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content01 > .columnBox {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content01 > .columnBox + .note {
    margin-top: 26.5px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content02 .illust {
    width: 214px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section03 .content02 .illust {
    width: 184px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content02 .m_barGraph02 thead th:nth-of-type(1) {
    width: 565px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content02 .m_barGraph02 thead th:nth-of-type(2) {
    width: 132px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section03 .content02 .m_barGraph02 thead th:nth-of-type(2) {
    width: 94px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content02 .m_barGraph02 thead th:nth-of-type(3) {
    width: 118px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section03 .content02 .m_barGraph02 thead th:nth-of-type(3) {
    width: 71px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content02 .m_barGraph02 tbody th {
    width: 565px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content02 .m_barGraph02 tbody td:nth-of-type(1) {
    width: 132px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section03 .content02 .m_barGraph02 tbody td:nth-of-type(1) {
    width: 94px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content02 .m_barGraph02 tbody td:nth-of-type(2) {
    width: 118px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section03 .content02 .m_barGraph02 tbody td:nth-of-type(2) {
    width: 71px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content02 .barGraphBlock .note {
    flex-direction: row;
    justify-content: center;
    gap: 1em;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content03 .illust {
    width: 228px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section03 .content03 .illust {
    width: 196px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content03 .m_barGraph02 thead th:nth-of-type(1) {
    width: 629px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content03 .m_barGraph02 thead th:nth-of-type(2) {
    width: 108px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section03 .content03 .m_barGraph02 thead th:nth-of-type(2) {
    width: 82px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content03 .m_barGraph02 thead th:nth-of-type(3) {
    width: 99px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section03 .content03 .m_barGraph02 thead th:nth-of-type(3) {
    width: 62px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content03 .m_barGraph02 tbody th {
    width: 629px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content03 .m_barGraph02 tbody td:nth-of-type(1) {
    width: 108px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section03 .content03 .m_barGraph02 tbody td:nth-of-type(1) {
    width: 82px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content03 .m_barGraph02 tbody td:nth-of-type(2) {
    width: 99px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section03 .content03 .m_barGraph02 tbody td:nth-of-type(2) {
    width: 62px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content04 .illust {
    width: 173px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section03 .content04 .illust {
    width: 173px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content04 .m_barGraph02 thead th:nth-of-type(1) {
    width: 629px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content04 .m_barGraph02 thead th:nth-of-type(2) {
    width: 77px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section03 .content04 .m_barGraph02 thead th:nth-of-type(2) {
    width: 67px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content04 .m_barGraph02 thead th:nth-of-type(3) {
    width: 72px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section03 .content04 .m_barGraph02 thead th:nth-of-type(3) {
    width: 48px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content04 .m_barGraph02 tbody th {
    width: 629px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content04 .m_barGraph02 tbody td:nth-of-type(1) {
    width: 77px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section03 .content04 .m_barGraph02 tbody td:nth-of-type(1) {
    width: 67px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .content04 .m_barGraph02 tbody td:nth-of-type(2) {
    width: 72px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section03 .content04 .m_barGraph02 tbody td:nth-of-type(2) {
    width: 48px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section03 .summary01 .summaryBox .head {
    width: 186px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section03 .summary01 .summaryBox .head {
    width: 160px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .illust {
    width: 142px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .illust {
    width: 120px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .m_barGraph02 thead th:nth-of-type(1) {
    width: 441px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .m_barGraph02 thead th:nth-of-type(2) {
    width: 101px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .m_barGraph02 thead th:nth-of-type(2) {
    width: 79px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .m_barGraph02 thead th:nth-of-type(3) {
    width: 107px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .m_barGraph02 thead th:nth-of-type(3) {
    width: 66px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .m_barGraph02 tbody th {
    width: 441px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .m_barGraph02 tbody td:nth-of-type(1) {
    width: 101px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .m_barGraph02 tbody td:nth-of-type(1) {
    width: 79px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .m_barGraph02 tbody td:nth-of-type(2) {
    width: 107px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .m_barGraph02 tbody td:nth-of-type(2) {
    width: 66px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .m_barGraph02 tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#document.report-healthliteracy-byage .a_content .section04 .content01 .m_barGraph02 tbody td:nth-of-type(1) .graph:nth-of-type(2) {
  margin-top: -6px;
  color: #C1E7AB;
}

#document.report-healthliteracy-byage .a_content .section04 .content01 .m_barGraph02 tbody td:nth-of-type(1) .graph:nth-of-type(2)::after {
  background: #C1E7AB;
}

#document.report-healthliteracy-byage .a_content .section04 .content01 .m_barGraph02 tbody td:nth-of-type(2) .graph:nth-of-type(2) {
  margin-top: -6px;
  color: #FEDCB8;
}

#document.report-healthliteracy-byage .a_content .section04 .content01 .m_barGraph02 tbody td:nth-of-type(2) .graph:nth-of-type(2)::after {
  background: #FEDCB8;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .barGraphBlock .legend {
    display: flex;
    justify-content: center;
    margin-top: 14px;
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .barGraphBlock .legend {
    margin-top: 10px;
    margin-bottom: 16px;
  }
}

#document.report-healthliteracy-byage .a_content .section04 .content01 .barGraphBlock .legend ul {
  margin: 0;
}

#document.report-healthliteracy-byage .a_content .section04 .content01 .barGraphBlock .legend ul li {
  position: relative;
  font-weight: bold;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .barGraphBlock .legend ul li {
    padding-left: 55px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .barGraphBlock .legend ul li {
    padding-left: 35px;
    font-size: 0.75rem;
  }
}

#document.report-healthliteracy-byage .a_content .section04 .content01 .barGraphBlock .legend ul li::before, #document.report-healthliteracy-byage .a_content .section04 .content01 .barGraphBlock .legend ul li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .barGraphBlock .legend ul li::before, #document.report-healthliteracy-byage .a_content .section04 .content01 .barGraphBlock .legend ul li::after {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .barGraphBlock .legend ul li::before, #document.report-healthliteracy-byage .a_content .section04 .content01 .barGraphBlock .legend ul li::after {
    width: 10px;
    height: 10px;
  }
}

#document.report-healthliteracy-byage .a_content .section04 .content01 .barGraphBlock .legend ul li::before {
  left: 0;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .barGraphBlock .legend ul li::after {
    left: 25px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .barGraphBlock .legend ul li::after {
    left: 15px;
  }
}

#document.report-healthliteracy-byage .a_content .section04 .content01 .barGraphBlock .legend ul li:nth-child(1)::before {
  background: #83d059;
}

#document.report-healthliteracy-byage .a_content .section04 .content01 .barGraphBlock .legend ul li:nth-child(1)::after {
  background: #ffa74e;
}

#document.report-healthliteracy-byage .a_content .section04 .content01 .barGraphBlock .legend ul li:nth-child(2)::before {
  background: #C1E7AB;
}

#document.report-healthliteracy-byage .a_content .section04 .content01 .barGraphBlock .legend ul li:nth-child(2)::after {
  background: #FEDCB8;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .barGraphBlock .legend ul li + li {
    margin-top: 11px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .barGraphBlock .legend ul li + li {
    margin-top: 12px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section04 .content01 .barGraphBlock .note {
    margin-left: -2px;
    margin-right: -2px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section04 .summary01 .summaryBox .head {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section04 .summary01 .summaryBox .head {
    width: 84px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section06 {
    margin-top: 140px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section06 {
    margin-top: 100px;
  }
}

#document.report-healthliteracy-byage .a_content .section06 .selfcare {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare {
    padding-top: 130px;
    padding-bottom: 155px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare {
    padding-top: 95px;
    padding-bottom: 100px;
    background-color: rgba(253, 127, 195, 0.1);
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 100vw;
    min-width: 100%;
    height: 100%;
    background-color: rgba(253, 127, 195, 0.1);
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .content {
    width: 650px;
  }
}

#document.report-healthliteracy-byage .a_content .section06 .selfcare .content .head {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .content .head {
    margin-bottom: 30px;
    text-align: left;
    border-bottom: 1px solid #1A2229;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .content .head {
    margin-bottom: 33px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .content .head::after {
    content: "";
    position: absolute;
    top: 74px;
    left: 50%;
    width: 1px;
    height: 80px;
    background-color: #1A2229;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 374px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .content .head::after {
    top: 58px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .content .head span {
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .content .head span {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .content .head picture {
    position: absolute;
    top: 10px;
    right: -370px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .content .head picture {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .content .head picture {
    margin: 0 15px;
  }
}

#document.report-healthliteracy-byage .a_content .section06 .selfcare .content .head .ttl {
  font-weight: bold;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .content .head .ttl {
    margin: 0 0 22px 0;
    font-size: 2rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .content .head .ttl {
    margin: 0 0 84px 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .content .text {
    margin-bottom: 52px;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .content .text {
    margin: 0 30px 32px;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

#document.report-healthliteracy-byage .a_content .section06 .selfcare .content .link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0 6px 20px 0 rgba(92, 38, 66, 0.1);
  background-color: #ffffff;
  transition: box-shadow 0.4s ease;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .content .link {
    width: 300px;
    min-width: 300px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .content .link {
    display: flex;
    justify-self: center;
    align-items: center;
    margin: 0 auto;
    width: 280px;
    min-width: 280px;
    height: 50px;
    border-radius: 25px;
  }
}

#document.report-healthliteracy-byage .a_content .section06 .selfcare .content .link::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
  transition: transform 0.4s;
  color: #0078dc;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  content: "\E004";
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .content .link:hover {
    box-shadow: 0 6px 20px 0 rgba(92, 38, 66, 0.2);
  }
}

#document.report-healthliteracy-byage .a_content .section06 .selfcare .content .link span {
  color: #1A2229;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .content .link span {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .content .link span {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

#document.report-healthliteracy-byage .a_content .section06 .selfcare .lead {
  text-align: center;
  font-weight: bold;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .lead {
    margin-top: 77px;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .lead {
    margin: 52px 20px 0;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .panelLink {
    margin: 50px 0 0 0;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .panelLink {
    margin: 33px 30px 0;
  }
}

#document.report-healthliteracy-byage .a_content .section06 .selfcare .panelLink > li {
  border-radius: 10px;
  box-shadow: 0 6px 20px 0 rgba(92, 38, 66, 0.1);
  background-color: #ffffff;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .panelLink > li {
    width: 250px;
    min-height: 160px;
  }
}

#document.report-healthliteracy-byage .a_content .section06 .selfcare .panelLink > li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #1A2229;
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .panelLink > li a {
    font-size: 1.125rem;
    line-height: 1.5;
    transition: box-shadow 0.4s ease;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .panelLink > li a {
    font-size: 0.9375rem;
    line-height: 1.2;
    padding: 15px 0 19px;
  }
}

#document.report-healthliteracy-byage .a_content .section06 .selfcare .panelLink > li a > span:not([class]) {
  font-weight: 400;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .panelLink > li a > span:not([class]) {
    margin: 2.5px 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .panelLink > li a > span:not([class]) {
    margin: 0.5px 0 6.5px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

#document.report-healthliteracy-byage .a_content .section06 .selfcare .panelLink > li a[target="_blank"]::after {
  position: absolute;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E005";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  transform: scale(0.9);
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .panelLink > li a[target="_blank"]::after {
    right: 20px;
    bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .panelLink > li a[target="_blank"]::after {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .panelLink > li a:hover {
    box-shadow: 0 6px 20px 0 rgba(92, 38, 66, 0.2);
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .panelLink > li:nth-of-type(n + 2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section06 .selfcare .panelLink > li:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}

#document.report-healthliteracy-byage .a_content .section07 .report {
  position: relative;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section07 .report {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section07 .report {
    background-color: rgba(253, 127, 195, 0.1);
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section07 .report::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 100vw;
    min-width: 100%;
    height: calc(100% - 167px);
    background-color: rgba(253, 127, 195, 0.1);
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section07 .report::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    width: 97vw;
    min-width: 100%;
    height: calc(100% - 328px);
    background-color: rgba(253, 127, 195, 0.8);
    transform: translateX(-50%);
  }
}

#document.report-healthliteracy-byage .a_content .section07 .report .ttl {
  font-weight: bold;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .ttl {
    margin: 0 0 52px 0;
    font-size: 1.625rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .ttl {
    margin: 0 30px 35px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink {
    margin: 0 0 60px 0;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink {
    align-items: center;
    flex-direction: column;
    padding: 60px 30px;
    background-color: #fd7fc3;
  }
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li {
  position: relative;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 20px 0 rgba(92, 38, 66, 0.1);
  background-color: #ffffff;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li {
    padding: 40px 40px 20px;
    width: 475px;
    transition: box-shadow 0.4s ease;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li {
    box-sizing: border-box;
    padding: 30px 30px 15px;
    width: 100%;
    min-width: 315px;
    transition: box-shadow 0.4s ease;
  }
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .link {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .link {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .link::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translate(0%, -50%) translateY(13px);
    transition: transform 0.4s;
    color: #0078dc;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: "\E004";
    font-size: 10px;
    line-height: 10px;
    vertical-align: middle;
    content: "\E004";
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .link::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(0%, -50%) translateY(22px);
    transition: transform 0.4s;
    color: #0078dc;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: "\E004";
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
    content: "\E004";
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .link:hover::after {
    transform: translate(0%, -50%) translateX(6px) translateY(13px);
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li:hover {
    box-shadow: 0 6px 20px 0 rgba(92, 38, 66, 0.2);
  }
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li:hover .image.js_anim.is_anim img:nth-of-type(3) {
  opacity: 1;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li:nth-of-type(n + 2) {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .image {
  position: relative;
  z-index: 1;
  display: block;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .image {
    margin: 0 auto 20px;
    width: 240px;
    height: 172px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .image {
    margin: 0 auto 20px;
    width: 200px;
    height: 143px;
  }
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .image > span {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .image img {
    width: 200px;
  }
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .image img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .image img:nth-of-type(3) {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .image.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .image.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .image.js_anim.is_anim img {
  transition: opacity 1s ease 0.3s;
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .image.js_anim.is_anim img:nth-of-type(3) {
  transition: opacity 1s ease;
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .image.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .image::before {
  position: absolute;
  content: "";
  z-index: -1;
  border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  animation: moyamoya 5s linear infinite;
  background-color: rgba(253, 127, 195, 0.05);
  border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  top: 50%;
  left: 50%;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .image::before {
    width: 180px;
    height: 150px;
    transform: translate(-50%, -50%) translateY(10px);
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .image::before {
    width: 170px;
    height: 123px;
    transform: translate(-50%, -50%) translateY(10px);
  }
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .date {
  font-weight: bold;
  color: #abb7c1;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .date {
    margin: 0 0 7px;
    font-size: 0.8125rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .date {
    margin: 0 0 5px;
    font-size: 0.75rem;
    line-height: 1.16667;
  }
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .ttl {
  font-weight: bold;
  color: #fd7fc3;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .ttl {
    margin: 0 0 11px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .ttl {
    margin: 0 0 11.5px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .text {
  font-weight: bold;
  color: #1A2229;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .text {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li .text {
    margin: 0 0 21px 0;
    font-size: 1rem;
    line-height: 1.5;
  }
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li.is_current {
  pointer-events: none;
  box-shadow: none;
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li.is_current .image:before {
  opacity: 0;
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li.is_current .date,
#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li.is_current .ttl,
#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li.is_current .text,
#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li.is_current .point .trigger {
  color: #dee1e3;
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li.is_current .link::after,
#document.report-healthliteracy-byage .a_content .section07 .report .panelLink > li.is_current .point .trigger::after {
  display: none;
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point {
  position: relative;
  border-top: 1px solid #eceeef;
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point .button {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point .button {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point .button {
    padding-top: 16px;
  }
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point .button .trigger {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point .button .trigger {
    margin: 0;
    padding-right: 10px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point .button .trigger {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.61538;
  }
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point .button .trigger::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -11px;
    transform: translate(0%, -50%) translateY(0px) scale(0.6);
    transition: transform 0.4s;
    color: #0078dc;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: "\E003";
    font-size: 10px;
    line-height: 10px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point .button .trigger::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translate(0%, -50%) translateY(0px) scale(0.6);
    transition: transform 0.4s;
    color: #0078dc;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: "\E003";
    font-size: 10px;
    line-height: 10px;
    vertical-align: middle;
  }
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point.is-acc-open .button {
  display: none;
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point .detail {
  display: none;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point .detail {
    padding-top: 20px;
  }
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point .detail .head {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point .detail .head {
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point .detail .head {
    margin-bottom: 20px;
  }
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point .detail .head .label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  border-radius: 15px;
  background-color: #fd7fc3;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point .detail .head .label {
    font-size: 0.875rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point .detail .head .label {
    width: 150px;
    height: 24px;
    border-radius: 12px;
    font-size: 0.8125rem;
    line-height: 1;
  }
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point .detail .body > li {
  position: relative;
  padding-left: 2em;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point .detail .body > li {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point .detail .body > li {
    margin-bottom: 8px;
    font-size: 0.8125rem;
    line-height: 1.53846;
  }
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point .detail .body > li:last-of-type {
  margin-bottom: 0;
}

#document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point .detail .body > li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: auto;
  left: 2px;
  width: 26px;
  height: 26px;
  background-color: #fd7fc3;
  border-radius: 50%;
  transform: scale(0.8);
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E006";
  color: #ffffff;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .section07 .report .panelLink .point .detail .body > li::before {
    left: 0;
    transform: translate(-3px, -3px) scale(0.6);
  }
}

#document.report-healthliteracy-byage .a_content .wave {
  opacity: 0;
}

@media (min-width: 768px) {
  #document.report-healthliteracy-byage .a_content .is_active ~ .wave {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.report-healthliteracy-byage .a_content .is_active ~ .wave {
    opacity: 0.6;
  }
}

#document.report-healthliteracy-byage .a_content .a_about.is_active ~ .wave .line:nth-of-type(1),
#document.report-healthliteracy-byage .a_content .section01.is_active ~ .wave .line:nth-of-type(1),
#document.report-healthliteracy-byage .a_content .section04.is_active ~ .wave .line:nth-of-type(1) {
  border-color: rgba(253, 127, 195, 0.4);
}

#document.report-healthliteracy-byage .a_content .section01.is_active ~ .wave .line:nth-of-type(2),
#document.report-healthliteracy-byage .a_content .section04.is_active ~ .wave .line:nth-of-type(2) {
  border-color: rgba(253, 127, 195, 0.8);
}

#document.report-healthliteracy-byage .a_content .section02.is_active ~ .wave .line:nth-of-type(1) {
  border-color: rgba(253, 127, 195, 0.4);
}

#document.report-healthliteracy-byage .a_content .section02.is_active ~ .wave .line:nth-of-type(2) {
  border-color: rgba(253, 127, 195, 0.8);
}

#document.report-healthliteracy-byage .a_content .section03.is_active ~ .wave .line:nth-of-type(1) {
  border-color: rgba(253, 127, 195, 0.4);
}

#document.report-healthliteracy-byage .a_content .section03.is_active ~ .wave .line:nth-of-type(2) {
  border-color: rgba(253, 127, 195, 0.8);
}

#document[class*="selfcare"] .m_marker {
  background-size: 0 100%;
  transition: background-size 1.8s ease-out;
}

#document[class*="selfcare"] .is_active .m_marker {
  background-size: 100% 100%;
}

#document[class*="selfcare"] .selfcare.is_active .compare > li .image {
  opacity: 1;
}

#document[class*="selfcare"] .selfcare.is_active .compare > li::before {
  opacity: 1;
}

#document[class*="selfcare"] #gheader {
  opacity: 1;
  background: #fff;
  box-shadow: 0 3px 20px rgba(26, 34, 41, 0.05);
}

#document[class*="selfcare"] .fv {
  position: relative;
}

#document[class*="selfcare"] .fv::after {
  position: absolute;
  right: 50%;
  content: "";
  border-right: 1px solid #1A2229;
}

#document[class*="selfcare"] .fv .illust {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}

#document[class*="selfcare"] .fv .subTitle {
  box-sizing: border-box;
  display: block;
  border: 1px solid #ffa74e;
  color: #ffa74e;
}

#document[class*="selfcare"] .fv .title {
  text-align: center;
  margin: 0;
}

#document[class*="selfcare"] .section {
  position: relative;
}

#document[class*="selfcare"] .section * {
  position: relative;
  z-index: 2;
}

#document[class*="selfcare"] .section.bg::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: rgba(255, 167, 78, 0.1);
}

#document[class*="selfcare"] .section .lead {
  margin: 0;
}

@media (min-width: 768px) {
  #document[class*="selfcare"] .section {
    padding: 100px 0;
  }
  #document[class*="selfcare"] .section.bg::after {
    width: 100vw;
    left: calc(50% - 50vw);
  }
  #document[class*="selfcare"] .section .lead {
    text-align: center;
    font-size: 1.125rem;
    line-height: 2;
  }
  #document[class*="selfcare"] .section .lead + .lead {
    margin-top: 35px;
  }
  #document[class*="selfcare"] .fv::after {
    bottom: -57px;
    height: 120px;
  }
  #document[class*="selfcare"] .fv .subTitle {
    height: 50px;
    font-size: 1.25rem;
    line-height: 2.4;
    width: 386px;
    margin: 0 auto 23px;
  }
  #document[class*="selfcare"] .fv .title {
    padding: 244px 0 102px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
  }
  #document[class*="selfcare"] .fv .illust {
    width: 604px;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="selfcare"] .section {
    padding: 80px 0;
  }
  #document[class*="selfcare"] .lead {
    font-size: 0.9375rem;
    line-height: 2;
    padding: 0 30px;
  }
  #document[class*="selfcare"] .lead + .lead {
    margin-top: 27px;
  }
  #document[class*="selfcare"] .fv {
    padding: 160px 0 70px;
  }
  #document[class*="selfcare"] .fv::after {
    bottom: -39px;
    height: 80px;
  }
  #document[class*="selfcare"] .fv .illust {
    width: 315px;
  }
  #document[class*="selfcare"] .fv .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  #document[class*="selfcare"] .selfcare {
    padding-top: 135px;
  }
}

#document[class*="selfcare"] .formula {
  text-align: center;
}

#document[class*="selfcare"] .formula span,
#document[class*="selfcare"] .formula b {
  display: inline-block;
  vertical-align: middle;
}

#document[class*="selfcare"] .formula .times,
#document[class*="selfcare"] .formula .equal {
  color: #ffa74e;
  display: inline-block;
  vertical-align: bottom;
}

#document[class*="selfcare"] .formula .times::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E00C";
  vertical-align: middle;
}

#document[class*="selfcare"] .formula .equal::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E007";
  vertical-align: middle;
}

#document[class*="selfcare"] .formula small {
  font-weight: normal;
}

#document[class*="selfcare"] .compare {
  text-align: center;
}

#document[class*="selfcare"] .compare .image {
  opacity: 0;
}

#document[class*="selfcare"] .compare .image.is_anim02 {
  opacity: 1;
}

#document[class*="selfcare"] .compare > li:nth-child(1) .image {
  transition: .8s ease .3s;
}

#document[class*="selfcare"] .compare > li:nth-child(2) .image {
  transition: .8s ease 1.3s;
}

@media (min-width: 768px) {
  #document[class*="selfcare"] .first {
    padding-top: 118px;
  }
  #document[class*="selfcare"] .formula {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #document[class*="selfcare"] .formula span:not(:first-child),
  #document[class*="selfcare"] .formula b:not(:first-child) {
    margin-left: 30px;
  }
  #document[class*="selfcare"] .formula .times {
    font-size: 20px;
    line-height: 36px;
  }
  #document[class*="selfcare"] .formula .equal {
    font-size: 14px;
    line-height: 36px;
  }
  #document[class*="selfcare"] .formula b {
    font-size: 1.875rem;
    line-height: 1.2;
  }
  #document[class*="selfcare"] .formula b small {
    font-size: 1.5rem;
  }
  #document[class*="selfcare"] .compare {
    margin: 77px 0 0;
    display: flex;
    justify-content: center;
  }
  #document[class*="selfcare"] .compare > li {
    position: relative;
  }
  #document[class*="selfcare"] .compare > li + li {
    margin-left: 60px;
  }
  #document[class*="selfcare"] .compare .image {
    padding-bottom: 193px;
  }
  #document[class*="selfcare"] .compare .image.mgnTop {
    margin-top: 20px;
  }
  #document[class*="selfcare"] .compare .description {
    font-size: 1.125rem;
    line-height: 2;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  #document[class*="selfcare"] .first {
    padding-top: 75px;
  }
  #document[class*="selfcare"] .formula {
    font-size: 1.0625rem;
    line-height: 1.58824;
  }
  #document[class*="selfcare"] .formula .times {
    margin: 0 10px;
    font-size: 14px;
    line-height: 26px;
  }
  #document[class*="selfcare"] .formula b {
    margin-top: 16px;
    font-size: 1.375rem;
    line-height: 1.36364;
  }
  #document[class*="selfcare"] .formula b small {
    font-size: 1rem;
  }
  #document[class*="selfcare"] .formula .spbr::after {
    content: '\A';
    white-space: pre;
  }
  #document[class*="selfcare"] .formula .equal {
    display: none;
  }
  #document[class*="selfcare"] .compare {
    margin-top: 50px;
    padding: 0 15px;
  }
  #document[class*="selfcare"] .compare > li {
    margin: 0;
  }
  #document[class*="selfcare"] .compare > li .image {
    margin: 0 0 20px;
  }
  #document[class*="selfcare"] .compare > li + li {
    padding-top: 40px;
  }
  #document[class*="selfcare"] .compare > li + li::before {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 30px 75px 0 75px;
    border-color: #ffa74e transparent transparent;
    margin-bottom: 40px;
    opacity: 0;
    transition: .8s ease .7s;
  }
  #document[class*="selfcare"] .compare > li .description {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

#document[class*="selfcare"] .btnList01 > li {
  margin: 0;
}

#document[class*="selfcare"] .btnList01 a {
  font-weight: bold;
}

#document[class*="selfcare"] .btnList01 a::after {
  color: #0078dc;
}

@media (min-width: 768px) {
  #document[class*="selfcare"] .suggestion {
    padding: 134px 0;
  }
}

#document[class*="selfcare"] .suggest {
  text-align: center;
}

#document[class*="selfcare"] .suggestionIllust img {
  position: absolute;
  bottom: 0;
}

@media (min-width: 768px) {
  #document[class*="selfcare"] .btnList01 {
    margin: 55px 0 0;
  }
  #document[class*="selfcare"] .suggest {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 45px 0 100px;
  }
  #document[class*="selfcare"] .suggestionIllust {
    margin-bottom: -136px;
  }
  #document[class*="selfcare"] .suggestionIllust .person01 {
    left: 70px;
  }
  #document[class*="selfcare"] .suggestionIllust .person02 {
    right: 70px;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="selfcare"] .btnList01 {
    margin: 40px 0 0;
  }
  #document[class*="selfcare"] .suggest {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 36px;
  }
  #document[class*="selfcare"] .suggestionIllust {
    display: none;
  }
}

@media (min-width: 768px) {
  #document[class*="selfcare"] .report .lead {
    font-size: 1.25rem;
    line-height: 2;
  }
}

#document[class*="selfcare"] .about > *:last-child {
  margin-bottom: 0 !important;
}

#document[class*="selfcare"] .about::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: -1;
  background: rgba(255, 167, 78, 0.1);
}

#document[class*="selfcare"] .about::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: rgba(255, 167, 78, 0.8);
}

#document[class*="selfcare"] .about .links {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

#document[class*="selfcare"] .about .links .img {
  position: relative;
}

#document[class*="selfcare"] .about .links .img::after {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  content: "";
  z-index: 0;
  animation: moyamoya 5s linear infinite;
  transform: translate(-50%, -50%);
  background: rgba(255, 167, 78, 0.05);
}

#document[class*="selfcare"] .about .links .img img {
  position: relative;
  z-index: 1;
}

#document[class*="selfcare"] .about .links .btnTitle {
  margin: 0;
  position: relative;
  flex-grow: 1;
}

#document[class*="selfcare"] .about .links .btnTitle::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s ease;
}

#document[class*="selfcare"] .about .links > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
}

#document[class*="selfcare"] .about .links > li.disabled > a .btnTitle::after, #document[class*="selfcare"] .about .links > li.soon > a .btnTitle::after {
  display: none;
}

#document[class*="selfcare"] .about .links > li.disabled .img::after, #document[class*="selfcare"] .about .links > li.soon .img::after {
  display: none;
}

#document[class*="selfcare"] .about .links > li.disabled a, #document[class*="selfcare"] .about .links > li.soon a {
  box-shadow: none;
  pointer-events: none;
  cursor: default;
}

#document[class*="selfcare"] .about .links > li.disabled .btnTitle {
  color: #DEE1E3;
}

#document[class*="selfcare"] .about .buttonList > li {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #document[class*="selfcare"] .about {
    padding: 134px 0 140px;
    width: 1000px;
    margin: 0 auto;
  }
  #document[class*="selfcare"] .about::before {
    left: calc(-50% + 500px);
    width: 100vw;
    bottom: 205px;
    transform: translateX(calc(-50% + 500px));
  }
  #document[class*="selfcare"] .about::after {
    width: 100%;
    height: 650px;
  }
  #document[class*="selfcare"] .about .img::after {
    height: 160px;
    width: 160px;
  }
  #document[class*="selfcare"] .about .title {
    font-size: 1.625rem;
    margin: 0 0 53px;
  }
  #document[class*="selfcare"] .about .links {
    gap: 40px 50px;
    margin-bottom: 60px;
  }
  #document[class*="selfcare"] .about .links > li {
    width: 475px;
    margin: 0;
  }
  #document[class*="selfcare"] .about .links > li:hover .img img.hover {
    opacity: 1;
  }
  #document[class*="selfcare"] .about .links > li:hover .img::after {
    background: rgba(255, 167, 78, 0.1);
  }
  #document[class*="selfcare"] .about .links > li:hover .btnTitle::after {
    right: 20px;
  }
  #document[class*="selfcare"] .about .links .img {
    margin: 0;
    width: 235px;
    position: relative;
  }
  #document[class*="selfcare"] .about .links .img img.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .4s ease;
  }
  #document[class*="selfcare"] .about .links .btnTitle {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5;
  }
  #document[class*="selfcare"] .about .links .btnTitle::after {
    right: 15px;
  }
}

@media (min-width: 1001px) {
  #document[class*="selfcare"] .about::after {
    left: calc(-50% + 500px);
    width: calc(100vw - 40px);
    transform: translateX(calc(-50% + 500px));
  }
}

@media screen and (max-width: 767px) {
  #document[class*="selfcare"] .about .title {
    padding: 0 30px;
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 20px 0 35px;
  }
  #document[class*="selfcare"] .about::before {
    width: 100%;
    left: 0;
    bottom: 0;
  }
  #document[class*="selfcare"] .about::after {
    top: 225px;
    width: 100%;
  }
  #document[class*="selfcare"] .about .links {
    padding: 0 30px;
    margin-bottom: 40px;
    flex-direction: column;
  }
  #document[class*="selfcare"] .about .links > li + li {
    margin-top: 15px;
  }
  #document[class*="selfcare"] .about .links > li .img {
    flex-shrink: 0;
  }
  #document[class*="selfcare"] .about .links > li .img img {
    width: 107px;
    height: auto;
  }
  #document[class*="selfcare"] .about .links > li .img img:not([class]) {
    display: none;
  }
  #document[class*="selfcare"] .about .links > li.disabled .img img {
    display: block;
  }
  #document[class*="selfcare"] .about .links > li .btnTitle {
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    margin-left: 5px;
  }
  #document[class*="selfcare"] .about .links > li .btnTitle::after {
    right: 10px;
  }
  #document[class*="selfcare"] .about .buttonList {
    margin: 40px 0 0;
  }
}

#document[class*="selfcare"] .wave {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  transition: opacity .4s ease;
}

@media (min-width: 768px) {
  #document[class*="selfcare"] .wave {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="selfcare"] .wave {
    width: 100%;
  }
}

#document[class*="selfcare"] .wave .line {
  position: absolute;
  border: 1px solid;
  border-radius: 24%;
  transform-origin: 50% 49%;
  transition: border-color .8s ease-out;
  opacity: 0.5;
  pointer-events: none;
}

@media (min-width: 768px) {
  #document[class*="selfcare"] .wave .line {
    left: 300px;
    top: -150px;
    width: 1000px;
    height: 1200px;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="selfcare"] .wave .line {
    top: -50vh;
    width: 200vh;
    height: 200vh;
    left: 95vw;
  }
}

#document[class*="selfcare"] .wave .line:nth-of-type(1) {
  border-radius: 52% 42% 38% 40%;
  border-color: rgba(255, 167, 78, 0.4);
  transform: rotate(30deg);
}

#document[class*="selfcare"] .wave .line:nth-of-type(2) {
  border-radius: 35% 50% 42% 46% / 80% 46% 60% 50%;
  border-color: rgba(255, 167, 78, 0.8);
  transform: rotate(45deg);
}

.js_run #document[class*="selfcare"] .wave .line {
  animation: wave 80s linear infinite;
}

.js_run #document[class*="selfcare"] .wave .line:nth-of-type(2) {
  animation-duration: 60s;
}

#document[class*="selfcare"] .m_smallFv {
  border-bottom: 1px solid #eceeef;
}

#document[class*="selfcare"] .m_smallFv .title {
  text-align: center;
}

#document[class*="selfcare"] .m_smallFv .title .label {
  display: block;
  color: #ffa74e;
}

@media (min-width: 768px) {
  #document[class*="selfcare"] .m_smallFv {
    position: relative;
    margin: 0 0 60px;
  }
  #document[class*="selfcare"] .m_smallFv .illust01,
  #document[class*="selfcare"] .m_smallFv .illust02 {
    position: absolute;
    left: 50%;
  }
  #document[class*="selfcare"] .m_smallFv .illust01 {
    bottom: 0;
  }
  #document[class*="selfcare"] .m_smallFv .illust02 {
    bottom: 10px;
  }
  #document[class*="selfcare"] .m_smallFv .title {
    margin: 0 0 30px;
    font-size: 2rem;
    line-height: 1.5;
  }
  #document[class*="selfcare"] .m_smallFv .title .label {
    margin: 0 0 18px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="selfcare"] .m_smallFv {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 30px 40px;
  }
  #document[class*="selfcare"] .m_smallFv .illust02 {
    display: none;
  }
  #document[class*="selfcare"] .m_smallFv .title {
    margin: 0 0 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #document[class*="selfcare"] .m_smallFv .title .label {
    margin: 0 0 10px;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

#document[class*="selfcare"] .m_introduction {
  position: relative;
  z-index: 10;
}

#document[class*="selfcare"] .m_introduction .name {
  display: block;
}

@media (min-width: 768px) {
  #document[class*="selfcare"] .m_introduction {
    display: flex;
    margin: 0 34px 0 37px;
  }
  #document[class*="selfcare"] .m_introduction figure {
    margin-right: 30px;
    padding-top: 3px;
    height: auto;
    width: 120px;
  }
  #document[class*="selfcare"] .m_introduction .name {
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 0 11px;
  }
  #document[class*="selfcare"] .m_introduction .name .small {
    font-size: 0.875rem;
  }
  #document[class*="selfcare"] .m_introduction .body {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="selfcare"] .m_introduction {
    padding: 0 30px;
    margin-top: 40px;
  }
  #document[class*="selfcare"] .m_introduction figure {
    float: right;
    margin: 0 0 0 18px;
    padding-top: 3px;
  }
  #document[class*="selfcare"] .m_introduction figure img {
    width: 82px;
  }
  #document[class*="selfcare"] .m_introduction .name {
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 10px;
  }
  #document[class*="selfcare"] .m_introduction .name .small {
    font-size: 0.75rem;
  }
  #document[class*="selfcare"] .m_introduction .body {
    font-size: 0.8125rem;
    line-height: 1.61538;
    margin: 0;
  }
}

#document[class*="selfcare"] .m_otherContnets {
  position: relative;
  padding-bottom: 0;
  z-index: 10;
}

#document[class*="selfcare"] .m_otherContnets > .heading {
  margin: 0;
  text-align: center;
}

#document[class*="selfcare"] .m_otherContnets .contentsList {
  display: flex;
  font-weight: 700;
}

#document[class*="selfcare"] .m_otherContnets .contentsList .img {
  position: relative;
}

#document[class*="selfcare"] .m_otherContnets .contentsList .img .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#document[class*="selfcare"] .m_otherContnets .contentsList a {
  position: static;
  display: inline-block;
  color: #1A2229;
  text-decoration: none;
  text-align: left;
}

#document[class*="selfcare"] .m_otherContnets .contentsList a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 10;
}

#document[class*="selfcare"] .m_otherContnets .contentsList a > .inner {
  display: block;
  position: relative;
}

#document[class*="selfcare"] .m_otherContnets .contentsList a > .inner::after {
  position: absolute;
  top: 50%;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  color: #0078dc;
  font-size: 11px;
  line-height: 11px;
  vertical-align: middle;
}

#document[class*="selfcare"] .m_otherContnets .contentsList > li {
  position: relative;
}

#document[class*="selfcare"] .m_otherContnets .contentsList > li.is_current {
  pointer-events: none;
}

#document[class*="selfcare"] .m_otherContnets .contentsList > li.is_current a {
  color: #dee1e3;
}

#document[class*="selfcare"] .m_otherContnets .contentsList > li.is_current a > .inner::after {
  content: none;
}

#document[class*="selfcare"] .m_otherContnets .doctor {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 6px 20px 0 rgba(82, 51, 19, 0.1);
  background-color: #ffffff;
}

#document[class*="selfcare"] .m_otherContnets .doctor .illust {
  position: absolute;
  bottom: 0;
}

#document[class*="selfcare"] .m_otherContnets .doctor .illust img {
  position: relative;
  z-index: 1;
}

#document[class*="selfcare"] .m_otherContnets .doctor .illust .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}

#document[class*="selfcare"] .m_otherContnets .doctor > .heading {
  margin: 0;
  border-bottom: 1px solid #eceeef;
}

#document[class*="selfcare"] .m_otherContnets .doctor > .heading .subtitle {
  display: block;
}

#document[class*="selfcare"] .m_otherContnets .doctor .link {
  position: static;
  font-weight: 700;
}

#document[class*="selfcare"] .m_otherContnets .doctor .link a {
  position: static;
  color: #1A2229;
  text-decoration: none;
}

#document[class*="selfcare"] .m_otherContnets .doctor .link a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 10;
}

#document[class*="selfcare"] .m_otherContnets .doctor .link a::after {
  position: absolute;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E005";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  transform-origin: right bottom;
  transform: scale(0.9, 0.9);
}

#document[class*="selfcare"] .m_otherContnets .doctor .link .part {
  display: block;
  font-weight: 500;
}

@media (min-width: 768px) {
  #document[class*="selfcare"] .m_otherContnets {
    margin: 124px 0 0;
  }
  #document[class*="selfcare"] .m_otherContnets > .heading {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  #document[class*="selfcare"] .m_otherContnets .contentsList {
    margin: 52px 0 0;
    font-size: 1rem;
    line-height: 1.5;
  }
  #document[class*="selfcare"] .m_otherContnets .contentsList .img {
    width: 100px;
    margin: 0 auto 16px;
  }
  #document[class*="selfcare"] .m_otherContnets .contentsList .img .hover {
    transition: opacity .3s ease;
  }
  #document[class*="selfcare"] .m_otherContnets .contentsList a {
    transition: color .3s ease;
  }
  #document[class*="selfcare"] .m_otherContnets .contentsList a > .inner {
    padding-right: 26px;
  }
  #document[class*="selfcare"] .m_otherContnets .contentsList a > .inner::after {
    right: 0;
    transform: translateY(-50%) translateY(2px);
    transition: .3s ease;
  }
  #document[class*="selfcare"] .m_otherContnets .contentsList a:hover > .inner::after {
    right: -5px;
  }
  #document[class*="selfcare"] .m_otherContnets .contentsList > li {
    flex-basis: 100%;
    text-align: center;
  }
  #document[class*="selfcare"] .m_otherContnets .contentsList > li:nth-of-type(n+2)::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
    border-left: 1px solid #eceeef;
    height: 100px;
  }
  #document[class*="selfcare"] .m_otherContnets .contentsList > li:hover .img .hover {
    opacity: 1;
  }
  #document[class*="selfcare"] .m_otherContnets .doctor {
    margin: 162px auto -116px;
    padding: 0 40px 0 230px;
    width: 475px;
    height: 233px;
  }
  #document[class*="selfcare"] .m_otherContnets .doctor .illust {
    width: 137px;
    left: 48px;
  }
  #document[class*="selfcare"] .m_otherContnets .doctor .illust::before {
    position: absolute;
    top: 170px;
    left: 50%;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    background: #ffa74e;
    content: "";
    opacity: .1;
    animation: moyamoya 7s linear infinite;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  #document[class*="selfcare"] .m_otherContnets .doctor .illust .hover {
    transition: opacity .3s ease;
  }
  #document[class*="selfcare"] .m_otherContnets .doctor > .heading {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 12px;
  }
  #document[class*="selfcare"] .m_otherContnets .doctor > .heading .subtitle {
    font-size: 1rem;
    line-height: 1.5;
  }
  #document[class*="selfcare"] .m_otherContnets .doctor .link {
    margin: 15px 0 0;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  #document[class*="selfcare"] .m_otherContnets .doctor .link a::after {
    right: 25px;
    bottom: 24px;
  }
  #document[class*="selfcare"] .m_otherContnets .doctor .link .shoulder {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  #document[class*="selfcare"] .m_otherContnets .doctor .link .part {
    margin-top: 2px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  #document[class*="selfcare"] .m_otherContnets .doctor:hover .illust .hover {
    opacity: 1;
  }
  #document[class*="selfcare"] .m_otherContnets + .about {
    padding-top: 254px;
  }
}

@media screen and (max-width: 767px) {
  #document[class*="selfcare"] .m_otherContnets {
    margin: 98px 0 0;
  }
  #document[class*="selfcare"] .m_otherContnets > .heading {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  #document[class*="selfcare"] .m_otherContnets .contentsList {
    flex-wrap: wrap;
    margin: 35px 0 0;
    padding: 0 30px;
    font-size: 0.875rem;
    line-height: 1.5;
    gap: 27px 15px;
  }
  #document[class*="selfcare"] .m_otherContnets .contentsList .img {
    width: 80px;
    margin: 0 auto 11px;
  }
  #document[class*="selfcare"] .m_otherContnets .contentsList .img img {
    width: 80px;
  }
  #document[class*="selfcare"] .m_otherContnets .contentsList .img .hover {
    opacity: 1;
  }
  #document[class*="selfcare"] .m_otherContnets .contentsList a > .inner {
    padding-right: 21px;
  }
  #document[class*="selfcare"] .m_otherContnets .contentsList a > .inner::after {
    right: 3px;
    transform: translateY(-50%);
  }
  #document[class*="selfcare"] .m_otherContnets .contentsList > li {
    flex-basis: calc(50% - (15px / 2));
  }
  #document[class*="selfcare"] .m_otherContnets .doctor {
    margin: 97px auto -96px;
    padding: 0 40px 0 119px;
    width: 315px;
    height: 192px;
  }
  #document[class*="selfcare"] .m_otherContnets .doctor .illust {
    width: 92px;
    left: 20px;
  }
  #document[class*="selfcare"] .m_otherContnets .doctor > .heading {
    font-size: 1.125rem;
    line-height: 1.5;
    padding-bottom: 12px;
  }
  #document[class*="selfcare"] .m_otherContnets .doctor > .heading .subtitle {
    font-size: 0.75rem;
    line-height: 1.75;
  }
  #document[class*="selfcare"] .m_otherContnets .doctor .link {
    margin: 15px 0 0;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
  #document[class*="selfcare"] .m_otherContnets .doctor .link a::after {
    right: 19px;
    bottom: 19px;
  }
  #document[class*="selfcare"] .m_otherContnets .doctor .link .shoulder {
    font-size: 0.75rem;
    line-height: 1.75;
  }
  #document[class*="selfcare"] .m_otherContnets .doctor .link .part {
    margin-top: 2px;
    font-size: 0.5625rem;
    line-height: 1.55556;
  }
  #document[class*="selfcare"] .m_otherContnets + .about {
    padding-top: 172px;
  }
}

#document[class*="selfcare"] .section02 {
  position: relative;
  z-index: 10;
}

#document[class*="selfcare"] .section02 p {
  margin-bottom: 1.2em;
}

#document[class*="selfcare"] .section02 .floatImgBox {
  position: relative;
  display: flex;
  z-index: 10;
}

#document[class*="selfcare"] .section02 .floatImgBox .image {
  display: flex;
  align-items: flex-end;
  float: right;
}

#document[class*="selfcare"] .section02 .floatImgBox .inner > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #document[class*="selfcare"] .section02 {
    margin: 84px 0;
    font-size: 1.125rem;
    line-height: 2;
  }
  #document[class*="selfcare"] .section02 p {
    margin-bottom: 1.2em;
  }
  #document[class*="selfcare"] .section02 .floatImgBox {
    margin: 40px 0 0;
  }
  #document[class*="selfcare"] .section02 .floatImgBox .image {
    margin-left: 50px;
    width: 150px;
    shape-outside: inset(calc(100% - 200px) 0 0);
  }
}

@media screen and (max-width: 767px) {
  #document[class*="selfcare"] .section02 {
    margin: 68px 30px 80px;
    font-size: 0.9375rem;
    line-height: 2;
  }
  #document[class*="selfcare"] .section02 p {
    margin-bottom: 1em;
  }
  #document[class*="selfcare"] .section02 .floatImgBox {
    margin: 40px 0 0;
  }
  #document[class*="selfcare"] .section02 .floatImgBox .image {
    margin-left: 10px;
    width: 85px;
    shape-outside: inset(calc(100% - 95px) 0 0);
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis #container {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis #container {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis #breadcrumb {
    margin: 0 auto 10px;
    max-width: 1200px;
  }
}

@media (max-width: 1220px) {
  #document.selfcare-diagnosis #breadcrumb {
    max-width: 1000px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .js_result.a_diagnosis {
    margin-top: 200px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .js_result.a_diagnosis .personal::before {
    top: -100px;
    height: calc(100% + 204px);
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .js_result.a_diagnosis::after {
    bottom: -670px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .js_result.a_diagnosis .diagnosis {
    padding-bottom: 264px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .js_result.a_diagnosis .diagnosis {
    padding: 80px 20px 0;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .js_result ~ .block-link::after {
    top: 264px;
    height: calc(100% - 264px);
  }
}

#document.selfcare-diagnosis .block-link {
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .block-link {
    margin-top: -110px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .block-link {
    padding-top: 60px;
    padding-bottom: 56px;
    background: rgba(255, 167, 78, 0.8);
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .block-link::after {
    position: absolute;
    top: 110px;
    right: calc(50% - 50vw);
    bottom: 0;
    left: calc(50% - 50vw);
    content: "";
    z-index: -1;
    background: rgba(255, 167, 78, 0.8);
  }
}

#document.selfcare-diagnosis .block-link__inner::before, #document.selfcare-diagnosis .block-link__inner::after {
  content: none;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .block-link__inner {
    padding: 0 0 100px;
  }
}

#document.selfcare-diagnosis .block-link__txt {
  display: none;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .block-link__txt {
    margin: 0 0 53.5px 0;
    font-size: 1.625rem;
    line-height: 1.5;
  }
}

#document.selfcare-diagnosis .block-link .buttonLink {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .block-link .buttonLink {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .block-link .buttonLink {
    flex-direction: column;
    align-items: center;
    margin: 40px auto 0;
  }
}

#document.selfcare-diagnosis .block-link .buttonLink > li {
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .block-link .buttonLink > li {
    width: 240px;
    min-width: 240px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .block-link .buttonLink > li {
    display: flex;
    justify-self: center;
    align-items: center;
    width: 220px;
    min-width: 220px;
    height: 45px;
  }
}

#document.selfcare-diagnosis .block-link .buttonLink > li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #1A2229;
  text-decoration: none;
  border-radius: 25px;
  box-shadow: 0 6px 20px 0 rgba(82, 51, 19, 0.2);
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .block-link .buttonLink > li a {
    font-size: 1.125rem;
    line-height: 1.5;
    transition: box-shadow 0.4s ease;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .block-link .buttonLink > li a {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

#document.selfcare-diagnosis .block-link .buttonLink > li a > span:not([class]) {
  font-weight: 400;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .block-link .buttonLink > li a > span:not([class]) {
    margin: 2.5px 0;
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .block-link .buttonLink > li a > span:not([class]) {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.selfcare-diagnosis .block-link .buttonLink > li a > span:not([class]) {
    padding-top: 8px;
  }
}

#document.selfcare-diagnosis .block-link .buttonLink > li a[target="_blank"]::after {
  position: absolute;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E005";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  transform: scale(0.9);
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .block-link .buttonLink > li a[target="_blank"]::after {
    right: 20px;
    bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .block-link .buttonLink > li a[target="_blank"]::after {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .block-link .buttonLink > li a:hover {
    box-shadow: 0 6px 20px 0 rgba(82, 51, 19, 0.3);
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .block-link .buttonLink > li:nth-of-type(n + 2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .block-link .buttonLink > li:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}

#document.selfcare-diagnosis .block-link .panelLink {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .block-link .panelLink {
    margin: 0 0 60px 0;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .block-link .panelLink {
    margin: 0 30px;
    align-items: center;
    flex-direction: column;
  }
}

#document.selfcare-diagnosis .block-link .panelLink > li {
  border-radius: 10px;
  box-shadow: 0 6px 20px 0 rgba(82, 51, 19, 0.2);
  background-color: #ffffff;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .block-link .panelLink > li {
    width: 300px;
    min-height: 320px;
    transition: box-shadow 0.4s ease;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .block-link .panelLink > li {
    width: 100%;
    min-width: 315px;
    height: 60px;
    transition: box-shadow 0.4s ease;
  }
}

#document.selfcare-diagnosis .block-link .panelLink > li a,
#document.selfcare-diagnosis .block-link .panelLink > li span {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #1A2229;
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .block-link .panelLink > li:hover {
    box-shadow: 0 6px 20px 0 rgba(82, 51, 19, 0.3);
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .block-link .panelLink > li:hover .m_message .text01::after {
    transform: translate(5px, -50%);
  }
}

#document.selfcare-diagnosis .block-link .panelLink > li:hover .m_message .image.js_anim.is_anim img:nth-of-type(3) {
  opacity: 1;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .block-link .panelLink > li:nth-of-type(n + 2) {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .block-link .panelLink > li:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .block-link .panelLink > li .m_message {
    justify-content: flex-start;
    margin: 0;
    padding-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .block-link .panelLink > li .m_message {
    position: relative;
    align-items: flex-start;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .block-link .panelLink > li .m_message::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0%, -50%);
    transition: transform 0.4s;
    color: #0078dc;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: "\E004";
    font-size: 10px;
    line-height: 10px;
    vertical-align: middle;
    content: "\E004";
  }
}

#document.selfcare-diagnosis .block-link .panelLink > li .m_message .image {
  position: relative;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .block-link .panelLink > li .m_message .image {
    margin-bottom: 12px;
    width: 235px;
    height: 220px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .block-link .panelLink > li .m_message .image {
    display: none;
  }
}

#document.selfcare-diagnosis .block-link .panelLink > li .m_message .image > span {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .block-link .panelLink > li .m_message .image img {
    width: 162px;
  }
}

#document.selfcare-diagnosis .block-link .panelLink > li .m_message .image img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.selfcare-diagnosis .block-link .panelLink > li .m_message .image img:nth-of-type(3) {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.selfcare-diagnosis .block-link .panelLink > li .m_message .image.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.selfcare-diagnosis .block-link .panelLink > li .m_message .image.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.selfcare-diagnosis .block-link .panelLink > li .m_message .image.js_anim.is_anim img {
  transition: opacity 1s ease 0.3s;
}

#document.selfcare-diagnosis .block-link .panelLink > li .m_message .image.js_anim.is_anim img:nth-of-type(3) {
  transition: opacity 1s ease;
}

#document.selfcare-diagnosis .block-link .panelLink > li .m_message .image.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

#document.selfcare-diagnosis .block-link .panelLink > li .m_message .image::before {
  position: absolute;
  content: "";
  z-index: -1;
  border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  animation: moyamoya 5s linear infinite;
  background-color: rgba(255, 167, 78, 0.1);
  border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  top: 60%;
  left: 50%;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .block-link .panelLink > li .m_message .image::before {
    width: 160px;
    height: 160px;
    transform: translate(-50%, -50%) translateY(-20px);
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  #document.selfcare-diagnosis .block-link .panelLink > li .m_message .image::before {
    display: none;
  }
}

#document.selfcare-diagnosis .block-link .panelLink > li .m_message .textwrap {
  position: relative;
}

#document.selfcare-diagnosis .block-link .panelLink > li .m_message .text01 {
  display: block;
  position: relative;
  text-align: center;
  z-index: 0;
  font-weight: bold;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .block-link .panelLink > li .m_message .text01 {
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .block-link .panelLink > li .m_message .text01 {
    padding: 0 30px;
    text-align: left;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .block-link .panelLink > li .m_message .text01::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(0%, -50%);
    transition: transform 0.4s;
    color: #0078dc;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: "\E004";
    font-size: 10px;
    line-height: 10px;
    vertical-align: middle;
    content: "\E004";
  }
}

#document.selfcare-diagnosis .block-link .panelLink > li span.m_message .image::before {
  display: none;
}

#document.selfcare-diagnosis .block-link .panelLink > li span.m_message .text01::after {
  display: none;
}

#document.selfcare-diagnosis .block-link .panelLink > li span.m_message::after {
  display: none;
}

#document.selfcare-diagnosis .block-link .panelLink > li.is_current,
#document.selfcare-diagnosis .block-link .panelLink > li.is_comingsoon {
  pointer-events: none;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .block-link .panelLink > li.is_comingsoon {
    display: none;
  }
}

#document.selfcare-diagnosis .block-link .panelLink > li.is_current .m_message .image,
#document.selfcare-diagnosis .block-link .panelLink > li.is_current .m_message .text01 {
  opacity: 0.15;
}

#document.selfcare-diagnosis .a_diagnosis {
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis {
    margin-top: 150px;
  }
}

#document.selfcare-diagnosis .a_diagnosis::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
}

@media (min-width: 1001px) {
  #document.selfcare-diagnosis .a_diagnosis::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis {
    padding: 60px 20px 0;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis::before {
  position: absolute;
  content: "";
  z-index: -1;
  background: #ffffff no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis::before {
    top: 0;
    right: 0;
    bottom: -160px;
    left: 0;
    background-position: 50% 450px;
  }
}

@media (min-width: 1001px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background: #ffffff;
  border-radius: 20px;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis::after {
    right: -100px;
    left: -100px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .contentHead {
    padding-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .contentHead {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .contentHead::before {
    position: absolute;
    top: -80px;
    right: -30px;
    bottom: 0;
    left: -30px;
    content: "";
    z-index: -1;
    background: #ffffff;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .contentHead > .heading {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .contentHead > .heading {
    margin: 0 0 25px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .contentHead > .lead {
    margin: 0 0 27px;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .contentHead > .lead {
    text-align: left;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .contentHead > .lead > span:not([class]) {
  display: inline-block;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .contentHead > .lead > span:not([class]) {
    position: relative;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .contentHead > .lead > span:not([class]) > span:not([class]) {
  position: absolute;
  display: inline-block;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .contentHead > .lead > span:not([class]) > span:not([class]) {
    bottom: -52px;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .contentHead > .lead > span:not([class]) > span:not([class]) img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .contentHead > .lead.js_anim.is_reset img:nth-of-type(1) {
  opacity: 0;
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .contentHead > .lead.js_anim.is_reset img:nth-of-type(2) {
  opacity: 1;
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .contentHead > .lead.js_anim.is_anim img {
  transition: opacity 1s ease 0.3s;
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .contentHead > .lead.js_anim.is_anim:not([class*="is_reset"]) img:nth-of-type(2) {
  opacity: 0;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .contentHead .try {
    margin: 0 0 61px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .contentHead .try {
    padding-left: 10px;
    text-align: left;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .contentHead .try::after {
  display: block;
  background-color: #1A2229;
  margin: 18px auto 0;
  width: 1px;
  height: 60px;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .contentHead .try::after {
    content: "";
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis #personalCheck.check {
    background: #ffffff;
    padding: 22px 28px 30px;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis #personalCheck.check > .heading {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis #personalCheck.check > .heading {
    margin: 72px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis #personalCheck.check > .heading {
    margin: 34px 0 30px;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis #personalCheck.check > .heading::before, #document.selfcare-diagnosis .a_diagnosis .diagnosis #personalCheck.check > .heading::after {
  flex-grow: 1;
  content: "";
  border-top: 1px solid #dee1e3;
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis #personalCheck.check > .heading::before {
  margin-right: 30px;
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis #personalCheck.check > .heading::after {
  margin-left: 30px;
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis #personalCheck.check > .heading:first-of-type {
  margin-top: 0;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis #personalCheck.check .m_button {
    margin: 57px 0 0;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis #personalCheck.check .m_button button {
    min-width: 280px;
    height: 60px;
    transition: background-color 0.4s;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis #personalCheck.check .m_button button:hover {
    background-color: #fec182;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.selfcare-diagnosis .a_diagnosis .diagnosis #personalCheck.check .m_button > button > img {
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis #personalCheck.check .m_button {
    margin: 38px 0 0;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis #personalCheck.check .m_button button {
    min-width: 280px;
    width: 100%;
  }
}

@media screen and (max-width: 374px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis #personalCheck.check .m_button button {
    min-width: 260px;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis #personalCheck.check .m_checkBox input[type="checkBox"] + span::after {
  border-color: #ffa74e;
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result {
    margin: 120px 0 0;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result {
    background: #ffffff;
    padding: 60px 28px 2px 28px;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result > .heading {
  text-align: center;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result > .heading {
    margin: 0 0 46px;
    padding-top: 140px;
    font-size: 2rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result > .heading {
    margin: 0 0 20.5px;
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result > .heading .label {
  display: block;
  color: #ffffff;
  background: rgba(26, 34, 41, 0.4);
  border-radius: 6px;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result > .heading .label {
    margin: 0 auto 13px;
    padding: 7px 0;
    width: 130px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result > .heading .label {
    margin: 0 auto 6.5px;
    padding: 4px 0;
    width: 110px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result > .heading .main {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result > .heading .main::before, #document.selfcare-diagnosis .a_diagnosis .diagnosis .result > .heading .main::after {
    flex-grow: 1;
    border-top: 1px solid #dee1e3;
    content: "";
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result > .heading .main::before {
    margin-right: 32px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result > .heading .main::after {
    margin-left: 32px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail {
    font-size: 1.125rem;
    line-height: 2.5;
    display: flex;
    margin: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail {
    font-size: 0.875rem;
    line-height: 2;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .body {
  text-align: left;
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .body > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .body {
    width: 500px;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .body a[href*="#anc_"]::after {
  display: inline-block;
  width: 4px;
  height: 4px;
  border: solid currentColor;
  border-width: 0 1px 1px 0;
  content: "";
  vertical-align: middle;
  transform: rotate(45deg) translateY(-2px);
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .body a[href*="#anc_"]::after {
    margin: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .body a[href*="#anc_"]::after {
    margin: 0 6px;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList {
  margin: 0;
  display: flex;
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList {
    justify-content: center;
    margin: 28px 0 0;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList > li:nth-of-type(1) {
    margin-left: 86px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList > li:nth-of-type(2) {
    margin-left: 96px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList > li:nth-of-type(2) {
    margin-left: 54px;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .label,
#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .rank,
#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val {
  display: block;
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .rank {
  display: block;
  font-weight: 700;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .rank {
    font-size: 1.125rem;
    line-height: 1.55556;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .rank {
    margin: 1px 0 8px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val {
  position: relative;
  color: rgba(26, 34, 41, 0.6);
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val {
    font-size: 0.875rem;
    line-height: 2.57143;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val {
    font-size: 0.625rem;
    line-height: 1.5;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .point {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #374047;
  font-family: Inter, sans-serif;
  font-weight: 700;
  z-index: 10;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .point {
    top: 12px;
    left: 12px;
    width: 86px;
    height: 86px;
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .point {
    top: 10px;
    left: 10px;
    width: 70px;
    height: 70px;
    font-size: 2.5rem;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .point > span {
  display: none;
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle {
  border-radius: 50%;
  background: #f3f4f5;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle {
    width: 110px;
    height: 110px;
    margin: 15px 0 3px;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="1"] .val01 {
    stroke-dasharray: 34.54, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(72deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="2"] .val01 {
    stroke-dasharray: 69.08, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(144deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="3"] .val01 {
    stroke-dasharray: 103.62, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(216deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="4"] .val01 {
    stroke-dasharray: 138.16, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(288deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="5"] .val01 {
    stroke-dasharray: 172.7, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 172.7;
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="1"] .val01 {
    stroke-dasharray: 28.78333, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(60deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="2"] .val01 {
    stroke-dasharray: 57.56667, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(120deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="3"] .val01 {
    stroke-dasharray: 86.35, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(180deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="4"] .val01 {
    stroke-dasharray: 115.13333, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(240deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="5"] .val01 {
    stroke-dasharray: 143.91667, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(300deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="6"] .val01 {
    stroke-dasharray: 172.7, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="6"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 172.7;
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="1"] .val01 {
    stroke-dasharray: 24.67143, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(51.42857deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="2"] .val01 {
    stroke-dasharray: 49.34286, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(102.85714deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="3"] .val01 {
    stroke-dasharray: 74.01429, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(154.28571deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="4"] .val01 {
    stroke-dasharray: 98.68571, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(205.71429deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="5"] .val01 {
    stroke-dasharray: 123.35714, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(257.14286deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="6"] .val01 {
    stroke-dasharray: 148.02857, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="6"]::after {
    transform: translateX(-50%) rotate(308.57143deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="7"] .val01 {
    stroke-dasharray: 172.7, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="7"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 172.7;
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="1"] .val01 {
    stroke-dasharray: 21.5875, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(45deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="2"] .val01 {
    stroke-dasharray: 43.175, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(90deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="3"] .val01 {
    stroke-dasharray: 64.7625, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(135deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="4"] .val01 {
    stroke-dasharray: 86.35, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(180deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="5"] .val01 {
    stroke-dasharray: 107.9375, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(225deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="6"] .val01 {
    stroke-dasharray: 129.525, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="6"]::after {
    transform: translateX(-50%) rotate(270deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="7"] .val01 {
    stroke-dasharray: 151.1125, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="7"]::after {
    transform: translateX(-50%) rotate(315deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="8"] .val01 {
    stroke-dasharray: 172.7, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="8"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 172.7;
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="1"] .val01 {
    stroke-dasharray: 19.18889, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(40deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="2"] .val01 {
    stroke-dasharray: 38.37778, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(80deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="3"] .val01 {
    stroke-dasharray: 57.56667, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(120deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="4"] .val01 {
    stroke-dasharray: 76.75556, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(160deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="5"] .val01 {
    stroke-dasharray: 95.94444, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(200deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="6"] .val01 {
    stroke-dasharray: 115.13333, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="6"]::after {
    transform: translateX(-50%) rotate(240deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="7"] .val01 {
    stroke-dasharray: 134.32222, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="7"]::after {
    transform: translateX(-50%) rotate(280deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="8"] .val01 {
    stroke-dasharray: 153.51111, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="8"]::after {
    transform: translateX(-50%) rotate(320deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="9"] .val01 {
    stroke-dasharray: 172.7, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="9"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 172.7;
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="1"] .val01 {
    stroke-dasharray: 17.27, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(36deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="2"] .val01 {
    stroke-dasharray: 34.54, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(72deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="3"] .val01 {
    stroke-dasharray: 51.81, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(108deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="4"] .val01 {
    stroke-dasharray: 69.08, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(144deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="5"] .val01 {
    stroke-dasharray: 86.35, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(180deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="6"] .val01 {
    stroke-dasharray: 103.62, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="6"]::after {
    transform: translateX(-50%) rotate(216deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="7"] .val01 {
    stroke-dasharray: 120.89, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="7"]::after {
    transform: translateX(-50%) rotate(252deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="8"] .val01 {
    stroke-dasharray: 138.16, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="8"]::after {
    transform: translateX(-50%) rotate(288deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="9"] .val01 {
    stroke-dasharray: 155.43, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="9"]::after {
    transform: translateX(-50%) rotate(324deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="10"] .val01 {
    stroke-dasharray: 172.7, 172.7;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="10"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 172.7;
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle {
    width: 90px;
    height: 90px;
    margin: 0 0 6px;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="1"] .val01 {
    stroke-dasharray: 28.26, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(72deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="2"] .val01 {
    stroke-dasharray: 56.52, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(144deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="3"] .val01 {
    stroke-dasharray: 84.78, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(216deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="4"] .val01 {
    stroke-dasharray: 113.04, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(288deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="5"] .val01 {
    stroke-dasharray: 141.3, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="5"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 141.3;
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="1"] .val01 {
    stroke-dasharray: 23.55, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(60deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="2"] .val01 {
    stroke-dasharray: 47.1, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(120deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="3"] .val01 {
    stroke-dasharray: 70.65, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(180deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="4"] .val01 {
    stroke-dasharray: 94.2, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(240deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="5"] .val01 {
    stroke-dasharray: 117.75, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(300deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="6"] .val01 {
    stroke-dasharray: 141.3, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="6"][data-graph-val="6"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 141.3;
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="1"] .val01 {
    stroke-dasharray: 20.18571, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(51.42857deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="2"] .val01 {
    stroke-dasharray: 40.37143, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(102.85714deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="3"] .val01 {
    stroke-dasharray: 60.55714, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(154.28571deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="4"] .val01 {
    stroke-dasharray: 80.74286, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(205.71429deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="5"] .val01 {
    stroke-dasharray: 100.92857, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(257.14286deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="6"] .val01 {
    stroke-dasharray: 121.11429, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="6"]::after {
    transform: translateX(-50%) rotate(308.57143deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="7"] .val01 {
    stroke-dasharray: 141.3, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="7"][data-graph-val="7"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 141.3;
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="1"] .val01 {
    stroke-dasharray: 17.6625, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(45deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="2"] .val01 {
    stroke-dasharray: 35.325, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(90deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="3"] .val01 {
    stroke-dasharray: 52.9875, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(135deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="4"] .val01 {
    stroke-dasharray: 70.65, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(180deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="5"] .val01 {
    stroke-dasharray: 88.3125, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(225deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="6"] .val01 {
    stroke-dasharray: 105.975, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="6"]::after {
    transform: translateX(-50%) rotate(270deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="7"] .val01 {
    stroke-dasharray: 123.6375, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="7"]::after {
    transform: translateX(-50%) rotate(315deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="8"] .val01 {
    stroke-dasharray: 141.3, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="8"][data-graph-val="8"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 141.3;
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="1"] .val01 {
    stroke-dasharray: 15.7, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(40deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="2"] .val01 {
    stroke-dasharray: 31.4, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(80deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="3"] .val01 {
    stroke-dasharray: 47.1, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(120deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="4"] .val01 {
    stroke-dasharray: 62.8, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(160deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="5"] .val01 {
    stroke-dasharray: 78.5, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(200deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="6"] .val01 {
    stroke-dasharray: 94.2, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="6"]::after {
    transform: translateX(-50%) rotate(240deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="7"] .val01 {
    stroke-dasharray: 109.9, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="7"]::after {
    transform: translateX(-50%) rotate(280deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="8"] .val01 {
    stroke-dasharray: 125.6, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="8"]::after {
    transform: translateX(-50%) rotate(320deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="9"] .val01 {
    stroke-dasharray: 141.3, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="9"][data-graph-val="9"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 141.3;
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="0"] .val01 {
    stroke-dasharray: 0, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="0"]::after {
    transform: translateX(-50%) rotate(0deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="1"] .val01 {
    stroke-dasharray: 14.13, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="1"]::after {
    transform: translateX(-50%) rotate(36deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="2"] .val01 {
    stroke-dasharray: 28.26, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="2"]::after {
    transform: translateX(-50%) rotate(72deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="3"] .val01 {
    stroke-dasharray: 42.39, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="3"]::after {
    transform: translateX(-50%) rotate(108deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="4"] .val01 {
    stroke-dasharray: 56.52, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="4"]::after {
    transform: translateX(-50%) rotate(144deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="5"] .val01 {
    stroke-dasharray: 70.65, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="5"]::after {
    transform: translateX(-50%) rotate(180deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="6"] .val01 {
    stroke-dasharray: 84.78, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="6"]::after {
    transform: translateX(-50%) rotate(216deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="7"] .val01 {
    stroke-dasharray: 98.91, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="7"]::after {
    transform: translateX(-50%) rotate(252deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="8"] .val01 {
    stroke-dasharray: 113.04, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="8"]::after {
    transform: translateX(-50%) rotate(288deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="9"] .val01 {
    stroke-dasharray: 127.17, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="9"]::after {
    transform: translateX(-50%) rotate(324deg);
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="10"] .val01 {
    stroke-dasharray: 141.3, 141.3;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-max-val="10"][data-graph-val="10"]::after {
    transform: translateX(-50%) rotate(360deg);
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset .val01 {
    stroke-dasharray: 0, 141.3;
  }
  .js_run #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle.js_diagAnim.is_reset::after {
    transform: translateX(-50%) rotate(0deg);
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle:not([data-graph-val="0"])::before, #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle:not([data-graph-val="0"])::after {
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50%;
  content: "";
  transition: transform 1s ease;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle:not([data-graph-val="0"])::before, #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle:not([data-graph-val="0"])::after {
    width: 12px;
    height: 12px;
    transform-origin: 50% 55px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle:not([data-graph-val="0"])::before, #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle:not([data-graph-val="0"])::after {
    width: 10px;
    height: 10px;
    transform-origin: 50% 45px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle:not([data-graph-val="0"])::before, #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle:not([data-graph-val="0"])::after {
    -ms-transition: transform 1s ease 0.2s;
    transition: transform 1s ease 0.2s;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle::before {
  transform: translateX(-50%);
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle svg {
  display: inline-block;
  transform: rotate(-90deg);
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle .val01 {
  fill: transparent;
  transition: stroke-dasharray 1s ease;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle .val01 {
    stroke-width: 55;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle .val01 {
    stroke-width: 45;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .detail .pointList .val .circle[data-graph-val="0"] .val01 {
  opacity: 0;
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links {
  text-align: left;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links {
    display: flex;
    margin: 83px 0 90px 120px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links {
    margin: 55px 0;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links > li {
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links > li {
    padding-left: 19px;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links > li > span {
  position: relative;
  display: block;
  font-weight: 700;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links > li > span {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links > li > span {
    font-size: 1rem;
    line-height: 2.25;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links > li > span::before {
  position: absolute;
  content: "";
  display: inline-block;
  border: solid #a3a6a9;
  border-color: #a3a6a9 transparent transparent;
  border-width: 0 0 0;
  width: 0;
  line-height: 1;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links > li > span::before {
    top: 8px;
    left: -24px;
    border-width: 12px 7px 0;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links > li > span::before {
    top: 14px;
    left: -19px;
    border-width: 9px 5.5px 0;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links > li > ul {
  display: flex;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links > li > ul {
    margin: 10px 0 0;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links > li > ul {
    flex-wrap: wrap;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links > li > ul > li a {
  color: #1A2229;
  text-decoration: none;
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links > li > ul > li a::after {
  color: #0078dc;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  transform: scale(0.9);
  margin-left: 10px;
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links > li > ul > li a[target="_blank"]::after {
  content: "\E005";
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links > li > ul > li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links > li > ul > li {
    margin: 10px 20px 0 0;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links > li > ul > li:nth-of-type(n + 2) {
    margin-left: 30px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links > li:nth-of-type(n + 2) {
    margin-left: 40px;
    border-left: 1px solid #dee1e3;
    padding-left: 64px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links > li:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links > li:only-child {
  flex-grow: 1;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links > li:only-child > span {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .links > li:only-child > span::after {
    flex-grow: 1;
    content: "";
    border-top: 1px solid #dee1e3;
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .m_button button {
    min-width: 280px;
    height: 60px;
    transition: background-color 0.4s;
  }
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .m_button button:hover {
    background-color: #fec182;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .m_button > button > img {
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .m_button button {
    min-width: 280px;
  }
}

@media screen and (max-width: 374px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .result .m_button button {
    min-width: 260px;
  }
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result > .button {
  position: relative;
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result > .button > span:not([class]) {
  position: absolute;
  display: inline-block;
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result > .button > span:not([class]) img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result > .button.js_anim.is_reset span:not([class]) img:nth-of-type(1) {
  opacity: 0;
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result > .button.js_anim.is_reset span:not([class]) img:nth-of-type(2) {
  opacity: 1;
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result > .button.js_anim.is_anim span:not([class]) img {
  transition: opacity 1s ease 0.3s;
}

#document.selfcare-diagnosis .a_diagnosis .diagnosis .result > .button.js_anim.is_anim:not([class*="is_reset"]) span:not([class]) img:nth-of-type(2) {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .diagnosis .message {
    position: relative;
    top: -1px;
    text-align: left;
    border-radius: 0 0 20px 20px;
    background: #ffffff;
    padding: 30px 28px 71px;
    font-size: 0.875rem;
    line-height: 2;
  }
}

#document.selfcare-diagnosis .a_diagnosis .personal {
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .personal {
    padding: 0 0 267px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .personal::before {
    top: 308px;
    bottom: 0;
    background: rgba(255, 167, 78, 0.8);
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .personal::before {
    background: rgba(255, 167, 78, 0.8);
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .contentHead {
    padding: 0 0 22px;
  }
}

@media screen and (max-width: 374px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .contentHead {
    padding: 0 0 42px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .contentHead > .lead {
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .contentHead > .lead {
    margin-right: 84px;
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .contentHead > .lead > span:not([class]) > span:not([class]):nth-of-type(1) {
    left: -150px;
    width: 102px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .contentHead > .lead > span:not([class]) > span:not([class]):nth-of-type(1) {
    display: none;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .contentHead > .lead > span:not([class]) > span:not([class]):nth-last-of-type(1) {
    right: -132px;
    width: 83px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .contentHead > .lead > span:not([class]) > span:not([class]):nth-last-of-type(1) {
    right: 9px;
    bottom: 0;
    transform: scale(0.73);
    transform-origin: right bottom;
    z-index: 10;
  }
}

#document.selfcare-diagnosis .a_diagnosis .personal .result {
  border-radius: 20px 20px 0 0;
}

#document.selfcare-diagnosis .a_diagnosis .personal .result .detail .pointList .val .circle::before, #document.selfcare-diagnosis .a_diagnosis .personal .result .detail .pointList .val .circle::after {
  background-color: #ffa74e;
}

#document.selfcare-diagnosis .a_diagnosis .personal .result .detail .pointList .val .circle .val01 {
  stroke: #ffa74e;
}

#document.selfcare-diagnosis .a_diagnosis .personal .result .yourMessage {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  z-index: 0;
  color: #4a4438;
  background: #f4f2e7 no-repeat;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .result .yourMessage {
    margin: 50px 0 0;
    padding: 68px 50px 46px;
    background-image: url(/woman_healthcare_project/images/selfcare/index_bg_message_02.png), url(/woman_healthcare_project/images/selfcare/index_bg_message.png);
    background-position: calc(100% - 15px) 15px, 15px calc(100% - 15px);
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .result .yourMessage {
    margin: 38px 0 0;
    padding: 38px 30px 28px;
    background-image: url(/woman_healthcare_project/images/selfcare/index_bg_message_02_@2x.png), url(/woman_healthcare_project/images/selfcare/index_bg_message_@2x.png);
    background-position: calc(100% - 10px) 10px, 10px calc(100% - 10px);
    background-size: 80px 17px, 80px 17px;
    font-size: 0.9375rem;
    line-height: 1.46667;
  }
}

#document.selfcare-diagnosis .a_diagnosis .personal .result .yourMessage::before, #document.selfcare-diagnosis .a_diagnosis .personal .result .yourMessage::after {
  position: absolute;
  border: solid #c1ae8a;
  content: "";
  opacity: 0.6;
  z-index: -1;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .result .yourMessage::before, #document.selfcare-diagnosis .a_diagnosis .personal .result .yourMessage::after {
    width: 840px;
  }
}

#document.selfcare-diagnosis .a_diagnosis .personal .result .yourMessage::before {
  border-width: 1px 0 0 1px;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .result .yourMessage::before {
    top: 15px;
    bottom: 42px;
    left: 15px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .result .yourMessage::before {
    top: 10px;
    right: 95px;
    bottom: 30px;
    left: 10px;
  }
}

#document.selfcare-diagnosis .a_diagnosis .personal .result .yourMessage::after {
  border-width: 0 1px 1px 0;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .result .yourMessage::after {
    top: 42px;
    right: 15px;
    bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .result .yourMessage::after {
    top: 30px;
    right: 10px;
    bottom: 10px;
    left: 95px;
  }
}

#document.selfcare-diagnosis .a_diagnosis .personal .result .yourMessage > .heading {
  font-weight: 400;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .result .yourMessage > .heading {
    margin: -9px 0 21px;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .result .yourMessage > .heading {
    margin: -12px 0 12px;
    font-size: 0.75rem;
    line-height: 3;
  }
}

#document.selfcare-diagnosis .a_diagnosis .personal .result .yourMessage > .text {
  font-weight: 700;
  margin-bottom: 0;
}

#document.selfcare-diagnosis .a_diagnosis .personal .result .yourMessage > .author {
  text-align: right;
  font-weight: 700;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .result .yourMessage > .author {
    margin: 16px 0 -10px;
    font-size: 1rem;
    line-height: 2.25;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .result .yourMessage > .author {
    margin: 32px 0 -3px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .result > .button > span:not([class]) {
    bottom: -50px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .result > .button > span:not([class]):nth-of-type(1) {
    left: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .result > .button > span:not([class]):nth-of-type(1) {
    display: none;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .result > .button > span:not([class]):nth-last-of-type(1) {
    right: 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .result > .button > span:not([class]):nth-last-of-type(1) {
    bottom: 72px;
    right: 13px;
    transform: scale(calc(63 / 83));
    transform-origin: bottom right;
  }
}

#document.selfcare-diagnosis .a_diagnosis .personal .message > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .message {
    margin: 120px 0 0;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .message > .heading {
    margin: 0 0 50px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .message > .heading {
    text-align: center;
    margin: 0 0 22px;
  }
}

#document.selfcare-diagnosis .a_diagnosis .personal .message .ico {
  margin-top: 2.4em;
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .message .ico {
    margin-top: 1.4em;
  }
}

#document.selfcare-diagnosis .a_diagnosis .personal .message .ico > span {
  position: relative;
  display: inline-block;
}

#document.selfcare-diagnosis .a_diagnosis .personal .message .ico > span::after {
  position: absolute;
  content: url(/woman_healthcare_project/images/selfcare/index_img_feather.svg);
  line-height: 1;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .message .ico > span::after {
    top: 50%;
    right: -75px;
    transform: translateY(-50%);
    width: 44px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .personal .message .ico > span::after {
    bottom: 5px;
    right: -50px;
    transform: scale(0.7391);
    transform-origin: bottom right;
  }
}

#document.selfcare-diagnosis .a_diagnosis .loading {
  position: fixed;
  display: none;
  top: -30vh;
  right: -10vw;
  bottom: -30vh;
  left: -10vw;
  background: #ffffff;
  z-index: 10000;
  text-align: center;
}

#document.selfcare-diagnosis .a_diagnosis .loading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
}

#document.selfcare-diagnosis .a_diagnosis .loading .rose01,
#document.selfcare-diagnosis .a_diagnosis .loading .rose02 {
  stroke: #757a7e;
  stroke-width: 1px;
  fill-opacity: 0;
  stroke-dasharray: 1500px;
  stroke-dashoffset: 1500px;
}

#document.selfcare-diagnosis .a_diagnosis .loading .rose01 {
  fill: #cf242f;
  animation: rose01 3s ease-in 0.2s infinite;
}

#document.selfcare-diagnosis .a_diagnosis .loading .rose02 {
  fill: #346030;
  animation: rose02 3s ease-in 0.2s infinite;
}

#document.selfcare-diagnosis .a_diagnosis .loading .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #757a7e;
}

@media (min-width: 768px) {
  #document.selfcare-diagnosis .a_diagnosis .loading .text {
    margin-top: 50px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-diagnosis .a_diagnosis .loading .text {
    margin-top: 40px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

#document.selfcare-diagnosis .a_diagnosis .loading.result .rose01,
#document.selfcare-diagnosis .a_diagnosis .loading.result .rose02,
#document.selfcare-diagnosis .a_diagnosis .loading.result .text {
  display: none;
}

#document.selfcare-importance .contentsList > li a {
  color: inherit;
  text-decoration: none;
}

#document.selfcare-importance .contentsList > li .img {
  position: relative;
}

#document.selfcare-importance .contentsList > li .img::before {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  content: "";
  z-index: 0;
  animation: moyamoya 5s linear infinite;
  transform: translate(-50%, -50%);
  background: rgba(255, 167, 78, 0.1);
}

#document.selfcare-importance .contentsList > li .ttl {
  display: block;
}

#document.selfcare-importance .contentsList > li .ttl::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
  color: #0078dc;
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
}

#document.selfcare-importance .contentsList > li .txt {
  margin: 0;
}

#document.selfcare-importance .contentsList.small > li .img::before {
  display: none;
}

#document.selfcare-importance .contentsList.small > li .txt {
  font-weight: bold;
  margin: 0;
}

@media (min-width: 768px) {
  #document.selfcare-importance .first {
    padding: 110px 0 95px;
  }
  #document.selfcare-importance .fv .title {
    padding: 226px 0 92px;
  }
  #document.selfcare-importance .fv .illust {
    margin-left: -57px;
  }
  #document.selfcare-importance .m_introduction {
    margin-top: 51px;
  }
  #document.selfcare-importance .contentsList {
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    margin: 40px auto 0;
    justify-content: space-between;
  }
  #document.selfcare-importance .contentsList li {
    width: 375px;
  }
  #document.selfcare-importance .contentsList li .img {
    text-align: center;
    height: 180px;
    margin-bottom: 20px;
  }
  #document.selfcare-importance .contentsList li .img::before {
    width: 160px;
    height: 160px;
  }
  #document.selfcare-importance .contentsList li .img img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #document.selfcare-importance .contentsList li .img img.hover {
    opacity: 0;
    transition: .3s ease;
    z-index: 2;
  }
  #document.selfcare-importance .contentsList li .ttl {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 13px;
  }
  #document.selfcare-importance .contentsList li .ttl::after {
    margin-left: 20px;
    transition: .3s ease;
  }
  #document.selfcare-importance .contentsList li .txt {
    font-size: 0.9375rem;
  }
  #document.selfcare-importance .contentsList li:hover .img .hover {
    opacity: 1;
  }
  #document.selfcare-importance .contentsList li:hover .ttl::after {
    margin-left: 25px;
  }
  #document.selfcare-importance .contentsList.small {
    margin-top: 55px;
    justify-content: flex-start;
  }
  #document.selfcare-importance .contentsList.small > li {
    width: auto;
    padding-right: 36px;
  }
  #document.selfcare-importance .contentsList.small > li > a {
    display: flex;
    align-items: center;
  }
  #document.selfcare-importance .contentsList.small > li::after {
    position: absolute;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: "\E004";
    color: #0078dc;
    font-size: 10px;
    line-height: 10px;
    vertical-align: middle;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: .3s ease;
  }
  #document.selfcare-importance .contentsList.small > li figure {
    height: 100px;
    width: 100px;
    margin: 0 20px 0 0;
  }
  #document.selfcare-importance .contentsList.small > li .txt {
    font-size: 1rem;
  }
  #document.selfcare-importance .contentsList.small > li:nth-of-type(1) {
    margin-left: 34px;
  }
  #document.selfcare-importance .contentsList.small > li:last-of-type {
    margin-left: 101px;
  }
  #document.selfcare-importance .contentsList.small > li:hover::after {
    right: 5px;
  }
  #document.selfcare-importance .section.about {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-importance .fv {
    padding-bottom: 64px;
  }
  #document.selfcare-importance .fv .subTitle {
    font-size: 1rem;
    height: 40px;
    line-height: 40px;
    width: 290px;
    margin: 0 auto 24px;
  }
  #document.selfcare-importance .fv .illust {
    width: auto;
    transform: translateX(-168px);
  }
  #document.selfcare-importance .first {
    padding: 72px 0 75px;
  }
  #document.selfcare-importance .m_introduction {
    margin-top: 30px;
  }
  #document.selfcare-importance .contentsList {
    margin: 19px 0 0;
    padding: 0 30px;
  }
  #document.selfcare-importance .contentsList > li:not(:first-child) {
    margin-top: 35px;
  }
  #document.selfcare-importance .contentsList > li .img {
    text-align: center;
    margin-bottom: 17px;
  }
  #document.selfcare-importance .contentsList > li .img::before {
    width: 130px;
    height: 130px;
    top: 45%;
  }
  #document.selfcare-importance .contentsList > li .img img {
    width: 200px;
    height: auto;
  }
  #document.selfcare-importance .contentsList > li .img img:not(.hover) {
    display: none;
  }
  #document.selfcare-importance .contentsList > li .ttl {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #document.selfcare-importance .contentsList > li .ttl::after {
    margin-left: 10px;
    vertical-align: 1px;
  }
  #document.selfcare-importance .contentsList > li .txt {
    font-size: 0.8125rem;
  }
  #document.selfcare-importance .contentsList.small {
    display: flex;
    margin-top: 35px;
  }
  #document.selfcare-importance .contentsList.small > li .img {
    margin-bottom: 11px;
  }
  #document.selfcare-importance .contentsList.small > li .img img {
    width: 80px;
    height: 80px;
  }
  #document.selfcare-importance .contentsList.small > li .txt {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-right: 21px;
  }
  #document.selfcare-importance .contentsList.small > li .txt::after {
    position: absolute;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: "\E004";
    color: #0078dc;
    font-size: 10px;
    line-height: 10px;
    vertical-align: middle;
    top: 50%;
    right: 2px;
    transform: translateY(-50%) translateY(2px);
    transition: .3s ease;
  }
  #document.selfcare-importance .contentsList.small > li:not(:first-child) {
    margin: 0 0 0 32px;
  }
  #document.selfcare-importance .section.about {
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-checkup #mainContents {
    padding-top: 224px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-checkup #mainContents {
    padding-top: 158px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-checkup .m_smallFv .illust01 {
    transform: translateX(-265px);
  }
  #document.selfcare-checkup .m_smallFv .illust02 {
    transform: translateX(183px);
  }
}

#document.selfcare-checkup .section02 .textHeading {
  text-align: center;
}

@media (min-width: 768px) {
  #document.selfcare-checkup .section02 .textHeading {
    margin: 77px 0 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #document.selfcare-checkup .section02 .scrollImage {
    margin: 56px auto 130px;
    width: 800px;
  }
  #document.selfcare-checkup .section02 .m_media {
    margin-bottom: -16px;
  }
  #document.selfcare-checkup .section02 .m_media .image {
    padding-top: 8px;
  }
  #document.selfcare-checkup .section02 .floatImgBox .image {
    height: 93%;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-checkup .section02 .textHeading {
    margin: 47px 0 0;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  #document.selfcare-checkup .section02 .scrollImage {
    margin: 37px -30px 92px 0;
  }
  #document.selfcare-checkup .section02 .scrollImage img {
    width: 500px;
    max-width: none;
  }
  #document.selfcare-checkup .section02 .floatImgBox {
    margin-top: 24px;
  }
  #document.selfcare-checkup .section02 .floatImgBox .image {
    margin-top: 216px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-merit #mainContents {
    padding-top: 224px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-merit #mainContents {
    padding-top: 158px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-merit .m_smallFv .illust01 {
    transform: translateX(-281px);
  }
  #document.selfcare-merit .m_smallFv .illust02 {
    transform: translateX(200px);
  }
}

#document.selfcare-merit .section02 .point {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #dee1e3;
  background: #ffffff;
}

#document.selfcare-merit .section02 .point > *:last-child {
  margin-bottom: 0 !important;
}

#document.selfcare-merit .section02 .point .image {
  position: absolute;
}

#document.selfcare-merit .section02 .colBox .heading {
  background: #f3f4f5;
  text-align: center;
}

#document.selfcare-merit .section02 .colBox .list > li {
  padding-left: 1em;
  text-indent: -1em;
}

#document.selfcare-merit .section02 .colBox .list > li::before {
  content: "・";
}

#document.selfcare-merit .section02 .m_media .image .caption {
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  #document.selfcare-merit .section02 .point {
    position: relative;
    margin: 62px auto 53px;
    padding: 31px 90px 35px 207px;
    width: 600px;
  }
  #document.selfcare-merit .section02 .point .image {
    left: 94px;
    bottom: 0;
  }
  #document.selfcare-merit .section02 .point .heading {
    margin: 0 0 6px;
    font-size: 1.125rem;
  }
  #document.selfcare-merit .section02 .point p {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  #document.selfcare-merit .section02 .colBox {
    display: flex;
    margin: 69px 0 65px;
    gap: 0 50px;
  }
  #document.selfcare-merit .section02 .colBox .col {
    padding: 0 35px 0 calc(40px + 1em);
    flex-basis: calc(50% - 25px);
  }
  #document.selfcare-merit .section02 .colBox .heading {
    margin: 0 -35px 31px calc(-38px + -1em);
    padding: 20px 0;
    font-size: 1.25rem;
  }
  #document.selfcare-merit .section02 .colBox .list {
    margin: 0 0 0 -1em;
    font-size: 1.125rem;
    line-height: 2;
  }
  #document.selfcare-merit .section02 .m_media {
    margin-bottom: -20px;
  }
  #document.selfcare-merit .section02 .m_media .image .caption {
    margin: 0 0 28px;
    font-size: 1.25rem;
  }
  #document.selfcare-merit .section02 .floatImgBox .image {
    height: 96%;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-merit .section02 .point {
    margin: 31px auto 34px;
    padding: 21px 30px 23px 90px;
  }
  #document.selfcare-merit .section02 .point .image {
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
  }
  #document.selfcare-merit .section02 .point .heading {
    margin: 0 0 6px;
    font-size: 0.9375rem;
  }
  #document.selfcare-merit .section02 .point p {
    font-size: 0.8125rem;
    line-height: 1.61538;
  }
  #document.selfcare-merit .section02 .colBox {
    margin: 52px 0 48px;
  }
  #document.selfcare-merit .section02 .colBox .col {
    padding: 0 13px 0 calc(13px + 1em);
  }
  #document.selfcare-merit .section02 .colBox .col:nth-of-type(n+2) {
    margin-top: 24px;
  }
  #document.selfcare-merit .section02 .colBox .heading {
    margin: 0 -13px 27px calc(-13px + -1em);
    padding: 17px 0;
    font-size: 1rem;
    line-height: 1.5;
  }
  #document.selfcare-merit .section02 .colBox .list {
    margin: 0 0 -6px -1em;
    font-size: 0.8125rem;
    line-height: 1.61538;
  }
  #document.selfcare-merit .section02 .m_media {
    margin-bottom: -17px;
  }
  #document.selfcare-merit .section02 .m_media .image {
    margin-top: 13px;
  }
  #document.selfcare-merit .section02 .m_media .image .caption {
    margin: 0 0 22px;
    font-size: 1rem;
  }
  #document.selfcare-merit .section02 .floatImgBox .image {
    margin-top: 291px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-start #mainContents {
    padding-top: 224px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-start #mainContents {
    padding-top: 158px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-start .m_smallFv .illust01 {
    transform: translateX(-281px);
  }
}

@media (min-width: 768px) {
  #document.selfcare-start .section02 .m_media.media01 {
    margin-bottom: 62px;
  }
  #document.selfcare-start .section02 .m_media.media01 .image {
    padding-top: 7px;
  }
  #document.selfcare-start .section02 .m_media.media02 {
    margin-bottom: 25px;
  }
  #document.selfcare-start .section02 .m_media.media02 .image {
    padding-top: 7px;
  }
  #document.selfcare-start .section02 .floatImgBox {
    margin-top: 20px;
  }
  #document.selfcare-start .section02 .floatImgBox .image {
    height: 94%;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-start .section02 .m_media.media01 {
    margin-bottom: 54px;
  }
  #document.selfcare-start .section02 .m_media.media02 {
    margin-bottom: 25px;
  }
  #document.selfcare-start .section02 .floatImgBox {
    margin-top: 15px;
  }
  #document.selfcare-start .section02 .floatImgBox .image {
    margin-top: 186px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-inform #mainContents {
    padding-top: 224px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-inform #mainContents {
    padding-top: 158px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-inform .m_smallFv .illust01 {
    transform: translateX(-297px);
  }
}

@media (min-width: 768px) {
  #document.selfcare-inform .section02 {
    margin-bottom: 0;
  }
  #document.selfcare-inform .section02 .imageBox {
    margin: 68px 0 74px 265px;
    width: 520px;
  }
  #document.selfcare-inform .section02 .floatImgBox {
    margin-top: 20px;
  }
  #document.selfcare-inform .section02 .floatImgBox .image {
    height: 60%;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-inform .section02 {
    margin-bottom: 0;
  }
  #document.selfcare-inform .section02 .imageBox {
    margin: 49px 0 54px;
  }
  #document.selfcare-inform .section02 .floatImgBox {
    margin-top: 15px;
  }
  #document.selfcare-inform .section02 .floatImgBox .image {
    margin-top: 128px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-inform .m_otherContnets {
    margin-top: 69px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-inform .m_otherContnets {
    margin-top: 73px;
  }
}

@media (min-width: 768px) {
  #document.selfcare-examination .about {
    margin-top: -7px;
  }
}

@media screen and (max-width: 767px) {
  #document.selfcare-examination .about {
    margin-top: -6px;
  }
}

#document.privacypolicy #gheader {
  opacity: 1;
  background: #fff;
  box-shadow: 0 3px 20px rgba(26, 34, 41, 0.05);
}

#document.privacypolicy .fv {
  position: relative;
}

#document.privacypolicy .fv::after {
  position: absolute;
  right: 50%;
  content: "";
  border-right: 1px solid #1A2229;
}

#document.privacypolicy .fv .title {
  text-align: center;
  margin: 0;
}

#document.privacypolicy .fv .title small {
  display: block;
}

@media (min-width: 768px) {
  #document.privacypolicy .fv::after {
    bottom: -57px;
    height: 120px;
  }
  #document.privacypolicy .fv .title {
    padding: 203px 0 96px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4375;
  }
  #document.privacypolicy .fv .title small {
    font-size: 1.125rem;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 767px) {
  #document.privacypolicy .fv {
    padding: 157px 0 66px;
  }
  #document.privacypolicy .fv::after {
    bottom: -39px;
    height: 80px;
  }
  #document.privacypolicy .fv .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #document.privacypolicy .fv .title small {
    font-size: 0.9375rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}

#document.privacypolicy .body {
  position: relative;
}

#document.privacypolicy .body:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background: rgba(131, 208, 89, 0.1);
}

@media (min-width: 768px) {
  #document.privacypolicy .body {
    font-size: 1.125rem;
    line-height: 2;
    padding: 109px 0 130px;
  }
  #document.privacypolicy .body:after {
    width: 100vw;
    left: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  #document.privacypolicy .body {
    font-size: 0.9375rem;
    line-height: 2;
    padding: 72px 30px 97px;
  }
  #document.privacypolicy .body:after {
    width: 100%;
    left: 0;
  }
}

#document.privacypolicy .lead {
  margin: 0;
}

@media (min-width: 768px) {
  #document.privacypolicy .lead {
    text-align: center;
  }
}

#document.privacypolicy .policyList .policy {
  margin: 0;
}

#document.privacypolicy .policyList .policy > dt {
  border-bottom: 1px solid #83d059;
}

#document.privacypolicy .policyList .policy > dd {
  margin: 0;
}

#document.privacypolicy .policyList .policy .heading {
  margin: 0;
}

@media (min-width: 768px) {
  #document.privacypolicy .policyList {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 82px auto 0;
  }
  #document.privacypolicy .policyList > li {
    width: 450px;
  }
  #document.privacypolicy .policyList .policy > dt {
    padding-bottom: 10px;
    margin: 0 0 32px;
  }
  #document.privacypolicy .policyList .policy .heading {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  #document.privacypolicy .policyList {
    margin-top: 67px;
  }
  #document.privacypolicy .policyList > li + li {
    margin-top: 45px;
  }
  #document.privacypolicy .policyList .policy > dt {
    padding-bottom: 11px;
    margin: 0 0 23px;
  }
  #document.privacypolicy .policyList .policy .heading {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  #document.privacypolicy .btnList {
    margin: 75px auto 0;
  }
}

#document.privacypolicy .note {
  text-align: center;
  color: #606e79;
}

@media (min-width: 768px) {
  #document.privacypolicy .note {
    margin: 14px 0 0;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  #document.privacypolicy .note {
    font-size: 0.75rem;
    line-height: 1.5;
    margin: 27px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document.privacypolicy .heading {
    margin: 30px 0 10px;
  }
  #document.privacypolicy .btnList {
    margin: 72px 0 0;
  }
  #document.privacypolicy .btnList > li + li {
    margin-top: 20px;
  }
}

#document.company #gheader {
  opacity: 1;
  background: #fff;
  box-shadow: 0 3px 20px rgba(26, 34, 41, 0.05);
}

#document.company .fv {
  position: relative;
}

#document.company .fv::after {
  position: absolute;
  right: 50%;
  content: "";
  border-right: 1px solid #1A2229;
}

#document.company .fv .title {
  text-align: center;
  margin: 0;
}

#document.company .fv .title small {
  display: block;
}

@media (min-width: 768px) {
  #document.company .fv::after {
    bottom: -57px;
    height: 120px;
  }
  #document.company .fv .title {
    padding: 203px 0 96px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4375;
  }
  #document.company .fv .title small {
    font-size: 1.125rem;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 767px) {
  #document.company .fv {
    padding: 157px 0 66px;
  }
  #document.company .fv::after {
    bottom: -39px;
    height: 80px;
  }
  #document.company .fv .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #document.company .fv .title small {
    font-size: 0.9375rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}

#document.company .body {
  position: relative;
}

#document.company .body:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background: rgba(131, 208, 89, 0.1);
}

@media (min-width: 768px) {
  #document.company .body {
    font-size: 1.125rem;
    line-height: 2;
    padding: 109px 0 120px;
  }
  #document.company .body:after {
    width: 100vw;
    left: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  #document.company .body {
    font-size: 0.9375rem;
    line-height: 2;
    padding: 63px 30px 79px;
  }
  #document.company .body:after {
    width: 100%;
    left: 0;
  }
}

@media (min-width: 768px) {
  #document.company .infoList {
    width: 700px;
    margin: 0 auto;
  }
}

#document.company .infoList > dt {
  float: left;
  clear: both;
  font-weight: 700;
}

#document.company .infoList > dt:first-of-type {
  padding-top: 0;
}

#document.company .infoList > dt:last-of-type {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #document.company .infoList > dt {
    width: 170px;
    padding: 31px 0 31px 102px;
  }
}

@media screen and (max-width: 767px) {
  #document.company .infoList > dt {
    font-size: 0.9375rem;
    line-height: 1.6;
    width: 75px;
    padding: 26px 0 26px 20px;
  }
}

#document.company .infoList > dd {
  border-bottom: 1px solid #83d059;
  margin: 0;
}

#document.company .infoList > dd:first-of-type {
  padding-top: 0;
}

#document.company .infoList > dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #document.company .infoList > dd a {
    pointer-events: none;
    color: inherit;
  }
}

@media screen and (max-width: 767px) {
  #document.company .infoList > dd a {
    text-decoration: underline;
  }
}

@media (min-width: 768px) {
  #document.company .infoList > dd {
    padding: 31px 0 31px 272px;
  }
}

@media screen and (max-width: 767px) {
  #document.company .infoList > dd {
    padding: 26px 0 26px 95px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
/*# sourceMappingURL=../../Templates/dev/sourcemap/common/styles.css.map */
