/*=================================
FAQ。
===============
====================================================*/

/*-------------------------
FAQ 枠。
------------------------------*/
.faq-frame{
}
/*-------------------------
FAQ 箱。
------------------------------*/
.faq-box{
	position:relative;
	margin:0 0 15px 0;
}
.faq-box:last-child{
	margin-bottom:0;
}
.faq-box p{
	font-size:14px;
	margin-bottom:22px;
}
.faq-box p:last-child{
	font-size:14px;
	margin-bottom:0;
}
/*.faq-box::before,.faq-small-box::before{
	content:"";
	position:absolute;
	left:0;
	bottom:-1px;
	border-bottom:1px solid #ddd;
	width:11px;
}*/
/*.faq-box::after,.faq-small-box::after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:-1px;
	border-bottom:1px solid #ddd;
	margin:0 auto;
	width:25px;
}*/

/*-------------------------
FAQ 情報箱。
------------------------------*/
.faq-data-box{
	margin-bottom:22px;
	display:flex;
}
/*-------------------------
FAQ アイコン。
------------------------------*/
.faq-icon{
	margin-right:18px;
}
.faq-icon img{
	width:48px;
	height:48px;
	border-radius:50%;
}
/*-------------------------
FAQ 名前と年月日箱。
------------------------------*/
.faq-data-name-and-date-box{
	font-size:12px;
	height:48px;
}
.faq-name,.faq-date{
	color:#0e5f52;
	height:24px;
	line-height:24px;
	letter-spacing:0.8px;
}

/*-------------------------
返信枠
------------------------------*/

.-faq-box-small{
	padding-left:50px;
}