@charset "utf-8";
/* CSS Document */

/************************************************
 * サービスと製品TOP用　　s-okouchi
 ************************************************/


	/************************************************
	 * サービスと製品TOP ヘッダー
	 ************************************************/

	.services-top header {
		text-align: center;

	}
		.services-top header h1 {
			padding: 20px 0 0 0;
			width: 100%;
			height: 50px;
			margin: 0 auto;
			font-size: 270%;
			color: #999999;
		}
		.services-top header h2{
			padding: 5px 0 50px 0;
			font-size: 150%;
			margin: 10px auto;
			height: 30px;
			color: #999999;
		}
		.services-top header li {
			display: inline-block;
			width: 120px;
			margin: 0 2%;
			font-size: 90%;
		}
			.services-top header li a {
				color: #445963;
			}
				.services-top header li a.active {
					font-weight: bolder;
				}


	/************************************************
	 * サービスと製品TOP nav
	 ************************************************/
	section.services-top-nav ul {
		list-style-type: none;
		padding-left: 0;
		text-align: center;
	}
	section.services-top-nav li {
		width: 150px;
	    margin: 10px 0 0 0;
	    padding: 10px;
	   	text-align: center;
	   	vertical-align:top;
	   	display: inline-block;
	}
	section.services-top-nav li div.main{
		font-size: 16px;
		line-height: 1.2em;
		height: 50px;
		vertical-align: middle;
	}
	section.services-top-nav li div.sub{
		font-size: 70%;
		line-height: 1.2em;
		
	}
		section.services-top-nav li div.sub > p{
			color: #C10B72;
		}
	/************************************************
	 * サービスと製品TOP menu
	 ************************************************/
	
	div.services-menu{
		margin: 0 auto;
		padding: 20px 0 100px 0;
	}

	div.services-menu ul.flex-list{
		width: 1200px;
		margin: 0 auto;
		height: 460px;
		margin-bottom: 20px;
	}

	div.services-menu ul.flex-list li{
		padding: 10px;
		display: table;
		width: 260px;
		margin: 0 auto;
		height: 400px;
	}

	/* アイコン部分 */
	div.services-menu-image{
		padding-top: 5px;
		text-align: center;
	}

	/* テキスト部分 */
	div.services-menu-text{
		padding-top: 15px;
		height: 50px!important;
	}
	div.services-menu-text h2{
		font-size: 120%;
		font-weight: bold;
		text-align: center;
	}
	
	div.services-menu-text-sub{
		padding: 10px;
	}
	
	div.services-menu-text-sub p{
		font-size: 85%;
		line-height: 1.6em;
	}




/************************************************
 * サービス内容
 ************************************************/
section:after {
	clear: both;
	content: '';
	display: block;
}
	/************************************************
	 * サービス情報
	 ************************************************/
	section.services-content{
		width: 100%;
	}
	section.services-content section {
		width: 1200px;
		margin: 50px auto 0 auto;
		clear: both;
	}

	div.content-box {
		width: 100%;
	}

	div.contet-img{
		width: 600px;
	}
	div.contet-paragraph{
		width: 600px;
	}



	div.content-box ul li h2 {
		font-size: 300%;
		line-height: 1.2em;
		margin-bottom: 3%;
		color: #434343;
		}
	
	div.content-box ul li h3 {
		font-size: 190%;
		line-height: 1.2em;
		margin-bottom: 3%;
		display: block;
		color: #434343;
		}

	div.content-box ul li p {
		font-size: 90%;
		display: block;
		color: #222222;
		}

	div.content-link-r{
		float: right;
		padding-top: 50px;
		width: 450px;
	}

	div.content-link-l{
		float: left;
		padding-top: 50px;
		width: 450px;
	}


	div.content-box ul.img-l {
	    list-style: none;
	}
	div.content-box ul.img-l li {
	    clear: both;
	}



	div.content-box ul.img-l li:nth-child(odd) img{
	    float: left;
	    padding-right: 50px;
	    margin-bottom: 100px;
	}
	div.content-box ul.img-l li:nth-child(even) img{
	    float: right;
	    padding-left: 50px;
	    margin-bottom: 100px;
	}

	div.content-box ul.img-l li div.content-news{
	    float: left;
	    padding-right: 50px;
	    margin-bottom: 100px;
	}





	/************************************************
	 * ヴァイタルネット・ニュース部分
	 ************************************************/
		div.news-wrapper{
			display: table;
			width: 580px;
			padding: 1px 1px 1px;
		}

		div.date{
			display: table-cell;
			vertical-align: middle;
			}

		div.news{
			display: table-cell;
			vertical-align: middle;
		}

		div.col_1{
			background: #e74c3c;
			padding: 10px;
		}


		div.col_2{
			background: #f39c12;
			padding: 10px;
		}

		div.col_3{
			background: #3498db;
			padding: 10px;
		}

		div.col_4{
			background: #2ecc71;
			padding: 10px;
		}

		div.col_5{
			background: #fdefed;
			padding: 10px;
		}

		div.col_6{
			 background: #fef9f1;
			 padding: 10px;
		}

		div.col_7{
			background: #f3f9fd;
			padding: 10px;
		}

		div.col_8{
			 background: #f2fcf6;
			 padding: 10px;
		}


	/************************************************
	 * 関連事例
	 ************************************************/

		div.usecase ul li div.usecase-type  p{
			color: #FFF;
			font-size: 80%;
			text-align: center;
			padding: 5px 0 5px 0;
		}

		div.usecase ul li div.usecase-text{
			padding: 10px
		}


		div.usecase ul li div.usecase-text p{
			font-size: 85%;
			padding: 5px 0 5px 0;
		}

		div.usecase ul li div.usecase-image{
			text-align: center;
		}





	/************************************************
	 * 関連サービス
	 ************************************************/
		section.service-list{
			width: 1200px;
			margin: 0 auto;
			margin-bottom: 30px;
		}
		
			section.service-list div.item  div{
				height: 200px;
				width: 100%;
				border: none;
			}
		
		section.service-list div.item h2{
			padding-bottom: 15px;
		}
		section.service-list div.item p{
			font-size: 85%;
			padding: 5px 10px;
			text-align: left;
			line-height: 1.5em;
		}
		section.service-list div.item img{
			text-align: center;
			margin-top: 30px;
		}

/* 関連事例部分 */
section.service-content-title{
	box-shadow: 0 0px 0px 0px rgba(0,0,0,0)!important;
}

div.service-content-usecase{
	margin-top: 30px;
	height: 410px;
}
	div.service-content-usecase ul{
		height: 350px!important;
	}

/* 関連サービス部分 */
section.service-content-title-bottom{
	box-shadow: 0 0px 0px 0px rgba(0,0,0,0)!important;
}
	section.service-content-title-bottom h2
	,section.service-content-title-bottom p{
		background-color: #19254C!important;
	}

div.service-content-usecase-servcie{
	margin-top: 30px;
	height: 440px;
}
	div.service-content-usecase-servcie ul{
		height: 380px;
	}


