@charset "utf-8";

/*---------------------------------
  BASE SETTING
-----------------------------------*/

.qir * {
	line-height: normal;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.qirArea {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

/*---------------------------------
  タブ
-----------------------------------*/
.qirMenu_list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	/* position: fixed; */
	/* z-index: 9999; */
}
.qirMenu_list_item{
	width: 49.5%;
}
.qirMenu_list_item_link{
	width: 100%;
	padding: 10px;
	background: #eee;
	font-size: 16px;
	display: block;
	text-align: center;
}
.qirMenu_list_item_link:hover,
.qirMenu_list_item-active .qirMenu_list_item_link{
	background: #043f8c;
	text-decoration: none;
	color: #fff;
}

/*---------------------------------
  エクセルボタン
-----------------------------------*/
.excelArea{
	text-align: right;
}
*+.excelArea{
	margin-top: 20px;
}
.excelArea::after{
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.excelArea_button{
	border: 1px solid #1f9431;
	text-align: center;
	width: auto;
	float: right;
	position: relative;
}
.excelArea_button_link{
	display: block;
	line-height: 1em;
	padding: 10px 27px 8px 10px;
	font-size: 96%;
	color: #1f9431;
	/* padding-right: 20px; */
}
.excelArea_button_link::before{
	content: "";
	width: 6px;
	height: 5px;
	background: #1f9431;
	display: block;
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -5px;
}
.excelArea_button_link::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 7px 0 7px;
	border-color: #1f9431 transparent transparent transparent;
	display: block;
	position: absolute;
	right: 9px;
	top: 50%;
	margin-top: 0px;
}
.excelArea_button_link:hover{
	background: #22a536;
	text-decoration: none;
	color: #fff;
}
.excelArea_button_link:hover::before{
	background: #FFF;
}
.excelArea_button_link:hover::after{
	border-color: #FFF transparent transparent transparent;
}

/*---------------------------------
  トップのタイトル
-----------------------------------*/

*+.headArea{
	margin-top: 20px;
}
.headArea_title{
	font-size: 160%;
}

/*---------------------------------
  トップの注記
-----------------------------------*/

.noteTopArea{
	font-size: 96%;
}
*+.noteTopArea{
	margin-top: 20px;
}
.headArea+.noteTopArea{
	margin-top: 0;
}
.noteTopArea_noteList{
	padding-left: 1em;
}
.noteTopArea_noteList_item::before {
    content: "※";
    display: inline-block;
    text-indent: -1em;
}
.qirLang-en .noteTopArea_noteList_item::before{
	content: "*";
}

/*---------------------------------
  セクション
-----------------------------------*/
*+.qirSectionWrapper{
	margin-top: 30px;
}

/* セクション：タイトル
-----------------------------------*/
*+.qirSection_head{
	margin-top: 10px;
}
.qirSection_head_title{
	font-size: 120%;
}

/* セクション：注記
-----------------------------------*/
.qirSection_noteTop{
    font-size: 96%;
}
.qirSection_noteTop_list{
	padding-left: 1em;
}
.qirSection_noteTop_list_item::before{
	content: "※";
	display: inline-block;
	text-indent: -1em;
}
.qirLang-en .qirSection_noteTop_list_item::before{
	content: "*";
}


/*---------------------------------
  Content:グラフ関連
-----------------------------------*/

.qirContentWrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

.qirContent,
.qirArea-twocolumn .qirContent.qirContent-together {
	width: 100%;
	margin-top: 30px;
}
.qirContent:first-child,
.qirContent:nth-child(2) {
	margin-top: 0;
}
 /* 横幅100％にしたいとき  */
.qirContent.qirContent-w100p {
	width: 100%;
}
.qirArea-twocolumn .qirContent {
	width: 48%;
}

.qirSection_wrapper{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


/*　ラベル
-----------------------------------*/
.qirContent_label {
	text-align:left;
	font-weight: bold;
}
.qirContent_label-justify{
	display:flex;
	justify-content:space-between;
}

/*　単位
-----------------------------------*/
.qirContent_unit {
	font-size: 96%;
	text-align:right;
}
.qirContent_unit-justify{
	display:flex;
	justify-content:space-between;
}

/*　グラフ
-----------------------------------*/
.qirContent_graph {
	width: 100%;
	height: 280px;
	/*-- グラフの高さ --*/
	clear: both;
	position: relative;
}

/*　凡例
-----------------------------------*/
.qirContent_legend_list {
	display: flex;
	justify-content: center;
	/*margin-top: 30px;*/
    flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.qirContent_legend_list span {
	margin-right: 5px;
}
.qirContent_legend_list_item {
	margin-left: 10px;
	font-size: 12px;
}
.qirContent_legend_list_item:first-child {
	margin-left: 0;
}
.qirContent_legend_label,
.qirContent_legend_input{
	cursor: pointer;
}
.qirContent_legend_label{
	/* display: flex; */
	/* align-items: center; */
}
.qirContent_legend_label::after{
	content:"";
	display:block;
	overflow:hidden;
	clear:both;
}
.qirContent_legend_label_brackets{
	float:left;
}
.qirContent_legend_label_shape{
	width: 12px;
	height: 12px;
	float:left;
	margin-top: 3px;
}
.qirContent_legend_label_quarter{
	float:left;
}
.qirContent_legend_label_checkbox{
	width:14px;
	height:14px;
}



/*　テーブル
-----------------------------------*/

.qirContent_table td {
	font-weight: normal;
	/* white-space: nowrap; */
}
.qirContent_table .qirTable_label {
	vertical-align: middle;
}
.qirContent_table {
}
.qirContent_table table,
.qirContent_table th,
.qirContent_table td {
	border-style: solid;
	border-color: #dadada;
}
.qirContent_table table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
	margin-top: 10px;
}
.qirContent_table th,
.qirContent_table td {
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 1px;
	vertical-align: middle;
}
.qirContent_table thead th {
	background-color: #f8f8f8;
	padding: 6px 3px;
	text-align: center;
	font-weight: normal;
}
.qirContent_table tbody th {
	background-color: #f8f8f8;
	padding: 10px 4px;
	text-align: center;
	white-space: nowrap;
}
.qirContent_table tbody td {
	white-space: nowrap;
}
.qirContent_table td {
	text-align: right;
	padding: 10px 4px;
	word-wrap: break-word;
	word-break: break-all;
}
.qirContent_table .qirTable_label {
	width: 23%;
	white-space: normal;
	text-align: left;
}
.triangle {
	font-size: 75%;
}

/*---------------------------------
  ボタン
-----------------------------------*/
.qirButton{
	padding-bottom:30px;
}
.qirButton > div::after{
	content:"";
    display: block;
	clear:both;
}
.excelArea_button{
	width: auto;
}

/*　グラフ注記
-----------------------------------*/
.qirContent_note{
	margin-top: 10px;
}
.qirContent_note_list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.qirContent_note_list_item{
	font-size: 96%;
}

/*---------------------------------
  セクション注記
-----------------------------------*/
*+.qirSection_note{
	margin-top: 10px;
}
.qirSection_note_list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.qirSection_note_list_item{
	padding-left: 1em;
}
.qirSection_note_list_item::before{
	content: "※";
	display: inline-block;
	text-indent: -1em;
}
.qirLang-en .qirSection_note_list_item::before{
	content: "*";
}

/*---------------------------------
  エリア注記
-----------------------------------*/
*+.qirArea_note{
	margin-top: 10px;
}
.qirArea_note_list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.qirArea_note_list_item{
	padding-left: 1em;
}
.qirArea_note_list_item::before{
	content: "※";
	display: inline-block;
	text-indent: -1em;
}
.qirLang-en .qirArea_note_list_item::before{
	content: "*";
}

*+.qirBox{
	margin-top: 30px;
}

/*---------------------------------
  期間情報の注記
-----------------------------------*/
.qirBox_asteriskNote{
	margin: 0;
	padding: 0;
	list-style: none;
}
.qirBox_asteriskNote_item{
	padding-left: 1em;
}
.qirBox_asteriskNote_item::before{
	content: "※";
	display: inline-block;
	text-indent: -1em;
}
.qirLang-en .qirBox_asteriskNote_item::before{
	content: "*";
}

/*---------------------------------
  ご利用上の注意
-----------------------------------*/
.qirBox_carefulNote_title{
	font-weight: bold;
}
.qirBox_carefulNote_list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.qirBox_carefulNote_list_item{
	padding-left: 1em;
}
.qirBox_carefulNote_list_item::before{
	content: "・";
	display: inline-block;
	text-indent: -1em;
}
/*---------------------------------
  注記
-----------------------------------*/
.qirBox_pnexNote_text{
	padding: 0;
	margin: 0;
}
.pnexIcon{
	text-align: right;
}
.pnexIcon img {
	width: auto;
}

/*---------------------------------
  other:その他
-----------------------------------*/

.qirArea-twocolumn .qirContent.qirContent-id201,
.qirArea-twocolumn .qirContent.qirContent-id202 {
    width:100%;
}
.qirContent-id101 .qirContent_legend {
    visibility:hidden;
}
.qirContent-id102 .qirContent_legend,
.qirContent-id122 .qirContent_legend  {
    display: none;
}

/*
.chartBg{
	background-color: #ccc;
}

.viewSP {
	display: none;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.qirLabelPie {
	text-align: center;
	font-size: 150%;
	color: #af1d7b;
}
.qirLegendPie {
	margin: 20px auto;
	display: flex;
    justify-content: center;
}
.qirLegendPie_list{
	padding: 0;
	margin: 0;
}
.qirLegendPie_list_item{
	list-style: none;
}
.qirLegendPie_list_item + .qirLegendPie_list_item{
	margin-top: 5px;
}

*/