* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	height: 100%;
}

body, button {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: bold;
}

body.fixed {
	width: 100%;
	height: 100%;
	position: fixed;
}

a, a:hover {
	text-decoration: none;
}

main {
	background-color: #74857D;
	height: 100%;
}

#main-in {
    padding-left: 220px;
}

/* mdbクラス変更 */
[type=radio]:checked, [type=radio]:not(:checked), [type=checkbox]:checked, [type=checkbox]:not(:checked) { position: inherit; }
.form-check-input[type=checkbox]:checked+label:before, label.btn input[type=checkbox]:checked+label:before {
	top: 0;
    width: 10px;
    height: 1rem;
}

/* フォント */
@font-face {
	font-family: 'DSEG14';
	src: url("../font/DSEG14Classic-Italic.woff") format('woff'), url("../font/DSEG14Classic-Italic.ttf") format('truetype');
}

.infonumber-italic {
	font-family: 'DSEG14';
	position: relative;
}

.infonumber-italic span:nth-of-type(1) {
	position: absolute;
	right: 0;
	color: rgba(137, 141, 139, 0.5);
	white-space: nowrap;
}

.infonumber-italic span:nth-of-type(2) {
	position: absolute;
	right: 0;
	white-space: nowrap;
}

/* フォントサイズ */
.fs-06em { font-size: 0.6em; }
.fs-07em, .fs-07em-long, .fs-07em-outside, .fs-07em-outlier { font-size: 0.7em;}/*フェーズ2追加*/
.fs-08em { font-size: 0.8em; }
.fs-1em, .fs-1em-digital, .fs-1em-electricity-unit { font-size: 1em; }
.fs-1_5em { font-size: 1.5em; }
.fs-2_5em { font-size: 2.5em; }
.fs-s07em, .fs-s07em-outside {
	display: block;
	transform-origin: left center;
	font-size: 0.7em;
	-webkit-transform:scale(0.7);
	-moz-transform:scale(0.7);
	-ms-transform:scale(0.7);
	-o-transform:scale(0.7);
	transform:scale(0.7);
}/*フェーズ2追加*/
.fs-s07em_l08 {
	display: block;
	transform-origin: left center;
	font-size: 0.7em;
	-webkit-transform:scale(0.7);
	-moz-transform:scale(0.7);
	-ms-transform:scale(0.7);
	-o-transform:scale(0.7);
	transform:scale(0.7);
}
.fs-s1em-02 {
	font-size: 1em;
	-webkit-transform:scale(0.2);
	-moz-transform:scale(0.2);
	-ms-transform:scale(0.2);
	-o-transform:scale(0.2);
	transform:scale(0.2);
}
.fs-s1em-05, .fs-s1em-05-tank {
	display: block; 
	font-size: 1em;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-ms-transform:scale(0.5);
	-o-transform:scale(0.5);
	transform:scale(0.5);
	transform-origin: left center;
	margin-left: 0.2em;
}
.fs-s1em-08-tank {
	display: block; 
	font-size: 1em;
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-ms-transform:scale(0.8);
	-o-transform:scale(0.8);
	transform:scale(0.8);
	transform-origin: left center;
	margin-left: 0.2em;
}
.fs-s1em {
	font-size: 1em;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-ms-transform:scale(0.5);
	-o-transform:scale(0.5);
	transform:scale(0.5);
}
.fs-s7px {
	font-size: 7px;
	-webkit-transform:scale(0.7);
	-moz-transform:scale(0.7);
	-ms-transform:scale(0.7);
	-o-transform:scale(0.7);
	transform:scale(0.7);
}
.fs-11px { font-size: 11px;}
.fs-095em { font-size: 0.95em; }/*フェーズ2追加*/

/* margin */
.mt-2_5em { margin-top: 2.5em; }
.ml-min10 { margin-left: -10px; }
.mb-2px { margin-bottom: 2px; }
.mb-12px { margin-bottom: 12px; }
.mb-45 { margin-bottom: 45px; }
.mb-5_8em { margin-bottom: 5.8em; }
.mb-1_8em { margin-bottom: 1.8em; }
.ms-1_2rem { margin-left: 1.2rem; }
.me-4_5em { margin-right: 4.5em; }
.ms-013em { margin-left: 0.13em; }/*フェーズ2追加*/
.ms-055em { margin-left: 0.55em; }/*フェーズ2追加*/
.ms-066em { margin-left: 0.6em; }/*フェーズ2追加*/
.mt-5_6em { margin-top: 5.6em; }/*フェーズ2追加*/

/* padding */
.px-35 { padding-left: 35%; padding-right: 35%; }
.px-37 { padding-right: 37%; padding-left: 37%; }
.px-42 { padding-right: 42%; padding-left: 42%; }

