@charset "UTF-8";
/* ---------------------------------------------------------------- */
/* li box__multidata 互動陰影用 */
.box__multidata .box__charts__t2,
.box__multidata .box__totalnum__t2 > li:last-child,
.box__multidata .box__list__t1 > li:last-child,
.box__multidata .box__charts__t1,
.box__multidata .box__chartsnum__t1,
.box__multidata .box__totalnum__t1 > li:last-child {
    -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, .4);
    transition: all .5s ease-out 0s;
}


/* 統一最後一起加 可以統一做放這，不行的話，加到各自頁面中 */
.box__multidata .box__charts__t2:hover,
.box__multidata .box__totalnum__t2 > li:last-child:hover,
.box__multidata .box__list__t1 > li:last-child:hover,
.box__multidata .box__charts__t1:hover,
.box__multidata .box__chartsnum__t1:hover,
.box__multidata .box__totalnum__t1 > li:last-child:hover {
    -webkit-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, .4);
}
/*--------------------------------*/
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(22, 254, 243, 0.3),
                0 0 0 0.2em rgba(22, 254, 243, 0.3),
                0 0 0 0.8em rgba(22, 254, 243, 0.3),
                0 0 0 1.0em rgba(22, 254, 243, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0.2em rgba(22, 254, 243, 0.3),
                0 0 0 0.8em rgba(22, 254, 243, 0.3),
                0 0 0 1.0em rgba(22, 254, 243, 0.3),
                0 0 0 1.2em rgba(22, 254, 243, 0);
  }
}

@keyframes ripple_line {
  0% { transform: scale(1); }
  50% { transform: scale(1.8); opacity:1; }
  100% { transform: scale(2.5); opacity:0; }
}


/* -------------------------------------------------------- */
/* 設定動畫區塊 */
.box__multidata #part__ul .box__motion__con {
	display: block;
	position: relative;
	width: 100%;
	/*height: 100%;*/
	/* 台灣地圖高度 280px */
	top: -280px;;
	background-color: rgb(255, 255, 255, 0.5);
}

.box__multidata #part__ul .box__motion__con .box__ripple__line {
	display: block;
	position: absolute;
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	background-color: #DE3F20;
}

.box__multidata #part__ul .box__motion__con .box__ripple__line::before,
.box__multidata #part__ul .box__motion__con .box__ripple__line::after {
  content: '';
  display: block;
  position: absolute;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  border: 1px solid #DE3F20;
  border-radius: 50%;
}

.box__multidata #part__ul .box__motion__con .box__ripple__line::before {
  animation: ripple_line 2s linear infinite;
}

.box__multidata #part__ul .box__motion__con .box__ripple__line::after {
  animation: ripple_line 2s linear 1s infinite;
}

.box__multidata #part__ul .box__motion__con .box__ripple__line.part__north {
	top: 30px;
    left: 85px;
}

.box__multidata #part__ul .box__motion__con .box__ripple__line.part__center {
	top: 110px;
    left: 30px;
}

.box__multidata #part__ul .box__motion__con .box__ripple__line.part__south {
    top: 205px;
    left: 25px;
}

.box__multidata #part__ul .box__motion__con .box__ripple__line.part__east {
    top: 165px;
    left: 85px;
}

/*--------------------------------*/
/*--------------------------------*/
/* li box__multidata */
.box_info_content .box__dashbord__ul .box__multidata  {
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	width: 93%;
}

