@charset "UTF-8";
/* 全体設定 */
/** フォント */
@font-face;
@font-face;
@font-face;
body {
  font-family: "MazdaTypeRegular", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic Pro, "Meiryo", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  color: #101010;
  background-color: #101010;
  line-height: 2;
}

a:link {
  color: #101010;
  text-decoration: underline;
  outline: none;
}
a:hover, a:visited {
  color: #101010;
  text-decoration: underline;
}

input, select, textarea {
  vertical-align: middle;
  font-family: "MazdaTypeRegular", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic Pro, "Meiryo", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 11px 15px;
  color: #999;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  margin: 5px 10px 5px 0;
  background: #fff;
  line-height: 2;
}
input[type=checkbox]:checked {
  width: 20px;
  height: 20px;
  top: 5px;
  left: 0;
  background-color: #101010;
  background: url("/usr/file/attachment/icon_checked.png") 0 0 no-repeat;
  background-size: 20px 20px;
  border: none;
}

#login_btn {
  background: none;
  height: 18px;
  border: #d5d5d5 1px solid;
  border-radius: 3px;
  vertical-align: middle;
  box-sizing: content-box;
  color: #101010;
}
#login_btn:hover {
  background: #101010;
  border: #101010 1px solid;
  border-radius: 3px;
  vertical-align: middle;
  box-sizing: content-box;
  color: #fff;
}

#okw_contents {
  background: #f5f5f5;
  color: #101010;
  font-size: 15px;
  position: relative;
  z-index: 1000;
}

#okw_contents_base {
  background: none;
  max-width: 980px;
  width: auto;
}

#okw_contents_inner {
  background: none;
}

#headerArea {
  position: relative;
  z-index: 3000;
}

.SubFooterNavigation__list-ul > li > .Hyperlink {
  text-decoration: none;
}

#okw_footer_inner {
  width: 965px;
  margin: 10px auto;
}

#okw_footer_default {
  display: none;
}

/* FAQトップページ */
.faq_logo {
  text-align: center;
  margin-bottom: 2rem;
}