/* 色 */
.yellow-green { color: #E9FE00; }
.text-bark { color: #212529!important; }
.text-blue { color: #043B68; }
.text-green { color: #098F45; }

/* 背景色 */
.bg-green { background-color: #098F45!important; }
.bg-brightgreen { background-color: #c3edd6; }
.bg-brown { background-color: #C7BCA7; }
.bg-secondary { background-color: #696D6B!important; }
.bg-brightsecondary { background-color: #DBDBDB; }
.bg-dark { background-color: #35342B; }
.bg-orange { background-color: #ED7D31; }
.bg-yellow { background-color: #ffc107; }
.bg-Dname { background-color: #2c397a; }

/* ボーダー */
.border-b { border-bottom: 2px solid #696D6B; }
.border-green { border: 5px solid #098F45; }
.border-green_2px { border: 2px solid #098F45; }
.border-purple { border: 2px solid #b05ee3; }
.border-red { border: 2px solid #ff0040; }
.border-yellow { border: 2px solid #ffd800; }
.border-orange { border: 2px solid #f6b78d; }
.border-orange-two { border: 2px solid #965b24; }
.border-orange-three { border: 2px solid #ea562c; }
.border-blue { border: 2px solid #223a98; }
.border-gray { border: 2px solid #4f4f4f; }
.border-bottom-hidden { border-bottom: hidden; }

/* 角丸 */
.rounded-14 { border-radius:14px; }
.rounded-top-14 { border-radius: 14px 14px 0 0!important; }
.rounded-nameplate { border-radius: 14px 14px 50% 50%; }

/* 四角 */
.square_2em { width: 2em; height: 2em; }
.square { width: 3rem; height: 3rem; }
.rectangle { width: 1em; height: 0.5em; }
.small-rectangle { width: 0.5em; height: 3.8em; }
.rectangle-switch { width: 1.5em; height: 4.8em; }
.rectangle-plant { width: 1.5em; height: 1em; }
.rectangle-switch-outside-three { width: 1em; height: 3em; }/*フェーズ2追加*/
.small-rectangle-outside-three { width: 0.4em; height: 2em; }/*フェーズ2追加*/

/* 丸 */
.circle_3em { width: 3em; height: 3em; border-radius: 50%;}
.circle_3_6em { width: 3.6em; height: 3.6em; border-radius: 50%;}
.circle_4em { width: 4em; height: 4em; border-radius: 50%;}
.circle_4_5em { width: 4.5em; height: 4.5em; border-radius: 50%;}
.circle_5_5em { width: 5.5em; height: 5.5em; border-radius: 50%;}
.circle-04 { width: 0.4em; height: 0.4em; border-radius: 50%; }
.circle_3_3em { width: 3.3em; height: 3.3em; border-radius: 50%;}/*フェーズ2追加*/
.circle_3_5em { width: 3.5em; height: 3.5em; border-radius: 50%;}/*フェーズ2追加*/

/* 幅 */
.w-13em, .w-13em-pump, .w-13em-four { width: 13em; }
.w-15em { width: 15em; }
.w-48 { width: 48%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-90 { width: 90%; }
.w-99_41px { width: 99.41px; }
.w-150px { width: 150px; }
.w-reportname {width: 50%; }
.w-88px { width: 88px; }/*フェーズ2追加*/

/* 高さ */
.h-1_5em { height: 1.5em; }
.h-15px { height:  15px; }
.h-20px { height:  20px; }

/* スイッチ切替 */
.revolution-0 { transform: translate(-11px, -39px) rotate(0deg); }
.revolution-min45 { transform: translate(-11px, -39px) rotate(-45deg); }
.revolution-45 { transform: translate(-11px, -39px) rotate(45deg); }
.small-revolution-0 { transform: translate(-3px, -39px) rotate(0deg); }
.small-revolution-min45 { transform: translate(-8px, -36px) rotate(-45deg); }
.small-revolution-45 { transform: translate(2px, -36px) rotate(45deg); }
.revolution-outside-three-0 { transform: translate(-8px, -24px) rotate(0deg); }/*フェーズ2追加*/
.revolution-outside-three-min45 { transform: translate(-8px, -24px) rotate(-45deg); }/*フェーズ2追加*/
.revolution-outside-three-45 { transform: translate(-8px, -24px) rotate(45deg) }/*フェーズ2追加*/
.small-revolution-outside-three-0 { transform: translate(-3px, -20px) rotate(0deg); }/*フェーズ2追加*/
.small-revolution-outside-three-min45 { transform: translate(-7px, -20px) rotate(-45deg); }/*フェーズ2追加*/
.small-revolution-outside-three-45 { transform: translate(0px, -20px) rotate(45deg); }/*フェーズ2追加*/

/* ポジション */
#global-nav > ul > li {
    position: relative;
}

.position-right {
    position: absolute;
    right: 0;
    top: -0.15em;
    margin-right: 0.5em;
}

.position-right_sub {
    position: absolute;
    right: 0;
    top: 1.65em;
    margin-right: 0.65em;
}

.position-right_sub2 {
    position: relative;
    right: -1.85em;
    top: 0.2em;
    margin-right: 0.65em;
}

.top-50 { top: 50%; }
.left-50 { left: 50%; }

/* transform */
.transform-center { transform-origin: center!important; }
.transform-bottom { transform-origin: bottom!important; }
.transform-left { transform-origin: left!important; }
.transform-left_top { transform-origin: left top !important; }
.transform-right { transform-origin: right!important; }
.transform-left-08em { transform: translate(-0.8em,0); }
.transform-digital { transform: translate(0.2em, 1em); }
.transform-electricity { transform: translate(0em, 1.3em); }

/* PC時非表示 */
.sm, .tablet, .sm-menu, .table-tablet {
	display: none;
}

/* 拡大 */
.enlargement {
	display: block;
	transition-duration: 0.5s;
}

.enlargement:hover {
	transform: scale(3, 3);
	transition-duration: 0.5s;
	z-index: 999;
}

.enlargement:hover .fs-s1em-02 {
	transform: scale(0.3, 0.3);
}

.enlargement_ad {
	display: block;
	transition-duration: 0.5s;
}

.enlargement_ad:hover {
	transform: scale(2, 2);
	transition-duration: 0.5s;
	z-index: 999;
}

/* 点滅 */
.blink {
	animation: blinking 0.7s ease-in-out infinite alternate;
}
 
@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/*文字高-フェーズ2追加*/
.lh-10px { line-height: 10px; }

/******************************************************************
header＆ハンバーガーメニュー
******************************************************************/
header {
	background: #FFFFFF;
	box-shadow: 0 -8px 10px 0 rgb(0 0 0 / 12%)inset;
}

.logo-img {
	width: 10em;
	padding: 0.5em;
}

.account-name {
	width: 180px;
}

.list-menu {
	width: 325px;
    margin-left: auto;
    margin-right: 0.5em;
}

#nav-drawer {
	width: 100%;
	position: relative;
}

/******************************************************************
サイドバー
******************************************************************/
#sidebar {
	display: block;
    font-size: 30px;
    width: 220px;
    height: 100%;
    position: fixed;
    background: #098F45;
}

#sidebar li a {
	color: #FFFFFF;
}

/* 屋内・屋外メイン画面 */
.nav-tabs .nav-link {
	color: #FFFFFF;
    background-color: #098F45;
	margin-bottom: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000000;
}

.tab-content {
	margin-top: -1px;
}

/******************************************************************
ログイン
******************************************************************/
.login-log { width: 25%;}

.login-body {
	background-color: #FFFFFF;
	width: 400px;
	height: 400px;
	margin: 3em auto;
	border-radius: 1.5em;
	box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
}
    
.sign {
	padding-top: 40px;
	color: #8C55AA;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size: 23px;
}
    
.un, .pass {
    width: 76%;
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(136, 126, 126, 0.06);
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    outline: none;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0.02);
    margin-left: 20px;
    text-align: center;
    margin-bottom: 27px;
    font-family: 'Ubuntu', sans-serif;
}
    
form.form1 {
	padding-top: 40px;
}
   
.un:focus, .pass:focus {
	border: 2px solid rgba(0, 0, 0, 0.18) !important;    
}
    
.submit {
	cursor: pointer;
    border-radius: 5em;
	color: #fff;
    background: #098F45;
	border: 0;
    padding: 10px 40px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
}
    
.forgot {
	text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
	padding-top: 15px;
}
    
.login-body a {
	text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
    color: #098F45;
	text-decoration: none;
}

.login-body a.submit:hover {
    color: #FFFFFF;
}     

video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 1;
}

.main-text {
	position: relative; /*必ず必要*/
	z-index: 2; /*必ず必要*/
}

/******************************************************************
メイン画面コンテンツ
******************************************************************/
.lamp {
	width: 8em;
	height: 8em;
}

.lamp_inside {
	width: 6em;
	height: 6em;
}

/*フェーズ2追加*/
.lamp_outside_three {
	width: 5.5em;
	height: 5.5em;
}

/******************************************************************
プラント図
******************************************************************/
#myCanvas {
	display: block;
}

.CvWidth {
  	border: 1px solid #ccc;
  	width: 100%;
  	height: 100%;
}

.canvas {
	height: 100%;
}

.input_area {
    width: 2%;
}

.input_individual {
	height: 10px!important;
    margin-bottom: 2px!important;
	padding: 0 0 2px 0!important;
	font-size: 13px;
}

.color-area {
	top: 10em;
	right: 2em;
}

/******************************************************************
メール設定
******************************************************************/
.d-check .form-check-input[type=checkbox]+label { padding-left: 25px; }

/******************************************************************
レポート
******************************************************************/
.report-Width { width: 10em; }

/******************************************************************
Modbus設定
******************************************************************/
#tab-add button {
	color: #FFFFFF;
    background-color: #098F45;
    margin-bottom: 0;
}

.close {
	padding: 0 1em 0 0.2em;
	cursor: pointer;
}

/******************************************************************
異常値設定
******************************************************************/
.register {
	position: absolute;
	top: 150px;
	right: 20px;
}

.name-style {
	/*display: flex;*/
	width: 100%;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #212529;
	background-color: #e9ecef;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media only screen and (min-width: 2500px) {
	/* フォントサイズ */
	.fs-11px { font-size: 18px; }
	.fs-s7px { font-size: 15px; }
	.fs-07em, .fs-s07em, .fs-s07em_l08 { font-size: 1.5em; }
	.fs-s1em { font-size: 1.5em; }
	.fs-s1em-02 { font-size: 3em; }
	.fs-s1em-05, .fs-s1em-05-tank { font-size: 1.5em; }
	.fs-1em-digital { font-size: 1.6em!important; }
	
	/*幅*/
	.w-99_41px { width: 200px; }
	
	/* 高さ */
	.h-15px { height: 25px }
	
	/* 四角 */
	.square, .square_2em { width: 4.5em; height: 4.5em; }
	
}

@media only screen and (min-width: 1590px) {
	/* フォントサイズ */
	.fs-11px { font-size: 15px; }
	.fs-s7px { font-size: 15px; }
	.fs-07em { font-size: 1em; }
	.fs-s07em, .fs-s07em_l08 { font-size: 0.85em; }
	.fs-s1em { font-size: 1.2em; }
	.fs-s1em-02 { font-size: 1.9em; }
	.fs-s1em-05, .fs-s1em-05-tank { font-size: 1em; }
	.fs-1em-digital { font-size: 1.2em!important; }
	.fs-s07em-outside {
		display: block;
		transform-origin: left center;
		font-size: 0.78em;
		-webkit-transform:scale(0.7);
		-moz-transform:scale(0.7);
		-ms-transform:scale(0.7);
		-o-transform:scale(0.7);
		transform:scale(0.7);
	}/*フェーズ2追加*/
	
	/*幅*/
	.w-99_41px { width: 120px; }
	.w-88px { width: 99px; }/*フェーズ2追加*/
	
	/* 高さ */
	.h-15px { height: 25px }
	
	/* 四角 */
	.square { width: 4em; height: 4em; }
	.square_2em { width: 2.6em; height: 2.6em; }
	
}

@media only screen and (max-width: 1430px) {
	/*フォントサイズ*/
	.fs-2_5em { font-size: 2em; }
	.fs-s1em-05 {
		-webkit-transform:scale(0.4);
		-moz-transform:scale(0.4);
		-ms-transform:scale(0.4);
		-o-transform:scale(0.4);
		transform:scale(0.4);
	}
	.fs-095em { font-size: 0.85em; }/*フェーズ2追加*/
	
	/* padding */
	.px-35 { padding-left: 31%; padding-right: 31%; }
	.px-42 { padding-right: 40%; padding-left: 40%; }
	
	/* 四角 */
	.rectangle-switch-outside-three { width: 1em; height: 1.8em; }/*フェーズ2追加*/
	.small-rectangle-outside-three { width: 0.4em; height: 2em; }/*フェーズ2追加*/
	
	/* 丸 */
	.circle_3_3em { width: 2.9em; height: 2.9em; border-radius: 50%;}/*フェーズ2追加*/
	.circle_3_5em { width: 3.1em; height: 3.1em; border-radius: 50%;}/*フェーズ2追加*/
	
	/*幅*/
	.w-99_41px { width: 99px; }
	.w-88px { width: 85px; }/*フェーズ2追加*/
	
	/* スイッチ切替 */
	.revolution-outside-three-0 { transform: translate(-8px, -23px) rotate(0deg); }/*フェーズ2追加*/
	.revolution-outside-three-min45 { transform: translate(-8px, -23px) rotate(-45deg); }/*フェーズ2追加*/
	.revolution-outside-three-45 { transform: translate(-8px, -23px) rotate(45deg) }/*フェーズ2追加*/
	.small-revolution-outside-three-0 { transform: translate(-2px, -20px) rotate(0deg); }/*フェーズ2追加*/
	.small-revolution-outside-three-min45 { transform: translate(-2px, -20px) rotate(-45deg); }/*フェーズ2追加*/
	.small-revolution-outside-three-45 { transform: translate(-2px, -20px) rotate(45deg); }/*フェーズ2追加*/

	/* transform */
	.transform-left-04em { transform: translate(-0.8em,0); }
	.transform-electricity { transform: translate(0em, 0.9em); }
	
	/******************************************************************
	メイン画面コンテンツ
	******************************************************************/
	/*フェーズ2追加*/
	.lamp_outside_three {
		width: 5em;
		height: 5em;
	}
}

@media only screen and (max-width: 1400px) {
	/* フォントサイズ */
	.fs-07em-outside, .fs-s07em-outside, .fs-08em.outside-three { font-size: 0.6em; }/*フェーズ2追加*/
	.fs-095em { font-size: 0.7em; }/*フェーズ2追加*/
	
	/* 四角 */
	.rectangle-switch-outside-three { width: 1em; height: 2.6em; }/*フェーズ2追加*/
	.small-rectangle-outside-three { width: 0.4em; height: 1.7em; }/*フェーズ2追加*/
	
	/* 丸 */
	.circle_3_3em { width: 2.4em; height: 2.4em; border-radius: 50%;}/*フェーズ2追加*/
	.circle_3_5em { width: 2.8em; height: 2.8em; border-radius: 50%;}/*フェーズ2追加*/
	
	/* 幅 */
	.w-88px { width: 76px; }/*フェーズ2追加*/
	
	/* スイッチ切替 */
	.revolution-outside-three-0 { transform: translate(-10px, -22px) rotate(0deg); }/*フェーズ2追加*/
	.revolution-outside-three-min45 { transform: translate(-10px, -22px) rotate(-45deg); }/*フェーズ2追加*/
	.revolution-outside-three-45 { transform: translate(-10px, -22px) rotate(45deg) }/*フェーズ2追加*/
	.small-revolution-outside-three-0 { transform: translate(-1px, -19px) rotate(0deg); }/*フェーズ2追加*/
	.small-revolution-outside-three-min45 { transform: translate(-1px, -19px) rotate(-45deg); }/*フェーズ2追加*/
	.small-revolution-outside-three-45 { transform: translate(-1px, -19px) rotate(45deg); }/*フェーズ2追加*/
	
	/******************************************************************
	メール設定
	******************************************************************/
	.d-check {
		display: block;
		width: auto;
	}
	
	/******************************************************************
	メイン画面コンテンツ
	******************************************************************/
	/*フェーズ2追加*/
	.lamp_outside_three {
		width: 4.5em;
		height: 4.5em;
	}
}

@media only screen and (max-width: 1280px) {
	/* PC時非表示 */
	.pc { display: none; }
	.tablet { display: block; }
	.table-tablet { display: table; }
	
	/* フォント */
	.fs-07em, .fs-07em-long { display: block; transform: scale(0.7); }
	.fs-1em { font-size: 0.7em; }
	.fs-2_5em { font-size: 1.7em; }
	.fs-s07em { transform: scale(0.55) translate(-1.2em, 0); }
	.fs-s07em_l08 {
		-webkit-transform:scale(0.55);
		-moz-transform:scale(0.55);
		-ms-transform:scale(0.55);
		-o-transform:scale(0.55);
		transform:scale(0.55);
	}
	.fs-1em-digital { font-size: 0.8em!important; }
	.fs-1em.outside-three { font-size: 0.65em; transform: none; }/*フェーズ2追加*/
	.fs-07em-outlier { font-size: 0.8em; }/*フェーズ2追加*/
	
	/* 幅 */
	.w-99_41px { width: 80.6px; }
	
	/* 四角 */
	.square_2em { width: 1.55em; height: 1.55em; }
	
	/* 丸 */
	.circle_3_6em { width: 2.9em; height: 2.9em;}
	.circle_3_3em { width: 2.8em; height: 2.8em; border-radius: 50%;}/*フェーズ2追加*/

	/* transform */
	.transform-electricity { transform: translate(0em, 0.5em); }
	
	/* tableレスポンシブ対応 */
	.table_1 thead,
	.table_2 thead,
	.table_3 thead,
	.table_4 thead,
	.table_5 thead,
	.table_6 thead {
		display: none;
	}
	
	.table_1 tr,
	.table_2 tr,
	.table_3 tr,
	.table_4 tr,
	.table_5 tr,
	.table_6 tr {
    	width: 100%;
  	}
  	.table_1 th,
	.table_2 th,
	.table_3 th,
	.table_4 th,
	.table_5 th,
	.table_6 th {
		display: block;
		text-align: center;
		color: #FFFFFF;
		font-weight: bold;
		background: #098F45;
		width: 100%;
  	}
  	.table_1 td,
	.table_2 td,
	.table_3 td,
	.table_4 td,
	.table_5 td,
	.table_6 td {
		display: block;
		text-align: right;
		width: 100%;
	}
	.table_1 td:first-child,
	.table_2 td:first-child,
	.table_3 td:first-child,
	.table_4 td:first-child,
	.table_5 td:first-child,
	.table_6 td:first-child {
		background: #e9727e;
		color: #fff;
		font-weight: bold;
		text-align: center;
  	}
  	.table_1 td:before,
	.table_2 td:before,
	.table_3 td:before,
	.table_4 td:before,
	.table_5 td:before,
	.table_6 td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		margin-right: 10px;
  	}
	
	/******************************************************************
	メイン画面コンテンツ
	******************************************************************/
	.lamp_inside {
		width: 5em;
		height: 5em;
	}
	
	/******************************************************************
	メール設定
	******************************************************************/
	#mailContent .btn { padding: 1em 1.5em; }
	
	/******************************************************************
	FLEX設定
	******************************************************************/
	.flexContent .form-check { padding-left: 0.6em; }
	
	/******************************************************************
	異常値設定
	******************************************************************/
	.name-style { display: flex; }
	.register { top: 115px; }
	
	.nav.outliner {
      display: none; /* タブを非表示 */
    }
    #navSelect {
      display: flex!important; /* セレクトボックスを表示 */
    }
	
	/*.nav.outliner {
		display: block;
    	padding-left: 0 !important;
		padding-right: 1rem;
		margin-bottom: 1em;
	}
	
	.outliner .rounded-top-14 { border-radius: 0!important; }
	
	.outliner li a { margin-left: 0!important; }*/
}

@media only screen and (max-width: 1040px){
	/* フォントサイズ */
	.fs-07em-outside, .fs-s07em-outside { font-size: 0.4em; }/*フェーズ2追加*/
	.fs-08em.outside-three { font-size: 0.5em }/*フェーズ2追加*/
	.fs-095em { font-size: 0.53em; }/*フェーズ2追加*/
	
	/* 四角 */
	.rectangle-switch-outside-three { width: 0.8em; height: 1.6em; }/*フェーズ2追加*/
	.small-rectangle-outside-three { width: 0.3em; height: 1.2em; }/*フェーズ2追加*/
	
	/* 丸 */
	.circle_3_3em { width: 1.7em; height: 1.7em; border-radius: 50%;}/*フェーズ2追加*/
	.circle_3_5em { width: 1.9em; height: 1.9em; border-radius: 50%;}/*フェーズ2追加*/
	
	/* 幅 */
	.w-88px { width: 53px; }/*フェーズ2追加*/
	
	/* スイッチ切替 */
	.revolution-outside-three-0 { transform: translate(-7px, -14px) rotate(0deg); }/*フェーズ2追加*/
	.revolution-outside-three-min45 { transform: translate(-7px, -14px) rotate(-45deg); }/*フェーズ2追加*/
	.revolution-outside-three-45 { transform: translate(-7px, -14px) rotate(45deg) }/*フェーズ2追加*/
	.small-revolution-outside-three-0 { transform: translate(-0.5px, -13px) rotate(0deg); }/*フェーズ2追加*/
	.small-revolution-outside-three-min45 { transform: translate(-0.5px, -13px) rotate(-45deg); }/*フェーズ2追加*/
	.small-revolution-outside-three-45 { transform: translate(-0.5px, -13px) rotate(45deg); }/*フェーズ2追加*/

	
	/*文字高-フェーズ2追加*/
	.lh-10px { line-height: 7px; }
	
	/******************************************************************
	メール設定
	******************************************************************/
	.d-check div { padding-left: 1em; }
	
	/******************************************************************
	メイン画面コンテンツ
	******************************************************************/
	/*フェーズ2追加*/
	.lamp_outside_three {
		width: 3.3em;
		height: 3.3em;
	}
	
}

@media only screen and (max-width: 1024px) {
	/* font */
	.fs-6 { font-size: 0.5em!important; }
	
	.sm-menu { display: block; }
	
	/* margin */
	.mb-2px { margin-bottom: 6px }
	.mb-12px { margin-bottom: 8px }
	
	/* padding */
	.px-35 { padding-left: 29%; padding-right: 29%; }
	
	/* 幅 */
	.w-99_41px { width: 90.2px; }
	
	/* 丸 */
	.circle_3_6em { width: 3.5em; height: 3.5em;}
	.circle_5_5em { width: 5em; height: 5em;}
	
	/* tableレスポンシブ対応 */
	.table-sp3 thead {
		display: none;
	}
	.tbale-sp3 tr {
		width: 100%;
	}
	.table-sp3 td, .table-sp3 tbody tr th{
		display: block;
		text-align: right;
		width: 100%;
	}
	.table-sp3 tbody tr th {
		text-align: center;
		color: #FFFFFF;
		font-weight: bold;
		background: #098F45;
	}
	.table-sp3 td::before {
		content: attr(data-label);
		float: left;
		margin-right: 10px;
		font-weight: bold;
	}
	
	
	/******************************************************************
	ハンバーガーメニュー
	******************************************************************/
	#nav-drawer {
		width: 100%;
	}

	.list-menu {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	/*--チェックボックス等は非表示に--*/
	.nav-unshown {
  		display:none;
	}

	/*ハンバーガーの形をCSSで表現*/
	/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
	#nav-open {
		display: flex;
		justify-content: flex-end;
	  	/*position: relative;/*ボタン内側の基点となるためrelativeを指定*/
	  	/*cursor: pointer;*/
		width: 50px;
    	height: 50px;
  		vertical-align: middle;
		z-index: 1000;
	}

	/*ボタン内側*/
	#nav-open span {
		display: inline-block;
		transition: all .4s;/*アニメーションの設定*/
		position: absolute;
		left: 14px;
		height: 2px;
		border-radius: 5px;
	  	background: #098F45;
		width: 23px;
	  }


	#nav-open span:nth-of-type(1) {
	  	top: 13px; 
	}

	#nav-open span:nth-of-type(2) {
	  	top: 19px;
	}

	#nav-open span:nth-of-type(3) {
	  	top: 25px;
	}

	#nav-open span:nth-of-type(3)::after {
	  	content: "Menu";/*3つ目の要素のafterにMenu表示を指定*/
	  	position: absolute;
	  	top: 5px;
	  	left: -4px;
	  	color: #098F45;
	  	font-size: 0.6rem;
	  	text-transform: uppercase;
	}

	/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

	#nav-open.active span:nth-of-type(1) {
		top: 14px;
		left: 16px;
		transform: translateY(6px) rotate(-45deg);
		width: 18px;
	}

	#nav-open.active span:nth-of-type(2) {
	  	opacity: 0;
	}

	#nav-open.active span:nth-of-type(3){
		top: 26px;
		left: 16px;
		transform: translateY(-6px) rotate(45deg);
		width: 18px;
	}

	#nav-open.active span:nth-of-type(3)::after {
	  	content: "Close";/*3つ目の要素のafterにClose表示を指定*/
		transform: translateY(0) rotate(-45deg);
	  	top: 5px;
	  	left: 4px;
	}

	/*メニューの中身*/
	#nav-content {
	  	overflow: auto;
	  	position: fixed;
	  	top: 65px;
	  	left: 100%;
	  	z-index: 999;
	  	width: 100%;
	  	height: 100%;
	  	background: #098F45;
	  	transition: .5s ease-in-out;
	}
	
	#nav-content a {
		color: #FFFFFF;
	}
	
	#nav-content > ul > li {
    	position: relative;
	}

	/*チェックがついたら表示させる*/
	#nav-input:checked ~ #nav-content {
		left: 0;
	}

	.header-logo-menu{
	 	display: flex;
	 	display: -moz-flex;
	 	display: -o-flex;
	 	display: -webkit-flex;
	 	display: -ms-flex;
	 	flex-direction: row;
	 	-moz-flex-direction: row;
	 	-o-flex-direction: row;
	 	-webkit-flex-direction: row;
	 	-ms-flex-direction: row;
	}
	
	/******************************************************************
	サイドバー
	******************************************************************/
	#sidebar {
		display: none;
	}
	
	/******************************************************************
	メイン画面コンテンツ
	******************************************************************/
	#main-in {
		padding-left: 0px;
	}
	
	 #myTabContent.tab-content {
		padding: 1.5rem 0.5rem 1.5rem 0.5rem!important; 
	}
	
	.lamp {
		width: 7em;
		height: 7em;
	}
	
	.lamp p {
		font-size: 0.5em;
	}
	
	.lamp_inside {
		width: 5.6em;
		height: 5.6em;
	}
}

