/*▼全体共通設定*/
.contents {
	width: 100%;
}
.fontsmall{
	font-size: 1.3rem;
}
.kome {
	font-size: 90%;
}
.heading{
	background-color: #042687;
	color: #fff;
}
.bold{
	font-weight: bold;
}
.specklist.flex li ~ li{
	padding-left: 2rem;
}
.txt_center{
	text-align: center;
}
/*▲全体共通設定*/

/*▼flex設定*/
.flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.flex > *{
	flex-basis: auto;
}
/*折り返さない*/
.flex.no-wrap{
	flex-wrap: nowrap;
}
.flex .img_wrap{
	display: block;
	margin: 0 auto;
}
.w100{
	flex-basis: 100%;
}
.w90{
	flex-basis: 90%;
}
.w80{
	flex-basis: 80%;
}
.w70{
	flex-basis: 70%;
}
.w60{
	flex-basis: 60%;
}
.w50{
	flex-basis: 50%;
}
.w50-2{
	flex-basis: 48%;
}
.w40{
	flex-basis: 38%;
}
.w30{
	flex-basis: 28%;
}
.w20{
	flex-basis: 18%;
}
.w10{
	flex-basis: 8%;
}
.mr5{
	margin-right: 5%;
}
/*▲flex設定*/

/*▼画像とテキスト設定*/
.figbox{
	background: #fff;
	padding: 2rem;
}
.figbox img{
	width: 100%;
}
.pointlist img.no-border{
	border: none;
	outline: none;
}
/*▲画像とテキスト設定*/

.packageimg{
	background: #CCC;
	padding: 2rem;
}

/*色設定*/
.colorname{
	color: #fff;
	display: block;
	width: 100%;
	font-size: 2rem;
	text-align: center;
	padding: 1rem;
}
.lightcolor_daylight .colorname_txt{
	color: #4461C1;
}
.lightcolor_natural .colorname_txt{
	color: #41C565;
}
.lightcolor_light .colorname_txt{
	color: #EB3838;
}
.lightcolor_daylight .colorname{
	background-color: #4461C1;
}
.lightcolor_natural .colorname{
	background-color: #41C565;
}
.lightcolor_light .colorname{
	background-color: #EB3838;
}
/*▲全体共通設定*/