/** キーワード検索 */
.search_faq_type select, .search_category_wrapper .combo .combo-text, .search_attribute .k_search_attribute_select select {
  line-height: 2;
  height: 28px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.keyword_frm {
  border-width: 1px;
  margin-right: 1rem;
  line-height: 2;
}

.search_frmArea .keyword_helpbtn_popup {
  font-size: 15px;
  border: dashed 1px #999;
  background-color: #ccc;
  color: #101010;
  font-family: inherit;
}
.search_frmArea .keyword_mode .keyword_frmbtn {
  display: block;
  border-radius: 3px;
  background: #101010 url(/usr/file/attachment/icon_search.png) 50% 50% no-repeat;
  background-size: 16px auto;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
  width: 50px;
  height: 50px;
  padding: 0;
}

/*** 検索ボタン ** */
.search_switch {
  display: none;
}

.search_suggest_area:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*** FAQ種別 ** */
.search_faq_type {
  margin-top: 1rem;
  width: calc( 70% + 32px );
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.search_faq_type label {
  display: inline-block;
  width: 100px;
}
.search_faq_type select {
  line-height: 2;
  width: calc( 60% - 132px );
}

/*** カテゴリー ** */
.search_category_wrapper {
  margin-top: 1rem;
  float: none;
  width: calc( 70% + 32px );
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.search_category_wrapper label {
  display: inline-block;
  width: 100px;
}
.search_category_wrapper input {
  line-height: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search_category_wrapper .combo .combo-text {
  width: calc( (100% + 100px ) * 0.6 - 132px );
}

.search_category_inner_wrapper {
  float: none;
  margin-left: 0;
  display: inline-block;
  width: calc( 100% - 100px );
}

.search_category_wrapper .listTree .has-children.expanded label, .search_category_wrapper .listTree .has-children.collapsed label {
  width: 100%;
  line-height: 2;
  color: #999;
}
.search_category_wrapper .listTree .has-children.expanded input, .search_category_wrapper .listTree .has-children.collapsed input {
  border: none;
  padding: 0;
}
.search_category_wrapper .listTree .has-children.expanded .has-children.collapsed label {
  width: 100%;
  line-height: 2;
  color: #999;
}
.search_category_wrapper .listTree .has-children.expanded .has-children.collapsed input {
  border: none;
  padding: 0;
}
.search_category_wrapper .listTree .has-children label:hover, .search_category_wrapper .listTree .has-children.expanded .has-children.collapsed label:hover {
  background: #0078D7;
  color: #f5f5f5;
}

/**** 子カテゴリー *** */
/*** 車種から探す */
.search_attribute {
  width: calc( 70% + 32px );
  margin-top: 1rem;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}

/**** 車種から探す 車種・モデル選択 *** */
#advanced_search_form #keyword_search_attribute_input {
  width: 60%;
  margin-right: 0;
  display: flex;
  align-items: center;
}

.search_attribute .k_search_attribute_select label {
  display: inline-block;
  width: 100px;
  float: none;
}
.search_attribute .k_search_attribute_select label br {
  display: none;
}
.search_attribute .k_search_attribute_select div {
  float: none;
  margin-left: 0;
  display: inline-block;
  width: calc( 100% - 100px );
}
.search_attribute .k_search_attribute_select select {
  width: calc( 100% - 32px );
  margin-right: 10px;
}

.search_category_wrapper .dropdownCheckComboboxWapper {
  width: 300px;
}

.search_attribute .search_ops {
  background: #fff;
  padding: 11px 15px;
  line-height: 2;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  height: 28px;
  min-width: 108px;
}
.search_attribute .search_ops:last-child {
  margin-left: 10px;
}
.search_attribute .search_ops input {
  width: 15px;
  height: 15px;
  padding: 0;
  box-sizing: border-box;
  margin-top: -8px;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 2px #fff inset;
  border-radius: 50%;
  margin-top: -3px;
  color: #999;
}
.search_attribute .search_ops input[type=radio]:checked {
  background-color: #101010;
  border: 1px solid #101010;
}
.search_attribute .search_ops label {
  margin-right: 10px;
  color: #999;
}
.search_attribute .conditions {
  display: flex;
  flex-direction: column;
  padding-left: 100px;
  width: calc( 100% - 132px );
}

#okw_contents .oneCol .search_frmArea .search_attribute .conditions .condition {
  margin-right: 10px;
  padding: 11px 15px;
  width: 100%;
}

.search_attribute .conditions .condition .search_attribute_input .combo-text {
  width: calc( 100% - 32px );
}

.attribute_input_wrapper .search_attribute_input .combo-text {
  width: 100%;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .search_faq_type, .search_category_wrapper {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    line-height: 2;
    width: 100%;
  }

  /*** FAQ種別 ** */
  .search_faq_type select {
    width: calc( 100% - 32px );
  }

  .search_category_inner_wrapper {
    width: 100%;
  }

  .search_category_wrapper .combo .combo-text {
    width: calc( 100% - 32px );
  }

  /**** 車種から探す *** */
  .search_attribute {
    display: flex;
    line-height: 2;
    width: 100%;
  }

  .search_attribute_narrow_down {
    display: flex;
    align-items: flex-end;
    line-height: 2;
    justify-content: flex-start;
  }

  #advanced_search_form #keyword_search_attribute_input {
    flex-direction: column;
    align-items: baseline;
    width: 100%;
  }

  .search_attribute .k_search_attribute_select div {
    width: 100%;
  }
  .search_attribute .conditions {
    padding-left: 0;
    width: 100%;
  }

  #okw_contents .oneCol .search_frmArea .search_attribute .conditions .condition {
    width: calc( 100% - 30px );
  }
}
/** トップカテゴリー */
.cateList {
  background: #e7e7e7;
  margin-right: 1rem;
  padding: 1rem 0rem;
  font-size: 15px;
}

.cateList_3line {
  width: 30.5%;
}

.cate_small {
  font-size: 100%;
}

.cate_middle {
  text-align: left;
  margin: 1rem;
}
.cate_middle a {
  text-decoration: none;
  font-weight: bold;
}

