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

title : 決算・業績情報
scope : 決算・業績情報

2023/07/31 グラフcss最新化
2023/07/28 テーブルセルの幅の調整・キャプションの追加
2020/09/20 306_kondo テーブルセルの高さ調整
2019/05/09 TCI_yoneshima フォントサイズ修正
2019/05/07 TCI_yoneshima 新規作成
========================================================== */
/* ======================================
TOP
====================================== */
/* contents
-------------------------------------- */
#contents {
  margin: 0 auto 26px;
  width: 920px;
}
#contents section {}
@media only screen and (max-width:812px) {
  #contents {
    margin-bottom: 0;
    width: 100%;
  }
}
/* .mv_box
-------------------------------------- */
.mv_box {
  background: url(/ir/performance/image/img_title.png) no-repeat;
  height: 300px;
  position: relative;
  margin: 15px auto 30px;
}
.mv_box02 {
  background: url(/ir/performance/image/img_title02.png) no-repeat;
  height: 300px;
  position: relative;
  margin: 0 auto 30px;
}
.mv_box03 {
  background: url(/ir/performance/image/img_title03.png) no-repeat;
  height: 300px;
  position: relative;
  margin: 0 auto 30px;
}
.mv_box04 {
  background: url(/ir/performance/image/img_title04.png) no-repeat;
  height: 300px;
  position: relative;
  margin: 0 auto 30px;
}
.mv_box05 {
  background: url(/ir/performance/image/img_title05.png) no-repeat;
  height: 300px;
  position: relative;
  margin: 0 auto 30px;
}
.mv_ttl_block {
  width: 41.305%;
  text-align: center;
}
.mv_ttl_block h1 {
  padding: 14px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
.mv_ttl_block h1 span {
  font-size: 12px;
}
.mv_ttl_block p {
  font-size: 16px;
  color: #fff;
  line-height: 1.7;
  margin: 2.5em 2.5em 0;
  text-align: left;
}
.mv_box .mv_ttl_block .ttl_main, .mv_box02 .mv_ttl_block .ttl_main, .mv_box03 .mv_ttl_block .ttl_main, .mv_box04 .mv_ttl_block .ttl_main, .mv_box05 .mv_ttl_block .ttl_main {
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 812px) {
  .mv_box {
    margin: 5px auto 3vw;
    width: 100%;
    height: auto;
    background: url(/ir/performance/image/img_title.png) no-repeat center top / 100% auto;
  }
  .mv_box02 {
    background: url(/ir/performance/image/img_title02.png) no-repeat center top / 100% auto;
    margin: 5px auto 3vw;
    width: 100%;
    height: auto;
  }
  .mv_box03 {
    background: url(/ir/performance/image/img_title03.png) no-repeat center top / 100% auto;
    margin: 5px auto 3vw;
    width: 100%;
    height: auto;
  }
  .mv_box04 {
    background: url(/ir/performance/image/img_title04.png) no-repeat center top / 100% auto;
    margin: 5px auto 3vw;
    width: 100%;
    height: auto;
  }
  .mv_box05 {
    background: url(/ir/performance/image/img_title05.png) no-repeat center top / 100% auto;
    margin: 5px auto 3vw;
    width: 100%;
    height: auto;
  }
  .mv_ttl_block {
    width: 100%;
  }
  .mv_ttl_block h1 span {
    display: inline-block;
    margin: 0 0 6.5vw;
    font-size: .5rem;
  }
  .mv_box .mv_ttl_block p, .mv_box02 .mv_ttl_block p, .mv_box03 .mv_ttl_block p, .mv_box04 .mv_ttl_block p, .mv_box05 .mv_ttl_block p {
    margin: 0 1em;
    font-size: 4vw;
    color: #333;
  }
  .mv_ttl_block h1 {
    width: 41.305%;
    padding: 4vw 0 0;
    margin: 0 0 14vw;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
  }
}
.lead_top {
  font-size: 17px;
  line-height: 1.5;
  margin: 1rem auto;
  max-width: 724px;
}
@media screen and (max-width: 812px) {
  .lead_top {
    font-size: 4vw;
    text-align: justify;
    padding: 0 1.5rem 0;
    margin: 0 auto;
  }
}
/* indent_txt
-------------- */
.indent_txt {
  margin-left: 1em;
  text-indent: -1em;
}
#main > h1#main_img {
  margin: 5px auto 30px;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 0 none !important;
  /*	text-indent:-999999px;*/
  width: 920px;
  height: 300px;
  background: url("../image/main_img.png") no-repeat;
}
#main {
  font-size: 16px;
  line-height: 1.7;
}
.h1_lead {
  width: 300px;
  margin: 120px 40px;
  font-size: 15px !important;
  color: #fff;
}
.fix_box {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
}
p#bun {
  width: 680px;
  margin: 20px 0 20px 55px;
}
/* --------------------------------------------------------
  pagenav
---------------------------------------------------------- */
.pagenav {
  width: 920px;
  margin: 0 auto 35px;
}
.pagenav ul {
  display: flex;
}
@media screen and (max-width: 812px) {
  .pagenav {
    width: 100%;
    margin: 0 auto 2vw;
  }
  .pagenav ul {
    display: flex;
  }
  .pagenav li {
    display: block;
    max-width: 300px;
    width: 50%;
    background: #fff;
    padding: 1rem;
    margin: .5rem;
    font-size: 1rem;
    text-align: center;
    border-radius: .1rem;
    border: 1px solid #2196F3;
  }
  .pagenav li.active {
    color: #fff;
    background: #2196F3;
    border: 1px solid #2196F3;
  }
  .pagenav li:last-child {
    margin: .5rem auto;
  }
}
/* --------------------------------------------------------
  index
---------------------------------------------------------- */
.idx_intro {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
}
.idx_intro .intro_txt {
  width: 780px;
  margin: 0 auto;
}
.idx_intro ul {
  width: 780px;
  margin: 0 auto;
  display: flex;
}
.idx_intro ul li {
  margin: 20px 10px 0;
  width: 380px;
  background: url(../image/btn_idx_link.png) no-repeat right bottom #ab9535;
  position: relative;
}
.idx_intro ul li a {
  color: #fff;
}
.idx_intro ul li span.sub_ttl {
  position: absolute;
  color: #fff;
  text-align: left;
  top: 1.5rem;
  left: 15.5rem;
  font-size: 18px;
  font-weight: bold;
}
.idx_intro ul li span.sub_ttl02 {
  position: absolute;
  color: #fff;
  text-align: left;
  top: 1.5rem;
  left: 14.5rem;
}
.idx_intro ul li span.sub_text, .idx_intro ul li span.sub_text02 {
  position: absolute;
  font-size: 1rem;
  top: 5rem;
  padding: 0 .6rem 0 1rem;
}
.bold{
	font-weight: bold;
}

