.echead, .echead-inner {
	display: flex;
	padding: 24px 0;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	cursor: pointer;
}

.confaqpg {
	padding: 35px 0 70px;
}

.ecarrow {
	margin: 0 30px;
	width: 7px;
	transform: rotate(90deg);
}

.confaqpg .echead h3 {
	color: #3CAFCB;
}

.echead h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
}

.body-ec, .nested-ec {
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
	display: none;
}

.inner-ec {
	box-sizing: border-box;
	padding-left: 70px;
	padding-bottom: 30px;
}

.inner-ec a {
	color: #3cafcb;
}

.nested-inner {
	box-sizing: border-box;
	padding-bottom: 17px;
	padding-top: 17px;
	padding-left: 70px;
}

.nested-ec p {
	margin-bottom: 24px;
}

.nested-ec p:last-child {
	margin-bottom: 0px;
}

@media (max-width: 500px) {
	.inner-ec {
		padding-left: 17px;
	}
}
