@charset "utf-8";

/*=====================================================================================
	
	Document    : style-s.css
	Description : スマホ用（幅640px以下）
 
=====================================================================================*/

@media screen and (max-width:420px) {
	.md {
		padding-top:40px;
		background-size:auto 30% !important;
	}
}


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

   アフターメンテナンス

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

.after-wp {
	background-size:auto 100%;
}

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

.after h3+p {
	padding-right:0;
}

.after h3+p+p {
	padding-right:24%;
}
*/

.after ul {
	padding-right:34%;
}

.after li {
	padding-right:24%;
}
	
@media screen and (max-width:520px) {
	.after-wp {
		background:url(../image/bg-sp2.jpg) no-repeat center bottom;
		background-size:cover;
	}

	.after {
		padding-bottom:0 !important;
	}
	
	/*
	.after h3+p {
		padding-right:0;
	}

	.after h3+p+p {
		padding-right:0;
	}

	.after p:last-child {
		padding-right:38%;
		padding-bottom:30%;
	}
	*/

	.after ul {
		padding-right:0;
	}

	.after li {
		padding-right:38%;
	}
	
	.after li:last-child {
		padding-right:38%;
		padding-bottom:30%;
	}
}

@media screen and (max-width:420px) {
	.after li:first-child {
		padding-right:0;
	}
}

@media screen and (max-width:350px) {
	/*
	.after h3+p+p+p {
		padding-right:0;
	}
	*/
}


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

   JIO

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

.jio-logo img {
	max-width:20%;
}