.box__multidata > ul {
	flex: 0 0 auto;
	/*border: 1px solid red;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border-radius: 20px;
	background-color: #363C48;
	overflow: hidden;
}

/*--------------------------------*/
/*--------------------------------*/
/* box__totalnum__t1 */
.box__multidata .box__totalnum__t1 {
    position: relative;
    width: 100%;
    height: 320px;
    display: flex;
    flex-direction: column;
    border-radius: inherit;
    background-color: inherit;

    margin-bottom: 20px;
}

.box__multidata > .box__totalnum__t1 > li {
	padding: 20px 20px 20px 20px;
}

/* box__totalnum__t1 title */
.box__multidata > .box__totalnum__t1 > li:nth-child(1) {
	margin: 15px 0;
	padding: 0px 0px;
}

.box__multidata > .box__totalnum__t1 > li:nth-child(2) {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;

	border-radius: 20px;
	background-color: #363C48;

	height: 100%;
}

.box__multidata > .box__totalnum__t1 > li:nth-child(2) > ul {
	flex: 0 0 auto;
}

.box__multidata > .box__totalnum__t1 > li:nth-child(2) > ul:nth-child(1),
.box__multidata > .box__totalnum__t1 > li:nth-child(2) > ul:nth-child(3) {
	width: 45%;
	height: 100%;
}

.box__multidata > .box__totalnum__t1 > li:nth-child(2) > ul:nth-child(1) > ul:first-child,
.box__multidata > .box__totalnum__t1 > li:nth-child(2) > ul:nth-child(3) > ul:first-child {
	margin-bottom: 15px;
}

.box__multidata > .box__totalnum__t1 > li:nth-child(2) > ul:nth-child(1) > ul > li:last-child,
.box__multidata > .box__totalnum__t1 > li:nth-child(2) > ul:nth-child(3) > ul > li:last-child {
	text-align: right;
}

.box__multidata > .box__totalnum__t1 > li:nth-child(2) > ul:nth-child(3) > ul > li:last-child {
	color: #41C3FF;
}

/* 中間分隔線 */
.box__multidata > .box__totalnum__t1 > li:nth-child(2) > ul:nth-child(2) {
	width: 4%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.box__multidata > .box__totalnum__t1 > li:nth-child(2) > ul:nth-child(2) .box__circle {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #606877;

	display: flex;
	justify-content: center;
	align-items: center;

	color: #ffffff;
	font-family: "sans-serif";
	font-size: 13px;
	font-weight: 400;
}

.box__multidata > .box__totalnum__t1 > li:nth-child(2) > ul:nth-child(2) .box__line {
	position: relative;
	display: block;
	width: 1px;
	height: 40%;
	background-color: #606877;
}


/*--------------------------------*/
/*--------------------------------*/
/* box__chartsnum__t1 */
.box__multidata > .box__chartsnum__t1 .data__num__text {
	/*font-size: 28px;*/
	font-size: 38px;
}

.box__multidata > .box__chartsnum__t1 .data__num__text span {
	font-size: 14px;
	color: #ffffff;
}

.box__multidata .box__chartsnum__t1 {
	width: 40%;
	height: 840px;
}

.box__multidata > .box__chartsnum__t1 > li {
	padding: 20px 20px 20px 20px;
}

/* box__chartsnum__t1 title */
.box__multidata > .box__chartsnum__t1 > li:nth-child(1) {
	margin: 15px 0;
	padding: 0px 20px;
}

.box__multidata > .box__chartsnum__t1 > li:nth-child(2) {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;

}

.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul {
	flex: 0 0 auto;
	width: 100%;
	/*border: 1px solid red;
	box-sizing: border-box;*/
}
/* 區塊內 taiwan 甜甜圈圖 */
.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:first-child {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:first-child > ul {
	flex: 0  0 auto;
	width: 50%;
	height: auto;
	/*height: 100%;*/

	/*border: 1px solid #cccccc;
	box-sizing: border-box;*/
}

/* 甜甜圈 */
.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:first-child > ul:last-child {
	display: block;
    position: relative;
    margin-top: 15%;
}

#market__ul #chart-doughnut-num1 .data__num__text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	font-size: 54px;
}

#market__ul #chart-doughnut-num1 .data__num__text span {
	color: #16FEF3;
}


.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:first-child > ul:last-child > li:first-child {
	text-align: center;
	margin-bottom: 10px;
}


/* 區塊內 分隔線 */
.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:nth-child(2) {
	margin: 30px 0;
}
.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:nth-child(2) .box__line {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #606877;
}

/* 區塊內 各區數字 + 總和 */
/* 區塊內 各區數字 + 總和 title */
.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:last-child > li:nth-child(1) {
	margin-bottom: 25px;
}
/* 各區數字個 */
.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:last-child > li:nth-child(2) {

}

.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:last-child > li:nth-child(2) > ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}

.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:last-child > li:nth-child(2) > ul > li {
	flex: 0 0 auto;
	height: 100%;
}

.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:last-child > li:nth-child(2) > ul > li:first-child,
.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:last-child > li:nth-child(2) > ul > li:last-child {
	width: 50%;
}

.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:last-child > li:nth-child(2) > ul > li:first-child {
	border-right: 1px solid #606877;
	box-sizing: border-box;
}

.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:last-child > li:nth-child(2) > ul > li:first-child > ul > li:last-child {
	padding-right: 20px;
}

.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:last-child > li:nth-child(2) > ul > li:last-child > ul > li:first-child {
	padding-left: 20px;
}

.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:last-child > li:nth-child(2) > ul > li > ul {
	margin-bottom: 20px;
}