/*▼ヒーロー*/
/*↓丸形のみ*/
.contents-title {
	background: rgba(0, 0, 0,1);
	padding: 2% 0;
	border-bottom: 1px solid rgba(226,198,130,.7);
}
.contents-title img {
	display: block;
	margin: 0 auto;
}
/*↑丸形のみ*/
.contents-head {
	width: 100%;
	background: rgb(1, 16, 45);
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMTAyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzA0MjY4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(1, 16, 45, 1) 0%, rgba(4, 38, 135, 1) 90%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(1, 16, 45, 1)), color-stop(90%, rgba(4, 38, 135, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(1, 16, 45, 1) 0%, rgba(4, 38, 135, 1) 90%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(1, 16, 45, 1) 0%, rgba(4, 38, 135, 1) 90%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(1, 16, 45, 1) 0%, rgba(4, 38, 135, 1) 90%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(1, 16, 45, 1) 0%, rgba(4, 38, 135, 1) 90%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01102d', endColorstr='#042687', GradientType=0);
	/* IE6-8 */
	overflow: hidden;
	margin-bottom: 16px;
	color: #FFF;
}
.contents_inner {
	padding: 8px 0 0 0;
	color: rgba(20, 26, 58, 1);
}
/*IRISOHYAMAロゴ or ECOHiLUX*/
h2.productslogo {
	margin-top: 20px;
	display: block;
	width: 100%;
	overflow: hidden;
}
h2.productslogo img {
	float: left;
}

/*▼ヒーロー内スライダー*/
.flexslider{
	width: 100%;
	float: none;
}
.flexslider:after{
	content: "";
}
/*▲ヒーロー内スライダー*/

/*▼ヒーロー内シーン画像*/
.sub_imgages{
	width: 95%;
	margin: 0 auto;
	display: flex;
}

.sub_imgages li:nth-child(2n){
	padding-left: 1%;
}
.sub_imgages li img{
	width: 100%;
}
/*▲ヒーロー内シーン画像*/

/*▼ヒーロー内アイコン*/
.speck {
/*	width: 95%;*/
	background: #fff;
	color: #039;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.speck li {
	width: 50%;
	font-size: 1.6rem;
	padding: 1rem 0;
	text-align: center;
	border-bottom: 1px dotted;
}
.speck li:nth-child(odd) {
	border-right: 1px dotted;
}
.speck li .font_small {
	display: block;
}
/*▲ヒーロー内アイコン*/

/*▼商品詳細（FEATURE1〜3）用*/
.pointlist{
	width: 95%;
	margin: 2rem auto;
}
.pointlist li{
	border-bottom: 1px dotted;
	padding-top: 1rem;
	padding-bottom: 2rem;
}
.pointlist li.no-border{
	border-bottom: none;
}
.pointlist i{
	color: #FC3;
	padding-right: 0.25em;
}
.pointlist dt{
	font-size: 2.6rem;
	margin-bottom: 1rem;
}
.pointlist .detail_text {
	display: block;
	width: 100%;
	line-height: 1.8;
}
/*▼リモコンひとつで*/
.rimocon{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.rimocon li{
	background-color: #052785;
	display: flex;
	align-items: center;
}
.rimocon li a{
	color: #fff;
	text-decoration: none;
	padding-top: 1rem;
	padding-bottom: 1rem;
	width: 100%;
	text-align: center;
}
.inline_content {
	width: 650px;
	overflow: hidden;
}
.inline_content h4{
	font-size: 130%;
	border-left: 5px solid #052785;
	text-indent: 1em;
	margin-bottom: 5px;
	font-weight: bold;
}
/*▲リモコンひとつで*/


/*▲商品詳細（FEATURE1〜3）用*/



/*▼商品詳細・スペック表エリア*/
.heading{
	font-size: 2rem;
	padding: 1rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.speckdetails{
	width: 95%;
	margin: 0 auto 2rem;
	display: flex;
	flex-wrap: wrap;
}
.speckdetails dt{
	width: 45%;
	text-align: right;
}
.speckdetails dd{
	width: 54%;
	margin-left: 1%;
 word-wrap:break-word;
}
.speckdetails dt,
.speckdetails dd{
	padding: 1.5rem;
	border-bottom: 1px #CCC solid;
}
/*▲商品詳細・スペック表エリア*/

/*▼プラザ入口・取扱説明書・製品一覧・特設ページリンク*/
.button_area {
	margin: 20px auto;
}
.button_area li{
	flex-basis: 34%;
}
.button_area li a {
	display: block;
	font-size: 1.8rem;
	padding: 15px 5%;
	border: 1px solid;
	margin-bottom: 20px;
	color: rgba(20, 26, 58, 1);
	text-decoration: none;
	background: #FFF;
	letter-spacing: 0em;
	border-radius: 5px;
	transition: all 0.3s;
	box-shadow: rgba(117, 105, 98, 0.498039) 0px 5px 5px 0px;
	text-align: center;
}
.button_area li a i {
	padding-right: 0.25em;
}
.button_area li a:hover {
	background: rgba(20, 26, 58, 1);
	color: #FFF;
	border-color: rgba(20, 26, 58, 1);
}
/*▲プラザ入口・取扱説明書・製品一覧・特設ページリンク*/

/*▼お買い上げの前に*/
.attention{
	width: 95%;
	padding: 10px 20px 20px;
	border: 2px solid #ccc;
	margin: 2rem auto;
}
.info{
	color: #042687;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.img_box{
	background-color: #fff;
}
/*▲お買い上げの前に*/


/*--------------------------------------------------
画面サイズ480px以下
--------------------------------------------------*/
@media screen and (max-width: 480px) {

	.specklist.flex{
		display: block;
	}
	.specklist.flex li{

	}
	.specklist.flex li ~ li {
		padding-left: 0rem;
	}
	.packageimg img{
		width: 50%;
		display: block;
		margin: 0 auto;
	}

	/*▼リモコンひとつで*/
	.rimocon{
		justify-content: center;
	}
	.rimocon li{
		border-bottom: none;
		width: 49%;
		padding-top: 0rem;
		padding-bottom: 0rem;
		margin: 0 0.5% 2px 0;
	}
	.rimocon li:active{
		background-color: #4E78EF;
	}
	/*▲リモコンひとつで*/

	.hontai_huzoku{
		width: 60%;
		margin: 0 auto;
	}
}


/*--------------------------------------------------
画面サイズ481px以上
--------------------------------------------------*/
@media screen and (min-width: 481px) {

.contents .contents_inner,
.contents .main_spec,
.contents .contents_inner{
 max-width: 1060px;
 margin: 0 auto;}

		/*▼flex設定*/
		.w100pc{
			flex-basis: 100%;
		}
		.w90pc{
			flex-basis: 90%;
		}
		.w80pc{
			flex-basis: 80%;
		}
		.w70pc{
			flex-basis: 70%;
		}
		.w60pc{
			flex-basis: 60%;
		}
		.w50pc{
			flex-basis: 50%;
		}
		.w50-2pc{
			flex-basis: 48%;
		}
		.w40pc{
			flex-basis: 38%;
		}
		.w30pc{
			flex-basis: 28%;
		}
		.w20pc{
			flex-basis: 18%;
		}
		.w10pc{
			flex-basis: 8%;
		}
		.mr5pc{
			margin-right: 5%;
		}
		/*▲flex設定*/
		/*▼ヒーロー*/
		.contents_inner {
			overflow: hidden;
		}
		/*▲ヒーロー*/
		/*▼ヒーロー内スライダー*/
		.flexslider{
			width: 50%;
			float: left;
		}
		/*▲ヒーロー内スライダー*/

		/*▼ヒーロー内シーン画像*/
		.sub_imgages{
			width: 50%;
			float: right;
		}
		.sub_imgages li,
		.sub_imgages li img{
			width: 100%;
		}
		/*▲ヒーロー内シーン画像*/

		/*▼ヒーロー内アイコン*/
		.speck{
			width: 50%;
			float: right;
			background: none;
			overflow: hidden;
			margin-top: 1rem;
		}
		.speck li {
			width: auto;
			margin-right: 0.5rem;
			padding: 0.5rem 1rem;
			font-size: 1.8rem;
			color: #fff;
			border: 2px solid;
			border-radius: 2rem;
			float: left;
			margin-bottom: 0.5rem;
		}
		.speck li:nth-child(odd){
			border-right: 2px solid;
		}
		/*▲ヒーロー内アイコン*/

		/*▼商品詳細（FEATURE1〜3）用*/
		.pointlist{
			font-size: 120%;
		}
		.pointlist img {
			border: 8px solid #fff;
			outline: 5px solid #d5d5d5;
		}
		/*▲商品詳細（FEATURE1〜3）用*/

		/*▼リモコンひとつで*/
		.rimocon{
			justify-content: left;
		}
		.rimocon li{
			margin: 0 1% 10px 0px;
			padding-top: 0;
			padding-bottom: 0;
			width: 32%;
		}
		.rimocon li:hover{
			background-color: #4E78EF;
		}
		/*▲リモコンひとつで*/

		/*▼商品詳細・スペック表エリア*/
		.middle{
			display: flex;
		}
		.middle_l{
			width: 49%;
			margin-right: 2%;
		}
		.middle_r{
			width: 49%;
		}
		.flex .speckdetails{
			font-size: 1.25rem;
		}
		/*▲商品詳細・スペック表エリア*/

		/*▼プラザ入口・取扱説明書・製品一覧*/
		.button_area{
		 	display: flex;
			 text-align: center;
			 align-items: stretch;
		 	justify-content: space-around;
		}
		.button_area li ~ li{
			 margin-left: 1%;
		}
  .button_area li a {
    font-size: 1.45rem;
    padding: 15px 3px;
    letter-spacing: -0.1em;
  }

		/*▲プラザ入口・取扱説明書・製品一覧*/

		/*▼お買い上げの前に*/
		.attention{
			width: 100%;
		}
		.img_box{
			display: flex;
		}
		.img_box li{
			width: 50%;
		}
		/*▲お買い上げの前に*/

a {
    color: #339CCB;
}

}

/*--------------------------------------------------
画面サイズ481px以上　767px以下
--------------------------------------------------*/
@media screen and (min-width:481px)	and (max-width:767px){

  .button_area li a {
    min-height: 70px;
    padding: 15px 5px;
  }

}


/*--------------------------------------------------
画面サイズ981px以上
--------------------------------------------------*/
@media screen and (min-width: 981px) {

		/*▼ヒーロー*/
		.contents_inner {
			width: 80%;
			overflow: hidden;
		}
		/* .sub_imgages li img{
			object-fit: scale-down;
			max-height: 300px;
		} */
		/*▲ヒーロー*/

  /*▼商品詳細（FEATURE1〜3）用*/
		.pointlist{
			width: 100%;
		}
		/*▲商品詳細（FEATURE1〜3）用*/

}
