﻿/*.........................................common....*/
*{
	margin: 0;
	padding: 0;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka";
	box-sizing: border-box; }
body{
	color: #333;
	line-height: 1.6;
	font-size: 14px; }
img{
	border: 0;
	max-width: 100%; }
a{
	border: 0;
	text-decoration: none;
	color: #263e80; }
h1, h2, h3, h4, h5{
	font-size: 1em;
	font-weight: normal; }
ul, ol, li, dl, dt, dd{
	list-style: none; }
.clear{
	clear: both; }
a.iclink{
	display: inline-block;
	margin: 0 4px; 
	background: #69C;
	color: #fff;
	padding: 1px 5px;
	border-radius:3px; }
@media screen and (min-width:768px) {
	body{
		font-size: 12px;
		background: url(../images_new/body_bg.gif) repeat-x; }
	img{
		/*max-width: inherit;*/
	}
	a:hover{
		text-decoration: underline; }
	.Fr{
		float: right; }
	.Fl{
		float: left; }
}
	
/*............................................................................box....*/
#canvas{
	width: 100%;
	margin: 0 auto; }
@media screen and (min-width:768px) {
	#canvas{
		width: 975px;
		position: relative; }
}
/*............................header...*/
#header{
	width: 100%;
	border-bottom: 4px #828fb4 solid;
	display: table; }
#header #spmenu img{
	position: absolute;
	top: 0.5em; right: 0.5em;
	width: 12%; }
@media screen and (min-width:768px) {
	#header{
		width: 100%;
		border-bottom: none;
		display: inherit; }
	#header #information{/*臨時*/
		/*width: 160px;*/
		display: inline-block;
		padding: 5px 20px 3px;
		position: absolute;
		top: 0px;
		right: 0px;
		float: right;
		background: #eaedf6;
		text-align: left;
		border-radius: 0 0 0.4em 0.4em; }
	#header #information li{/*臨時*/
		display: inline-block;
	}
	#header #spmenu{
		display: none; }
}
@media print{
	#header #spmenu{
		display: none; }	
}
/*...............................................................................common......*/
/*............................inner header...*/
#header a#siteID{
	width: 400px;
	margin: 0 0 0 0.5em;
	font-size: 0.8em; }
#header a#siteID img{
	float: left; }
#header a#siteID span{
	display: block;
	padding: 2em 0 0 0;  }
@media screen and (min-width:768px) {
	#header a#siteID{
		width: 300px;
		margin: 0 0 0 15px;
		float: left; }
	#header a#siteID span{
		padding: 30px 0 0 0; }
}
/*....................right parts....*/
#header ul#Glinks{
	display: none; }
#header p#Gres{
	display: none; }
#header p#Gres .tel{
	padding: 0 0.5em 0 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #eb5f01; }
@media screen and (min-width:768px) {
	#header ul#Glinks{
		float: right;
		margin: 10px 15px 0px 0;
		font-size: 0.8em;
		line-height: 1; }
	#header ul#Glinks li{
		float: left;
		padding: 0 10px;
		border-right: 1px #333 solid; }
	#header ul#Glinks li.search{
		border-right: none; }
	#header ul#Glinks li.search input{
		margin: -3px 0 5px 0;
		height: 14px;
		vertical-align: top;
		font-size: 10px; }
	#header ul#Glinks li.search input.submit{
		height: 18px; }

	#header p#Gres{
	display: block;
		clear: right;
		float: right;
		width: 600px;
		margin: 27px 15px 0 0;
		text-align: right; }
	#header p#Gres .tel{
		padding: 0 13px 0 2px;
		font-size: 1.8em; }
	#header p#information{/*臨時*/
		width: 300px;
		padding: 5px;
		position: absolute;
		top: 10px;
		left: 270px;
		background: #eaedf6;
		text-align: center;
		border-radius: 4px; }
}
/*............................Global navigation..*/
#header ul#Gnavi{
	clear: both;
	display: none; }
#header ul#Gnavi.navin{ }
#header ul#Gnavi li{
	float: left;
	width: 50%;
	overflow: hidden;
	border-bottom: 1px #828fb4 solid; }
#header ul#Gnavi li:last-child{ }
#header ul#Gnavi li a{
	display: block;
	width: 100%;
	padding: 0.8em 0;
	text-align: center;
	background: #0c266d;
	color: #fff; }
#header ul#Gnavi li:last-child a{
	background: #eb7501; }
@media screen and (min-width:768px) {
	#header ul#Gnavi{
		display: block;
		clear: both;
		height: 30px;
		background: #0c266d; }
	#header ul#Gnavi li{
		width: inherit;
		border-left: 1px #828fb4 solid; }
	#header ul#Gnavi li:last-child{
		margin-top: -5px;
		border-top: 1px #828fb4 solid;
		border-right: 1px #828fb4 solid;
		border-radius: 4px 4px 0 0; }
	#header ul#Gnavi li a{
		width: 159px;
		padding: 0 0;
		line-height: 30px; }
	#header ul#Gnavi li:last-child a{
		width: 173px;
		line-height: 35px;
		border-radius: 3px 3px 0 0; }
	#header ul#Gnavi li a:hover{
		color: #333;
		background: #fff; }
}
/*.........................................................................................top page...*/
/*............................Lside...*/
#Lside{
	width: 100%;
	margin: 1em 0 0 0; }
#Oneclmn{
	width: 100%;
	margin: 1em auto 0 auto; }
@media screen and (min-width:768px) {
	#Lside{
		display: inline;
		width: 735px;
		margin: 15px 0 0 0;
		float: left; }
	#Oneclmn{
		width: 95%;
		margin: 15px auto 0 auto; }
}
/*............................................................Left side....*/
#Lside div{
	margin: 0 0 1em 0;
	padding: 0 0 1em 0; }
#Lside h2,
#Lside h3{
	color: #e5000f;
	padding: 0.2em 0.5em;
	border-bottom: 1px #e5000f solid;
	font-size: 1.2em; }
#Lside h4,
#Lside h5,
#Lside h6{
	padding: 0.2em 0.5em;
	border-bottom: 1px #e5000f solid;
	font-size: 1.2em; }
#Lside h4 a{
	float: right;
	font-size: 0.6em; }
#Lside div br.cl{
	clear: both;
	line-height: 1px; }

@media screen and (min-width:768px) {
	#Lside div{
		margin: 0 0 15px 0;
		padding: 0 0 20px 0;
		/*height: 100%;*/ }
	#Lside h2,
	#Lside h3{
		font-weight: bold; }
	#Lside h4,
	#Lside h5,
	#Lside h6{ }
}

/*..............................................導入事例...*/
#Lside #top_case{
	display: table; }
#Lside #top_case p{
	width: 95%;
	display: table;
	margin: 1em 0 0 0.5em;
	padding: 0 0.5em;
	background: url(../images_new/ic_tri_gray.gif) no-repeat 0 0.5em;
	border-bottom: 1px #ccc dotted; }
#Lside #top_case p.last{
		padding: 0 0 0 10px;
		border: none; }
#Lside #top_case p span{
	display: block;
	padding: 3px;
	line-height: 1.3; }
#Lside #top_case p img{
	margin: 0 0.5em 0 0;
	float: left; }
#Lside #top_case p img.ic_tri{
	float: none;
	margin: 0 0 0 0.5em;
	vertical-align: text-bottom; }

