
body{
}
#contents_area {
	/*padding: 0 0 120px 0;*/
	position: relative;
	z-index: 100;
    text-align: center;
}
/*-----------------------------------------------
Open_Close
-------------------------------------------------*/
h2.open_h3{
	display: none;
}
.open-2{
	display: block;
}
.open_h3:after, 
.open_h3.active:after {
    font-size: 22px;
    margin-left: 20px;
}
.open_h3.active::after {
    content: "特長を閉じる　" url(/commons/img/up_arrow.png) ;
}
.open_h3::after {
    content: "特長をさらに見る　" url(/commons/img/down_arrow.png) ;
}
.info{
    font-size: 13px;
}
.img-close,
.img-close img{
    width: 50px;
    height: 50px;
}

/*-----------------------------------------------
main
-------------------------------------------------*/
#main {
	position: relative;
	max-width: 100%;
	padding-top: 53%; 
	margin-top: 0;
}
#main .main_img {
	position: fixed;	
	left: 0;
	top: 0px;
	width: 100%;
	z-index: -1;
}
#main .catch {
	position: absolute;
	top: 20%;
	left:0%;
	width: 60%;
	margin: 10% auto;
}
#main .catch_image {
	position: absolute;
	top: calc(50%  - 50px);
	left:65%;
	margin: 0% 3% 0 0;
}
#main .catch p {
	color: #FFF;
	line-height: 1.2em;
	text-align: center;
	text-shadow:0px 0px 6px #000;
}
/*-----------------------------------------------
main
-------------------------------------------------*/
.f-1l {
	font-size: 72px;
	font-weight: bold;
}
.f-2l {
	font-size: 20px;
	font-weight: bold;
}


/*-----------------------------------------------
top_section
-------------------------------------------------*/
.top_section h2{
	font-size: 30px;
	margin: 0 0 70px;
	text-align: center;
}
.top_section h4{
	font-size: 20px;
	margin: 10px 0 10px;
}
.top_section h3{
	font-size: 24px;
	line-height: 2.0em;
	margin: 100px 0 40px;
	border-bottom: solid 2px #000;
}
.inner_wrap{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.cont_box{
	width: 100%;
	max-width: 780px;
	float: left;
	margin-bottom: 100px;
}
.cont_catch{
	margin: 0 70px;
	padding-top: 40px;
}
.cont_box p{
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 5px 0 30px;
}


.cont_catch p{
	font-size: 16px;
	line-height: 1.7em;
	text-align: center;
}
.cont_catch .sp{
	display: none;
}
.feature{
	width:46%;
	padding: 2%;
	background: #FFF;
	float: left;
}
.feature img{
	width:100%;
}
.feature2 {
	margin-bottom: 50px;
}
.feature2 img{
	width:100%;
}


.feature_s{
	width:100%;
	margin-right: 1px;
}
.feature_s img{
	width:191px;
	margin-bottom: 10px;
}
.feature_s h4{
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
	margin: 50px 0 22px;
}
.feature_s h5{
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
}
.feature_s h7{
	font-size: 12px;
	line-height: 0.9em;
	width: 100%;
}
.feature_s h8{
	font-size: 12px;
	line-height: 1.2em;
	width: 100%;
	float: right;
	margin-bottom: -50px;
	padding-top: 70px;
}
.spec{
	width: 100%;
}
.spec img{
	width: 40%;
}
.spec h3{
	width: 100%;
	margin: 50px 0 5px;
	border-bottom: 2px solid #000;
	color: #000;
	text-align: left;
	font-weight: normal;
}
.spec h4{
	width: 99%;
	font-size: 18px;
	margin: 10px 0 10px;
	padding-left: 1%;
	color: #FFF;
	background: #666;
}
.spec p{
	margin: 20px 0px 0px;
}

#table{
width: 100%;
margin-bottom: 30px;
font-size: 16px;
}
#table dl{
	border-bottom: #333 1px solid;
}
#table dt{
	padding: 15px 0px 15px 0px;
	width: 20%;
	float: left;
	display: block;
	text-align: center;
}
#table dd{
	padding: 15px 0px 15px 0px;
	width: 20%;
	float: left;
	display: block;
	text-align: center;
}
.head{
	font-weight: bold;
	text-align:  center!important;
}
.head2{
	font-weight: bold;
}

.variation{
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}
.variation	h3{
	width: 100%;
	margin: 50px 0 5px;
	border-bottom: 2px solid #000;
}
.variation img{
	float: left;
	width: 480px;
}


.colorconcept{
 width: 23%;
 float: left;
 margin-right: 2%;
}

ul.context {
    margin:0 0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
}
 
ul.context li {
	margin:  0 1%  1% 0;
    padding: 0px;
    background-color:#FFF;
    list-style:none;
	overflow: hidden;
}
ul.context h5{
	font-size: 13px;
	line-height: 1.0em;
	font-weight: bold;
	margin-bottom: 5px;
}
.colorconcept p, ul.context p{
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 10px;
}

ul.context a:link, ul.context a:visited {
	text-decoration: underline;
	color: #0326FF;
}

.colorconcept img{
	width: 100%;
	margin-top: -3px;
}
.one-six{
	width: 13%;
	float: left;
}
.one-fifth{
	width: 17%;
	float: left;
}
.quart{
	width: 24%;
	float: left;
	margin-right: 1%;
}
.w30{
	width: 32%;
	float: left;
}
.w33{
	width: 33.3%;
	float: left;
}
.w50{
	width: 49%;
	float: left;
}
.w66{
	width: 66%;
	float: left;
}
.w66 img{
	width: 48%;
	float: left;
	margin: 5px 1%;
}
.w75{
	width: 74%;
	float: left;
}
.full{
	width: 100%;
	float: left;
}
.quart img, .w30 img, .w33 img{
	width: 100%;
}


