@charset "utf-8";
/* ===================================================================

toyota.jp faq_style.css

=================================================================== */
/* ===================================================================
 - Q&A
=================================================================== */
#contents-body .section dl.faq-qa dt,
#contents-body .section dl.faq-qa dd{
	display: block;
	padding-top: 0.3em;
	padding-left: 2.5em;
	font-size: 17px;
}
#contents-body .section dl.faq-qa dt{
	margin-bottom: 0.5em;
}
#contents-body .section dl.faq-qa dt:before,
#contents-body .section dl.faq-qa dd:before{
	display: block;
    float: left;
    width: 2em;
    height: 2em;
	line-height: 2em;
	margin-top: -0.3em;
    margin-left: -2.5em;
	background-color: #eb0a1e;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
}
#contents-body .section dl.faq-qa dt:before{
	content: "Q";
}
#contents-body .section dl.faq-qa dd:before{
	content: "A";
}
@media screen and (max-width: 767px){
	#contents-body .section dl.faq-qa dt,
	#contents-body .section dl.faq-qa dd{
		font-size: 15px;
	}
}
/*　Aの内容が離れている場合　*/
#contents-body .section .faq-separate-a{
	font-size: 17px;
}
@media screen and (max-width: 767px){
	#contents-body .section .faq-separate-a{
		font-size: 15px;
	}
}


/* ===================================================================
 - Q&A インデント設定
=================================================================== */
#contents-body .section.faq-indent{
	padding-left: 3em;
}
#contents-body .section.html.table.faq-indent{
	padding-left: 0;
	overflow: visible;
}
#contents-body .section.html.table.faq-indent > div{
	margin-left: 3em;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px){
	#contents-body .section.faq-indent{
		padding-left: 2.5em;
	}
	#contents-body .section.html.table.faq-indent > div{
		margin-left: 2.5em;
	}
}