@media screen and (min-width:768px) {
	#Lside #top_case p{
		width: 46%;
		margin: 15px 0 0 10px;
		padding: 0 15px 0 10px;
		float: left;
		background: url(../images_new/ic_tri_gray.gif) no-repeat 0 5px;
		border-right: 1px #ccc solid; }
	#Lside #top_case p.last{ }
	#Lside #top_case p span{ }
	#Lside #top_case p img{
		margin: 0 8px 0 0; }
	#Lside #top_case p img.ic_tri{
		margin: 0 0 0 5px; }
}
/*......................................イベント・セミナー...*/
.headimg img{
	width: 100%;
	height: 100px;
	object-fit: cover;
	object-position: center -80px;
}
#Lside #ev_semi ul,
#Lside #info ul{
	margin: 1em 0 0 0.5em; }
#Lside #ev_semi ul li{
	clear: both;
	margin-bottom: 0.5em;
	padding: 0 0.5em 0.2em 0.5em;
	background: url(../images_new/ic_tri_gray.gif) no-repeat 0 0.5em;
	border-bottom: 1px #ccc dotted; }
#Lside #ev_semi ul li span.ic{
	display: inline-block;
	margin: 0 5px 3px 0;
	padding: 0 3px;
	border-radius: 2px;
	color: #fff;
	font-size: 0.9em; }
#Lside #ev_semi ul li span.web{
	background: #339049; }
#Lside #ev_semi ul li span.semi{
	background: #264ab1; }
#Lside #ev_semi ul li span.eve{
	background: #F08012; }

@media screen and (min-width:768px) {
	#Lside #ev_semi ul,
	#Lside #info ul{
		margin: 15px 0 0 8px; }
	#Lside #ev_semi ul li{
		margin-bottom: 8px;
		padding: 0 10px 3px 10px;
		background: url(../images_new/ic_tri_gray.gif) no-repeat 0 5px; }
}
@media print{
	#semiform{
		display: none;
	}
}
/*........................................ニュースリリース...*/
#Lside #news ul{
	margin: 1em 0 0 0.5em; }
#Lside #news ul li{
	clear: both;
	margin-bottom: 0.5em;
	padding: 0 0.5em 0.2em 0.5em;
	background: url(../images_new/ic_tri_gray.gif) no-repeat 0 0.5em;
	border-bottom: 1px #ccc dotted; }
#Lside #news ul li span.ic{
	display: inline-block;
	margin: 0 0 3px 5px;
	padding: 1px 3px 0 3px;
	border-radius: 2px;
	color: #fff;
	font-size: 0.9em; }
#Lside #news ul li  span.press{
	background: #575757; }
#Lside #news ul li  span.vm{
	background: #299802; }
#Lside #news ul li  span.db{
	background: #b92200; }
#Lside #news ul li  span.es{
	background: #36C; }

@media screen and (min-width:768px) {
	#Lside #news ul{
		margin: 7px 10px 0 8px; }
	#Lside #news ul li{
		margin-bottom: 8px;
		padding: 0 10px 3px 10px;
		background: url(../images_new/ic_tri_gray.gif) no-repeat 0 5px; }
	#Lside #news ul li span.ic{ }
}
/*......................................下部製品一覧リンク...*/
#Lside div#top_products{
	clear: both;
	margin: 1em 0 0.5em 0;
	padding: 0 0.5em 0.2em 0.5em; }
#top_products dl{
	width: 100%;
	margin: 1.5em 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px #ccc dotted; }
#top_products dl.out{ }
#top_products dt{
	margin: 0 0 0.4em 0;
	font-size: 1.1em; }
#top_products dd{
	padding: 0.7em 0 0.6em 1em;
	font-size: 1.2em;
	line-height: 1.4; }
#top_products dd span{
	font-size: 0.7em; }

@media screen and (min-width:768px) {
	#top_products{
		margin: 30px 0 30px 0;
		padding: 10px; }
	#top_products dl{
		width: 25%;
		margin: 20px 5px 0 5px;
		padding: 0 5px 0 7px;
		float: left;
		border-bottom: none; }
	#top_products dt{
		margin: 0 0 3px 0;
		font-size: 1em;
		font-weight: bold; }
	#top_products dd{
		padding: 0 0 5px 10px; }
}
/*............................Rside...*/
#Rside{
	width: 100%;
	margin: 1.5em 0 0 0;
	text-align: center; }
#Rside ul.Rbox{
	display: none; }
#Rside img.bn{
	margin: 0 0 1em 0; }
#Rside img.bns{
	margin: 0 0 0.5em 0; }
@media screen and (min-width:768px) {
	#Rside{
		display: inline;
		width: 225px;
		margin: 15px 0 0 0;
		text-align: left;
		clear: right;
		float: right; }
	
	/*...............................................................Right side....*/
	#Rside ul.Rbox{
		display: table;
		margin: 0 0 15px 0;
		padding: 3px 0 10px 0;
		background: #efefef;
		/*border-radius: 8px;*/ }
	#Rside ul.Rbox li.Rttl{
		margin: 0 3px 10px 3px;
		padding: 4px 5px 2px 6px;
		color: #fff;
		background: #0c266d;
		border-bottom: 3px #828fb4 solid;
		/*border-radius: 6px 6px 0 0;*/ }
	#Rside ul.Rbox li{
		margin: 0 7px 5px 7px; }
	#Rside ul.Rbox li img.ic{
		margin: 0 5px 5px 0;
		vertical-align: middle; }
	#Rside ul.Rbox li span.ic{
		display: inline-block;
		margin: 0 5px 3px 0;
		padding: 1px 3px;
		border-radius: 4px;
		color: #fff;
		font-size: 0.7em; }
	#Rside ul.Rbox li span.web{
		background: #339049; }
	#Rside ul.Rbox li span.semi{
		background: #264ab1; }
	#Rside ul.Rbox li span.eve{
		background: #F08012; }
	#Rside ul.Rbox li.idx a{
		display: block;
		padding-top: 5px;
		margin-bottom:0.6em;
		float: right;
		font-size: 1em; }
	#Rside img.bn{
		margin: 0 0 15px 7px; }
	#Rside img.bns{
		margin: 0 0 3px 7px; }
	/*...........................ボタン...*/
	ul.Rbox li.dwl,
	ul.Rbox li.blog,
	ul.Rbox li.demo,
	ul.Rbox li.doc,
	ul.Rbox li.ytube{
		margin: 1px 7px 5px 7px;
		background: #fff;
		line-height: 1.5; }
	ul.Rbox li.dwl a,
	ul.Rbox li.blog a,
	ul.Rbox li.demo a,
	ul.Rbox li.doc a,
	ul.Rbox li.ytube a{
		height: 53px;
		display: block;
		padding: 4px 52px 4px 7px;
		border: 1px #aaa solid;
	}
	ul.Rbox li.dwl a{
		background: url(../images/btn_DL.png) no-repeat right top; }
	ul.Rbox li.blog a{
		background: url(../images/btn_blog.png) no-repeat right top; }
	ul.Rbox li.demo a{
		background: url(../images/btn_demo.png) no-repeat right top; }
	ul.Rbox li.doc a{
		background: url(../images/btn_pdf.png) no-repeat right top; }
	ul.Rbox li.ytube a{
		background: url(../images/btn_ytube.png) no-repeat right top; }
	ul.Rbox li span{
		font-size: 10px;
		color: #333;
		line-height: 1.3; }
}
/*...........................コミュニティ...*/
#sociallink{
	margin: 2em 0 1em 0;
	text-align: center; }
#sociallink a{
	width: 32px;
	height: 32px;
	margin: 0 0.5em;
	overflow:hidden; }

