@charset "utf-8";
#article_faq {
	max-width: 1020px;
	margin: 0px auto;
	text-align: left;
	overflow: auto;
	margin-top: 30px;
	margin-bottom: 100px;
}
#contents {
	float: right;
	max-width: 770px;
}
#side_nav {
	float: left;
	max-width: 230px;
	margin-right: 20px;
}
#sn_hdr {
	margin-bottom: 25px;
	background: #990;
	height: 135px;
}
.sn_qa_menu ol {
	margin-left: 25px;
	margin-bottom: 25px;
	background: url(https://xylshop.itembox.design/item/2020/img/support/qasn_listbg.jpg?t=20200909125000) no-repeat left bottom;
	padding-left: 30px;
	display: block;
}
.sn_qa_menu ol li {
	line-height: 26px;
	height: 26px;
}
#sn_qa_contact {
	text-align: center;
	margin-bottom: 50px;
}
#qa_list {
	border-bottom: 1px solid #CCC;
	padding-right: 20px;
}

#qa_list ul {
	padding-left: 20px;
	line-height: 22px;
	margin-bottom: 1em;
	padding-bottom: 20px;
	padding-top: 15px;
}
#qa_list ul li {
	background: url(https://xylshop.itembox.design/item/2020/img/support/icon_list.jpg?t=20200909125000) no-repeat left center;
	padding-left: 30px;
	line-height: 22px;
	margin-bottom: 1em;
	margin-top: 1em;
}
#qa_list h2 {
	font-size: 16px;
	position: relative;
	display: inline-block;
	margin-left: 20px;
	text-indent: 25px;
}
#qa_list h2:before{
	content: '';
	width: 16px;
	height: 16px;
	background: url("https://xylshop.itembox.design/item/2020/img/support/qab_ttl_icon.png?t=20200909125000") no-repeat;
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
}
#qa_list h2:after{
	content: '';
	display: block;
	background: url("https://xylshop.itembox.design/item/2020/img/support/qab_ttl_line.svg?t=20200909125000") repeat-x;
	width: 100%;
	height: 5px;
	background-size: auto 100%;
	position: absolute;
    bottom: -7px;
}
#qa_list h3 {
	padding: 5px;
	background: #eeeeee;
	max-width: 200px;
	border-left: 10px solid #666;
	margin-left: 20px;
    margin-top: 20px;
}
.qa_box {
	border-bottom: 1px solid #CCC;
	padding: 20px;
}
#qa_article h3 {
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
.qa_box div {
	padding-left: 45px;
	margin-bottom: 25px;
}
.qa_question {
	background: url(https://xylshop.itembox.design/item/2020/img/support/icon_question.jpg?t=20200909125000) no-repeat left top;
}
.qa_question p {
	line-height: 30px;
	font-weight: bold;
}
.qa_answer {
	background: url(https://xylshop.itembox.design/item/2020/img/support/icon_answer.jpg?t=20200909125000) no-repeat left top;
}
.qa_answer p {
	background: #eeeeee;
	line-height: 30px;
	padding: 10px;
}
.qa_answer a{
	color:#6E4221;
	text-decoration: underline;
}
.qa_image {
	text-align: center;
	margin-top: 20px;
}

#topic_path ol{
	margin-bottom: 20px;
}
#topic_path ol li{
	float: left;
}
#topic_path ol li:after{
	content: '>';
	display: inline-block;
	margin: 0 10px;
}
#topic_path ol li:last-child:after{
	content: none;
}
#qa_article li{
	margin-bottom: 25px;
}
#contents li p{
	margin-top: 10px;
    margin-bottom: 10px;
}
#contents img{
	width: 100%;
	margin: auto;
}
.oteire_top img,.oteire_bottom img{
	max-width: 225px;
}
.oteire_shita p{
	margin-top: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	#contents{
		float: none;
	}
	
	#topic_path{
		padding: 0 15px;
	}
	#topic_path ol li{
		font-size: 11px;
	}
	#topic_path ol li:after {
		margin: 0 3px;
	}
}
