@charset "utf-8";

.ir_finance_year .mainbox {
  color: #333;
}
.sales-total-val-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
.circle-graph-wrapper,
.sales-total-val-container {
  position: relative;
  width: 50%;
  height: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.circle-graph-container {
  position: absolute;
  top: 0;
  left: 0;
}
.circle-graph-svg {
  transform: rotate(-90deg);
  overflow: hidden;
  vertical-align: middle;
  width: 400px;
  height: 400px;
  animation: fadeIn 2s ease 0s 1 normal;
}
.circle-item {
  fill: transparent;
  stroke-width: 100;
}
.circle-it {
  stroke: #d8152a;
  stroke-dasharray: 293 600;
}
.circle-cs {
  stroke: #1780d8;
  stroke-dasharray: 373 600;
}
.circle-hr {
  stroke: #f43092;
  stroke-dasharray: 461 600;
}
.circle-ec {
  stroke: #f8cc45;
  stroke-dasharray: 560 600;
}
.circle-insurance {
  stroke: #F15A24;
  stroke-dasharray: 587 600;
}
.circle-in {
  stroke: #810c80;
  stroke-dasharray: 600 600;
}
.sales-val-list-box {
  position: relative;
}
.sales-val-list-item {
  position: absolute;
  animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* .sales-item-val {
  font-size: 15px;
}
.sales-item-percent {
  font-size: 25px;
} */
.sales-item-val,
.sales-item-percent {
  display: block;
  width: 8em;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-align: center;
  /* text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, 0 0 1px #fff, 0 -1px 1px #fff; */
}
.sales-val-it {
  top: 170px;
  left: 230px;
}
.sales-val-cs {
  top: 260px;
  left: 95px;
}
.sales-val-ec {
  top: 103px;
  left: 52px;
}
.sales-val-hr {
  top: 190px;
  left: 40px;
  }
.sales-val-insurance {
  top: 50px;
  left: 90px;
}
.sales-val-in {
  top: 50px;
  left: 160px;
}

/* sales-total-val-container */
.sales-total-val-container {
  padding: 60px 45px 0 45px;
}
.sales-total-fy6-19 {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  padding-bottom: 6px;
}
.sales-total-ttl {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
}
.sales-total-val {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  /* font-weight: bold; */
  padding-bottom: 15px;
}
.sales-total-val em.val {
  padding-right: 10px;
  font-size: 35px;
}
.sales-note-list-box {
  /* background-color:#eee;
	padding:10px 13px 5px; */
}
.sales-note-list-item {
  /* font-size: 13px; */
  line-height: 1.5;
  color: #333;
  position: relative;
  padding: 0 0 5px 18px;
  /* font-family: "Meiryo UI"; */
}
.sales-note-list-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -0.55em;
}
.sales-note-list-item.sales-note-it:before {
  background-color: #d8152a;
}
.sales-note-list-item.sales-note-cs:before {
  background-color: #1780d8;
}
.sales-note-list-item.sales-note-ec:before {
  background-color: #f43092;
}
.sales-note-list-item.sales-note-insurance:before {
  background-color: #F15A24;
}
.sales-note-list-item.sales-note-hr:before {
  background-color: #fc0;
}
.sales-note-list-item.sales-note-in:before {
  background-color: #810c80;
}
.sales-note-list-item.sales-note-others:before {
  background-color: #0c8167;
}
/* bar-graph */
.barchart_area_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: center; */
}
.barchart_area {
  width: 50%;
  padding-bottom: 50px;
}

#BpsIfrs h3.no_border {
  min-height: 55px;
}

.chart_unit {
  padding-bottom: 10px;
  font-size: 12px;
}

