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

/* ======================

 [brake-point]
 min-width:768px
 max-width:767px

====================== */

#wrapMainTtl {
	background-image: url(/sp/led/img/about/bg_ttl.png);
}

.wrapAbout .lineC{
	position: relative;
	margin-bottom: 20px !important;
}

.wrapAbout .lineC:after {
	position: absolute;
	content: "";
	bottom: -20px;
	left: 50%;
	width: 10px;
	height: 20px;
	background: #8c8c8c;
}

.wrapAbout .catch {
	font-size: 2.2rem;
	font-weight: bold;
	color: #4a6985;
	text-align: center;
	margin-bottom: 15px;
}

.wrapAbout .innerBox {
	width: 900px;
	margin: 0 auto;
}
.wrapAbout .title {
	font-size: 2rem;
	color: #fff;
	text-align: center;
	background: #4a6985;
	padding: 10px;
}
.wrapAbout .contentsBox {
	background: #fff;
	border: 2px solid #4a6985;
	padding: 20px;
}
.wrapAbout .main,
.wrapAbout .sub {
	width: 450px;
	margin: 0 auto;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	padding: 15px;
}
.wrapAbout .main {
	background: #225e94;
}
.wrapAbout .sub {
	background: #679dce;
}
.wrapAbout .normalBox {
	background: #e5ecf2;
	padding: 20px;
}
.wrapAbout .titleM {
	font-size: 1.8rem;
	color: #2a5374;
	text-align: center;
	border-bottom: 1px solid #2a5374;
	padding-bottom: 15px;
}
.wrapAbout .twoWrap,
.wrapAbout .twoBlock {
	overflow: hidden;
}
.wrapAbout .twoWrap .left,
.wrapAbout .twoWrap .right {
	width: 393px;
}
.wrapAbout .twoWrap .left,
.wrapAbout .twoBlock .left {
	float: left;
}
.wrapAbout .twoWrap .right,
.wrapAbout .twoBlock .right {
	float: right;
}
.wrapAbout .twoBlock .left  { width: 270px;}
.wrapAbout .twoBlock .right { width: 123px; text-align: right;}
.wrapAbout .twoBlock {
	padding-top: 20px;
}
.wrapAbout .titleS {
	font-size: 1.6rem;
	color: #2a5374;
	padding-bottom: 5px;
}
.wrapAbout .content {
	font-size: 1.4rem;
}
.wrapAbout .content ul {
	list-style: disc;
	padding-left: 20px;
}
.wrapAbout .whiteBox {
	background: #fff;
	margin-top: 20px;
	padding: 15px;
}
.wrapAbout .whiteBox.twoBlock .left  { width: 223px !important; }
.wrapAbout .whiteBox.twoBlock .right { width: 130px !important; }
.wrapAbout .iconKoubo {
	position: relative;
	text-indent: 32px;
}
.wrapAbout .iconKoubo:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	width: 32px;
	height: 32px;
	background: url(/sp/led/img/about/img_about_koubo.png) no-repeat 0 0;
	background-size: 32px 32px;
}
.wrapAbout .whiteBox.box2 {
	min-height: 337px;
}
.wrapAbout .arrow {
	margin: 5px 0;
}
.wrapAbout .image_txt {
	font-size: 1.2rem;
	text-align: center;
}
.wrapAbout .brandingPhoto {
	display: table;
	width: 100%;
}
.wrapAbout .boxUpper,
.wrapAbout .boxLower,
.wrapAbout .picCell {
	display: table-cell;
}
.wrapAbout .boxUpper {
	width: 50%;
}
.wrapAbout .boxUpper .picCell:not(:first-of-type) {
	padding-left: 12px;
}
.wrapAbout .boxLower {
	padding-left: 12px;
}
.wrapAbout .brandingPhoto .text {
	font-size: 1.2rem;
	text-align: center;
}
</pre></body></html>