@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
body {
    /* font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important; */
    font-family: Roboto,'Noto Sans JP', sans-serif,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    line-height: 1.5; /* テキスト高さ */
    color: #3c3c3c; /* テキスト色 */
    text-align: left; /* テキスト配置 */
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

textarea, input, select {
  font-family: Roboto,'Noto Sans JP', sans-serif,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
a{
  transition: .3s;
}
a:hover{
  text-decoration: none;
  opacity: .6;
}
#okw_footer_default{
  padding: 0;
}
#okw_footer_custom{
  background: #EDEDED;
  height: auto;
  margin-bottom: 0;
}
.okw_footer_customInner{
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 40px 100px 20px 100px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.okw_footer_customLogo {
  width: 233px;
}
.okw_footer_customLogo img{
  width: 100%;
}
.okw_footer_customCopy{
  color: #333333;
  font-size: 12px;
  text-align: center;
  padding: 10px 0 40px 0;
  max-width: 1040px;
  margin: 0 auto;
  border-top: 1px solid #CECECE;
}
.okw_footer_customInner ul{
  text-align: center;
  margin: 0 0 0 6vw;
}
.okw_footer_customInner li{
  display: inline-block;
  margin: auto;
  padding: 0 5px 0 5px;
  font-size: 13px;
  letter-spacing: 0;
}
.okw_footer_customInner li:not(:last-child){
  border-right: #000 1px solid;
}
.okw_footer_customInner li a{
  color: #000;
  white-space: nowrap;
}


#okw_contents{
  background: none;
}
#okw_contents_inner{
  background: none;
  padding: 0;
}
#okw_contents_base{
  max-width: 1280px;
  width: 100%;
  padding: 0 40px;
  background: none;
  box-sizing: border-box;
}
.search_frmArea{
  margin: 0;
  box-sizing: border-box;
  padding: 0 0 0 40px;
  box-sizing: border-box;
}
.search_frmArea input{
  font-size: 20px;
}
input[type="text"].keyword_frm:focus {
  outline: 0;
}
.keyword_frm{
  border: #C3C3C3 1px solid;
  border-radius:3px 0 0 3px;
  background-color: #fff;
  padding: 10px 20px;
  box-sizing:border-box;
  width: 715px;
  height: 50px;
}
.search_frmArea .keyword_frmbtn{
  background: #588FD9;
  border-left: none;
  border-radius: 50px;
  padding: 10px;
  color: #fff;
  box-sizing:border-box;
  width: 200px;
  height: 46px;
  cursor: pointer;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
  margin: 7px 0 0;
  font-size: 20px;
}
.search_frmArea .keyword_frmbtn:hover{
  background-color: #ff9275;
}
.keyword_frm{
    border-radius: 6px;
    height: 60px;
}
.search_frmArea input{
    margin: 0 45px 0 0;
    border-radius: 6px;
}
.search_faq_type{
  display: none;
}
.okw_bread{
  padding: 3px 0 39px 0;
}
.okw_bread a{
  color: #787878;
  display: flex;
  align-items: center;
}
.okw_bread li a::before{
    background: transparent url("https://support.usen.com/usr/file/attachment/CqTwSnkdTi7lO8Il.svg") 0 center no-repeat;
    width: 13px;
    height: 22px;
    content: '';
    margin: 0 35px 0 27px;
    display: block;
}
.okw_bread li a:last-of-type::after{
background: transparent url("https://support.usen.com/usr/file/attachment/CqTwSnkdTi7lO8Il.svg") 0 center no-repeat;
width: 13px;
height: 22px;
content: '';
margin: 0 35px 0 27px;
display: block;
}
.okw_bread li a:first-child::before{
    content: none;
}
.okw_bread_list span{
    color: #588FD9;
    /*background: url('/usr/file/attachment/rt5VvnTr4sg0NvLF.png')  no-repeat scroll 0% 10%;*/
    font-size: 0;
    display: flex;
    align-items: center;
}
.okw_bread_list span:last-of-type{
    font-size: 16px;
}
.okw_bread li{
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.okw_bread_list span:nth-last-of-type()::before{
  display: none;
}
#fontCol,
#okw_side{
  display: none;
}
#okw_center.okw_side.flo_r{
  width: 100%;
  float: none;
  display: inline-block;
}
.topHeaderNav{
  display: none;
}
#category_index #okw_contents_base{
  padding: 0 80px;
}
#category_index .topHeaderNav{
  display: block;
  background: #F1F1F1;
}
.topHeaderNav ul{
  width: 900px;
  display: flex;
  font-size: 14px;
  margin: 0 auto 58px auto;
}
.topHeaderNav ul a{
  display: block;
  color: #333;
  text-decoration: none;
  padding: 20px 18px 18px 18px;
}
.topHeaderNav ul a:hover{
  background: #FFF;
}
.topHeaderNav ul li{
  padding: 0 22px 0 0px;
  margin: 0 0 0 -18px;
}
.topHeaderNav ul li a span{
  color: #646464;
  font-size: 10px;
  display: inline-block;
  margin-left: 14px;
}
.topHeaderNav ul li a span img{
  display: block;
}
.titType1{
  font-size: 40px;
  padding-bottom: 5px;
  font-weight: 400;
  margin-bottom: 33px;
}
.listType1{
  padding: 0 10px;
}
.listType1 li{
  padding-right: 10px;
  display: inline-block;
}
.listType1 li a{
  color: #db461e;
  white-space: nowrap;
  font-size: 14px;
}
.ttl_col{
  background: none;
  height: auto;
  padding: 0;
  margin-bottom: 15px;
}
.ttl_col h2{
  font-size: 40px;
  padding-bottom: 5px;
  font-weight: 400;
}
.ttl_bg{
  background: none;
  height: auto;
  padding: 0;
}
.icoResult{
  background: none;
  height: auto;
  padding: 0;
}
.search_list{
  border-top: none;
  width: 100%;
}
.search_list_bg2,
.search_list_bg1{
  background-color: #fafafa;
  padding: 20px;
}
li.search_list_inner.search_list_bg1:hover,
li.search_list_inner.search_list_bg2:hover{
  background-color: #eee;
}
.search_list_inner{
  border-bottom: #F0F0F0 1px solid;
  transition: .3s;
}
.search_list_bg2, .search_list_bg1{
    background-color: inherit;
}
.search_qattl{
  font-weight: 400;
  margin-bottom: 0;
  font-size: 20px;
}
.icoQ_sml{
  padding: 5px 0 5px 60px;
  background: transparent url("/usr/file/attachment/aXwf96tXFvY98HIr.svg") no-repeat scroll left top; /* 背景 */
  background-size: 40px;
}
.icoQ_sml a{
  color: #3b3c3c;
}
/* .icoA_sml{
  margin-top: 25px;
  padding: 5px 0 5px 60px;
  background: transparent url("/usr/file/attachment/DKEOVTgkHiR7kV5b.svg") no-repeat scroll left top;
  background-size: 34px;
  font-size: 14px;
  line-height:1.85;
} */
.icoA_sml{
  /* display: none; */
  margin: 0;
  padding: 0;
  background: none;
  font-size: 0;
  line-height:1.85;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.icoA_sml .csv_add:nth-last-child(3) {
  display: none;
}
.search_date_area{
  display: none;
  /* padding: 0 0 0 60px; */
}
.search_date_area ul{
  margin: 0;
}
.search_date_area li,
.search_date_area li.mark_area br,
#faq_show .okw_main_faq span.mark_area{
  display: none;
}
.search_date_area li.mark_area{
  display: block;
  margin: 0;
}

