@charset "utf-8";

/* --------------------------------------------------
 * スマホ非表示
 * -------------------------------------------------- */
 /*改行*/
	.br-sp {
		display: none;
	}

/* --------------------------------------------------
 * メインメニュー
 * -------------------------------------------------- */
	#menuWrap {
        margin-bottom: 20px;
		width: 100%;
	}
	#menuWrap .list_columnPc {
		display: table;
		width: 100%;
	}
	#menuWrap .list_columnPc a{
		display: table-cell;
		width: 50%;
		vertical-align: middle;        
        padding: 12px 10px;
        text-align: center;
        border-bottom: 1px solid #d8dadc;
        color: #333;
        background: #F2F4F6;
        text-decoration: none;
        line-height: 1.2;
	}
    /*区切り線*/
    #menuWrap .list_columnPc a{
        position: relative;
        padding: 12px 10px 12px 12px;
    }
    #menuWrap .list_columnPc a:first-child{
        padding: 12px 10px;
        width: 0px;
    }
    #menuWrap .list_columnPc a:after{
        position: absolute;
        content: "";
        display: block;
        width: 2px;
        height: calc(100% + 1px);
        top: 0;
        left: 0;
        background: #fff;
    }
    #menuWrap .list_columnPc a:first-child:after{
        width: 0px;
    }
    /*選択状態*/
    #menuWrap .list_columnPc a:hover,
	#menuWrap .list_columnPc a.naviCur,
    #menuWrap .list_columnPc a.naviCur:hover{
        border-bottom: 1px #006699 solid;
        background: #fff;
	}
    /*最後のセル 非アクティブ設定*/
    #menuWrap .list_columnPc a.emptyCell{
        visibility: hidden;
    }

/* --------------------------------------------------
 * サブリスト（遡及前・遡及後）
 * -------------------------------------------------- */
	div.subKind{
		display:block;
        margin: auto;
        margin-bottom: 20px;
		width:100%;
        max-width: 500px;
	}

	div.subKind ul li{
        float: left;
		display: block;
        margin-left:4px;
        width: calc(50% - 4px);
	}
    div.subKind ul li:first-child{
        margin-left: 0 !important;
    }

	div.subKind ul li a{
		display: block;
		padding:10px 10px;
		width: 100%;
        font-size: 15px;
		color:#333;
		text-align: center;
		background: #fff;	
		text-decoration: none;
		border: 1px solid #CAC6CC;
        line-height: 1.2;
	}
	div.subKind ul li a:hover,
	div.subKind ul li a.naviCur {
		color: #006699;
		border: 1px solid #006699;
	}


/* --------------------------------------------------
 * 見出し
 * -------------------------------------------------- */	
    .title-lv2{
        margin-top: 78px;
        margin-bottom: 40px;
        font-weight: bold;
        text-align: center;
        color: #000;
        font-size: 32px;
        line-height: 1.3125;
	}

    .title-lv3 {
        margin-bottom: 40px;
        font-weight: bold;
        text-align: center;
        color: #000;
        font-size: 28px;
        line-height: 1.35714;
    }
    .title-lv3.title_arpu {
        margin-top: 60px;
    }

/* --------------------------------------------------
 * 注釈 例：表形式の「※1」など
* -------------------------------------------------- */
.text_sup{
    vertical-align: top;
    line-height: 1;
    font-size: 70%;
}

.title-lv2 .text_sup{
    font-size: 50%;
}

/* --------------------------------------------------
 *ダウンロード
 * -------------------------------------------------- */
.excelDL {
    text-align: right;
}
.excelDL img{
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    margin: 0 5px 2px 0 !important;
    width: 14px;
}

.excelDL .excelDL_list a{
	display: inline-block;
    font-size: 100%;
    line-height: 1.25;
    font-weight: bold;
    letter-spacing: normal;
    color: #069;
}
.excelDL .excelDL_list a:hover {
}


