
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: 53%; 
}
#main .main_img {
	position: fixed;	
	left: 0;
	top: 0px;
	width: 100%;
	z-index: -1;
}
#main .catch {
	position: absolute;
	top: 25%;
	width: 100%;
}
#main .catch p {
	color: #FFF;
	line-height: 1.6;
	text-align: center;
	text-shadow:0px 0px 2px #000;
}

.f-1l {
	font-size: 68px;
	font-weight: bold;	
}
.f-2l {
	font-size: 24px;
}


/*-----------------------------------------------
top_section
-------------------------------------------------*/
.top_section h2{
	font-size: 24px;
	margin: 50px 0 70px;
	text-align: center;
}
.top_section h3{
	font-size: 24px;
	line-height: 2.0em;
	margin: 70px 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;
}
.cont_box h4{
	width: 100%;
	font-size: 24px;
	margin: 100px 0 0;
}
.cont_box h5{
	width: 100%;
	font-size: 20px;
	margin: 60px 0 10px;
}
.cont_box img{
	width: 100%;
}
.cont_catch .sp{
	display: none;
}
.cont_catch p{
	font-size: 16px;
	line-height: 1.7em;
	text-align: center;
}
.cont_catch img{
	width: 50%;
	max-width: 350px;
	margin-bottom: 10px;
}
.system {
	width: 100%;
	margin-bottom: 100px;
}
.system h3{
	width: 100%;
	margin: 40px 0 5px;
	border-bottom: 2px solid #000;
}
.system p{
	margin-bottom: 20px;
}
.system img{
	width: 50%;
	margin:  0;
	float: left;
}
.system ul{
	margin: 50px 0  0 40px;
	width: calc(50%  - 40px);
	float: right;
}
.system li{
	list-style: disc;
	margin-bottom: 1.0em;
}
.double-line{
	border-top: solid 1px #000;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 5px #000;    /* 外側の線になる5pxの一本線の枠線をひく*/
	outline-offset: 1px;        /* 内側の線になる一本線の枠線をひく*/
	margin: 6px;            	/* outlineの値＋outline-offsetの値*/
}

.products{
width: 100%;
}
.products .products_inner{
width: 33%;
float: left;
}
.products .products_inner h4{
font-size: 20px;
margin-bottom:20px;
text-align: center;
}
.products .products_inner p{
font-size: 16px;
text-align: left;
padding-left: 40px; 
}

.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 {
   }
	.cont_box{
	width: 98%;
	float: none;
	margin: 1% auto;
	}
	.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: 640px) {
	#main {
	 padding-top: calc(50px + 53%);
   }
	 #main .main_img {
	 top: 50px;
	 }
	#contents_area{
		padding: 0; 
	}
	.top_section h2{
	font-size: 20px;
	margin: 50px 0 30px;
	font-weight: bold;
	line-height: 1.3em;
	}
	#main .catch p{
	line-height: 1.2em;
	}
	.f-1l {
		font-size: 8vw;
	}
	.f-2l {
		font-size: 20px;
	}
	.cont_catch .pc{
	display: none;
	}
	.cont_catch .sp{
	display: block;
	padding: 2%;
	}
	.cont_catch .sp p{
	text-align: left;
	}
	.top_section h3{
	margin: 30px 0 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	}
	.cont_box h4{
	font-size: 18px;
	margin: 40px 0 10px;
	}
	.cont_box h5{
	font-size: 16px;
	margin: 10px 0 5px;
	}
	.system p{
	width: 97%;
	margin: 0 3% 20px;
	}
	.system img{
	width: 100%;
	float: initial;
	}
	.system ul{
	margin: 10px 0  0 30px;
	width: calc(100%  - 30px);
	float: initial;
	}
	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;
	}
}
