@charset "utf-8";


/* ----------------------------------------
PC向けFAQ
---------------------------------------- */

.breadcrumb{
	font-size:13px;
	margin:-2px 0 38px;
}

.breadcrumb a{
	text-decoration:underline;
}

/* --------------------------------------------------------------------------------
	shop-faq
-------------------------------------------------------------------------------- */
#shop-faq{
	width:700px;


}

#shop-faq h2{
	margin:0 0 30px;
}



/********** 内側 **********/
#shop-faq .shop-faq-inner{
	width:700px;
	margin:0 auto 70px;
}



/********** セクション **********/
#shop-faq .section{
	margin:0 0 35px;
}

#shop-faq .section .shop_photo{
	margin:40px 0 62px;
}

/********** 見出し **********/
#shop-faq h3{
	position: relative;
	
	margin:0 0 15px;
	padding:5px 8px 8px 52px;
	border-bottom:dashed 1px #000;
}
#shop-faq h3::before{
	position: absolute;
	top: 5px;
	left: 15px;
	
	content: 'Q.';
	font-family: 'FatWitch';
	font-size: 18px;
}

/********** セクション **********/
#shop-faq .answer{
	min-height:30px;
	background:#f3f3f3;
}
#shop-faq .answer .answer-box{
	position: relative;
	
	padding:15px 22px 15px 52px;
	font-size:13px;
	line-height:1.7;
}
#shop-faq .answer .answer-box::before{
	position: absolute;
	top: 25px;
	left: 15px;
	
	content: 'A.';
	font-family: 'FatWitch';
	font-size: 18px;
}

