<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.pc-only {
	display: block;
}
@media (max-width: 560px) {
	.pc-only {
		display: none;
	}
}

.main-wrap.denki-top {
	background: url(../img/denki/bg-image.jpg) no-repeat center top;
	background-size: cover;
}

.main-wrap .c-title {
	display: block;
}
.main-wrap .c-title img {
	display: block;
	width: 100%;
}
.main-wrap .c-box {
	display: block;
}
.main-wrap .c-box a {
	display: table !important;
	margin: 0 auto;
}
.main-wrap .c-box img {
	display: block;
	width: 100%;
}


.main-wrap .c-text01 {
	display: block;
	padding: 15px 0 10px;
	line-height: 1.3;
}
.main-wrap .c-text02 {
	display: block;
	padding: 0px 0 15px;
	line-height: 1.3;
}



@media (max-width: 560px) {
}




.main-wrap .header-text {
	display: block;
	text-align: center;
	font-size: 18px;
	padding: 10px;
	background-color: #EA6194;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	border-radius: 5px;
}

.main-wrap .footer-contact {
	display: block;
	text-align: center;
	padding: 20px 0;
}
.main-wrap .footer-contact a {
	display: table !important;
	margin: 0 auto;
}
.main-wrap .footer-contact a img {
	width: 100%;
}





</pre></body></html>