.oneCol.okw_main_category .pg_col_top{
  /* display: none; */
  margin: 4px 0 15px 0;
}
.oneCol.okw_main_category .pg_col_top .okw_sort_select select,
.oneCol.okw_main_category .pg_col_top .okw_sort_select .sort_arrow {
  display: none;
}
.search_word{
  background-color: #fadbdd;
}
.pg_col_down{
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
}
.pg_no{
    color: #787878;
    font-size: 16px;
}
.pg_col_down .pg_no.flo_l{
  text-align: center;
  float: none;
  margin-left: auto;
  width: auto;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.pagination{
  float: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination > *{
  margin-right: 1.328125vw;
  margin-left: 1.328125vw;
  background-color: #fff;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50px;
  color: #333;
  padding: 0 !important;
  text-align: center;
  font-size: 16px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.2);;
}
@media screen and (max-width: 899px){
  .pagination > *{
    width: 30px;
    height: 30px;
    line-height: 30px;

  }
}
.pagination > a{
  color: #333;
  margin-right: 1.328125vw;
  margin-left: 1.328125vw;
}
.pagination a, .pagination span{
    margin-right: 1.328125vw;
    margin-left: 1.328125vw;
}
.pagination > a:hover{
  text-decoration: none;
  background-color: #eee;
}
.pagination > em.current{
  background-color: #EDEDED;
  color: #333;
}
.pagination > .disabled{
  opacity: 0.6;
}
.pagination > .previous_page{
  margin-right: 2.34375vw;
  width: 65px;
  font-size: 0;
  background: #fff url("/usr/file/attachment/rt5VvnTr4sg0NvLF.png") center center no-repeat;
  background-size: 10px;
  transition: .3s;
}
.pagination > .next_page{
  margin-left: 2.34375vw;
  width: 65px;
  font-size: 0;
  background: #fff url("/usr/file/attachment/QItJM5RV4cYphnNY.png") center center no-repeat;
  background-size: 10px;
  transition: .3s;
}
.btBack{
  text-align: center;
  margin-top: 30px;
}
.btBack a{
  display: flex;
  padding: 10px;
  width: 277px;
  box-sizing:border-box;
  color: #588FD9;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
}
.btBack a::before{
  background: transparent url("https://support.usen.com/usr/file/attachment/CqTwSnkdTi7lO8Il.svg") 0 center no-repeat;
  width: 13px;
  height: 22px;
  content: '';
  margin: 0 17px 0 27px;
  display: block;
  transform: rotate(180deg);
}
#category_search .okw_parts_usr_9 {
  float: none;
  clear: left;
  width: auto;
  margin-left: auto;
  margin-right: auto;
} 
.btMore{
  display: none;
  text-align: center;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
}
.btMore a{
  display: inline-block;
  border: #ddd 1px solid;
  border-radius: 5px;
  padding: 10px;
  width: 300px;
  box-sizing:border-box;
  background: #fff url("/usr/file/attachment/jKAb8JKAqPZmw8Hn.svg") 10px center no-repeat;
  background-size: 10px;
  color: #3c3c3c;
}
.btMore a:hover{
  color: #3c3c3c;
  text-decoration: none;
  background: #eee url("/usr/file/attachment/jKAb8JKAqPZmw8Hn.svg") 10px center no-repeat;
  background-size: 10px;
}
.okw_main_category{
  margin-bottom: 50px;
}
.colArea{
  margin-bottom:50px;
}
.oneCol .search_description{
  display: none;
}

.attention_keyword_list {
  padding: 0px 2px;
}
.attention_keyword_list a{
  display: block;
  border: 1px solid #dc461e;
  background: #FFFFFF;
  color: #dc461e;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  text-decoration: none;
  font-size: 16px;
  padding: 3px 16px 2px 16px;
  -webkit-transition: background 0.30s, color 0.30s;
     -moz-transition: background 0.30s, color 0.30s;
      -ms-transition: background 0.30s, color 0.30s;
       -o-transition: background 0.30s, color 0.30s;
          transition: background 0.30s, color 0.30s;
}
.attention_keyword_list a:hover{
  background: #dc461e;
  color: #FFFFFF;
}
.attention_keyword_list li{
  display: inline-block;
  margin: 0 11px 11px 0;
}
.attention_keyword_list li span{
  display: none;
}
.oneCol.okw_parts_attention_keyword .ttl_bg .icoHot,
.oneCol.okw_parts_info_and_news .ttl_bg .icoInf{
  font-weight: normal;
  background: none;
  display: none;
}
.oneCol.okw_parts_attention_keyword .ttl_bg:before{
  content:"よく検索されているキーワード";
}

.oneCol.okw_parts_info_and_news {
  display: none;
}

#category_index .oneCol.okw_parts_search .ttl_col{
  display: none;
  position: relative;
  margin-bottom: 5px;
  border-bottom: none;
}
#faq_show .okw_parts_search .search_frmArea{
  padding: 0 0 0 9.375vw;
}
#faq_show .okw_parts_search .ttl_col{
  margin-bottom: 36px;
}
#faq_show .okw_parts_search .ttl_bg{
  padding: 5px 0 22px 102px;
  background: transparent url("/usr/file/attachment/3FvSbBGZDNT5YLb9.svg") 0 center no-repeat;
  background-size: 80px;
}

