@charset "utf-8";
/* CSS Document */
div.servicebox {
	width:100%;
	background: url(../images/cmn/dot03.png) no-repeat, url(../images/cmn/dot04.png) no-repeat;
	background-position: center top, center top 540px;
	padding:120px 0 0px 0;
}
	div.servicebox div.center {
		width:1000px;
		height:1600px;
		margin: 0px auto 0 auto;
		box-sizing: border-box;
		background: url(../images/servicelist/img02_1.png) no-repeat,
			url(../images/servicelist/img02_2.png) no-repeat,
			url(../images/servicelist/img02_3.png) no-repeat,
			url(../images/servicelist/service02_3.png) no-repeat,
			url(../images/servicelist/img04_01.png) no-repeat,
			url(../images/servicelist/img04_02.png) no-repeat;
		background-size: auto auto, auto auto, 105px auto, 120px auto, auto auto, auto auto;
		background-position: right top 45px, 
			left 70px top 320px, 
			left 725px top 1400px, 
			right top 1500px, 
			left 400px top 780px, 
			left 100px top 900px;
		position: relative;
	}
		div.servicebox div.center h3 {
			font-size: 34px;
			line-height: 50px;
			letter-spacing: 2px;
		}
			div.servicebox div.center h3 span {
				display: block;
				font-size: 26px;
				letter-spacing: 2px;
			}
		div.servicebox div.center p {
			font-size: 16px;
			line-height: 25px;
			margin: 20px auto 0 auto;
			letter-spacing: 1px;
		}
			div.servicebox div.center p span { display: block;}
		div.servicebox div.center a {
			display: block;
			width:220px;
			height:40px;
			box-shadow: 3px 3px 15px -5px #777777;
			border-radius: 30px;
			line-height: 40px;
			text-align: center;
			text-decoration: none;
			font-size: 14px;
			font-weight: bold;
			color: #D8BBA2;
			background: #fff;
			margin-top: 25px;
		}
		div.servicebox div.center div.croudbox {
			width:549px;
			height:305px;
			background: url(../images/index/cloud2.png) no-repeat;
			position: absolute;
			right:-180px;
			top:970px;
		}
		div.servicebox div.center div.box01 {
			width:970px;
			height:320px;
			box-sizing: border-box;
			padding-left: 225px;
			padding-top: 20px;
			position: absolute;
			left:-225px;
			top:0;
			background: url(../images/index/cloud2.png) no-repeat;
			background-position: left top;
		}
		div.servicebox div.center div.box02 {
			width:610px;
			position: absolute;
			right:0px;
			top:240px;
		}
		div.servicebox div.center div.box03 {
			width:610px;
			position: absolute;
			left:0px;
			top:535px;
		}
		div.servicebox div.center div.box04 {
			width:850px;
			height:320px;
			box-sizing: border-box;
			padding-left: 225px;
			padding-top: 20px;
			position: absolute;
			right:0;
			top:930px;
			text-align: right;
		}
			div.servicebox div.center div.box04 a { margin: 25px 0 0 auto;}
		div.servicebox div.center div.box05 {
			width:610px;
			position: absolute;
			left:0px;
			top:1120px;
		}