@media screen and (min-width:768px) {
	#sociallink{
		margin: 0 0 5px 0; }
	#sociallink a{
		margin: 0 2px; }
	/*...........................加盟ネットワーク...*/
	ul.Rbox#network li.Rttl{
		font-size: 12px;
		line-height: 1.6; }
	ul.Rbox#network li{
		font-size: 10px;
		line-height: 1.3; }
	ul.Rbox#network li img{
		margin: 3px 0 5px 0; }
	ul.Rbox#network li.Rbtm img{
		margin: 3px 0 0 0; }
	ul.Rbox#network li img.ibm{
		margin: 3px 10px 5px 0; }
}
/*............................................................banner..*/
#banner{
	clear: both;
	margin: 0 15px 0 0;
	padding: 50px 0 0 0;
	font-size: 10px; }
#banner p{
	float: left;
	margin: 0 15px 15px 0; }
#banner p.lst{
	margin: 0 0 15px 0; }
#banner p a.setsuden{
	display: block;
	width: 225px;
	height: 53px;
	padding: 1px 0 0 0;
	text-align: center;
	border: 1px #b0b0b0 solid; }
/*............................footer...*/
#footer{
	width: 100%;
	clear: both;
	margin: 2em 0 0 0;
	background: #0c266d;
	border-top: 4px #828fb4 solid; }
@media screen and (min-width:768px) {
	#footer{
		height: 35px;
		margin: 30px 0 0 0; }
}
/*............................................................inner footer....*/
#footer ul#infoot{
	display: table;
	margin: 0 auto;
	padding: 12px 10px 0 10px;
	color: #fff; }
#footer ul#infoot li{
	float: left;
	padding: 0 2em 0 0;
	line-height: 3; }
#footer ul#infoot li a{
	color: #fff; }
#footer ul#infoot li.copyr{
	clear: both;
	width: 100%;
	text-align: center; }
#footer .socialbtn{
	position: fixed;
	right: .5rem; bottom: 5rem;
	text-align: right;
}
#footer .socialbtn .fb-like{
	display: block;
	margin-bottom: .5rem;
}
@media screen and (min-width:768px) {
	#footer ul#infoot{
		width: 945px;
		padding: 12px 15px 0 15px; }
	#footer ul#infoot li{
		padding: 0 10px;
		border-right: 1px #fff solid;
		line-height: 1; }
	#footer ul#infoot li.copyr{
		float: right;
		border-right: none;
		margin-top: -1.2em;
		width: 40%;
		text-align: right; }
}
/*.....................................................................error..*/
h1#erttl{
	padding: 5px 25px;
	margin: 0 0 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 47px;
	background: url(../soft/images/erttl_bg.jpg) no-repeat;
	color: #fff; }
/*..................................................................................................second.css..........*/
#cLeft{
	width: 100%;
	margin: 0 0 2em 0; }
@media screen and (min-width:768px) {
	#cLeft{
		display: inline;
		width: 735px;
		margin: 15px 0 30px 0;
		float: left; }
}

.cont_box{
	clear: both;
	width: 100%;
	margin: 0.8em 0 0 0;
	line-height: 1.5;
	font-size: 12px;
	border: none; }
.cont_box h4{
	clear: both;
	margin: 0.8em 0 0 0.5em;
	padding: 0.2em;
	background: url(../soft/images/dotted.gif) repeat-x 0px bottom;
	position: relative; }
@media screen and (min-width:768px) {
	.cont_box{
		width: 735px;
		margin: 15px 0 50px 0; }
	.cont_box h4{
		margin: 10px 0 0 25px;
		padding: 3px; }
}
.tl{
	clear: both;
	margin: 2em 0 1em 0;
	padding: 0.8em 0.8em 0 1em;
	font-size: 1.3em;
	position: relative; }
.stl{
	clear: both;
	margin: 1em 0 0.2em 0;
	padding: 0.5em 0.8em 0.5em 1.2em;
	font-size: 1.1em;
	line-height: 1.6em;
	position: relative;
	background: url(../soft/images/stl_bg.gif) no-repeat; }
.stl img.prolg{
	width: 15%;
	position: absolute;
	top: 0px;
	right: 0px;
}
.sstl{
	padding: 0 0.5em 0 0.5em;
	background: none !important;
	font-size: 1.1em; }

@media screen and (min-width:768px) {
	.tl{
		margin: 30px 0 15px 0;
		padding: 5px 10px 0 0.7em;
		font-size: 1.7em;
		border-left: 8px #0c266d solid;}
	/*.tl:after{
		content: '';
		width: 1.2em; height: 1.2em;
		background: #0c266d;
		border-radius: 50%;
		position: absolute;
		top: 0.6em; left: 0px; }*/
	.stl{
		margin: 15px 0 5px 10px;
		padding: 0 10px 0 17px;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 36px; }
	.stl img.prolg{
		right: 0px;
		bottom: 0px;
	}
	.sstl{
		padding: 0 10px 0 17px;
		font-weight: bold; }
}
p.tx{
	padding: 0.5em 0.5em 1em 0.5em; }
ul.sup_btns{
	margin: 1em 0 1em 0; }
ul.sup_btns li{
	width: 95%;
	margin: 0 7px 10px 10px;
	padding: 0 0.5em 1.5em 0.5em;
	display: inline;
	float: left;
	text-align: center; 
	font-size: 0.9em; }
ul.sup_btns li img{
	margin: 0 0 7px 0; }
#sup_info{
	width: 100%;
	height: 80px;
	margin: 1em 0 10px 0;
	background: url(../soft/support/images/info_bg.png) no-repeat;
	background-size: 100%;
	position: relative; }
#sup_info img{
	width: 45%;
	position: absolute;
	top: 1.5em; right: 0.5em; }

@media screen and (min-width:768px) {
	p.tx{
		padding: 5px 15px 15px 27px; }
	ul.sup_btns{
		margin: 15px 0 15px 7px; }
	ul.sup_btns li{
		width: 215px;
		padding: 0 0 10px 0;
		text-align: left;  }
	#sup_info{
		width: 549px;
		height: 118px;
		margin: 0 0 10px 25px;
		background-size: auto; }
	#sup_info img{
		width: inherit;
		position: relative;
		margin: 45px 0 0 316px; }
}

/*.....製品ページリスト..*/
.listA,
.listB{
	margin: 5px 15px 15px 27px; }
.listA li{
	padding: 0 0 5px 15px;
	background: url(../soft/images/icon_list.gif) no-repeat 0px 2px; }
.listB li{
	padding: 0 0 5px 20px;
	background: url(../soft/images/icon_list2.gif) no-repeat 0px -2px;
	font-size: 1.2em; }
.listN{
	margin: 20px 15px 15px 42px; }
.listN li{
	padding: 0 0 5px 0;
	list-style: decimal; }
.wmeeting{
	margin: 5px 0 10px 0; }
.wmeeting2{
	margin: 5px 0 10px 15px; }
/*......................................................................soft index..........*/
h1#pttl{
	margin: 0 0 0 0;
	padding: 0.3em 0.5em;
	font-size: 1.2em;
	line-height: 2.5em;
	background: url(../soft/images/pagettl_bg.jpg) no-repeat;
	color: #fff; }
h1#pttl span{
	display: none; }

@media screen and (min-width:768px) {
	h1#pttl{
		padding: 5px 15px;
		font-size: 20px;
		line-height: 47px; }
	h1#pttl span{
		display: inline;
		padding: 0 0 0 30px;
		font-size: 0.7em;
		font-weight: normal; }
}
/*.......................................製品一覧....*/
#cLeft .con_box{/*..コンテンツbox..*/
	clear: both;
	width: 100%;
	margin: 13px 0 20px 0;
	line-height: 1.5;
	border: 1px #ccc solid; }