#category_index .search_frmArea{
  display: none;
}
#category_index .oneCol.okw_parts_search .ttl_bg{
  padding-top: 3px;
  padding-left: 30px;
  background: url("/usr/file/attachment/GhKkqWFKAuQPe4H2.svg") 0 center no-repeat;
  background-size: 20px;
  font-size: 14px;
  font-weight: normal;
}
#category_index .oneCol.okw_parts_search .ttl_bg:before{
  content:"調べたい言葉で検索";
}
#category_show #okw_contents_base,#faq_show #okw_contents_base, #faq_any_allow_wizard_select #okw_contents_base{
  max-width: 1280px;
  padding: 0 40px;
}
#category_show .ttl_col{
  margin-bottom: 32px;
}
#category_show .okw_main_category .pg_col_top{
  padding: 0 0 0 30px;
  box-sizing: border-box;
}
#category_show .okw_main_category .pg_col_down{
  padding-top: 36px;
  padding-bottom: 65px;
}
#category_show .okw_main_category .pg_col_down .pg_no.flo_l{
  font-size: 16px;
  letter-spacing: 0;
}
#category_show .okw_main_category .search_list_inner{
  padding: 20px 20px 19px 0;
  box-sizing: border-box;
}
#category_show .okw_main_category .pg_col_top{
  margin: 4px 0 0 0;
}
#category_show .okw_main_category .search_list{
  padding: 0 0 0 40px;
  box-sizing: border-box;
}
#category_show .okw_main_category .icoQ_sml{
  padding: 5px 0 5px 72px;
}
#category_show .okw_bread,#faq_show .okw_bread{
  margin: 0px 0 51px 0;
}
#faq_show .okw_bread{
  margin: 0px 0 37px 0;
}
#category_show .colArea{
  margin-bottom: 82px;
  padding: 0 40px;
}
#category_show #okw_contents_inner,#faq_show #okw_contents_inner, #faq_any_allow_wizard_select #okw_contents_inner,#category_search #okw_contents_inner{
  box-sizing: border-box;
  padding: 46px 0 0 0;
}
@media screen and (max-width: 899px){
  #okw_sub_header{
    padding: 0!important;
  }
  #tunerlist ul li a em{
    background: none!important;
  }
  #category_show #okw_contents_inner,#faq_show #okw_contents_inner, #faq_any_allow_wizard_select #okw_contents_inner,#category_search #okw_contents_inner{
    padding: 0;
  }
}
#category_show .oneCol.okw_parts_search .ttl_bg:before{
  /* content:"さらに検索で絞り込む"; */
  content:"キーワードで探す";
}
#faq_show .wzd_slct_area{
  padding-left: 20px;
}
#faq_show .wzd_qstCont_col{
  padding-left: 23px;
}
#faq_show .faq_qstCont_ttl{
  margin: 0 0 0 0;
  padding: 10px 0;
}
#faq_show .faq_qstCont_Num{
  border-radius: 50px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
  display: inline-block;
  margin: 0 0 40px;
}
#faq_show .faq_qstCont_Num a{
  color: #588FD9;
  padding: 10px 40px 7px 40px;
  display: inline-block;
}
#faq_show .faq_qstCont_Num font{
  font-size: 22px;
}
#faq_show .faq_qstCont_ttl .icoQ, #faq_any_allow_wizard_select .faq_qstCont_ttl .icoQ{
  padding: 5px 0 22px 102px;
}
#faq_show .faq_qstCont_col, #faq_any_allow_wizard_select .faq_qstCont_col, #faq_show .wzd_qstCont_col, #faq_any_allow_wizard_select .wzd_qstCont_col {
  margin: -12px -40px 82px 100px;
  width: 91.5%;
  padding-top: 42px;
}
.faq_ans_col{
  margin: 0 0 0 0;
  padding-left: 142px;
  border-bottom: none;
  padding-top: 15px;
  background: url("/usr/file/attachment/DKEOVTgkHiR7kV5b.svg") 40px 17px no-repeat; /* 背景 */
  background-size: 80px;
  padding-right: 80px;
  font-size: 14px;
}
#faq_show .faq_ansCont_txt:before{
  border-bottom: 2px solid #000;
  margin: 0 0 40px;
}
#faq-show #okw_contents_base{
  padding: 0 0px 0 20px;
}
#faq_show .oneCol.okw_parts_search .ttl_bg:before,
#category_search .oneCol.okw_parts_search .ttl_bg:before{
  content:"さらに検索する";
}
.oneCol.okw_parts_search .icoKeyword{
  display: none;
}
.homeQa{
  margin: -19px 0 0 0;
}
.homeQa .homeQaTit{
  display: none;
  /* display: flex; */
  align-items: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.homeQa .homeQaTitImg{
  width: 65px;
  text-align: center;
}
.homeQa .homeQaTit img.img1{
  width: 35px;
}
.homeQa .homeQaTit img.img2{
  width: 42px;
}
.homeQa .homeQaTit img.img3{
  width: 42px;
}
.homeQa .homeQaTit img.img4{
  width: 30px;
}
.homeQa .homeQaTit img.img5{
  width: 38px;
}
.homeQa .homeQaTit img.img6{
  width: 40px;
}
.homeQa .homeQaWrap{
  display: none;
  margin-bottom: 25px;
  position: relative;
}
.homeQa .homeQaList{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 40px;
  justify-content: space-between;
}
.homeQa .homeQaList li{
  display: block;
  border-bottom: 1px solid #F0F0F0;
  width: 46%;
}
.homeQa .homeQaWrap.all_show {
  display: flex;
  margin-bottom: 52px;
}

.homeQa .homeQaList.is-show li{
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
}
/*.homeQa .homeQaList li:nth-child(1),
.homeQa .homeQaList li:nth-child(2),
.homeQa .homeQaList li:nth-child(3){.homeQa .homeQaList
  display: block;
}*/
.homeQa .homeQaList li a{
  color: #3c3c3c;
  padding: 20px 0 14px 0;
  background-size: 23px;
  font-size: 20px;
  display: flex;
  letter-spacing: 0;
  width: 100%;
}
.homeQa .homeQaList li a:hover{
  text-decoration: none;
}
.homeQa .homeQaList li span.catcol-01 {
  margin-top: 20px;
}
.homeQa .homeQaBt{
  position: absolute;
  top: 4px;
  right: 4px;
  width: 32px;
  height: 32px;
  background: transparent url("/usr/file/attachment/Or5uMzGDERTqnWgd.svg") 0 0 no-repeat; /* 背景 */
  background-size: 32px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s;
}
.homeQa .homeQaBt:hover{
  opacity: 0.6;
}
.homeQa .homeQaBt.is-show{
  background: transparent url("/usr/file/attachment/ApRG2GLBxkGpOp69.svg") 0 0 no-repeat; /* 背景 */
  background-size: 32px;
}
.homeProduct .homeProductTit{
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
  height: 36px;
  letter-spacing: 0;
  text-align: center;
}
.homeProduct .homeProductTitImg{
  width: 52px;
  text-align: center;
}
.homeProduct .homeProductImg{
    margin: 0 0 20px;
}
.homeProduct .homeProductTit img.img1,
.homeProduct .homeProductTit img.img2,
.homeProduct .homeProductTit img.img3,
.homeProduct .homeProductTit img.img4,
.homeProduct .homeProductTit img.img5{
  width: 42px;
}
.homeProduct .homeProductTit img.img6{
  width: 30px;
}
.homeProduct .homeProductTit img.img7,
.homeProduct .homeProductTit img.img8{
  width: 38px;
}
.homeProduct{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 40px;
}
.homeProduct a.homeProductItem{
  width: 31%;
  margin: 0 0 79px;
  color: #3c3c3c;
  text-decoration: none;
  opacity: 1;
  transition: .5s;
  min-height: 300px;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
  border-radius: 5px;
}
.homeProduct a.homeProductItem:nth-child(1) h3.homeProductTit,.homeProduct a.homeProductItem:last-child h3.homeProductTit,.homeProduct a.homeProductItem:nth-last-of-type(2) h3.homeProductTit{
  margin-top: 27px;
}

.homeProduct a.homeProductItem:hover{
  opacity: 0.6;
}
.homeProduct a.homeProductItem img{
  width: 100%;
}
.homeProduct .homeProductWrap{
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  height: 100%;

}
.homeProduct .homeProductWrap img.img1,
.homeProduct .homeProductWrap img.img7,
.homeProduct .homeProductWrap img.img8{
  width: 100px;
}
.homeProduct .homeProductWrap img.img2,
.homeProduct .homeProductWrap img.img3,
.homeProduct .homeProductWrap img.img4,
.homeProduct .homeProductWrap img.img5,
.homeProduct .homeProductWrap img.img6{
  width: 152px;
}
.homeProduct .homeProductWrap img.img10{
  border-radius: 5px;
  width: 100%;
}
.homeProduct .homeProductarea{
  height: 7.265625vw;
  box-sizing: border-box;
  padding: 22px 0;
  display: block;
  min-height: 83px;
  max-height: 93px;
}
.homeProduct span.homeProductarea img{
  height: 100%;
  width: auto;
}
.faq_qstInf_col{
  display: none;
}
.faq_ans_bor.faq_ans_ttl,
.faq_qstCont_ttl{
  padding: 10px 20px;
  font-size: 26px;
  color: #3b3c3c;
  margin: 0 0 0 0;
}
.faq_ans_bor.faq_ans_ttl{
  display: none;
}
.faq_ans_ttl .icoA{
}
.faq_qstCont_ttl .icoQ{
  font-weight: 400;
  padding: 13px 0 13px 60px;
  background: transparent url("/usr/file/attachment/aXwf96tXFvY98HIr.svg") 0 top no-repeat; /* 背景 */
  background-size: 80px;
  font-size: 40px;
}
#wizard_content_0{
  overflow: hidden;
}
#wizard_content_0.is-selected .wzd_qstCont_col,
#wizard_content_0.is-selected .faq_qstCont_ttl,
#wizard_content_1.is-selected .wzd_qstCont_col,
#wizard_content_1.is-selected .faq_qstCont_ttl{
  border-bottom: none;
}
#wizard_content_0.is-selected .wzd_slct_area,
#wizard_content_1.is-selected .wzd_slct_area{
  background-color: transparent;
}
#wizard_content_1{
  padding-top: 10px;
  padding-bottom: 10px;
}
#wizard_content_1.is-selected{
  margin-top: -1px;
  background-color: #fafafa;
  border-bottom: #cbcbcb 1px solid;
}
.wzd_bck{
  display: none;
}
.wzd_qstCont_col{
  background-color: #fff;
  border-left: none;
  padding-left: 0;
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  background-size: 26px;
  font-size: 14px;
  margin-left: 80px;
  margin-right: 80px;
}
.wzd_slct_area{
  padding: 0;
  background-color: #fff;
  margin-left: 80px;
  margin-right: 80px;
  overflow: initial;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.faq_qstCont_col, .wzd_qstCont_col{
  /* display: none; */
  padding: 0;
  border-top: #424242 2px solid;
  box-sizing: border-box;
  margin: 0 0 0 60px;
}

 #faq_question_contents {
  display: none;
 }

 .faq_cate_col {
  display: none;
  border: none;
  background: none;
  margin: 0;
 }

