@charset "utf-8";
/* CSS Document */
.h1-results-area{
	margin: 0 auto;
	font-family: "Yu Gothic","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	height: 330px;
	width: 100%;
	position: relative;
	text-align: center;
}

.h1-results-area-h1 {
	color: #fff;
	font-size: 35px !important;
	font-weight: bold;
	position: absolute;
	top: 35% !important;
	left: 0;
	width: 100%;
}

.h1-results-area p{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	letter-spacing:1.1px;
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
}
.h1-results-area span{
	border-bottom: 1px solid #fff;
	display: inline-block;
	padding: 0 10px 10px 10px;
}

.nav-contact{
	background: #f39700 !important;
	color: #fff !important;	
}
.drawer-content li a:hover{
	background: #0080cc !important;
	color: #fff !important;
}

/*nav*/
.result-sub-area{
	font-family: "Yu Gothic","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	width: 100%;
}

.result-sub{
	margin: 0 auto;
	width: 1000px;
}

.result-sub li{
	float: left;
	text-align: center;
}

.result-sub li a{
	padding: 14px 0 12px 0;
	color: #000;
	font-size:15px;
	font-weight:bold;
	display: block;
	text-decoration: none;
	transition: 0.4s;
}

#nav{
	background: #fff;
	border-top: 1px solid #eeede9;
	border-bottom: 1px solid #eeede9;
	box-sizing:border-box;
	clear:both;
	font-family: "Yu Gothic","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	height: 58px;
}

#nav ul{
	width: 1000px;
	margin: 0 auto;
}
#nav ul li{
	float: left;
}
#nav li a {
	padding:16px 30px 14px 30px;
	border-right: 1px solid #eeede9;
	box-sizing:border-box;
	color: #222;
	font-size: 15px;
	font-weight: bold;
	height: 56px;
    position: relative;
    display: inline-block;
	text-align: center;
    text-decoration: none;
	transition:0.2s;
	width:200px;
}

/*#nav li a.nav-contact{
	background: #f39700;
	color: #fff;	
}
#nav li a:hover{
	background: #0080cc;
	color: #fff !important;
}

#nav li a.result-nav-active{
	background: #0080cc;
	color: #fff !important;
}*/
.item6 li{
	width: 16.6666%;
}



/*forte*/

.forte{
	margin: 0 auto;
	width: 1000px;
}

.forte h4{
	color: #fff;
	font-size: 22px;
}

.forte h4 span{
	margin-bottom:15px;
	padding:8px 18px;
	display:inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
}

.forte01-no{
	background: #2298d0;
}

.forte02-no{
	background: #1b3b64;
}

.forte03-no{
	background: #282947;
}

.forte p{
	margin:10px 0 0 0;
	color: #fff;
}

.forte01, .forte02, .forte03{
	width:100%;
}