@media only screen and (max-width: 915px) {
	
	/*フォントサイズ*/
	.fs-07em, .fs-07em-long { display: block; transform: scale(0.7); }
	.fs-1em { display: block; transform: scale(0.55); }
	.fs-s1em-05 { margin-left: 0; }
	.fs-s1em-05-tank {
		-webkit-transform:scale(0.4);
		-moz-transform:scale(0.4);
		-ms-transform:scale(0.4);
		-o-transform:scale(0.4);
		transform:scale(0.4);
	}
	.fs-s07em { transform: scale(0.55); }
	.fs-s07em_l08 {
		-webkit-transform:scale(0.55);
		-moz-transform:scale(0.55);
		-ms-transform:scale(0.55);
		-o-transform:scale(0.55);
		transform:scale(0.55);
	}
	.fs-s7px { transform-origin: right center; }
	
	/* margin */
	.ms-0em { margin: 0em; }
	.me-2em { margin-right: 2em; }
	.me-3em { margin-right: 3em; }
	.me-4_5em { margin-right: 6em; }
	.me-5em { margin-right: 5em; }
	.mb-2px, .mb-12px { margin-bottom: 1px }
	.mtl-015em { margin-top: 0.15em; margin-left: 0.15em; }
	
	/* padding */
	.px-35 { padding-left: 30%; padding-right: 30%; }
	
	/*幅*/
	.w-99_41px { width: 72.2px; }
	.w-70 { width: 50%; }
	
	/* 角丸 */
	.rounded-14 { border-radius: 10px; }
	
	/* 四角 */
	.square_2em { width: 1.3em; height: 1.3em; }
	.small-rectangle { width: 0.5em; height: 2.5em; }
	.rectangle-switch { width: 1.3em; height: 3.2em; }
	
	/* 丸 */
	.circle_3em { width: 1.5em; height: 1.5em; border-radius: 50%;}
	.circle_3_6em { width: 2.4em; height: 2.4em;}
	.circle_5_5em { width: 3.5em; height: 3.5em;}
	
	/* スイッチ切替 */
	.revolution-0 { transform: translate(-10px, -25px) rotate(0deg); }
	.revolution-min45 { transform: translate(-11px, -25px) rotate(-45deg); }
	.revolution-45 { transform: translate(-11px, -25px) rotate(45deg); }
	.small-revolution-0 { transform: translate(-3px, -25px) rotate(0deg); }
	.small-revolution-min45 { transform: translate(-8px, -23px) rotate(-45deg); }
	.small-revolution-45 { transform: translate(-1px, -23px) rotate(45deg); }
	
	/* transform */
	.transform-left-04em { transform: translate(-1.1em,0); }
	.transform-left-08em { transform: translate(-1em,0); }
	
	/******************************************************************
	ログイン
	******************************************************************/
	.login-log { width: 50%; }
	
	/******************************************************************
	メイン画面コンテンツ
	******************************************************************/
	.lamp {
		width: 5em;
		height: 5em;
	}
	
	.lamp_inside {
		width: 4.52em;
		height: 4.52em;
	}
	
	/******************************************************************
	FLEX設定
	******************************************************************/
	.flexContent .form-check { padding-left: 0.5em; }
}

