@charset "utf-8";

/*=====================================================================================
	
	Document    : style.css
	Description : PC用（幅900px以上）
 
=====================================================================================*/

.hdS {
	background:url(../image/hd-photo.jpg) no-repeat center top;
}

.md {
	background:url(../../image/md-ic/after.png) no-repeat center top;
	padding-top:60px;
}


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

   アフターメンテナンス

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

.after-wp {
	max-width:100% !important;
	background:url(../image/bg.jpg) no-repeat center bottom;
}

.after {
	text-align:left;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}

/*
.after p {
	padding-right:26%;
}
*/

.after ul {
	padding-right:26%;
	list-style:none;
}

.after li:before {
	content:"●";
}

.after li {
	padding-top:1em;
	margin-left:1em;
	text-indent:-1em;
}
.after li:first-child {
	padding-top:0;
}


@media screen and (max-width:800px) {
	.after-wp {
		background:url(../image/bg-sp.jpg) no-repeat center bottom;
		background-size:auto 120%;
	}

	/*
	.after p {
		padding-right:30%
	}
	*/

	.after ul {
		padding-right:30%
	}
}


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

   JIO

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

@media screen and (max-width:800px) {
	.jio h4 br {
		display:none;
	}
}

.kashi {
	border:1px solid #c3c3c3;
	text-align:left;
}

.kashi ul {
	margin-left:1.25em;
}

