@charset "UTF-8";
/* CSS Document */

#index_title-block {
	height:300px;
	background:#fff;
	border-radius:8px;
	box-shadow: 0 1px 2px #bbb;
	margin-bottom:10px;
}

#index_title {
	text-indent:-9999em;
	height:300px;
	border-radius:8px;
	background:url(../images/index_title2.jpg) 0 0 no-repeat;
}

.label_select-block {
	padding: 10px 0px;
	display: flex;
	justify-content: center;
}

.label_select-grid {
	width: fit-content;
	display: grid;
	grid-template-columns: 382px 382px;
	grid-template-rows: 84px 84px;
	gap: 5px 26px;
}

.label_title {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	font-weight: bold;
	font-size: 1.5rem;
}
.label_sub-title {
	font-weight: bold;
	font-size: 1rem;
}

.label_select-grid a {
	display:block;
	border: solid 2px;
	border-radius: 8px;
	padding: 9px 14px 9px 49px;
	text-shadow:
	1px 1px 6px #fff,
	-1px 1px 6px #fff,
	1px -1px 6px #fff,
	-1px -1px 6px #fff;
	text-decoration: none;
}

.label_select-grid a:hover{
	position: relative;
	top: 1px;
	opacity: 80%;
}

.label_select-grid a svg {
	position: relative;
	top: 2px;
	width: 24px;
	height: 24px;
	-webkit-filter: 
		drop-shadow(1px 1px 3px rgba(255, 255, 255, 50%))
		drop-shadow(-1px 1px 3px rgba(255, 255, 255, 50%))
		drop-shadow(1px -1px 3px rgba(255, 255, 255, 50%))
		drop-shadow(-1px -1px 3px rgba(255, 255, 255, 50%)); /* SafariなどのWebkitブラウザ用 */
	filter: 
		drop-shadow(1px 1px 3px rgba(255, 255, 255, 50%))
		drop-shadow(-1px 1px 3px rgba(255, 255, 255, 50%))
		drop-shadow(1px -1px 3px rgba(255, 255, 255, 50%))
		drop-shadow(-1px -1px 3px rgba(255, 255, 255, 50%));
}

.label_select-grid #petitpanel_label {
	color: #2CCA2D;
	border-color: #2CCA2D;
	background-image: linear-gradient(90deg, #ABF6A8, #fff 75%, #ABF6A8);
}
.label_select-grid #petitpanel_label svg { fill: #2CCA2D; }

.label_select-grid #standardpanel_label {
	color: #2AC47E;
	border-color: #2AC47E;
	background-image: linear-gradient(90deg, #7BF6AE, #fff 75%, #7BF6AE);
}
.label_select-grid #standardpanel_label svg { fill: #2AC47E; }

.label_select-grid #panelparts_label {
	color: #B63B16;
	border-color: #B63B16;
	background-image: linear-gradient(90deg, #FED1AC, #fff 75%, #FED1AC);
}
.label_select-grid #panelparts_label svg { fill: #B63B16; }

.label_select-grid #alarmunit_label {
	color: #CA2C2C;
	border-color: #CA2C2C;
	background-image: linear-gradient(90deg, #F6A8A8, #fff 75%, #F6A8A8);
}
.label_select-grid #alarmunit_label svg { fill: #CA2C2C; }

.login-block {
	clear:both;
	padding:10px;
	border-top:1px #ccc solid;
	border-radius:0 0 8px 8px;
}

.login-button {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
}

.login-button div a {
	display: inline-block;
	text-align: center;
	border: 1px solid #e60012;
	line-height: 1;
	position: relative;
	text-decoration: none;
}

.login-button div a:hover {
	opacity: 0.7;
}

.login-button div #login {
	padding: 14px 29px;
	background-color: #e60012;
	color: #fff;
	font-weight: bold;
}

.login-button div #new_regi {
	padding: 14px 29px;
	color: #e60012;
	font-weight: bold;
}

.pdf-block {
	clear:both;
	padding:10px 0px 5px 0px;
}

.pdf-block ul {
	width:420px;
	height:35px;
	margin:0 auto;
}

.pdf-block ul li {
	float:left;
	margin:0 5px;
}

.pdf-block ul li a {
	width:200px;
	height:35px;
	display:block;
	text-indent:-9999em;
	background:url(../images/button-other.png) 0 0 no-repeat;
}

.pdf-block ul li #other {
	background-position: 0 -6px;
}

.pdf-block ul li #other:hover {
	background-position: 0 -55px;
}

.pdf-block ul li #manual {
	background-position: -200px -6px;
}

.pdf-block ul li #manual:hover {
	background-position: -200px -55px;
}