#cLeft .con_box h2{/*..見出し..*/
	padding-top: 4px;
	line-height: 30px;
	background: url(../soft/images/L_ttl.jpg) no-repeat;
	text-indent:25px;
	font-size: 18px; }
#cLeft .con_box h3{/*..小見出し..*/
	margin: 5px 5px 0 5px;
	padding: 5px 0 0 10px;
	background: none;
	border-bottom: 3px #ccc double;
	font-size: 16px;
	line-height: 22px; }
ul.products{
	padding: 0.3em 0.5em 1.8em 0.5em; }
ul.products li{
	padding: 0.3em 0 0.3em 0.5em;
	line-height: 1.5;
	position: relative; }
/*製品トップ一覧ページ*/
.tl.prods{
	padding: 10px 10px 0 0;
	font-size: 1.3em;
	border-top: none;
	border-left: none;
	border-radius: 0 0 0 0; }
.tl.prods.padtop{
	margin-top: 200px;
}
.tl.prods i{
	font-size: 1.5em;
	margin: 0 10px 0 5px;
	color: #263e80; }
ul.products.solutions:not(.contact){
	margin: 0 2% 0 3%;
	padding: 0 0 0 0;
	width: 95%;
	border-top: 1px #ccc dashed;
	border-left: 1px #ccc dashed; }
ul.products.solutions:not(.contact) li{
	margin: 0 0 0 0;
	padding: 0.8em;
	border-right: 1px #ccc dashed;
	border-bottom: 1px #ccc dashed;
	box-sizing: border-box; }
ul.products.solutions li:after{
	display: none; }

ul.products li:after {
	content: '';
	position: absolute;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #0c266d;
	top: 0.8em;	left: 0; }
ul.products li a{
	font-size: 14px;
	font-weight: bold; }
ul.products li a span{
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #333; }

@media screen and (min-width:768px) {
	#cLeft .con_box{/*..コンテンツbox..*/
		clear: both;
		width: 703px;
		margin: 15px 0 50px 0;
		line-height: 1.5;
		border: 1px #ccc solid; }
	#cLeft .con_box h2{/*..見出し..*/
		padding-top: 4px;
		line-height: 30px;
		background: url(../soft/images/L_ttl.jpg) no-repeat;
		text-indent:25px;
		font-size: 18px; }
	#cLeft .con_box h3{/*..小見出し..*/
		margin: 5px 5px 0 5px;
		padding: 5px 0 0 10px;
		background: none;
		border-bottom: 3px #ccc double;
		font-size: 16px;
		line-height: 22px; }
	ul.products{
		padding: 3px 21px 25px 20px; }
	ul.products li{
		padding: 4px 0 3px 20px;
		line-height: 1.5;
		position: relative; }
	/*製品トップ一覧ページ*/
	.tl.prods{
		padding: 60px 10px 0 0;
		margin-top: -40px;
		font-size: 1.3em;
		border-top: none;
		border-left: none;
		border-radius: 0 0 0 0; }
	.tl.prods i{
		font-size: 1.5em;
		margin-right: 10px;
		color: #263e80; }
	.tl.prods:after{
		display: none; }
	ul.products.solutions:not(.contact){
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		display:flex;
		flex-wrap: wrap;
		width: 100%; }
	ul.products.solutions:not(.contact) li{
		width: 50%;
		margin: 0 0 0 0;
		padding: 0.8em;
		display: flex-box;
		vertical-align: top;
		box-sizing: border-box; }
	ul.products.solutions li:after{
		display: none; }

}
/* contactページ用 */
ul.products.solutions.contact{
	display:flex;
	flex-wrap: wrap;
	text-align: center; }
ul.products.solutions.contact li{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	width: 100%;
	margin: 5px 0 15px 0;
	padding: 1em 0;
	border: 1px #ccc solid;
	border-top: 5px #263e80 solid;
}
/*ul.products.solutions.contact li:nth-child(2n-1){
	margin-right: 3%; }*/
ul.products.solutions.contact li .p-logo{
	width: 24%;
    align-self: center;
}
ul.products.solutions.contact li .p-logo img{
    max-width: 100%;
    max-height: 36px;
}
ul.products.solutions.contact li span.yomi{
	width: 25%;
    align-self: center;
}
ul.products.solutions.contact li a.frm,
ul.products.solutions.contact li a.dwl{
	display: block;
	width: 24%;
	padding: 1.1em 0;
    font-size: 1rem;
	color: #fff;
	text-align: center;
    align-self: center;
}
ul.products.solutions.contact li form{
	width: 24%;
}
ul.products.solutions.contact li input.frm,
ul.products.solutions.contact li input.dwl{
	display: block;
    width: 100%;
	padding: 1.1em 0;
    font-size: 1rem;
    font-weight: bold;
	color: #fff;
	text-align: center;
    align-self: center;
    border: none;
    cursor: pointer;
}
ul.products.solutions.contact li a.frm,
ul.products.solutions.contact li input.frm{
	background: #39F;
 }
ul.products.solutions.contact li a.dwl,
ul.products.solutions.contact li input.dwl{
	background: #ffc333;
}
	
ul.products li:after {
	content: '';
	position: absolute;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #0c266d;
	top: 10px;
	left: 10px; }
ul.products li a{
	font-size: 14px;
	font-weight: bold; }
ul.products li img{
	margin: 0.3em 0; }
ul.products li a span{
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #333; }
ul.products li a span.ic_blue{
	display: inline-block;
	margin: 0 4px; 
	background: #999;
	color: #fff;
	padding: 1px 5px;
	border-radius:3px; }
/*...............................................お問い合わせ box..*/
#inquiry{
	clear: both;
	width: 100%;
	margin: 0 0 2em 0;
	background: url(../soft/images/tel.gif) no-repeat 3em 3em;
	border: 1px solid #999;
	border-radius: 8px;
	text-align: center; }
#inquiry h3{
	font-size: 1.1em;
	line-height: 2;
	text-indent: 0.5em;
	background: #ececec;
	border-bottom: 1px solid #ccc;
	border-radius: 8px 8px 0 0; }
#inquiry h4{
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold; }
#inquiry_1{
	width: 100%;
	padding: 2em 10% 1em 10%;
	line-height: 1.3;
	float: left; }
#inquiry_1 h4{ }
#inquiry_1 .f-tel{
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.8;
	margin-left: 10px;
	color: #eb5f01; }
#inquiry_2{
	display: none; }
#inquiry_3{
	width: 90%;
	padding: 2em 5% 1em 5%;
	line-height: 1.4;
		float: left; }
#inquiry_3 a{
	display: block;
	width: 211px;
	height: 53px;
	margin: 0.5em auto; }

@media screen and (min-width:768px) {
	#inquiry{
		clear: both;
		width: 703px;
		margin: 0 0 100px 15px;
		background: url(../soft/images/tel.gif) no-repeat 50px 40px;
	text-align: left; }
	#inquiry h3{
		font-size: 1.3em;
		font-weight: bold;
		line-height: 2;
		text-indent: 10px; }
	#inquiry h4{
		margin-bottom: 13px; }
	#inquiry_1{
		width: 300px;
		padding: 25px 0 15px 50px; }
	#inquiry_1 h4{
	text-indent: 35px; }
	#inquiry_1 .f-tel{
		line-height: 1.6; }
	#inquiry_2{
		display: block;
		margin: 20px 0;
		padding-left: 40px;
		height: 120px;
		border-right: 1px solid #ccc;
		float: left; }
	#inquiry_3{
		width: 280px;
		padding: 25px 0 15px 50px; }
	#inquiry_3 a{
		margin: 5px 0; }
}
/*...............................................無料評価版ダウンロード..*/
.dlform{
	display: inline-block;
	float: right;
	width: 210px;
	padding: 2px 0 0 40px;
	color: #333;
	font-size: 1.25em;
	line-height: 38px;
	background: #feb401 url(../soft/images/dlform.png) no-repeat 5px;
	border-radius: 4px; }
