@charset "utf-8";

/* -----------------------------------------------------------
    page-category
-------------------------------------------------------------- */
.page-category .cmnfaq02-area {
	padding: 60px 0 0 0;
}

.page-category .cmnfaq02-area .cmn-ttl {
	font-size: 3rem;
	margin: 0 0 10px;
	line-height: 1.3;
}

.page-category .cmnfaq02-area .cmn-ttl::before {
	display: none;
}

.page-category .cmn-headerttl .cmn-headerttl-img {
	height: 200px;
	width: 200px;
	background: rgba(252, 240, 240);
	padding: 40px;
}

.page-category .topcontents .cmnfaq02-area .cmnfaq02-list {
	box-shadow: 0 4px 10px 10px rgba(241, 196, 196, .3);
}

.page-category .topcontents {
	padding: 80px 0 30px;
}

.page-category .cmnfaq02-wrapper {
	position: relative;
	z-index: 2;
}

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

	.page-category .cmnfaq02-area {
		padding: 30px 0 0 0;
	}
	
	.page-category .topcontents {
		padding: 10px 0 40px;
		display: flex;
		flex-direction: column-reverse;
	}

	.page-category .cmnfaq02-area .cmn-ttl {
		font-size: 1.8rem;
		margin: 0 0 5px 0;
	}
	
	.page-category .cmn-headerttl .cmn-headerttl-img {
		width: 84px;
		height: 84px;
		padding: 15px;
	}
	
	.page-category .cmn-headerttl .cmn-headerttl-note {
		margin: 35px 0 10px 0;
	}
	
}

