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


@media screen and (min-width:768px){
/*----------------------------------------------------------------------

PC Style

----------------------------------------------------------------------*/

/*  トップイメージ */

#top_img .main_view {
	background: url(../../service/images/top_img.jpg) no-repeat;
}

main #content .sub {
	background: url(../../service/images/top_img_sub.png) no-repeat;
	width:45px;
	height:288px;
	position:absolute;
	top:-127px;
	left:0;
}


/**********************************************************/
/*  メインエリア */
/**********************************************************/

.left95 {
	margin-bottom:75px;
}

ul.service_list {
}

ul.service_list li {
	background:#FFF;
	width:365px;
	float:left;
	margin-right:2px;
}
ul.service_list li:nth-child(3n) {
	margin-right:0;
}

ul.service_list li.mt50 {
	margin-top:50px;
}
ul.service_list li.mt100 {
	margin-top:100px;
}
ul.service_list li.mtm50 {
	margin-top:-50px;
}

ul.service_list li img {
	width:365px;
	height:300px;
}

ul.service_list li dl {
	width:305px;
	padding:30px;
}

ul.service_list li dt {
	color:#444;
	font-size:24px;
	letter-spacing:2px;
	margin-bottom:20px;
	line-height:1.3;
}

ul.service_list li dd {
	margin-bottom:10px;
}

ul.service_list li dd p {
	margin-bottom:10px;
}

ul.linkto_owner {
	margin:50px auto 0;
}

ul.linkto_owner li {
	width:550px;
	height:170px;
	float:left;
	position:relative;
}

ul.linkto_owner li.shop {
	background:url(../../service/images/linkto_owner_01.png);
}
ul.linkto_owner li.builders {
	background:url(../../service/images/linkto_owner_02.png);
}

ul.linkto_owner li a {
	width:550px;
	height:170px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	position:absolute;
	top:0;
	left:0;
}

ul.linkto_owner li:hover {
	opacity:0.8;
	transition:0.3s;
}

ul.linkto_owner li dl {
	width:280px;
	height:120px;
	color:#FFF;
	position:absolute;
	left:33px;
	top:33px;
}

ul.linkto_owner li dl dt {
	font-size:21px;
	font-weight:500;
	margin-bottom:5px;
	letter-spacing:5px;
}

ul.linkto_owner li dl dd {
	font-size:15px;
	font-weight:1.5;
}

.cm {
	background:rgba(255,255,255,0.9);
	width:670px;
	float:right;
	padding:40px 50px 90px 50px;
	margin-top:150px;
	margin-bottom:40px;
	position:relative;
	line-height:1.6;
}

.cm img {
	position:absolute;
	top:-70px;
	left:-370px;
	z-index:-1;
}

.cm p {
	margin-bottom:20px;
}

.flow {
	background:#FFF;
	width:1000px;
	padding:40px 50px 60px 50px;
	clear:both;
	position:relative;
}

.flow ul {
	width:635px;
	margin-bottom:20px;
}

.flow ul li {
	background:url(../images/bg_violet.jpg) ;
	width:595px;
	height:40px;
	color:#FFF;
	font-size:18px;
	font-weight:300;
	line-height:40px;
	border-radius:5px;
	padding-left:40px;
	margin-bottom:10px;
}

.flow p {
	width:635px;
	margin-bottom:30px;
}

.flow a {
	background:url(../images/linkto.png) no-repeat right 10px center;
	border: solid 3px #666;
	padding:15px 50px 15px 40px;
	display:inline-block;
}
.flow a:hover {
	opacity:0.7;
	transition:0.3s;
}

.flow .img01{
	position:absolute;
	top:-100px;
	right:-25px;
}
.flow .img02{
	position:absolute;
	top:290px;
	right:45px;
}
.flow .img03{
	position:absolute;
	top:620px;
	right:75px;
}


}



@media screen and (max-width:767px){
/*----------------------------------------------------------------------

SP Style

----------------------------------------------------------------------*/

#top_img {
	background: url(../../about/images/top_img_sp.png) no-repeat;
	background-size:contain;
}

main {
	width:90%;
	margin:0 auto 10px;
}

.left95 {
	margin-bottom:30px;
}

ul.service_list {
	width:100%;
}

ul.service_list li {
	background:#FFF;
	width:100%;
	margin-bottom:20px;
}

ul.service_list li dl {
	width:90%;
	padding:5%;
	padding-bottom:10px;
}

ul.service_list li dt {
	color:#444;
	font-size:18px;
	font-weight:500;
	margin-bottom:10px;
	line-height:1.3;
}

ul.service_list li dd {
	margin-bottom:10px;
}

ul.service_list li dd p {
	margin-bottom:10px;
}

ul.linkto_owner {
	margin:20px auto 0;
}

ul.linkto_owner li {
	width:100%;
	margin-bottom:10px;
	width:90%;
	padding:10px 5% 15px;
}

ul.linkto_owner li.shop {
	background: url(../images/bg_violet.jpg);
}
ul.linkto_owner li.builders {
	background: url(../images/bg_violet.jpg);
}

ul.linkto_owner li a {
	display:inline-block;
	color:#585879;
	background:#FFF;
	border-radius:5px;
	padding:5px 10px;
	font-weight700;
	float:right;
}

ul.linkto_owner li dl {
	color:#FFF;
	margin-bottom:5px;
}

ul.linkto_owner li dl dt {
	font-size:16px;
	font-weight:700;
	margin-bottom:5px;
}

ul.linkto_owner li dl dd {
	font-weight:1.5;
}

.cm {
	width:90%;
	padding:5%;
	background:#FFF;
	margin-top:30px;
	margin-bottom:30px;
	line-height:1.6;
}

.cm img {
}

.cm p {
	margin-bottom:20px;
}

.flow {
	background:#FFF;
	width:90%;
	padding:5%;
	margin-bottom:30px;
}

.flow ul {
	width:100%;
}

.flow ul li {
	background:url(../images/bg_violet.jpg) ;
	width:96%;
	color:#FFF;
	border-radius:5px;
	padding:5px 2%;
	margin-bottom:10px;
}

.flow p {
	width:100%;
	margin-bottom:20px;
}

.flow a {
	background:url(../images/linkto.png) no-repeat right 10px center;
	border: solid 3px #666;
	padding:15px 50px 15px 40px;
	display:inline-block;
	margin-bottom:10px;
}

}