/* ***********************************
 *
 *    CSS よくあるご質問
 *
 * *********************************** */

/* body contents
 * *********************************** */

.cp_qa {
	margin: 0 0 0 10px;
	padding: 1.5rem 1rem 0.5rem 1.6rem;
	background: #fbf9de;
}

.cp_qa h2 {
	font-size: 2rem;
	position: relative;
	margin-left: -26px;
	padding: 1rem;
	color: #ffffff;
	background-color: #ffa337;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.cp_qa h2::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-width: 0 10px 10px 0;
	border-style: solid;
	border-color: transparent #7a532d transparent transparent;
}

.cp_qa dl {
	margin: 2rem 0.5rem;
}

.cp_qa dt {
	margin-bottom: 1rem;
	padding: 0.5rem 1rem 1rem 3rem;
	border-radius: 0.5rem;
	background: #ffd98a;
}

.cp_qa dd {
	margin-bottom: 0;
	margin-left: 0;
	padding: 1rem 1rem 2rem 4.8rem;
}

/* QAアイコン */
.cp_qa dt::before {
	font-size: 2.5rem;
	color: #7a532d;
}

.cp_qa dd::before{
	font-size: 1.5em;
	color: #fff;
}

.cp_qa dt::before {
	margin: 0.3rem 1rem 0 -2rem;
	content: 'Q';
}

.cp_qa dd::before {
	margin: 0 1.3rem 0 -4.7rem;
	padding: 0.5rem 1rem;
	content: 'A';
	border-radius: 0.5rem;
	background: #00bcd4;
}

@media screen and (min-width: 800px) {
	.cp_qa dl {
		margin: 3rem 2rem;
	}

	.cp_qa dd {
		margin-bottom: 2rem;
	}

}