.faq_cate_col dd span, .faq_cate_col dd a:first-child {
  display: none;
}

.wzd_qstCont_col + .wzd_slct_area{
  /* border-bottom: none; */
}
.wzd_slct_area > div{
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
  margin: 0 0 40px;
  display: inline-block;
}
.wzd_slct_area a{
  display: block;
  width: 100%;
}
.wzd_slct_area span,
.wzd_slct_area a{
  font-size: 22px;
  color: #3b3c3c;
  text-decoration: none;
  font-weight: bold;
}
.wzd_slct_area .chckbx_off, .wzd_slct_area .chckbx_on{
  padding:  9px 30px 8px 100px;
  width: 100%;

  box-sizing: border-box;
}
.wzd_slct_area .chckbx_off{
  background: transparent url("/usr/file/attachment/m9SwMw80IxYdYzCf.svg") left 41px top 14px no-repeat; /* 背景 */
  background-size: 24px;
}
.wzd_slct_area .chckbx_on{
  background: transparent url("/usr/file/attachment/QVYBo9N93GqOzPs1.svg") left 41px top 14px no-repeat; /* 背景 */
  background-size: 24px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
  margin: 0;
  display: flex;
  align-items: center;
}
.wzd_slct_area .selecttxt{
  display: none;
}


.faq_ans_col img {
  max-width: 100%;
  height: auto;
  padding: 10px 0;
}
.topLink{
  display: none;
}
.printBt{
  text-align: right;
  margin-top: -5px;
  margin-bottom: -30px;
}
.printBt p{
  display: inline-block;
  border: #ddd 1px solid;
  border-radius: 5px;
  padding: 10px;
  width: 180px;
  box-sizing:border-box;
  background: #fff url("/usr/file/attachment/mUwsoECjnxXBeJPx.svg") 10px center no-repeat;
  background-size: 26px;
  color: #3c3c3c;
  font-size: 12px;
  cursor: pointer;
}
.printBt p:hover{
  color: #3c3c3c;
  text-decoration: none;
  background: #eee url("/usr/file/attachment/mUwsoECjnxXBeJPx.svg") 10px center no-repeat;
  background-size: 26px;
}
.faq_ansCont_txt{
  font-size: 14px;
  line-height:1.857;
}
.faq_ansCont_txt:before{
  content: "回答";
  font-size: 40px;
  font-weight: 400;
  display: block;
  padding: 5px 0 10px 0;
}

a.faq_list_show_detail {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.6);
  opacity: 0;
  -webkit-transition: opacity 0.30s;
     -moz-transition: opacity 0.30s;
      -ms-transition: opacity 0.30s;
       -o-transition: opacity 0.30s;
          transition: opacity 0.30s;
  z-index: 1;
}

@media screen and (min-width: 900px) {
  a.faq_list_show_detail:hover {
    opacity: 0;
  }
}
/* .icoA_sml::after{
  display: inline-block;
  content: "…詳細表示";
  font-size: 12px;
} */
.icoA_sml::after{
  display: none;
}

/* a.faq_list_show_detail {
  display: inline-block;
  font-size: 12px;
  color: #3C3C3C;
  text-decoration: underline;
  margin: 0 0 0 6px;
} */

.wzd_slct_area {
  background: none;
}

#customer_list{
  border: #cccccc 1px solid;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 20px;
  margin: 100px 0 50px 0;
}

#customer_list strong{
  display: block;
  font-size: 14px;
  font-weight: normal;
}

#customer_list table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

#customer_list table tr{
  
}

#customer_list table thead tr{
  background: #dddddd;
}

#customer_list table thead tr th{
  text-align: center;
  font-weight: bold;
}

#customer_list table thead tr td{
  text-align: center;
  font-weight: bold;
}

#customer_list table tr th{
  border-bottom: 1px solid #CCCCCC;
  vertical-align: middle;
  font-weight: normal;
  font-size: 12px;
  padding: 10px;
}

#customer_list table tr td{
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  padding: 10px;
}

#customer_list table tr td span:first-child{
  margin: 0 0 15px 0;
}

#customer_list table tr .sponly{
  display: none;
}

#okw_header_inner{
    max-width: 980px;
    width: auto;
    background: none;
}

