@charset "UTF-8";
/**
 * コンシューマ販売本数（旧：販売タイトル数推移）(_p_business_title.scss)
 ----------------------------------------------------------*/



.pg-business-title .articleGlobal,
.BusinessTitleContainer .articleGlobal {
  padding-bottom: 0;
  margin-bottom: 50px;
}


.pg-business-title .c-wysiwyg,
.BusinessTitleContainer .c-wysiwyg {
  margin-bottom: 37px;
}

@media screen and (max-width: 767px) {
  .pg-business-title .c-wysiwyg,
  .BusinessTitleContainer .c-wysiwyg {
    margin-bottom: 27px;
  }
}


/*テーブル　スマホスクロール対応*/

@media screen and (max-width: 767px) {
    .pg-business.pg-general table.is-scroll {
        overflow-x: scroll;
        display: block;
        padding-bottom: 15px;
        white-space: nowrap;
        border: none;
    }
}


/*主要タイトル 画像　スマホスクロール対応*/

.pg-business.pg-general .major_title{
/*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;	*/
}
@media screen and (max-width: 767px) {
.pg-business.pg-general .major_title .imgBox {
        margin-bottom: 14px;
        overflow-x: scroll;
    }
.pg-business.pg-general .major_title .imgBox img{
	width:250%;
}
}




/*Chartブロック
-------------------*/


/*（2022-05共通対応-株式状況のソースコードより/画像一枚貼り共通）*/
.pg-business  .fullWidth-img img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 767px){
.pg-business  .fullWidth-img img {
		width: 100%
	}
	}
/*---ここまで-----*/


.pg-business-title .graphListBlock,
.BusinessTitleContainer .graphListBlock {
  margin-bottom: 43px;
}

.pg-business-title .graphListBlock.is-bottom,
.BusinessTitleContainer .graphListBlock.is-bottom {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .pg-business-title .graphListBlock.is-bottom,
  .BusinessTitleContainer .graphListBlock.is-bottom {
    margin-bottom: 53px;
  }
}

/*H2タイトルマージンP/S出し分け*/
.pg-business-title .graphListBlock.is-bottom .c-ttl-middle,
.BusinessTitleContainer .graphListBlock.is-bottom .c-ttl-middle {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pg-business-title .graphListBlock.is-bottom .c-ttl-middle,
  .BusinessTitleContainer .graphListBlock.is-bottom .c-ttl-middle {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .pg-business-title .graphListBlock,
  .BusinessTitleContainer .graphListBlock {
    margin-bottom: 29px;
  }
}

.pg-business-title .graphListBlock .c-ttl-middle,
.BusinessTitleContainer .graphListBlock .c-ttl-middle {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .pg-business-title .graphListBlock .c-ttl-middle,
  .BusinessTitleContainer .graphListBlock .c-ttl-middle {
    margin-bottom: 19px;
  }
}

.pg-business-title .graphListBlock .graphBox,
.BusinessTitleContainer .graphListBlock .graphBox {
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .pg-business-title .graphListBlock .graphBox,
  .BusinessTitleContainer .graphListBlock .graphBox {
    margin-bottom: 38px;
  }
}

.pg-business-title .graphListBlock .graphBox li,
.BusinessTitleContainer .graphListBlock .graphBox li {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pg-business-title .graphListBlock .graphBox li img,
  .BusinessTitleContainer .graphListBlock .graphBox li img {
    width: 100%;
  }
}

.pg-business-title .graphListBlock .graphBox.is-2col,
.BusinessTitleContainer .graphListBlock .graphBox.is-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .pg-business-title .graphListBlock .graphBox.is-2col,
  .BusinessTitleContainer .graphListBlock .graphBox.is-2col {
    display: block;
  }
}

.pg-business-title .graphListBlock .graphBox.is-2col li,
.BusinessTitleContainer .graphListBlock .graphBox.is-2col li {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pg-business-title .graphListBlock .graphBox.is-2col li,
  .BusinessTitleContainer .graphListBlock .graphBox.is-2col li {
    width: 100%;
  }
  .pg-business-title .graphListBlock .graphBox.is-2col li:not(:last-child),
  .BusinessTitleContainer .graphListBlock .graphBox.is-2col li:not(:last-child) {
    margin-bottom: 34px;
  }
}

