/* PC */
body {
	margin: 0;
}

#contents_service {
	max-width: 1200px;
	margin: 0 auto;
	padding: 3rem 1em;
	color: #212121;
	font-family: "Avenir Next LT Medium", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
}

#contents_service h1 {
	font-size: 1.5em;
	border-bottom: solid 2px #CECECE;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
}

#contents_service h2 {
	font-size: 1.2em;
	margin-bottom: 3rem;
}

#contents_service h3 {
	font-size: 1.1em;
	margin-bottom: 1rem;
}

.article {
	margin-bottom: 4rem;
}

#contents_service .text {
	font-size: 1em;
}

#contents_service li {
	font-size: 1em;
	margin-bottom: 0.5rem;
	list-style: none;
	padding-left: 2.3em;
	text-indent: -1.3em;
}

#contents_service a {
	color: #0079c7;
}


/* SP */
@media screen and (max-width: 640px) {

	#contents_service {
		padding: 2em 1em;
		color: #212121;
		font-family: "Avenir Next LT Medium", Helvetica, Arial, sans-serif;
		line-height: 1.4em;
		font-size: 16px;
		line-height: 1.4;
	}

	#contents_service h1 {
		font-size: 1.8em;
		border-bottom: solid 2px #CECECE;
		padding-bottom: 2rem;
		margin-bottom: 3rem;
	}

	#contents_service h2 {
		font-size: 1.4em;
		margin-bottom: 2rem;
	}

	#contents_service h3 {
		font-size: 1.1em;
		margin-bottom: 1rem;
	}

	.article {
		margin-bottom: 3rem;
	}

	#contents_service .text {
		font-size: 1em;
	}

	#contents_service li {
		font-size: 1em;
		margin-bottom: 1rem;
	}

	#contents_service a {
		color: #0079c7;
	}

}