.wzd_qstCont_col .wzd_qstCont_txt{
  width: 100%;
}
.faq_ans_bor.faq_ans_ttl, .faq_qstCont_ttl{
  padding: 10px 0;
}
#tunerlist h2{
  background: none!important;
}
#tunerlist ul li:nth-child(16) span{
  width: 100%!important;
}
#tunerlist ul li a{
  box-sizing: border-box!important;
  height: 100%;
}
#tunerlist ul li a em{
  font-size: 22px;
}
#tunerlist ul li a::after{
  content: none!important;
}
@media screen and (max-width: 899px) {
#tunerlist ul li a em{
  text-align: center;
}
#category_index #okw_contents_base{
  padding: 0;
}
.colArea{
  margin-bottom: 30px;
}
#faq_show .faq_qstCont_Num a{
  padding: 0;
}
#category_show #okw_contents_base,#faq_show #okw_contents_base, #faq_any_allow_wizard_select #okw_contents_base{
  max-width: 1280px;
  padding: 0;
}
.wzd_slct_area > div{
  padding: 0;
  margin: 0 0 20px;
}
#category_show .ttl_col{
  margin-bottom: 15px;
}
#faq_show .okw_parts_search .ttl_col{
  margin-bottom: 15px;
}
#faq_show .okw_bread{
  margin-bottom: 17px;
}
#category_show #okw_contents_inner, #faq_show #okw_contents_inner{
  padding: 10px 0 0 0;
}
.homeQa .homeQaList.is-show li{
  display: block;
  width: 100%;
}
.homeProduct a.homeProductItem:nth-child(1) h3.homeProductTit,.homeProduct a.homeProductItem:last-child h3.homeProductTit,.homeProduct a.homeProductItem:nth-last-of-type(2) h3.homeProductTit{
  margin-top: 10px;
}
.homeProduct a.homeProductItem:nth-child(1) .homeProductWrap span{
  width: 65%;
  margin: 0 auto;
}
.homeProduct a.homeProductItem:last-child .homeProductWrap span{
  width: 45%;
  margin: 0 auto;
}
.homeProduct .homeProductImg{
  margin: 0 0 1.5625vw;
  width: 90%;
}
#faq_show .faq_qstCont_Num{
  padding: 10px 20px 7px 20px;
  box-sizing: border-box;
  margin-right: 10px;
}
#faq_show .faq_qstCont_Num font{
  font-size: 14px;
}
#faq_show .okw_parts_search .search_frmArea{
  padding: 0;
}
#faq_show .okw_parx ts_search .ttl_bg{
  padding: 5px 0 5px 38px;
  background: transparent url("/usr/file/attachment/3FvSbBGZDNT5YLb9.svg") 0 5px no-repeat;
}
#faq_show .faq_qstCont_col, #faq_any_allow_wizard_select .wzd_qstCont_col, #faq_show .wzd_qstCont_col {
  margin: -12px 0 20px 0;
  width: calc(100% - 39px);
  margin-left: auto;
}
#faq_show .wzd_qstCont_col{
  padding-left: 0;
}
.faq_ans_col{
  padding-left: 38px;
}
#faq_show .faq_ansCont_txt:before{
  font-size: 18px;
}
#faq_show .faq_qstCont_ttl .icoQ, #faq_any_allow_wizard_select .faq_qstCont_ttl .icoQ{
  padding: 5px 0 5px 38px;
  font-size: 18px;
}
#category_show .okw_main_category{
  margin-bottom: 5px;
}
#category_show .okw_main_category .search_list_inner{
  padding: 10px 0;
}
#category_show .okw_main_category .icoQ_sml{
  padding: 5px 0 5px 35px;
}
#faq_show .okw_parts_search .ttl_bg{
  background-size: 31px;
  padding: 5px 0 5px 38px;
}
#faq_show .wzd_slct_area{
  padding-left: 0;
  margin-left: 0;
  padding: 0 10px;
}
.pg_no{
  width: 100%;
}
#category_show .okw_main_category .pg_col_top{
  padding: 0;
}
#category_show .okw_main_category .search_list{
  padding: 0;
}
#category_show .colArea{
  padding: 0;
  margin-bottom: 50px;
}
#category_show .okw_bread,#faq_show .okw_bread{
  margin: 0px 0 5px 0;
}
.homeProduct span.homeProductarea img{
  height: auto;
  width: 100%;
}
.homeProduct .homeProductarea{
  height: auto;
  width: 90%;
  padding: 1.71875vw 0;
  min-height: initial;
}
#okw_contents_base{
  padding: 0;
}
.search_frmArea{
  padding: 0;
}
.search_frmArea input{
  width: 70%;
  margin: 0 5vw 0 0;
}
#okw_header_inner a{
  width: 90%;
  height: 80px;
  background: transparent url("/usr/file/attachment/5JJiTIOO1G8mm7yb.svg") right center no-repeat; /* 背景 */
  background-size: 88px;
  padding-top: 20px;
}

.logo_header{
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 0;
}
.logo_header_txt{
  font-size: 14px;
}
#okw_contents{
  padding: 10px;
}

.okw_bread{
  padding: 10px 0;
}

