@charset "utf-8";

/* サブカテ非表示 */
.titlebar_list > .accordion {
	display: none;
 }

 /* 商品一覧消し */
ul.itemlist {
	display: none;
}


/* =====================
　　h1
===================== */

#cate_wrap.faq h1 {
	text-align: center;
	font-size: 25px;
	line-height: 2;
}

/* =====================
　　メニュー（ページ内リンク）
===================== */

#cate_wrap.faq > ul {
	padding: 30px 20px 20px;
	font-size: 14px;
	
}
#cate_wrap.faq > ul li {
	margin-top:1.2em;
	padding-left: 20px;
	position: relative;
}
#cate_wrap.faq > ul li:first-child {
	margin-top: 0;
}
#cate_wrap.faq > ul li a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#cate_wrap.faq > ul li a:before {
	content: " ";
	background: url(/cimages/common/arrow_down_black.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 0;
	background-size: 10px 7px;
	width: 10px;
	height: 7px;
}

/* =====================
　　section
===================== */
#cate_wrap.faq section {
	padding: 30px 0 10px;

}

.faq section h2 {
	text-align: center;
	font-size: 18px;
	margin: 0;
	padding: 0;

}

/*　qa
------------------------*/

.qa_wrap {
  margin: 22px auto 0;
  width: 100%;
}

.question {
  /*background: #eee;*/
  cursor: pointer;
  font-size: 14px;
	font-weight: bold;
  padding: 18px 40px 18px 50px;
  position: relative;
	border-top: 1px solid #eee;
	/*transition: all .5s ease;*/
}
.question:active {
	background-color: #f9f9f9;
}
.question:before {
  position: absolute;
  display: block;
  content: 'Q';
  top: 50%;
  left: 16px;
  color: #ccc;
	font-size: 24px;
	color: #ccc;
	line-height: 0;
	font-weight: bold;
}
.question:after {
  position: absolute;
  display: block;
  content: '';
  top: 40%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg);
  /*transition: all .3s ease-in-out;*/
}
.question.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.answer {
  display: none;
  position: relative;
}
.qa_wrap dd.answer {
	margin: 0;
}
.answer div {
	padding: 8px 20px 40px 50px;
}
.answer div:before {
  position: absolute;
  display: block;
  content: 'A';
  top: 0;
  left: 19px;
  color: #ccc;
  font-size: 24px;
	font-weight: bold;
}
.answer p {
	font-size: 13px;
}
.answer p span.p_small {
	display: block;
	margin-top: 10px;
	font-size: 12px;
}
.answer ul {
	margin: 0;
}
.answer ul li {
	width: 100%;
	font-size: 13px;
	margin-bottom: 28px;
}
.answer ul li:last-child {
	margin-bottom: 0;
}
.answer img {
	width: 100%;
	margin-top: 16px;
	vertical-align: top;
}
.answer ul.img_multiple li {
	margin: 0;
}

/* =====================
　　その他ボタン
===================== */

#cate_wrap.faq .btn {
	text-align: center;
	line-height: 4.2em;
	margin: 0 auto 50px;
}
#cate_wrap.faq .btn a {
	width: 70%;
	margin: 0 auto;
	display: block;
	border: 1px solid #444;
	font-size: 13px;
	text-decoration: none;
	box-sizing: border-box;
	border-radius: 6px;
	color: #444 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;

}
#cate_wrap.faq .btn a:active {
	border: 1px solid #999;
	color: #999!important;
	background-color:#f2f2f2;
	text-decoration: none;
}