@charset "utf-8";

@layer legacy{

[data-static-html], [data-static-body] {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

/* ====== メイン全体の設定 ====== */
/* コンテナー */
[data-static-html] .ledlp-container {
	margin: 0 auto;
	padding: 0 10px;
}
[data-static-html] .ledlp-section {
	margin: 40px 0 0;
	padding: 10px 0 10px;
	border-bottom: 1px solid transparent;
}
[data-static-html] .ledlp-section img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 768px) {
	[data-static-html] .ledlp-container {
		width: 1208px;
		padding: 0 20px;
	}
	[data-static-html] .ledlp-section {
		margin: 80px 0 0;
		padding: 20px 0 10px;
	}
}
/* 共通の見出し */
[data-static-html] .ledlp-h2 {
	position: relative;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.3;
	color: #0085d0;
	text-align: center;
	margin: 0 0 50px;
	padding: 0 0 15px;
}
[data-static-html] .ledlp-h2:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -35px;
	border: 35px solid transparent;
	border-top: 30px solid #ff0;
}
[data-static-html] .ledlp-h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	background: rgb(0,133,208);
	background: linear-gradient(to right, rgba(0,133,208,1) 0%, rgba(255,255,156,1) 100%);
	margin: 15px 0 20px;
	padding: 10px 20px;
}
[data-static-html] .ledlp-intro-p {
	font-size: 16px;
	line-height: 1.66;
	text-align: justify;
}
[data-static-html] .ledlp-intro-p span {
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 3px solid #ff0;
}
[data-static-html] .ledlp-intro-p span.ledlp-intro-p-b {
	font-weight: bold;
	border: none;
}
@media screen and (min-width: 768px) {
	[data-static-html] .ledlp-h2 {
		font-size: 48px;
		margin: 0 0 60px;
		padding: 0 0 15px;
	}
	[data-static-html] .ledlp-h3 {
		font-size: 32px;
		line-height: 1.0;
		margin: 20px 0 30px;
		padding: 20px 20px;
	}
	[data-static-html] .ledlp-intro-p {
		font-size: 18px;
	}
}
/* 大きいボタン */
[data-static-html] .ledlp-btn a {
	position: relative;
	display: block;	
	font-size: 28px;
	line-height: 1.4;	
	color: #fff;
	background: #ff4f5d;
	max-width: 654px;
	margin: 30px auto 20px;
	padding: 20px 60px 20px 25px;
	border-radius: 6px;
	box-shadow: 0 5px 0 0 #494849;
}
[data-static-html] .ledlp-btn a:before {
	content: "";
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	border: 38px solid transparent;
	border-left: 25px solid #fff;
}
[data-static-html] .ledlp-btn a:after {
	content: "";
	position: absolute;
	right: -18px;
	top: 50%;
	transform: translateY(-50%);
	border: 38px solid transparent;
	border-left: 25px solid #ff4f5d;
}
[data-static-html] .ledlp-btn a:hover {
	color: #ff4f5d;
	background: #ffdcdf;
	box-shadow: 0 5px 0 0 #000;
}
[data-static-html] .ledlp-btn a:hover:before {
	border-left-color: #ff4f5d;
}
[data-static-html] .ledlp-btn a:hover:after {
	border-left-color: #ffdcdf;
}
@media screen and (min-width: 768px) {
	[data-static-html] .ledlp-btn a {
		font-size: 36px;
		text-align: center;
		padding: 30px 20px;
	}
	[data-static-html] .ledlp-btn a:before {
		content: "";
		right: -15px;
		border: 38px solid transparent;
		border-left: 30px solid #fff;
	}
	[data-static-html] .ledlp-btn a:after {
		content: "";
		right: -13px;
		border: 38px solid transparent;
		border-left: 30px solid #ff4f5d;
	}
}
/* 右下のfixed要素 */
[data-static-html] .ledlp-fixarea {
	position: fixed;
	right: 15px;
	bottom: 15px;
	margin: 0;
	padding: 0;
	z-index: 999;
}
[data-static-html] .ledlp-fixarea img {
	width: 100%;
	height: auto;
}
[data-static-html] .ledlp-yoyaku {
	font-size: 0;
	background: #fff;
	width: 111px;
	margin-bottom: 10px;
	border-radius: 6px;
}
[data-static-html] .ledlp-top {
	font-size: 0;
	margin-left: auto;
	width: 40px;
}
[data-static-html] .ledlp-yoyaku a:hover, [data-static-html] .ledlp-top a:hover {
	opacity: 0.8;
}
@media screen and (min-width: 768px) {
	[data-static-html] .ledlp-yoyaku {
		width: 178px;
	}
	[data-static-html] .ledlp-top {
		width: 64px;
	}	
}