@media screen and (max-width: 812px) {
  .idx_intro {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px;
  }
  .idx_intro .intro_txt {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
  }
  .idx_intro ul {
    max-width: 780px;
    width: 100%;
    margin: 0 -2vw;
    display: flex;
  }
  .idx_intro ul li {
    margin: 2vw;
    /*max-width: 190px;*/
    width: 100%;
    background: #ab9535;
    position: relative;
  }
  .idx_intro ul li img {
    width: 44vw;
    height: 44vw;
    opacity: 0.25;
  }
  .idx_intro ul li a {
    color: #fff;
  }
  .idx_intro ul li span.sub_ttl, .idx_intro ul li span.sub_ttl02 {
    position: absolute;
    color: #fff;
    text-align: center;
    top: 8vw;
    left: 0;
    right: 0;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .idx_intro ul li span.sub_text {
    position: absolute;
    top: 22vw;
    left: 0;
    right: 0;
    width: 9em;
    margin: 0 auto;
    font-size: 1rem;
    padding: 0;
  }
  .idx_intro ul li span.sub_text02 {
    position: absolute;
    top: 22vw;
    left: 0;
    right: 0;
    width: 10em;
    margin: 0 auto;
    font-size: 1rem;
    padding: 0;
  }
}
.renketsu {
  width: 780px;
  margin: 40px auto 60px;
}
.renketsu h2 {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  top: 0;
  left: 18rem;
}
.renketsu h2:before, .renketsu h2:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.renketsu h2:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.renketsu h2:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}
.renketsu .tab_nav {
  margin: 30px auto 0;
  border-bottom: 4px solid #927525;
  display: flex;
}
.renketsu .tab_nav li {
  margin-left: 0;
}
.renketsu .tab_nav li:nth-child(even) {
  margin-left: .6rem;
}
.renketsu .tab_nav li .tab_item {
  display: block;
  width: 385px;
  height: 46px;
  text-indent: -9999px;
  padding-left: 1rem;
}
.renketsu .tab_nav li .tab_item:hover {
  opacity: 0.7;
}
.renketsu .tab_nav li .tab_item.tab_01 {
  background: url(../image/nav_renketsu_01.gif) top center no-repeat;
}
.renketsu .tab_nav li .tab_item.tab_01.active {
  background: url(../image/nav_renketsu_01_on.gif) top center no-repeat;
}
.renketsu .tab_nav li .tab_item.tab_02 {
  background: url(../image/nav_renketsu_02.gif) top center no-repeat;
}
.renketsu .tab_nav li .tab_item.tab_02.active {
  background: url(../image/nav_renketsu_02_on.gif) top center no-repeat;
}
.relative {
  position: relative;
}
.idx_intro ul li a:hover:after {
  content: '';
  display: inline-block;
  background: #ffffff;
  opacity: 0.3;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 812px) {
  .renketsu {
    width: 100%;
    margin: 40px auto 60px;
  }
  .renketsu h2 {
    position: relative;
    line-height: 1.4;
    padding: 0.25em 1em;
    display: inline-block;
    top: 0;
    left: 5.5rem;
    font-size: 1.6rem;
  }
  .renketsu h2:before, .renketsu h2:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
  }
  .renketsu h2:before {
    border-left: solid 1px black;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    left: 0;
  }
  .renketsu h2:after {
    content: '';
    border-top: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    right: 0;
  }
  .renketsu h3.ttl_nv {
    margin: 1.5rem 0 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #2196F3;
    text-align: center;
    width: 100%;
  }
  .renketsu .tab_nav {
    margin: 30px auto 0;
    border-bottom: 4px solid #927525;
    display: flex;
  }
  .renketsu .tab_nav li {
    margin-left: 0;
  }
  .renketsu .tab_nav li:nth-child(even) {
    margin-left: .6rem;
  }
  .renketsu .tab_nav li .tab_item {
    display: block;
    width: 385px;
    height: 46px;
    text-indent: -9999px;
    padding-left: 1rem;
  }
  .renketsu .tab_nav li .tab_item:hover {
    opacity: 0.7;
  }
  .renketsu .tab_nav li .tab_item.tab_01 {
    background: url(../image/nav_renketsu_01.gif) top center no-repeat;
  }
  .renketsu .tab_nav li .tab_item.tab_01.active {
    background: url(../image/nav_renketsu_01_on.gif) top center no-repeat;
  }
  .renketsu .tab_nav li .tab_item.tab_02 {
    background: url(../image/nav_renketsu_02.gif) top center no-repeat;
  }
  .renketsu .tab_nav li .tab_item.tab_02.active {
    background: url(../image/nav_renketsu_02_on.gif) top center no-repeat;
  }
  .idx_intro ul li a:hover:after {
    content: '';
    display: inline-block;
    background: #ffffff;
    opacity: 0.3;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
}
/* --------------------------------------------------------
  graphlist
---------------------------------------------------------- */
.graphlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}
.graphlist .graph_item {
  width: 375px;
  margin: 30px 0 0;
  border: 1px solid #0f2058;
  border-radius: 5px;
}
.graphlist .graph_item h3 {
  background: #0f2058;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px 5px 0 0;
  padding: 10px;
}
.graphlist .graph_item .item_area {
  padding: 10px;
}
.graphlist .graph_item .item_area .p_btn {
  text-align: center;
  margin: 10px 0;
}
.graphlist .graph_item .item_area2 {
  padding: 10px 0 15px;
}
@media screen and (max-width: 812px) {
  .graphlist {
    display: block;
    margin: auto;
    width: 100%;
  }
  .graphlist .graph_item {
    width: 100%;
    margin: 30px auto 0;
    border: 1px solid #0f2058;
    border-radius: 5px;
  }
  .graphlist .graph_item h3 {
    background: #0f2058;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.3rem;
    border-radius: 5px 5px 0 0;
    padding: 10px;
  }
  .graphlist .graph_item .item_area {
    padding: 10px;
  }
  .graphlist .graph_item .item_area .p_btn {
    margin: 1rem auto;
    width: 60vw;
  }
  .graphlist .graph_item .item_area2 {
    padding: 10px 0 15px;
  }
}
/* --------------------------------------------------------
  ttl
---------------------------------------------------------- */
.title_h3 h3.ttl_pk {
  margin: 40px 0 20px;
  font-size: 1.3rem;
  font-weight: bold;
  border-left: solid 5px #F8BBD0;
  border-bottom: solid 1px #FCE4EC;
  color: #E91E63;
  padding: 0.5rem;
}
.title_h3 {
  position: relative;
}
.title_h3 p {
  position: absolute;
  top: 15px;
  right: 0;
}
.title_h3 h3.ttl_outline {
  margin: 0 0 20px 50px;
  font-size: 1.3rem;
  font-weight: bold;
  border-left: solid 5px #F8BBD0;
  border-bottom: solid 1px #FCE4EC;
  color: #E91E63;
  padding: 0.5rem;
  width: 670px;
}
.title_h3 h3.ttl_outline02 {
  margin: 1.2rem 0 0 40px;
  font-size: 1.3rem;
  font-weight: bold;
  border-left: solid 5px #E91E63;
  color: #0d47a1;
  padding: 0 0.5rem;
  width: 670px;
}
.title_h3 h3.ttl_outline03 {
  margin: 0 0 0 40px;
  font-size: 1.3rem;
  font-weight: bold;
  border-left: solid 5px #E91E63;
  color: #0D47A1;
  padding: 0 0.5rem;
  width: 670px;
}
.paget_deco {
  height: 70px;
  padding: 18px 0 0;
  margin: 0 0 20px;
  background: url(/ir/performance/image/bg_h2.png) no-repeat 50% 0;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
.paget_deco02 {
  height: 70px;
  padding: 18px 0 0;
  margin: 0 0 20px;
  background: url(/ir/performance/image/bg_h2.png)no-repeat 50% 0;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
@media screen and (max-width: 812px) {
  .title_h3 h3.ttl_pk {
    margin: 40px 0 20px;
    font-size: 1.3rem;
    font-weight: bold;
    border-left: solid 5px #F8BBD0;
    border-bottom: solid 1px #FCE4EC;
    color: #E91E63;
    padding: 0.5rem;
  }
  .title_h3 {
    position: relative;
  }
  .title_h3 p {
    position: absolute;
    top: 15px;
    right: 0;
  }
  .title_h3 h3.ttl_nv {
    margin: 40px 0 20px;
    font-size: 1.3rem;
    font-weight: bold;
    border-left: solid 5px #3F51B5;
    padding: 0.5rem;
  }
  .paget_deco {
    height: 11.5vw;
    padding: 3.2vw 0 0;
    margin: 0 0 3vw;
    background-size: 100% auto;
    font-size: 5vw;
  }
}
/* --------------------------------------------------------
  text
---------------------------------------------------------- */
.intro_txt {
  width: 780px;
  margin: 0 auto;
}
.about_kessan_01 {
  padding-top: 20px;
}
/* --------------------------------------------------------
  table
---------------------------------------------------------- */
.tbl_bl {
  width: 100%;
  border-right: 2px solid #4290bf;
  border-bottom: 2px solid #4290bf;
  font-size: 16px;
  line-height: 1.5;
}
.tbl_bl th, .tbl_bl td {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.tbl_bl th.th_bl {
  background: #b1d4e9;
  border-left: 1px solid #ffffff;
  border-top: 2px solid #4290bf;
}
.tbl_bl th.th_sky {
  background: #d2f1f5;
  border-left: 3px solid #4290bf;
  border-top: 1px solid #8dc3e4;
}
.tbl_bl th.th_sky02 {
  background: #d2f1f5;
  border-left: 3px solid #4290bf;
  border-top: 1px solid #8dc3e4;
}
.tbl_bl td {
  border-top: 1px solid #8dc3e4;
  border-left: 1px solid #8dc3e4;
}
.tbl_bl td.cell_blank {
  border: none;
}
.tbl_bl th.bd_l {
  border-left: 2px solid #4290bf;
}
.tbl_bl th.bd_t {
  border-top: 2px solid #4290bf;
}
.tbl_bl .cell_gn {
  background: #f1faec;
}
.tbl_bl .cell_r {
  text-align: right;
}
.tbl_bl .cell_l {
  text-align: left;
}
.tbl_bl .w16 {
  width: 16%;
}
.tbl_bl .h66 {
  height: 66px;
}
.tbl_bl.outline01 tr:first-of-type td,
.tbl_bl.outline01 tr:first-of-type th {
  width: 20%;
}
.tbl_bl.outline01 tr:first-of-type th:last-of-type {
  line-height: 1.3;
}
.tbl_bl.outline01 > caption {
  text-align: right;
}
.tbl_graph {
  width: 344px;
  margin: 0 auto;
  font-size: 11px;
}
.tbl_graph td {
  border-bottom: 2px solid #4290bf;
  border-left: 1px solid #4290bf;
  border-top: 1px solid #4290bf;
  text-align: center;
  padding: 3px 0;
  vertical-align: middle;
}
.tbl_graph tr td:last-child {
  border-right: 2px solid #4290bf;
}
.tbl_graph .graph_month {
  border: none;
  text-align: right;
  font-size: 12px;
  border-right: 2px solid #4290bf;
  padding: 3px 5px;
}
.tbl_graph th {
  border-top: 2px solid #4290bf;
  border-right: 1px solid #ffffff;
  text-align: center;
  background: #b1d4e9;
  font-size: 12px;
  padding: 3px 0;
  vertical-align: middle;
  width: 50px;
}
.tbl_graph tr th:last-child {
  border-right: 2px solid #4290bf;
}
.tbl_graph .graph_label {
  background: #d2f1f5;
  border-left: 2px solid #4290bf;
  border-bottom: 2px solid #4290bf;
  border-right: 1px solid #4290bf;
  width: 80px;
  line-height: 1.3;
  padding: 4px 0 3px
}
@media only screen and (max-width:812px) {
  .tbl_bl {
    width: 200%;
    border-right: 2px solid #4290bf;
    border-bottom: 2px solid #4290bf;
    font-size: 16px;
    line-height: 1.5;
  }
  .tbl_bl th, .tbl_bl td {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
  }
  .tbl_bl th.th_bl {
    background: #b1d4e9;
    border-left: 1px solid #ffffff;
    border-top: 2px solid #4290bf;
  }
  .tbl_bl th.th_sky {
    background: #d2f1f5;
    border-left: 2px solid #4290bf;
    border-top: 1px solid #8dc3e4;
  }
  .tbl_bl th.th_sky02 {
    background: #d2f1f5;
    border-left: 3px solid #4290bf;
    border-top: 1px solid #8dc3e4;
  }
  .tbl_bl td {
    border-top: 1px solid #8dc3e4;
    border-left: 1px solid #8dc3e4;
  }
  .tbl_bl td.cell_blank {
    border: none;
  }
  .tbl_bl th.bd_l {
    border-left: 2px solid #4290bf;
  }
  .tbl_bl th.bd_t {
    border-top: 2px solid #4290bf;
  }
  .tbl_bl .cell_gn {
    background: #f1faec;
  }
  .tbl_bl .cell_r {
    text-align: right;
  }
  .tbl_bl .cell_l {
    text-align: left;
  }
  .tbl_bl .w16 {
    width: 16%;
  }
  .tbl_graph {
    width: 86vw;
    margin: 0 auto;
    font-size: 2.5vw;
  }
  .tbl_graph td {
    border-bottom: 2px solid #4290bf;
    border-left: 1px solid #4290bf;
    border-top: 1px solid #4290bf;
    text-align: center;
    padding: 3px 0;
    vertical-align: middle;
  }
  .tbl_graph tr td:last-child {
    border-right: 2px solid #4290bf;
  }
  .tbl_graph .graph_month {
    border: none;
    text-align: right;
    font-size: 2.5vw;
    border-right: 2px solid #4290bf;
    padding: 0.3em;
  }
  .tbl_graph th {
    border-top: 2px solid #4290bf;
    border-right: 1px solid #ffffff;
    text-align: center;
    background: #b1d4e9;
    font-size: 2.5vw;
    padding: 0.3em 0;
    vertical-align: middle;
    width: 50px;
  }
  .tbl_graph tr th:last-child {
    border-right: 2px solid #4290bf;
  }
  .tbl_graph .graph_label {
    background: #d2f1f5;
    border-left: 2px solid #4290bf;
    border-bottom: 2px solid #4290bf;
    border-right: 1px solid #4290bf;
    width: 23.5%;
    line-height: 1.3;
    padding: 0.5em 0;
  }
}
/* --------------------------------------------------------
  outline
---------------------------------------------------------- */
#main > h1#main_outline_img {
  margin: 5px auto 30px;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 0 none !important;
  /*text-indent:-999999px;*/
  width: 920px;
  height: 300px;
  background: url("../image/main_outline.png") no-repeat;
}
.gr_box {
  background: #f4f2e6;
  width: 780px;
  margin: 40px auto 60px;
  padding: 20px 0;
}
.paget_deco + .gr_box {
  margin-top: 0;
}
.gr_box h3 {
  width: 620px;
  margin-top: -15px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.gr_box h4 {
  width: 620px;
  margin: 0 auto;
}
.gr_box .text {
  width: 680px;
  margin:0 20px 0 55px;
}
.gr_box .text p {
  margin: 15px 0 15px 0px;
}
p#kessan_img {
  width: 620px;
  margin-top: 15px auto 0;
}
.gr_box p + h3, .gr_box p + p {
  margin-top: -42px;
}
.nihonkeizai h3 {
  margin: 15px auto;
}
.gr_box .bun {
  width: 620px;
  margin: 20px auto 60px;
}
.gr_box .grbox_list {
  width: 620px;
  margin: 20px auto 0;
  overflow: hidden;
}
.gr_box .grbox_list .grbox_list_l {
  width: 285px;
  float: left;
}
.gr_box .grbox_list .grbox_list_r {
  width: 285px;
  float: right;
}
.gr_box .grbox_list li {
  margin-top: 5px;
}
.gr_box .grbox_list li.no_link {
  position: relative;
  padding-left: 16px;
}
.gr_box .grbox_list li.no_link:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #333333;
  border-radius: 50%;
  position: absolute;
  top: 0.6em;
  left: 6px;
}
.results {
  display: flex;
  width: 700px;
  margin: 15px auto;
}
.results ul.sales {
  display: block;
  width: 170px;
  padding-right: .5rem;
}
.results ul.sales li.item {
  background: #55b0c4;
  padding: .2rem 0;
  border-radius: 1.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.results ul.sales li.amount {
  font-size: .9rem;
  font-weight: bold;
  text-align: center;
  margin: .3rem 0;
}
.results ul.sales li.ratio {
  font-size: 1.6rem;
  font-weight: bold;
  color: #55b0c4;
  text-align: center;
}
.results ul.sales li.ratio span {
  font-size: .9rem;
  font-weight: bold;
  color: #55b0c4;
}
.results ul.operating_incom {
  display: block;
  width: 190px;
  padding-right: .5rem;
}
.results ul.operating_incom li.item {
  background: #d3902a;
  padding: .2rem 0;
  border-radius: 1.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.results ul.operating_incom li.amount {
  font-size: .9rem;
  font-weight: bold;
  text-align: center;
  margin: .3rem 0;
}
.results ul.operating_incom li.ratio {
  font-size: 1.6rem;
  font-weight: bold;
  color: #d3902a;
  text-align: center;
}
.results ul.operating_incom li.ratio span {
  font-size: .9rem;
  font-weight: bold;
  color: #d3902a;
}
.results ul.recurring_profit {
  display: block;
  width: 190px;
  padding-right: .5rem;
}
.results ul.recurring_profit li.item {
  background: #73bc59;
  padding: .2rem 0;
  border-radius: 1.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.results ul.recurring_profit li.amount {
  font-size: .9rem;
  font-weight: bold;
  text-align: center;
  margin: .3rem 0;
}
.results ul.recurring_profit li.ratio {
  font-size: 1.6rem;
  font-weight: bold;
  color: #73bc59;
  text-align: center;
}
.results ul.recurring_profit li.ratio span {
  font-size: .9rem;
  font-weight: bold;
  color: #73bc59;
}
.results ul.net_incom {
  display: block;
  width: 175px;
}
.results ul.net_incom li.item {
  background: #6b6fb2;
  padding: .2rem 0;
  border-radius: 1.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.results ul.net_incom li.amount {
  font-size: .9rem;
  font-weight: bold;
  text-align: center;
  margin: .3rem 0;
}
.results ul.net_incom li.ratio {
  font-size: 1.6rem;
  font-weight: bold;
  color: #6b6fb2;
  text-align: center;
}
.results ul.net_incom li.ratio span {
  font-size: .9rem;
  font-weight: bold;
  color: #6b6fb2;
}
.bl_box {
  margin: 40px auto 0;
  padding-bottom: 25px;
}
.bl_box .box_inner {
  width: 740px;
  margin: 25px auto 0;
}
.bl_box .box_inner_hudousan {
  width: 720px;
  margin: 0px auto 0;
}
.bl_box .box_inner h5 {
  margin:0 0 15px -2em;
}
.bl_box .box_inner p + h5 {
  margin-top: 35px;
}
.bl_box .box_inner .tbl_bl {
  margin: 15px 0;
}
.list_attention {
  width: 620px;
  margin: 10px auto;
}
.list_attention li {
  position: relative;
  padding-left: 17px;
}
.list_attention li:before {
  content: '※';
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.kessan_btn {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.gaiyou {
  padding-top: 15px;
}
p#bun2 {
  width: 620px;
  /*margin-top: 0;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;*/
}
@media only screen and (max-width:812px) {
  .gr_box {
    width: 100%;
    margin: 0 0 6vw;
    padding: 4vw;
  }
  .about_kessan_01 {
    padding-top: 0;
  }
  .title_h3 h3.ttl_outline03 {
    width: auto;
    margin: 0 0 3vw;
    font-size: 5vw;
  }
  .gr_box .text {
    width: 95%;
    margin:auto;
  }
  .gr_box .text p {
    margin: 0 0 5vw;
  }
  .title_h3 h3.ttl_outline02 {
    width: auto;
    margin: 0 0 3vw;
    padding: 0 0 0 1.8vw;
    font-size: 5vw;
  }
  .results {
    width: auto;
    margin: 0;
    flex-wrap: wrap;
  }
  .results ul.sales {
    width: 50%;
    padding: 0 1vw 3vw 0;
  }
  .results ul.operating_incom {
    width: 50%;
    padding: 0 0 3vw 1vw;
  }
  .results ul.recurring_profit {
    width: 50%;
    padding: 0 1vw 0 0;
  }
  .results ul.net_incom {
    width: 50%;
    padding: 0 0 0 1vw;
  }
  .results ul.sales li.ratio, .results ul.operating_incom li.ratio, .results ul.recurring_profit li.ratio, .results ul.net_incom li.ratio {
    font-size: 5.6vw;
  }
  .fix_box {
    width: auto;
  }
  .paget_deco02 {
    height: 11.5vw;
    padding: 3.2vw 0 0;
    margin: 0 0 3vw;
    background-size: 100% auto;
    font-size: 5vw;
  }
  p#bun {
    width: auto;
    margin: 0 0 2vw;
  }
  .gr_box .grbox_list {
    width: auto;
    margin: 0;
  }
  .gr_box .grbox_list .grbox_list_l, .gr_box .grbox_list .grbox_list_r {
    width: auto;
    float: none;
  }
  .gr_box .grbox_list li {
    margin-top: 2vw;
  }
  .bl_box {
    margin: 0 0 6vw;
    padding-bottom: 0;
  }
  .bl_box h4 {
    padding: 0.3em 0.5em;
    margin: 0 0 3vw;
    font-size: 5vw;
    background: #0F2058;
    color: #fff;
  }
  .bl_box .box_inner {
    width: 95%;
    margin: 0 auto;
  }
  .bl_box .box_inner_hudousan {
    width: 95%;
  }
  .bl_box .box_inner h5 {
    margin: 0 0 2vw;
  }
  .bl_box .box_inner h5 img {
    width: auto;
    height: 5vw;
  }
  .bl_box .box_inner p + h5 {
    margin: 4vw 0 2vw;
  }
  .list_attention {
    width: 90%;
  }
  .list_attention li {
    padding-left: 1.1em;
  }
  .scroll_block img {
    width: 200%;
  }
  p#bun2 {
    width: auto;
  }
}
/* --------------------------------------------------------
  finance
---------------------------------------------------------- */
#main > h1#main_finance_img {
  margin: 5px auto 30px;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 0 none !important;
  /*text-indent:-999999px;*/
  width: 920px;
  height: 300px;
  background: url("../image/main_finance.png") no-repeat;
}
.border_box {
  border: 1px solid #e5e5e5;
  float: right;
  padding: 19px 52px;
}
.border_box span + span {
  margin-left: 15px;
}
.icon_pdf {
  display: inline-block;
  background: url(../image/ico_pdf.gif) left no-repeat;
  padding: 10px 0 0px 40px;
  text-align: left;
  min-height: 40px;
  line-height: 1.2;
}
.icon_ebook {
  display: inline-block;
  background: url(../image/ico_ebook.gif) left no-repeat;
  padding: 10px 0 0px 40px;
  text-align: left;
  min-height: 30px;
}
.icon_html {
  display: inline-block;
  background: url(../image/ico_html.gif) left no-repeat;
  padding: 10px 0 0px 40px;
  text-align: left;
  min-height: 30px;
}
.icon_movie {
  display: inline-block;
  background: url(../image/ico_movie.gif) left no-repeat;
  padding: 10px 0 0px 40px;
  text-align: left;
  min-height: 30px;
}
.finance_box {
  width: 780px;
  margin: 35px auto 40px;
}
.tbl_bl .icon_pdf, .tbl_bl .icon_ebook, .tbl_bl .icon_html, .tbl_bl .icon_movie, .tbl_bl .finance_box {
  display: block;
  margin-bottom: 5px;
}
.dl_box {
  background: #f4f2e6;
  width: 780px;
  margin: 10px auto 15px;
  padding: 30px 0 28px;
}
.dl_box table {
  width: 625px;
  margin: 0 auto;
  font-size: 14px;
}
.dl_box table .cell_bnr {
  padding-right: 15px;
}
.ttl_pk_txt {
  font-size: 1.3rem;
  font-weight: bold;
  border-left: solid 5px #E91E63;
  color: #c3255d;
  padding: 0 0.5rem;
  margin: 0 0 12px;
}
@media only screen and (max-width:812px) {
  .finance_box {
    width: auto;
  }
  .dl_box {
    width: auto;
    padding: 1em;
  }
  .dl_box table {
    display: block;
    width: auto;
  }
  .dl_box table tbody, .dl_box table tr {
    display: block;
    width: 100%;
  }
  .dl_box table tr td {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 3.7vw;
  }
  .dl_box table .cell_bnr {
    display: block;
    padding: 0;
  }
  .dl_box table .cell_bnr img {
    width: 40%;
    margin: 0 auto 2vw;
  }
}
/* --------------------------------------------------------
  benchmark
---------------------------------------------------------- */
#main > h1#main_benchmark_img {
  margin: 5px auto 30px;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 0 none !important;
  /*text-indent:-999999px;*/
  width: 920px;
  height: 300px;
  background: url("../image/main_benchmark.png") no-repeat;
}
.blgr_box {
  width: 778px;
  margin: 25px auto 0;
  border: 1px solid #0f2058;
  background: #f4f2e6;
}
.blgr_box h2{
  background:#0f2058;
  padding:.5rem 1rem;
  color:#fff;
  font-size:1.3rem;
}
.blgr_box + .blgr_box {
  margin: 40px auto 35px;
}
.blgr_box .box_btnarea {
  width: 628px;
  margin: 0 auto;
  padding: 17px 0 28px;
}
.blgr_box .box_btnarea li {
  float: left;
  margin-top: 12px;
}
.blgr_box .box_btnarea li:nth-child(even) {
  float: right;
}
.blgr_box .box_btnarea li a.pdf_btn {
	display: block;
	width: 308px;
	height: 73px;
	padding: 0.9em 1.3em 0 2.8em;
	background: url("../image/bg_btn.png") 0 0 / 100% auto no-repeat;
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
	color: #000;
	box-sizing: border-box;
}
@media only screen and (max-width:812px) {
  .blgr_box {
    width: auto;
  }
  .blgr_box h2 {
    padding: 0.3em 0.5em;
    margin: 0 0 2vw;
    font-size: 4.5vw;
    background: #0F2058;
    color: #fff;
	white-space: nowrap;
  }
  .blgr_box h2 img {
    display: none;
  }
  .blgr_box .box_btnarea {
    width: auto;
    padding: 1em 0 0.2em;
  }
  .blgr_box .box_btnarea li {
    float: none;
    margin: 0 1em 0.7em;
  }
  .blgr_box .box_btnarea li:nth-child(even) {
    float: none;
  }
	.blgr_box .box_btnarea li a.pdf_btn {
		width: 100%;
		height: 19.2vw;
	}
}
/* --------------------------------------------------------
  data
---------------------------------------------------------- */
#main > h1#main_data_img {
  margin: 5px auto 30px;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 0 none !important;
  /*text-indent:-999999px;*/
  width: 920px;
  height: 300px;
  background: url("../image/main_data.png") no-repeat;
}
.data_box {
  margin-top: 30px;
  margin-bottom: 40px;
}
.data_box + .comment_box {
  margin-top: 80px;
}
@media only screen and (max-width:812px) {
  .data_box h2 img {
    width: auto;
    height: 4.5vw;
  }
}

.clr {
  overflow: hidden;
}

.graph {
  position: relative;
  width: 373px;
  height: 190px;
  background: 0 0 / 100% auto no-repeat;
  overflow: hidden;
  user-select: none;
}
.graph > img {
  position: absolute;
  bottom: 0;
  width: 6.17%;
  background: #97c5e2;
  box-shadow: 2px 2px 0 rgba(160,160,160,0.6);
}
.data_box .line {
  position: relative;
  width: 373px;
  height: 190px;
  background: 0 0 / 100% auto no-repeat;
  overflow: hidden;
  user-select: none;
}
.data_box .graph .line {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.data_box .line > span {
  position: absolute;
  width: 3%;
  height: 12px;
  background: #fff;
  border: 2px solid #ed1d25;
  border-radius: 50%;
}
.data_box .line > span::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 100%;
  width: 625.9%;
  height: 2px;
  background: #ed1d25;
  transform-origin: -6% 50%;
}
.data_box .line > span:last-child::after {
  display: none;
}
.graph .bar1 {
  left: 30.83%;
}
.graph .bar2 {
  left: 44.5%;
}
.graph .bar3 {
  left: 58.18%;
}
.graph .bar4 {
  left: 71.85%;
}
.graph .bar5 {
  left: 85.52%;
}
.line .cir1 {
  left: 32.17%;
}
.line .cir2 {
  left: 45.84%;
}
.line .cir3 {
  left: 59.52%;
}
.line .cir4 {
  left: 73.19%;
}
.line .cir5 {
  left: 86.86%;
}

@media screen and (max-width: 812px) {
  .graph, .line {
    width: 100%;
    height: 46.57vw;
    /*background-size: auto 186px;*/
  }
  .graph .bar1 {
    left: 28.8%;
  }
  .graph .bar2 {
    left: 43%;
  }
  .graph .bar3 {
    left: 57.3%;
  }
  .graph .bar4 {
    left: 71.9%;
  }
  .graph .bar5 {
    left: 85.9%;
  }
  .line .cir1 {
    left: 30.4%;
  }
  .line .cir2 {
    left: 44.5%;
  }
  .line .cir3 {
    left: 58.8%;
  }
  .line .cir4 {
    left: 73.5%;
  }
  .line .cir5 {
    left: 87.4%;
  }
  .line > span {
    height: 2.942vw;
    border: 0.54vw solid #ed1d25;
  }
  .line > span::after {
    width: 12vw;
    height: 0.54vw;
  }
}
.kihon_01.graph {
  background-image: url("../image/img_graph_kihon_01.png?2025");
}
.kihon_01.graph .bar1 {
  height: 67.8%;
}
.kihon_01.graph .bar2 {
  height: 68.5%;
}
.kihon_01.graph .bar3 {
  height: 70%;
}
.kihon_01.graph .bar4 {
  height: 73.2%;
}
.kihon_01.graph .bar5 {
  height: 81.66%;
}
.kihon_02.graph {
  background-image: url("../image/img_graph_kihon_02.png?2025");
}
.kihon_02.graph .bar1 {
  height: 56.86%;
}
.kihon_02.graph .bar2 {
  height: 54.66%;
}
.kihon_02.graph .bar3 {
  height: 36.41%;
}
.kihon_02.graph .bar4 {
  height: 47%;
}
.kihon_02.graph .bar5 {
  height: 76.8%;
}
.kihon_03.graph {
  background-image: url("../image/img_graph_kihon_03.png?2025");
}
.kihon_03.graph .bar1 {
  height: 59.86%;
}
.kihon_03.graph .bar2 {
  height: 55.66%;
}
.kihon_03.graph .bar3 {
  height: 38%;
}
.kihon_03.graph .bar4 {
  height: 47.36%;
}
.kihon_03.graph .bar5 {
  height: 76.8%;
}
.kihon_04.graph {
  background-image: url("../image/img_graph_kihon_04.png?2025");
}
.kihon_04.graph .bar1 {
  height: 57.08%;
}
.kihon_04.graph .bar2 {
  height: 56.31%;
}
.kihon_04.graph .bar3 {
  height: 31.3%;
}
.kihon_04.graph .bar4 {
  height: 50.5%;
}
.kihon_04.graph .bar5 {
  height: 83.3%;
}
.kihon_05.graph {
  background-image: url("../image/img_graph_kihon_05.png");
}
.kihon_05.graph .bar1 {
  height: 64.43%;
}
.kihon_05.graph .bar2 {
  height: 62.07%;
}
.kihon_05.graph .bar3 {
  height: 62.18%;
}
.kihon_05.graph .bar4 {
  height: 65.3%;
}
.kihon_05.graph .bar5 {
  height: 72.89%;
}
.kihon_06.graph {
  background-image: url("../image/img_graph_kihon_06.png");
}
.kihon_06.graph .bar1 {
  height: 71.89%;
}
.kihon_06.graph .bar2 {
  height: 64.75%;
}
.kihon_06.graph .bar3 {
  height: 64.41%;
}
.kihon_06.graph .bar4 {
  height: 62.00%;
}
.kihon_06.graph .bar5 {
  height: 62.7%;
}
.kihon_07.graph {
  background-image: url("../image/img_graph_kihon_07.png");
}
.kihon_07.graph .bar1 {
  height: 14.54%;
}
.kihon_07.graph .bar2 {
  height: 12.96%;
}
.kihon_07.graph .bar3 {
  height: 13.06%;
}
.kihon_07.graph .bar4 {
  height: 14.24%;
}
.kihon_07.graph .bar5 {
  height: 25.06%;
}
.kihon_08.graph {
  background-image: url("../image/img_graph_kihon_08.png?2025");
}
.kihon_08.graph .bar1 {
  height: 72.1%;
}
.kihon_08.graph .bar2 {
  height: 72.0%;
}
.kihon_08.graph .bar3 {
  height: 73.55%;
}
.kihon_08.graph .bar4 {
  height: 77.2%;
}
.kihon_08.graph .bar5 {
  height: 82.25%;
}
.kihon_09.graph {
  background-image: url("../image/img_graph_kihon_09.png");
}
.kihon_09.graph .bar1 {
  height: 59.5%;
}
.kihon_09.graph .bar2 {
  height: 64.5%;
}
.kihon_09.graph .bar3 {
  height: 65.56%;
}
.kihon_09.graph .bar4 {
  height: 68.10%;
}
.kihon_09.graph .bar5 {
  height: 72.1%;
}
.kihon_09 .line .cir1 {
  top: 31.5%;
}
.kihon_09 .line .cir2 {
  top: 14.7%;
}
.kihon_09 .line .cir3 {
  top: 14.4%;
}
.kihon_09 .line .cir4 {
  top: 16.75%;
}
.kihon_09 .line .cir5 {
  top: 14.75%;
}
.kihon_09 .line > .cir1:after {
  width: 650%;
  transform: rotate(-33.5deg);
  left: 113%;
  transform-origin: -11% 50%;
}
.kihon_09 .line > .cir2:after {
  width: 540%;
  transform: rotate(-0.7deg);
}
.kihon_09 .line > .cir3:after {
  transform: rotate(4.3deg);
}
.kihon_09 .line > .cir4:after {
  transform: rotate(-5.7deg);
}
.kihon_11.graph {
  background-image: url("../image/img_graph_kihon_11.png?2025");
}
.kihon_11.graph .bar1 {
  height: 54.57%;
}
.kihon_11.graph .bar2 {
  height: 56.32%;
}
.kihon_11.graph .bar3 {
  height: 30.29%;
}
.kihon_11.graph .bar4 {
  height: 51.7%;
}
.kihon_11.graph .bar5 {
  height: 83.75%;
}
.data_box .shueki_01 {
  background-image: url("../image/img_graph_shueki_01.png");
}
.shueki_01.line .cir1 {
  top: 55.7%;
}
.shueki_01.line .cir2 {
  top: 62%;
}
.shueki_01.line .cir3 {
  top: 81.84%;
}
.shueki_01.line .cir4 {
  top: 81.50%;
}
.shueki_01.line .cir5 {
  top: 48.47%;
}
.shueki_01.line > .cir1:after {
  width: 625%;
  transform: rotate(13deg);
}
.shueki_01.line > .cir2:after {
  width: 710%;
  transform: rotate(36deg);
}
.shueki_01.line > .cir3:after {
  width: 600%;
  transform: rotate(0deg);
}
.shueki_01.line > .cir4:after {
  width: 1000%;
  transform: rotate(-51deg);
}
.data_box .shueki_02 {
  background-image: url("../image/img_graph_shueki_02.png");
}
.shueki_02.line .cir1 {
  top: 40.5%;
}
.shueki_02.line .cir2 {
  top: 42%;
}
.shueki_02.line .cir3 {
  top: 60.5%;
}
.shueki_02.line .cir4 {
  top: 54.15%;
}
.shueki_02.line .cir5 {
  top: 29.15%;
}
.shueki_02.line > .cir1:after {
  width: 650.00%;
  transform: rotate(2deg);
}
.shueki_02.line > .cir2:after {
  width: 670%;
  transform: rotate(35deg);
}
.shueki_02.line > .cir3:after {
  width: 580%;
  transform: rotate(-13deg);
}
.shueki_02.line > .cir4:after {
  width: 880%;
  transform: rotate(-43deg);
}
.data_box .shueki_03 {
  background-image: url("../image/img_graph_shueki_03.png");
}
.shueki_03.line .cir1 {
  top: 41.7%;
}
.shueki_03.line .cir2 {
  top: 47%;
}
.shueki_03.line .cir3 {
  top: 63%;
}
.shueki_03.line .cir4 {
  top: 56.5%;
}
.shueki_03.line .cir5 {
  top: 34.35%;
}
.shueki_03.line > .cir1:after {
  transform: rotate(10deg);
}
.shueki_03.line > .cir2:after {
  width: 640%;
  transform: rotate(30deg);
}
.shueki_03.line > .cir3:after {
  width: 610.00%;
  transform: rotate(-15deg);
}
.shueki_03.line > .cir4:after {
  width: 880%;
  transform: rotate(-41deg);
}
.data_box .shueki_04 {
  background-image: url("../image/img_graph_shueki_04.png");
}
.shueki_04.line .cir1 {
  top: 35%;
}
.shueki_04.line .cir2 {
  top: 35%;
}
.shueki_04.line .cir3 {
  top: 65.4%;
}
.shueki_04.line .cir4 {
  top: 47.75%;
}
.shueki_04.line .cir5 {
  top: 21.75%;
}
.shueki_04.line > .cir1:after {
}
.shueki_04.line > .cir2:after {
  width: 865%;
  transform: rotate(47.5deg);
}
.shueki_04.line > .cir3:after {
  width: 750%;
  transform: rotate(-34deg);
}
.shueki_04.line > .cir4:after {
  width: 870%;
  transform: rotate(-45deg);
}
.data_box .shueki_05 {
  background-image: url("../image/img_graph_shueki_05.png");
}
.shueki_05.line .cir1 {
  top: 0.7%;
}
.shueki_05.line .cir2 {
  top: 27%;
}
.shueki_05.line .cir3 {
  top: 92.15%;
}
.shueki_05.line .cir4 {
  top: 90.10%;
}
.shueki_05.line .cir5 {
  top: 17.47%;
}
.shueki_05.line > .cir1:after {
  width: 800%;
  transform: rotate(42.3deg);
}
.shueki_05.line > .cir2:after {
  width: 1650%;
  transform: rotate(67.5deg);
  transform-origin: -3% 50%;
}
.shueki_05.line > .cir3:after {
  width: 630%;
  transform: rotate(-4deg);
}
.shueki_05.line > .cir4:after {
  width: 1900%;
  transform: rotate(-69.5deg);
  transform-origin: -3% 50%;
}
.data_box .shueki_06 {
  background-image: url("../image/img_graph_shueki_06.png");
}
.shueki_06.line .cir1 {
  top: 64.7%;
}
.shueki_06.line .cir2 {
  top: 66.5%;
}
.shueki_06.line .cir3 {
  top: 81%;
}
.shueki_06.line .cir4 {
  top: 72.25%;
}
.shueki_06.line .cir5 {
  top: 58.25%;
}
.shueki_06.line > .cir1:after {
  transform: rotate(2deg);
}
.shueki_06.line > .cir2:after {
  width: 710%;
  transform: rotate(27deg);
}
.shueki_06.line > .cir3:after {
  width: 600%;
  transform: rotate(-18deg);
}
.shueki_06.line > .cir4:after {
  width: 700%;
  transform: rotate(-28deg);
}
.data_box .shueki_07 {
  background-image: url("../image/img_graph_shueki_07.png");
}
.shueki_07.line .cir1 {
  top: 47%;
}
.shueki_07.line .cir2 {
  top: 51.3%;
}
.shueki_07.line .cir3 {
  top: 67%;
}
.shueki_07.line .cir4 {
  top: 47.89%;
}
.shueki_07.line .cir5 {
  top: 39.89%;
}
.shueki_07.line > .cir1:after {
  transform: rotate(9deg);
}
.shueki_07.line > .cir2:after {
  width: 720%;
  transform: rotate(29deg);
}
.shueki_07.line > .cir3:after {
  width: 730%;
  transform: rotate(-35deg);
}
.shueki_07.line > .cir4:after {
  width: 650%;
  transform: rotate(-19deg);
}
.data_box .seisan_01 {
  background-image: url("../image/img_graph_seisan_01.png");
}
.seisan_01.line .cir1 {
  top: 68.5%;
}
.seisan_01.line .cir2 {
  top: 69.5%;
}
.seisan_01.line .cir3 {
  top: 68.5%;
}
.seisan_01.line .cir4 {
  top: 61.58%;
}
.seisan_01.line .cir5 {
  top: 61.58%;
}
.seisan_01.line > .cir1:after {
  transform: rotate(2deg);
}
.seisan_01.line > .cir2:after {
  transform: rotate(-2deg);
}
.seisan_01.line > .cir3:after {
  transform: rotate(-15deg);
}
.seisan_01.line > .cir4:after {
}
.data_box .seisan_02 {
  background-image: url("../image/img_graph_seisan_02.png");
}
.seisan_02.line .cir1 {
  top: 64.4%;
}
.seisan_02.line .cir2 {
  top: 56.7%;
}
.seisan_02.line .cir3 {
  top: 64%;
}
.seisan_02.line .cir4 {
  top: 70.5%;
}
.seisan_02.line .cir5 {
  top: 72.5%;
}
.seisan_02.line > .cir1:after {
  transform: rotate(-17deg);
}
.seisan_02.line > .cir2:after {
  width: 660%;
  transform: rotate(14deg);
}
.seisan_02.line > .cir3:after {
  transform: rotate(13deg);
}
.seisan_02.line > .cir4:after {
  transform: rotate(6deg);
}
.data_box .seisan_03 {
  background-image: url("../image/img_graph_seisan_03.png");
}
.seisan_03.line .cir1 {
  top: 35.5%;
}
.seisan_03.line .cir2 {
  top: 34%;
}
.seisan_03.line .cir3 {
  top: 32%;
}
.seisan_03.line .cir4 {
  top: 22%;
}
.seisan_03.line .cir5 {
  top: 16%;
}
.seisan_03.line > .cir1:after {
  transform: rotate(-4deg);
}
.seisan_03.line > .cir2:after {
  transform: rotate(-4deg);
}
.seisan_03.line > .cir3:after {
  width: 625%;
  transform: rotate(-20deg);
}
.seisan_03.line > .cir4:after {
  width: 625%;
  transform: rotate(-14deg);
}
.data_box .anzen_01 {
  background-image: url("../image/img_graph_anzen_01.png");
}
.anzen_01.line .cir1 {
  top: 49.5%;
}
.anzen_01.line .cir2 {
  top: 35%;
}
.anzen_01.line .cir3 {
  top: 35.5%;
}
.anzen_01.line .cir4 {
  top: 37.25%;
}
.anzen_01.line .cir5 {
  top: 34.6%;
}
.anzen_01.line > .cir1:after {
  width: 650%;
  transform: rotate(-29deg);
}
.anzen_01.line > .cir2:after {
}
.anzen_01.line > .cir3:after {
  width: 630%;
  transform: rotate(3deg);
}
.anzen_01.line > .cir4:after {
  transform: rotate(-6deg);
}
.data_box .anzen_02 {
  background-image: url("../image/img_graph_anzen_02.png");
}
.anzen_02.line .cir1 {
  top: 30.7%;
}
.anzen_02.line .cir2 {
  top: 22%;
}
.anzen_02.line .cir3 {
  top: 27%;
}
.anzen_02.line .cir4 {
  top: 32%;
}
.anzen_02.line .cir5 {
  top: 31.3%;
}
.anzen_02.line > .cir1:after {
  transform: rotate(-18deg);
}
.anzen_02.line > .cir2:after {
  transform: rotate(10deg);
}
.anzen_02.line > .cir3:after {
  transform: rotate(10.25deg);
}
.anzen_02.line > .cir4:after {
  transform: rotate(-2.75deg);
}
.data_box .anzen_03 {
  background-image: url("../image/img_graph_anzen_03.png");
}
.anzen_03.line .cir1 {
  top: 69%;
}
.anzen_03.line .cir2 {
  top: 71%;
}
.anzen_03.line .cir3 {
  top: 69%;
}
.anzen_03.line .cir4 {
  top: 66%;
}
.anzen_03.line .cir5 {
  top: 68%;
}
.anzen_03.line > .cir1:after {
  transform: rotate(4deg);
}
.anzen_03.line > .cir2:after {
  transform: rotate(-4.5deg);
}
.anzen_03.line > .cir3:after {
  transform: rotate(-7deg);
}
.anzen_03.line > .cir4:after {
  transform: rotate(4deg);
}