.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:last-child > li:nth-child(2) > ul > li > ul > li:first-child {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 12px;
}

.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:last-child > li:nth-child(2) > ul > li > ul > li:last-child {
	text-align: right;
}

/* 數字總和 */
.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:last-child > li:nth-child(3) {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
}

.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:last-child > li:nth-child(3) > p:first-child {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
    position: relative;
    bottom: 5px;
    margin-right: 10px;
}

/*--------------------------------*/
/* box__charts__t1 */
.box__multidata .box__charts__t1 {
	width: 58%;
	height: 380px;
}

.box__multidata .box__charts__t1 > li:first-child {
	position: relative;
	display: block;
	/*height: 100%;*/
}

.box__multidata .box__charts__t1 > li:first-child > ul:first-child {
	padding: 20px 20px 0px 20px;
}

.box__multidata .box__charts__t1 > li:first-child > ul:last-child {
	position: relative;
	display: block;
	/*height: 100%;*/
}

#chart-bar2-case1 {
	position: relative;
	display: block;
	/*height: 100%;*/
}

.box__multidata .box__charts__t1 > li:first-child > ul:last-child > li:first-child {
	color: #ffffff;
	font-size: 12px;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

	margin-top: 20px;
}


.box__multidata .box__charts__t1 > li:first-child > ul:last-child > li:first-child > ul:first-child {
	display: flex;
	flex-direction: row;
	margin-right: 20px;

	padding: 10px 25px;
	border-radius: 10px;
	background-color: #2E323C;
}

.box__multidata .box__charts__t1 > li:first-child > ul:last-child > li:first-child > ul:first-child > li {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.box__multidata .box__charts__t1 > li:first-child > ul:last-child > li:first-child > ul:first-child > li:first-child {
	margin-right: 10px;
}

.box__multidata .box__charts__t1 > li:first-child > ul:last-child > li:first-child > ul:first-child > li > div {
	margin-right: 5px;
}

.box__multidata .box__charts__t1 > li:first-child > ul:last-child > li:first-child > ul:first-child > li:first-child > div {
	display: block;
	width: 12px;
	height: 8px;
	border-radius: 3px;
	background-color: #16FEF3;
}

.box__multidata .box__charts__t1 > li:first-child > ul:last-child > li:first-child> ul:first-child > li:last-child > div {
	display: block;
	width: 12px;
	height: 8px;
	border-radius: 3px;
	background-color: #41C3FF;
}

/*--------------------------------*/
/*--------------------------------*/
/* box__list__t1 */
.box__multidata .box__list__t1 {
	width: 58%;
	height: 440px;	
	margin-left: 42%;
	margin-top: -440px;

	border-radius: inherit;
	background-color: inherit;
}

.box__multidata .box__list__t1 > li:first-child {
	height: 9%;
}

.box__multidata .box__list__t1.change-style > li:first-child {
	height: auto;
}

.box__multidata .box__list__t1 > li:last-child > ul:first-child > li {
	padding: 20px 20px 10px 20px;
}

.box__multidata .box__list__t1 > li:last-child {
	border-radius: 20px;
	background-color: #363C48;
	height: 91%;
}

#success-rate-data1 {
	width: 95%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-wrap: wrap;

}

#success-rate-data1 > ul {
	flex: 0 0 auto;
	width: 48%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 5px 0;
}

#success-rate-data1 > ul > li:last-child  {
	color: #16FEF3;
	font-size: 18px;
	font-weight: 400;
	padding: 6px 12px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.1);
	margin-left: 2px;
}

#success-rate-data1 > ul > li > span {
	font-size: 12px;
}

/*--------------------------------*/
/*--------------------------------*/
/* box__totalnum__t2 */
.box__multidata .box__totalnum__t2 {
	position: relative;
	width: 100%;
	height: 320px;
	margin-top: 20px;

	display: flex;
	flex-direction: column;
	border-radius: inherit;
	background-color: inherit;
}
.box__multidata > .box__totalnum__t2 > li {
	padding: 20px 20px 20px 20px;
}

/* box__totalnum__t2 title */
.box__multidata > .box__totalnum__t2 > li:nth-child(1) {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px;
}

.box__multidata > .box__totalnum__t2 > li:nth-child(2) {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;

	border-radius: 20px;
	background-color: #363C48;

	height: 100%;
}

.box__multidata > .box__totalnum__t2 > li:nth-child(2) > ul {
	flex: 0 0 auto;
}

