@charset "utf-8";

.under .mv {
	background:url(../../img/service-food/pc/mv.jpg) no-repeat center;
	background-size: cover;
}
	.under .mv .ttl li {
		width: 100%;
		max-width: 390px;
	    margin-bottom: 15px;
	}

#operation {
	padding-top: 80px;
	padding-bottom: 100px;
}
	#operation .topTips {
		margin-bottom: 80px;
	}
		#operation .topTips p {
			text-align: center;
			padding-top: 20px;
		}

#serviceDetail {
	padding-top: 90px;
	padding-bottom: 100px;
}
	#serviceDetail .contTtl {
	    margin-bottom: 90px;
	}


@media screen and (max-width:768px) {

	.under .mv .ttl li {
	    max-width: 280px;
	    margin-bottom: 0px;
	}

	#operation {
	    padding-top: 50px;
	    padding-bottom: 60px;
	}
		#operation .topTips {
		    margin-bottom: 40px;
		}
			#operation .topTips p {
			    text-align: left;
			}

	#serviceDetail {
	    padding-top: 40px;
		padding-bottom: 60px;
	}
		#serviceDetail .contTtl {
		    margin-bottom: 30px;
		}

}