
body{
}
#contents_area {
	/*padding: 0 0 120px 0;*/
	position: relative;
	z-index: 100;
    text-align: center;
}


/*-----------------------------------------------
main
-------------------------------------------------*/
#main {
	position: relative;
	max-width: 100%;
	padding-top: 56%; 
	margin-top: 0;
}
#main .main_img {
	position: fixed;	
	left: 0;
	top: 0px;
	width: 100%;
	z-index: -1;
}
#main .catch {
	position: absolute;
	top: 15%;
	right:	calc((100% - 1000px) / 2);
	margin: 10% 10px;
}
#main .catch p {
	color: #FFF;
	line-height: 1.2;
	text-align: center;
	text-shadow:0px 0px 6px #000;
}

/*-----------------------------------------------
main
-------------------------------------------------*/
.f-1l {
	font-size: 74px;
	font-family: serif;
}
.f-2l {
	font-size: 16px;
	font-weight: bold;
	
}


/*-----------------------------------------------
top_section
-------------------------------------------------*/
.top_section h2{
	font-size: 30px;
	margin-bottom: 70px;
	text-align: center;
}
.top_section h3{
	font-size: 24px;
	margin: 50px 0 30px;
	text-align: center;
	font-weight: bold;
	color: #666;
}
.inner_wrap{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.cont_box{
	width: 100%;
	max-width: 780px;
	float: left;
}

.cont_catch{
	margin: 0 70px;
	padding-top: 40px;
}
.cont_catch p{
	font-size: 16px;
	line-height: 1.7em;
	text-align: center;
}
.cont_catch .pc{
	display: block;
}
.cont_catch .sp{
	display: none;
}
.feature img{
	float: left;
}
.full-w{
	width: 100%;
}
.half-w{
	width: 50%;
}
.feature h5{
	font-size: 24px;
	margin: 25px 0;
}
.feature_r_text{
	width:48%;
	max-width:385px;
	float: right;
}
.spec {
	width: 100%;
}
.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 h5{
	font-size: 20px;
	margin: 10px 0 0;
}
.spec_img {
	width: 100%;
	margin: 0px 0 30px;
}
.spec_img_elements {
	width: 33.0%;
	float:left;
	margin:0 0.3% 0 0;
}
.spec_img_elements img{
	width: 100%;
}
.spec_img_elements  h6{
	font-size:14px;
	font-weight: bold;
	text-align: right;
}

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

.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;
}
/*-----------------------------------------------
others	製品ページ下のリンクボタン
-------------------------------------------------*/
.others{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0 20px;
}
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;
	padding-left: 3%;
}
li.box205 {
    margin: 0 1% 40px 0;
    list-style:none;
	width:	32%;
	background:  #333 url(/commons/img/img_material05.png) no-repeat left center;
	border-radius: 10px;
	overflow: hidden;
}

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.box202 p, li.box203 p, li.box205 p{
	font-size: 16px;
	color: #FFF;
	text-align: center;
	line-height: 70px;
}

footer {
	position: relative;
	z-index: 100;
}
.breadcrumb{
	display:block;
}
@media only screen and (max-width: 1000px) {

	#main .catch {
		margin: 10% auto 0;
		right: initial;
		left:	calc(50% - 123px);
	}
	.cont_box{
	width: 98%;
	float: none;
	margin: 1% auto 0;
	padding-bottom: 30px;
	}
	.submenu_box{
	display: none;
	}
	li.box202, li.box203, li.box205 {
    	margin: 0 15% 30px 15%;
    	list-style:none;
		width:	70%;
	}
	li.box200 p, li.box202 p, li.box203 p {
    	line-height: 60px;
	}

}

@media only screen and (max-width: 780px) {
	header.sp_area .head_logo img{
		width: 150px!important;
	}
}

@media only screen and (max-width: 640px) {
	#main {
   		margin-top: -20px;
   }
	#contents_area{
		padding: 0; 
	}
	#main .catch {
	margin: 15% auto 0;
	left:	0 ;
	}
	.top_section h2{
	font-size: 20px;
	margin: 0 0 30px;
	font-weight: bold;
	line-height: 1.3em;
	}
	.top_section h3{
	font-size: 22px;
	margin: 30px 0 10px;
	text-align: left;
	font-weight: bold;
	color: #666;
	}
	#main .catch {
		margin: 20% auto 0;
		left:	calc(50% - 80px);
	}
	.f-1l {
		font-size: 40px;
	}
	.f-2l {
		font-size: 14px;
	}
	.cont_catch{
	margin: 0 0 70px;
	}
	.cont_catch .pc{
	display: none;
	}
	.cont_catch .sp{
	display: block;
	padding: 2%;
	text-align: left;
	}
	.cont_catch .sp p{
	text-align: left;
	}
	.feature_r_text{
	width: 48%;
	max-width: initial;
	padding: 0;
	margin-bottom: 30px;
	}
	ul.others_box {
		width: 97%;
		max-width: 1000px;
		margin: 0 auto;
		padding-left: 3%;
	}
	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;
	}
	#table dt{
	font-size:  16px;
	padding: 10px 0 10px 1%;
	width: 34%;
	}
	#table dd{
	font-size:  16px;
	padding: 10px 0px 10px 1%;
	width: 20%;
	}
	.head{
	font-size: 16px;
	}
	.spec{
	width: 96%;
	margin: 2%;
	}
	.spec h5{
	font-size: 18px;
	margin: 10px 0 0;
	}
	
	.spec_img{
	margin: 0px 0 10px;
	}
}
@media only screen and (max-width: 480px) {
	.half-w{
	width: 100%;
	}
	.feature_r_text{
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
	}
}

