@charset "utf-8";
/* CSS Document */

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* Clear Fix */

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

.sub {
	font-size: 62.5%;
	/*vertical-align: bottom;*/
}

/*
----------------------------------------- Common */
html {
	font-size: 62.5%;
}
body {
	font-family: Arial, Helvetica, Verdana, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #333;
	font-size: 1.6em;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	letter-spacing: .05em;
}

/**================================= Link Setting =================================**/

/*a {color:#00498F; text-decoration:underline;}
a:visited {color:#00498F; text-decoration:underline;}
a:hover {color:#EE2F1B; text-decoration:none;}
a:active {color:#EE2F1B; text-decoration:none;}*/
a:focus {outline:none;}

/*
----------------------------------------- Header */
.blockHeader {
	padding-top: 80px;
}
.glogo {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	padding-left: 20px;
	line-height: 80px;
}
.glogo img {
	width: 280px;
	vertical-align: middle;
}
.currentMachineNum {
	font-size: 1.4rem;
	/*padding: 1.4rem;*/
	border-top: #CCC solid 1px;
	height: 49px;
	line-height: 1.4;
	padding: 5px 0 0 20px;
}
/*.currentMachineNum__this {
	display: block;
	font-size: 2rem;
}*/
.header__menu {
	/*width: 140px;*/
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	-webkit-justify-content: flex-end; /* Safari */
	justify-content:         flex-end;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.header__menu__item {
	width: 80px;
	height: 80px;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	font-size: 1.2rem;
	font-weight: bold;
	vertical-align: middle;
	letter-spacing: 0;
}
.header__menu__item img {
	margin: 0 auto 7px;
	display: block;
}
.header__menu__item--news {
	padding-top: 15px;
	position:relative;
}
.header__menu__item--news.note::after {
	position:absolute;
	content: "";
	width: 36px;
	height: 30px;
	background: url(../images/common/icn_attention_head.svg) no-repeat center center / 36px auto;
	top: calc(50% - 22px);
	left: calc(50% - 17px);
}
.header__menu__item--news img {
	width: 40px;
}
.header__menu__item--home {
	color: #000;
	text-decoration: none;
}
.header__menu__item--home img {
	width: 40px;
}
.header__menu__item--home {
	background-color: #F0F0E1;
}

.header__menu__item--sound {
	position:absolute;
	top: 80px;
	right: 20px;
	text-align: center;
	width: 40px;
}
.header__menu__item--sound::before {
	display: inline-block;
	content: "";
	width: 36px;
	height: 30px;
	margin: 0 auto;
	background: url(../images/common/icn_sound_off.svg) no-repeat center center / 36px auto;
}
.header__menu__item--sound.on::before {
	background: url(../images/common/icn_sound_on.svg) no-repeat center center / 36px auto;
}


/* Design Color */
.design02 .header__menu__item--home {
	background-color: transparent;
}


/*
----------------------------------------- Contents */
/************* Common *************/
.contentsWrapper {
	position: relative;
}

/************* Main Menu *************/
.pageTitelBox {
	background-color: #E60012;
	height: 60px;
	padding-top: 10px;
}
/* Design Color */
.design02 .pageTitelBox {
	background-color: #DFDFD0;
}

.hlLv01 {
	text-align: center;
	color: #FFF;
	font-size: 1.8rem;
}

/* Design Color */
.design02 .hlLv01--mainmenu {
	color: #333;
}

.hlLv01--mainmenu::before {
	content:"";
	display: inline-block;
	background: url(../images/common/icn_home_w.svg) no-repeat center center / 40px auto;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	vertical-align: middle;
}
/* Design Color */
.design02 .hlLv01--mainmenu::before {
	background: url(../images/common/icn_home.svg) no-repeat center center / 40px auto;
}

.mainmenu__list {
	display: flex;
	-webkit-flex-direction: column; /* Safari */
	flex-direction:         column;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	height: calc(100vh - 80px - 50px - 60px);
	min-height: 300px;
	padding: 20px;
	background-color: #EEE;
}
/* Design Color */
.design02 .mainmenu__list {
	background-color: #FFF;
}

.ipad.safari .mainmenu__list {
	height: calc(100vh - 80px - 50px - 60px - 56px);
}
.mainmenu__list__item {
	display: flex;
	height: 22%;
}
.mainmenu__list__item a {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	color: #000;
	text-decoration: none;
	background-color: #DFDFD0;
	/*text-align: center;*/
	padding-left: 13%;
	font-size: 1.8rem;
	font-weight: bold;
}
/* Design Color */
.design02 .mainmenu__list__item a {
	color: #FFF;
}

.mainmenu__list__item a::before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 30px;
	height: 30px;
}
.mainmenu__list__item--cost a::before {
	background: url(../images/common/icn_cost.svg) no-repeat center center / 30px auto;
}
.mainmenu__list__item--time a::before {
	background: url(../images/common/icn_time.svg) no-repeat center center / 28px auto;
}
.mainmenu__list__item--co2 a::before {
	background: url(../images/common/icn_co2.svg) no-repeat center center / 30px auto;
}
.mainmenu__list__item--windspeed a::before {
	background: url(../images/common/icn_windspeed.svg) no-repeat center center / 30px auto;
}

