@charset "UTF-8";
.elementMainContents {
  min-height: 0;
	font-size: 14px;
}
.elementMainContents > .inner {
  border: 3px solid #222;
  margin: 50px 90px;
  padding: 20px 40px 40px;
}
p{
	line-height: 1.75em;
}
@media screen and (max-width: 640px) {
  .elementMainContents > .inner {
    margin: 10px 0;
    padding: 10px;
  }
}
.elementMainContents > .inner .intro .date,
.elementMainContents > .inner .intro .corporate {
  margin-top: 5px;
  text-align: right;
}
.elementMainContents > .inner h2 {
  -moz-border-radius-topleft: none;
  -moz-border-radius-topright: none;
  -webkit-border-top-left-radius: none;
  -webkit-border-top-right-radius: none;
  background: none;
  border-top-left-radius: none;
  border-top-right-radius: none;
  color: #000;
  font-size: 18px;
  font-style: normal;
  line-height: 1.1;
  margin: 30px 0;
  padding: 0;
  text-align: center;
}
.elementMainContents > .inner .mark {
  font-weight: bold;
  margin: 30px 0 20px;
  text-align: center;
}

.elementMainContents > .inner .main .case{
  border-top:1px dashed #ccc;
  margin: 1em auto 2em;
}
.elementMainContents > .inner .main .case strong{
  display: inline-block;
  font-size: 1.13em;
  margin: 0.5em auto;
}
.elementMainContents > .inner .main .case .memo{
  border:2px solid #ccc;
  color: #666;
  display: inline-block;
  padding: 1em;
}

.elementMainContents > .inner .main .counter{
  border-top:1px dashed #ccc;
  padding-top: 60px;
}
.elementMainContents > .inner .main .counter div{
  border:2px solid #aaa;
  color: #333;
  padding: 1em;
}
.elementMainContents > .inner .main .counter p{
  margin: 0 auto 1em;
}

.elementMainContents > .inner .main .label {
  border-radius: 20px;
  padding: 5px 15px;
  background: #39c;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin: 0;
}

.elementMainContents > .inner .main .h2_line {
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 130%;
  border-bottom: 1px solid #000;
}

.elementMainContents > .inner .main .fontSize140 {
  font-size: 140%;
}

.newsTable {
  border: 1px solid #808080;
}

.newsTable th {
    background: #EDEDED;
    border: 1px solid #ccc;
    padding: 10px;
}

.newsTable td {
  border: 1px solid #ccc;
  padding: 10px;
}

