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

body {
	font-family:ProximaNovaRegular,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Arial,Helvetica,Verdana,sans-serif !important;
	background: #fff;
	font-size:14px;
	line-height:1.6;
	color:#333;
}
a {
	color:#1976D2;
	text-decoration:none;
}
a:hover {
	color:#90caf9;
	text-decoration:underline;
}
strong {
	color:#006699;
	font-weight:bold;
}

#header {
	background:#fff;
	position: relative;
	width: 950px;
	height:85px;
	margin:0 auto;
}
h1{
/*	display:block;
	position:absolute;
	top:29px;
	left:0;*/
}
#header .inquiry{
	position:absolute;
	top:0;
	right:0;
}
#header .gnavi{
	position:absolute;
	top:58px;
	right:0;
}
#header .gnavi li{
	float:left;
	margin-left:45px;
}

#main {
}

#footer {
	box-sizing:border-box;
	background:#333;
	padding:5px 0;
}
#footer >div {
	width:950px;
	margin:0 auto;
	display:table;
}
#footer .copyright{
	display:table-cell;
	font-size:10px;
	color:#ccc;
	text-align:right;
}
#footer .copyright span{
}
#footer .link a{
	display:table-cell;
	font-size:10px;
	color:#fff;
}

h1 {
/*	text-align:center;
	margin-top:30px;
	margin-bottom:20px;*/
}
h1.message {
	background:#eee;
	margin:0;
	text-align:center;
}
h2 {
	text-align:center;
	margin-top:30px;
	margin-bottom:20px;
}
a.pagetop {
	display:block;
	width:950px;
	margin:5px auto 0;
	text-align:right;
	font-size:11px;
}
a.pagetop span {
	display:inline-block;
	background:url(../img/dnavi/ico_arrow.png) right 6px no-repeat;
	padding-right:15px;
}
div.explain {
	text-align:center;
	margin-bottom:1.5em;
}
div.image {
	text-align:center;
	padding-bottom:20px;
}
.pdB40 {
	padding-bottom:40px;
}


/*業務フローの課題*/
.issue {
	background:#ddd;
	padding:17px 0 20px;

}
.issue > div {
	width:933px;
	margin:0 auto;
	padding-left:17px;
}
.issue > div > div {
	float:left;
	width:440px;
}
.issue > div > div:first-child {
	margin-right:35px;
}
.issue h3 {
	margin-left:18px;
}
.issue dl {
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	background:#fff;
	padding:1.5em 1.5em 0;
	height:360px;
}
.issue dt {
	background:url(../img/dnavi/ico_check.png) left top no-repeat;
	font-size:16px;
	font-weight:bold;
	padding-left:1.8em;
	margin-top:1em;
}
.issue dt:first-child {
	margin-top:0;
}

.issue dd {
	font-size:12px;
	padding-left:3.5em;
}

/*ご利用イメージ*/
.benefit {
	width:928px;
	margin:0 auto;
}
.benefit li {
	width:464px;
	float:left;
}
.benefit li.fin {
	width:928px;
}

/*活用例*/
.case {
	background:#ddd;
	padding:2em 0;
	margin-bottom:2em;
}

.case dl {
	width:810px;
	min-height:105px;
	margin:1em auto;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	background-color:#fff;
	padding:10px 15px 10px 90px;
}
.case dl:first-child {
	margin:0 auto;
}
.case dl.case01 {
	background-image:url(../img/dnavi/bg_case01.png);
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
}
.case dl.case02 {
	background-image:url(../img/dnavi/bg_case02.png);
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
}
.case dl.case03 {
	background-image:url(../img/dnavi/bg_case03.png);
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
}
.case dl.case04 {
	background-image:url(../img/dnavi/bg_case04.png);
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
}
.case dt {
	width:600px;
	display:block;
	margin:5px 0 13px;
}
.case dd {
	width:600px;
	font-size:13px;
	line-height:1.4;
}
.case dd.img {
	width:170px;
	position:absolute;
	top:10px;
	right:1.5em;
}

/*div.inquiry_box {
	text-align:center;
	margin:30px 0;
}*/
.inquiry_box {
	box-sizing:border-box;
	background-image:url(../img/cc/bnr_inquiry.png);
	background-position:center 40px;
	background-repeat:no-repeat;
/*	background-color:#eee;*/
	width:100%;
	height:300px;
	padding:0;
	text-align:center;
	margin-top:0;
}
.inquiry_box img {
	margin-top:80px;
}
.inquiry_box img:hover {
	opacity:0.8;
}