.dlbtn{
	display: inline-block;
	float: right;
	width: 170px;
	padding: 2px 0 0 40px;
	color: #fff;
	font-size: 1.25em;
	line-height: 38px;
	background: #fe4801 url(../soft/images/dlbtn.png) no-repeat 5px;
	border-radius: 4px; }
/*...............................................個別セミナー申込..*/
.semibtn{
	display: inline-block;
	float: right;
	margin: 0 0 5px 10px;
	padding: 0 0 0 10px;
	border-left: 1px #d5d5d5 solid; }
.semiform{
	width: 210px;
	margin: 10px 0;
	padding: 2px 0 0 30px;
	color: #333;
	font-size: 1.25em;
	line-height: 38px;
	background: #73ace4 url(../soft/images/semiform.png) no-repeat 2px;
	border: none;
	border-radius: 4px;
	cursor: pointer; }
.semiform:hover{
	background-color: #c7dff7; }
/*.........................................................................soft products..........*/
#pan{/*..パンくずlist..*/
	display: none;}
@media screen and (min-width:768px) {
	#pan{
		display: block;
		margin: 2px 0;
		padding: 3px 0 0 0;
		font-size: 10px; }
}
#main{
	position: relative; }
#main img{
	margin: 0 0 3px 0; }
#main img.main_inner{
	position: absolute;
	top: 100px;
	right: 0px; }

#sub_navi{/*..ページ内navi..*/
	width: 100%; }
#sub_navi h2{
	padding: 0 0.5em 4px 0.5em;
	font-size: 1.3em;
	color: #0d256d; }
#sub_navi ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap; }
#sub_navi li{
	width: 50%;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
	text-indent: 0.7em;
	box-sizing: border-box; }
#sub_navi li a{
	/*width: 95%;*/
	display: block;
	padding: 1em 1% 0.8em 4%;
	background: #f5f5f5; }
#sub_navi li a.active{
	background: #263e80;
	color: #fff; }

@media screen and (min-width:768px) {
	#sub_navi{/*..ページ内navi..*/
		width: 735px;
		height: 102px;
		z-index: 55; }
	#sub_navi h2{
		padding: 0 10px 4px 10px; }
}

#sub_navi.prod ul{/*..製品一覧ページ内navi..*/ }
#sub_navi.prod li{
	text-indent: 0;
	background: #f5f5f5; }
#sub_navi.prod li a{
	padding: 0.5em 0.2em 0.5em 2.3em;
	text-align: left;
	line-height: 1.3;
	position: relative; }
#sub_navi.prod li i{
	position: absolute;
	left: 0.5em; top: 1em;
	font-size: 1.2em; }
#sub_navi.soft li a{ }
	
@media screen and (min-width:768px) {
	#sub_navi.prod ul{/*..製品一覧ページ内navi..*/
		padding: 6px 5px; }
	#sub_navi.prod li{
		width: 33%;
		margin: 0 2px 2px 0;
		font-size: 1.1em;
		border: none; }
	#sub_navi.prod li a{
		display: table-cell;
		width: 33%; height: 3.6em;
		padding: 0.5em 0.2em 0.5em 2.3em;
		text-align: left;
		vertical-align: middle;
		line-height: 1.3;
		position: relative; }
	#sub_navi.prod li a.active,
	#sub_navi.prod li a:hover{
		background: #263e80;
		color: #fff; }
	#sub_navi.soft li a{
		width: 308px; }
	
	#sub_navi ul{/*..単一製品ページ内navi..*/
		padding: 6px 0; }
	#sub_navi ul.fixed{
		width: 738px;
		position: fixed;
		top: 0;
		margin: 0 0 0 0 !important;
		padding: 0 0 !important;
		background: rgba(255,255,255,0.9);
		z-index: 999;
		-webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
		box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2); }
	#sub_navi li{
		width: 20%;
		font-size: 1.1em;
		border: 1px solid #d6d6d6; }
	#sub_navi li a{
		display: block;
		padding: 0.4em 0;
		background: #fafafa /*url(../soft/images/icon_tri_01.png) no-repeat 6px 8px*/;
		text-align: center; }
	#sub_navi li a.active,
	#sub_navi li a:hover{
		background: #666 url(../soft/images/icon_tri_00.png) no-repeat 130px 18px;
		color: #fff;
		text-decoration: none; }
	#sub_navi li.bn{ }
	#sub_navi li.bn a{
		display: block;
		position: relative; }
	#sub_navi li.bn a:hover{
		background: #263e80;
		color: #fff; }
	#sub_navi li.bn a:hover::after{
		content: '';
		position: absolute;
		top: 12px; left: 133px;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 6px solid #fff; }
}
.con_box{/*..コンテンツbox..*/
	clear: both;
	width: 540px;
	margin: 10px 0 20px 4px;
	line-height: 1.5; }
.con_box h3{/*..大見出し..*/
	line-height: 34px;
	background: url(../soft/images/L_ttl.jpg) no-repeat;
	text-indent:17px; }
.con_box h4{/*..小見出し..*/
	clear: both;
	margin: 10px 0 0 10px;
	padding: 3px;
	background: url(../soft/images/dotted.gif) repeat-x 0px bottom;
	font-size: 14px;
	position: relative; }
.blglist{/*..blog一覧ページ..*/
	width: 227px;
	margin: 0 18px 0 0;
	padding: 0 5px 5px 5px;
	float: left;
	border: 1px #d5d5d5 solid;
	border-radius: 5px; }
.blglist a{
	display: block;
	margin-bottom: 5px; }
.blglist a:hover{
	text-decoration: none; }
.blglist img{
	float: left;
	margin: 0 0 6px -5px;
	border-radius: 4px 4px 0 0; }
.blglist b{
	display: block;
	margin-bottom: 5px; }
.con_txt02{/*..全幅txt..*/
	clear: both;
	width: 675px;
	padding: 8px 0 8px 13px;
	line-height: 1.5; }
.con_txt02 .right{
	margin: 0 0 0 180px; }
.con_th{/*..半分サムネイル..*/
	float: right;
	margin: 8px 2px 0 0;
	padding-bottom: 20px; }
p.cloud{
	text-align: center;
	padding: 15px 0; }
.imCt{/*..大画像1枚..*/
	text-align: center;
	padding-bottom: 5px; }
.dl{/*..ダウンロード..*/
	padding: 0 0 0 35px;
	margin: 0 15px 15px 0;
	border: 2px #ccc solid;
	background: #ccc url(../soft/images/icon_dl.jpg) no-repeat 0 0;
	float: right; }
.dl a{
	display: block;
	padding: 5px 10px;
	font-size: 1.2em;
	font-weight: bold; }
a.try{
	margin: 0 0 15px 0;
	float: right;
	font-size: 0.8em; }
a.try:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80); }
table.spec{/*環境 仕様表...*/
	width: 80%;
	margin: 0 auto 15px auto;
	border: 1px solid #bcbcbc;
	border-bottom: none;
	line-height: 22px; }
table.spec th{
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #bcbcbc;
	background: #ccc;
	text-indent: 5px; }
table.spec th.item{
	width: 25%;
	border-right: 1px solid #999999;
	background: #e7e7e7;
	text-align: center;
	font-size: 11px;
	font-weight: normal; }
