@charset "UTF-8";
/*
########################################################
  .align
########################################################
*/

.alignC {
	text-align:center !important;
}
.alignL {
	text-align:left !important;
}
.alignR {
	text-align:right !important;
}
.valignM {
	vertical-align:middle !important;
}
.valignT {
	vertical-align:top !important;
}
.valignB {
	vertical-align:bottom !important;
}
/*
########################################################
  .float
########################################################
*/

.floatR{
	float:right;
}

.floatL{
	float:left;
}

.floatN{
	float:none;
}

.clearR{
	clear:right;
}

.clearL{
	clear:left;
}

.clear{
	clear:both;
}

.clearfix:after {   
	content: "";
	display: block;
	clear: both;
}

.clearfix{
	zoom: 100%; 
}
/*
########################################################
  Content
########################################################
*/
.line .clearfix{
	margin-top:10px !important;
}
.line .thinking{
	width:70px;
	margin-left:30px !important;
	float:left;
}
.line .comment1{
	width:650px;
	float:left;
	color:#000;
}
.line .comment1 div {
	float:left;
	position: relative;
	width: 250px;
	min-width: 115px;
	line-height: 20px;
	margin:0 0 7px 20px !important;
	padding:15px 5px !important;
	border-radius: 5px;
	text-align: center;
	background: #a3d6ce;
	z-index: 0;
}
.line .comment1 div:after {
	content: "";
	position: absolute;
	top: 50%; left: -8px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #a3d6ce transparent transparent;
}
.line .comment2{
	width:600px;
	float:left;
	color:#000;
}
.line .comment2 div {
	float:left;
	position: relative;
	width: 250px;
	min-width: 115px;
	line-height: 20px;
	margin:0 0 7px 20px !important;
	padding:15px 5px !important;
	border-radius: 5px;
	text-align: center;
	background: #c3dca7;
	z-index: 0;
}
.line .comment2 div:after {
	content: "";
	position: absolute;
	top: 50%; left: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #c3dca7 transparent transparent;
}
.line .digital_workflow_pic003{
	margin:11px 0 0 5px !important;
}
.line .digital_workflow_pic003 div{
	background:url(../img/digital_workflow_pic003.png) no-repeat;
	background-size:contain;
	width:748px;
	height:163px;
	text-indent:-9999px;
}
.line .digital_workflow_pic004{
	margin:11px 0 0 15px !important;
}
.line .digital_workflow_pic004 div{
	background:url(../img/digital_workflow_pic004.png) no-repeat;
	background-size:contain;
	width:557px;
	height:150px;
	text-indent:-9999px;
}
.line .digital_workflow_pic005{
	width:766px;
	margin:11px auto !important;
}
.line .digital_workflow_pic005 div{
	background:url(../img/digital_workflow_pic005.png) no-repeat;
	background-size:contain;
	width:766px;
	height:185px;
	text-indent:-9999px;
}
@media only screen and (max-width: 599px){
	.line .thinking{
		width:40px;
		margin-left:5px !important;
	}
	.line .comment1,
	.line .comment2{
		width:220px;
	}
	.line .comment1 div,
	.line .comment2 div{
		width: 230px;
		min-width: 115px;
		margin:0 0 7px 10px !important;
		padding:5px 5px !important;
	}
	.line .digital_workflow_pic003{
		width:243px;
		margin:11px auto !important;
	}
	.line .digital_workflow_pic003 div{
		background:url(../img/digital_workflow_pic003m.png) no-repeat;
		background-size:contain;
		width:243px;
		height:750px;
		text-indent:-9999px;
	}
	.line .digital_workflow_pic004{
		width:257px;
		margin:11px auto !important;
	}
	.line .digital_workflow_pic004 div{
		background:url(../img/digital_workflow_pic004m.png) no-repeat;
		background-size:contain;
		width:257px;
		height:438px;
		text-indent:-9999px;
	}
	.line .digital_workflow_pic005{
		width:280px;
		margin:11px auto !important;
	}
	.line .digital_workflow_pic005 div{
		background:url(../img/digital_workflow_pic005m.png) no-repeat;
		background-size:contain;
		width:280px;
		height:627px;
		text-indent:-9999px;
	}
}