@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 1.4rem;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"] {
  padding: 1em;
  text-align: left;
  width: 100%;
  border-bottom: solid 2px #ccc;
}

input[type="radio"] {
  cursor: pointer;
}

.select_wrap {
  border: solid 1px #ccc;
  position: relative;
}

.select_wrap::after {
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #1C9FD1 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
}

select {
  padding: 0.5em;
  min-width: 100%;
  cursor: pointer;
}

button {
  margin: auto;
  padding: 0.5em 0;
  font-size: 16px;
  width: 200px;
  min-height: 50px;
  text-align: center;
  color: #fff;
  background: #1C9FD1;
  border-radius: 5px;
}

button:active {
  -webkit-transform: translate(0, 1px);
          transform: translate(0, 1px);
}

button.back {
  background: #fff;
  border: solid 1px #333;
  color: #333;
}

button.save {
  background: #fff;
  border: solid 1px #55acee;
  color: #55acee;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

#loading span {
  margin: auto;
  display: block;
  font-size: 20px;
  line-height: 1;
}

.err {
  color: #f00;
}

/*-------------------------------------------------------------
header
/*-------------------------------------------------------------*/
header {
  margin: 50px auto 60px;
  padding-bottom: 15px;
  width: 100%;
  max-width: 1000px;
  border-bottom: solid 1px #333;
}

/*-------------------------------------------------------------
main
/*-------------------------------------------------------------*/
main {
  margin: auto;
  width: 1000px;
}

main h2 {
  margin: auto auto 30px;
  padding: 0 0 10px;
  font-size: 3rem;
  border-bottom: solid 1px #333;
}

main h4{
  font-size: 2rem;
  margin-bottom: 1rem;
}

main .maru{
  padding: 0;
  list-style-type: none;
  border: none;
  margin-bottom: 4rem;
}

main .maru li{
  position:relative;
  padding: 0 0 0.3em 1.6em;
  line-height: 1.4;
}

main .maru li:before{
  content: '';
  position: absolute;
  background-color: #000;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  left: 1rem;
  top: 0.4rem;
}

main .dot{
  padding: 0;
  list-style-type: none;
  border: none;
  margin-bottom: 4rem;
}

main .dot li{
  position:relative;
  padding: 0 0 0.3em 1.6em;
  line-height: 1.4;
}

main .dot li:before{
  content: '';
  position: absolute;
  background-color: #000;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  left: 1rem;
  top: 0.7rem;
}

main .box{
  margin: 80px auto;
  width: 500px;
}

main .button_area_top {
  margin: auto auto 20px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .button_area_top .back {
  margin: 0 auto 0 0;
}

main .button_area_top .save {
  margin: 0 0 0 auto;
}

main .button_area {
  margin: 30px auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
}

main .button_area > button {
  margin: 0 20px;
  width: 300px;
  height: 50px;
  border-radius: 25px;
}

main .button_area > button#btn_r, main .button_area > button#btn_p, main .button_area > button#btn_b {
  border-radius: 5px;
  position: relative;
}

main .button_area > button#btn_r::after, main .button_area > button#btn_p::after, main .button_area > button#btn_b::after {
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}

main#login {
  margin: 60px auto;
}

main#login form {
  margin: 80px auto;
  width: 500px;
}

main#login form > dl {
  margin: auto auto 30px -50px;
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main#login form > dl dt {
  margin: 0;
  width: 100px;
  font-weight: normal;
  font-size: 15px;
}

main#login form > dl dd {
  margin: 0;
  width: 400px;
}

main#login form > dl:last-child {
  margin-top: 60px;
}

main#login input[type="text"],
main#login input[type="password"] {
  border: solid 1px #ccc;
}

main#login button {
  width: 100%;
}

main#input {
  margin: 60px auto;
}

main#input h2 {
  margin: auto auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main#input h2 span {
  margin: 0;
}

main#input h2 p {
  margin: 0 0 0 2em;
  font-size: 14px;
}

main#input .input_area {
  margin: 20px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main#input .input_area > div {
  margin: 0 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main#input .input_area > div input {
  margin: 0 10px 0 0;
}

