@charset "utf-8";
/*------------------------------------------------------------
	faq
------------------------------------------------------------*/
.page-title {
	padding: 166px 0 97px;
}
#page-path {
	margin-bottom: 50px;
	font-weight: 400;
}
.page-title h2 {
	width: fit-content;
	margin: 0 auto 22px;
	position: relative;
	color: #000;
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.2;
}
.page-title p {
	text-align: center;
	color: #000;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.036rem;
}
.faq-sec {
	padding: 100px 0;
	background-color: #F6F6F6;
}
.faq-sec .top-list {
	margin: -10px 0 46px;
}
.faq-sec .top-list li {
	margin-top: 10px;
}
.faq-sec .top-list a {
	padding: 11px 10px 11px 57px;
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	border-radius: 30px;
	border: 2px solid #E5F2EE;
	background: #FFF;
	transition: .3s;
}
.faq-sec .top-list a img {
	width: 41px;
	position: absolute;
	left: 7px;
	top: 50%;
	transform: translateY(-50%);
}
.faq-sec .top-list li.on a {
	color: #fff;
	border-color: #3BB33F;
	background-color: #3BB33F;
}
.faq-sec .h3-ttl {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.faq-sec .h3-ttl img {
	margin: 4px 10px 0 0;
	width: 41px;
}
.faq-sec .h3-ttl span {
	padding-bottom: 1px;
	font-size: 2.4rem;
	color: #000;
	font-weight: 700;
	letter-spacing: 0.48px;
	border-bottom: 5px solid #3BB33F;
}
.faq-sec .qa-list > li {
	margin-bottom: 30px;
	padding: 22px 0;
	background-color: #fff;
	border-radius: 18px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
}
.faq-sec .qa-list .ttl {
	min-height: 84px;
	padding: 10px 108px 12px;
	position: relative;
	display: flex;
	align-items: center;
	color: #3BB33F;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.88;
	letter-spacing: 0.44px;
	box-sizing: border-box;
	background: url(/mediavoice/dx-tel/assets/img/faq/icon08.png) no-repeat right 40px center;
	background-size: 41px auto;
	cursor: pointer;
}
.faq-sec .qa-list .ttl.on {
	background-image: url(/mediavoice/dx-tel/assets/img/faq/icon08_on.png);
}
.faq-sec .qa-list .a-box {
	display: none;
	padding: 9px 30px 29px 108px;
	position: relative;
	color: #000;
	font-weight: 400;
	line-height: 1.96;
}
.faq-sec .qa-list .ttl::before,
.faq-sec .qa-list .a-box::before {
	position: absolute;
	left: 40px;
	top: 0;
	width: 48px;
	height: 48px;
	padding-top: 1px;
	color: #3BB33F;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
	content: "A";
	background-color: #E0F3DF;
	border-radius: 100%;
}
.faq-sec .qa-list .ttl::before {
	padding-top: 0;
	top: 50%;
	color: #fff;
	content: "Q";
	background-color: #3BB33F;
	transform: translateY(-50%);
}
.faq-sec .qa-list .a-box a {
	color: #3BB33F;
	text-decoration: underline;
}
.faq-sec .qa-list .a-box p {
	letter-spacing: 0.32px;
}
.faq-sec .qa-list .a-box ul {
	margin-left: 8px;
}
.faq-sec .qa-list .a-box li {
	margin: 0;
	padding: 0;
	letter-spacing: 0.32px;
	text-indent: -1em;
	padding-left: 1em;
}
.faq-sec .link-list {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.faq-sec .link-list li {
	width: 320px;
	margin: 0 20px;
}
.faq-sec .link-list a {
	padding: 10px 27px 12px 0;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.044rem;
	border-radius: 80px;
	border: 2px solid #3BB33F;
	background: #3BB33F url(../img/dxtel-case9/icon04.png) no-repeat center right 28px;
	background-size: 28px auto;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	transition: .3s;
}
.faq-sec .link-list .prev a {
	padding: 10px 0 12px 27px;
	background-image: url(../img/dxtel-case9/icon05.png);
	background-position:  center left 28px;
}
.faq-sec .link-list a span {
	margin-left: 5px;
	display: inline-block;
	font-size: 1.6rem;
	letter-spacing: 0.032rem;
}
@media screen and (min-width: 769px) {
	.faq-sec .top-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
	}
	.faq-sec .top-list::after {
		content: "";
		width: 26.7rem;
	}
	.faq-sec .top-list li {
		width: 26.7rem;
	}
	.faq-sec .top-list li a:hover {
		color: #fff;
		border-color: #3BB33F;
		background-color: #3BB33F;
	}
	.faq-sec .qa-list .a-box a:hover {
		opacity: 0.7;
	}
	.faq-sec .link-list a:hover {
		color: #3BB33F;
		background-color: #fff;
		background-image: url(../img/dxtel-case9/icon04_on.png);
	}
	.faq-sec .link-list .prev a:hover {
		background-image: url(../img/dxtel-case9/icon05_on.png);
	}
}
@media screen and (max-width: 768px) {
	.page-title {
		padding: 70px 0 40px;
	}
	#page-path {
		margin-bottom: 49px;
	}
	.page-title h2 {
		margin: 0 auto 20px;
		font-size: 4rem;
	}
	.page-title p {
		font-size: 1.6rem;
	}
	.faq-sec {
		padding: 50px 0;
	}
	.faq-sec .top-list {
		margin: 0 auto 30px;
		width: 300px;
	}
	.faq-sec .top-list li {
		margin: 0 0 5px;
	}
	.faq-sec .top-list a {
		font-size: 16px;
	}
	.faq-sec .h3-ttl {
		margin-bottom: 20px;
		justify-content: flex-start;
	}
	.faq-sec .qa-list > li {
		margin-bottom: 30px;
		padding: 0;
		border-radius: 10px;
	}
	.faq-sec .qa-list .ttl {
		min-height: inherit;
		padding: 20px 40px 20px 55px;
		display: block;
		font-size: 14px;
		line-height: 1.75;
		background-position: right 11px center;
		background-size: 25px auto;
	}
	.faq-sec .qa-list .a-box {
		padding:2px 20px 22px 56px;
		font-size: 1.2rem;
	}
	.faq-sec .qa-list .ttl::before,
	.faq-sec .qa-list .a-box::before {
		left: 15px;
		width: 30px;
		height: 30px;
		font-size: 16px;
		line-height: 1;
		padding-top: 6px;
	}
	.faq-sec .qa-list .a-box::before {
		top: 0;
	}
	.faq-sec .qa-list .a-box ul {
		margin-left: 0;
	}
	.faq-sec .link-list {
		margin-top: 30px;
		display: block;
	}
	.faq-sec .link-list li {
		width: 300px;
		margin: 0 auto 10px;
	}
	.faq-sec .link-list li:last-child {
		margin-bottom: 0;
	}
	.faq-sec .link-list a {
		padding-right:8px;
		font-size: 1.8rem;
	}
	.faq-sec .link-list .prev a {
		padding: 10px 8px 12px 0;
	}
	.faq-sec .link-list a span {
		font-size: 1.4rem;
	}
}