.cateList_box {
  display: flex;
}
.cateList_box li:last-child {
  margin-right: 0;
}

.cate_small span {
  display: inline-block;
  margin: 0 1rem 1rem 2rem;
}

/** 最新のFAQ 閲覧の多いFAQ */
.qaList, .faqList {
  margin: 1rem 2rem 2rem;
}

.qaList li, .faqList li, .faq_relate_list li.Q_sml, .search_list_inner .icoQ_sml {
  padding: 0 0 0 48px;
  margin-bottom: 1rem;
  min-height: 36px;
  display: flex;
  align-items: center;
}

.qaList li.Q_sml, .faqList li.Q_sml, .faq_relate_list li.Q_sml {
  background: transparent url("/usr/file/attachment/faq_q_image.png") no-repeat scroll left center;
  /* 背景 */
  background-size: 36px;
}

.search_list_inner .icoQ_sml {
  background: transparent url("/usr/file/attachment/faq_q_image.png") no-repeat scroll left center;
  /* 背景 */
  background-size: 36px;
}
.search_list_inner .icoA_sml {
  background: none;
  padding-left: 48px;
}

/* 検索結果 */
ul.search_dateNo {
  margin-left: 48px;
}

.ttl_col {
  background: none;
}

.ttl_bg {
  background: none;
}
.ttl_bg:after {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #e7e7e7;
  content: "";
}

.icoQa, .icoNew, .icoKeyword, .icoCate, .icoFaq, .icoResult, .icoCars {
  background: none;
  padding: 0.3rem 0 1rem 0.1rem;
  font-size: 18px;
  font-weight: normal;
}

.icoFaq {
  height: 24px;
}

.icoCars {
  display: inline-block;
  height: 24px;
}

.icoQ, .icoA {
  background: transparent url("/usr/file/attachment/faq_q_image.png") no-repeat scroll left top;
  /* 背景 */
  background-size: 36px;
  color: #101010;
  display: flex;
  min-height: 36px;
  align-items: center;
}

.icoQ {
  padding: 1px 0 7px 48px;
}

/* FAQ表示 */
.faq_qstCont_ttl {
  margin: 2rem 2rem 1rem 0;
}

.faq_ans_bor {
  display: none;
}

.faq_ans_col {
  background: transparent url("/usr/file/attachment/faq_a_image.png") no-repeat scroll left top;
  /* 背景 */
  background-size: 36px;
  background-color: #e7e7e7;
  border-bottom: none;
  color: #101010;
  padding: 10px 48px 20px;
}

.faq_relate_list {
  margin-top: 1rem;
}

.faq_list_bg1, .faq_list_bg2 {
  background-color: #f5f5f5;
}

/* 検索結果 */
.search_list {
  border: none;
}

li.search_list_inner {
  border: none;
  background: #f5f5f5;
  position: relative;
  color: #101010 !important;
  font-size: 16px;
  text-decoration: none;
}
li.search_list_inner:hover {
  background-color: #f5f5f5;
  /* 背景色 */
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pg_col_top, .pagination {
  font-family: "MazdaTypeRegular", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic Pro, "Meiryo", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

.faq_ansCont_txt p, .search_list_inner .icoA_sml {
  line-height: 2em;
}

#faq_answer_contents table, #faq_answer_contents td, #faq_answer_contents th {
  border-collapse: collapse;
  border: 1px solid #101010;
}
#faq_answer_contents tbody tr:first-child {
  background-color: #ccecff;
}

.topLink, .okw_sort_select {
  display: none;
}

/* カスタム 車種から探す */
#car_search {
  margin: 10px 10px 20px;
}
#car_search a {
  text-decoration: none;
}
#car_search a:hover {
  text-decoration: underline;
}

.car_search_item {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
}

.car_model_box {
  width: 100%;
  display: none;
  flex-wrap: wrap;
}

.car_name_box, .car_model_ch_box {
  width: 15.5%;
  margin-right: 1rem;
  text-align: center;
}

.car_name_box br, .car_model_box br {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .car_name_box br, .car_model_box {
    display: none;
  }
}
.car_search_img {
  max-height: 150px;
  margin-bottom: 0.5rem;
}

