/* PC */
@media screen and (min-width: 900px) {

	#contents_service {
		max-width: 1200px;
		margin: 0 auto;
		padding: 3rem 1em;
		color: #212121;
		font-family: "Avenir Next LT Medium", Helvetica, Arial, sans-serif;
		line-height: 1.8em;
		font-size: 14px;
	}

	#contents_service h1 {
		font-size: 25px;
		border-bottom: solid 2px #CECECE;
		padding-bottom: 1rem;
		margin-bottom: 3rem;
	}

	#contents_service h2 {
		font-size: 18px;
		margin-bottom: 3rem;
	}

	#contents_service h3 {
		font-size: 18px;
		margin-bottom: 1rem;
	}

	#contents_service h4 {
		font-size: 15px;
	}

	.article {
		margin-bottom: 3rem;
	}

	#contents_service .text {
		font-size: 14px;
		margin: 0 0 1rem 0;
	}

	#contents_service li {
		font-size: 14px;
		margin-bottom: 0.5rem;
	}

	#contents_service a {
		color: #0079c7;
	}

}

/* SP */
@media screen and (max-width: 1242px) {

	#contents_service {
		padding: 5rem 3em;
		color: #212121;
		font-family: "Avenir Next LT Medium", Helvetica, Arial, sans-serif;
		line-height: 1.8em;
		font-size: 14px;
	}

	#contents_service h1 {
		font-size: 32px;
		border-bottom: solid 2px #CECECE;
		padding-bottom: 2rem;
		margin-bottom: 5rem;
	}

	#contents_service h2 {
		font-size: 23px;
		margin-bottom: 5rem;
	}

	#contents_service h3 {
		font-size: 23px;
		margin-bottom: 2rem;
	}

	#contents_service h4 {
		font-size: 15px;
	}

	.article {
		margin-bottom: 6rem;
	}

	#contents_service .text {
		font-size: 14px;
		margin: 0 0 2.5rem 0;
		line-height: 1.4;
	}

	#contents_service li {
		font-size: 14px;
		margin-bottom: 2rem;
		line-height: 1.4;
	}

	#contents_service a {
		color: #0079c7;
	}

}