@charset "utf-8";
/* product_led.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 詳細ページ KV　　　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#prd_h2_box {
	background-image: url(../images/product_led_kv.jpg);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 2つの問題を解決します      　　　　　　　                              */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#main_pic {
	width: 690px;
	float: left;
	position: relative;
	z-index: 1;
}
#main_pic img {
	width: 100%;
	height: auto;
}
#area_01 {
	position: relative;
}

#area_01 h3 {
	width: 48%;
	position: absolute;
	top: 40px;
	right: 0px;
	text-align: left;
	color: #FFFFFF;
	background-color: #FF5212;
	height: 135px;
	padding-top: 25px;
	padding-left: 35px;
	line-height: 1.3em;
	font-size: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 3;
}
#kaiketsu {
	margin-bottom: 45px;
}

#kaiketsu_text {
	float: right;
	width: 372px;
	padding-top: 213px;
}
#kaiketsu_text h4 {
	padding-left: 14px;
	border-left: 7px solid #FF5212;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1em;
}
#kaiketsu_text p + h4 {
	margin-top: 90px;
}
#kaiketsu_text p {
	line-height: 1.2em;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 無線機器の使用を禁止している企業さまへ　　　　　　　　                 */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kinshi {
	padding-bottom: 180px;

}
.h4_box {
	background-color: #FF5212;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 55px;
	height: 55px;
	width: 50%;
	border-right: 35px solid #FF5212;
}

.h4_box h4 {
	width: 438px;
	margin-left: auto;
}
#hikari {
	border: 8px solid #FF5212;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -8px;
	padding-bottom: 50px;
}
#hikari h5  {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 40px;
}
#tokucho {
	width: 100%;
	display: table;
}
#tokucho_logo {
	width: 35%;
	display: table-cell;
	vertical-align: middle;
}
#tokucho_text   {
	display: table-cell;
	width: 65%;
	vertical-align: middle;
}

#tokucho_text h6 {
	padding-left: 14px;
	border-left: 7px solid #FF5212;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1em;
}
#tokucho_text p + h6 {
	margin-top: 50px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 通信手段　　　　　　　　　　　　　　　　　　　　　　　                 */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#method {
}
#method h4  {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

#method .catalog_bt + h4 {
	margin-top: 100px;
}
#hikari_pic {
	margin-bottom: 30px;
}

#hikari_pic img {
	width: 100%;
	height: auto;
}
#hikari_pic_01 {
	width: 565px;
	float: left;
}
#hikari_pic_02 {
	width: 311px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	padding-top: 40px;
}
#hikari_pic_02 li:first-child  {
	margin-bottom: 80px;
}

/* カタログボタン */
.catalog_bt {
	background-color: #FF5212;
	width: 275px;
	margin-left: auto;
	margin-right: auto;
	height: 47px;
	font-size: 16px;
	line-height: 47px;
	text-align: center;
	margin-top: 40px;
}
.catalog_bt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}





















/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 2つの問題を解決します      　　　　　　　                              */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#main_pic {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}

#area_01 h3 {
	width: 100%;
	position: static;
	height: auto;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-size: 24px;
	margin-bottom: 0px;
}


#kaiketsu_text {
	float: none;
	width: 100%;
	padding-top: 0px;
}
#kaiketsu_text h4 {
	font-size: 18px;
}
#kaiketsu_text p + h4 {
	margin-top: 40px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 無線機器の使用を禁止している企業さまへ　　　　　　　　                 */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kinshi {
	padding-bottom: 70px;

}
.h4_box {
	font-size: 18px;
	line-height: 1.3em;
	height: auto;
	width: 100%;
	border-right-style: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.h4_box h4 {
	width: 100%;
}
#hikari {
	border: 5px solid #FF5212;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	margin-top: 0px;
	padding-bottom: 40px;
}
#hikari h5  {
	font-size: 20px;
}
#tokucho {
	display: block;
}
#tokucho_logo {
	width: 100%;
	display: block;
	margin-bottom: 40px;
	text-align: center;
}
#tokucho_text   {
	width: 100%;
	display: block;
}

#tokucho_text h6 {
	font-size: 18px;
}
#tokucho_text p + h6 {
	margin-top: 40px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 通信手段　　　　　　　　　　　　　　　　　　　　　　　                 */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#method h4  {
	font-size: 18px;
}

#method .catalog_bt + h4 {
	margin-top: 70px;
}

#hikari_pic_01 {
	width: 100%;
	float: none;
	margin-bottom: 5px;
}
#hikari_pic_02 {
	width: 100%;
	float: none;
	padding-left: 0px;
	padding-top: 0px;
}
#hikari_pic_02 li:first-child  {
	margin-bottom: 10px;
}


}