main#input .input_area > div input[type="text"], main#input .input_area > div input[type="tel"] {
  padding: 0.5em;
  width: 100px;
}

main#input .input_area > div #item_number {
  margin: auto 10px;
  height: 32px;
}

main#input .input_area > div .button {
  padding: 0.5em 2.5em;
  border: solid 1px #1C9FD1;
  color: #1C9FD1;
  text-align: center;
  cursor: pointer;
  position: relative;
}

main#input .input_area > div .button:active {
  -webkit-transform: translate(0, 1px);
          transform: translate(0, 1px);
}

main#input .input_area > div .button:before {
  margin: auto;
  content: "＋";
  display: block;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  background: #1C9FD1;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
}

main#input .input_area #btn_load {
  margin: auto 0 auto auto;
  padding: 0;
  height: 32px;
  min-height: auto;
  color: #55acee;
  background: #fff;
  border: solid 1px #55acee;
}

main#input .input_area #load_csv {
  display: none;
}

main#input .select_table {
  padding-top: 20px;
  position: relative;
}

main#input .select_table #all_delete {
  margin: auto;
  padding: 0.5em 0 0.5em 3em;
  width: 150px;
  border: solid 1px #1C9FD1;
  color: #1C9FD1;
  position: absolute;
  right: 0;
  top: -20px;
  cursor: pointer;
}

main#input .select_table #all_delete:active {
  -webkit-transform: translate(0, 1px);
  transform: translate(0, 1px);
}

main#input .select_table #all_delete:before {
  margin: auto;
  content: "－";
  display: block;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  background: #1C9FD1;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
}

main#input .select_table table {
  margin: auto;
  width: 100%;
}

main#input .select_table table thead tr {
  border-top: solid 1px #E8E8E8;
  border-bottom: solid 1px #E8E8E8;
}

main#input .select_table table tr {
  border-bottom: solid 1px #E8E8E8;
}

main#input .select_table table tr th {
  padding: 1.5em 0.5em;
  background: #F9FBF5;
  vertical-align: middle;
}

main#input .select_table table tr th:nth-child(1) {
  width: 160px;
}

main#input .select_table table tr th:nth-child(2) {
  width: 400px;
}

main#input .select_table table tr th:nth-child(3) {
  width: 240px;
}

main#input .select_table table tr th:nth-child(4) {
  width: 120px;
}

main#input .select_table table tr th:nth-child(5) {
  width: 80px;
  border-left: solid 1px #E8E8E8;
  background: #F5F6FB;
}

main#input .select_table table tr td {
  padding: 1.5em 0.5em;
  vertical-align: middle;
}

main#input .select_table table tr td:nth-child(1) {
  width: 160px;
}

main#input .select_table table tr td:nth-child(2) {
  width: 400px;
}

main#input .select_table table tr td:nth-child(3) {
  width: 240px;
}

main#input .select_table table tr td:nth-child(4) {
  width: 120px;
}

main#input .select_table table tr td:nth-child(5) {
  width: 80px;
  border-left: solid 1px #E8E8E8;
}

main#input .select_table table tr td .input_t {
  padding: 0.5em;
  width: calc(100% - 20px);
}

main#input .select_table table tr td .input_t:disabled {
  background: #ccc;
  opacity: 0.7;
}

main#input .select_table table tr td span {
  margin-left: 0.5em;
  display: inline-block;
}

/* 2021/04/12 大西 改変：先頭行の削除ボタンが無効となっていたため、解除 */
main#input .select_table table tbody tr:first-child .delete {
  /*
  display: none;
  pointer-events: none;
  */
}

main#input .select_table .delete {
  cursor: pointer;
  color: #1C9FD1;
  font-size: 11px;
}

main#input .select_table .delete::before {
  margin: auto 5px auto auto;
  content: "×";
  display: inline-block;
  width: 14px;
  height: 14px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 14px;
  background: #1C9FD1;
  border-radius: 50%;
  vertical-align: middle;
}

main#input select {
  padding-right: 2.3em;
  font-size: 12px;
}

main#input select.select1 {
  width: 175px;
}