.topHeaderNav ul{
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.topHeaderNav ul.is-show{
  height: auto;
}
.topHeaderNav ul li{
  margin: 0;
  padding: 0;
  border-bottom: #FFFFFF 1px solid;
}
.topHeaderNav ul li a{
  background: url("/usr/file/attachment/iGalLb4633XrYP0C.svg") 95% center no-repeat;
  -webkit-background-size: 12px auto;
       -o-background-size: 12px auto;
          background-size: 12px auto;
  width: 90%;
  padding: 11px 5% 10px 5%;
}
.topHeaderNav ul li a:hover{
  background: #FFFFFF url("/usr/file/attachment/iGalLb4633XrYP0C.svg") 95% center no-repeat;
  -webkit-background-size: 12px auto;
       -o-background-size: 12px auto;
          background-size: 12px auto;
}
.topHeaderNav ul li a span{
  display: none;
}
.topHeaderNav .topHeaderNavLink{
  background-color: #dcdcdc;
  height: 35px;
  text-align: center;
}
.topHeaderNav .topHeaderNavLink a{
  display: block;
  height: 35px;
  position: relative;
  background: transparent url("/usr/file/attachment/jKAb8JKAqPZmw8Hn.svg") center center no-repeat; /* 背景 */
  background-size: 20px;
}
.topHeaderNav .topHeaderNavLink a.is-show{
  background: transparent url("/usr/file/attachment/GBDCpGR7raOsFsJK.svg") center center no-repeat; /* 背景 */
  background-size: 20px;
}

.okw_footer_customInner{
  padding: 15px 10px;
  box-sizing:border-box;
  flex-direction: column;
}
.okw_footer_customLogo {
  width: 40%;
  margin: 0 auto 20px auto;
  max-width: 233px;
}
.okw_footer_customLogo img{
  width: 100%;
}
.okw_footer_customCopy{
  font-size: 11px;
  padding: 20px 0 20px 0;
}
.okw_footer_customInner ul{
  padding-right: 10px;
  padding-left: 10px;
}
.okw_footer_customInner li{
  display: block;
  border: none !important;
  font-size: 11px;
  margin: 0 auto 10px;
}
.okw_footer_customInner li:last-child {
  margin: 0;
}


.titType1{
  font-size: 18px;
  margin-bottom: 10px;
}
.ttl_col h2{
  font-size: 18px;
}

.search_list_bg1,
.search_list_bg2{
  padding: 10px;
}
.icoQ_sml{
  padding: 2px 0 2px 35px;
  background: transparent url("/usr/file/attachment/aXwf96tXFvY98HIr.svg") no-repeat scroll left top; /* 背景 */
  background-size: 31px;
  font-size: 14px;
}
/* .icoA_sml{
  margin-top: 10px;
  padding: 2px 0 2px 35px;
  background: transparent url("/usr/file/attachment/DKEOVTgkHiR7kV5b.svg") no-repeat scroll left top;
  background-size: 25px;
  font-size: 14px;
} */
.search_date_area{
  padding: 0 0 0 35px;
}

.keyword_frm{
  width: calc(100% - 62px);
  height: 38px;
  padding: 5px 10px;
}
.search_frmArea .keyword_frmbtn{
  width: 62px;
  height: 38px;
  padding: 5px;
  margin-top: 0;
  font-size: 14px;
}

.homeQa .homeQaWrap{
  padding: 0;
}

.homeQa .homeQaWrap.all_show {
  margin-bottom: 8vw;
}
.homeQa .homeQaList{
  padding: 0;
}
.homeQa .homeQaList li{
  width: 100%;
  margin-top: 0;
}
.homeQa .homeQaList li a{
  padding: 15px 0 15px 0;
  font-size: 14px;
  width: 100%;
}
.homeQa .homeQaBt{
  width: 25px;
  height: 25px;
  background: transparent url("/usr/file/attachment/Or5uMzGDERTqnWgd.svg") 0 0 no-repeat; /* 背景 */
  background-size: 25px;
}
.homeQa .homeQaBt.is-show{
  background: transparent url("/usr/file/attachment/ApRG2GLBxkGpOp69.svg") 0 0 no-repeat; /* 背景 */
  background-size: 25px;
}

/* .search_list .search_list_inner{
  display: none;
}
.search_list .search_list_inner:nth-child(1),
.search_list .search_list_inner:nth-child(2),
.search_list .search_list_inner:nth-child(3),
.search_list .search_list_inner:nth-child(4),
.search_list .search_list_inner:nth-child(5){
  display: block;
}

.pg_col_down{
  display: none;
} */

.homeProduct{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  padding: 0;
  align-items: flex-start;
}
.homeProduct .homeProductTit{
  font-size: 14px;
  height: initial;
  margin: 0 auto 5px;
  width: 90%;
  text-align: center;
}
.homeProductTitTxt{
  width: 100%;
}
.homeProduct .homeProductTit img.img1,
.homeProduct .homeProductTit img.img2,
.homeProduct .homeProductTit img.img3,
.homeProduct .homeProductTit img.img4,
.homeProduct .homeProductTit img.img5{
  width: 30px;
}
.homeProduct .homeProductTit img.img6{
  width: 22px;
}
.homeProduct .homeProductTit img.img7,
.homeProduct .homeProductTit img.img8{
  width: 30px;
}
.homeProduct a.homeProductItem{
  width: 47%;
  margin: 0 0 30px;
  height: 54.5333333vw;
  min-height: initial;
}

.homeProduct .homeProductWrap{
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.homeProduct .homeProductWrap img.img1,
.homeProduct .homeProductWrap img.img7,
.homeProduct .homeProductWrap img.img8{
  width: 80px;
}
.homeProduct .homeProductWrap img.img2,
.homeProduct .homeProductWrap img.img3,
.homeProduct .homeProductWrap img.img4,
.homeProduct .homeProductWrap img.img5,
.homeProduct .homeProductWrap img.img6{
  width: 113px;
}

.faq_ans_bor.faq_ans_ttl,
.faq_qstCont_ttl{
  font-size: 18px;
}
.faq_qstCont_ttl{
  padding-right: 0;
  padding-left: 0;
}

.faq_ans_col,
.wzd_slct_area,
.wzd_qstCont_col{
  margin-right: 0;
  margin-left: 0;
}
.wzd_slct_area span,
.wzd_slct_area a{
  font-size: 14px;
}
.wzd_qstCont_col{
  padding-left: 43px;
  margin-left: 10px;
}
.wzd_slct_area{
  margin-left: 38px;
}
.wzd_slct_area .chckbx_off{
  background: transparent url("/usr/file/attachment/m9SwMw80IxYdYzCf.svg") 8px 8px no-repeat; /* 背景 */
  background-size: 22px;
  padding: 8px 12px 8px 44px;
}
.wzd_slct_area .chckbx_on{
  background: transparent url("/usr/file/attachment/QVYBo9N93GqOzPs1.svg") 8px 8px no-repeat; /* 背景 */
  background-size: 22px;
  padding: 8px 12px 8px 44px;
  margin: 0;
}
.faq_qstCont_ttl .icoQ{
  padding: 5px 0 5px 30px;
  background: transparent url("/usr/file/attachment/aXwf96tXFvY98HIr.svg") 0 0 no-repeat; /* 背景 */
  background-size: 31px;
}
.faq_ans_col, .wzd_ans_col{
  background: url("/usr/file/attachment/DKEOVTgkHiR7kV5b.svg") 0 5px no-repeat; /* 背景 */
  background-size: 31px;
  padding-left: 40px;
  padding-right: 0;
}
.faq_qstCont_col, .wzd_qstCont_col{
  /* display: none; */
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}
.btBack {
  border-top: 1px solid #dddddd;
}

.btBack a{
  border: none;
  font-weight: bold;
  width: 100%;
  display: flex;
  padding: 10px 0;
  letter-spacing: 0;
  font-size: 14px;
  text-align: left;
}
.btBack a::before{
  margin: 0 5px 0 0;
}

.btBack a:hover{
  background-color: #FFFFFF;
}
.btMore{
  display: block;
}
.faq_ansCont_txt{
  line-height:1.57;
}
.faq_ansCont_txt ol{
  padding-left: 30px;
}

.faq_ansCont_txt:before{
  padding: 0 0 5px 0;
  font-size: 18px;
}

.printBt{
  display: none;
}

#customer_list{
  padding: 12px;
  margin: 60px 0 30px 0;
}
#customer_list table tr .sponly{
  display: inherit;
}

#customer_list table tr .pconly{
  display: none;
}

#customer_list table tr th,
#customer_list table tr td{
  font-size: 10px;
}

.attention_keyword_list {
  margin-top: 0;
  padding: 0px 4.9333vw;
}

.attention_keyword_list li{
  margin: 0 2vw 2vw 0;
}

.attention_keyword_list a{
  -webkit-border-radius: 100px;
          border-radius: 100px;
  font-size: 3.7333vw;
  padding: 1vw 3.333vw;
}
.okw_bread li a:last-of-type::after{
 margin: 0 0 0 6px;
 background: transparent url("https://support.usen.com/usr/file/attachment/CqTwSnkdTi7lO8Il.svg") 0 center / cover no-repeat;
 width: 9px;
 height: 16px;
}
.okw_bread_list span:last-of-type{
  font-size: 12px;
}
.okw_bread li a::before{
margin: 0 6px 0 6px;
 background: transparent url("https://support.usen.com/usr/file/attachment/CqTwSnkdTi7lO8Il.svg") 0 center / cover no-repeat;
 width: 9px;
 height: 16px;
}
}

.kwd_none {
  background: #EFEFEF;
  border: 1px solid #959595;
}

