/* h4 */

h4 {
	background: #C1976D;
}


/* PC */

@media screen and (min-width: 980px) {
	/* h4 */
	h4 {
		font-size: 20px;
		padding: 10px 25px;
		margin-bottom: 30px;
	}
	.contentsBox {
		margin-bottom: 90px;
	}
	.textBox {
		margin-bottom: 40px;
	}
	.contentsBox dl {
		margin-bottom: 20px;
	}
	.contentsBox dl dt {
		font-size: 20px;
	}
	.contentsBox dl:nth-of-type(4) {
		margin-bottom: 40px;
	}
}


/*SP*/

@media screen and (max-width: 980px) {
	/*h4*/
	h4 {
		padding: 2px 10px;
		margin-bottom: 5px;
	}
	.contentsBox {
		margin-bottom: 1em;
	}
	.contentsBox>p {
		padding: 0 10px;
	}
	.textBox {
		padding: 0 10px;
		margin-bottom: 1em;
	}
	.contentsBox dl {
		padding: 0 10px;
		margin-bottom: 1em;
	}
}