@media only screen and (max-width: 784px) {
	
	/******************************************************************
	FLEX設定
	******************************************************************/
	.flexContent .form-check { padding-left: 0.2em; }
}

@media only screen and (max-width: 767px) {
	/* フォントサイズ */
	.fs-095em { font-size: 0.75em; }/*フェーズ2追加*/
	
	/* 四角 */
	.rectangle-switch-outside-three { width: 1em; height: 2.4em; }/*フェーズ2追加*/
	.small-rectangle-outside-three { width: 0.4em; height: 1.6em; }/*フェーズ2追加*/
	
	/* 丸 */
	.circle_3_3em { width: 2.8em; height: 2.8em; border-radius: 50%;}/*フェーズ2追加*/
	.circle_3_5em { width: 2.6em; height: 2.6em; border-radius: 50%;}/*フェーズ2追加*/
	
	/* 幅 */
	.w-88px { width: 100px; }/*フェーズ2追加*/

	/* スイッチ切替 */
	.revolution-outside-three-0 { transform: translate(-8px, -19px) rotate(0deg); }/*フェーズ2追加*/
	.revolution-outside-three-min45 { transform: translate(-8px, -19px) rotate(-45deg); }/*フェーズ2追加*/
	.revolution-outside-three-45 { transform: translate(-8px, -19px) rotate(45deg) }/*フェーズ2追加*/
	.small-revolution-outside-three-0 { transform: translate(1px, -16px) rotate(0deg); }/*フェーズ2追加*/
	.small-revolution-outside-three-min45 { transform: translate(1px, -16px) rotate(-45deg); }/*フェーズ2追加*/
	.small-revolution-outside-three-45 { transform: translate(1px, -16px) rotate(45deg); }/*フェーズ2追加*/

	
	/******************************************************************
	メイン画面コンテンツ
	******************************************************************/
	/*フェーズ2追加*/
	.lamp_outside_three {
		width: 4.5em;
		height: 4.5em;
	}
	
}/*フェーズ2追加*/

