@charset "utf-8";

/* ============================================================ */
/* ご質問回答集Q&A 共用スタイル */
/* ============================================================ */


/* .faq_search
------------------------------------------------------------ */
.faq_search {
	background: #f6f6f6;
	padding: 15px;
	margin: 0 0 10px 0;
}

.faq_search form {
	display: inline-block;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid #fa80aa;
	background: #fff;
	width: 100%;
	box-sizing:border-box;
	margin: 0 0 5px 0;
}

.faq_search form input[type="text"] {
	position: relative;
	margin-bottom: 0;
	*margin-left: 0;
	vertical-align: top;
	width: 100%;
	min-height: 25px;
	background: #fff;
	border: none;
	-webkit-appearance:none;
	border-radius: 0;
	margin: 0 !important;
	font-size: 1.3rem;
	line-height: 1.4;
	box-sizing:border-box;
}

.faq_search form input[type="image"] {
	width: 30px;
	border-radius: 0;
	margin: 0 0 0 -30px;
	position: relative;
	z-index: 1000;
}

.btn_center a {
	width: 100%;
	box-sizing:border-box;
}


/* ============================================================ */
/* ご質問回答集Q&A トップ用スタイル */
/* ============================================================ */
#faq_index .inner p {
	text-align: center;
}

#faq_index .block:first-of-type {
	margin: 30px 0 35px 0;
}


/* .faq_category
------------------------------------------------------------ */
#faq_index .faq_category {
	overflow: hidden;
}

#faq_index .faq_category .faq_category_detail {
	margin: 0 0 20px 0;
	background: #ffecf2;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

#faq_index .faq_category .faq_category_detail:nth-child(2n+0) {
	margin: 0 0 20px 0;
}

#faq_index .faq_category .faq_category_detail a {
	padding: 12px 15px;
	display: block;
}

#faq_index .faq_category .faq_category_detail h4 {
	font-size: 1.6rem;
	color: #7b4317;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #f7c5d3;
	padding: 0 0 5px 0;
}

#faq_index .faq_category .faq_category_detail h4:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-family: 'icon';
    content: "\e601";
	color: #7b4317;
	font-size: 1.5rem;
	line-height: 0.2;
	text-align: left;
	padding: 0 8px 0 0;
}

#faq_index .faq_category .faq_category_detail ul {
	border-top: 1px solid #fff;
	padding: 12px 0 0 0;
}

#faq_index .faq_category .faq_category_detail ul li {
	list-style-type: disc;
	margin: 0 0 3px 15px;
}

#faq_index .faq_category .faq_category_detail ul li a {
	display: block;
}



/* ============================================================ */
/* ご質問回答集Q&A 詳細用スタイル */
/* ============================================================ */
#faq_detail .block ul li {
	border-bottom: 1px dotted #c6c6c6;
}

#faq_detail .block ul li:first-of-type {
	border-top: 1px dotted #c6c6c6;
	margin: 10px 0 0 0;
}

#faq_detail .block ul li h3 {
	background: url(/common/img/faq/ico_faq_question.png) 10px 10px no-repeat;
	background-size: 30px;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #7b4317;
	font-weight: bold;
	padding: 15px 15px 15px 50px;
}

#faq_detail .block ul li div {
	background: url(/common/img/faq/ico_faq_answer.png) 10px 10px no-repeat #ffeef3;
	background-size: 30px;
	padding: 10px 15px 10px 50px;
	border-top: 1px dotted #c6c6c6;
}

#faq_detail .block ul li div ul li {
	list-style-type: disc;
	margin: 0 0 10px 20px !important;
	border-bottom: none;
}

#faq_detail .block ul li div ul li:first-of-type {
	border-top: none;
}

#faq_detail .block ul li div ul li:last-of-type {
	margin: 0 0 0 20px !important;
}

#faq_detail .block ul li div ul li:first-of-type {
	border-top: none;
}

#faq_detail .block ul li div ul li:last-of-type {
	margin: 0 0 0 20px !important;
}


#faq_detail .block ul li span {
	font-weight: bold;
}

/* .検索結果スタイル
------------------------------------------------------------ */
.highlight {
	background: #f9e400;
}