.box__multidata > .box__totalnum__t2 > li:nth-child(2) > ul span {
	font-size: 32px;
}

.box__multidata > .box__totalnum__t2 > li:nth-child(2) > ul:nth-child(1),
.box__multidata > .box__totalnum__t2 > li:nth-child(2) > ul:nth-child(3) {
	width: 45%;
	height: 100%;
}

.box__multidata > .box__totalnum__t2 > li:nth-child(2) > ul:nth-child(1) > ul:first-child,
.box__multidata > .box__totalnum__t2 > li:nth-child(2) > ul:nth-child(3) > ul:first-child {
	/*margin-bottom: 15px;*/
	margin-bottom: 35px;
}

.box__multidata > .box__totalnum__t2 > li:nth-child(2) > ul:nth-child(1) > ul > li:last-child,
.box__multidata > .box__totalnum__t2 > li:nth-child(2) > ul:nth-child(3) > ul > li:last-child {
	text-align: right;
}

/* 中間分隔線 */
.box__multidata > .box__totalnum__t2 > li:nth-child(2) > ul:nth-child(2) {
	width: 4%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}


.box__multidata > .box__totalnum__t2 > li:nth-child(2) > ul:nth-child(2) .box__line {
	position: relative;
	display: block;
	width: 1px;
	height: 80%;
	background-color: #606877;
}

