/* page-question.php 専用 */
.page-question .mainBox {
	float: none;
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.page-question .numberTitle {
	color: #568cb0;
	display: block;
	float: none;
	font-size: 30px;
	font-weight: bold;
	height: auto;
	letter-spacing: 0em;
	line-height: 36px;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: left;
	width: 100%;
}

.page-question .qa-list {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

.page-question .qa-item {
	width: 100%;
	float: none;
	background-color: #f8fbfd;
	border: 1px solid #d8e8f2;
	border-radius: 8px;
	box-sizing: border-box;
	margin-bottom: 24px;
	padding: 22px 24px 20px;
}

.page-question .qa-q,
.page-question .qa-a {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	float: none;
}

.page-question .qa-q {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #c6d9e6;
}

.page-question .qa-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #568cb0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.page-question .qa-icon--a {
	background-color: #ffd63a;
	color: #333;
	font-size: 18px;
}

.page-question .qa-text {
	flex: 1;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #333;
	text-align: left;
	font-weight: normal;
}

.page-question .qa-q .qa-text {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.7;
	color: #222;
}

@media screen and (max-width: 736px) {
	.page-question .mainBox {
		max-width: 100%;
		padding-top: 20px;
	}

	.page-question .numberTitle {
		font-size: 20px;
		line-height: 1.5;
		margin-top: 24px;
		margin-bottom: 18px;
	}

	.page-question .qa-item {
		padding: 16px 14px 14px;
		margin-bottom: 18px;
	}

	.page-question .qa-q,
	.page-question .qa-a {
		gap: 10px;
	}

	.page-question .qa-q {
		margin-bottom: 12px;
		padding-bottom: 12px;
	}

	.page-question .qa-icon {
		width: 38px;
		height: 38px;
		font-size: 11px;
	}

	.page-question .qa-icon--a {
		font-size: 15px;
	}

	.page-question .qa-q .qa-text {
		font-size: 13px;
		line-height: 1.65;
	}

	.page-question .qa-a .qa-text {
		font-size: 12px;
		line-height: 1.75;
	}
}