/* --------------------------------------------------
 * 単位
 * -------------------------------------------------- */
	span.unit{
		display:block;
		text-align:right;
		font-size: 16px;
        line-height: 1.2;
	}

/* --------------------------------------------------
 * グラフ 幅・高さ
 *  ※※Premium_SP.CSS にも幅・高さ設定あり※※
 * -------------------------------------------------- */
/* --------------
 * ジェネレータ形式
 * -------------- */
div[id^="comG"],
#keiyaku_Checkbox_Highcharts,
#ARPU_Checkbox_Highcharts {
    width: 100%;
    height: 100%; /*上の階層で高さを調整*/
}

/*凡例が1行のとき*/
.langJP div[id^="comG"].zaiseiAGraphWrap,        /*財政状態    （JP_A03）*/
.langJP div[id^="comG"].zaiseiQGraphWrap,        /*財政状態    （JP_Q03）*/
.langJP div[id^="comG"].hitokabuAGraphWrap,      /*1株当たり   （JP_A06）*/
.langJP div[id^="comG"].ARPUQGraphWrap,          /*通信>ARPU  （JP_Q08↓）*/
.langEN div[id^="comG"].ARPUQGraphWrap,          /*通信>ARPU  （EN_Q08↓）*/
.langJP div[id^="comG"].yahooQGraphWrap,         /*ﾒﾃﾞｨｱ      （JP_Q09）*/ 
.langEN div[id^="comG"].yahooQGraphWrap,         /*ﾒﾃﾞｨｱ      （EN_Q09）*/ 
.langJP div[id^="comG"].PayPayQGraphWrap,        /*PayPay    （JP_Q10）*/
.langEN div[id^="comG"].PayPayQGraphWrap         /*PayPay    （EN_Q10）*/
{height: 464px;}

/*凡例が1行(<br>×1)のとき*/
.langEN div[id^="comG"].hitokabuAGraphWrap       /*1株当たり   （EN_A06）*/
{height: 478px;}

/*凡例が2行のとき*/
.langJP div[id^="comG"].keieiQGraphWrap,         /*経営成績    （JP_Q02）*/
.langJP div[id^="comG"].keiyakuQGraphWrap,       /*通信>契約   （JP_Q08↑）*/
.langEN div[id^="comG"].keiyakuQGraphWrap        /*通信>契約   （EN_Q08↑）*/
{height: 492px;}

/*凡例が2行(内1行<br>×1)のとき*/
.langEN div[id^="comG"].keieiQGraphWrap,         /*経営成績   （EN_Q02）*/
.langJP div[id^="comG"].cfAGraphWrap,            /*CF        （JP_A05）*/
.langJP div[id^="comG"].cfQGraphWrap,            /*CF        （JP_Q05）*/
.langEN div[id^="comG"].cfAGraphWrap,            /*CF        （EN_A05）*/
.langEN div[id^="comG"].cfQGraphWrap             /*CF        （EN_Q05）*/
 {height: 504px;}/*★*/

/*凡例が2行(内1行<br>×2)のとき*/
.langEN div[id^="comG"].zaiseiAGraphWrap,       /*財政状態    （EN_A03）*/
.langEN div[id^="comG"].zaiseiQGraphWrap        /*財政状態    （EN_Q03）*/
{height: 518px;}/*★*/

/*凡例が2行(内1行<br>×1、内1行<br>×2)のとき*/
.langJP div[id^="comG"].zaimuAGraphWrap,        /*財務健全性  （JP_A04）*/
.langJP div[id^="comG"].zaimuQGraphWrap         /*財務健全性  （JP_Q04）*/
{height: 532px;}/*★*/

/*凡例が2行(内1行<br>×2、内1行<br>×3)のとき*/
.langEN div[id^="comG"].zaimuAGraphWrap,        /*財務健全性  （EN_A04）*/
.langEN div[id^="comG"].zaimuQGraphWrap         /*財務健全性  （EN_Q04）*/
{height: 558px;}/*★*/