/*--------------------------------*/
/*--------------------------------*/
/* box__charts__t2 */
.box__multidata .box__charts__t2 {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.box__multidata .box__charts__t2 > li:first-child {
	padding: 20px 20px 0px 20px;
}

.box__pie__t1 {
	position: relative;
    height: 520px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    border-radius: inherit;
    background-color: inherit;
}

.box__linechart__t1 {
	position: relative;
    height: 520px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    border-radius: inherit;
    background-color: inherit;
}

.box__pie__t1>li, .box__linechart__t1>li {
	padding: 20px 20px 20px 20px;
}

.box__pie__t1 .pie-show {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
    height: 100%;
	overflow: hidden;
}

.box__pie__t1 .pie-show >ul{
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
    height: 100%;
	overflow: hidden;
}

.type-show {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.type-show .item {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.type-show .item .dot {
	flex: 0 0 10px;
	width: 10px;
	height: 10px;
	margin-right: 5px;
}

.type-show .item p {
	margin-right: 10px;
	flex: 0 0 auto;
}

.type-show .item p:last-child {
	margin-right: 0;
}

.type-show .item p:last-child span {
	margin-right: 5px;
}

.type-show .item p:last-child span::after {
	content: '|';
	line-height: 16px;
	margin-left: 5px;
}

.type-show .item.type1 {
	color: #E8842D;
}

.type-show .item.type1 .dot {
	background: #E8842D;
}

.type-show .item.type2 {
	color: #EDF17B;
}

.type-show .item.type2 .dot {
	background: #EDF17B;
}

.type-show .item.type3 {
	color: #87BE58;
}

.type-show .item.type3 .dot {
	background: #87BE58;
}

.type-show .item.type4 {
	color: #7BDFFF;
}

.type-show .item.type4 .dot {
	background: #7BDFFF;
}

.type-show .item.type5 {
	color: #2BA1DE;
}

.type-show .item.type5 .dot {
	background: #2BA1DE;
}

.type-show .item.type6 {
	color: #7A60D6;
}

.type-show .item.type6 .dot {
	background: #7A60D6;
}

.li-padd {
	padding: 20px 20px 20px 20px;
}

@media only screen and (min-width:360px) {
	.box__multidata .box__totalnum__t1 {
		order: 1;
	}

	/* --------------------------------------------------- */
	/* box__totalnum__t1 */
	.box__multidata .box__totalnum__t1 {
		height: auto;
	}

	.box__multidata > .box__totalnum__t1 > li:nth-child(2) {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.box__multidata > .box__totalnum__t1 > li:nth-child(2) > ul:nth-child(1),
	.box__multidata > .box__totalnum__t1 > li:nth-child(2) > ul:nth-child(3) {
		width: 100%;
		height: auto;
	}

	/* 中間分隔線 */
	.box__multidata > .box__totalnum__t1 > li:nth-child(2) > ul:nth-child(2) {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin: 15px 0;
	}

	.box__multidata > .box__totalnum__t1 > li:nth-child(2) > ul:nth-child(2) .box__line {
		width: 100%;
		height: 1px;
	}

	.box__multidata > .box__totalnum__t1 > li:nth-child(2) > ul:nth-child(2) .box__circle {
		width: 60px;
		height: 28px;
	}


	/* box__chartsnum__t1 */
	.box__multidata .box__chartsnum__t1 {
		order: 2;
		width: 100%;
		height: 100%;
	}

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul {
		flex: 0 0 auto;
	}

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:first-child {
		width: 100%;
	}

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:nth-child(2) {
		width: 100%;
	}

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:last-child {
		width: 100%;
	}

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:first-child {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:nth-child(2) .box__line {
		width: 100%;
		height: 1px;
	}

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:first-child > ul {
		height: auto;
	}

	 #part__ul {
	 	transform: scale(1);
		transform-origin: top center;
	 }

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:first-child > ul:last-child {
		margin-top: 15%;
	}

	/* box__charts__t1 */
	.box__multidata .box__charts__t1 {
		order: 3;
		width: 100%;
		height: auto;
		padding-bottom: 20px;
		margin-top: 20px;
	}

	.box__multidata .box__charts__t1 > li:first-child > ul:last-child > li:first-child > ul:first-child {
		margin-right: 5px;
		padding: 10px 12px;
	}

	/* box__list__t1 */
	.box__multidata .box__list__t1 {
		order: 5;
		width: 100%;
		height: 100%;
		margin-left: 0%;
		margin-top: 20px;
	}

	.box__multidata .box__list__t1 > li:first-child {
		margin-bottom: 10px;
	}

	#success-rate-data1 > ul {
		width: 100%;
	}
	
	.box__multidata .box__list__t1 > li:last-child > ul:last-child {
		padding-bottom: 40px;
	}

	/* box__totalnum__t2 */
	.box__multidata .box__totalnum__t2 {
		order: 4;
		height: auto;
	}

	.box__multidata .box__totalnum__t2.info-data-show {
		order: 9;
	}

	.box__multidata > .box__totalnum__t2 > li:nth-child(2) {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;

	}

	.box__multidata > .box__totalnum__t2 > li:nth-child(2) > ul:nth-child(1),
	.box__multidata > .box__totalnum__t2 > li:nth-child(2) > ul:nth-child(3) {
		width: 100%;
		height:auto;
	}

	/* 中間分隔線 */
	.box__multidata > .box__totalnum__t2 > li:nth-child(2) > ul:nth-child(2) {
		width: 100%;
		height: 1px;
		margin: 25px 0;
	}


	.box__multidata > .box__totalnum__t2 > li:nth-child(2) > ul:nth-child(2) .box__line {
		width: 100%;
		height: 1px;
	}

	/* box__charts__t2 */
	.box__multidata .box__charts__t2 {
		order: 6;
	}	

	.box__multidata .box__linechart__t1 {
		width: 100%;
		height: auto;
		order: 9;
	}

	.box__multidata .box__pie__t1 {
		width: 100%;
		height: auto;
		order: 8;
	}

}

@media only screen and (min-width:768px) {
	.box__multidata .box__totalnum__t1 {
		order: 1;
	}

	/* --------------------------------------------------- */
	/* box__totalnum__t1 */
	.box__multidata > .box__totalnum__t1 > li:nth-child(2) {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;

	}

	.box__multidata > .box__totalnum__t1 > li:nth-child(2) > ul:nth-child(1),
	.box__multidata > .box__totalnum__t1 > li:nth-child(2) > ul:nth-child(3) {
		width: 45%;
	}

	/* 中間分隔線 */
	.box__multidata > .box__totalnum__t1 > li:nth-child(2) > ul:nth-child(2) {
		width: 4%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0px 0;
	}

	.box__multidata > .box__totalnum__t1 > li:nth-child(2) > ul:nth-child(2) .box__line {
		width: 1px;
		height: 40%;
	}

	.box__multidata > .box__totalnum__t1 > li:nth-child(2) > ul:nth-child(2) .box__circle {
		width: 28px;
		height: 28px;
	}

	/* box__chartsnum__t1 */
	.box__multidata .box__chartsnum__t1 {
		order: 2;
		width: 100%;
		height: 100%;
	}

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;

	}

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul {
		flex: 0 0 auto;
	}

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:first-child {
		width: 40%;
	}


	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:nth-child(2) {
		width: 4%;
	}

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:last-child {
		width: 56%;
	}

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:nth-child(2) .box__line {
		width: 1px;
		height: 100%;
	}

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:first-child {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:first-child > ul {
		height: auto;
	}

	 #part__ul {
		transform: scale(0.8);
		transform-origin: top center;
	 }

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:first-child > ul:last-child {
		margin-top: -15%;
	}

	/* box__charts__t1 */
	.box__multidata .box__charts__t1 {
		order: 3;
		width: 100%;
		height: auto;
		padding-bottom: 20px;
		margin-top: 20px;
	}

	.box__multidata .box__charts__t1 > li:first-child > ul:last-child > li:first-child > ul:first-child {
		margin-right: 20px;
		padding: 10px 25px;
	}


	/* box__list__t1 */
	.box__multidata .box__list__t1 {
		order: 5;
		width: 100%;
		height: auto;
		margin-left: 0%;
		margin-top: 20px;
	}

	.box__multidata .box__list__t1 > li:first-child {
		margin-bottom: 0px
	}

	.box__multidata .box__list__t1.change-style > li:first-child {
		margin-bottom: 10px;
	}


	#success-rate-data1 > ul {
		width: 48%;
	}

	.box__multidata .box__list__t1 > li:last-child > ul:last-child {
		padding-bottom: 40px;
	} 

	.box__multidata .box__list__t1.change-style > li:last-child {
		height: auto;
	}

	/* box__totalnum__t2 */
	.box__multidata .box__totalnum__t2 {
		order: 4;
		height: 320px;
	}

	.box__multidata .box__totalnum__t2.info-data-show {
		order: 9;
		height: auto;
	}

	.box__multidata > .box__totalnum__t2 > li:nth-child(2) {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;

	}

	.box__multidata > .box__totalnum__t2 > li:nth-child(2) > ul:nth-child(1),
	.box__multidata > .box__totalnum__t2 > li:nth-child(2) > ul:nth-child(3) {
		width: 45%;
		height: 100%;
	}

	/* 中間分隔線 */
	.box__multidata > .box__totalnum__t2 > li:nth-child(2) > ul:nth-child(2) {
		width: 4%;
		height: 100%;
		margin: 0px 0;
	}

	.box__multidata > .box__totalnum__t2 > li:nth-child(2) > ul:nth-child(2) .box__line {
		width: 1px;
		height: 80%;
	}


	/* box__charts__t2 */
	.box__multidata .box__charts__t2 {
		order: 6;
	}

	.box__multidata .box__pie__t1 {
		order: 7;
	}

	.box__multidata .box__linechart__t1 {
		order: 8;
	}

	.type-show .item {
		flex: 0 0 100%;
	}
}

@media only screen and (min-width:1024px) {

}

@media only screen and (min-width:1025px) {
	.box__multidata .box__totalnum__t1 {
		order: 1;
	}

	/* --------------------------------------------------- */
	/* box__chartsnum__t1 */
	.box__multidata .box__chartsnum__t1 {
		order: 2;
		width: 40%;
		height: 840px;
	}

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;

	}

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:first-child {
		width: 100%;
	}

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:nth-child(2) {
		width: 100%;
	}

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:last-child {
		width: 100%;
	}

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:first-child {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:nth-child(2) .box__line {
		width: 100%;
		height: 1px;
	}

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:first-child > ul {
		height: auto;
	}

	 #part__ul {
	 	transform: scale(1);
		transform-origin: top center;
	 }

	.box__multidata > .box__chartsnum__t1 > li:nth-child(2) > ul:first-child > ul:last-child {
		margin-top: 15%;
	}



	/* box__charts__t1 */
	.box__multidata .box__charts__t1 {
		order: 3;
		width: 58%;
		height: 380px;
		padding-bottom: 0px;
		margin-top: 0px;
	}

	/* box__list__t1 */
	.box__multidata .box__list__t1 {
		order: 4;
		width: 58%;
		margin-left: 42%;
		margin-top: -440px;
	}

	/* box__totalnum__t2 */
	.box__multidata .box__totalnum__t2 {
		order: 5;
	}

	/* box__charts__t2 */
	.box__multidata .box__charts__t2 {
		order: 6;
	}

	.box__multidata .box__pie__t1 {
		width: 53%;
		order: 7;
	}

	.box__multidata .box__linechart__t1 {
		width: 45%;
		order: 8;
	}

	.box__multidata .box__totalnum__t2.info-data-show {
		order: 9;
	}

	.type-show .item {
		flex: 0 0 calc(50% - 15px);
	}

	.box__multidata .box__list__t1.change-style > li:last-child {
		height: 91%;
	}
}

@media only screen and (min-width:1280px) {

}

@media only screen and (min-width:1440px) {

}

















