@charset "utf-8";

/* --------------------------------------------------------------------------

FAQページ専用

-------------------------------------------------------------------------- */
/************************************************
		回答のdl
************************************************/
/*dl.dl_Answer dd div {
	display:inline-block;
}*/
dl.dl_Answer {
	border-bottom:1px solid #CCCCCC;
	margin-bottom: 1.5em;
}
dl.dl_Answer dt {
	float:left;
	width:9em;
	border-top:1px solid #CCCCCC;
	padding-top:7px;
	padding-bottom:0;
	padding-right:0px;
}
dl.dl_Answer dd {
	margin-left:9em;
	border-top:1px solid #CCCCCC;
	padding: 7px 10px 7px 20px;
}
dl.dl_Answer dt .Answer_line {
	border-left: 4px solid #FF6600;
	padding-left: 5px;
	font-weight: bold;
}

/************************************************
		回答dl内各種
************************************************/
/*ul ディスクタイプ*/
.faqul_disk {
	margin-left: 15px;
	list-style: disc;
}
.faqul_disk li {
	margin-bottom: 4px;
}

/*ul 先頭１文字開け*/
.faqul_1open {
	list-style: none;
	text-indent: -1em;
	margin-left: 1em;
}
.faqul_1open li {
	margin-bottom: 4px;
}

/*ul リストリンク*/
.faqul_list01 {
	margin-left: 5px;
}
.faqul_list01 li {
	background: url(../../common/images/arrow_circle.gif) no-repeat 1px 4px;
	padding-left: 15px;
	margin-bottom: 4px;
}

/*ul ナンバーリスト*/
.faqul_number {
	margin-left: 30px;
	list-style: decimal;
}
.faqul_number li {
	margin-bottom: 4px;
}

/*QA用*/
.qaLeft {
	margin-bottom: 0px !important;
	float: left;
	padding-right: 10px;
	font-weight: bold;
}
.qaRight {
	margin-bottom: 0px !important;
	float: left;
	width: 100%;
}
@media print, screen and (min-width: 571px) {
	.qaRight {
		width: 90%;
	}
}

/************************************************
		Q、A回答
************************************************/
ul.kk_qa {
	margin-left: 60px;
	margin-bottom: 40px;
	list-style-type: decimal;
}
ul.kk_qa li {
	margin-bottom: 5px;
	padding-left: 5px;
}

dl.kk_answer {
	padding: 0px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
dl.kk_answer dt {
	padding-left: 60px;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FF6600;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9CDEC;
	background-color: #FEFCEC;
	background-image: url(../images/kk_q.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}
dl.kk_answer dd {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 60px;
	background-image: url(../images/kk_a.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

.gsc-search-button-v2 {
	background-color: #efefef !important;
	cursor: pointer;
}
.gsc-search-button-v2 svg {
	fill: #000 !important;
}