table.spec td{
	border-bottom: 1px solid #bcbcbc;
	padding-left: 3px; }
table.compare{/*比較表...*/
	width: 100%;
	margin: 0 auto 15px auto;
	border-top: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc; }
table.compare th,
table.compare td{
	padding: 5px 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #bcbcbc; }
table.compare th{
	color: #fff;
	font-weight: normal;
	background: #36C; }
table.compare td{
	text-align: center; }
table.compare td.item{
	background: #efefef; }
img.VAb{/*ライブデモイメージ*/
	vertical-align: middle;
	margin: 2px 0;
	padding: 0; }
a.demo{
	padding: 2px 0;
	background: url(../soft/images/play.gif) no-repeat 0px 2px; }
a.demo:hover{
	background: url(../soft/images/play_ro.gif) no-repeat 0px 2px; }
.Aldemo{
	width: 50%;
	cursor:pointer;
	padding: 0 0 0 27px;
	margin: 5px 0 5px 27px;
	color: #263e80;
	background: url(../soft/images/YouTube_play.gif) no-repeat;
	line-height: 20px; }
.Aldemo:hover{
	text-decoration: underline; }
/*技術資料*/
ul.doc{
	padding: 5px 15px 15px 27px; }
ul.doc li{
	padding: 0 0 3px 25px;
	background: url(../soft/images/pdf.jpg) no-repeat; }
a.pdflink{
	padding: 0 0 3px 25px;
	background: url(../soft/images/pdf.jpg) no-repeat 5px 0px; }
/*ERP2*/
span.erp_demo{
	display: block;
	width: 200px;
	float: left;
	margin: 0 20px 15px 0; }
.hidetl{
	font-weight: bold; }
.hidetx{
	display: block;
	padding: 0 0 5px 12px; }
/*cloudberry bottomlink*/
.cberrylink{
	width:360px;
	display:inline-block;
	margin:0 0 15px 5px;
	vertical-align: top; }
.cberrylink:nth-child(2n){
	margin:0 5px 15px 0; }
.cberrylink img{
	margin-bottom:5px; }
.cberrylink span{
	font-size: 1.2em; }
.cberrylink span:nth-child(2n){
	display: block;
	font-size: 0.8em;
	text-align: right; }
/*...............................................ページトップへ..*/
#totop{
	display: none; }
.totop{
	display: none;
}
@media screen and (min-width:768px) {
.totop{
	display: block;
	position: fixed;
	right: .5rem; bottom: 1rem; }
#totop a,
.totop a{
	display: block;
	float: right;
	padding: 8px 10px;
	font-size: 1.5em;
	color: #fff;
	background: #0a2c83;
	border-radius: 4px; }
}
/*..............................................................................company..........*/
.camp_box{/*..コンテンツbox..*/
	clear: both;
	width: 730px;
	margin: 13px 0 0 0;
	line-height: 1.5;
	font-size: 12px; }
.camp_box h2{/*..大見出し..*/
	padding-top: 4px;
	line-height: 30px;
	background: url(../soft/images/L_ttl.jpg) no-repeat;
	text-indent:25px;
	margin-bottom: 20px;
	font-size: 18px; }
.camp_box h3{/*..小見出し..*/
	margin: 0 0 10px 10px;
	padding: 5px 0;
	background: url(../soft/images/dotted.gif) repeat-x 0px bottom;
	color: #00376F;
	font-size: 14px;
	font-weight: bold; }
.pdfdl{/*..pdfダウンロード..*/
	float: right;
	margin-top: 0;
	font-size: 11px;
	vertical-align: middle;
	background: #F5F5F5; }
.pdfdl img{
	float: left;
	margin: 0 5px 0 0; }
.print{/*..このページを印刷する..*/
	float: right;
	margin: 3px 3px 3px 0;
	font-size: 11px;
	vertical-align: middle; }
.print img{
	float: left;
	margin: 0 5px 0 0; }
p#print_ttl{/*..印刷時用クライム..*/
	display: none; }
.companytbl{
	width: 95%;
	margin: 15px auto 30px auto;
	border: none; }
.companytbl th,
.companytbl td{
	padding: 3px 5px; }
.companytbl th{
	width: 17%;
	border-right: 6px solid #e5e5e5;
	font-weight: normal;
	text-align: left;
	vertical-align: top; }
.companytbl#outline th{
	text-align: right; }
.companytbl#outline th,
.companytbl#outline td{
	line-height: 2em; }
img.ptn{
	margin:0 10px 0 0;
	vertical-align: middle; }
a img#isms{
	float: left;
	margin:0 15px 10px 0;
	width: 150px;
	border: 1px #d5d5d5 solid; }
.harf{
	width: 40%;
	float: left;
	padding: 15px 0 15px 40px;
	background: #fff; }
p.one{
	width: 90%;
	padding: 0 10px 0 20px;
	background: #fff; }
.onebox{
	padding: 5px 25px 50px 25px; }
.cap{
	padding: 15px 25px 20px 25px; }
.pdf{
	display:inline-block;
	background: url(../soft/images/pdf.jpg) no-repeat left;
	text-indent:22px; }
#map{
	margin: 5px 0 15px 25px; }
/*.................................採用情報.....*/
h3.recruit{
clear: both;
margin: 15px;
padding: 7px 10px 4px 10px;
color: #00376F;
font-size: 1.2em;;
font-weight: bold;
border: 1px #dfdfdf solid;
border-bottom: 3px #3399FF solid;
 }
img.recruit{
clear: both;
float: left;
margin: 10px 0 0 35px; }
p.recruit{
padding: 10px 15px 25px 15px; }
p.recruit01{
padding: 10px 30px;
font-size: 14px;
font-weight: bold; }
p.recruit02{
	clear: both;
padding: 10px 30px; }
p.recruit02 img.Fl{
	width: 120px;
	margin: -5px 10px 10px 0; }
p.recruit02 .f-bd{
	display: inline-block;
	margin-bottom: 5px;
	font-size: 1.2em;
	border-bottom: #6699CC 1px dashed;
}
p.recruit03{
margin: 15px 30px 5px 30px;
font-size: 14px;
font-weight: bold;
border-bottom: 3px #6699CC double; }
a.btnlink{
	display: inline-block;
	margin: 1em 0;
	padding: 1em 1.8em 0.9em 1.8em;
	font-size: 1.3em;
	font-weight: bold;
	border: 1px #aaa solid;
	border-radius: 0.2em; }
/*...............................................右サイドナビゲーション..*/
#R_comparc{
	width: 225px;
	margin: 15px 0 10px 0;
	float: right; }
#R_comparc .ttl{
	display: block;
	width: 225px;
	height: 27px;
	text-align: left;
	text-indent: 8px;
	line-height: 27px;
	color: #fff;
	background: url(../company/images/R_comp_arc.gif) no-repeat; }
#R_comparc ul{
	padding: 0 0 10px 8px;
	text-align: left;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc; }
#R_comparc li{
	background: url(../soft/images/icon_tri_03.gif) no-repeat 1px 9px;
	text-indent: 12px;
	line-height: 2.2; }
#R_comparc .inn{
	background: none;
	text-indent: 30px; }
/*..............................................................................web solution..........*/
h1#websolution{
	padding: 5px 15px;
	margin: 0 0 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 31px;
	background: url(../websolution/images/ttl_bg.jpg) no-repeat; }
#cLeft .web_box{/*..コンテンツbox..*/
	clear: both;
	margin: 13px 0 0 0;
	line-height: 1.6;
	border: 1px #ccc solid; }
#cLeft .web_box a{
	color: #0164ac; }
