@charset "utf-8";
/* CSS Document */
div.servicebox {
}
	div.servicebox div.center {
		width:90%;
		min-height: 42vw;
		margin: 0px auto;
		padding-top: 13.33vw;
		background: url(../images/index/cloud.png) no-repeat;
		background-size: 73.33vw auto;
		background-position: right top;
	}
		div.servicebox div.center h3 {
			font-size: 4.8vw;
			line-height: 7vw;
			letter-spacing: 1px;
		}
			div.servicebox div.center h3 span {
				display: block;
				font-size: 4.8vw;
				line-height: 7vw;
				letter-spacing: 1px;
			}
		div.servicebox div.center p {
			font-size: 14px;
			line-height: 20px;
			margin: 10px auto 0 auto;
			letter-spacing: 1px;
		}
		div.servicebox div.center a {
			display: block;
			width:180px;
			height:40px;
			box-shadow: 3px 3px 15px -5px #777777;
			border-radius: 30px;
			line-height: 40px;
			text-align: center;
			text-decoration: none;
			font-size: 12px;
			font-weight: bold;
			color: #D8BBA2;
			background: #fff;
			margin-top: 25px;
		}
		div.servicebox div.center div.box01 {
			padding-bottom: 30px;
			background: url(../images/index/img02_1.png) no-repeat;
			background-size: auto 80px;
			background-position: right bottom;
		}
		div.servicebox div.center div.box02 {
			padding-bottom: 50px;
			background: url(../images/index/img02_2.png) no-repeat;
			background-size: auto 80px;
			background-position: right 30px bottom;
		}
		div.servicebox div.center div.box03 {
			padding-bottom: 30px;
			background: url(../images/index/img02_3.png) no-repeat, url(../images/servicelist/service02_3.png) no-repeat;
			background-size: auto 70px, auto 25px;
			background-position: right 60px bottom 10px, right bottom;	
		}
		div.servicebox div.center div.box04 {
			padding-bottom: 30px;
			background: url(../images/index/img04_01.png) no-repeat;
			background-size: auto 80px;
			background-position: right bottom;
			margin: 0px auto 0 auto;
		}
		div.servicebox div.center div.box05 {
			padding-bottom: 50px;
			background: url(../images/index/img04_02.png) no-repeat;
			background-size: auto 80px;
			background-position: right 30px bottom;
			margin: 0 auto;
		}