.pg-business-title .graphListBlock .graphBox.is-2col li .ttl,
.BusinessTitleContainer .graphListBlock .graphBox.is-2col li .ttl {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pg-business-title .graphListBlock .graphBox.is-2col li .ttl,
  .BusinessTitleContainer .graphListBlock .graphBox.is-2col li .ttl {
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 767px) {
  .pg-business-title .graphListBlock .graphBox.is-2col li img,
  .BusinessTitleContainer .graphListBlock .graphBox.is-2col li img {
    width: 77%;
  }
}

.pg-business-title .graphListBlock .c-ttl-small,
.BusinessTitleContainer .graphListBlock .c-ttl-small {
  margin-bottom: 15px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pg-business-title .graphListBlock .c-ttl-small,
  .BusinessTitleContainer .graphListBlock .c-ttl-small {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .pg-business-title .graphListBlock .c-wysiwyg.is-top .tableWrap,
  .BusinessTitleContainer .graphListBlock .c-wysiwyg.is-top .tableWrap {
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 767px) {
  .pg-business-title .graphListBlock .c-wysiwyg .unitTxt,
  .BusinessTitleContainer .graphListBlock .c-wysiwyg .unitTxt {
    margin-bottom: 3px;
  }
}

.pg-business-title .graphListBlock .c-wysiwyg .unitTxt,
.pg-business-title .graphListBlock .c-wysiwyg .captionTxt,
.BusinessTitleContainer .graphListBlock .c-wysiwyg .unitTxt,
.BusinessTitleContainer .graphListBlock .c-wysiwyg .captionTxt {
  display: block;
  font-size: 1.1rem;
  text-align: right;
}

/*table関連
----------------*/

.pg-business-title .graphListBlock .c-wysiwyg.mainTtl table,
.BusinessTitleContainer .graphListBlock .c-wysiwyg.mainTtl table {
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .pg-business-title .graphListBlock .c-wysiwyg.mainTtl table,
  .BusinessTitleContainer .graphListBlock .c-wysiwyg.mainTtl table {
    margin-bottom: 12px;
  }
}

.pg-business-title .graphListBlock .c-wysiwyg.mainTtl tbody th,
.BusinessTitleContainer .graphListBlock .c-wysiwyg.mainTtl tbody th {
  width: 272px;
}

.pg-business-title .graphListBlock .c-wysiwyg table,
.BusinessTitleContainer .graphListBlock .c-wysiwyg table {
  margin-bottom: 37px;
}

/*@media screen and (max-width: 767px) {
  .pg-business-title .graphListBlock .c-wysiwyg table,
  .BusinessTitleContainer .graphListBlock .c-wysiwyg table {
    display: table;
    margin-bottom: 12px;
    padding-bottom: 0;
  }
}*/

@media screen and (max-width: 767px) {
  .pg-business-title .graphListBlock .c-wysiwyg table thead th,
  .BusinessTitleContainer .graphListBlock .c-wysiwyg table thead th {
    padding: 5px 2px;
  }
}

.pg-business-title .graphListBlock .c-wysiwyg table tbody td,
.BusinessTitleContainer .graphListBlock .c-wysiwyg table tbody td {
  vertical-align: middle;
  width: 12%;
}

@media screen and (max-width: 767px) {
  .pg-business-title .graphListBlock .c-wysiwyg table tbody td,
  .BusinessTitleContainer .graphListBlock .c-wysiwyg table tbody td {
    padding: 5px 2px;
    text-align: center;
  }
}

.pg-business-title .graphListBlock .c-wysiwyg table .is-row,
.BusinessTitleContainer .graphListBlock .c-wysiwyg table .is-row {
  border-left: 1px solid #cccccc;
  vertical-align: middle;
  text-align: center;
}

.pg-business-title .graphListBlock .c-wysiwyg table .is-yellow,
.BusinessTitleContainer .graphListBlock .c-wysiwyg table .is-yellow {
  background: #ffffbb;
  width: 81px;
}

@media screen and (max-width: 767px) {
  .pg-business-title .graphListBlock .c-wysiwyg table .is-yellow,
  .BusinessTitleContainer .graphListBlock .c-wysiwyg table .is-yellow {
    width: auto;
    min-width: 42px;
  }
}

.pg-business-title .graphListBlock .c-wysiwyg table .is-red,
.BusinessTitleContainer .graphListBlock .c-wysiwyg table .is-red {
  background: #efcfdd;
}

.pg-business-title .graphListBlock .tableBox,
.BusinessTitleContainer .graphListBlock .tableBox {
  margin-bottom: 0;
}

.pg-business-title .c-relationBlock,
.BusinessTitleContainer .c-relationBlock {
  margin-bottom: 51px;
}

@media screen and (max-width: 767px) {
  .pg-business-title .c-relationBlock,
  .BusinessTitleContainer .c-relationBlock {
    margin-bottom: 34px;
  }
}

.pg-business-title .c-snsLinkSet,
.BusinessTitleContainer .c-snsLinkSet {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .pg-business-title .c-snsLinkSet,
  .BusinessTitleContainer .c-snsLinkSet {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pg-business-title .rightGroup,
  .BusinessTitleContainer .rightGroup {
    display: block;
  }
}


/*table title.html調整- style.css調整したい*/

.pg-business.pg-general .c-wysiwyg table  tr.dbBorder th,
.pg-business.pg-general .c-wysiwyg table  tr.dbBorder td {
	border-bottom: 4px double #ccc;
}
.pg-business.pg-general .c-wysiwyg table  tbody tr.dotBorder th,
.pg-business.pg-general .c-wysiwyg table  tbody tr.dotBorder td {
	bordedr-top:1px dotted #ccc !important;
	}