/* Design Color */
.design02 .mainmenu__list__item--cost a {
	background-color: #FF7185;
}
.design02 .mainmenu__list__item--cost a::before {
	background: url(../images/common/icn_cost_w.svg) no-repeat center center / 30px auto;
}
.design02 .mainmenu__list__item--time a {
	background-color: #F88607;
}
.design02 .mainmenu__list__item--time a::before {
	background: url(../images/common/icn_time_w.svg) no-repeat center center / 28px auto;
}
.design02 .mainmenu__list__item--co2 a {
	background-color: #45AF63;
}
.design02 .mainmenu__list__item--co2 a::before {
	background: url(../images/common/icn_co2_w.svg) no-repeat center center / 30px auto;
}
.design02 .mainmenu__list__item--windspeed a {
	background-color: #5B9BD5;
}
.design02 .mainmenu__list__item--windspeed a::before {
	background: url(../images/common/icn_windspeed_w.svg) no-repeat center center / 30px auto;
}

/* News Box */

.newsListBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #E60012;
	display: none;
	z-index: 2000;
}
/* Design Color */
.design02 .newsListBox {
	background-color: #FF2626;
}

.newsListBox.active {
	display: block;
}
.pageTitelBox--news {
	border-bottom: #FFF solid 1px;
}
/* Design Color */
.design02 .pageTitelBox--news {
	background-color: #FF2626;
}

.hlLv01--news::before {
	content:"";
	display: inline-block;
	background: url(../images/common/icn_attention.svg) no-repeat center center / 40px auto;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	vertical-align: middle;
}

.newsList_table_wrap {
	height: calc(100% - 60px - 90px);
	/*overflow: auto;
	-webkit-overflow-scrolling: touch;*/
}
.newsList_table {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	display: block;
}
.newsList_table thead,
.newsList_table tbody {
	display: block;
}
.newsList_table tbody {
	overflow-y: scroll;
	height: calc(100% - 22px);
	-webkit-overflow-scrolling: touch;
}
.newsList_table tr {
	display: flex;
}
.newsList_table tr:nth-child(2n) {
	background: #FFF;
}
.newsList_table tr:nth-child(2n+1) {
	background: #EEE;
}
.newsList_table tr.color {
	background-color: #FBD9DC;
	border-bottom: #FFF solid 1px;
	font-weight: bold;
}
.newsList_table thead tr:nth-child(2n+1) {
	background: #555;
}
/* Design Color */
.design02 .newsList_table thead tr:nth-child(2n+1) {
	background: #333;
}

.newsList_table th {
	background: #555555;
	font-size: 1.2rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 5px;
	border-left: #FFF solid 1px;
	height: 22px;
	display: block;
}

.design02 .newsList_table th {
	background: #333;
}

