.categoryArea{
	/* text-align: center; */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pCate{padding: 1% 0;/* font-size:14px; *//* text-align: right; *//* display: inline; */display: contents;}
.pCate a{font-size: 17px;color: #00b8ee;border: 2px solid #00b8ee;padding: 1% 2%;margin: 1%;border-radius: 50px;background: #fff;line-height: 1.5;}
.pCate a:hover{background:#959595;color: #fff;}

.pCate a:after{
	font-size: 18px;
	font-family: 'Font Awesome 6 pro';
	content: "\f107";
	font-weight: normal;
	margin-left: 10px;
	height: 20px;
	line-height: 20px;
}

.qa-001 {
	max-width: 100%;
	margin: 1rem auto;
	border: 1px solid #d6dde3;
	border-radius: 5px;
	max-width: 1000px;
}

.qa-001 summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 1em 2em 1em 3em;
	color: #333333;
	font-weight: 600;
	cursor: pointer;
}

.qa-001 summary::before,
.qa-001 p.answer::before {
	position: absolute;
	left: 1em;
	font-weight: 600;
	font-size: 1.3em;
}

.qa-001 summary::before {
	color: #75bbff;
	content: "Q";
}

.qa-001 summary::after {
	transform: translateY(-25%) rotate(45deg);
	width: 7px;
	height: 7px;
	margin-left: 10px;
	border-bottom: 3px solid #333333b3;
	border-right: 3px solid #333333b3;
	content: '';
	transition: transform .5s;
}

.qa-001[open] summary::after {
	transform: rotate(225deg);
}

.qa-001 p.answer {
	position: relative;
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: .3em 3em 1.5em;
	color: #333;
	transition: transform .5s, opacity .5s;
}

.business-visual__read p a,
.qa-001 p.answer a {
	display: inline-block;
	color: #00b8ee;
	font-weight: bold;
	padding: 0 2px;
	text-decoration: underline;
}

.qa-001[open] p.answer {
	transform: none;
	opacity: 1;
}

.qa-001 p.answer::before {
	color: #ff8d8d;
	line-height: 1.2;
	content: "A";
}

.faq h3{
	font-size: 2rem;
	letter-spacing: 1px;
	color: #444444;
	position: relative;
	display: inline-block;
	padding: 2rem;
	margin-top: 50px;
	text-shadow: 0 0 2px white;
	left: 50%;
	transform: translateX(-50%);
}
.faq h3:before {
	content: "";
	position: absolute;
	top: 1rem;
	left: 50%;
	width: 85px;
	height: 90px;
	border-radius: 50%;
	border: 2px solid #00b8ee;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
	.faq h3{
		font-size: 2rem;
	}
}
