/* General options */
.printing_factory html{
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.printing_factory body{
	margin: 0;
	color: #424242;
	background-color: #fff;
	font: 400 18px/22px 'Open Sans', sans-serif;
}
.printing_factory img{ border-style: none; }
.printing_factory p {margin: 0;}
.printing_factory a{
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.printing_factory a:hover{
	color: #555;
	text-decoration: none;
}
.printing_factory input,
.printing_factory textarea,
.printing_factory select{
	color: #ccc;
	vertical-align: middle;
	font: 100% 'Open Sans', sans-serif;
}
.printing_factory button,
.printing_factory input[type="button"],
.printing_factory input[type="reset"],
.printing_factory input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	transition: all ease .3s;
}
.printing_factory button::-moz-focus-inner,
.printing_factory input[type="reset"]::-moz-focus-inner,
.printing_factory input[type="button"]::-moz-focus-inner,
.printing_factory input[type="submit"]::-moz-focus-inner{
	border: none;
	padding: 0;
}
.form-control{
	-webkit-appearance: none;
}
.printing_factory form,fieldset{
	margin: 0;
	padding: 0;
	border-style: none;
}
.printing_factory blockquote,
.printing_factory q{quotes: none;}
.printing_factory q:before,
.printing_factory q:after {content: '';}

::-moz-placeholder,
:-moz-placeholder{opacity: 1;}
::-moz-placeholder{color: #333;}
:-ms-input-placeholder{color: #333;}
::-webkit-input-placeholder{color: #333;}

.printing_factory a:focus,
.printing_factory button:focus,
.printing_factory input:focus,
.printing_factory textarea:focus,
.printing_factory select:focus{outline: none;}
.printing_factory input[type="search"] {
	-webkit-appearance: textfield;
}
.printing_factory *,
.printing_factory *:before,
.printing_factory *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.printing_factory #wrapper{
	overflow: hidden;
	position: relative;
}
.printing_factory .container{
	padding: 0 10px;
	max-width: 990px;
	margin: 0 auto;
}
.printing_factory .container:after{
	content: '';
	clear: both;
	display: block;
}
.printing_factory h1{
	font-size: 48px;
	line-height: 52px;
	font-weight: 700;
	color: #333;
	text-align: center;
	margin: 0;
}
.printing_factory h2{
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	color: #333;
	text-align: center;
	margin: 0 0 20px;
}





section .title-common{
	width: 100%;
	height: 70px;
	box-sizing: border-box;
	margin-bottom: 40px;
	padding: 20px 0;
	background-color: #ed002d;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
section .title-common h2{
	margin: 0;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
}
section p{
	font-size: 16px;
	line-height: 26px;
	color: #000;
	overflow: hidden;
}
.section1{
	margin-bottom: 40px;
}
.section1 p{
	margin-bottom: 37px;
}
.section1 .width81p{
	width: 81%;
}
.section2{
	margin-bottom: 40px;
}
.section2 p{
	margin-bottom: 37px;
}
.section3{
	margin-bottom: 40px;
}
.section3 p{
	margin-bottom: 37px;
}
.section4{
	margin-bottom: 40px;
}
.section4 p{
	margin-bottom: 37px;
}



.visual-top{
	margin-bottom: 30px;
	overflow: hidden;
}
.visual-top .col-r{
	float: right;
}
.visual-top{
	border: 1px solid #d6d6d6;
}
.printing_factory .col-r img{
	display: block;
	height: 100%;
	max-width: 456px;
	width: 100%;
}
.visual-top .col-l{
	overflow: hidden;
}
.visual-top .message{
	margin: 40px auto;
	padding: 17px;
	font-weight: bold;
	position: relative;
	width: 280px;
	background-color: #d61518;
	background-image: url(../img/printing_factory/eyes.png);
	background-repeat: no-repeat;
	background-position: 90% 70%;
}
.visual-top .message p{
	white-space: nowrap;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
}
.visual-top .message:after{
	content: '';
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 14px solid #d61518;
	border-bottom: 0;
	position: absolute;
	bottom: -14px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 9;
}
.visual-top .message span{
	display: block;
	font-size: 40px;
	line-height: 54px;
}
.col-l p{
	font-size: 18px;
	line-height: 22px;
}
.col-l .text{
	padding: 0 15px;
}
.blue-block{
	float: right;
	min-width: 135px;
	height: 200px;
	margin-top: -5px;

}
.blue-block img{
	display: block;
	width: 100%;
	height: 100%;
}
.blue-block-l{
	float: left;
	min-width: 240px;
	height: 240px;
}
.blue-block-l img{
	display: block;
	width: 100%;
	height: 100%;
}
.img-msg{
	overflow: hidden;
	margin-bottom: 30px;
}
.msg-1{
	position: relative;
	float: right;
	padding: 30px;
	max-width: 400px;
	background-color: #FFEF98;
	border: 2px solid #FFB82F;
	border-radius: 10px;
}
.msg-1 p, .msg-2 p{
	margin: 0;
}
.msg-1:after{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 94px;
	right: 447px;
	border-top: 20px solid #ffef98;
	border-left: 30px solid transparent;
	overflow: hidden;
	transform: rotate(-50deg);
	z-index: 2;
}
.msg-1:before{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 94px;
	right: 446px;
	border-top: 26px solid #FFB82F;
	border-left: 34px solid transparent;
	overflow: hidden;
	transform: rotate(-50deg);
	z-index: -1;
}
.msg-2{
	position: relative;
	padding: 30px;
	max-width: 380px;
	background-color: #FFEF98;
	border: 2px solid #FFB82F;
	border-radius: 10px;
}
.msg-2:after{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 102px;
	right: -26px;
	border-bottom: 20px solid #ffef98;
	border-right: 30px solid transparent;
	overflow: hidden;
	transform: rotate(10deg);
	z-index: 2;
}
.msg-2:before{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 101px;
	right: -32px;
	border-bottom: 24px solid #FFB82F;
	border-right: 34px solid transparent;
	overflow: hidden;
	transform: rotate(10deg);
	z-index: -1;
}
.msg-l p{
	font-size: 18px;
	line-height: 26px;
}
.msg-mrg{
	margin-bottom: 100px;
}
.msg-mrg p{
	margin: 0;
}
.button strong{
	line-height: 34px;
}