.newsList_table th:first-of-type {
	border-left: none;
}
.newsList_table td {
	font-size: 1.2rem;
	padding: 5px;
	border-left: #555 solid 1px;
	vertical-align: middle;
	line-height: 1.4;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.newsList_table td:first-of-type {
	border-left: none;
}
.newsList_table th:nth-of-type(1) {
	width: 120px;
}
.newsList_table th:nth-of-type(2){
	width: 80px;
}
.newsList_table th:nth-of-type(3){
	width: calc(100% - 120px - 80px);
}

.newsList_table .date,
.newsList_table .type{
	white-space: nowrap;
}
.newsList_table .date {
	width: 120px;
	white-space: nowrap;
}
.newsList_table .type{
	width: 80px;
	text-align: center;
}
.newsList_table .body {
	width: calc(100% - 120px - 80px);
}
.newsBody__btn {
	display: block;
	width: 62px;
	margin: 10px auto 0;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
.newsBody__btn::before {
	content: "";
	width: 62px;
	height: 62px;
	background: url(../images/common/icn_mainte.svg) no-repeat center center / 60px auto;
	display: block;
	margin: 0 auto 5px;
}
/* Design Color */
.design02 .newsBody__btn::before {
	background: url(../images/common/icn_mainte2.svg) no-repeat center center / 62px auto;
}
.newsListFoot {
	height: 90px;
	background-color: #E60012;
}
/* Design Color */
.design02 .newsListFoot {
	background-color: #FF2626;
}
.newsListFoot__close {
	display: block;
	color: #FFF;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1;
	padding-top: 10px;
	height: 100%;
}
.newsListFoot__close::before {
	content: "×";
	font-size: 5.4rem;
	display: block;
	line-height: .8;
}

/* Maintenance Box */
.maintenanceBox {
	position: absolute;
	top: -129px;
	left: 0;
	width: 100%;
	min-height: calc(100% + 129px);
	background-color: #E60012;
	z-index: 2000;
	display: none;
}
/* Design Color */
.design02 .maintenanceBox {
	background-color: #FF2626;
}
.maintenanceBox.active {
	display: block;
}
.pageTitelBox--maintenance {
	background-color: #E60012;
	height: auto;
	padding: 25px 0;
}
/* Design Color */
.design02 .pageTitelBox--maintenance {
	background-color: #FF2626;
	height: auto;
	padding: 25px 0;
}
.maintenanceTitle {
	color: #FFF;
}
.maintenanceTitle::before {
	content: "";
	background: url(../images/common/icn_attention.svg) no-repeat center center / 100px auto;
	height: 81px;
	width: 100px;
	display: block;
	margin: 0 auto;
}
.maintenanceTitle__txt {
	display: none;
}

.maintenanceBox__contents {
	margin: 0 20px;
	background: #FFF url(../images/common/icn_mainte_bg.svg) no-repeat center 80% / 160px auto;
	padding: 20px 10px;
}
.maintenanceTitle__sp {
	background-color: #E60012;
	font-size: 1.3rem;
	text-align: center;
	padding: 1.4rem 0;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 20px;
}
/* Design Color */
.design02 .maintenanceTitle__sp {
	background-color: #FF2626;
}
.maintenanceBox__contents__item {
	text-align: center;
	color: #535353;
}
.maintenanceBox__contents__item__callInfo__title {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1.6rem;
}
.maintenanceBox__contents__item__callInfo__data--companyname {
	font-size: 1.6rem;
	line-height: 1.4;
}
.maintenanceBox__contents__item__callInfo__data--tel {
	font-size: 2.4rem;
	line-height: 1.4;
}
.maintenanceBox__contents__item--02 {
	margin-top: 20px;
	line-height: 1.6;
}
.maintenanceBox__contents__item__callcenterName {
	font-size: 1.2rem;
}
.maintenanceBox__contents__item__freedial {
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.maintenanceBox__contents__item__freedial::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 16px;
	background: url(../images/common/icn_fleedial.svg) no-repeat center center / 24px auto;
	margin-right: 5px;
	vertical-align: middle;
}
.maintenanceBox__contents__item__centerinfo {
	font-size: 1.2rem;
}

.maintenanceBoxFoot__close {
	display: block;
	color: #FFF;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1;
	padding-top: 10px;
	height: 90px;
}
.maintenanceBoxFoot__close::before {
	content: "×";
	font-size: 5.4rem;
	display: block;
	line-height: .8;
}

/* News Tip */
.newsTipBox {
	position: fixed;
	bottom: 0;
	left: -200px;
	width: 200px;
	text-align: center;
	/*display: none;*/
	height: 70px;
	line-height: 70px;
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #FF0000;
	color: #FFF;
	transition: left 0.3s linear;
	cursor: pointer;
	z-index: 2500;
}
/* Design Color */
.design02 .newsTipBox {
	background-color: #FF2626;
}

.newsTipBox::after {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../images/common/icn_triangle.svg) no-repeat center center / 14px auto;
	width: 14px;
	height: 14px;
	display: block;
}
.newsTipBox.active {
	left: 0;
}

/************* Graph Contents *************/
/* Graph Common */
.pageTitelBox--graph {
	background-color: #79796A;
	position: relative;
}
.lnavBox {
	background-color: #FFF;
	padding-top: 1px;
}
.lnavWrap {
	display: flex;
}
.lnav__item {
	width: 25%;
	margin-left: 1px;
}
.lnav__item:first-child {
	margin-left: 0;
}
.lnav__item a {
	display: block;
	background-color: #333333;
	padding: 7px 0;
	text-align: center;
}
/* Design Color */
.design02 .lnav__item--cost a {
	background-color: #FF7185;
}
.design02 .lnav__item--time a {
	background-color: #F88607;
}
.design02 .lnav__item--co2 a {
	background-color: #45AF63;
}
.design02 .lnav__item--windspeed a {
	background-color: #5B9BD5;
}
.lnav__item a img {
	height: 30px;
	width: auto;
}

.hlLv01--graphtitle::before {
	content:"";
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	vertical-align: middle;
}
.pageTitelBox__ecodrive {
	display: none;
	width: 40px;
	height: 40px;
	font-size: 1.2rem;
	color: #008C23;
	text-align: center;
	position: absolute;
	background-color: #FFF;
	top: 10px;
	right: 10px;
	border-radius: 3px;
}
.pageTitelBox__ecodrive::before {
	content: "";
	display: block;
	background: url(../images/common/icn_eco.svg) no-repeat center center / 30px auto;
	width: 40px;
	height: 40px;
	font-size: 1.2rem;
	color: #008C23;
	text-align: center;
	margin: 0 auto 5px;
}
.pageTitelBox__ecodrive__txt {
	display: none;
}

.graphWrapBox {
	height: calc(100vh - 80px - 50px - 60px);
	min-height: 520px;
	background-color: #F0F0E1;
	padding-top: 2%;
	display: flex;
	-webkit-flex-direction: column; /* Safari */
	flex-direction:         column;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	position: relative;
}
.ipad.safari .graphWrapBox {
	height: calc(100vh - 80px - 50px - 60px - 56px);
}

/* Graph Box */
.graphWrapBox__graphBox {
	height: 70%;
	margin: 0 2%;
	background-color: #FFF;
	display: flex;
	-webkit-flex-direction: column; /* Safari */
	flex-direction:         column;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
.graphWrapBox__graphBox__head {
	height: 110px;
	text-align: center;
	padding: 10px 0;
	border-bottom: 2px solid #F0F0E1;
}
.graphWrapBox__graphBox__head__select {
	height: 40px;
	font-size: 1.4rem;
	text-align: center;
}

.graphWrapBox__graphBox__head__btnBox {
	margin-top: 10px;
}
.graphWrapBox__graphBox__head__reload {
	display: inline-block;
	background: url(../images/common/icn_reload.svg) no-repeat center center / 36px auto;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	cursor: pointer;
}
/*.graphWrapBox__graphBox__head__csvdl {
	display: none;
}*/
.graphWrapBox__graphBox__head__csvdl {
	margin-left: 20px;
	background: url(../images/common/icn_csvdownload.svg) no-repeat center center / 32px auto;
	display: inline-block;
	height: 46px;
	width: 32px;
	vertical-align: middle;
	text-indent: -9999px;
}

.graphWrapBox__graphBox__graph {
	padding: 0 6%;
	display: flex;
	-webkit-flex-direction: column; /* Safari */
	flex-direction:         column;
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
	height: calc(100% - 110px - 44px);
}
.graphWrapBox__graphBox__graph__inner {
	height: 90%;
	position: relative;
}
.graphWrapBox__graphBox__graph__inner--isAxisYtitle {
	padding-top: 5%;
}
.graphWrapBox__graphBox__graph__inner__graphBody__axisYtitle {
	font-size: 1.2rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}
.graphWrapBox__graphBox__graph__inner__graphBody__axisYtitle__sub {
	font-size: 75%;
}
.graphWrapBox__graphBox__graph__inner__graphBody {
	height: calc(100% - 40px);
	text-align: center;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

/* Dammy Image用 本番では不要 */
/*.graphWrapBox__graphBox__graph img {
	height: 90%;
	width: 100%;
}*/

.graphWrapBox__graphBox__graph__inner__graphArrow {
	position: relative;
	width: 100%;
	height: 40px;
}
.graphWrapBox__graphBox__graph__btn {
	position: absolute;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.graphWrapBox__graphBox__graph__btn--prev {
	background: url(../images/common/icn_prev_noact.svg) no-repeat center center / 40px auto;
	left: 0px;
}
.graphWrapBox__graphBox__graph__btn--prev:hover,
.graphWrapBox__graphBox__graph__btn--prev.active {
	background: url(../images/common/icn_prev_act.svg) no-repeat center center / 40px auto;
}
.graphWrapBox__graphBox__graph__btn--next {
	background: url(../images/common/icn_next_noact.svg) no-repeat center center / 40px auto;
	right: 0px;
}
.graphWrapBox__graphBox__graph__btn--next:hover,
.graphWrapBox__graphBox__graph__btn--next.active {
	background: url(../images/common/icn_next_act.svg) no-repeat center center / 40px auto;
}

.graphWrapBox__graphBox__foot {
	height: 44px;
}
.graphWrapBox__graphBox__tabWrap {
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
.graphWrapBox__graphBox__tabItem {
	background-color: #DFDFD0;
	font-size: 2rem;
	color: #79796A;
	height: 44px;
	text-align: center;
	line-height: 44px;
	width: 33.3%;
	border-left: #FFF solid 1px;
	cursor: pointer;
}
.graphWrapBox__graphBox__tabItem:first-child {
	border-left: none;
}
.graphWrapBox__graphBox__tabItem:hover,
.graphWrapBox__graphBox__tabItem.active{
	background-color: #79796A;
	color: #FFF;
}

/* Value Box */
.graphWrapBox__valueBox {
	height: 28%;
	display: flex;
	-webkit-flex-direction: column; /* Safari */
	flex-direction:         column;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
.graphWrapBox__valueBox__inner {
	margin: 0 2%;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: calc(100% - 4% - 45px);
}
.graphWrapBox__valueBox__inner__item {
	background-color: #FFF;
	position: relative;
	text-align: center;
	display: flex;
	-webkit-flex-direction: column; /* Safari */
	flex-direction:         column;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	align-items: center;
	height: 100%;
}
.graphWrapBox__valueBox__inner__item__value {
	height: calc(100% - 20px);
	font-size: 2.6rem;
	display: flex;
	align-items: center;
	font-family: Helvetica, "sans-serif";
	font-weight: 300;
}
.graphWrapBox__valueBox__inner__item__value__inner {
	/* border-bottom: #333 solid 1px; */
}

.graphWrapBox__valueBox__inner__item__lavel {
	background-color: #79796A;
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
	height: 20px;
	line-height: 20px;
	width: 100%;
}

/* Running Cost */
/* Design Color */
.design02 .pageTitelBox--ranningcost {
	background-color: #FF7185;
}

.hlLv01--runningcost::before {
	background: url(../images/common/icn_cost_w.svg) no-repeat center center / 40px auto;
}

/* Design Color */
.design02 .graphWrapBox--runningbox {
	background-color: #FFF1F3;
}
.design02 .graphWrapBox__graphBox__head__reload--runningcost {
	background: url(../images/common/icn_reload_pink.svg) no-repeat center center / 36px auto;
}
.design02 .graphWrapBox__graphBox__graph__btn--prev--runningcost {
	background: url(../images/common/icn_prev_noact_pink.svg) no-repeat center center / 40px auto;
}
.design02 .graphWrapBox__graphBox__graph__btn--prev--runningcost:hover,
.design02 .graphWrapBox__graphBox__graph__btn--prev--runningcost.active {
	background: url(../images/common/icn_prev_act_pink.svg) no-repeat center center / 40px auto;
}
.design02 .graphWrapBox__graphBox__graph__btn--next--runningcost {
	background: url(../images/common/icn_next_noact_pink.svg) no-repeat center center / 40px auto;
}
.design02 .graphWrapBox__graphBox__graph__btn--next--runningcost:hover,
.design02 .graphWrapBox__graphBox__graph__btn--next--runningcost.active {
	background: url(../images/common/icn_next_act_pink.svg) no-repeat center center / 40px auto;
}
.design02 .graphWrapBox__graphBox__tabItem--runningcost {
	background-color: #FFCAD2;
	color: #FF7185;
}
.design02 .graphWrapBox__graphBox__tabItem--runningcost:hover,
.design02 .graphWrapBox__graphBox__tabItem--runningcost.active {
	color: #FFF;
	background-color: #FF7185;
}

.graphWrapBox__valueBox__inner__item--runningcost {
	width: 60%;
}
.graphWrapBox__valueBox__inner__item--electric {
	width: 38%;
}
.graphWrapBox__valueBox__inner__item--runningcost__value {
	font-size: 2.6rem;
}
.graphWrapBox__valueBox__inner__item--runningcost__value__fss {
	font-size: 1.8rem;
}
.graphWrapBox__valueBox__inner__item--electric__value {
	font-size: 2.2rem;
}
.graphWrapBox__valueBox__inner__item--electric__value__fss {
	font-size: 1.4rem;
}

/* Design Color */
.design02 .graphWrapBox__valueBox__inner__item__lavel--runningcost {
	background-color: #FF7185;
}

/* Driving Time */
/* Design Color */
.design02 .pageTitelBox--time {
	background-color: #F88607;
}

.hlLv01--time::before {
	background: url(../images/common/icn_time_w.svg) no-repeat center center / 38px auto;
}

/* Design Color */
.design02 .graphWrapBox--time {
	background-color: #FEF3E6;
}
.design02 .graphWrapBox__graphBox__head__reload--time {
	background: url(../images/common/icn_reload_orange.svg) no-repeat center center / 36px auto;
}
.design02 .graphWrapBox__graphBox__graph__btn--prev--time {
	background: url(../images/common/icn_prev_noact_orange.svg) no-repeat center center / 40px auto;
}
.design02 .graphWrapBox__graphBox__graph__btn--prev--time:hover,
.design02 .graphWrapBox__graphBox__graph__btn--prev--time.active {
	background: url(../images/common/icn_prev_act_orange.svg) no-repeat center center / 40px auto;
}
.design02 .graphWrapBox__graphBox__graph__btn--next--time {
	background: url(../images/common/icn_next_noact_orange.svg) no-repeat center center / 40px auto;
}
.design02 .graphWrapBox__graphBox__graph__btn--next--time:hover,
.design02 .graphWrapBox__graphBox__graph__btn--next--time.active {
	background: url(../images/common/icn_next_act_orange.svg) no-repeat center center / 40px auto;
}
.design02 .graphWrapBox__graphBox__tabItem--time {
	background-color: #FCC181;
	color: #F88607;
}
.design02 .graphWrapBox__graphBox__tabItem--time:hover,
.design02 .graphWrapBox__graphBox__tabItem--time.active {
	color: #FFF;
	background-color: #F88607;
}

.graphWrapBox__valueBox__inner__item--time {
	width: 32%;
}
.graphWrapBox__valueBox__inner__item--time__value__inner {
	line-height: 1.2;
	text-align: right;
	border-bottom: none;
	padding-right: 10%;
}
.graphWrapBox__valueBox__inner__item--time__value__inner__line {
	display: inline-block;
}
.graphWrapBox__valueBox__inner__item--time__value {
	font-size: 2rem;
}
.graphWrapBox__valueBox__inner__item--time__value__fss {
	font-size: 1.2rem;
}

/* Design Color */
.design02 .graphWrapBox__valueBox__inner__item__lavel--time {
	background-color: #F88607;
}

/* C02 emission */
/* Design Color */
.design02 .pageTitelBox--co2 {
	background-color: #45AF63;
}

.hlLv01--co2::before {
	background: url(../images/common/icn_co2_w.svg) no-repeat center center / 38px auto;
}

/* Design Color */
.design02 .graphWrapBox--co2 {
	background-color: #ECF7EF;
}
.design02 .graphWrapBox__graphBox__head__reload--co2 {
	background: url(../images/common/icn_reload_green.svg) no-repeat center center / 36px auto;
}
.design02 .graphWrapBox__graphBox__graph__btn--prev--co2 {
	background: url(../images/common/icn_prev_noact_green.svg) no-repeat center center / 40px auto;
}
.design02 .graphWrapBox__graphBox__graph__btn--prev--co2:hover,
.design02 .graphWrapBox__graphBox__graph__btn--prev--co2.active {
	background: url(../images/common/icn_prev_act_green.svg) no-repeat center center / 40px auto;
}
.design02 .graphWrapBox__graphBox__graph__btn--next--co2 {
	background: url(../images/common/icn_next_noact_green.svg) no-repeat center center / 40px auto;
}
.design02 .graphWrapBox__graphBox__graph__btn--next--co2:hover,
.design02 .graphWrapBox__graphBox__graph__btn--next--co2.active {
	background: url(../images/common/icn_next_act_green.svg) no-repeat center center / 40px auto;
}
.design02 .graphWrapBox__graphBox__tabItem--co2 {
	background-color: #ACDFBA;
	color: #45AF63;
}
.design02 .graphWrapBox__graphBox__tabItem--co2:hover,
.design02 .graphWrapBox__graphBox__tabItem--co2.active {
	color: #FFF;
	background-color: #45AF63;
}

.graphWrapBox__valueBox__inner__item--co2 {
	width: 100%;
}
.graphWrapBox__valueBox__inner__item--co2__value {
	font-size: 3rem;
}
.graphWrapBox__valueBox__inner__item--co2__value__fsl {
	margin-right: 5px;
}
.graphWrapBox__valueBox__inner__item--co2__value__fss {
	font-size: 2rem;
}

/* Design Color */
.design02 .graphWrapBox__valueBox__inner__item__lavel--co2 {
	background-color: #45AF63;
}

/* Wind Speed */
/* Design Color */
.design02 .pageTitelBox--windspeed {
	background-color: #5B9BD5;
}

.hlLv01--windspeed::before {
	background: url(../images/common/icn_windspeed_w.svg) no-repeat center center / 40px auto;
}

.graphWrapBox--windspeed {
	min-height: 440px;
}
.graphWrapBox__graphBox--windspeed {
	height: 68%;
}
.graphWrapBox__valueBox--windspeed {
	height: 30%;
}
.graphWrapBox__graphBox__graph--windspeed {
	height: 100%;
}
.graphWrapBox__graphBox__graph__inner__graphBody--windspeed {
	height: 100%;
}

.graphWrapBox__valueBox__inner__item--windspeed {
	width: 60%;
}
.graphWrapBox__valueBox__inner__item--windspeedSet {
	width: 38%;
}
.graphWrapBox__valueBox__inner__item--windspeed__value {
	font-size: 3rem;
}
.graphWrapBox__valueBox__inner__item--windspeed__value__fss {
	font-size: 1.8rem;
}
.graphWrapBox__valueBox__inner__item--windspeed__setValue {
	font-size: 2rem;
}
.graphWrapBox__valueBox__inner__item--windspeed__setValue__fss {
	font-size: 1.2rem;
}

/* Design Color */
.design02 .graphWrapBox__valueBox__inner__item__lavel--windspeed {
	background-color: #5B9BD5;
}

/* Attention Box */
.attentionBox {
	position: absolute;
	width: 100%;
	min-height: calc(100% + 60px);
	justify-content: center;
	align-items: center;
	top: -60px;
	left: 0;
	color: #FFF;
	display: none;
	z-index: 3000;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .attentionBox  {
		height: 100%; /* IE11 */
	}
}
.attentionBox--index {
	min-height: 100%;
	margin-top: 60px;
}

.attentionBox.active {
	display: flex;
}
.attentionBox__inner {
	max-width: 60%;
}
.attentionBox__icn {
	width: 50%;
	margin: 0 auto;
	display: block;
}
.attentionBox__icn img {
	width: 100%;
	height: auto;
}
.attentionBox__title {
	text-align: center;
	font-size: 3.2rem;
	padding-top: 3rem;
}
.attentionBox__txt {
	text-align: center;
	font-size: 1.6rem;
	margin-top: 3rem;
	line-height: 1.4;
}
.attentionBox__txt__line1 {
	display: inline-block;
}

.attentionBox--red {
	background-color: rgba(255, 38, 38, 0.9);
}
.attentionBox--green {
	background-color: rgba(133, 178, 0, 0.9);
}

/* Loader */
.loader {
  margin: 50px auto;
  font-size: 20px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

/* Attension Anime */
.attensionAnime {
	-webkit-animation: atanime 1.1s 10 ease;
	animation: atanime 1.1s 10 ease;
}
@keyframes atanime {
	0%,
	100% {
    	opacity: 1;
	}
	50% {
    	opacity: 0;
	}
}

@media print,screen and (max-width:600px) {

}

@media print,screen and (min-width:601px) {
	/*
	----------------------------------------- Header */
	.blockHeader {
		display: flex;
		-webkit-justify-content: space-between; /* Safari */
		justify-content:         space-between;
		-webkit-align-items: center; /* Safari */
		align-items: center;
		padding-top: 0px;
		height: 100px;
		padding-bottom: 0;
	}
	.glogo {
		width: 35%;
		padding-left: 20px;
		line-height: 100px;
		position: static;
	}
	.glogo img {
		width: 400px;
		min-width: 140px;
	}
	.currentMachineNum {
		width: 30%;
		height: auto;
		font-size: 1.4rem;
		line-height: 1.4;
		text-align: center;
		border-top: none;
		padding-left: 0;
	}
	.currentMachineNum__this {
		display: block;
		font-size: 2rem;
	}
	.header__menu {
		width: 35%;
		text-align: right;
		position: static;
	}
	.header__menu__item {
		display: inline-block;
		width: 100px;
		height: 100px;
		box-sizing: border-box;
		vertical-align: middle;
	}
	.header__menu__item--news {
		padding-top: 17px;
		padding-left: 0;
	}
	.header__menu__item--news.note::after {
		width: 52px;
		height: 44px;
		background: url(../images/common/icn_attention_head.svg) no-repeat center center / 48px auto;
		top: calc(50% - 28px);
		left: calc(50% - 31px);
	}

	.header__menu__item--news img {
		width: 60px;
	}
	.header__menu__item--home img {
		width: 60px;
	}
	
	.header__menu__item--sound {
		position:relative;
		top: 0;
		right: 0;
		width: 100px;
		height: 100px;
		padding-top: 24px;
		padding-right: 0;
	}
	.header__menu__item--sound::before {
		display: block;
		content: "";
		width: 58px;
		height: 49px;
		margin: 0 auto;
		background: url(../images/common/icn_sound_off.svg) no-repeat center center / 58px auto;
	}
	.header__menu__item--sound.on::before {
		background: url(../images/common/icn_sound_on.svg) no-repeat center center / 58px auto;
	}

	
	/*
	----------------------------------------- Contents */
	/* Main Menu */
	.pageTitelBox {
		height: 140px;
		padding-top: 20px;
		/*padding: 25px 0 20px;*/
	}
	.hlLv01 {
		text-align: center;
		font-size: 3.2rem;
		letter-spacing: .1em;
	}
	.hlLv01--mainmenu::before,
	.design02 .hlLv01--mainmenu::before {
		display: block;
		background-size: 60px auto;
		width: 60px;
		height: 60px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

	.mainmenu__list {
		height: calc(100vh - 100px - 140px);
		box-sizing: border-box;
	}
	.ipad.safari .mainmenu__list {
		height: calc(100vh - 100px - 140px - 56px);
	}
	.mainmenu__list__item {
		height: 23%;
	}
	.mainmenu__list__item a {
		font-size: 4rem;
		letter-spacing: .15em;
	}
	.mainmenu__list__item a::before {
		content: "";
		display: inline-block;
		margin-right: 30px;
		width: 80px;
		height: 80px;
	}
	/* design02 */
	.mainmenu__list__item--cost a::before,
	.design02 .mainmenu__list__item--cost a::before {
		background-size: 80px auto;
	}
	.mainmenu__list__item--time a::before,
	.design02 .mainmenu__list__item--time a::before{
		background-size: 74px auto;
	}
	.mainmenu__list__item--co2 a::before,
	.design02 .mainmenu__list__item--co2 a::before{
		background-size: 80px auto;
	}
	.mainmenu__list__item--windspeed a::before,
	.design02 .mainmenu__list__item--windspeed a::before{
		background-size: 78px auto;
	}

	/* News Box */

	/*.newsListBox {
		display: block;
	}*/
	.pageTitelBox--news {
		border-bottom: #FFF solid 1px;
	}
	.hlLv01--news::before {
		display: block;
		background-size: 60px auto;
		width: 60px;
		height: 60px;
		margin: 0 auto 10px;
	}
	.newsList_table_wrap {
		height: calc(100% - 140px - 90px);
	}
	.newsList_table tbody {
		height: calc(100% - 40px);
	}
	.newsList_table th {
		font-size: 2rem;
		padding: 10px;
		height: 40px;
	}
	.newsList_table th:nth-of-type(1) {
		width: 154px;
	}
	.newsList_table th:nth-of-type(2){
		width: 120px;
	}
	.newsList_table th:nth-of-type(3){
		width: calc(100% - 154px - 120px);
	}
	.newsList_table td {
		font-size: 1.4rem;
		padding: 20px 20px;
	}
	.newsList_table td.type {
		font-size: 2rem;
	}
	.newsList_table .date {
		width: 154px;
		white-space: nowrap;
	}
	.newsList_table .type{
		width: 120px;
		text-align: center;
	}
	.newsList_table .body {
		width: calc(100% - 154px - 120px);
	}
	.newsBodyWrap {
		display: table;
		width: 100%;
	}
	.newsBody__txt,
	.newsBody__btn {
		display: table-cell;
		vertical-align: middle;
	}
	.newsBody__txt--mainte {
		width: calc(100% - 82px);
	}
	.newsBody__btn {
		width: 82px;
		padding-left: 20px;
		font-size: 1.2rem;
	}
	.newsListFoot {
		height: 90px;
	}
	.newsListFoot__close {
		display: block;
		color: #FFF;
		font-size: 1.4rem;
		text-align: center;
		line-height: 1;
		padding-top: 10px;
		height: 100%;
	}
	.newsListFoot__close::before {
		content: "×";
		font-size: 5.4rem;
		display: block;
		line-height: .8;
	}

	/* Maintenance Box */
	/*.maintenanceBox {
		display: block;
	}*/
	.pageTitelBox--maintenance,
	.design02 .pageTitelBox--maintenance {
		height: 240px;
		padding-top: 45px;
	}
	.maintenanceTitle::before {
		background-size: 180px auto;
		height: 147px;
		width: 180px;
	}

	.maintenanceBox__contents {
		margin: 0 20px;
		background-size: 280px auto;
		padding: 20px;
	}
	.maintenanceTitle__sp {
		font-size: 2.8rem;
		padding: 1.8rem 0;
		color: #FFF;
		margin-bottom: 30px;
	}
	.maintenanceBox__contents__item__callInfo__title {
		font-size: 2.8rem;
		margin-bottom: 2rem;
	}
	.maintenanceBox__contents__item__callInfo__data--companyname {
		font-size: 2.8rem;
	}
	.maintenanceBox__contents__item__callInfo__data--tel {
		font-size: 3.8rem;
	}
	.maintenanceBox__contents__item--02 {
		margin-top: 20px;
	}
	.maintenanceBox__contents__item__callcenterName {
		font-size: 2.2rem;
	}
	.maintenanceBox__contents__item__freedial {
		font-size: 3.2rem;
	}
	.maintenanceBox__contents__item__freedial::before {
		width: 48px;
		height: 32px;
		background-size: 48px auto;
		margin-right: 10px;
	}
	.maintenanceBox__contents__item__centerinfo {
		font-size: 2rem;
	}

	.maintenanceBoxFoot__close {
		display: block;
		color: #FFF;
		font-size: 1.4rem;
		text-align: center;
		line-height: 1;
		padding-top: 10px;
		height: 90px;
	}
	.maintenanceBoxFoot__close::before {
		content: "×";
		font-size: 5.4rem;
		display: block;
		line-height: .8;
	}

	/* News Tip */
	.newsTipBox {
		left: -50%;
		width: 50%;
		text-align: center;
		/*display: none;*/
		height: 100px;
		line-height: 100px;
		font-size: 2rem;
	}
	.newsTipBox::after {
		background-size: 20px auto;
		width: 20px;
		height: 20px;
	}
	
	/************* Graph Contents *************/
	/* Graph Common */
	.lnav__item a {
		padding: 10px 0;
	}
	.lnav__item a img {
		height: 36px;
		width: auto;
	}

	/* Wind Speed */
	.hlLv01--graphtitle::before {
		display: block;
		background-size: 56px auto;
		width: 60px;
		height: 60px;
		margin: 0 auto 10px;
	}
	.pageTitelBox__ecodrive {
		width: 112px;
		height: 112px;
		top: 14px;
		right: 14px;
		padding-top: 18px;
		border-radius: 3px;
	}
	.pageTitelBox__ecodrive::before {
		background-size: 53px auto;
		width: 53px;
		height: 56px;
		margin: 0 auto 10px;
	}
	.pageTitelBox__ecodrive__txt {
		display: block;
	}

	.graphWrapBox {
		height: calc(100vh - 100px - 140px);
	}
	.ipad.safari .graphWrapBox {
		height: calc(100vh - 100px - 140px - 56px);
	}
	.graphWrapBox__graphBox__head {
		height: 60px;
	}
	.graphWrapBox__graphBox__head__select {
		font-size: 1.6rem;
		margin-left: 10px;
	}
	.graphWrapBox__graphBox__head__select--year {
		width: 100px;
	}
	.graphWrapBox__graphBox__head__select--month,
	.graphWrapBox__graphBox__head__select--day {
		width: 70px;
	}
	.graphWrapBox__graphBox__head__btnBox {
		margin-top: 0;
		display: inline-block;
	}
	.graphWrapBox__graphBox__head__reload {
		margin-left: 20px;
	}
	
	.graphWrapBox__graphBox__graph {
		padding: 0 10%;
		height: calc(100% - 60px - 50px);
	}
	.graphWrapBox__graphBox__graph__inner__graphBody {
		height: 100%;
		text-align: center;
	}
	.graphWrapBox__graphBox__graph__inner__graphArrow {
		position: absolute;
		bottom: 40px;
	}
	.graphWrapBox__graphBox__graph__btn--prev {
		left: -50px;
	}
	.graphWrapBox__graphBox__graph__btn--next {
		right: -50px;
	}
	
	.graphWrapBox__graphBox__foot {
		height: 50px;
	}
	.graphWrapBox__graphBox__tabItem {
		font-size: 2.4rem;
		height: 50px;
		line-height: 50px;
	}
	
	.graphWrapBox__valueBox__inner {
		height: calc(100% - 4% - 57px);
	}
	.graphWrapBox__valueBox__inner__item__value {
		height: calc(100% - 36px);
	}
	.graphWrapBox__valueBox__inner__item__value__inner {
		/* border-bottom: #333 solid 2px; */
	}
	.graphWrapBox__valueBox__inner__item__lavel {
		font-size: 2rem;
		height: 36px;
		line-height: 36px;
	}

	/* Running Cost */
	.graphWrapBox__valueBox__inner__item--runningcost {
		width: 60%;
	}
	.graphWrapBox__valueBox__inner__item--electric {
		width: 38%;
	}
	.graphWrapBox__valueBox__inner__item--runningcost__value {
		font-size: 5rem;
	}
	.graphWrapBox__valueBox__inner__item--runningcost__value__fss {
		font-size: 3.2rem;
	}
	.graphWrapBox__valueBox__inner__item--electric__value {
		font-size: 4rem;
	}
	.graphWrapBox__valueBox__inner__item--electric__value__fss {
		font-size: 3rem;
	}
	
	/* Driving Time */
	.graphWrapBox__valueBox__inner__item--time__value__inner {
		border-bottom: none;
	}
	.graphWrapBox__valueBox__inner__item--time__value__inner__line {
		/*border-bottom: #333 solid 2px;*/
	}
	.graphWrapBox__valueBox__inner__item--time__value {
		font-size: 2.8rem;
	}
	.graphWrapBox__valueBox__inner__item--time__value__fss {
		font-size: 1.6rem;
	}
	
	/* C02 emission */
	.graphWrapBox__valueBox__inner__item--co2__value {
		font-size: 4rem;
	}
	.graphWrapBox__valueBox__inner__item--co2__value__fsl {
		margin-right: 10px;
	}
	.graphWrapBox__valueBox__inner__item--co2__value__fss {
		font-size: 2.6rem;
	}
	
	/* Wind Speed */
	.graphWrapBox__graphBox__graph--windspeed {
		height: 100%;
		padding: 0 6%;
	}
	.graphWrapBox__graphBox__graph__inner__graphBody--windspeed {
		height: 100%;
	}

	.graphWrapBox__valueBox__inner__item--windspeed__value {
		font-size: 5rem;
	}
	.graphWrapBox__valueBox__inner__item--windspeed__value__fss {
		font-size: 3.6rem;
	}
	.graphWrapBox__valueBox__inner__item--windspeed__setValue {
		font-size: 3.6rem;
	}
	.graphWrapBox__valueBox__inner__item--windspeed__setValue__fss {
		font-size: 2.4rem;
	}

	/* Attention Box */
	.attentionBox {
		height: calc(100% + 140px);
		top: -140px;
		min-height: 0;
	}
	.attentionBox--index {
		height: 100%;
		margin-top: 140px;
	}

	.attentionBox__title {
		text-align: center;
		font-size: 6rem;
		padding-top: 6rem;
	}
	.attentionBox__txt {
		text-align: center;
		font-size: 3rem;
		margin-top: 6rem;
	}
	/* Loader */
	.loader {
	  margin: 80px auto;
	  font-size: 25px;
	}
}