.forte01{
	background: url(/products/si/img/results_forte01.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;	
	height:500px;
}

.forte02{
	background: url(/products/si/img/results_forte02.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;	
	height:600px;
}

.forte03{
	background: url(/products/si/img/results_forte03.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;	
	height:500px;
}



/**/

.h3-results{
	text-align: center;
}
.h3-results span{
	padding: 5px ;
	margin: 40px 0;
	border-bottom: 2px solid #222;
	font-family: "Yu Gothic","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	font-size: 26px;
	font-weight: bold;
	display: inline-block;
}
.h3-tantou{
	padding: 10px 0 15px 10px;
	font-family: "Yu Gothic","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	font-size: 23px;
	font-weight: bold;
}

.h4-results{
	margin-left: 10px;
	color: #0080cc;
}

/*---case-box---*/

.case-box{
	padding: 10px 10px 30px 10px;
	margin: 0 auto 50px auto;
	background: #fff;
	border-top: 5px solid #0080cc;
	border-right: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	width: 960px;
	position: relative;
	
}
.case-box a{
	color: #222;
	display: block;
}
.case-box-detail{
	padding: 15px;
	width: 500px;
}
.case-box h4{
	margin: 0 0 10px 0;
	font-size: 20px;
}

.case-btn{
	padding:10px 50px;
	border:1px solid #c9c9c9;
	border-radius:1px;
	display:inline-block;
	font-family: "Yu Gothic","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	font-size:15px;
	font-weight: bold;
	float: right;
	transition:0.2s;
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.case-box:hover .case-btn{
	background: #0080cc;
	border:1px solid #0080cc;
	color: #fff;
}

.case-more a{
	margin: 0 0 50px 0;
	padding:10px 50px;
	background: #0080cc;
	border-radius:1px;
	color: #fff;
	display:inline-block;
	font-family: "Yu Gothic","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	font-size:22px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition:0.2s;
}

.tantou{
	padding: 15px;
	margin: 0 auto 30px auto;
	border: 1px solid #CCC;
	float:none;
	width:960px;
	
}
/*---テーブル---*/



.tbl-license {
	margin-bottom: 90px;
	background: #fff;
	width: 490px;
	float:left
}
.tbl-license th, .tbl-license td{
	padding: 6px ;
	border: 1px solid #ddd;
	font-size: 12px;
	font-weight: normal;
}
.tbl-license th{
	background: #f4f4f4;
}

.tbl-license th{
	text-align: left;
}

.tbl-results {
	float:left;
	margin-right:30px;
	margin-bottom:50px;
	width: 47%;
}

.tbl-results th, .tbl-results td{
	padding: 15px;
	border: 1px solid #ddd;
	background: #fff;
}
.tbl-results th{
	background: #f4f4f4;
	width:25%;
}

.tbl-results caption{
	color: #0080cc;
}

.number{
	width:25px;
}

/* ---開発実績--- */
.item-list01 {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}


.item-list01 div.case-box{
	padding: 10px;
	margin: 0 10px 50px 5px;
	width: 462px;
}

.item-list01 div.case-box h4{
	font-size: 17px;
}

.item-list01 div.case-box img{
	float: left;
	width: 130px;
}
.item-list01 div.case-box .case-box-detail {
	margin: 0;
    width: 300px;
	height: 200px;
	position: relative;
}
.item-list01 div.case-box .case-box-detail .case-btn{
	padding: 5px 20px;
	font-size: 14px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.item-list01 div{
    margin: 0 30px 20px 0;
    float: left;
	font-size:15px;
    width: 270px;
}

.item-list02 {
    margin: 20px auto;
    width: 1000px;
    overflow: hidden;
}


.link-title{
	margin:12px 0;
    font-size: 120%;
    font-weight: bold;
}

.box-link{
    display: block;
    padding: 15px 15px 15px 15px;
    border: 1px solid #d3d3d3;
    background: #ffffff;
    height: 180px;
}

.box-link a{
    color: #222222;
	text-decoration: none;
}

.box-result{
    display: block;
    padding: 15px;
    border: 1px solid #d3d3d3;
    background: #ffffff;
	width:400px !important;
	margin:0 20px 20px 0;
	height:100px;
}

.box-result dl {
}


.box-result dt {
	font-size:15px;
	font-weight:bold;
}

.box-result dd {
	font-size:13px;
	margin:5px 0 0 0;

}

.relate{
	margin-top:10px;
}

.relate dt{
	float:left;
}

.relat dd{
	float:right;
}

.result-btn{
	padding: 10px 50px;
	border: 1px solid #fff;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	transition: 0.2s;
	text-decoration: none;
}
.result-btn:hover{
	background:rgba(255,255,255,0.6);
	border:1px solid #fff;
	border-radius:50px;
	color:#fff;
}


/*ITO*/

.ito-img{
	float: right;
	width: 50%;
}

.ito-img img {
	width: 100%;	
}

.ito-detail h4{
	font-size: 19px;
}

.pc-none {
	display: none;
}

@media only screen and (max-width:600px){
	
	.pc-none {
		display: block;
	}
	
	img{
		width: 100%;
	}
	.h1-results-area{
		height:130px;
	}
	.h1-results-area-h1{
		padding: 0 10px !important;
		font-size:18px !important;
		line-height: 1.5em !important;
		width:100% !important;
		top:10% !important;
		box-sizing: border-box;
	}
	.h1-results{
		background-position: left center;
	}
	
.nav-contact{
	background: #0080cc !important;
	color: #fff !important;	
}	
	
	.h3-results span{
		margin: 20px auto;
		font-size:18px;
		line-height: 1.4em;
	}
	.tbl-results{
		margin: 0 4% 5% 4% ;
		width:92% ;
		float: none;
	}
    .tbl-results th,
    .tbl-results td{
		padding: 5px;
		width: 100% ;
        display: block;
		border-top: none;
		font-size: 12px;
    }
	.tbl-results tr:first-child th{
		border-top: 1px solid #ddd;
	}
	.item-list01, .item-list02{
		width: 100%;
	}
	.forte{
		padding: 10px 5px !important;
		width: 95%;
	}
	.forte h4{
		margin: 10px;
		font-size:16px;
		line-height:1.4em;
		width:95%;
	}
	.forte h4 span{
		font-size:20px;
	}
	.forte01{
		background-size: none;
		background-attachment: none;	
		height: 430px;
	}
	.forte02{
		background-size: none;
		background-attachment: none;	
	}
	.forte03{
		background-size: none;
		background-attachment: none;	
		height: 380px;
	}
	.result-btn{
		padding: 7px 40px;
		font-size: 14px;
	}
	.case-box{
		margin: 0 auto 10px auto;
		width: 90%;
	}
	.case-box a{
		text-decoration: none;
	}
	.case-box img{
		display: none;
	}
	.case-box-detail{
		padding: 0;
		width: 100%;
		float: none;
	}
	.case-box h4{
		font-size:16px;
	}
	.case-btn{
		display: none;
	}
	.case-more a{
		font-size:16px;
	}
	.tbl-license{
		margin: 0 2%;
		width:96%;
		float: none;
	}
	.tbl-license th, .tbl-license td{
		padding: 2px 5px;
		font-size:10px;
	}
	
	/*ITO*/
	
	.ito-img{
		float: none;
		width: 90%;
		margin: 0 auto;
	}

	.ito-img img {
		width: 100%;	
	}

	.ito-detail{
		width: 100%;
	}
	.ito-detail h4{
		margin: 0 5% 2% 5%;
		font-size: 16px;
		width:90%;
	}
	.item-list01 div.case-box{
		margin: 0 10px 20px 5px;
		width: 100%;
	}
	.item-list01 div.case-box .case-box-detail{
		height:90px;
	}
	.item-list01 div.case-box h4{
		font-size:16px;
	}
	.item-list01 div.case-box img{
		display: block;
	}
	.item-list01 div.case-box p{
		font-size:13px;
		width:95%;
	}
	.tantou{
		padding: 0;
		width: 100%;
		
	}
	.h3-tantou{
		font-size: 17px;
	}
}

@media only screen
 and (min-device-width: 320px)
 and (min-height:400px)
 and (max-height: 560px)
 and (max-device-width: 568px)
 {

	.pc-none {
		display: block;
	}
	 
	 img{
		width: 100%;
	}
	.h1-results-area{
		height:150px;
	}
	.h1-results-area h1{
		padding: 0 10px;
		font-size:18px;
		line-height: 1.5em;
		width:85%;
		top:20%;
	}
	.h1-results{
		background-position: left center;
	}
	.h3-results span{
		margin: 20px auto;
		font-size:18px;
		line-height: 1.4em;
	}
	.tbl-results{
		margin: 0 4% 5% 4% ;
		width:92% ;
		float: none;
	}
    .tbl-results th,
    .tbl-results td{
		padding: 5px;
		width: 100% ;
        display: block;
		border-top: none;
		font-size: 12px;
    }
	.tbl-results tr:first-child th{
		border-top: 1px solid #ddd;
	}
	.item-list01, .item-list02{
		width: 100%;
	}
	.forte{
		padding: 10px 5px !important;
		width: 95%;
	}
	.forte h4{
		margin: 10px;
		font-size:16px;
		line-height:1.4em;
		width:95%;
	}
	.forte h4 span{
		font-size:20px;
	}
	.forte01{
		background-size: none;
		background-attachment: none;	
		height: 430px;
	}
	.forte02{
		background-size: none;
		background-attachment: none;	
	}
	.forte03{
		background-size: none;
		background-attachment: none;	
		height: 380px;
	}
	.result-btn{
		padding: 7px 40px;
		font-size: 14px;
	}
	.case-box{
		margin: 0 auto 10px auto;
		width: 90%;
	}
	.case-box a{
		text-decoration: none;
	}
	.case-box img{
		display: none;
	}
	.case-box-detail{
		padding: 0;
		width: 100%;
		float: none;
	}
	.case-box h4{
		font-size:16px;
	}
	.case-btn{
		display: none;
	}
	.case-more a{
		font-size:16px;
	}
	.tbl-license{
		margin: 0 2%;
		width:96%;
		float: none;
	}
	.tbl-license th, .tbl-license td{
		padding: 2px 5px;
		font-size:10px;
	}
	/*ITO*/

	.ito-img{
		float: none;
		width: 90%;
		margin: 0 auto;
	}

	.ito-img img {
		width: 100%;	
	}
	 
	 .ito-detail{
		width: 100%;
	}
	.ito-detail h4{
		margin: 0 5% 2% 5%;
		font-size: 16px;
		width:90%;
	}
	.item-list01 div.case-box{
		margin: 0 10px 20px 5px;
		width: 100%;
	}
	.item-list01 div.case-box .case-box-detail{
		height:90px;
	}
	.item-list01 div.case-box h4{
		font-size:16px;
	}
	.item-list01 div.case-box img{
		display: block;
	}
	.item-list01 div.case-box p{
		font-size:13px;
		width:95%;
	}
	.tantou{
		padding: 0;
		width: 100%;
		
	}
	.h3-tantou{
		font-size: 17px;
	}
 }

/* --------------------------------------------------------- 
	topic-path
---------------------------------------------------------- */
.topic-path{
	padding-top: 20px;
	margin: 0 auto;
	font-size: 14px;
	text-align:right;
	width: 1000px;
}
.topic-path ul{
	float: right;
}
.topic-path ul li{
	margin-right:5px;
	float: left;
}

.drawer-content > .drawer-list > .drawer-item a {
	padding:16px 30px 14px 30px;
	min-width:200px
}