#cLeft .web_box h2{/*..見出し..*/
	line-height: 34px;
	font-size: 16px;
	text-indent:22px;
	background: url(../websolution/images/L_ttl.gif) no-repeat; }
#cLeft .web_box h3{/*..小見出し..*/
	clear: both;
	margin: 25px 0 0 15px;
	color: #0164ac;
	font-size: 14px;
	border-bottom: 1px #ccc dotted; }
#cLeft .web_box h4{/*..事例見出し..*/
	margin: 5px 0 0 25px;
	color: #012060;
	font-size: 13px; }
	#cLeft .web_box p{
	padding: 8px 15px 15px 25px; }
#cLeft .web_box span{
	display: block;
	padding: 5px 10px;
	margin: 5px 0 0 10px;
	background: #ffffd9; }
/*..Right Navigation..*/
#R_comparc .ttlw{
	display: block;
	width: 220px;
	height: 27px;
	text-align: left;
	text-indent: 8px;
	line-height: 27px;
	color: #fff;
	background: url(../websolution/images/R_comp_arcw.gif) repeat-x; }
#R_comparc .innw{
	background: none;
	text-indent: 15px; }
/*............................................webお問い合わせ box..*/
#webinquiry{
	clear: both;
	width: 703px;
	margin: 0 0 100px 15px;
	background: url(../soft/images/tel.jpg) no-repeat 220px 45px;
	border: 1px solid #999; }
#webinquiry h5{
	font-size: 1.3em;
	font-weight: bold;
	line-height: 2;
	text-indent: 10px;
	background: #dff2fa;
	border-bottom: 1px solid #ccc; }
#webinquiry_1{
	width: 250px;
	padding: 25px 0 15px 50px;
	line-height: 1.3;
	float: left; }
#webinquiry h6{
	margin: 0 0 13px 0;
	font-size: 14px; }
#webinquiry_2{
	margin: 20px 0;
	padding-left: 40px;
	height: 120px;
	border-right: 1px solid #ccc;
	float: left; }
#webinquiry_3{
	width: 280px;
	padding: 20px 0 15px 40px;
	line-height: 1.4;
	float: left; }
#webinquiry_3 a{
	display: block;
	width: 189px;
	height: 25px;
	background: url(../soft/images/bt_form.gif) no-repeat;
	margin: 20px 0; }
/*..........................web 問い合わせフォーム..*/
#cLeft .web_box span.form_item{
	clear: both;
	width: 100px;
	float: left; }
#cLeft .web_box span.line input{
	width: 300px; }
#cLeft .web_box span.form_about{
	clear: left; }
#cLeft .web_box span.form_about textarea{
	width: 400px;
	margin: 0 0 5px 30px; }
#cLeft .web_box input.sub{
	margin: 5px 0 0 50px; }
#cLeft .web_box input.line{
	width: 250px; }
#cLeft .web_box span .L{
	clear: left;
	display: block;
	width: 200px;
	float: left; }
/*..............................................................................campaign solution..........*/
#cLeft .web_box img.ISO{
	margin: -50px 0 10px 10px;
	float: right; }
/*..............................................................................press & topics..........*/
p#pttl{
	padding: 5px 15px;
	margin: 0 0 0 0;
	font-size: 18px;
	line-height: 47px;
	background: url(../soft/images/pagettl_bg.jpg) no-repeat;
	color: #fff;
	font-weight: bold; }
.Aright{
	text-align: right; }
h1#pressttl{/*..記事タイトル..*/
	margin: 30px 5px 0 15px;
	padding: 0 0 10px 0;
	font-size: 16px;
	text-indent:0px;
	font-weight: bold;
	border-bottom: 3px #ccc solid; }
.press li{
	padding: 0 0 8px 0; }
.press li span{
	color: #003399; }
img.new{
	margin: 0;
	padding: 0;
	vertical-align: middle; }
.press li a{
	display: block; }
td{
	line-height: 1.7; }
img.nom{
	margin: 0 0 10px 0; }
p.Aright span.f-m{
	display: block;
	padding: 10px 15px 0 0; }
/*..............................................................................sitemap..........*/
form#search{
	margin: 15px 15px 15px 0; }
form#search input.text{
	width: 500px;
	height: 18px;
	padding: 5px;
	margin-right: 5px;
	border: 1px #ccc solid;
	border-radius: 3px; }
form#search input.submit{
	vertical-align: text-bottom; }
/*.......................................................................ソフト問い合わせフォーム..*/
span#key{
	padding: 5px 20px 0 0;
	float: right;
	font-size: 0.9em; }
span#key img{
	margin: 0 5px 3px 0;
	float: left;
	vertical-align: text-bottom; }
.listA li a.ic{
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 2px 5px;
	font-size: 0.9em;
	background: #36C;
	color: #fff;
	border-radius: 3px; }
.listA li a:hover.ic{
	background: #69C; }
.listA li .tel{
	margin: 0 10px 0 0;
	font-size: 1.8em;
	font-weight: bold; }
form label{
	width: 190px;
	float: left;
	cursor: pointer; }
#errMsg {
	color: red; }
form .category{
	clear: both;
	width: 136px;
	float: left;
	margin-bottom: 10px;
	padding-left: 24px; }
form .explan{
	margin: 0 15px 10px 160px;
	padding-left: 10px;
	border-left: 6px solid #e5e5e5; }
table#gmo{
	width: 80%;
	margin: 30px 0 0 50px;
	font-size: 0.9em; }
table#gmo .sign{
	width: 120px; }
table.contact{
	width: 95%;
	margin: 1em 0; }
table.contact th,
table.contact td{
	display: table-row-group; }
table.contact th{
	vertical-align: top;
	text-align: left; }
table.contact th span{
	display: inline-block;
	padding: 1px 3px;
	margin: 0 0 0 3px;
	font-weight: normal;
	font-size: 0.8em;
	background: #F63;
	color: #fff;
	border-radius: 3px; }
@media screen and (min-width:768px) {
	table.contact{
		width: 100%;
		margin: 15px 0 15px 10px; }
	table.contact th,
	table.contact td{
		display: table-cell;
		padding: 8px 10px; }
	table.contact th{
		width: 20%;
		text-align: right; }
	table.contact th span{ }
}
span.hissu{
	display: inline-block;
	padding: 1px 3px;
	margin: 0 3px 0 0;
	font-weight: normal;
	font-size: 0.8em;
	background: #F63;
	color: #fff;
	border-radius: 3px; }
table.contact td .att{
	display: block;
	padding: 0 0 10px 0;
	font-size: 0.9em;
	color: #666; }
table.contact input,
table.contact textarea{
	border: 1px #ccc solid;
	padding: 5px 5px;
	border-radius: 2px;
	margin: 0 0 5px 0; }
table.contact #submit{
	padding: 7px 24px;
	font-size: 1.4em;
	background: #ffcc00;
	cursor: pointer;
	border-radius: 2px;
	box-shadow: #ccc 1px 1px 2px 0px; }
@media screen and (min-width:768px) {
	table.contact td .att{
		display: inline;
		padding: 0 0 0 0; }
	table.contact #submit:hover{
		background: #ccc; }
	table.contact input,
	table.contact textarea{
		margin: 0 5px 5px 0; }
}
/*...........................................セミナー情報...*/
table.semiarc{
	width: 95%;
	margin: 8px auto 40px auto;
	border-top: 1px #dedede solid;
	border-left: 1px #ccc solid; }
table.semiarc th,
table.semiarc td{
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	font-size: 1.1em; }
table.semiarc th{
	padding: 3px 5px;
	background: #e5e9f2; }
table.semiarc td{
	padding: 8px 5px; }
table.semiarc .repo{
	padding:0 5px;
	background:#018413;
	border-radius:4px;
	color:#fff;
	font-size:0.8em;
	font-weight:normal; }
/*...........................................セミナー情報（詳細）...*/
img.semilg{
	width: 35%;
}
.btnbx{
}
.btnbx a{
	display: block;
	width: 80%;
	margin: 1rem auto;
	padding: 0.8rem;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	background: #fc610c;
	border-radius: 0.2rem;
}
.btnbx a:hover{
	background: #fd7a33;
}
.btnbx a span{
	font-size: 1rem;
}
@media screen and (min-width:768px) {
	.btnbx a{
		width: 50%;
	}
}
#semittl{/*..セミナータイトル..*/
	margin: 30px 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 1.5em;
	text-indent:0px;
	border-bottom: 3px #263e80 solid;
	background: none; }
#websemi{/*..webセミナー埋め込み部..*/
	background: url(/soft/webseminar/imgaes/maku.png) no-repeat;
	padding-bottom:40px; }
#websemi iframe{
	max-width: 100%; }
