@charset "utf-8";

/* ナビゲーション */
#nav{
	display:none;
	}

/* メインビジュアル */

#bg_main{
	/*background:url(../../../../img/ss/products/flowknowledge/bg_main.png) repeat-x;*/
	background-color:#95a8c7;
	}

#main_img{
	width:100%;
	background:url(../../../../img/ss/products/flowknowledge/main_img.jpg) no-repeat center top;
	height:370px;
	}

#main_img_inner{
	width:980px;
	margin:0 auto;
	}

#main_img_text{
	text-align:center;
	width:431px;
	margin-left:25px;
	}

#main_img_text h1{
	padding-top:75px;
	margin-bottom:30px;
	}


.page_title_inner {
	display: flex;
	flex-direction: column;
	margin-bottom: 65px;
}

.page_title_inner .lead_text {
	font-size: 30px;
}

.title_text {
	font-size: 64px;
}
#main_img_text p{
	margin-bottom:33px;
	}
	
/* フォントサイズエリア */
#main_wrap{
	background:#fafafa;
	padding-bottom:60px;
	}
	
#font_size_area{
	width:980px;
	margin:0 auto;
	overflow:hidden;
	}
	
#font_size_area h2{
	height:46px;
	padding-top:30px;
	width:200px;
	float:left;
	}

#font_size_area ul{
	float:right;
	overflow:hidden;
	padding-top:20px;
	}

#font_size_area ul li{
	float:left;
	margin-left:10px;
	font-size:14px;
	}

#font_size_area ul .f_size01{
	padding:10px 0;
	text-align:right;
	}
	
#font_size_area ul .f_off{
	background:#fff;
	border:1px solid #cacaca;
	padding:5px 15px;
	cursor:pointer;
	}	
	
#font_size_area ul .f_on{
	background:#d92525;
	color:#fff;
	cursor:pointer;
	padding:6px 16px;
	/* box-shadow */
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.21) 0px 0px 6px 2px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.21) 0px 0px 6px 2px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.21) 0px 0px 6px 2px inset;	
	}	
	
	
/* メインコンテンツ */

#main_contents{
	width:980px;
	margin:0 auto;
	overflow:hidden;
	}

.contents{
	width:478px;
	margin:0 0 20px 24px;
	float:left;
	}
	
.contents h3{
	background:url(../../../../img/ss/products/flowknowledge/bg_h3.jpg) repeat #292929;
	text-align:left;
	padding:17px;
	color:#fff;
	font-weight:900;
	line-height:1.1em;
	position:relative;
	}	

.contents h3 a{
	color:#fff;
	}

.contents h3 span{
	color:#f92828;
	font-size:9px;
	}

.contents h3 .dummy{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	opacity:0;
	filter: alpha(opacity=0);
	}

.contents h3 .dummy:hover{
	opacity:0.2;
	filter: alpha(opacity=20);
	}


.contents ul{
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	border-left:1px solid #efefef;
	background:#fff;
	padding:20px;
	/*height:265px;*/
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.17) 0px 2px 2px -1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.17) 0px 2px 2px -1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.17) 0px 2px 2px -1px;
	}
.contents ul.cont_hei01{
	height: 280px;
}
.contents ul.cont_hei02{
	height: 60px;
}
.contents ul.cont_hei03{
	height: 155px;
}
	
.contents ul li{
	margin-bottom:6px;
	background:url(../../../../img/ss/products/flowknowledge/icon_arrow.gif) no-repeat left 9px;
	padding-left: 13px;
	}	
.contents ul li.left{
	width:200px;
	float:left;
	clear:left;
	}
.contents ul li.right{
	background:url(../../../../img/ss/products/flowknowledge/icon_arrow.gif) no-repeat 230px 9px;
	padding-left: 243px;
	}

.contents.banner a{
	display: flex;
	align-items: center;
	position: relative;
	min-height: 70px;
	padding: 17px 48px 17px 17px;
	box-sizing: border-box;
	background: url(../../../../img/ss/products/flowknowledge/bg_h3.jpg) repeat #292929;
	color: #fff;
	font-size: 1.17em;
	font-weight: 900;
	line-height: 1.1em;
	text-decoration: none;
}
.contents.banner a:hover{
	opacity: 0.7;
}
.contents.banner a:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	width: 14px;
	height: 14px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	font-size: 0;
	transform: translate(0, -50%) rotate(-45deg);
}

/* 640 */
@media screen and (max-width: 640px) {

#nav{
	display:block;
	}

.nav_banner{
	margin-top: 40px;
}

.nav_banner a{
	display: flex;
	align-items: center;
	position: relative;
	min-height: 70px;
	padding: 17px 48px 17px 17px;
	box-sizing: border-box;
	background: url(../../../../img/ss/products/flowknowledge/bg_h3.jpg) repeat #292929;
	color: #fff;
	font-size: 1.17em;
	font-weight: 900;
	line-height: 1.1em;
	text-decoration: none;
}
.nav_banner a:hover{
	opacity: 0.7;
}
.nav_banner a:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	width: 14px;
	height: 14px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	font-size: 0;
	transform: translate(0, -50%) rotate(-45deg);
}

#bg_main{
	background:none;
	}

#main_img_inner{
	width:100%;
	margin:0 auto;
	}

#main_img{
	max-width:640px;
	width:100%;
	background:url(../../../../img/ss/products/flowknowledge/sp_main_img.jpg) no-repeat center top;
	height:auto;
	-moz-background-size:100% auto;
	background-size:100% auto; 
	}

#main_img_text{
	max-width:504px;
	width:80%;
	margin:0 auto;
	padding:40% 0 10%;
}

#main_img_text img{
	max-width:500px;
	width:100%;
	}

#main_wrap{
	display:none;
	}

}