/* ===================================================================
 - リスト
=================================================================== */
#contents-body .section ul.faq-list{
	padding-left: 0;
}
#contents-body .section ul.faq-list li{
	margin-top: .5em;
	list-style-type: none;
}
@media screen and (max-width: 767px){
	#contents-body .section ul.faq-list li{
		margin-top: 1em;
	}
}
/* ===================================================================
 - テーブル見出し
=================================================================== */
#contents-body .section span.faq-caption:before,
#contents-body .section span.faq-caption-r:before{
	content: "＜";
}
#contents-body .section span.faq-caption:after,
#contents-body .section span.faq-caption-r:after{
	content: "＞";
}
#contents-body .section span.faq-caption-double:before,
#contents-body .section span.faq-caption-double-r:before{
	content: "«";
}
#contents-body .section span.faq-caption-double:after,
#contents-body .section span.faq-caption-double-r:after{
	content: "»";
}
#contents-body .section span.faq-caption-r,
#contents-body .section span.faq-caption-double-r{
	float: right;
}
/* ===================================================================
 - テーブル
=================================================================== */
#contents-body .section table.faq-table thead th,
#contents-body .section table.faq-table .faq-th{
	background-color: #ececec;
	font-weight: bold;
}
#contents-body .section table .bg-w{
    background-color: #ffffff !important;
}
/* ===================================================================
 - 注釈
=================================================================== */
#contents-body .section dl.notes dt,
#cboxLoadedContent dl.notes dt{
	color: #eb0a1e;
}
/* ===================================================================
 - フリーコール
=================================================================== */
#contents-body .section p.free-call{
	margin-bottom: 4px;
	padding-left: 50px;
	background: url("/pages/contents/faq/image/faq_freecall_pc.png") 0 0 no-repeat transparent;
	color: #eb0a1e;
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
	vertical-align: bottom;
}
#contents-body .section p.free-call span{
	font-size: 34px;
}
@media screen and (max-width: 767px){
	#contents-body .section p.free-call{
		margin-bottom: 10px;
		padding-left: 40px;
		background: url("/pages/contents/faq/image/faq_freecall_sp.png") 0 center no-repeat transparent;
		background-size: 28px 22px;
		font-size: 22px;
	}
	#contents-body .section p.free-call span{
		font-size: 28px;
	}
}
/* ===================================================================
 - トップページ「お問い合わせ」
=================================================================== */
#contents #contents-body .section.top-info h4.title{
	margin-bottom: 6px;
}
#main #contents #contents-body .section.top-info .column h4.title{
	font-weight: normal;
}
#contents-body .section.top-info dl.setting{
	margin-top: 0;
	margin-bottom: 1em;
}
#contents-body .section.top-info .column p.l-dl-btn {
	margin-top: 20px;
}
#contents-body .section.top-info .column p.l-dl-btn a.btn-text{
	margin: 0 auto;
}
@media screen and (max-width: 767px){
	#contents-body .section.top-info .column {
		margin-top: 20px;
	}
}
/* ===================================================================
 - セクション「お客様相談センター：お問い合わせ」
=================================================================== */
#contents-body .section.custom-column{
	margin-left: -20px;
}
#contents-body .section.custom-column h3.title{
	margin-left: 20px;
}
#contents-body .section .column dl.setting{
	margin-top: 0;
	margin-bottom: 0;
}
#contents-body .section .column{
	width: 50%;
	float: left;
	padding-left: 20px;
}
#main #contents #contents-body .section .column h4.title{
	margin-bottom: 6px;
	padding-left: 0;
	font-weight: bold;
}
#contents-body .section .column p.l-dl-btn{
	margin-top: 40px;
}
@media screen and (max-width: 767px){
	#contents-body .section.custom-column{
		margin-left: 15px;
	}
	#contents-body .section.custom-column h3.title{
		margin-left: 0px;
	}
	#contents-body .section .column{
		width: 100%;
		float: none;
		margin-top: 40px;
		padding-left: 0px;
	}
	#contents-body .section .column:first-child{
		margin-top: 25px;
	}
	#main #contents #contents-body .section .column h4.title{
		margin-top: 0;
		margin-bottom: 10px;
	}
	#contents-body .section .column p.l-dl-btn{
		margin-top: 30px;
	}
}
/* ===================================================================
 - お客様相談センター
=================================================================== */
#contents-body .section.voice-sec h4.title{
	margin-bottom: 10px;
	font-weight: bold;
}
#contents-body .section.voice-sec .setting{
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}
/* ===================================================================
 - 50音検索
=================================================================== */
#contents-body .section.search-fifty ul.subnavi{
        padding: 0 0 1em;
}
#contents-body .section.search-fifty ul.subnavi li{
    float: left;
    margin-bottom: 4px;
    padding: 0 15px;
    border-left: 1px solid #d3d3d3;
    list-style-type: none;
    vertical-align: middle;
}
#contents-body .section.search-fifty ul.subnavi li:last-of-type{
    padding-right: 0;
}
#contents-body .section.search-fifty ul.subnavi li a{
    text-decoration: none;
}
#contents-body .section.search-fifty ul.subnavi li a.current{
    color: #eb0a1e;
    font-weight: bold;
}
#contents-body .section.search-fifty ul.subnavi + h3.title{
	margin-top: 30px;
}
#contents-body .section.search-fifty h3.title{
	margin-bottom: 15px;
}
#contents-body .section.search-fifty ul.faq-list li{
	float: left;
	width: 350px;
	margin-right: 4px;
	padding-right: 1em;
}
#contents-body .section.search-fifty ul.faq-list-2 li{
	float: left;
	width: 600px;
	margin-right: 4px;
	padding-right: 1em;
}
@media screen and (max-width: 767px){
	#contents-body .section.search-fifty ul.subnavi + h3.title{
		margin-top: 20px;
	}
	#contents-body .section.search-fifty h3.title{
		margin-top: 40px;
		margin-bottom: 20px;
	}
	#contents-body .section.search-fifty ul.faq-list li{
		width: 100%;
		margin-right: 0;
		padding-right: 0;
	}
}

/* ===================================================================
 - 車種別のご質問　見出し下の太字　赤字対応
=================================================================== */
#contents-body .section h2.title + p > strong{
	color: #eb0a1e;
}