@charset "utf-8";

.chapter-body {
	display: flex;
	flex-direction: column;
	font-size: 1.6rem;
}

.table-variable {
	margin-bottom: 3em;
	padding-top: 1em;
	border-top: 1px solid rgba(0,0,0,0.2);
}

.table-row {
	font-size: 1.4rem;
	margin-bottom: 2em;
	color: rgba(0,0,0,0.7);
	line-height: 1.5;
	clear: both;
	overflow: hidden;
}

.table-row dt {
	margin-left: 0;
	margin-bottom: 0.5em;
	padding-left: 0;
	font-weight: 500;
	color: rgba(0,0,0,1);
}

.table-row dd {
	margin-left: 0;
	margin-bottom: 0.5em;
	padding-left: 0;
}

.section__footer {
	
}

.note {
	font-size: 1.2rem;
	line-height: 1.5;
	color: rgba(0,0,0,0.7);
}


/* charts ----------------------------------------------------- */

.charts {
	margin-bottom: 60px;
}

.charts-ttl {
	padding-top: 1em;
	border-top: 2px solid currentColor;
}

.charts-ttl small {
	display: inline-block;
}

.charts-ttl .en {
	display: block;
	font-size: 2.2rem;
}
.charts-ttl .en small {
	display: inline-block;
	font-size: 1.2rem;
}

.charts-ttl .ja {
	display: block;
	font-size: 1.4rem;
}
.charts-ttl .ja small {
	display: inline-block;
	font-size: 1.2rem;
}

.charts-figure {
	
}

.charts-elm {
	width: 100%;
	height: 500px;
}

/* ----------------------------------------------------- */

#line {
	
}

#line .graphical-report__cell .i-role-label {
	fill: rgb(255, 255, 255) !important;
}

#line2 .graphical-report__cell .i-role-label {
	fill: var(--color-grad-end) !important;
}

/* ----------------------------------------------------- */

.graphical-report__svg .color20-1 {
	/*opacity: 1;*/
}

.graphical-report__highlighted {
	stroke-width: 0 !important;
	opacity: 1 !important;
}


.graphical-report__layout text {
	font-family: 'Roboto', 'Open Sans', sans-serif;
	font-weight: 500;
}

/* guideのラインを非表示 */
.graphical-report__svg .axis line,
.graphical-report__svg .axis path {
	stroke-width: 0;
}

/* tooltip */
.graphical-report__tooltip {
	font-size: 12px;
	color: #FFF;
	background: rgba(0,0,0,.9);
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
	font-family: 'Roboto', 'Open Sans', sans-serif;
}

.graphical-report__tooltip.fade {
	opacity: 0;
	transition: opacity .2s ease-out
}

.graphical-report__tooltip.fade.in {
	opacity: 1;
	transition-duration: .2s
}

.graphical-report__tooltip.bottom-right,
.graphical-report__tooltip.top-right {
	margin-left: 8px
}

.graphical-report__tooltip.bottom-left,
.graphical-report__tooltip.top-left {
	margin-left: -8px
}

.graphical-report__tooltip.top-left,
.graphical-report__tooltip.top-right {
	margin-top: 8px
}

.graphical-report__tooltip__exclude__wrap,
.graphical-report__tooltip__vertical__wrap {
	line-height: 26px;
	padding: 0 15px;
	transform: rotate(-90deg);
	transform-origin: 0 0;
	height: 100%;
	white-space: nowrap;
	position: absolute;
	top: 100%;
	box-sizing: border-box
}

.graphical-report__tooltip__exclude,
.graphical-report__tooltip__vertical {
	min-height: initial;
}

.graphical-report__tooltip__exclude:hover,
.graphical-report__tooltip__vertical:hover {
	color: #65717F;
	background: linear-gradient(to right,rgba(235,238,241,.9) 0,rgba(235,238,241,0) 100%);
}

.graphical-report__tooltip__exclude .tau-icon-close-gray,
.graphical-report__tooltip__vertical .tau-icon-close-gray {
	display: inline-block;
	width: 12px;
	height: 12px;
	position: relative;
	top: 3px;
	margin-right: 5px;
}

.graphical-report__tooltip__list {
	display: table;
}

.graphical-report__tooltip__list__item {
	display: table-row;
}

.graphical-report__tooltip__list__elem {
	display: table-cell;
	padding-bottom: 4px;
	line-height: 1.3;
	color: #fff;
}

.graphical-report__tooltip__list__elem:not(:first-child) {
	padding-left: 15px;
}

.graphical-report__tooltip__gray-text,
.graphical-report__tooltip__list__elem:first-child {
	color: #fff;
	margin-left: 0;
}

/* padding 打ち消し */
.graphical-report__layout__content {
	padding: 0px !important;
}
.graphical-report__layout__sidebar-right {
	padding: 0px !important;
}

/* 小さいディスプレイではoverflow */
.graphical-report__layout__container {
	
}
.charts-figure {
	
}

/* 各ラベルは強制表示 */
.graphical-report__layout text {
	display: block !important;
}

/* ツールチップのメニューを非表示 */
.graphical-report__tooltip__exclude {
	display: none;
}

.graphical-report__line {
	stroke-width: 1px !important;
}

/* y座標の値の数の表示を減らす */
.y.axis {
	
}
.y.axis .tick:nth-child(even) {
	display: none;
}


/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

/* iPhone 6 over */
@media screen and (min-width: 374px) {
	
}

/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

@media screen and (min-width: 541px) {
	.table-row dt {
		width: 10em;
		margin-bottom: 0;
		float: left;
	}
	
	.table-row dd {
		margin-left: 10em;
	}
	
	.charts-figure {
		
	}
}


/* iPad */
@media screen and (min-width: 768px) {
	
}

/* ---------------------------------------------------------------------------------------------- */
/* Desktop                                                                                        */

@media screen and (min-width: 1024px) {
	.charts {
		margin-bottom: 120px;
	}
	
	.chapter-body {
		display: flex;
		justify-content: space-between;
	}
	
	.chapter-body > * {
		width: calc(50% - 40px);
	}
	
	.portrait {
		margin-bottom: 80px;
	}
	
	.chapter-body {
		flex-direction: row;
		justify-content: space-between;
	}
	
}

@media screen and (min-width: 1281px) {
	
}
