:root {
	--orange: #F5A36B;
	--light-orange: #FDE1C2;
	--brown: #795548;;
}

.pc_display {
	display: none;
}
/* .contents_area img {
	max-width: 100%;
	height: auto;
} */

/* body p{
	line-height: 1.5;
} */

.contets__header h1 {
	padding-bottom: 1em;
}

.contets__header h1 img {
	width: 100vw;
}

.contents__list .sec-headline {
	background: var(--light-orange);
	margin: 10px auto;
	padding: 15px;
	border-left: #F5A36B solid 8px;
	border-radius: 5px;
  text-align: left;
}

@media (min-width: 641px) {
	.pc_display {
	display: block;
	width: 100vw;
	}
	.sp_display {
	display: none;
	}
}