main#input select.select2 {
  width: 380px;
}

main#input select.select3 {
  width: 210px;
}

main#input select:disabled {
  background: #ccc;
}

main#input input[type="text"], main#input input[type="tel"] {
  border: solid 1px #ccc;
  font-size: 12px;
}

main#result {
  margin: 60px auto;
  position: relative;
}

main#result .result_table {
  overflow: hidden;
  overflow: scroll;
  width: 100%;
  height: 400px;
  border: solid 1px #ccc;
}

main#result .result_table table {
  margin: auto;
  width: 4260px;
  position: relative;
}

main#result .result_table table tr {
  border-bottom: solid 1px #ccc;
}

main#result .result_table table th {
  padding: 1em;
  vertical-align: middle;
  text-align: center;
  width: 60px;
  height: 150px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  font-weight: normal;
  background: #F9FBF5;
  border-right: solid 1px #ccc;
}

main#result .result_table table th > i {
  margin: auto;
  display: block;
  font-style: normal;
}

main#result .result_table table th:first-child {
  width: 450px;
  text-align: left;
  border: none;
  z-index: 10;
}

main#result .result_table table th:last-child {
  border: none;
}

main#result .result_table table th:first-child:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1px;
  border: solid 1px #ccc;
}

main#result .result_table table th:not(:first-child) span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

main#result .result_table table th:not(:first-child) span i {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  font-style: normal;
}

main#result .result_table table td {
  padding: 1em;
  text-align: center;
  border-right: solid 1px #ccc;
}

main#result .result_table table td:first-child {
  width: 300px;
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
  border: none;
}

main#result .result_table table td:last-child {
  border: none;
}

main#result .result_table table td:first-child:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1px;
  border: solid 1px #ccc;
}

main#result .result_table table #total {
  width: 100%;
  background: #F9FBF5;
}

main#result .result_table table #total td:first-child {
  background: #F9FBF5;
}

main#input2 {
  margin: 60px auto;
  position: relative;
}

main#input2 h2 {
  margin: auto auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main#input2 h2 span {
  margin: 0;
}

main#input2 h2 p {
  margin: 0 0 0 2em;
  font-size: 14px;
}

main#input2 .input_area {
  margin: auto;
  width: 500px;
  border-top: solid 1px #E8E8E8;
  border-bottom: solid 1px #E8E8E8;
}

main#input2 .input_area > div {
  margin: auto auto 40px;
}

main#input2 .input_area > div select {
  padding: 1em;
}

main#input2 .input_area .select {
  margin: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #E8E8E8;
}

main#input2 .input_area .select:last-child {
  border-bottom: none;
}

main#input2 .input_area .select dt {
  margin: 0;
  padding: 0 1em;
  height: 55px;
  line-height: 55px;
  font-weight: normal;
  width: 160px;
  background: #F9FBF5;
  border-right: solid 1px #E8E8E8;
}

main#input2 .input_area .select dd {
  margin: 0;
  padding: 10px;
  width: 340px;
}

main#input2 .input_area .select input[type="text"] {
  margin: 0 10px 0 0;
  padding: 5px;
  width: 200px;
  border: solid 1px #ccc;
}

main#input2 .input_area #select1 dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main#input2 .input_area #select1 dd > div {
  margin: 0 20px 0 0;
}

main#input2 .input_area #select1 dd > div label {
  display: inline-block;
  vertical-align: middle;
}

main#input2 .input_area #select2 dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main#input2 .input_area #select2 dd > div {
  margin: 0 10px 0 0;
  width: 200px;
}

main#input2 .input_area #select3 {
  display: none;
}

main#input2 .input_area #select3 dd > div {
  width: 200px;
}

main#input2 .input_area #disp_bmi span {
  margin: auto 0.3em auto auto;
  display: inline-block;
}

main#chart1 {
  margin: 60px auto;
  position: relative;
}

main#chart1 .label_area {
  text-align: right;
}

main#chart1 .label_area #label {
  display: inline-block;
  text-align: left;
}

main#chart1 .label_area #label li {
  margin: auto auto 5px;
  font-size: 13px;
}