.car_search_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 110px;
  background: #e7e7e7;
  margin-bottom: 1rem;
}

.ch_car_search_box {
  min-height: 2em;
}

.ch_car_search {
  display: none;
}

a.r_car_name_btn {
  text-decoration: none;
}

.select_car_name {
  font-weight: bold;
}

.car_name_link, .car_model_ch {
  display: block;
}

.car_name_link {
  margin-bottom: 1rem;
}

/**** FAQ詳細画面 *** */
/**** アンケート *** */
.okw_enquete_area {
  border: none;
  padding: 11px 15px;
  margin: 0 auto;
}
.okw_enquete_area .questioner_ttl {
  font-size: 18px;
  text-align: center;
  border-bottom: none;
}
.okw_enquete_area .questioner_ttl::after {
  content: "";
  display: block;
  background-color: #d5d5d5;
  height: 1px;
  margin-top: 1rem;
}

.faq_form_list {
  display: flex;
  justify-content: center;
  float: none;
  margin: 0 auto 2rem;
  width: 100%;
}
.faq_form_list li {
  margin-right: 20px;
  line-height: 2;
  padding: 11px 15px;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  background: #fff;
  position: relative;
  width: 90px;
}
.faq_form_list li:last-child {
  margin-right: 0;
}
.faq_form_list li input[type=radio] {
  padding: 0;
  -webkit-transition: -webkit-transform 0.18s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.18s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.18s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.18s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.18s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.18s, 0.18s;
  transition-duration: 0.18s, 0.18s;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
  border: #fff solid 1px;
  position: relative;
  left: 6px;
  top: 0;
}
.faq_form_list li input[type=radio]:checked {
  padding: 0;
  -webkit-transition: -webkit-transform 0.18s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.18s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.18s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.18s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.18s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.18s, 0.18s;
  transition-duration: 0.18s, 0.18s;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  left: 6px;
  top: 0;
  background: #101010;
  border: #101010 solid 1px;
}
.faq_form_list li input[type=radio]::before {
  border: 1px solid #999;
  content: "";
  width: 20px;
  height: 20px;
  position: relative;
  top: -7px;
  left: -7px;
  display: inline-block;
  border-radius: 50%;
}
.faq_form_list li input[type=radio]:checked::before {
  content: "";
  width: 20px;
  height: 20px;
  position: relative;
  top: -7px;
  left: -7px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #101010;
}
.faq_form_list li label {
  margin-left: 30px;
}

.questioner_btn {
  border: 1px solid #101010;
  border-radius: 3px;
  background: #fff;
  color: #101010;
  width: auto;
  height: auto;
}
.questioner_btn[disabled] {
  color: #999;
  border: 1px solid #d5d5d5;
}
.questioner_btn:hover {
  background: #fff;
  border: 1px solid #d5d5d5;
  color: #999;
}
.questioner_btn:enabled:hover {
  background: #101010;
  border: 1px solid #101010;
  color: #fff;
}
.questioner_txt_col{
  margin: 0 auto 5px auto;
}

/**** お問合せ窓口 *** */
.Wysiwyg .icon-external-black:after {
  content        : "";
  position       : relative;
  top            : -1px;
  display        : inline-block;
  width          : 16px;
  height         : 13px;
  margin-left    : 15px;
  background     : url(/usr/file/attachment/link_icon_white.png) 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align : middle
}

.Wysiwyg .icon-external-black:hover:after {
  background-image: url(/usr/file/attachment/link_icon_black.png)
}

.Wysiwyg .button-standard-black.icon-external-black:after {
  background-image: url(/usr/file/attachment/link_icon_black.png)
}
.Wysiwyg .button-standard-black.icon-external-black:hover:after {
  background-image: url(/usr/file/attachment/link_icon_clear.png)
}
.TwoColumnLayout.size__full-width>.TwoColumnLayout__container>.TwoColumnLayout__column.TwoColumnLayout__secondContent {
  margin-left: 40px;
}

/**** 事前確認用 *** */
.dsp_none{
  display: none;
}