.bar-graph-wrapper {
  position: relative;
  height: 350px;
  animation: fadeIn 2s ease 0s 1 normal;
}
.bar-graph-container {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 40px 45px;
  width: 325px;
}
.bar-graph-wrapper.bar-graph-non-note {
  height: 290px;
}
.bar-graph-base-box {
  border-left: 0;
  border-bottom: 1px solid #878787;
  min-width: 280px;
  height: 250px;
}
.bar-graph-base-box.bar-graph-axis-base-box {
  width: 245px;
  border-right: 1px solid #878787;
}
.bar-graph-base-line {
  border-top: 1px solid #878787;
  position: relative;
}
.bar-graph-base-col-6 .bar-graph-base-line {
  height: 16.67%;
}
.bar-graph-base-col-5 .bar-graph-base-line {
  height: 20%;
}
.bar-graph-base-col-4 .bar-graph-base-line {
  height: 25%;
}
.bar-graph-base-col-3 .bar-graph-base-line {
  height: 33.33%;
}
.bar-graph-base-col-2 .bar-graph-base-line {
  height: 50%;
}
.bar-graph-base-line:last-child {
  border: none;
}
.bar-graph-base-line-scale {
  position: absolute;
  top: -8px;
  left: -45px;
  font-size: 11px;
  line-height: 1.5;
  text-align: right;
  width: 35px;
}
.bar-graph-container.bar-graph-axis-box {
  padding-left: 20px;
  padding-right: 20px;
  width: 320px;
}
.bar-graph-axis-base-box .bar-graph-base-line-scale {
  left: -25px;
  width: 20px;
}
.bar-graph-base-line-scale-axis {
  position: absolute;
  top: -8px;
  right: -45px;
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
  width: 35px;
}
.bar-graph-list-box {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
.bar-graph-list-item {
  width: 33.3%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* padding: 0 0 0 22px; */
}
.bar-graph-axis-box .bar-graph-list-item {
  padding: 0;
}
.bar-graph-list-item-scale-box {
  display: block;
  position: relative;
  width: 51px;
  height: 250px;
  margin: 0 auto;
}
.bar-graph-list-item-scale {
  display: block;
  position: absolute;
  bottom: 0;
  width: 24px;
}
.bar-graph-list-item-scale-maina {
  display: block;
  position: absolute;
  bottom: 63px;
  width:24px;
}
.bar-graph-list-item-scale.bar-graph-list-item-scale-type-00 {
  width: 36px;
  /* left: 4px; */
  left: 50%;
  transform: translateX(-50%);
}
.bar-graph-list-item-scale-type-00 {
  background-color: #eb0045;
  height: 50px;
  left: 25px;
}
.bar-graph-list-item-scale-type-01 {
  background-color: #eb0045;
  height: 30px;
  left: 0;
}
.bar-graph-list-item-scale-type-02 {
  background-color: #a6a6a6;
  height: 50px;
  left: 25px;
}
.bar-graph-list-item-scale-val {
  display: block;
  position: absolute;
  top: -22px;
  left: 0;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  width: 40px;
  margin-left: -8px;
}
.bar-graph-list-item-scale-type-00 .bar-graph-list-item-scale-val {
  margin-left: 0;
}
.bar-graph-axis-box .bar-graph-list-item-scale-val {
  top: 8px;
  color: #fff;
}
.text-dsb {
  display: block;
}
.bar-graph-list-item-ttl {
  position: absolute;
  bottom: -48px;
  left: 0;
  font-size: 12px;
  line-height: 1.3;
  width: 100%;
  height: 40px;
  text-align: center;
}
.bar-graph-note-list-box {
  position: relative;
  height: 355px;
}
.bar-graph-note-list {
  position: absolute;
  bottom: 0;
  left: 0;
  /* background-color: #eee; */
  width: 280px;
  height: 50px;
  /* -webkit-box-sizing: border-box; */
  /* box-sizing: border-box; */
  /* padding: 8px 0 0 30px; */
}
.bar-graph-note-list-item {
  font-size: 11px;
  line-height: 1.5;
  color: #333;
  position: relative;
  padding: 0 0 3px 18px;
}
.bar-graph-note-list-item:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 10px;
  height: 10px;
}
.bar-graph-note-list-item.bar-graph-note-type-01:before {
  background-color: #a6a6a6;
}
.bar-graph-note-list-item.bar-graph-note-type-02:before {
  background-color: #eb0045;
}
.bar-graph-axis-box .bar-graph-note-list {
  padding-top: 4px;
  width: 246px;
  height: 35px;
}
.bar-graph-axis-box .bar-graph-note-list-item {
  display: inline-block;
  width: 70px;
}
.bar-graph-axis-box .bar-graph-note-type-01 {
  width: 140px;
  margin-left: 20px;
  padding-left: 24px;
}
.bar-graph-axis-box .bar-graph-note-type-01:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -8px;
  width: 26px;
  height: 10px;
  border-bottom: 2px solid #a6a6a6;
}
.bar-graph-axis-svg-polyline {
  stroke: #a6a6a6;
  stroke-width: 2px;
  fill: none;
}
.bar-graph-axis-svg-rect {
  fill: #a6a6a6;
  width: 10px;
  height: 10px;
}
.bar-graph-axis-list-container {
  position: absolute;
  top: 0;
  left: 21px;
  width: 246px;
}
.bar-graph-axis-list-box {
  position: relative;
  height: 250px;
}
.bar-graph-axis-list-item {
  display: block;
  position: absolute;
  font-size: 12px;
  line-height: 1.5;
  width: 5em;
  margin-top: 10px;
  margin-left: -2.5em;
  text-align: center;
}
.ir_finance_year #AssetIfrs,
.ir_finance_year #BpsIfrs {
  height: auto;
}

@media (max-width: 870px) {
  .circle-graph-wrapper,
  .sales-total-val-container {
    width: 400px;
    height: 350px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .sales-total-val-wrapper {
    display: block;
  }

  .barchart_area_wrap {
    display: block;
  }
  .barchart_area {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .bar-graph-container {
    width: 100%;
  }
}