main#chart1 .label_area #label li:before {
  margin: auto 5px auto auto;
  content: "";
  display: inline-block;
  width: 15px;
  height: 3px;
  vertical-align: middle;
}

main#chart1 .label_area #label li:first-child:before {
  background: #28A3C8;
}

main#chart1 .label_area #label li:last-child:before {
  background: #D1CDA3;
}

main#chart1 .chart_area {
  background: #fff;
}

main#chart1 .chart_area h3 {
  margin: auto auto 20px;
  text-align: center;
  font-size: 1.6rem;
}

main#chart2 {
  margin: 60px auto;
  position: relative;
}

main#chart2 canvas {
  width: 100%;
  height: 500px;
}

main#chart2 #chart2_label {
  margin: 10px 0 auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 965px;
}

main#chart2 #chart2_label li {
  margin: 0;
  text-align: center;
  border-left: solid 1px #ccc;
}

main#chart2 #chart2_label li:nth-child(1) {
  width: 20%;
}

main#chart2 #chart2_label li:nth-child(2) {
  width: 20%;
}

main#chart2 #chart2_label li:nth-child(3) {
  width: 30%;
}

main#chart2 #chart2_label li:nth-child(4) {
  margin: 0 0 0 auto;
  width: 30%;
}

main#chart2 #chart2_label li:last-child {
  border-right: solid 1px #ccc;
}

main#chart2 #bar_graph {
  margin: auto;
  width: 100%;
  height: 450px;
  border: solid 1px #eee;
  position: relative;
}

main#chart2 #bar_graph > span {
  margin: auto;
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 0;
}

main#chart2 #bar_graph > span.unit {
  top: -20px;
  left: 0;
  background: none;
}

main#chart2 #bar_graph > span.unit i {
  font-size: 11px;
  position: static;
}

main#chart2 #bar_graph > span i {
  font-style: normal;
  font-size: 10px;
  position: absolute;
  top: -5px;
  left: 5px;
}

main#chart2 #bar_graph > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

main#chart2 #bar_graph > ul > li {
  margin: 0;
  width: 10%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-right: solid 1px #eee;
}

main#chart2 #bar_graph > ul > li:last-child {
  border: none;
}

main#chart2 #bar_graph > ul > li > div {
  margin: 0;
  width: 30%;
  height: 0.1px;
  min-height: 0.1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

main#chart2 #bar_graph > ul > li > div span.stack {
  margin: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

main#chart2 #bar_graph > ul > li > div span.stack i {
  font-size: 10px;
  font-style: normal;
  white-space: nowrap;
  color: #fff;
}

main#chart2 #bar_graph > ul > li > div span.chip {
  margin: auto;
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 0.8em;
  left: 0;
  right: 0;
  top: -1.5em;
}

main#chart2 #bar_graph > ul > li > div:first-child {
  background: #1C9FD1;
}

main#chart2 #bar_graph > ul > li > div:last-child {
  background: #ECEAD9;
}

main#chart2 #chart2_label0 {
  margin: auto auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main#chart2 #chart2_label0 li {
  margin: 0 20px;
  font-size: 13px;
  text-align: center;
}

main#chart2 #chart2_label0 li:before {
  margin: auto 0.5em auto auto;
  content: "";
  display: inline-block;
  vertical-align: -2px;
  width: 40px;
  height: 1em;
}

main#chart2 #chart2_label0 li:first-child:before {
  background: #1C9FD1;
}

main#chart2 #chart2_label0 li:last-child:before {
  background: #ECEAD9;
}

main#chart2 #chart2_label1 {
  margin: 5px 0 auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

main#chart2 #chart2_label1 li {
  margin: 0;
  width: 10%;
  font-size: 11px;
  text-align: center;
}

main#chart2 #chart2_label2 {
  margin: 10px auto auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

main#chart2 #chart2_label2 li {
  margin: 0;
  text-align: center;
  border-left: solid 1px #ccc;
}

main#chart2 #chart2_label2 li:nth-child(1) {
  width: 20%;
}

main#chart2 #chart2_label2 li:nth-child(2) {
  width: 20%;
}