/*凡例が3行のとき*/
.langJP div[id^="comG"].keieiAGraphWrap         /*経営成績  　（JP_A02）*/
{height: 522px;}

/*凡例が3行(内2行<br>×1)のとき*/
.langEN div[id^="comG"].keieiAGraphWrap         /*経営成績  　（EN_A02）*/
{height: 544px;}/*★*/

/*凡例が4行のとき*/
.langEN div[id^="comG"].segmentAGraphWrap_sokyuMae,   /*セグメント  　（EN_A07_01）*/
.langEN div[id^="comG"].segmentAGraphWrap,            /*セグメント  　（EN_A07_02）*/
.langEN div[id^="comG"].segmentQGraphWrap             /*セグメント  　（EN_Q07）*/
{height: 547px;}

/*凡例が10行のとき*/
.langJP div[id^="comG"].segmentAGraphWrap_sokyuMae    /*セグメント  　（JP_A07_01）*/
{height: 575px;}

/*凡例が12行のとき*/
.langJP div[id^="comG"].segmentAGraphWrap,            /*セグメント  　（JP_A07_02）*/
.langJP div[id^="comG"].segmentQGraphWrap             /*セグメント  　（JP_Q07）*/
{height: 603px;}


/* --------------
 * ハイライト形式
 * -------------- */
#uriage_Highcharts,         /*売上高*/
#eigyourieki_Highcharts,    /*営業利益*/
#junrieki_Highcharts,       /*純利益*/
#segCnUriage_Highcharts,    /*ＣＮ事業 売上高*/
#segCnRieki_Highcharts,     /*ＣＮ事業 利益*/
#segHoujinUriage_Highcharts,/*法人事業 売上高*/
#segHoujinRieki_Highcharts, /*法人事業 利益*/
#segRyuutuUriage_Highcharts,/*流通事業 売上高*/
#segRyuutuRieki_Highcharts, /*流通事業 利益*/
#segKinyuuUriage_Highcharts,/*金融事業 売上高*/
#segKinyuuRieki_Highcharts, /*金融事業 利益*/
#segYahooUriage_Highcharts, /*ﾔﾌｰ事業  売上高*/
#segYahooRieki_Highcharts   /*ﾔﾌｰ事業  利益*/ {
    width: 100%;
    height: 260px;
}
/* -------------
 * ┗凡例がある分高さを足す
 * ------------- */
/*ＣＦ*/
.langJP #cashflow_Highcharts{width: 100%;height: 336px;}
.langEN #cashflow_Highcharts{width: 100%;height: 352px;}

/* --------------------------------------------------
 * グラフ操作（チェックボックス）
* -------------------------------------------------- */
	div.comGraphTermCheck {	
		margin-left:10px;
	}
	div.comGraphTermCheck div{
		cursor: pointer;
		float:left;
		margin:0 20px 5px 0;
		padding:1px 2px;
        line-height: 1;
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
	}
	div.comGraphTermCheck label{
		cursor: pointer;
		font-size: 13px;
		color: #222;
	}
    /*中央揃え*/
    div.comGraphTermCheck div input {
        vertical-align: middle;
    }

/* --------------------------------------------------
 * グラフ操作（ボタン）
* -------------------------------------------------- */
	div.comGraphTermButton{
        margin-top: 5px;
		margin-left:10px;
	}
	div.comGraphTermButton div{
		cursor: pointer;
		float:left;
		width:120px;
		margin:5px 0;
		padding:3px 0 2px 0;
		font-size:12px;
		font-weight:bold;
		text-align:center;		
		background-color: #f1f1f1;
		border-top:solid 1px #CAC6CC;
		border-bottom:solid 1px #CAC6CC;
		border-left:solid 1px #CAC6CC;
	}
	div.comGraphTermButton  div:last-child{
		border-right:solid 1px #CAC6CC;
	}
	div.comGraphTermButton  div input{
		width:100%;
		cursor: pointer;
		color:#333333;
	}
	div.comGraphTermButton  div:hover{
		background-color: #CBE3F2;
	}