/* 表示の切り替え */
[data-static-html] .ledlp-pc {
	display: none;
}
[data-static-html] .ledlp-sp {
	display: block;
}
@media screen and (min-width: 768px) {
	[data-static-html] .ledlp-pc {
		display: block;
	}
	[data-static-html] .ledlp-sp {
		display: none;
	}
}

/* オンライン商談バナー */
[data-static-html] .ledlp-negobanner {
	max-width: 874px;
	margin: 0 auto;
	transition: 0.5s;
}
[data-static-html] .ledlp-negobanner img {
	width: 100%;
	height: auto;
}
[data-static-html] .ledlp-negobanner:hover {
	opacity: 0.7;
}

/* ====== LEDビジョンとは ====== */
/* LEDの図 */
[data-static-html] .ledlp-ledfigure {
	display: flex;
	flex-flow: column;
	padding: 20px 0;
}
[data-static-html] .ledlp-ledfigure figure {
	max-width: 300px;
	margin: 0 auto;
}
[data-static-html] .ledlp-ledfigure figcaption {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.55;
	text-align: center;
	padding: 5px 0 20px;
}
@media screen and (min-width: 768px) {
	[data-static-html] .ledlp-ledfigure {
		flex-flow: row;
		justify-content: space-between;
		padding: 20px 0;
	}
	[data-static-html] .ledlp-ledfigure figure {
		flex: 0 0 300px;
		margin: 0;
	}
	[data-static-html] .ledlp-ledfigure figcaption {
		font-size: 18px;
		padding: 5px 0 20px;
	}
}
/* LEDビジョンのメリット */
[data-static-html] .ledlp-merit {
	display: flex;
	flex-flow: column;
}
[data-static-html] .ledlp-merit li {
	display: flex;
	padding-bottom: 20px;
}
[data-static-html] .ledlp-merit-icon {
	flex: 0 0 70px;
	padding-right: 10px;
}
[data-static-html] .ledlp-merit-text {
	flex: 1 1 auto;
}
[data-static-html] .ledlp-merit-text h4 {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3;
	color: #f39800;
	padding-bottom: 4px;
}
[data-static-html] .ledlp-demerit-text h4 {
	color: #0085d0;
}
[data-static-html] .ledlp-merit-text p {
	font-size: 16px;
	text-align: justify;
	line-height: 1.66;
}
[data-static-html] .ledlp-merit-btn a {
	display: block;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background: #ff4f5d;
	margin: 5px 0 8px;
	padding: 5px 10px;
	border-radius: 3px;
	box-shadow: 0 5px 0 0 #5b5757;
}
[data-static-html] .ledlp-merit-btn a:after {
	content:"▶";
	padding-left: 1px;
}
[data-static-html] .ledlp-merit-btn a:hover {
	color: #ff4f5d;
	background: #ffdcdf;
}
@media screen and (min-width: 768px) {
	[data-static-html] .ledlp-merit {
		flex-flow: row wrap;
		justify-content: space-between;
	}
	[data-static-html] .ledlp-merit li {
		flex: 0 0 563px;
		padding-bottom: 30px;
	}
	[data-static-html] .ledlp-merit-icon {
		flex: 0 0 130px;
		padding-right: 15px;
	}
	[data-static-html] .ledlp-merit-text {
		flex: 1 1 auto;
	}
	[data-static-html] .ledlp-merit-text h4 {
		font-size: 24px;
	}
	[data-static-html] .ledlp-merit-text p {
		font-size: 18px;
	}
	[data-static-html] .ledlp-merit-btn a {
		font-size: 17px;
	}
}
/* LEDビジョンの活用シーン */
[data-static-html] .ledlp-use {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
[data-static-html] .ledlp-use figure {
	flex: 0 0 48%;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
[data-static-html] .ledlp-use figcaption {
	font-size: 16px;
	text-align: center;
	line-height: 1.3;
	padding-top: 5px;
}
[data-static-html] .ledlp-use-btn {
	padding: 0 10px;
}
[data-static-html] .ledlp-use-btn a {
	display: block;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background: #ff4f5d;
	max-width: 165px;
	margin: 10px auto 3px;
	padding: 2px 10px;
	border-radius: 3px;
	box-shadow: 0 5px 0 0 #5b5757;
}
[data-static-html] .ledlp-use-btn a:after {
	content:"▶";
	padding-left: 1px;
}
[data-static-html] .ledlp-use-btn a:hover {
	color: #ff4f5d;
	background: #ffdcdf;
}
[data-static-html] .ledlp-use-bg {
	background: #e5f3fa;
}
@media screen and (min-width: 768px) {
	[data-static-html] .ledlp-use figure {
		flex: 0 0 259px;
		margin-bottom: 25px;
		padding-bottom: 15px;
	}
	[data-static-html] .ledlp-use figcaption {
		font-size: 20px;
		padding-top: 5px;
	}
	[data-static-html] .ledlp-use-btn a {
		font-size: 17px;
	}
}

/* ====== LEDビジョンの選び方 ====== */
[data-static-html] .ledlp-choose {
	display: flex;
	flex-flow: column;
	background: #e5f3fa;
	margin: 20px 0 0;
	padding: 15px 15px 0;
}
[data-static-html] .ledlp-choose-box {
	padding-bottom: 15px;
}
[data-static-html] .ledlp-choose-inner {
	display: flex;
	flex-flow: column;
}
[data-static-html] .ledlp-choose p {
	font-size: 18px;
	font-weight: bold;
	font-feature-settings: "palt" 1;
}
[data-static-html] .ledlp-choose li {
	font-size: 16px;
}
[data-static-html] .ledlp-choose li:before {
	content:"■";	
	color: #0085d0;
}
[data-static-html] .ledlp-choose-text {
	position: relative;
	margin-bottom: 40px;
	padding: 5px 25px 50px;
	background: #e5f3fa;
}
[data-static-html] .ledlp-choose-text:after {
	content:"";
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	left: 0;
	background: 
		linear-gradient(to bottom left, transparent 50%, #fff 50%) no-repeat top left/50% 100%,
		linear-gradient(to bottom right, transparent 50%, #fff 50%) no-repeat top right/50% 100%;
}
[data-static-html] .ledlp-choose-text p {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
	color: #0085d0;
}
[data-static-html] .ledlp-choose-text p span {
	color: #ff4f5d;
}
@media screen and (min-width: 768px) {
	[data-static-html] .ledlp-choose {
		flex-flow: row;
		justify-content: space-between;
		margin: 20px 0 0;
		padding: 30px 45px 0;
	}
	[data-static-html] .ledlp-choose-box {
		padding-bottom: 15px;	
	}
	[data-static-html] .ledlp-choose-inner {
		flex-flow: row;
		justify-content: space-between;
	}
	[data-static-html] .ledlp-choose-inner ul {
		padding-right: 25px;
	}
	[data-static-html] .ledlp-choose p {
		font-size: 24px;
		white-space: nowrap;
	}
	[data-static-html] .ledlp-choose li {
		font-size: 20px;
	}
	[data-static-html] .ledlp-choose-text {
		padding: 0 15px 60px;
	}
	[data-static-html] .ledlp-choose-text:after {
		content:"";
		height: 100px;
		bottom: 0;
		left: 0;
		background: 
			linear-gradient(to bottom left, transparent 50%, #fff 50%) no-repeat top left/50% 100%,
			linear-gradient(to bottom right, transparent 50%, #fff 50%) no-repeat top right/50% 100%;
	}
	[data-static-html] .ledlp-choose-text p {
		font-size: 28px;
		max-width: none;
	}
}
/* 販売店選びのポイント */
[data-static-html] .ledlp-shop li {
	display: flex;
	flex-flow: column;
	padding-bottom: 35px;
}
[data-static-html] .ledlp-shop li:last-child {
	padding-bottom: 0;
}
[data-static-html] .ledlp-shop-point {
	display: flex;
	flex-flow: column;
	padding-bottom: 5px;
}
[data-static-html] .ledlp-shop-point-icon {
	width: 55px;
	margin: 0 auto;
}
[data-static-html] .ledlp-shop-point-text {
	text-align: justify;
}
[data-static-html] .ledlp-shop-point-text h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	background: url("/files/user/contents/service/solutions/common/ledlp-img500check.png") no-repeat;
	background-position: left 0 top 7px;
	background-size: 27px 22px;
	padding: 5px 0 5px 30px;
}
[data-static-html] .ledlp-shop-point-text p {
	font-size: 16px;
	line-height: 1.66;
}
[data-static-html] .ledlp-shop-our {
	display: flex;
	flex-flow: column;
	background: #cce7f6;
	padding: 10px 15px;
}
[data-static-html] .ledlp-shop-our-icon {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	color: #0085d0;
	padding-bottom: 3px;
}
[data-static-html] .ledlp-shop-our-text {
	font-size: 16px;
	text-align: justify;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	[data-static-html] .ledlp-shop {
		padding-bottom: 20px;
	}
	[data-static-html] .ledlp-shop li {
		flex-flow: row;
		justify-content: space-between;
		padding-bottom: 45px;
	}
	[data-static-html] .ledlp-shop-point {
		flex: 0 0 556px;
		flex-flow: row;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 0;
	}
	[data-static-html] .ledlp-shop-point-icon {
		flex: 0 0 125px;
		width: 125px;
		margin: 0;
		padding-right: 15px;
	}
	[data-static-html] .ledlp-shop-point-text {
		flex: 1 1 auto;
	}
	[data-static-html] .ledlp-shop-point-text h4 {
		font-size: 24px;
		background-position: left 0 top 4px;
		background-size: 27px 22px;
		padding: 0 0 5px 30px;
	}
	[data-static-html] .ledlp-shop-point-text p {
		font-size: 18px;
	}
	[data-static-html] .ledlp-shop-our {
		flex: 0 0 584px;
		flex-flow: row;
		justify-content: space-between;
		align-items: center;
		padding: 10px 15px;
	}
	[data-static-html] .ledlp-shop-our-icon {
		font-size: 22px;
		padding-left: 4px;
		padding-bottom: 0;
	}
	[data-static-html] .ledlp-shop-our-text {
		flex: 0 0 445px;
		font-size: 18px;
		text-align: justify;
	}
}

/* ====== LEDビジョンの導入までの流れ ====== */
[data-static-html] .ledlp-flow {
	display: flex;
}
[data-static-html] .ledlp-flow li {
	padding: 3px 0;
}
[data-static-html] .ledlp-flow li:last-child {
	padding-bottom: 0;
}
[data-static-html] .ledlp-flow-box {
	display: flex;
	flex-flow: column;
	background: #e5f3fa;
	padding: 0 10px 5px;
}
[data-static-html] .ledlp-flow-h {
	font-size: 18px;
	font-weight: bold;
	color: #0085d0;
}
[data-static-html] .ledlp-flow-num {
	font-size: 1.5em;
	padding-right: 10px;
}
[data-static-html] .ledlp-flow-text {
	font-size: 14px;
	text-align: justify;
}
[data-static-html] .ledlp-flow-arrow {
	font-size: 0;
	width: 40px;
}
[data-static-html] .ledlp-flow-exception {
	display: flex;
}
[data-static-html] .ledlp-flow-exception .ledlp-flow-arrow {
	flex: 0 0 40px;
	margin: auto auto auto 0;
}
[data-static-html] .ledlp-flow-exception .ledlp-flow-arrow2 {
	flex: 0 0 45px;
	padding: 0 5px 0 10px;
}
[data-static-html] .ledlp-flow-exception .ledlp-flow-box {
	flex: 0 1 auto;
	margin: 6px 0;
}
[data-static-html] .ledlp-flow-exception .ledlp-flow-box a {
	display: block;
	color: #0085d0;
	text-decoration: underline;
}
[data-static-html] .ledlp-flow-exception .ledlp-flow-box a:hover {
	opacity: 0.6;
}
[data-static-html] .ledlp-flow-period {
	position: relative;
	writing-mode: vertical-rl;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
	background: rgb(243,152,0);
	background: linear-gradient(to bottom, rgb(255,255,156) 0%, rgb(243,152,0) 100%);
	margin-top: 3px;
	margin-left: 10px;
	margin-bottom: 9px;
}
[data-static-html] .ledlp-flow-period-arrow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transform:translate(0,100%);
}
@media screen and (min-width: 768px) {
	[data-static-html] .ledlp-flow-box {
		flex-flow: row;
		align-items: center;
		padding: 10px 20px 15px 30px;
	}
	[data-static-html] .ledlp-flow-arrow {
		width: 69px;
	}
	[data-static-html] .ledlp-flow-h {
		font-size: 24px;
	}
	[data-static-html] .ledlp-flow-text {
		flex: 0 1 584px;
		font-size: 18px;
		margin-left: auto;
	}
	[data-static-html] .ledlp-flow-exception .ledlp-flow-arrow {
		flex: 0 0 69px;
	}
	[data-static-html] .ledlp-flow-exception .ledlp-flow-arrow2 {
		flex: 0 0 89px;
		padding: 5px 5px 0 10px;
	}
	[data-static-html] .ledlp-flow-exception .ledlp-flow-box {
		flex: 0 1 908px;
		margin: 22px 0;
	}
	[data-static-html] .ledlp-flow-period {
		font-size: 18px;
		line-height: 2.0;
		margin-top: 3px;
		margin-left: 24px;
		margin-bottom: 9px;
	}
}
[data-static-html] .ledlp-flow-end {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #0085d0;
	padding: 60px 0 10px;
}
@media screen and (min-width: 768px) {
	[data-static-html] .ledlp-flow-end {
		font-size: 28px;
	}	
}

/* ====== 当社LEDビジョンの導入事例 ====== */
[data-static-html] .ledlp-casestudy {
	display: flex;
	flex-flow: column;
}
[data-static-html] .ledlp-casestudy li {
	padding-bottom: 40px;
}
[data-static-html] .ledlp-casestudy-p {
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	padding-bottom: 5px;
}
[data-static-html] .ledlp-casestudy-btn a {
	display: block;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: #ff4f5d;
	width: 70%;
	margin: 7px auto 0;
	padding: 10px 10px;
	border-radius: 10px;
	box-shadow: 0 5px 0 0 #5b5757;
}
[data-static-html] .ledlp-casestudy-btn a:after {
	content:"▶";
	padding-left: 1px;
}
[data-static-html] .ledlp-casestudy-btn a:hover {
	color: #ff4f5d;
	background: #ffdcdf;
}
@media screen and (min-width: 768px) {
	[data-static-html] .ledlp-casestudy {
		flex-flow: row wrap;
		justify-content: space-between;
		padding-bottom: 30px;
	}
	[data-static-html] .ledlp-casestudy li {
		flex: 0 0 555px;
		display: flex;
		flex-flow: column;
		padding-bottom: 40px;
	}
	[data-static-html] .ledlp-casestudy-p {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 18px;
		line-height: 1.4;
		text-align: center;
		min-height: 60px;
		padding: 0;
	}
	[data-static-html] .ledlp-casestudy-btn a {
		font-size: 24px;
		width: 336px;
		margin: 15px auto 0;
		padding: 10px 10px;
	}	
}

/* ====== LEDビジョンのよくあるご質問 ====== */
[data-static-html] .ledlp-faq dt {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	background: #e5f3fa;
	margin-bottom: 10px;
	padding: 10px 40px 10px 45px;
	cursor: pointer;
}
[data-static-html] .ledlp-faq dt:hover {
	opacity: 0.7;
}
[data-static-html] .ledlp-faq dt:before {
	content:"Q";
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 0;
	height: 100%;
	background: #0085d0;
	color: #fff;
	padding: 10px 10px 0;
}
[data-static-html] .ledlp-faq dt:after {
	content:"";
	position: absolute;
	box-sizing: border-box;
	top: 0;
	right: 10px;
	width: 21px;
	height: 100%;
	background: url("/dcms_media/image/ledlp-faq-arrow.png") no-repeat;
	background-position: center;
	background-size: 21px 11px;
	color: #fff;
}
[data-static-html] .ledlp-faq dt.ledlp-faq__isOpen:after {
	transform: rotate(180deg);
}
[data-static-html] .ledlp-faq dd {
	position: relative;
	font-size: 14px;
	text-align: justify;
	height: 0;
	overflow: hidden;
	transition: all 0.5s;
}
[data-static-html] .ledlp-faq dd:before {
	content:"A";
	position: absolute;
	box-sizing: border-box;
	left: 0;
	top: -4px;
	font-size: 18px;
	font-weight: bold;
	color: #0085d0;
	padding: 0 10px 0;
}
[data-static-html] .ledlp-faq-ddinner {
	padding: 0 10px 15px 45px;
}
[data-static-html] .ledlp-faq-p-paddingtop {
	padding-top: 1em;
}
@media screen and (min-width: 768px) {
	[data-static-html] .ledlp-faq dt {
		font-size: 24px;
		margin-bottom: 10px;
		padding: 10px 20px 10px 80px;
	}
	[data-static-html] .ledlp-faq dt:before {
		top: 0;
		left: 0;
		height: 100%;
		padding: 10px 20px 0;
	}
	[data-static-html] .ledlp-faq dt:after {
		top: 0;
		right: 20px;
		width: 21px;
		height: 100%;
		background-size: 21px 11px;
	}
	[data-static-html] .ledlp-faq dd {
		font-size: 18px;
		height: 0;
	}
	[data-static-html] .ledlp-faq dd:before {
		left: 0;
		top: -4px;
		font-size: 24px;
		padding: 0 20px 0;
	}
	[data-static-html] .ledlp-faq-ddinner {
		padding: 0 20px 25px 80px;
	}
}

[data-static-html] .ledlp-faq-sec {
	padding-top: 2em;
}
[data-static-html] .ledlp-faq-cap {
	font-weight: bold;
	padding-bottom: 5px;
}
[data-static-html] .ledlp-faq-imgbox {
	background: #f7f8f8;
	padding: 10px;
}
[data-static-html] .ledlp-faq-imgbox p {
	padding-bottom: 15px;
}
[data-static-html] .ledlp-faq-img01 {
	display: flex;
	flex-flow: column;
	width: 80%;
	padding: 20px 0;
}
[data-static-html] .ledlp-faq-img01 li {
	
}
[data-static-html] .ledlp-faq-img101 {
	padding-bottom: 50px;
	margin-right: 0;
}
[data-static-html] .ledlp-faq-img102 {
	padding-bottom: 50px;
	margin-right: 0;
}
[data-static-html] .ledlp-faq-img02 {
	display: flex;
	flex-flow: column;
	background: #f7f8f8;
	padding-bottom: 10px;
}
[data-static-html] .ledlp-faq-img02 li:first-child {
	padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
	[data-static-html] .ledlp-faq-sec {
		padding-top: 2em;
	}
	[data-static-html] .ledlp-faq-cap {
		font-weight: bold;
		padding-bottom: 5px;
	}
	[data-static-html] .ledlp-faq-imgbox {
		background: #f7f8f8;
		padding: 15px 40px;
	}
	[data-static-html] .ledlp-faq-imgbox p {
		padding-bottom: 15px;
	}
	[data-static-html] .ledlp-faq-img01 {
		display: flex;
		flex-flow: row;
		justify-content: space-between;
		align-items: flex-end;
		width: 100%;
		margin: 0;
		padding: 10px 40px 10px 20px;
	}
	[data-static-html] .ledlp-faq-img01 li {
		flex: 0 1 271px;
	}
	[data-static-html] .ledlp-faq-img101 {
		margin-right: 60px;
		padding: 0;
	}
	[data-static-html] .ledlp-faq-img102 {
		margin-right: 20px;
		padding: 0;
	}
	[data-static-html] .ledlp-faq-img02 {
		display: flex;
		flex-flow: row;
		justify-content: space-between;
		background: #f7f8f8;
		padding-bottom: 10px;
	}
	[data-static-html] .ledlp-faq-img02 li {
		flex: 0 1 462px;
	}
	[data-static-html] .ledlp-faq-img02 li:first-child {
		padding-bottom: 0;
	}
}

[data-static-html] .ledfaq-q {
	display: flex;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	background: #e5f3fa;
	margin-bottom: 10px;
	cursor: pointer;
}
[data-static-html] .ledfaq-q:hover {
	opacity: 0.7;
}
[data-static-html] .ledfaq-q-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 60px;
	background: #0085d0;
	color: #fff;
	padding: 0 20px;
}
[data-static-html] .ledfaq-q p {
	display: flex;
	align-items: center;
	padding: 18px 18px 11px;
}
[data-static-html] .ledfaq-q-arrow {
	flex: 0 0 21px;
	display: flex;
	align-items: center;
	width: 21px;
	margin-left: auto;
	margin-right: 20px;
}
[data-static-html] .ledfaq-q.ledfaq-q__isOpen .ledfaq-q-arrow {
	transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
	[data-static-html] .ledfaq-q {
		font-size: 18px;
		margin-bottom: 10px;
	}
	[data-static-html] .ledfaq-q-icon {
		min-width: 40px;
		padding: 0 10px;
	}
	[data-static-html] .ledfaq-q p {
		padding: 9px 12px 6px;
	}
	[data-static-html] .ledfaq-q-arrow {
		flex: 0 0 15px;
		width: 15px;
		margin-left: auto;
		margin-right: 15px;
	}
}
[data-static-html] .ledfaq-a {
	display: flex;
	font-size: 18px;
	text-align: justify;
}
[data-static-html] .ledfaq-a-icon {
	display: flex;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
	min-width: 60px;
	color: #0085d0;
	padding: 0 20px;
}
[data-static-html] .ledfaq-a-contents {
	padding-left: 18px;
	padding-top: 6px;
	padding-bottom: 30px;
}
[data-static-html] .ledfaq-p-br {
	padding-top: 1em;
}
[data-static-html] .ledfaq-a a {
	text-decoration: underline;
	color: #075db0;
	padding: 0 0.2em;
}
[data-static-html] .ledfaq-a a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 768px) {
	[data-static-html] .ledfaq-a {
		font-size: 14px;
	}
	[data-static-html] .ledfaq-a-icon {
		font-size: 18px;
		min-width: 40px;
		color: #0085d0;
		padding: 0 10px;
	}
	[data-static-html] .ledfaq-a-contents {
		padding-left: 10px;
		padding-top: 4px;
		padding-bottom: 30px;
	}
}
/* 回答のコンテンツ内 */
[data-static-html] .ledfaq-pitch-cap {
	font-weight: bold;
	padding-top: 2em;
	padding-bottom: 5px;
}
[data-static-html] .ledfaq-pitch-box {
	background: #f7f8f8;
	padding: 15px 60px;
	margin-bottom: 10px;
}
[data-static-html] .ledfaq-pitch-box p {
	padding-bottom: 15px;
}
[data-static-html] .ledfaq-pitch-img01 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 10px 20px;
}
[data-static-html] .ledfaq-pitch-img01 li {
	flex: 0 1 271px;
}
[data-static-html] .ledfaq-img101 {
	margin-right: 65px;
	padding: 0;
}
[data-static-html] .ledfaq-img102 {
	margin-right: 15px;
	padding: 0;
}
[data-static-html] .ledfaq-pitch-img02 {
	display: flex;
	justify-content: space-between;
	background: #f7f8f8;
	padding-bottom: 10px;
}
[data-static-html] .ledfaq-pitch-img02 li {
	flex: 0 1 462px;
}
@media screen and (max-width: 768px) {
	[data-static-html] .ledfaq-pitch-cap {
		padding-top: 2em;
		padding-bottom: 5px;
	}
	[data-static-html] .ledfaq-pitch-box {
		padding: 15px 15px;
		margin-bottom: 10px;
	}
	[data-static-html] .ledfaq-pitch-box p {
		padding-bottom: 15px;
	}
	[data-static-html] .ledfaq-pitch-img01 {
		display: flex;
		flex-flow: column;
		padding: 10px 60px 10px 20px;
	}
	[data-static-html] .ledfaq-pitch-img01 li {
		flex: 0 0 auto;
		padding-bottom: 40px;
	}
	[data-static-html] .ledfaq-pitch-img01 li:last-child {
		padding-bottom: 0;
	}
	[data-static-html] .ledfaq-img101 {
		margin-right: 0;
		padding: 0;
	}
	[data-static-html] .ledfaq-img102 {
		margin-right: 0;
		padding: 0;
	}
	[data-static-html] .ledfaq-pitch-img02 {
		flex-flow: column;
		padding-bottom: 0;
	}
	[data-static-html] .ledfaq-pitch-img02 li {
		flex: 0 0 auto;
		padding-bottom: 10px;
	}
	[data-static-html] .ledfaq-pitch-img02 li:last-child {
		padding-bottom: 0;
	}
}






/* ====== LEDビジョンの保守サービス･サポートサービスについて ====== */
[data-static-html] .ledlp-support {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px 25px 50px;
	background: #e5f3fa;
}
[data-static-html] .ledlp-support:after {
	content:"";
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	left: 0;
	background: 
		linear-gradient(to bottom left, transparent 50%, #fff 50%) no-repeat top left/50% 100%,
		linear-gradient(to bottom right, transparent 50%, #fff 50%) no-repeat top right/50% 100%;
}
[data-static-html] .ledlp-support-h {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	color: #0085d0;
	padding: 10px 0;
}
[data-static-html] .ledlp-support-merit {
	display: flex;
	flex-flow: column;
}
[data-static-html] .ledlp-support-merit li {
	flex: 0 0 auto;
	padding-bottom: 20px;
}
[data-static-html] .ledlp-support-merit li:last-child {
	padding-bottom: 0;
}
[data-static-html] .ledlp-support-merit-h {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #055991;
}
[data-static-html] .ledlp-support-merit-img {
	padding: 5px 0;
}
[data-static-html] .ledlp-support-merit-text {
	font-size: 14px;
}
@media screen and (min-width: 768px) {
	[data-static-html] .ledlp-support {
		position: relative;
		margin-top: 20px;
		margin-bottom: 40px;
		padding: 5px 65px 100px;
		background: #e5f3fa;
	}
	[data-static-html] .ledlp-support:after {
		content:"";
		position: absolute;
		width: 100%;
		height: 100px;
		bottom: 0;
		left: 0;
		background: 
			linear-gradient(to bottom left, transparent 50%, #fff 50%) no-repeat top left/50% 100%,
			linear-gradient(to bottom right, transparent 50%, #fff 50%) no-repeat top right/50% 100%;
	}
	[data-static-html] .ledlp-support-h {
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		color: #0085d0;
		padding: 10px 0;
	}
	[data-static-html] .ledlp-support-merit {
		flex-flow: row;
		justify-content: space-between;
	}
	[data-static-html] .ledlp-support-merit li {
		flex: 0 1 300px;
	}
	[data-static-html] .ledlp-support-merit-h {
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		color: #055991;
	}
	[data-static-html] .ledlp-support-merit-img {
		padding: 5px 0;
	}
	[data-static-html] .ledlp-support-merit-text {
		font-size: 18px;
	}
}
[data-static-html] .ledlp-support-end {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
[data-static-html] .ledlp-support-end-btn a {
	max-width: 874px;
}
@media screen and (min-width: 768px) {
	[data-static-html] .ledlp-support-end {
		font-size: 28px;
	}	
}

/* ショールームのご案内 */
[data-static-html] .ledlp-showroom-p {
	font-size: 18px;
	font-weight: bold;
	text-align: justify;
	padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
	[data-static-html] .ledlp-showroom-p {
		font-size: 28px;
		text-align: center;
		padding-bottom: 25px;
	}
	[data-static-html] .ledlp-showroom-img {
		width: 900px;
		margin: 0 auto;
	}
}
[data-static-html] .ledlp-showroom-btn1 a, [data-static-html] .ledlp-showroom-btn2 a {
	max-width: 800px;
}
[data-static-html] .ledlp-showroom-btn1 a {
	line-height: 1.11;
	background: #055991;
	padding: 10px 60px 10px 25px;
}
[data-static-html] .ledlp-showroom-btn1 a:after {
	border-left-color: #055991;
}
[data-static-html] .ledlp-showroom-btn1 a:hover {
	color: #055991;
	background: #d4eeff;
}
[data-static-html] .ledlp-showroom-btn1 a:hover:before {
	border-left-color: #055991;
}
[data-static-html] .ledlp-showroom-btn1 a:hover:after {
	border-left-color: #d4eeff;
}
@media screen and (min-width: 768px) {
	[data-static-html] .ledlp-showroom-btn1 a {
		padding: 17px 20px;
	}
}
}