#websemi .att{
	/*padding: 40px 0 0 0;*/ }
#websemi h2{
	padding: 15px 0 35px 15px;
	color:#fff;
	font-size:1.3em; }
h3.present_tl{/*..webセミナープレゼントフォーム..*/
	background:url(/soft/webseminar/imgaes/prezent_tl.png) no-repeat;
	margin-bottom: 1rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 3rem 1rem;
	text-shadow: 0px 0px 3px #000;
}
h3.present_tl span{
	font-size: 1.2rem; }
p.semi_tx{
	padding: 20px 5px;
	font-size: 1.2em; }
p.semi_txs{
	padding: 5px 5px 5px 10px; }
a img.atbtn{
	margin: 0 0 15px 0; }
p.semipho{
	width: 320px;
	float: left;
	margin: 0 0 20px 13px;
	padding: 0 0 0 0;
	text-align: center; }
p.semipho img{
	margin: 0 0 6px 0; }
img.person{
	float: left;
	margin: 0 6px 6px 0; }
table.semi_outline,
table.semi_timetable{
	width: 100%;
	margin: 30px auto 15px auto;
	font-size:1.1em;
	/*border: 1px #dedede solid;*/ }
table.semi_outline th,
table.semi_outline td,
table.semi_timetable th,
table.semi_timetable td{
	padding: 8px 8px;
	border-bottom: 1px #ccc dotted;
	font-size: 1.1em; }
table.semi_outline th.tbtl,
table.semi_timetable th.tbtl{
	width: 100%;
	padding: 8px 8px 8px 10px;
	text-align: left;
	vertical-align: top;
	border-right: none;
	border-radius: 5px 5px 0 0;
	background: #0c266d;
	font-weight: normal;
	color: #fff;
	font-size: 1.2em; }
table.semi_outline th{
	width: 15%;
	text-align: right;
	vertical-align: top;
	border-right: 4px #ccc solid; }
table.semi_timetable th{
	width: 15%;
	text-align: center;
	vertical-align: top;
	border-right: 4px #ccc solid;
	font-weight: normal; }
table.semi_timetable td.btw{
	padding: 1px 0;
	font-size: 0.9em;
	text-align: center;
	background: #f3f3f3; }
table.semi_timetable span{
	font-size: 1.2em;
	font-weight: bold; }
.addGC{
	display: inline-block;
	margin: 0 0 0 1em;
	font-size: 0.8em; }
.addGC img{
	vertical-align: middle; }
.addOC{
	display: inline-block;
	margin: 0 0 0 1em;
	font-size: 0.8em; }
.addOC a{
	display: inline-block;
	padding: 0.2rem 1rem 0.1rem;
	background: #2F6CE7;
	color: #fff; }

.semitl{
	margin-bottom: 8px;
	padding: 2px 0 1px 5px;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px #c2cce5 solid;
	background: #f1f1f1;}
.pername span{
	font-size: 1.1em;
	font-weight: bold; }
.prof{
	padding: 5px 0 10px 15px;
	font-size: 0.8em;
	font-weight: normal; }
#semiform{
	padding: 0 0 5px 0;
	border: 2px #ccc solid;
	border-radius: 5px; }
#semiform .stl{
	width: 100%;
	margin: 0 0 0 0;
	padding: 5px 0 3px 10px;
	background: #0c266d;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	border-radius: 3px 3px 0 0; }
.formprecautions{
	width: 95%;
	/*max-height: 130px;*/
	overflow: auto;
	margin: 2px 2.5% 0 2.5%;
	padding: 8px;
	background: #dbeaeb;
	border: 1px #d5d5d5 solid; }
@media screen and (min-width:768px) {
	.formprecautions{
		margin: 2px auto 0 auto; }
}
#acceptcheck{
	margin: 15px 0;
	padding: 15px 0 30px 0;
	text-align: center;
	border-bottom: 1px #d5d5d5 dotted; }
#acceptcheck label{
	width: 190px;
	margin: 0 7px;
	padding: 5px;
	float: none;
	cursor: pointer;
	font-size: 1.2em;
	border: 1px #d5d5d5 solid; }
table.semi_timetable tr.me{
	background: #dbeaeb; }
/*...............................アンケートフォーム..*/
#enquete label{
	width: 160px; }
.question{
	margin-bottom: 5px;
	padding-top: 15px;
	font-size: 1.2em;
	font-weight: bold;
	border-top: 1px #d5d5d5 dotted; }
.question span{
	display: inline-block;
	padding: 1px 3px;
	margin: 0 3px;
	font-weight: normal;
	font-size: 0.7em;
	background: #F63;
	color: #fff;
	border-radius: 3px; }
/*...........................................メルマガ....*/
.mlshow{
	cursor: pointer; }
#mlsample{
	margin: 10px 10px 10px 40px;
	padding: 15px 15px 15px 15px;
	border: 1px #ccc solid;
	overflow: hidden;
	display: none; }
#mlsample .mlshow{
	display: block;
	padding: 5px;
	float: right;
	background: #999;
	color: #fff; }
#mlform{
	margin: 1em; }
#mlform th,
#mlform td{
	padding: 3px 5px;
	display: table-row-group; }
#mlform td input{
	margin: 0.5em;
	padding: 0.2em 0.5em; }
#mlform td input[type="submit"]{
	padding: 0.7em 2.5em;
	font-size: 1.2em;
	letter-spacing: 2px; }
@media screen and (min-width:768px) {
	#mlform{
		margin: 10px 10px 50px 40px; }
	#mlform th,
	#mlform td{
		padding: 3px 5px;
		display: table-cell; }
}
/*............................................................................... text ........*/
.f-lbd{
	font-size: 13px;
	font-weight: bold; }
.f-bd{
	font-weight: bold; }
.f-m{
	font-size: 11px; }
.f-s{
	font-size: 10px;
	font-weight: normal; }
.f-blB{
	color: #012060;
	font-size: 12px;
	font-weight: bold; }
.f-bl{
	color: #0033CC; }
.f-tel{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4; }
.err{
	color: #F00;
	font-weight: bold; }
/*.......................................social button.....*/
#social2{
	padding: 5px;
	position: absolute;
	top: 140px;
	right: 240px;
	text-align: left; }
#social2 .fb-like{
	width: 77px;
	overflow: hidden;
	margin-right: 5px;
	vertical-align: text-bottom; }
#social2 .twitter-share-button{
	width: 95px !important;
	margin-right: 5px;
	overflow: hidden; }
#social2 iframe{
	vertical-align: text-bottom; }

@media print{
	#social2{
		display: none; }
}