/* --------------------------------------------------
 * Table
 * -------------------------------------------------- */
	.TableWrap table,
	.TableWrap_seg table {
		position: relative;
		margin-top:2px;
		width: 100%;
        font-size: 16px;
	}

	/* --------------
	 * td PADDING設定
	 * -------------- */
	.TableWrap table td,
    .TableWrap_seg table td {
		padding: 20px 25px;
		vertical-align: middle;
		line-height: 1.5;
	}
    /*Header*/
    .TableWrap table td.headerTop,
    .TableWrap_seg table td.headerTop{
        padding: 20px 25px;
    }
    /*左項目*/
	.TableWrap table tr:first-child td,/*最初の1行目*/
	.TableWrap table td.fixed,         /*最初の1列目*/
    /* ┗セグメントの場合 */
    .TableWrap table_seg tr:first-child td,
	.TableWrap table_seg td.fixed
	{padding: 20px 25px;} 

	
	/* --------------
	 * td NOWRAP設定 
	 * -------------- */
	.TableWrap table td,
    .TableWrap_seg table td{        white-space: nowrap;}
	.TableWrap table td.fixed,
    .TableWrap_seg table td.fixed{  white-space:inherit;}   /*最初の1列目*/
	
	/* --------------
	 * td 幅設定
	 *  -------------- */
	.TableWrap table td,
    .TableWrap_seg table td{width: 6%; min-width: 130px;}
    /* 左項目 */
	.TableWrap table td.fixed,
    .TableWrap_seg table td.fixed{width: 10%; min-width: 180px;max-width: 230px;}  /*最初の1列目*/
	
	/* --------------
	 * 左項目 固定
	 * -------------- */
	div.fixed-box {
		width:100%;
		height:100%;
		overflow:auto;
	}
	.fixed-box table {
		width: 100%;
		border-collapse: collapse;
	}
	.fixed-box table .fixed {
		position: sticky;
		left: 0;
	}
	.fixed-box table .fixed:before {
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		width: 100%;
		height: 100%;
	}
	/*1列目*/
	.fixed-box table .fixed:before{
        border-right: 1px solid #d8dadc;
		border-left: 1px solid #ffffff;
	}
		
	/* --------------
     * TABLEの装飾や文字スタイル
     * -------------- */
	.TableWrap table,
    .TableWrap_seg table {text-align: right;}
	.TableWrap table td,
    .TableWrap_seg table td{
		border-right: 1px solid #d8dadc;
		border-bottom: 1px solid #d8dadc;
	}
	/*最初の列*/
	.TableWrap table tr td:first-child,
    .TableWrap_seg table tr td:first-child{
		padding: padding: 20px 25px;;
		background: #f4f5f6;
		text-align: left;
		border-left: 1px solid #fff;
        border-right: 1px solid #d8dadc;
	}
	/*最初の行*/
	.TableWrap table tr:first-child td,
    .TableWrap_seg table tr:first-child td{
		background: #e6e8eb;
		line-height: 1.2;
		text-align: center;
        border-top: 1px solid #d8dadc;
	}
    /*最終の行*/
	.TableWrap table td:last-child,
    .TableWrap_seg table td:last-child{
		border-right: none;
	}

    /* --------------------------
     * セグメントの表
     * -------------------------- */
    /*項目タイトル*/
    .fixed-box.TableWrap_seg table .fixed.combinedColumns_title:before,
    .TableWrap_seg table tr td.combinedColumns_title:first-child,
    .TableWrap_seg table td.combinedColumns_cell {
        border-right: none;
    }
    .TableWrap_seg table td.combinedColumns_title,
    .TableWrap_seg table td.combinedColumns_cell {
        background: #f4f5f6 !important;
    }

    /* --------------
	 * td PADDING設定
	 * -------------- */
    .TableWrap_seg table tr td:first-child {
        padding-left: 24px;
    }
    .TableWrap_seg table tr td.combinedColumns_title {
        padding: 10px 10px 10px 12px;
    }

    /**/
    .TableWrap_seg table td.combinedColumns_title{
        font-weight: bold;
    }