.catcol-01{
  background: #005CA9;
  border-radius: 5px;
  width: 160px;
  height: 30px;
  display: inline-block;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 12px 0 0;
}
.catcol-01 + span{
  display: block;
  width: calc(100% - 172px);
}

@media screen and (max-width: 899px){
  .catcol-01{
    font-size: 10px;
    margin: 0 10px 5px 0;
    width: 110px;
    height: 20px;
    line-height: 20px;
  }
  .okw_bread li{
    font-size: 12px;
  }
  #okw_sub_header{
    line-height: 1.6;
  }
  .catcol-01 + span{
    width: calc(100% - 120px);
  }
}
@media screen and (max-width:360px){
  .homeProduct a.homeProductItem{
    height: 46.5333333vw;
  }
}


/*ここだけ既存サイト*//*ここだけ既存サイト*//*ここだけ既存サイト*//*ここだけ既存サイト*//*ここだけ既存サイト*//*ここだけ既存サイト*//*ここだけ既存サイト*/
#okw_header_logo{
  background: #ffffff;
}
#okw_header_logo.logo_header a{
  text-indent: initial;
}
#okw_header{
  background: linear-gradient(to right, #147BD1, #56B7E6);
}
#okw_header_inner{
  max-width: 1280px;
  height: 84px;
  display: flex;padding:0;
}
#okw_header_logo + div{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 40px;
  box-sizing: border-box;
}
#okw_header_logo + div p{
  color: #ffffff;
  font-size: 28px;
}
#okw_header_logo.logo_header a{
  height: 84px;
  margin: 0;
  width: 240px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#okw_header_logo.logo_header a img{
  width: 66%;
}
@media screen and (max-width: 899px){
  #okw_header_logo + div p{
    font-size: 20px;
  }
  #okw_header_logo.logo_header a{
    width: 100%;
    padding-top: 0;
    height: 100%;
  }
  #okw_header_inner{
    flex-wrap: wrap;
  }
  .logo_header{
    height: 100%;
  }
  #okw_header_logo.logo_header a img{
    width: 90%;
  }
  #okw_header_logo + div{
    padding: 0 0 0 2.666666666vw;
  }
  #okw_header_logo + div p{
    font-size: 20px;
  }
}
/*ここだけ既存サイト*//*ここだけ既存サイト*//*ここだけ既存サイト*//*ここだけ既存サイト*//*ここだけ既存サイト*//*ここだけ既存サイト*//*ここだけ既存サイト*/



/* ------------------------------
以下の編集はOKWAVEまでご確認ください
------------------------------ */
#okw_logo_footer.logo_footer a {
    background: transparent url("../images/front/logo_footer.png") no-repeat scroll left top; /* 背景 */
    width: 107px; /* 幅 */
    height: 26px; /* 高さ */
    display: none; /* 表示要素 */
    text-indent: -99999px; /* インデント */
    overflow: hidden; /* 領域外表示 */
}


p.pagetop {
  position: fixed;
   bottom: -15%;
   right: 0;
   width: 12vw;
   height: auto;
   -webkit-transition: width 0.30s;
   -moz-transition: width 0.30s;
   -ms-transition: width 0.30s;
   -o-transition: width 0.30s;
   transition: width 0.30s;
   z-index: 99999;
   opacity: 0.7;
}
p.pagetop a {
  display: block;
}
p.pagetop img {
  width: 100%;
 height: auto;
 -webkit-transition: 0.30s;
 -moz-transition: 0.30s;
 -ms-transition: 0.30s;
 -o-transition: 0.30s;
 transition: 0.30s;
}
p.pagetop a img.on {
  display: none;
}
p.pagetop a.on img.on {
  display: inherit;
}
p.pagetop a.on img.off {
  display: none;
}
@media screen and (min-width: 900px) {
  p.pagetop {
    width: 80px;
    height: 80px;
 　}
  p.pagetop a {
    width: 80px;
    height: 80px;
  }
}

#faq_answer_contents.faq_ansCont_txt a,
#wizard_list .faq_ansCont_txt a,
.wzd_qstCont_col a {
  color: #778899;
  text-decoration: none;
  font-weight: bold;
}

#faq_answer_contents.faq_ansCont_txt a:visited,
#wizard_list .faq_ansCont_txt a:visited,
.wzd_qstCont_col a:visited {
  color: #800080;
}
#faq_answer_contents.faq_ansCont_txt h6,
#wizard_list .faq_ansCont_txt h6 {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  font-size: 14px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  cursor: pointer;
}

#faq_answer_contents.faq_ansCont_txt h6 img,
#wizard_list .faq_ansCont_txt h6 img {
  margin: 0 14px 0 0;
}

#faq_answer_contents.faq_ansCont_txt h6 a,
#wizard_list .faq_ansCont_txt h6 a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #3c3c3c;
    -webkit-transition: 0.30s;
       -moz-transition: 0.30s;
        -ms-transition: 0.30s;
         -o-transition: 0.30s;
            transition: 0.30s;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 35px 10px 0;
}

#faq_answer_contents.faq_ansCont_txt h6 a:hover,
#wizard_list .faq_ansCont_txt h6 a:hover {
  opacity: 0.7;
}

#faq_answer_contents.faq_ansCont_txt h6 a::before,
#wizard_list .faq_ansCont_txt h6 a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 11px;
  background: #5f6e7e;
    -webkit-transition: 0.30s;
       -moz-transition: 0.30s;
        -ms-transition: 0.30s;
         -o-transition: 0.30s;
            transition: 0.30s;
}

#faq_answer_contents.faq_ansCont_txt h6 a::after,
#wizard_list .faq_ansCont_txt h6 a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 11px;
    height: 1px;
    background: #5f6e7e;
      -webkit-transition: 0.30s;
         -moz-transition: 0.30s;
          -ms-transition: 0.30s;
           -o-transition: 0.30s;
              transition: 0.30s;
}

#faq_answer_contents.faq_ansCont_txt h6 + blockquote,
#wizard_list .faq_ansCont_txt h6 + blockquote {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  height: 0;
  overflow: hidden;
    -webkit-transition: 0.30s;
       -moz-transition: 0.30s;
        -ms-transition: 0.30s;
         -o-transition: 0.30s;
            transition: 0.30s;
}

#faq_answer_contents.faq_ansCont_txt h6.on a::before,
#wizard_list .faq_ansCont_txt h6.on a::before {
  opacity: 0;
}

#faq_answer_contents.faq_ansCont_txt h6 + blockquote.on,
#wizard_list .faq_ansCont_txt h6 + blockquote.on {
  padding: 20px;
  height: auto;
  overflow: auto;
}


