body {	
	font-family: "Arial" , "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "メイリオ","ヒラギノ角ゴシック";
	margin: auto;
}
ul{
	padding: 0;
	margin: 0;
	border: 0;
	line-height: 1;
	list-style: none;
}
.red{
	color: #E70000;
}
.skyblue{
	color: #1399FF;
}
a:link{
	color: #1399FF;
}
a:visited{
	color: #1399FF;
	text-decoration: none;
}
a:hover,a:focus {
	opacity: .6;
}
#NewsLED_LP{
	max-width: 800px;
	width: 100%;
	margin: 4% auto 0;
	font-size: 16px;
}
#NewsLED_LP img{
	width: 100%;
}
#NewsLED_LP p a{
	font-weight: bold;
}
section{
	max-width: 760px;
	width: 95%;
	margin: 0 auto 8%;
}
#NewsLED_LP .marker{
	background:linear-gradient(transparent 70%, #FEF532 0%);
}
#NewsLED_LP .images{
    margin: 5% auto 3%;
}
#NewsLED_LP .review{
	position: relative;
}
#NewsLED_LP .review figcaption{
	position: absolute;
	bottom: 5%;
    left: 1.5%;
}
#description h1{
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 2rem;
}
#NewsLED_LP p{
	display: block;
	line-height: 1.5;
	margin-bottom: 2rem;
}
#reason h2{
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 2rem;
}
#NewsLED_LP h2{
	background-color: #EFF9FD;
	border-left: 8px solid #2959A1;
	padding: 1% 0 1% 2%;
	margin-top: 7%;
}
#NewsLED_LP strong.block{
	display: block;
	margin-bottom: 2rem;	
}
#easy h3{
	font-size: 20px;
	color: #2959A1;
	border-bottom: 1px solid #C0C0C0;
	line-height: 2;
}
#easy ul li{
	margin-bottom: 8%;
}
#NewsLED_LP figure{
	width: 100%;
	margin: 0 auto 5%;
}
#NewsLED_LP figure figcaption{
	font-size: 12px;
	color: #1399FF;
	margin-top: 0.5%;
}
#NewsLED_LP .headlight p{
	color: #FA9940;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
    margin: 6% auto 0.5%;
}
#NewsLED_LP .headlight a{
	display: block;
	background-color: #FA9940;
	max-width: 470px;
	width: 95%;
	margin: 0 auto 10%;
	padding: 2.44% 0;
	font-size: 20px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
}
#NewsLED_LP .headlight a span{
	position: relative;
	line-height: 1;
}
#NewsLED_LP .headlight a span:after{
	content: "";
	background: url("https://hidya.itembox.cloud/item/lp/news/20240702/arrow.png") no-repeat;
	display: inline-block;
	background-size: contain;
    width: 25px;
    height: 25px;
	position: absolute;
    top: 50%;
    right: -12%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}



@media print, screen and (max-width: 430px) {
	#NewsLED_LP figure figcaption {
		font-size: 2.5vw;
	}
	#description h1{
		font-size: 7.2vw;
	}
	#easy h3{
		font-size: 5.2vw;
	}
	#NewsLED_LP h2{
		line-height: 1.2;
		padding: 2% 1% 2% 2%;
	}
	#NewsLED_LP .headlight a {
		padding: 4% 0;
		text-align: initial;
	}
	#NewsLED_LP .headlight a span{
        font-size: 5.5vw;
        padding-left: 5%;
	}
	#NewsLED_LP .headlight a span:after{
		width: 20px;
		height: 20px;
		right: -8%;
	}
}


/* FS用CSS */
.fs-c-heading.fs-c-heading--page{
	display: none;
}