.linkBlock {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.linkBlock .linkList {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1em;
}

.linkBlock .linkList .linkItem {
  list-style: disc;
}

.linkBlock .linkList .linkItem:not(:last-of-type) {
  margin-bottom: 10px;
}

/* *****************************
   2010.html graph 2023/09/14
***************************** */
  /* <--- bar-color option */
  .index2010 .graph .one-month {
    background: #08456a;
  }
  .index2010 .graph .two-month {
    background: #1d6f9f;
  }
  .index2010 .graph .three-month {
    background: #3e88b3;
  }
  .index2010 .graph .four-month {
    background: #76a5c0;
  }
  .index2010 .graph .fourOver-month {
    background: #bcceda;
  }
  /* ---> bar-color option end */

.index2010 .graph__container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px auto;
}
.index2010 .graph__block {
  width: 100%;
}
.index2010 .graph__content:not(:last-of-type) {
  margin-bottom: 40px;
}
.index2010 .graph__box {
  display: flex;
  align-items: center;
}
.index2010 .graph__wrapper {
  display: block;
  padding: 20px 10px;
  background-color: #f5f5f5;
}
.index2010 .graph__title {
  margin-bottom: 10px !important;
  background: transparent !important;
}
.index2010 .graph__text {
  padding-right: 10px;
  font-weight: bold;
  writing-mode: vertical-rl;
}
.index2010 .graph__outer {
  border-left: 3px solid black;
  width: 100%
}
.index2010 .graph__inner {
  margin: 15px 0 0;
}
.index2010 .graph {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 5px 0;
}
.index2010 .graph .percent {
  font-size: 16px;
}
.index2010 .graph .bar {
  display: block;
  position: relative;
  margin-right: 5px;
  text-align: center;
  color: #f0ffff;
  height: 29px;
}
.index2010 .graph .bar span {
  position: absolute; left: 1em;
}
.index2010 .scale__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  right: 3px;
  width: 80%;
  padding: 10px 0 0;
  border-bottom: 3px solid black;
}
.index2010 .scale__outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  right: 0;
  width: 100%;
}
.index2010 .scale {
  border: none;
  position: relative;
  width: 3px;
  height: 7px;
  margin: 0 auto;
  background: black;
}
.index2010 .scaleNum__wrap {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 8px;
  position: relative;
  right: 24px;
  width: 85%;
  margin-top: 5px;
  font-size: 14px;
}
.graph__color {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 60px;
  border: 1px solid black;
}
.graph__color .barColor {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 5px;
  font-size: 15px;
  font-weight: bold;
}
.graph__color .barColor::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 3px;
}
.graph__color .barColor.color1::before {
  background: #08456a;
}
.graph__color .barColor.color2::before {
  background: #1d6f9f;
}
.graph__color .barColor.color3::before {
  background: #3e88b3;
}
.graph__color .barColor.color4::before {
  background: #76a5c0;
}
.graph__color .barColor.color5::before {
  background: #bcceda;
}
.graph__color .barColor.color6::before {
  background: #ddebf4;
}
@media screen and (max-width: 640px) {
  .index2010 .graph__container {
    display: block;
  }
  .index2010 .graph__block {
    width: 100%;
    border: 2px solid black;
  }
  .index2010 .graph__block:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .index2010 .graph__block .accordion__icon .icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #262626;
    width: 29px;
    height: 29px;
    border-radius: 50px;
  }
  .index2010 .graph__block .accordion__icon .icon-mark {
    display: flex;
    position: relative;
    height: 50%;
  }
  .index2010 .graph__block .accordion__icon .icon-mark::before, .graph__block .accordion__icon .icon-mark::after {
    transition: all 0.3s;
    position: absolute;
    content: "";
    background-color: #262626;
    display: block;
    width: 2px;
    height: 13px;
    top: 0;
    left: 50%;
  }
  .index2010 .graph__block .accordion__icon .icon-mark::before {
    transform: translate(-50%, 0);
  }
  .index2010 .graph__block .accordion__icon .icon-mark::after {
    transform: translate(-50%, 0) rotate(90deg);
  }
  .index2010 .graph__block .accordion__icon .icon-mark.is-open::before {
    transform: translate(-50%, 0) rotate(90deg);
  }
  .index2010 .graph__block .accordion__icon .icon-mark.is-open::after {
    transition: all 0.3s;
    position: absolute;
    content: "";
    background-color: #262626;
    display: block;
    width: 2px;
    height: 13px;
    top: 0;
    left: 50%;
  }
  .index2010 .graph__acc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 10px 15px !important;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
  .index2010 .graph__acc:not(:last-of-type) {
    margin-bottom: 20px !important;
  }
  .index2010 .graph__wrapper {
    display: none;
    padding: 10px;
    background-color: transparent;
  }
  .index2010 .graph__wrapper.js-open {
    display: block;
  }
  .index2010 .graph__wrapper:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .index2010 .graph__title {
    font-size: 18px;
  }
  .index2010 .graph__content {
    justify-content: center;
  }
  .index2010 .graph__outer {
    border-left: 2px solid black;
  }
  .index2010 .graph__inner {
    width: 110%;
    margin: 10px 0 0;
  }
  .index2010 .graph .percent {
    font-size: 14px;
  }
  .index2010 .scale__wrap {
    right: 2px;
    border-bottom: 2px solid black;
  }
  .index2010 .scale {
    width: 2px;
  }
  .index2010 .scaleNum__wrap {
    justify-content: space-between;
    right: 17px;
    width: 110%;
    padding-left: 10px;
  }
  .index2010 .graph__color {

  }
  .index2010 .graph__color--sp {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 10px auto;
    padding: 5px;
    gap: 0;
  }
  .index2010 .graph__color .barColor {
    padding: 2px;
    font-size: 12px;
  }
  .graph__color .barColor::before {
    width: 14px;
    height: 14px;
  }
}