@charset "shift_jis";

ul.ctLink.hBlockList li {
  display: inline-block;
}

ul.ctLink.hBlockList.newsIndex {
  margin-bottom: 5px;
}

ul.ctLink.hBlockList.newsIndex li {
  margin-bottom: 15px;
}


/* !news release article
---------------------------------------------------------- */
.release-info{
  text-align:left;
  color:#666;
  font-size:0.8em;
}
.release-body + .release-info {
  margin-top:3em;
  padding-top:3em;
  border-top:1px solid #eee;
}

.release-info:first-child{
  margin-top:1.2em;
}
.release-info > p{
  margin:0 0.5em;
}

#contents .release-info + .release-title{
  margin-top:0.3em;
}

.release-title{
  text-align:left;
  margin:42px 0.25em 15px ;
  font-size:24px;
  font-size:2.4rem;
  line-height:1.3;
  padding-bottom:8px;
  border-bottom: 1px solid #003894;
}
.release-title .mainTxt{
    line-height:1.6;
    display:inline;
}
#contents .release-title .subTxt{
  display:inline-block;
  vertical-align:middle;
  margin:0.5em;
  font-size:initial;
}
.release-title .detailLink{
  font-size:12px;
  font-size:1.2rem;
  bottom:10px;
  padding:0 0 0 12px;
}
.release-title .detailLink:before{
  border-width:5px 7px;
  margin-top:-5px;
}

/*.release-body .ctDl dt{
  font-size: 2.0rem;
}

.release-body .ctDl .ctDl dt{
  font-size: 1.8rem;
}*/

.release-body .ctImg{
  text-align:center;
}
.release-body .ctImg.-left{
  text-align:left;
}
.release-body .ctImg.-right{
  text-align:right;
}


/*#contents .release-body h2,
.h2_heading{
  font-size:2.6rem;
  padding-bottom:0.3em;
}
#contents .release-body h3,
.h3_heading{
  font-size:2.2rem;
}
*/

.over-view {
    line-height: 1.8;
}
.over-view > .ovIndBlock{
    text-indent: 1em;
    margin-top: 0;
}
dd.over-view > .ovIndBlock{
    margin: 0;
}
dd.over-view > .ctCaution{
    margin-left: 0;
    margin-right: 0;
}

.dl_nTxtInd{
  margin-left:-0.6em;
}

.start-notice{
  text-align:center;
}
#contents * + .start-notice{
  margin-top:2em;
}
#contents .start-notice + *{
  margin-top:2em;
}

.end-notice{
  text-align:right;
}
#contents * + .end-notice{
  margin-top:2em;
}
#contents .end-notice + *{
  margin-top:2em;
}


#contents .overview-info .ovInfo-title{
  font-family: notosans-medium;
  font-size: 1.6rem;
  margin-bottom: 0;
  padding: 0;
}
#contents .overview-info .ovInfo-title:before,
#contents .overview-info .ovInfo-title:after{
  display: none;
}
#contents .overview-info + .overview-info .ovInfo-title{
  margin-top: 20px;
}
#contents .overview-info .ovInfo-title + .tableWrapper{
  margin-top: 5px;
}


.btm-contInfo {
  color:#444;
}
.bContInfo-Title {
}
.bContInfo-Title.-nTxtInd {
 text-indent:-0.6em;
}
#contents .btm-contInfo > dl{
  margin-left:0;
  margin-right:0;
}
#contents .btm-contInfo > dl .ctDl{
  margin-left: 1em;
  margin-right: 1em;
}
#contents .btm-contInfo > h2 {
  font-size: 2.0rem;
}
/*#contents .btm-contInfo .ctDl dt {
  font-size: 1.8rem;
}
#contents .btm-contInfo .ctDl .ctDl dt {
  font-size: 1.6rem;
}*/
#contents .btm-contInfo > h2:after {
  background: none;
}


.btm-contInfo + * {
  margin-top:5em;
}

/* !graph
---------------------------------------------------------- */
.graphGroup{
    display:block;
    margin-bottom:3%;
    width:98%;
    margin-left:1%;
    margin-right:1%;
}
.graphSection{
    border:1px solid #a0a0a0;
    width:100%;
    height:30%;
    padding:2% 3% 10% 12%;
}
#contents .graphSection .graph_heading{
    margin-top:0;
    margin-bottom:2em;
    padding:0;
    
    text-align:center;
    font-family: notosans-bold;
}
#contents .graphSection .graph_heading:not(.ss-title):not(.accordion):before, .h4_heading:not(.ss-title):before{
    background:none;
}
.barGraph{
    position:relative;
    display:flex;
    align-items:flex-end;
    border-left:1px solid #a0a0a0;
    border-bottom:1px solid #a0a0a0;
    border-top:1px dashed #a0a0a0;
}
.barGraph:before{
    content:"";
    position:absolute;
    bottom:33.3%;
    left:0;
    width:100%;
    height:1px;
    border-bottom:1px dashed #a0a0a0;
    z-index:0;
}
.barGraph:after{
    content:"";
    position:absolute;
    bottom:66.7%;
    left:0;
    width:100%;
    height:1px;
    border-bottom:1px dashed #a0a0a0;
    z-index:0;
}
.barGraph > li{
    width:12%;
    margin:0 4%;
    z-index:99;
}
.barGraph > li{
    display:flex;
    flex-direction:column-reverse;
    height:300px;
    position:relative;;
}
.barGraph > li .date{
    position:absolute;
    bottom:-1.8em;
    left:0;
    font-size:0.8em;
    text-align:center;
    margin-left:-25%;
    text-align:center;
    width:150%;
}
.barGraph > li .amount{
    text-align:center;
}
.barGraph > li .bar{
    background:#003894;
}
#graph01{
    margin-bottom:3%;
}
.newsGraph{
    position:relative;
}
.newsGraph > .unit{
    position:absolute;
    height:300px;
    top:0;
    left:-2.0em;
    font-size:1.5rem;
}.newsGraph > .unit > dt,
.newsGraph > .unit > dd{
    position:absolute;
}.newsGraph > .unit > dd.max{
    top:0;
}.newsGraph > .unit > dd.class01{
    top:33.3%;
}.newsGraph > .unit > dd.class02{
    top:66.7%;
}.newsGraph > .unit > dd.min{
    top:100%;
}.newsGraph > .unit > dd{
    margin-top:-0.75em;
}.newsGraph > .unit > dt{
    top:-10%;
    width:8em;
    font-size:1.5rem;
}
@media screen and (min-width:480px) { 
.graphSection{
    padding:2% 2% 6% 12%;
}
}