@media only screen and (max-width: 740px) {
	
	/* padding */
	.px-35 { padding-left: 37%; padding-right: 37%; }
	.px-37 { padding-left: 40%; padding-right: 40%; }
	.px-42 { padding-left: 41%; padding-right: 41%; }
	
	/*幅*/
	.w-15em { width: 100%; }
	.w-99_41px { width: 80px; }
	.w-70 { width: 100%; }
	.w-reportname { width: 100%; }
	
	/* 四角 */
	.square_2em { width: 2em; height: 2em; }
	
	/* 丸 */
	.circle_3em, .circle_4em { width: 2.5em; height: 2.5em;}
	.circle_4_5em { width: 3em; height: 3em;}
	
	/* transform */
	.transform-left-04em { transform: translate(-0.45em,0); }
	
	/* PC時非表示 */
	.tablet { display: none; }
	.sm { display: block; }
	
	/* tableレスポンシブ対応 */
	.table-sp th {
		text-align: center;
		color: #FFFFFF;
		font-weight: bold;
		background: #098F45;
	}
	.table-sp th, .table-sp td {
		display: block;
		width: 100%;
	}
	.table-sp2 thead {
		display: none;
	}
	.tbale-sp2 tr {
		width: 100%;
	}
	.table-sp2 td, .table-sp2 tbody tr th{
		display: block;
		text-align: right;
		width: 100%;
	}
	.table-sp2 tbody tr th {
		text-align: center;
		color: #FFFFFF;
		font-weight: bold;
		background: #098F45;
	}
	.table-sp2 td::before {
		content: attr(data-label);
		float: left;
		margin-right: 10px;
		font-weight: bold;
	}
	
	/******************************************************************
	メイン画面
	******************************************************************/
	.pump {
		width: 4em;
		height: 3em;
	}
}