/*-----------------------------------------------
コンテンツ内サブメニュー
-------------------------------------------------*/
.submenu_box{
	width: 200px;
	float: right;
	font-size: 14px;
	line-height: 26px;
}
 .menu_ttl{
 	margin: 50px 0 1px;
	padding:5px 0px 5px 20px;
	background: #000;
	color: #FFF;
}
.menu_carrent {
	padding:5px 0px 5px 20px;
	background: #FFF;
	border-bottom: 2px solid #DDD;
}
.menu_carrent a{
	color: #000;
}
.menu_other {
 	margin-bottom: 2px;
	padding:5px 0px 5px 20px;
	background: #DDD;
}
.menu_other a{
	color: #000;
}

/*-----------------------------------------------
横スクロール
-------------------------------------------------*/
.fu_scroll_text{
	display: none;
}
.fu_scroll_text p{
	text-align: center;
}
.fu_scroll{
	width: 100%;
}
.fu_scroll img{
	width: 100%;
}

/*-----------------------------------------------
others	製品ページ下のリンクボタン
-------------------------------------------------*/
.others{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0 20px;
}
.book{
	width: 60%;
	margin: 0 auto;
}
ul.others_box {
	margin:0 0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	width: 97%;
	max-width: 1000px;
	margin: 0 auto;
}
li.box202 {
    margin: 0 1% 40px 0;
    list-style:none;
	width:	32%;
	background:  #333 url(/commons/img/img_material02.png) no-repeat left center;
	background-color: #333;
	border-radius: 10px;
	overflow: hidden;
}
li.box203 {
    margin: 0 1% 40px 0;
    list-style:none;
	width:	32%;
	background:  #333 url(/commons/img/img_material03.png) no-repeat left center;
	background-color: #333;
	border-radius: 10px;
	overflow: hidden;
}
li.box205 {
    margin: 0 1% 40px 0;
    list-style:none;
	width:	32%;
	background:  #333 url(/commons/img/img_material05.png) no-repeat left center;
	background-color: #333;
	border-radius: 10px;
	overflow: hidden;
}
li.box100 {   /**電子カタログリンク用**/
    list-style:none;
	width:	100%;
	background:  #333 url(/commons/img/img_material03.png) no-repeat left center;
	background-color: #333;
	overflow: hidden;
}
li.box100 p, li.box202 p, li.box203 p, li.box205 p{
	font-size: 16px;
	color: #FFF;
	text-align: center;
	line-height:70px;
}
li.box100 p{  /**電子カタログリンク用**/
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}

footer {
	position: relative;
	z-index: 100;
}
@media only screen and (max-width: 1000px) {
	h2.open_h3{
	display: block;
	cursor: pointer;
    margin: 0;
	}
	.open-2{
	display: none;
	}
	#main .catch {
		margin: 10% auto 0;
	}
	.cont_box{
	width: 98%;
	float: none;
	margin: 0 auto 0;
	}
	.submenu_box{
	display: none;
	}
	li.box202, li.box203, li.box205 {
    	margin: 0 15% 30px 15%;
    	list-style:none;
		width:	70%;
	}
	li.box202 p ,li.box203 p,  li.box205 p{
    	line-height: 60px;
	}
}

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

	.cont_catch .pc{
	display: none;
	}
	.cont_catch .sp{
	display: block;
	padding: 2%;
	}
	.cont_catch .sp p{
	text-align: left;
	}
}

@media only screen and (max-width: 640px) {
	#contents_area{
		padding: 0; 
	}
	#main .catch {
		/*display: none;*/
	}
	#main .catch_image {
	top: calc(50%  - 70px);
	}
	#main .catch_image img{
	width: 100%;
	}
	.top_section h2{
	font-size: 20px;
	margin: 0 0 30px;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: -0.1em;
	}
	.top_section h3{
	width: 94%;
	margin: 30px 0 10px 3%;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: bold;
	}
	.f-1l{
		font-size: 36px;
	}
	.f-2l{
		font-size: 18px;
	}
	.cont_catch{
	margin: 0 0 30px;
	padding-top: 20px;
	}
	
	
	.variation{
	width: 96%;
	margin: 0 2%;
	text-align: center;
	}
	.variation img{
	width:	100%;
	max-width:	389px;
	float: none;
	}
	.colorconcept{
	 width: 100%;
	 float: left;
	}
	.one-fifth{
	 width: 32%;
	 float: left;
	}
	.quart{
	 width: 49%;
	 float: left;
 	margin-right: 1%;
	}
	.w30{
 	width: 49%;
	 float: left;
	}
	.w66{
	 width: 100%;
	 float: left;
	}
	.w75{
	 width: 100%;
	 float: left;
	}
	.full{
	 width: 100%;
	 float: left;
	}
	
	.colorconcept img{
	 width: 50%;
	}
	/*-----------------------------------------------
	横スクロール
	-------------------------------------------------*/
	.fu_scroll_text{
	display: block;
	}
	.fu_scroll{
	width: 90%;
	padding:  0 10%;
	overflow: scroll;
	}
	.fu_scroll img{
	width: 780px;
	}

	li.box202, li.box203,  li.box205 {
    	margin: 0 10% 10px 10%;
    	list-style:none;
		width:	80%;
	}
	li.box202 p,  li.box203 p,  li.box205 p {
    	line-height: 50px;
	}
	.book{/**電子カタログリンク用**/
	width:100%;
	}
	li.box100 {
    	margin: 0 5% 10px;
    	list-style:none;
		width:	90%;
	}
	li.box100 p{  /**電子カタログリンク用**/
	font-size: 16px;
	font-weight: normal;
	}
}
@media only screen and (max-width: 480px) {
}