@charset "UTF-8";

/************************************************************
 * reset
 ************************************************************/
ul, ol, li {
  list-style-position: outside;
  vertical-align: bottom;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 12px;
  font-weight: normal;
}

/************************************************************
 * contents
 ************************************************************/

.h2-faq{
	background: #ff7300;
	color: #fff;
	margin-bottom: 20px;
	padding: 5px 10px;
}

 .modules__list-type-link {
 	letter-spacing: -0.4em;
}


.modules__list-type-link > li  {
	position: relative;
	padding-left: 20px;
	width: 225px;
	letter-spacing: normal;
	display: inline-block;
	margin: 0 0 5px 0;
	 /* for IE 6/7 */
	*display: inline;
	*zoom: 1;
}

.modules__list-type-link > li:after {
	content: "▼";
	position: absolute;
	left: 0;
	color: #284ba6;
	top:0;
}

.modules__list-type1 {
	padding-left: 1em;
	text-indent: -1em;
	list-style: none;
}

.under_line_none{
	text-decoration:none;
}

/* 160328 C4 */
/************************************************************
 * faq
 ************************************************************/
.faqCategory {
  padding-top: 86px;
  margin-top: -86px;
  margin-bottom: 55px;
}
.faqCategory__title {
  margin: 0 0 20px 0;
  padding: 0 0 0 55px;
  background: url("/cmn/images/direct/search_icon_car.png") left 0.2em no-repeat;
  color: #fb4809;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.faqList__item {
  padding-top: 80px;
  margin-top: -80px;
}
.faqList__item.is-colored .faqList__question,
.faqList__item.is-colored .faqList__answer {
  background-color: #efefef;
}
.faqList__question {
  position: relative;
  min-height: 22px;
  padding: 23px 20px 23px 77px;
  background: url("/cmn/images/direct/faq_icon_question.png") 12px 9px no-repeat;
  cursor: pointer;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
.faqList__question span {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
.faqList__question:after {
  position: absolute;
  right: 27px;
  top: 24px;
  content: '開く';
  display: block;
  padding: 0 25px 0 0;
  background: url("/cmn/images/direct/faq_icon_plus.png") right center no-repeat;
  color: #9a9a9a;
  font-size: 14px;
  font-weight: bold;
}
.faqList__question.is-open:after {
  content: '閉じる';
  background-image: url("/cmn/images/direct/faq_icon_minus.png");
}
.faqList__answer {
  display: none;
  border-top: solid 2px #e6e6e6;
  padding: 25px 20px 30px 77px;
  background: url("/cmn/images/direct/faq_icon_answer.png") 12px 9px no-repeat;
  font-size: 13px;
  line-height: 2;
}

/* //160328 C4 */


/* 170908 C4 */
.faqIndex {
    display: table;
    width: 100%;
    margin-bottom: 60px;
}
.faqIndex__category {
    display: table-cell;
    padding: 0 20px;
    width: 25.5%;
}
.faqIndex__category:first-child {
    padding-left: 0;
    width: 23.5%;
}
.faqIndex__category:last-child {
    padding-right: 0;
}
.faqIndex__category + .faqIndex__category {
    border-left: solid 2px #e0e0e0;
}

.faqIndex__title {
    padding-left: 10px;
    border-left: solid 5px #fb4809;
    color: #fb4809;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
}
.faqIndex__list {
    margin-left: 15px;
}
.faqIndex__item {
    margin-top: 20px;
    font-size: 13px;
    font-weight: bold;
}
.faqIndex__item a {
    color: #333;
}

.page-lease .faqIndex__title {
    border-left-color: #1a78c0;
    color: #1a78c0;
}
.page-lease .faqCategory__title {
    background-image: url("/cmn/images/direct/search_icon_car_lease.png");
    color: #1a78c0;
}
.page-lease .faqList__question {
    background-image: url("/cmn/images/direct/faq_icon_question_lease.png");
}

/* //170908 C4 */

.faqIndex--kinto .faqIndex__title {
    border-left-color: #0d7594;
    color: #0d7594;
}
.faqSection--kinto .faqCategory__title {
    background-image: url("/cmn/images/direct/search_icon_car_kinto.png");
    color: #0d7594;
}
.faqSection--kinto .faqList__question {
    background-image: url("/cmn/images/direct/faq_icon_question_kinto.png");
}

/* 220912 C4 */
.faqIndex--newcar-lease .faqIndex__title {
    border-left-color: #19a1be;
    color: #19a1be;
}
.faqSection--newcar-lease .faqCategory__title {
    background-image: url("/cmn/images/direct/search_icon_car_newcar-lease.png");
    color: #19a1be;
}
.faqSection--newcar-lease .faqList__question {
    background-image: url("/cmn/images/direct/faq_icon_question_newcar-lease.png");
}
/* //220912 C4 */
/* 20221021 for newcar lease */
.faqSection--newcar-lease .faqList__answer {
  background: url("/cmn/images/direct/faq_icon_answer_newcar-lease.png") 12px 9px no-repeat;
}
/* // 20221021 for newcar lease */