/* --------------------------------------------------
 * 注釈
 * -------------------------------------------------- */	
	.att {
		margin: 28.8px 0 14px;
		text-align: left;
	}
    .att .att_title{
        margin: 12px 0;
        font-size: 93.75%;
        line-height: 1.53333;        
    }

	.att ul li {
		margin-bottom: 9px;
        font-size: 93.75%;
        line-height: 1.53333;
	}
    .att ul li .list_marker,
    .att ul li .list_text {
        display: table-cell;
    }
    .att ul li .list_marker{
        min-width: 40px;
    }

    /*2階層目*/
    .att ul li .listSecWrap .list_marker,
    .att ul li .listSecWrap .list_text {
        display: table-cell;
    }
    .att ul li .listSecWrap .list_marker {
        padding-left: 1em;
        min-width: 2.6em;
    }


/* --------------------------------------------------
 * コピーライト
 * -------------------------------------------------- */
	.copyLight{
		font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3';
		float:left;
		width:100%;
		text-align:right;
        margin-top: 20px;
		padding:5px 0 0 0;
		font-size:11px;
		color:#666;
		line-height:1.5;
		/*border-top:dotted 1px #cccccc;*/
	}


/* --------------------------------------------------
 * 【個別対応】
 * 業績分析ページ
 * -------------------------------------------------- */
    [id^=textZenkihiWrap]{
        position: relative;
        min-height: 15px;
    }
    [id^=textZenkihiWrap] span.unit{
        position: absolute;
        top: 0;
        left: 0;
        font-size:13px !important;
        color: #707070;
        z-index: 2;
    }

    /*前期比・前期比率*/
    .text_zenkihi,
    .text_zenkihiritu{
        color: #005e98;
        font-weight: bold;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    }
    .text_zenkihi       {font-size: 24px;line-height: 1;}
    .text_zenkihiritu   {font-size: 16px;}

    /* ---------------
     * グラフ凡例
     * --------------- */
    .graphLegendWrap{margin: 0 0 0 10px;}

    ul.stackGraph4,
    ul.stackGraph3 {
        font-size: 0;
        text-align: left;
    }
    ul.stackGraph4 li,
    ul.stackGraph3 li{
        position: relative;
        display: inline-block;
        margin-right: 24px;
        padding-left: 20px;
        padding-bottom: 10px;
        font-size: 13px;
        line-height: 1;
    }

    /* 凡例色 */
    .graphLegendWrap ul.stackGraph4 li.seg01:before,
    .graphLegendWrap ul.stackGraph3 li.seg01:before {
        position: absolute;
        content: "";
        top: -1px;
        left: 0;
        width: 16px;
        height: 12px;
        background: #4aa6de;
    }
    .graphLegendWrap ul.stackGraph4 li.seg02:before,
    .graphLegendWrap ul.stackGraph3 li.seg02:before{
        position: absolute;
        content: "";
        top: -1px;
        left: 0;
        width: 16px;
        height: 12px;
        background: #71bfef;
    }
    .graphLegendWrap ul.stackGraph4 li.seg03:before{
        position: absolute;
        content: "";
        top: -1px;
        left: 0;
        width: 16px;
        height: 12px;    
        background: #a1d3f2;
    }
    .graphLegendWrap ul.stackGraph4 li.seg04:before,
    /* ※注意※ 積上3ｸﾞﾗﾌの3つ目はこの色 */
    .graphLegendWrap ul.stackGraph3 li.seg03:before {
        position: absolute;
        content: "";
        top: -1px;
        left: 0;
        width: 16px;
        height: 12px;    
        background: #cbe3f2;
    }