main#chart2 #chart2_label2 li:nth-child(3) {
  width: 30%;
}

main#chart2 #chart2_label2 li:nth-child(4) {
  margin: 0 0 0 auto;
  width: 30%;
}

main#chart2 #chart2_label2 li:last-child {
  border-right: solid 1px #ccc;
}

main#chart3 {
  margin: 60px auto;
  position: relative;
}

main#chart3 canvas {
  width: 100%;
  height: 500px;
}

main#chart3 #chart3_label {
  margin: 10px 0 auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 965px;
}

main#chart3 #chart3_label li {
  margin: 0;
  text-align: center;
  border-left: solid 1px #ccc;
}

main#chart3 #chart3_label li:nth-child(1) {
  width: 20%;
}

main#chart3 #chart3_label li:nth-child(2) {
  width: 20%;
}

main#chart3 #chart3_label li:nth-child(3) {
  width: 30%;
}

main#chart3 #chart3_label li:nth-child(4) {
  margin: 0 0 0 auto;
  width: 30%;
}

main#chart3 #chart3_label li:last-child {
  border-right: solid 1px #ccc;
}

main#chart3 #bar_graph {
  margin: auto;
  padding: 60px 0 0;
  width: 100%;
  height: 400px;
  border: solid 1px #eee;
  position: relative;
}

main#chart3 #bar_graph > ul {
  margin: auto;
  width: 90%;
  height: 100%;
}

main#chart3 #bar_graph > ul > li {
  margin: 0;
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

main#chart3 #bar_graph > ul > li > h3 {
  margin: -115px auto 0;
  font-size: 16px;
  position: absolute;
  left: 0;
}

main#chart3 #bar_graph > ul > li > div {
  margin: 0;
  width: 0.1px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

main#chart3 #bar_graph > ul > li > div span.stack {
  margin: 0;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main#chart3 #bar_graph > ul > li > div span.stack:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}

main#chart3 #bar_graph > ul > li > div span.stack i {
  margin: 0;
  font-size: 10px;
  font-style: normal;
  white-space: nowrap;
  z-index: 1;
}

main#chart3 #bar_graph > ul > li > div span.stack:nth-child(2) {
  background: #1C9FD1;
}

main#chart3 #bar_graph > ul > li > div span.stack:nth-child(3) {
  background: #D1C51C;
}

main#chart3 #bar_graph > ul > li > div span.stack:nth-child(4) {
  background: #1CD199;
}

main#chart3 #bar_graph > ul > li > div span.chip {
  margin: auto;
  width: auto;
  position: absolute;
  text-align: center;
  left: 0;
  top: -20px;
}

main#chart3 #bar_graph > ul > li:nth-child(2) span.stack:nth-child(2) {
  width: 13%;
}

main#chart3 #bar_graph > ul > li:nth-child(2) span.stack:nth-child(3) {
  width: 27%;
}

main#chart3 #bar_graph > ul > li:nth-child(2) span.stack:nth-child(4) {
  width: 60%;
}

main#chart3 #chart3_label0 {
  margin: auto auto 5px;
}

main#chart3 #chart3_label0 li {
  margin: auto;
  text-align: right;
}

main#chart3 #chart3_label2 {
  margin: auto auto auto 0;
  position: absolute;
  left: 10px;
  top: 10px;
}

main#chart3 #chart3_label2 p {
  margin: auto 2em 1em 0;
  display: inline-block;
}

main#chart3 #chart3_label2 p:before {
  margin: auto 5px auto auto;
  content: "";
  display: inline-block;
  width: 2.5em;
  height: 1em;
  vertical-align: -2px;
}

main#chart3 #chart3_label2 p:nth-child(1):before {
  background: #1C9FD1;
}

main#chart3 #chart3_label2 p:nth-child(2):before {
  background: #D1C51C;
}

main#chart3 #chart3_label2 p:nth-child(3):before {
  background: #1CD199;
}

/*-------------------------------------------------------------
footer
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------
ログイン
/*-------------------------------------------------------------*/
/*# sourceMappingURL=style.css.map */