@media only screen and (max-width: 630px) {
	.mobus-chexk .form-check { padding-left: 1.2em; }
}

@media only screen and (max-width: 575px) {
	
	/* transform */
	.transform-electricity { transform: translate(0em, 1em); }
}

@media only screen and (max-width: 520px) {
	
	/*フォントサイズ*/
	.fs-07em, .fs-07em-long { display: block; transform: scale(0.7); transform-origin: left center; }
	.fs-1em { display: block; transform: scale(0.45); }
	.fs-s07em { transform: scale(0.55); }
	.fs-s07em_l08 {
		-webkit-transform:scale(0.5);
		-moz-transform:scale(0.5);
		-ms-transform:scale(0.5);
		-o-transform:scale(0.5);
		transform:scale(0.5);
	}
	.fs-s1em { 
		-webkit-transform:scale(0.25);
		-moz-transform:scale(0.25);
		-ms-transform:scale(0.25);
		-o-transform:scale(0.25);
		transform: scale(0.25); }
	
	.fs-s1em-02 {
		-webkit-transform:scale(0.1);
		-moz-transform:scale(0.1);
		-ms-transform:scale(0.1);
		-o-transform:scale(0.1);
		transform:scale(0.1);
	}
	.fs-s1em-05 {
		-webkit-transform:scale(0.3);
		-moz-transform:scale(0.3);
		-ms-transform:scale(0.3);
		-o-transform:scale(0.3);
		transform:scale(0.3);
	}
	.fs-s7px {
		-webkit-transform:scale(0.6);
		-moz-transform:scale(0.6);
		-ms-transform:scale(0.6);
		-o-transform:scale(0.6);
		transform:scale(0.6);
		transform-origin: right center;
	}
	.fs-1em-digital { font-size: 0.5em!important; }
	.fs-1_5em { font-size: 1.2em; }
	.fs-11px{ display: block; transform: scale(0.7); transform-origin: center; }
	
	
	/*margin*/
	.ms-05em { margin-left: 0.5em; }
	
	/* padding */
	.px-35 { padding-left: 32%; padding-right: 32%; }
	
	/*幅*/
	.w-13em-four { width: auto; }
	.w-13em-pump { width: 100%; transform-origin: center; }
	.w-99_41px { width: 63.6px; }
	
	/* 四角 */
	.square { width: 1.5rem; height: 1.5rem; }
	.square_2em { width: 1.1em; height: 1.1em; }

	/* 丸 */
	.circle_3em, .circle_4em { width: 1.5em; height: 1.5em; }
	.circle_3_6em { width: 1.8em; height: 1.8em; }
	.circle_4_5em { width: 2em; height: 2em; }
	
	/* transform */
	.transform-left-04em { transform: translate(-1.3em,0); }
	.transform-left-08em { transform: translate(-1.3em,0); }
	
	/* 拡大 */
	.enlargement:hover .fs-s1em-02 {
		transform: scale(0.2, 0.2);
	}
	
	/******************************************************************
	ハンバーガーメニュー
	******************************************************************/
	.list-menu {
		width: 180px;
		margin-left: 0;
		margin-right: 0;
	}
	/******************************************************************
	ログイン
	******************************************************************/
	.login-log { width: 80%;}
	
	.login-body {
		background-color: #FFFFFF;
		width: 300px;
		height: 300px;
	}
	
	.un, .pass { margin-bottom: 10px; }
	/******************************************************************
	メイン画面
	******************************************************************/
	.lamp_inside {
		width: 3.9em;
		height: 3.9em;
	}

	.pump {
		width: 2.1em;
		height: 1.5em;
	}
	
	/******************************************************************
	メール設定
	******************************************************************/
	.d-check div { padding-left: 1.5em; }
	
	/******************************************************************
	FLEX設定
	******************************************************************/
	.flexContent .form-check { padding-left: 1.5em; }
}