.oneCol.okw_parts_info_and_news {
  border: 1px #da310b dashed;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #FFECEA;
  padding: 3.733333vw 0 2.66667vw 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.oneCol.okw_parts_info_and_news .newsList {
  margin: 0;
}

.oneCol.okw_parts_info_and_news .newsList li {
  background: none;
  text-align: center;
  margin: 0 0 2.66667vw 0;
  padding: 0;
}

.oneCol.okw_parts_info_and_news .newsList li .info_txt {
  font-size: 3.73333vw;
  text-align: center;
  margin: 0 0 5.333333vw 0;
}

.oneCol.okw_parts_info_and_news .newsList li .info_txt .info_ttl {
  text-align: center;
  margin: 0 0 5.6vw 0;
}

.oneCol.okw_parts_info_and_news .newsList li .info_txt .info_ttl img {
  display: block;
  width: 8.2666667vw;
  height: auto;
  margin: 0 auto;
}

.oneCol.okw_parts_info_and_news .newsList li .info_txt strong {
  display: inline-block;
  background: #DA310B;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 0.533vw 1.0666667vw;
  margin: 0 1.06667vw;
}

.oneCol.okw_parts_info_and_news .newsList li p {
  font-size: 3.2vw;
  text-align: center;
}

.oneCol.okw_parts_info_and_news .newsList li p a {
  color: #000000;
}

.oneCol.okw_parts_info_and_news .newsList li p a:hover {
  opacity: 0.7;
}

.oneCol.okw_parts_info_and_news .newsList li p a::after {
  display: inline-block;
  content: '';
  background: url(/usr/file/attachment/4unvsGvc11py8BPg.svg) right center no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  vertical-align: baseline;
  width: 1.6vw;
  height: 2.13333vw;
  margin: 0 0 0 2.4vw;
}

.oneCol.okw_parts_info_and_news .newsList li:last-child {
  margin: 0;
}


@media screen and (min-width: 899px) {
  .oneCol.okw_parts_info_and_news {
    width: 660px;
    padding: 11px 10px 11px 16px;
    margin: 0 auto 58px auto;
  }

  .oneCol.okw_parts_info_and_news .newsList {
    
  }

  .oneCol.okw_parts_info_and_news .newsList li {
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    margin: 0 0 12px 0;
  }

  .oneCol.okw_parts_info_and_news .newsList li .info_txt {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    
    font-size: 16px;
    text-align: left;
    margin: 0;
  }

  .oneCol.okw_parts_info_and_news .newsList li .info_txt .info_ttl {
    margin: 0 10px 0 0;
  }

  .oneCol.okw_parts_info_and_news .newsList li .info_txt .info_ttl img {
    width: 22px;
  }

  .oneCol.okw_parts_info_and_news .newsList li .info_txt strong {
    display: inline-block;
    letter-spacing: 0.08em;
    padding: 3px 7px;
    margin: 0 8px;
  }

  .oneCol.okw_parts_info_and_news .newsList li p {
    font-size: 12px;
    text-align: center;
  }

  .oneCol.okw_parts_info_and_news .newsList li p a::after {
    vertical-align: baseline;
    width: 6px;
    height: 10px;
    margin: 0 0 0 10px;
  }

  .oneCol.okw_parts_info_and_news .newsList li:last-child {
    margin: 0;
  }
  
}


.search_switch {
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
}

.search_target_area {
  display: none;
}

#bnr_list_top ul { width:680px; margin: 0 auto 10px; display: -webkit-flex; display: -ms-flex; display: flex; justify-content: space-between; flex-wrap: wrap; box-sizing: border-box;}

#bnr_list_top ul li {
    width: 320px;
    margin: 0 0 40px 0;
    border-radius: 6px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
    border-radius: 6px;
}
#bnr_list_top ul li a { display: block; }
#bnr_list_top ul li a img {
  width: 100%;
  height: auto;
}
#bnr_list_top ul + p{
  font-size: 20px;
  text-align: right;
  margin-bottom: 87px;
}
@media screen and (max-width: 769px) { #bnr_list_top ul li a .pc { display: none; } }

@media screen and (min-width: 769px) { #bnr_list_top ul li a .sp { display: none; } }
#bnr_list_top p a {
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s;
     -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
       -o-transition: opacity 0.3s;
          transition: opacity 0.3s;
}

#bnr_list_top p:first-child a {
  margin: 7.6vw auto 0 auto;
}

#bnr_list_top p a img {
  width: 100%;
  height: auto;
}

#bnr_list_top p a img.pc {
  display: none;
}

#bnr_list_top p a:hover {
  opacity: 0.7;
}
#bnr_list_top2{
  margin: -10px 0 60px;
}
#bnr_list_top2 ul{
  display: flex;
  justify-content: space-between;
  width: 768px;
  margin: 0 auto;

}
#bnr_list_top2 ul li a{
  padding: 10px 18px;
  background: #EDEDED;
  border-radius: 50px;
  font-size: 20px;
  box-sizing: border-box;
  color: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}
.bnr02 p.link{
  width: 680px;
  height: 60px;
  margin: 0 auto 40px;
}
.bnr02 p.link a{
  color: #ffffff;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
}
#faq_question_contents a:visited, #faq_answer_contents a:visited, #info_news_contents a:visited{
  color: #06C;
}
@media screen and (min-width: 900px) {
  #bnr_list_top p a {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0;
    line-height: 60px;
    background: linear-gradient(to right, #147BD1, #56B7E6);
  }

  #bnr_list_top p:first-child a {
    margin: 45px auto 0 auto;
  }
  #bnr_list_top p a img.sp {
    display: none;
  }
  #bnr_list_top p a img.pc {
    display: inherit;
  }
}
@media screen and (max-width: 899px){
  .bnr02 p.link{
    width: 100%;
    margin: 0 auto 20px;
  }
  #bnr_list_top ul + p{
    margin-bottom: 40px;
  }
  #bnr_list_top ul{
    padding: 0;
    width: 100%;
    max-width: 680px;
    margin: 0 auto 10px;
  }
  #bnr_list_top ul li{
    width: 49%;
    margin-bottom: 10px;
  }
  #bnr_list_top2 ul{
    flex-direction: column;
    width: 100%;
  }
  #bnr_list_top2 ul li a{
    font-size: 16px;
  }
  
  #bnr_list_top2 ul li{
    margin-bottom: 10px;
    height: 44px;
  }
  #bnr_list_top2{
    margin: -10px 0 30px;
  }
  #bnr_list_top p a{
    font-size: 14px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0;
    line-height: 60px;
    background: linear-gradient(to right, #147BD1, #56B7E6);
  }
}
@media screen and (max-width: 360px){
  #bnr_list_top p a{
    font-size: 11px;
  }
}

.frame_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.frame_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


#faq_answer_contents .faq_addition_list.faq_attachment_file_list a,
#faq_answer_contents .faq_addition_list.faq_attachment_file_list dd {
  text-decoration : none;
  margin : 0;
}
#faq_answer_contents .faq_addition_list.faq_attachment_file_list {
  margin: 0;
}

#category_search #anc8,
#category_search #homeQaList08,
#faq_show #anc8,
#faq_show #homeQaList08,
#category_show #anc8,
#category_show #homeQaList08,
.pg_scr {
  display: none;
}

#okw_header_logo{
  background: none;
}
#okw_header_logo.logo_header a{
  background: none;
}
#okw_header_logo.logo_header a img {
    max-width: 100% !important;
}
@media screen and (max-width: 899px){
  #okw_header_logo.logo_header a img {
      width: 60%;
  }
}



@media screen and (min-width: 900px){
  #okw_header_logo.logo_header a{
    width: 300px;
  }
}


@media screen and (max-width: 899px){
#okw_header_logo{
width: 50%
}
}

