@charset "UTF-8";
/*=========================================================

  ▼使用色

=========================================================*/
/*
ベースカラー: $base-color
メインカラー,リンク色: $main-color
アクセントカラー: $accent-color
グレー：$dark-gray $light-gray（濃←→薄）
通常文字色：$text-color-dark $text-color-light （濃←→薄）
*/
/*----------------------------------------------------
	  全体
--------------------------------------------------- */
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

#okw_contents a:link {
  transition: color 0.1s linear;
  cursor: pointer;
  color: #333;
}

#okw_contents a:link:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

/*----------------------------------------------------
	  header
--------------------------------------------------- */
.header {
  width: 100%;
}

.header_wrap {
  height: 48px;
  display: flex;
  align-items: center;
  width: 1280px;
  margin: 0 auto 60px;
  padding: 0 5.859375%;
}

.header_logo_img {
  height: 24px;
}

.header_ttl {
  width: 1280px;
  margin: 0 auto 40px;
  padding: 0 5.859375%;
}

.header_ttl_text {
  font-size: 2.5em;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
}

/*----------------------------------------------------
	  footer
--------------------------------------------------- */
.footer {
  min-width: 1280px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 400px;
  background-color: #000;
  color: #fff;
  padding: 77px 36px 0 36px;
  margin-bottom: 10px;
}

.footer_logo {
  padding-right: 20px;
}

.footer_logo_link {
  height: 48px;
  display: flex;
  align-items: center;
}

.footer_logo_img {
  height: 24px;
}

.footer_right {
  display: flex;
  flex-direction: row;
  flex-shrink: 2;
}

.footer_right_wrap {
  flex-shrink: 2;
  padding-right: 86px;
}

.footer_list {
  display: flex;
  gap: 4px 30px;
  flex-direction: row;
  list-style-type: none;
  padding-top: 16px;
}

.footer_list_item {
  letter-spacing: 0.005em;
  font-weight: 400;
  line-height: 1;
  font-size: 1em;
}

.footer_list_link {
  color: #fff !important;
}

.footer_bank {
  display: flex;
  flex-direction: row;
  padding-top: 66px;
  letter-spacing: 0.005em;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1em;
}

.footer_bank_link {
  color: #fff !important;
}

.footer_copy {
  padding-left: 30px;
}

.topLink {
  display: none;
}

.footer_toplink {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 0 36px 20px 36px;
  margin-left: auto;
}

/*--------------------------------
デフォルト打消し
--------------------------------------*/
/*背景*/
#okw_wrapper {
  background: #fff;
  min-width: 1280px;
}

#okw_contents,
#okw_contents_base,
#okw_contents_inner {
  background: #fff;
  padding: 0;
}

#okw_contents {
  width: 1280px;
  margin: 0 auto;
  padding: 0 5.859375%;
}

/*アイコン*/
.icoInf,
.icoInfoNews,
.icoKeyword,
.icoQa,
.icoNew,
.icoCate,
.icoResult,
.icoHelpdesk,
.icoLogin,
.icoHot,
.icoFavorite,
.icoPickup,
.icoCommunity,
.icoProf,
.icoKey,
.icoFaq,
.icocate_tree,
.icoHdquestion,
.icoCreateAccountRequest,
.icoMenquete {
  background: none;
  padding: 0;
  height: auto;
}

/*見出し帯*/
.ttl_col,
.ttl_bg {
  background: none;
  padding: 0;
  height: auto;
}

/*フォーカス時青線*/
#okw_contents input:focus,
#okw_contents textarea:focus {
  outline: none;
}

/*mac環境入力欄枠線ズレ解消*/
.HDcontent,
.HDcolumn_right {
  overflow: visible;
}

/*----------------------------------
デフォルト打消し終わり
-------------------------------*/
/*----------------------------------------------------
	  デザイン変更
--------------------------------------------------- */
/*--------------------------------------------
全体
-------------------------------------------*/
body {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* Safari */
}

#okw_contents * {
  box-sizing: border-box;
  word-wrap: break-word;
  /*$base-color-space: normal;*/
  word-break: break-word;
}

#okw_contents textarea {
  border: none;
  background: #f8f8f8;
  padding: 10px;
  height: 80px;
}

#okw_contents div.calendar * {
  box-sizing: content-box;
}

#okw_contents .faq_attachment_list * {
  word-break: normal;
}

body #okw_contents {
  line-height: 1.5;
  color: #333;
}

#okw_contents textarea,
#okw_contents input,
#okw_contents select {
  max-width: 100%;
}

#okw_contents input[type=submit],
#okw_contents input[type=button],
#okw_contents input[type=reset] {
  -webkit-appearance: none;
  border-radius: 0;
}

/*プレースホルダー*/
::-moz-placeholder {
  color: #eee;
}
::placeholder {
  color: #eee;
}

::-webkit-input-placeholder {
  color: #eee;
  opacity: 1;
}

:-moz-placeholder {
  color: #eee;
}

::-moz-placeholder {
  color: #eee;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #eee;
}

/*プレイスホルダー終わり*/
#okw_contents img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.colArea {
  margin-top: 0;
  margin-bottom: 60px;
}

.colArea:has(.okw_parts_attention_keyword) {
  margin-top: -35px;
}

.colArea > .oneCol,
.colArea > .twoCol {
  padding: 0;
}

/*サイト幅*/
#okw_contents_base {
  width: 100%;
  padding: 0;
}

#okw_center.okw_side {
  width: calc(100% - 310px);
}

.category_tree,
#okw_side {
  width: 270px;
}

#okw_side .colArea {
  margin-bottom: 0;
}

#okw_side .oneCol {
  margin-bottom: 45px;
}

/*2カラム*/
.twoCol {
  width: calc(50% - 10px);
}

/* ------------------------------
     link
------------------------------ */
/* リンク */
#okw_contents a:link {
  color: #333;
  text-decoration: none;
}

/* 訪問済み */
#okw_contents a:visited {
  color: #333;
  text-decoration: none;
}

/* ホバー */
#okw_contents a:hover {
  color: #333;
  text-decoration: underline;
}

/* アクティブ */
#okw_contents a:active {
  color: #333;
  text-decoration: underline;
}

/*パンくず*/
.okw_bread {
  width: calc(100% - 210px);
  position: relative;
  top: 5px;
}

.okw_bread li {
  font-size: 0.75em;
}

.okw_bread li a {
  display: inline-block;
  margin: 0;
  color: #7C7D7E !important;
  position: relative;
  padding-right: 25px;
}

.okw_bread li a:hover {
  text-decoration: underline !important;
}

.okw_bread li a::after {
  content: "/";
  position: absolute;
  right: 9px;
  color: #333;
}

.okw_bread li span {
  display: inline-block;
}

.okw_bread li > span:not(.okw_bread li > span + span) {
  display: none;
}

/*戻るアローボタン*/
.siteLink li {
  margin: 0;
  display: inline-block !important;
}

.preLink a,
.preLink button.button_to_link {
  display: inline-block;
  line-height: 1;
  padding: 5px 0 5px 20px;
  height: auto;
}

.button_to_link {
  color: #333;
}
.button_to_link:hover {
  color: #333 !important;
  text-decoration: none;
}

/*------------------------------------
テーブル
------------------------------------*/
/*PCSP_FAQ表示ページ_info&newsページ_テーブル_罫線表示*/
.okw_main_faq table,
.okw_main_faq td,
.okw_main_faq th,
.okw_main_info_and_news table,
.okw_main_info_and_news td,
.okw_main_info_and_news th {
  border: solid 1px;
  float: none;
}

/*PCSP_info&newsページテーブル_上下余白*/
.okw_main_info_and_news table {
  margin: 15px 0;
}

/*PC_FAQ属性テーブル_枠線表示*/
.faq_addition_list table,
.faq_addition_list th,
.faq_addition_list td,
#info_news_contents table,
#colorbox table,
#colorbox th,
#colorbox td {
  border: solid 1px;
  border-collapse: collapse;
}

.faq_addition_list table {
  margin: 10px 0;
}

/* ------------------------------
    ラジオボタン＆チェックボックス
------------------------------ */
#okw_contents input[type=radio] + label {
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
  display: inline-block;
}

.lang_size_small #okw_contents input[type=radio] + label {
  margin: 2px 0;
}

#okw_contents input[type=radio]:disabled + label {
  cursor: default;
}

#okw_contents input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#okw_contents input[type=radio] {
  position: absolute;
  left: -1000em;
  margin-left: 30px;
}

#okw_contents input[type=radio] + label:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #333;
  border-radius: 50%;
  content: "";
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
  background: #fff;
  z-index: 0;
}

#okw_contents input[type=radio] + label:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  display: block;
  margin-top: 0;
  width: 14px;
  height: 14px;
  content: "";
  opacity: 0;
  background: #000;
  border-radius: 50%;
  z-index: 1;
}

#okw_contents input[type=radio]:checked + label:before {
  opacity: 1;
}

#okw_contents input[type=radio]:checked + label {
  color: #000;
}

/*---*/
#okw_contents input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 25px;
  margin: 2px 0;
}

#okw_contents input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#okw_contents input[type=checkbox] {
  position: absolute;
  left: -1000em;
  margin-left: 30px;
}

#okw_contents input[type=checkbox] + label:after {
  position: absolute;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  border: none;
  content: "";
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
  background: #000;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
}

#okw_contents input[type=checkbox] + label:before {
  position: absolute;
  display: block;
  content: "";
  opacity: 0;
  width: 10px;
  height: 5px;
  box-sizing: border-box;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  top: -3px;
  bottom: 0;
  margin: auto;
  left: 4px;
  transform: rotate(-45deg);
  z-index: 1;
}

#okw_contents input[type=checkbox]:checked + label:before {
  opacity: 1;
}

#okw_contents input[type=checkbox]:checked + label {
  color: #000;
}

#okw_contents #search_category_narrow_down_input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("/usr/file/attachment/arrow_down.png") no-repeat right 5px center;
  background-size: 15px;
  border: 1px solid #eee;
  color: #333;
  border-width: 1px;
  padding: 5px 20px 5px 5px;
  margin: 0;
  text-overflow: ellipsis;
  border-radius: 0;
  line-height: 1;
  border: 1px solid #333;
  height: 28px;
}

.conditions input[type=text] {
  border: 1px solid #333;
  height: 28px;
  padding: 5px;
  line-height: 1;
}

/* ------------------------------
    セレクト
------------------------------ */
#okw_contents select::-ms-expand {
  display: none;
}

#okw_contents select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("/usr/file/attachment/arrow_down.png") no-repeat right 5px center;
  background-size: 15px;
  color: #333;
  padding: 5px 20px 5px 5px;
  border-radius: 0;
  line-height: 1;
  border: 1px solid #333;
}

/*見出し----------------------*/
.ttl_col h2 {
  position: relative;
  margin-bottom: 30px;
  font-size: 1.5em;
  color: #1D1E1F;
  line-height: 1.5;
}

#okw_side .ttl_col h2 {
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 8px 0;
  width: 100%;
  height: auto;
  font-size: 0.75em;
  color: #7C7D7E;
}

/*〇〇なFAQ＿QAアイコン-------*/
.faqList,
.qaList,
.faq_relate_list {
  margin: 0;
}

.faqList li.Q_sml,
.qaList li.Q_sml,
.faq_relate_list li.Q_sml,
.faqList li.K_sml,
.qaList li.K_sml,
.faq_relate_list li.K_sml {
  position: relative;
  background: none;
  padding: 4px 0 4px;
  margin: 25px 0 0 2.813em;
}

.faqList li.Q_sml:before,
.qaList li.Q_sml:before,
.faq_relate_list li.Q_sml:before,
.faqList li.K_sml:before,
.qaList li.K_sml:before,
.faq_relate_list li.K_sml:before {
  content: "Q";
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: -2.142em;
  color: #fff;
  font-size: 1.313em;
  display: inline-block;
  line-height: calc(1.524em - 2px);
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #000;
  width: 1.524em;
  height: 1.524em;
  text-align: center;
  border: 1px solid #000;
}

.faqList li.Q_sml .new_item_title,
.qaList li.Q_sml .new_item_title,
.faq_relate_list li.Q_sml .new_item_title,
.faqList li.K_sml .new_item_title,
.qaList li.K_sml .new_item_title,
.faq_relate_list li.K_sml .new_item_title,
.faq_relate_list li.Q_sml a,
.faq_relate_list li.K_sml a {
  display: inline;
  width: 100%;
  position: relative;
  padding-right: 30px;
}

.faqList li.Q_sml .new_item_title::after,
.qaList li.Q_sml .new_item_title::after,
.faq_relate_list li.Q_sml .new_item_title::after,
.faqList li.K_sml .new_item_title::after,
.qaList li.K_sml .new_item_title::after,
.faq_relate_list li.K_sml .new_item_title::after,
.faq_relate_list li.Q_sml a::after,
.faq_relate_list li.K_sml a::after {
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  right: 5px;
  top: 12px;
  bottom: 0;
  margin: auto;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.faqList li.Q_sml .new_item_title::before,
.qaList li.Q_sml .new_item_title::before,
.faq_relate_list li.Q_sml .new_item_title::before,
.faqList li.K_sml .new_item_title::before,
.qaList li.K_sml .new_item_title::before,
.faq_relate_list li.K_sml .new_item_title::before,
.faq_relate_list li.Q_sml a::before,
.faq_relate_list li.K_sml a::before {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.2s !important;
}

.faqList li.Q_sml .new_item_title:hover:before,
.qaList li.Q_sml .new_item_title:hover:before,
.faq_relate_list li.Q_sml .new_item_title:hover:before,
.faqList li.K_sml .new_item_title:hover:before,
.qaList li.K_sml .new_item_title:hover:before,
.faq_relate_list li.K_sml .new_item_title:hover:before,
.faq_relate_list li.Q_sml a:hover:before,
.faq_relate_list li.K_sml a:hover:before {
  border-bottom: 1px solid #000;
}

.faqList li.K_sml:before,
.qaList li.K_sml:before,
.faq_relate_list li.K_sml:before {
  content: "?";
}

/*文字サイズ変更-------------------------------------*/
#okw_sub_header {
  margin: 0 0 20px;
  line-height: 1.5;
}

li.fntSml:hover,
li.fntSmlOn,
li.fntMid:hover,
li.fntMidOn,
li.fntBig:hover,
li.fntBigOn {
  background-image: none;
}

li.okw_txt {
  line-height: 30px;
}

li.fntBig,
li.fntMid,
li.fntSml {
  text-indent: -9999px;
  background-color: #fff;
  background-image: none;
  width: 30px;
  height: 30px;
  position: relative;
  border: 1px #000 solid;
  border-radius: 0;
}

li.fntBig {
  margin: 0;
}

/*通常時の背景色*/
.fntBig a,
.fntMid a,
.fntSml a {
  color: #333 !important;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  line-height: 28px;
  transition: 0.2s cubic-bezier(0.1, 0.28, 0.45, 0.75) !important;
}

/*通常時の文字色と形*/
.fntBig a:hover,
.fntMid a:hover,
.fntSml a:hover {
  background-color: #000;
  background-image: none;
  width: 30px;
  height: 30px;
  color: #fff !important;
}

/*通常時にhover*/
.fntBig a:after {
  position: absolute;
  content: "大";
  text-indent: 0;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  text-align: center;
}

.fntMid a:after {
  position: absolute;
  content: "中";
  text-indent: 0;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  text-align: center;
}

.fntSml a:after {
  position: absolute;
  content: "小";
  text-indent: 0;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  text-align: center;
}

/*通常時の文字*/
.fntBigOn a:hover,
.fntMidOn a:hover,
.fntSmlOn a:hover {
  background-color: #000;
  background-image: none;
  width: 30px;
  height: 30px;
  color: #fff !important;
}

/*on時にhover*/
li.fntBigOn,
li.fntMidOn,
li.fntSmlOn {
  border: 1px #000 solid;
  background-image: none;
  width: 30px;
  height: 30px;
  text-decoration: none;
  box-sizing: border-box;
  background: #000;
  border-radius: 0;
}

li.fntBigOn {
  margin: 0;
}

/*on時の背景色*/
.fntBigOn a,
.fntMidOn a,
.fntSmlOn a {
  color: #fff !important;
  font-size: 13px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  text-decoration: none;
  display: table-cell;
  line-height: 28px;
  position: relative;
  text-indent: -9999px;
  transition: 0.2s cubic-bezier(0.1, 0.28, 0.45, 0.75) !important;
}

/*on時の文字色と形*/
.fntBigOn a:after {
  position: absolute;
  content: "大";
  text-indent: 0;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
}

.fntMidOn a:after {
  position: absolute;
  content: "中";
  text-indent: 0;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
}

.fntSmlOn a:after {
  position: absolute;
  content: "小";
  text-indent: 0;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
}

/*カテゴリツリー----------------------------------------*/
.category_level_0 {
  margin: 0;
}

.category_level_0 li,
.category_level_1 li,
.category_level_2 li {
  border-color: #eee;
}

.category_level_0 li {
  border: none;
}

.category_level_0 > li:first-child {
  border: none;
}

.category_level_0 > li:last-child {
  border: none;
}

.category_level_0 > li:not(:has(.category_on)) {
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding-right: 25px;
  position: relative;
}
.category_level_0 > li:not(:has(.category_on))::after {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  right: 5px;
  top: 10px;
  bottom: 0;
  margin: auto 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.category_level_0 > li:not(:has(.category_on)) .category_none {
  font-size: 1em;
  margin-left: 0;
}
.category_level_0 > li:not(:has(.category_on)) .category_none::before {
  content: none;
}

.category_level_1 li {
  border: none;
}

.category_tree {
  background: #fff;
  margin: 0 0 45px 0;
  padding: 0;
  font-size: 100%;
}

.category_tree .ttl_bg {
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 8px 0;
  width: 100%;
  height: auto;
  font-size: 0.75em;
  color: #7C7D7E;
}

.category_tree .ttl_col {
  padding: 0;
}

.category_tree ul {
  background: #fff;
}

.category_on {
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 25px !important;
}

.cate_pull_inert_bg {
  color: #7C7D7E;
  padding: 10px 0 10px;
  position: relative;
}

.category_tree a,
.category_nofaq {
  margin: 0;
}

.category_select,
.category_none.category_select {
  position: relative;
  background-color: #fff;
}

.category_select a:not([class]),
.category_none.category_select:not([class]) {
  display: inline;
  background: linear-gradient(transparent 65%, #ef0 65%);
}

.category_select a,
.category_select a span {
  color: #7C7D7E;
}

.category_none {
  background: none;
  position: relative;
  font-size: 0.875em;
  padding-left: 12px;
  padding: 8px 0 8px 0;
  margin-left: 12px;
}

.category_none::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -12px;
  width: 6px;
  height: 1px;
  background: #000;
  display: inline-block;
}

.category_level_1 {
  margin-left: 12px;
}

/*＋－*/
.category_close .pm_icon,
.category_open .pm_icon {
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  padding: 0 5px;
  box-sizing: content-box !important;
}

.category_close .pm_icon,
.category_open .pm_icon,
.category_open a:hover.pm_icon,
.category_close a:hover.pm_icon {
  background: none;
  width: 11px;
  height: 100%;
}

.category_open > .cate_pull_inert_bg .pm_icon:before,
.category_close > .cate_pull_inert_bg .pm_icon:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 11px;
  height: 1px;
  background: #333;
}

.category_close > .cate_pull_inert_bg .pm_icon:after,
.category_open > .cate_pull_inert_bg .pm_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 11px;
  height: 1px;
  background: #333;
}

.category_open > .cate_pull_inert_bg .pm_icon:after {
  transform: rotate(0deg);
  transition: 0.3s;
}

.category_close > .cate_pull_inert_bg .pm_icon:after {
  transform: rotate(90deg);
  transition: 0.3s;
}

/*-------------------------------------
全体カテゴリー一覧サブカテゴリー一覧
--------------------------------------*/
/*検索結果リンク仕様調整---*/
.cateList_area,
.category_tree {
  color: #eee;
}

/*カテゴリー-------------------*/
.cateList_box {
  display: flex;
  margin: 0;
  align-items: flex-start;
}

.cateList {
  border: 1px solid #000;
  margin: 0 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

a.cate_icon_link + .cate_middle,
img.cate_icon + .cate_middle,
.cate_middle {
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px 15px 10px;
  color: #7C7D7E;
}
a.cate_icon_link + .cate_middle .cate_count,
img.cate_icon + .cate_middle .cate_count,
.cate_middle .cate_count {
  color: #333;
}

.cate_middle {
  width: 100%;
}

a.cate_icon_link + .cate_middle a,
img.cate_icon + .cate_middle a,
.cate_middle a {
  color: #000 !important;
}

/* 1列表示 */
.cateList_1line {
  width: 100%;
  /* 横幅 */
}

/* 2列表示 */
.cateList_2line {
  width: calc(50% - 10px);
  float: none;
  margin: 0 20px 20px 0;
}

.cateList_2line:last-of-type {
  margin: 0 0 20px 0;
}

/* 3列表示 */
.cateList_3line {
  width: calc((100% - 40px) / 3);
  float: none;
  margin: 0 20px 20px 0;
}

.cateList_3line:last-of-type {
  margin: 0 0 20px 0;
}

/* 4列表示 */
.cateList_4line {
  width: calc((100% - 60px) / 4);
  float: none;
  margin: 0 20px 20px 0;
}

.cateList_4line:last-of-type {
  margin: 0 0 20px 0;
}

.cateList_4line ul.cate_small li {
  margin: 0 0 10px 0;
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

/*アイコン-------------------*/
.cate_icon_link {
  padding: 15px 15px 0 15px;
}

img.cate_icon {
  display: inline-block;
  float: none;
  padding: 0 !important;
  width: 40px !important;
  height: auto !important;
  margin: 0 !important;
  border-radius: 50%;
}

/*子要素サブカテゴリー-------------------*/
.cate_small {
  display: block;
  width: 100%;
  padding: 15px 15px 5px;
  font-size: 0.875em;
  background: #fff;
}

ul.cate_small li {
  display: inline-block;
  position: relative;
  padding: 0 1em 0.4em 0;
  margin: 0 20px 10px 0;
  color: #7C7D7E;
  transition: color 0.1s linear;
}

ul.cate_small li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #333;
  position: absolute;
  left: 0;
  bottom: 4px;
}

ul.cate_small li::after {
  border-right: 1px solid #7C7D7E;
  border-bottom: 1px solid #7C7D7E;
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  color: #000;
  position: absolute;
  right: 0;
  top: 3px;
  bottom: 0;
  margin: auto 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}

ul.cate_small li:has(a):after {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

/*子要素サブカテゴリー縦並び*/
.cate_small > br {
  display: none;
}

.cate_small > span {
  display: block;
  width: 100%;
  font-size: 1em;
  color: #7C7D7E;
  padding: 0 0 0.4em 0;
  margin: 0 0 10px 0;
}

.cate_small > span > a {
  display: inline-block;
  position: relative;
  padding: 0 1.5em 0 0;
  color: #000;
  transition: color 0.1s linear;
  font-size: 1em;
}

.cate_small > span > a::before {
  content: "";
  display: block;
  width: calc(100% - 1.5em);
  height: 100%;
  border-bottom: solid 1px #fff;
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: 0.2s !important;
}

.cate_small > span > a:hover::before {
  border-bottom: solid 1px currentColor;
}

.cate_small > span > a:after {
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  color: #000;
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 0;
  margin: auto 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*子要素サブカテゴリー横並び*/
.cate_small span.cateSepa {
  display: none;
}

.okw_parts_sub_category .cateList {
  background: #fff;
  border: none;
  flex-direction: unset;
}
.okw_parts_sub_category a.cate_icon_link + .cate_middle,
.okw_parts_sub_category img.cate_icon + .cate_middle, .okw_parts_sub_category .cate_middle {
  width: calc(100% - 60px);
  font-size: 1em;
  background: #fff;
  font-weight: bold;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 15px 10px 15px 10px;
  color: #7C7D7E;
}
.okw_parts_sub_category .cate_middle {
  width: 100%;
}
.okw_parts_sub_category a.cate_icon_link + .cate_middle a,
.okw_parts_sub_category img.cate_icon + .cate_middle a,
.okw_parts_sub_category .cate_middle a {
  color: #333 !important;
}
.okw_parts_sub_category .cate_icon_link {
  padding: 0;
}
.okw_parts_sub_category img.cate_icon {
  padding: 0 !important;
  width: 30px !important;
  margin: 0 0 0 10px !important;
}
.okw_parts_sub_category .cate_middle .cate_count {
  color: #333;
}

/*キーワード検索-------------------------------------*/
.okw_parts_search {
  max-width: 600px;
  margin: 0 auto;
}

.oneCol.okw_parts_search .ttl_col h2 {
  text-align: center;
}

#okw_side .oneCol.okw_parts_search .ttl_col h2 {
  text-align: left;
}

.search_frmArea,
.twoCol .search_frmArea {
  margin: 0;
}

.faq_search_frmArea,
.search_frmArea {
  max-width: 600px;
}

.kwd_none {
  margin: 0;
  padding: 5px;
  border: none;
  background: none;
}

/*ボタン*/
.search_frmArea .keyword_frmbtn,
.search_frmArea .n_keyword_frmbtn,
.faq_search_frmArea .keyword_frmbtn,
.search_frmArea .keyword_mode .keyword_frmbtn,
.search_frmArea .natural_mode .keyword_frmbtn {
  background: #000;
  border: 1px solid #000;
  width: 80px;
  height: 50px;
  margin: 0;
  line-height: 40px;
  cursor: pointer;
  font-size: 0.875em;
  margin: 12px 0 0 16px;
  transition: 0.2s !important;
}

.search_frmArea .keyword_frmbtn:hover,
.search_frmArea .n_keyword_frmbtn:hover,
.faq_search_frmArea .keyword_frmbtn:hover,
.search_frmArea .keyword_mode .keyword_frmbtn:hover,
.search_frmArea .natural_mode .keyword_frmbtn:hover {
  background: #fff;
  color: #000;
}

#okw_contents .search_frmArea textarea {
  width: calc(100% - 85px);
  height: 62px;
  background: #fff;
  padding: 10px 10px 10px 30px;
  line-height: 34px;
  letter-spacing: normal;
  overflow-y: hidden;
  font-size: 100% !important;
  border: none;
  border-bottom: 1px solid #000;
  background: url(/usr/file/attachment/search.svg);
  background-position: left center;
  background-repeat: no-repeat;
}

/*入力欄*/
.keyword_frm,
.n_keyword_frm {
  width: calc(100% - 96px);
  height: 62px;
  background: #fff;
  padding: 10px 10px 10px 30px;
  line-height: 34px;
  letter-spacing: normal;
  overflow-y: hidden;
  font-size: 100% !important;
  border: none;
  border-bottom: 1px solid #000;
  background: url(/usr/file/attachment/search.svg);
  background-position: left center;
  background-repeat: no-repeat;
}

#okw_contents .n_keyword_frm {
  line-height: 1.5;
  padding-top: 7px;
}

.lang_size_small #okw_contents .n_keyword_frm {
  padding-top: 9.5px;
}

.lang_size_large #okw_contents .n_keyword_frm {
  padding-top: 5px;
}

.lang_size_small #okw_contents textarea.n_keyword_frm {
  padding-top: 14px;
}

.lang_size_medium #okw_contents textarea.n_keyword_frm {
  padding-top: 13.5px;
}

.lang_size_large #okw_contents textarea.n_keyword_frm {
  padding-top: 14px;
}

/*サジェスト---*/
.search_suggest,
.faq_suggest {
  width: 100%;
}

.search_suggest > div {
  padding: 2px 5px;
}

/*サジェストリスト---*/
.faq_suggest_category {
  background-size: 15px auto;
  padding-left: 20px;
  display: inline-block;
  margin-top: 5px;
}

.faq_suggest_title {
  font-size: 0.875em;
  position: relative;
  background: none;
  padding: 5px 0 5px 2.5em;
  margin: 0;
}

.faq_suggest_title:after {
  content: "Q";
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 1.313em;
  display: inline-block;
  line-height: calc(1.524em - 2px);
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #000;
  width: 1.524em;
  height: 1.524em;
  text-align: center;
  border: 1px solid #000;
}

.faq_suggest_title-knowledge:after {
  content: "?";
}

.faq_suggest_link {
  padding: 5px;
  font-size: 1em;
}

.faq_suggest_link:hover {
  background-color: transparent;
}

/*備考文---*/
#n_search_description.search_description,
#keyword_form .search_description,
.oneCol .keyword_mode .search_description,
.keyword_mode .search_description,
.search_description,
.oneCol .search_description {
  display: block;
  margin: 0 0 4px;
  line-height: 20px;
  position: relative;
}

.oneCol .keyword_mode .search_description,
.keyword_mode .search_description,
#keyword_form .search_description {
  min-height: 26px;
  margin-top: -6px !important;
}

.search_frmArea .keyword_helpbtn_popup {
  background: #f8f8f8;
  border: 1px solid #eee;
  top: 24px !important;
  padding-right: 20px;
  cursor: pointer;
  left: 0 !important;
}

.twoCol .search_frmArea .keyword_helpbtn_popup {
  width: 100%;
  white-space: pre-wrap;
}

#okw_side .search_frmArea .keyword_helpbtn_popup {
  width: 100%;
  white-space: pre-wrap;
}
#okw_side .faq_search_frmArea,
#okw_side .search_frmArea {
  width: 100%;
}
#okw_side .search_frmArea .keyword_frmbtn, #okw_side .search_frmArea .n_keyword_frmbtn, #okw_side .faq_search_frmArea .keyword_frmbtn, #okw_side .search_frmArea .keyword_mode .keyword_frmbtn, #okw_side .search_frmArea .natural_mode .keyword_frmbtn {
  width: 65px;
  font-size: 0.729em;
}

#okw_side .keyword_frm, .n_keyword_frm,
#okw_contents #okw_side .search_frmArea textarea {
  width: calc(100% - 81px);
}

.search_frmArea .keyword_helpbtn_popup:after {
  content: "×";
  position: absolute;
  font-weight: normal;
  font-size: 24px;
  top: 2px;
  right: 2px;
  line-height: 1;
  cursor: pointer;
}

/*選択肢*/
.search_frmArea label,
.search_frmArea select,
.search_frmArea input,
.search_frmArea p,
.faq_search_frmArea label,
.faq_search_frmArea select,
.faq_search_frmArea input,
.faq_search_frmArea p {
  font-size: 1em;
}

.search_target select,
.search_faq_type select,
.search_attribute select {
  min-width: 220px;
}

.search_category_wrapper .combo .combo-text,
.search_category_wrapper .dropdownCheckComboboxWapper {
  width: 220px;
}

.oneCol .search_target {
  margin-top: 0;
}

.search_faq_type,
.search_switch,
.search_attribute,
.search_category_wrapper,
.twoCol .search_keyword_morph {
  margin-top: 10px;
}

.search_frmArea .search_attribute .attribute_input_wrapper {
  padding: 0;
}

.search_frmArea .listTree li:not([class]) {
  padding: 0 0 0 5px;
}

.lang_size_small .search_frmArea .listTree li {
  margin: 2px 0;
}

li .thumb:empty {
  display: none;
}

.dropdownCheckComboboxWapper > .listTree {
  overflow: scroll;
  padding: 5px;
}

input.combo-text,
.search_frmArea .search_attribute .attribute_input_wrapper input {
  border: 1px solid #000;
  width: calc(100% - 83px);
  padding: 5px;
  line-height: 1;
}

.search_attribute .conditions .condition input.search_attribute_input,
.search_attribute .conditions .condition select.search_attribute_input,
.search_attribute .conditions .condition .search_attribute_input .combo-text {
  width: 100%;
}

.lang_size_small #keyword_form .search_attribute .search_attribute_input .combo-text,
.lang_size_small .search_frmArea #keyword_form .search_attribute .attribute_input_wrapper > select,
.lang_size_small .search_frmArea #natural_sentence_form .search_attribute .attribute_input_wrapper > select,
.lang_size_small #keyword_form .search_attribute .dropdownCheckComboboxWapper,
.lang_size_small .search_frmArea .search_attribute .attribute_input_wrapper > input[type=text] {
  position: relative;
  left: calc(5em + 3px);
}

.lang_size_medium #keyword_form .search_attribute .search_attribute_input .combo-text,
.lang_size_medium .search_frmArea #keyword_form .search_attribute .attribute_input_wrapper > select,
.lang_size_medium .search_frmArea #natural_sentence_form .search_attribute .attribute_input_wrapper > select,
.lang_size_medium #keyword_form .search_attribute .dropdownCheckComboboxWapper,
.lang_size_medium .search_frmArea .search_attribute .attribute_input_wrapper > input[type=text] {
  position: relative;
  left: calc(5em + 5px);
}

.lang_size_large #keyword_form .search_attribute .search_attribute_input .combo-text,
.lang_size_large .search_frmArea #keyword_form .search_attribute .attribute_input_wrapper > select,
.lang_size_large .search_frmArea #natural_sentence_form .search_attribute .attribute_input_wrapper > select,
.lang_size_large #keyword_form .search_attribute .dropdownCheckComboboxWapper,
.lang_size_large .search_frmArea .search_attribute .attribute_input_wrapper > input[type=text] {
  position: relative;
  left: calc(5em + 6px);
}

/* #okw_center .twoCol #keyword_form .search_attribute .search_attribute_input .combo-text,
#okw_center .twoCol .search_frmArea #keyword_form .search_attribute .attribute_input_wrapper > select,
#okw_center .twoCol .search_frmArea #natural_sentence_form .search_attribute .attribute_input_wrapper > select,
#okw_center .twoCol #keyword_form .search_attribute .dropdownCheckComboboxWapper,
#okw_side #keyword_form .search_attribute .search_attribute_input .combo-text,
#okw_side .search_frmArea #keyword_form .search_attribute .attribute_input_wrapper > select,
#okw_side .search_frmArea #natural_sentence_form .search_attribute .attribute_input_wrapper > select,
#okw_side #keyword_form .search_attribute .dropdownCheckComboboxWapper,
#okw_side .search_frmArea .search_attribute .attribute_input_wrapper > input[type=text] {
  left: 0 !important;
} */
#okw_center .twoCol .search_frmArea #natural_sentence_form .search_attribute .attribute_input_wrapper > select,
#okw_center .twoCol #keyword_form .search_attribute .dropdownCheckComboboxWapper,
#okw_side #keyword_form .search_attribute .search_attribute_input .combo-text,
#okw_side .search_frmArea #keyword_form .search_attribute .attribute_input_wrapper > select,
#okw_side .search_frmArea #natural_sentence_form .search_attribute .attribute_input_wrapper > select,
#okw_side #keyword_form .search_attribute .dropdownCheckComboboxWapper,
#okw_side .search_frmArea .search_attribute .attribute_input_wrapper > input[type=text] {
  left: 0 !important;
}

#okw_side .search_attribute .dropdownCheckComboboxWapper {
  width: 100%;
}

#okw_side .search_attribute input.search_attribute_input,
#okw_side #keyword_form .search_attribute .search_attribute_input .combo-text,
#okw_side .search_target select,
#okw_side .search_faq_type select,
#okw_side .search_attribute select {
  width: 100%;
}

#okw_side .search_attribute .conditions .condition > label {
  margin-right: 0;
}

#okw_side .search_target,
#okw_side #advanced_search_form #keyword_search_attribute_input {
  margin-right: 0;
  float: none;
}

#okw_contents #okw_side .oneCol .search_frmArea .search_attribute .conditions .condition {
  width: 100%;
  margin-right: 0;
}

.search_frmArea .search_attribute .conditions .condition {
  vertical-align: top;
  background: #eee;
  padding: 10px;
  border: none;
  width: 100% !important;
}

#okw_side .search_category_wrapper .combo .combo-text {
  width: 100%;
}

#okw_side span.wrap_arrow,
#okw_side div#search_category_narrow_down_input,
#okw_side .search_category_inner_wrapper,
#okw_side .k_search_attribute_select div {
  display: block;
  width: 100%;
}

/*標準検索カテゴリー選択*/
.search_frmArea .search_attribute .attribute_input_wrapper > input[type=text] {
  font-size: 1em;
}

.search_attribute .dropdownCheckComboboxWapper {
  border: 1px solid #000;
}

/*詳細検索カテゴリー選択*/
#okw_contents .search_category_wrapper input[type=radio] + label {
  margin: 0;
  padding: 0;
}

#okw_contents .search_category_wrapper input[type=radio] + label:after,
#okw_contents .search_category_wrapper input[type=radio] + label:before {
  content: none;
}

#okw_contents input[type=radio] + label:before {
  left: 2px;
  background: #fff;
}

#okw_contents input[type=radio] + label:after {
  background: #000;
}

#okw_contents .search_category_wrapper .listTree li {
  position: relative;
}

#okw_contents .search_category_wrapper .listTree li .thumb {
  position: absolute;
  top: 0;
}

.search_target > label,
.search_faq_type > label,
.search_category_wrapper > label,
#keyword_search_attribute_input > label,
.k_search_attribute_select label {
  width: 5em;
  display: inline-block;
  vertical-align: top;
  float: none;
}

.search_category_inner_wrapper,
.k_search_attribute_select div {
  float: none;
  display: inline-block;
  margin: 0;
}

/*フロント画面側スピナー*/
.spinner {
  width: 48px !important;
  height: 48px !important;
  border: 5px solid #C0C0C0 !important;
  border-bottom-color: transparent !important;
  border-radius: 50% !important;
  display: inline-block !important;
  box-sizing: border-box !important;
  animation: rotation 1s linear infinite !important;
}

/*検索結果対象*/
.attr_search_kw_area,
.search_target_area,
.synonyms_kw_area {
  margin: 0;
}

/*検索結果ページ番号*/
.pg_col_top {
  margin: 15px 0 10px;
  font-size: 14px;
}
.pg_col_top .pg_no {
  margin-left: 0;
}

.pg_col_down .pg_no {
  text-align: right;
  width: 100%;
  margin: 0 0 30px 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: bold;
  font-size: 14px;
  float: none;
  width: 100%;
}

.pagination span.disabled {
  display: none;
}

.pagination .current,
.pagination a,
.pagination span {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #000;
  transition: 0.2s linear background !important;
  margin-right: 10px;
}

.pagination .current:last-child,
.pagination a:last-child,
.pagination span:last-child {
  margin-right: 0;
}

.pagination a,
.pagination span {
  padding: 0;
}

.pagination a:hover,
.pagination span:hover {
  background-color: #ef0;
}

.pagination span.gap:hover {
  background-color: #fff;
}

.pagination .current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: default;
  pointer-events: none;
  background-color: #000;
  color: #fff;
}

a.next_page,
a.previous_page {
  font-size: 0;
  position: relative;
}

a.next_page:after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -6px;
  margin: auto;
  content: "";
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #000;
}

a.previous_page:after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6px;
  right: 0;
  margin: auto;
  content: "";
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-right: 6px solid #000;
}

/*お気に入りFAQ&注目のFAQ-----------------*/
.okw_parts_favorite_faq .ttl_col h2,
.okw_parts_pickup_faq .ttl_col h2,
.okw_parts_mypage_list .ttl_col h2 {
  position: relative;
  padding-right: 3em;
}

.icoFavorite,
.icoPickup {
  float: none;
}

.okw_parts_favorite_faq .list,
.okw_parts_pickup_faq .list,
.okw_parts_mypage_list .list {
  float: none;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  max-height: 40px;
  padding: 0 10px 0 10px;
  font-size: 0.571em;
  line-height: 1;
  transition: 0.15s cubic-bezier(0.1, 0.28, 0.45, 0.75) !important;
  background: #fff;
  display: flex;
  align-items: center;
}

#okw_contents .okw_parts_favorite_faq a.list:hover,
#okw_contents .okw_parts_pickup_faq a.list:hover,
#okw_contents .okw_parts_mypage_list a.list:hover {
  background-color: #000;
  color: #fff !important;
}

.faq_dateNo .favorite_message {
  text-align: center;
  padding: 5px 10px;
  width: 120px;
}

/*注目のキーワード------------------------------*/
.okw_parts_attention_keyword .ttl_col {
  display: none;
}

.attention_keyword_list {
  margin: 0;
  padding: 0;
  letter-spacing: -0.4em;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
  justify-content: center;
}

.attention_keyword_list * {
  letter-spacing: normal;
}

.attention_keyword_list li > span {
  display: none;
}

.attention_keyword_list li {
  display: inline-block;
}

.attention_keyword_list li > a {
  font-size: 0.875em;
  line-height: 1;
  cursor: pointer;
  display: flex;
  position: relative;
  padding-left: 0.857em;
  border-bottom: 1px solid #333;
  transition: 0.2s !important;
}

.attention_keyword_list li > a::before {
  content: "#";
  display: inline-block;
  font-size: 1.286em;
  position: absolute;
  left: 0;
  top: -3px;
}

#okw_contents .attention_keyword_list li > a:hover {
  border-bottom: 1px solid #fff;
}

/*Info&News------------------------------*/
.newsList {
  margin: 0;
}

.newsList li {
  background: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  border-top: 1px solid rgb(234, 234, 234);
  margin-bottom: 0;
  padding: 18px 2.105265%;
  align-items: center;
}

.newsList li:last-of-type {
  border-bottom: 1px solid rgb(234, 234, 234);
}

.newsList li .datetime {
  float: none;
  display: block;
  width: 18.6047%;
  max-width: 150px;
  margin: 0;
  line-height: 1.5;
  font-size: 0.875em;
}

.infoTxt {
  float: none;
  display: block;
  width: 81.3953%;
  line-height: 1.5;
}

.infonews_ttl {
  font-size: 2em;
}

.infonews_date_txt {
  margin-bottom: 20px;
}

.infonews_txt {
  padding: 0;
  margin-top: 50px;
}

.twoCol .newsList li,
#okw_side .twoCol .newsList li {
  display: block;
}

.twoCol .newsList li .datetime,
#okw_side .newsList li .datetime {
  width: 100%;
}

.twoCol .infoTxt,
#okw_side .infoTxt {
  float: none;
  display: block;
  width: 100%;
  margin-top: 6px;
}

/*中間ページ一覧---------------------------*/
.search_list {
  margin: 0;
  width: 100%;
  border-top: 1px solid #000;
}

.search_list_bg1,
.search_list_bg2 {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

li.search_list_inner {
  margin: 22px 0;
  padding: 0 0 22px;
  position: relative;
}
li.search_list_inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 0;
  right: 0;
}
li.search_list_inner:hover {
  background-color: transparent;
}
li.search_list_inner .icoA_sml,
li.search_list_inner .icoKA_sml,
li.search_list_inner .faq_list_show_detail,
li.search_list_inner .search_date_area {
  display: none;
}
li.search_list_inner .search_qattl a {
  border-bottom: 1px solid #fff;
  transition: 0.2s !important;
}
li.search_list_inner .search_qattl a:hover {
  border-bottom: 1px solid #000;
}

/*Q回り*/
.icoQ_sml,
.icoK_sml {
  position: relative;
  background: none;
  padding: 4px 0 4px;
  margin: 0 0 0 2.813em;
  font-weight: normal;
  font-size: 1em;
}

.icoQ_sml a,
.icoK_sml a {
  color: #333 !important;
}

.icoQ_sml:before,
.icoK_sml:before {
  content: "Q";
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -2.142em;
  color: #fff;
  font-size: 1.313em;
  display: inline-block;
  line-height: calc(1.524em - 2px);
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #000;
  width: 1.524em;
  height: 1.524em;
  text-align: center;
  border: 1px solid #000;
}

.icoK_sml:before {
  content: "?";
}

/*A回り*/
.icoA_sml,
.icoKA_sml {
  position: relative;
  background: none;
  padding: 4px 0 4px;
  margin: 25px 0 0 2.813em;
}

.icoA_sml:before,
.icoKA_sml:before {
  content: "A";
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: -2.142em;
  color: #000;
  font-size: 1.313em;
  display: inline-block;
  line-height: calc(1.524em - 2px);
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #ef0;
  width: 1.524em;
  height: 1.524em;
  text-align: center;
  border: 1px solid #ef0;
}

.icoKA_sml:before {
  content: "!";
}

/*A下まわり*/
.search_date_area .search_dateNo {
  width: 100%;
  margin: 0;
}

li.category_name {
  margin: 0;
}

li.category_name a {
  display: inline-block;
}

.faq_attachment_list {
  border: 1px solid #eee;
  background: #f8f8f8;
  padding: 5px;
}

.faq_attachment_list a {
  padding: 0 10px;
}

.faq_list_show_detail {
  display: block;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  padding: 10px;
  transition: 0.15s cubic-bezier(0.1, 0.28, 0.45, 0.75) !important;
}

.faq_list_show_detail:hover {
  text-decoration: none !important;
  background: #000;
  color: #fff !important;
}

/* 昇降アイコン ------------*/
.okw_sort_select {
  width: auto;
  margin: 0;
}

.okw_sort_select select {
  width: auto;
}

/* 昇順アイコン */
.sort_asc_image_on,
.sort_asc_image_off,
.sort_asc_image_off:hover {
  background: none;
  border-style: solid;
  border-width: 0 4.5px 7.79px 4.5px;
}

.sort_asc_image_on {
  border-color: transparent transparent #7C7D7E transparent;
}

.sort_asc_image_off {
  border-color: transparent transparent #eee transparent;
}

.sort_asc_image_off:hover {
  border-color: transparent transparent #7C7D7E transparent;
}

/* 降順アイコン */
.sort_desc_image_on,
.sort_desc_image_off,
.sort_desc_image_off:hover {
  background: none;
  border-style: solid;
  border-width: 7.79px 4.5px 0 4.5px;
}

.sort_desc_image_on {
  border-color: #7C7D7E transparent transparent transparent;
}

.sort_desc_image_off {
  border-color: #eee transparent transparent transparent;
}

.sort_desc_image_off:hover {
  border-color: #7C7D7E transparent transparent transparent;
}

.sort_arrow {
  width: 10px;
  margin: 3px 0 0 5px;
}

/* 昇降アイコン終わり ------------*/
/* お問い合わせ ------------------------------------------------*/
.qaList li {
  padding: 0;
  margin: 0;
}

.okw_parts_helpdesk .qaList li a {
  position: relative;
  display: inline-block;
  background: #fff;
  color: #333;
  border: solid 2px #333;
  line-height: 1.7;
  min-width: 16.5em;
  max-width: 100%;
  height: auto;
  border-radius: 100vh !important;
  font-weight: normal;
  font-size: 1em;
  padding: 0.906em 2.344em;
  text-align: center;
  transition: 0.2s cubic-bezier(0.1, 0.28, 0.45, 0.75) !important;
}
.okw_parts_helpdesk .qaList li a:hover {
  background-color: #000;
  border-color: #333;
  color: #fff !important;
}
.okw_parts_helpdesk .qaList li a::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  position: absolute;
  top: 9px;
  bottom: 0;
  margin: auto 0;
  right: 1em;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*------------------------------
問い合わせフォーム
------------------------------*/
/*送信ボタン*/
.commit_button_block,
.me_commit_button_block {
  background: none;
  border: none;
}

.hdq_confirm_btn_l,
.hdq_confirm_btn_r,
.me_confirm_btn_l,
.me_confirm_btn_r {
  display: none;
}

.hdq_confirm_btn,
.me_confirm_btn {
  position: relative;
  background: #fff;
  color: #333;
  border: solid 2px #333;
  min-width: 16.5em;
  max-width: 100%;
  height: auto;
  border-radius: 100vh;
  font-weight: normal;
  font-size: 1em;
  padding: 0;
  transition: 0.2s cubic-bezier(0.1, 0.28, 0.45, 0.75);
}

.hdq_confirm_btn:hover,
.me_confirm_btn:hover {
  background-color: #000;
  color: #fff !important;
}

.hdq_confirm_btn:hover::after,
.me_confirm_btn:hover::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.hdq_confirm_btn::after,
.me_confirm_btn::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  position: absolute;
  top: 9px;
  bottom: 0;
  margin: auto 0;
  right: 1em;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hdq_confirm_btn_c,
.me_confirm_btn_c {
  background: none;
  padding: 1.021em 2.344em;
  float: none;
  color: #333;
  width: 100%;
  height: auto;
  font-size: 1em;
  font-weight: normal;
}

.hdq_confirm_btn_c a,
.me_confirm_btn_c a {
  float: none;
  padding: 1.021em 2.344em;
}
.hdq_confirm_btn_c a:hover,
.me_confirm_btn_c a:hover {
  color: #fff !important;
}

.hdq_confirm_btn:hover .hdq_confirm_btn_c,
.me_confirm_btn:hover .me_confirm_btn_c {
  color: #fff !important;
}

.kanshin_qa .hdq_confirm_btn::after,
.kanshin_qa .me_confirm_btn::after {
  right: 0;
  left: 1.5em;
  transform: translate(-50%, -50%) rotate(135deg);
}
.kanshin_qa .hdq_confirm_btn_c {
  padding: 0;
}

.hdq_finish_msg_area .hdq_confirm_btn_c {
  position: relative;
  background: #fff;
  color: #333;
  border: solid 2px #333;
  min-width: 16.5em;
  max-width: 100%;
  height: auto;
  border-radius: 100vh;
  font-weight: normal;
  font-size: 1em;
  padding: 0;
  transition: 0.2s cubic-bezier(0.1, 0.28, 0.45, 0.75);
}
.hdq_finish_msg_area .hdq_confirm_btn_c:hover {
  background-color: #000;
  color: #fff !important;
}
.hdq_finish_msg_area .hdq_confirm_btn_c:hover::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.hdq_finish_msg_area .hdq_confirm_btn_c::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  position: absolute;
  top: 9px;
  bottom: 0;
  margin: auto 0;
  right: 1em;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.me_finish_msg_area .me_confirm_btn_c {
  position: relative;
  background: #fff;
  color: #333;
  border: solid 2px #333;
  min-width: 16.5em;
  max-width: 100%;
  height: auto;
  border-radius: 100vh;
  font-weight: normal;
  font-size: 1em;
  padding: 0;
  transition: 0.2s cubic-bezier(0.1, 0.28, 0.45, 0.75);
}
.me_finish_msg_area .me_confirm_btn_c:hover {
  background-color: #000;
  color: #fff !important;
}
.me_finish_msg_area .me_confirm_btn_c:hover::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.me_finish_msg_area .me_confirm_btn_c::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  position: absolute;
  top: 9px;
  bottom: 0;
  margin: auto 0;
  right: 1em;
  transform: translate(-50%, -50%) rotate(-45deg);
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

#okw_contents .hd_question_form {
  margin: 0;
  width: 100%;
}
#okw_contents .hd_question_form .q_contents {
  border: none;
  margin-bottom: 30px;
}
#okw_contents .hd_question_form .q_contents .attribute {
  display: none;
}
#okw_contents .hd_question_form .a_contents {
  border: none;
  margin-bottom: 30px;
}
#okw_contents .hd_question_form .q_contents .q_ttl_br,
#okw_contents .hd_question_form .a_contents .a_ttl_br {
  position: relative;
  background: none;
  padding: 4px 0 4px;
  margin: 0 0 0 2.813em;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.666;
}
#okw_contents .hd_question_form .q_contents .q_ttl_br:before {
  content: "Q";
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -2.142em;
  color: #fff;
  font-size: 1.313em;
  display: inline-block;
  line-height: calc(1.524em - 2px);
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #000;
  width: 1.524em;
  height: 1.524em;
  text-align: center;
  border: 1px solid #000;
}
#okw_contents .hd_question_form .a_contents .a_ttl_br:before {
  content: "A";
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: -2.142em;
  color: #000;
  font-size: 1.313em;
  display: inline-block;
  line-height: calc(1.524em - 2px);
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #ef0;
  width: 1.524em;
  height: 1.524em;
  text-align: center;
  border: 1px solid #ef0;
}
#okw_contents .hd_question_form .data {
  color: #333;
  font-size: 0.7em;
}
#okw_contents .hd_question_form .content_txt {
  margin: 1em 0;
  padding: 0;
}
#okw_contents .hd_question_form .more_q_link {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1em;
}
#okw_contents .hd_question_form .more_q_link a {
  position: relative;
  display: inline-block;
  background: #fff;
  color: #333;
  border: solid 2px #333;
  line-height: 1.7;
  min-width: 16.5em;
  max-width: 100%;
  height: auto;
  border-radius: 100vh !important;
  font-weight: normal;
  font-size: 1em;
  padding: 0.906em 2.344em;
  text-align: center;
  transition: 0.2s cubic-bezier(0.1, 0.28, 0.45, 0.75) !important;
}
#okw_contents .hd_question_form .more_q_link a:hover {
  background-color: #000;
  color: #fff !important;
}
#okw_contents .hd_question_form .enquete_wrapper {
  border: none;
  padding-top: 30px;
}
#okw_contents .hd_question_form .enquete_wrapper .okw_enquete_area {
  margin: 0;
  padding: 30px 35px;
  width: 100%;
}
#okw_contents .hd_question_form .enquete_wrapper .okw_enquete_area .mrktenqt_link {
  background: none;
  border: none;
  padding: 0;
  font-size: 1.111em;
}
#okw_contents .hd_question_form .enquete_wrapper .okw_enquete_area .mrktenqt_link a {
  position: relative;
  display: inline-block;
  background: #fff;
  color: #333;
  border: solid 2px #333;
  line-height: 1.7;
  min-width: 16.5em;
  max-width: 100%;
  height: auto;
  border-radius: 100vh !important;
  font-weight: normal;
  font-size: 1em;
  padding: 0.906em 2.344em;
  text-align: center;
  transition: 0.2s cubic-bezier(0.1, 0.28, 0.45, 0.75) !important;
}
#okw_contents .hd_question_form .enquete_wrapper .okw_enquete_area .mrktenqt_link a:hover {
  background-color: #000;
  color: #fff !important;
}
#okw_contents .hd_question_form .enquete_wrapper .okw_enquete_area .mrktenqt_link a::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  position: absolute;
  top: 9px;
  bottom: 0;
  margin: auto 0;
  right: 1em;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#okw_contents .hd_question_form .enquete_wrapper .okw_enquete_area .questioner_ttl {
  text-align: center;
}
#okw_contents .hd_question_form #new_incident_incident_question {
  margin-top: 60px;
}
#okw_contents .hd_question_form #new_incident_incident_question select {
  min-width: 320px;
  padding: 10px 30px;
  font-size: 1em;
  background-size: 8px auto;
  min-height: 70px;
  border: none;
  background-color: #f8f8f8;
  margin-bottom: 6px;
  background-image: none;
}
#okw_contents .hd_question_form textarea {
  padding: 20px 30px;
  font-size: 1em;
  width: 100%;
  min-height: 290px;
  background-color: #f8f8f8;
  border: none;
}
#okw_contents .okw_hdq_form_area:has(input.button_to_link) .HDcontents_table {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
#okw_contents .okw_hdq_form_area:has(input.button_to_link) .HDcontents_table .HDcontent {
  padding: 20px 0;
  margin: 0;
  border-top: 1px solid #000;
}
#okw_contents .okw_hdq_form_area:has(input.button_to_link) .HDcontents_table .HDcolumn_left div {
  font-weight: bold;
}

.help_attention {
  margin-bottom: 20px;
}

.column_ttl {
  background-color: #fff;
  border: none;
  margin-bottom: 40px;
  padding: 0;
}

.HDcontents_table,
.create_account_request_contents_table {
  border: none;
}

.HDcontent,
.create_account_request_content {
  border: none;
  margin-bottom: 40px;
}

.HDcontent dl {
  background-color: #fff;
  display: block;
}

.HDcolumn_left,
.me_column_left {
  width: 100%;
  display: block !important;
  padding: 0;
  font-size: 1.125em;
  margin-bottom: 12px;
}

.okw_hdq_form_area:has(button.button_to_link) .HDcolumn_left {
  font-weight: bold;
}
.okw_hdq_form_area:has(button.button_to_link) .HDcontents_table {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.okw_hdq_form_area:has(button.button_to_link) .HDcontent {
  padding: 20px 0;
  margin: 0;
  border-top: 1px solid #000;
}

.HDcolumn_right,
.me_column_right {
  width: 100%;
  display: block !important;
  max-width: 100%;
  border: none;
  padding: 0;
}

.HDcolumn_right input[type=text],
.me_column_right input[type=text] {
  width: 100%;
  min-height: 70px;
  padding: 10px 30px;
  font-size: 1em;
  background-color: #f8f8f8;
  border: none;
  margin-bottom: 6px;
}

#okw_contents .okw_main_helpdesk select {
  min-width: 320px;
  padding: 10px 30px;
  font-size: 1em;
  background-size: 8px auto;
  min-height: 70px;
  border: none;
  background-color: #f8f8f8;
  margin-bottom: 6px;
  background-image: none;
}
#okw_contents .okw_main_helpdesk textarea {
  padding: 20px 30px;
  font-size: 1em;
  width: 100%;
  min-height: 290px;
  background-color: #f8f8f8;
  border: none;
}
#okw_contents .okw_main_helpdesk input[type=radio] + label:before {
  background: #fff;
  left: 2px;
}
#okw_contents .okw_main_helpdesk input[type=radio] + label:after {
  background: #000;
}

.lang_size_small #okw_contents .okw_main_helpdesk input[type=checkbox] + label {
  margin: 2px 0;
}

/*問い合わせ完了画面--------------------*/
.hdq_finish_msg_area {
  background: #eee;
  margin: 0;
  padding: 30px 35px;
  width: 100%;
  border: none;
}

.hdq_finish_msg_mark {
  padding: 0;
  background: none;
  text-align: center;
}

.hdq_finish_msg_text {
  margin: 0;
  padding: 0;
}

/* スーパーアシスタント -----------------*/
.icoQa.kanshinqa {
  float: none;
}

#sa_button {
  float: none;
  margin: 0;
  position: absolute;
  right: 0;
  top: 5px;
  width: -moz-max-content;
  width: max-content;
}

#sa_button #sa_close,
#sa_button #sa_open {
  font-size: 0.571em;
  font-weight: bold;
  color: #333;
  position: relative;
  background: none;
}

#sa_button #sa_close::before {
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: 0;
  top: 0;
  bottom: -0.25em;
  margin: auto 0;
  transform: rotate(-135deg);
}

#sa_button #sa_open::before {
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: 0;
  top: -0.25em;
  bottom: 0;
  margin: auto 0;
  transform: rotate(45deg);
}

.kanshin_qabox {
  padding: 0 15px;
}

.kanshin_qa {
  margin: 0;
  border: 2px solid #eee;
}

#cboxContent {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
#cboxContent .faq_qstInf_col, #cboxContent .faq_ans_col {
  border-bottom: none;
}

/* FAQ詳細ページ ---------------------------------*/
.mark_area:empty {
  display: none !important;
}

.mark_area {
  display: block;
  margin: 10px 0;
}

.search_dateNo li.favorite_area {
  margin: 0;
}

.search_dateNo li.mark_area {
  display: block;
  margin: 10px 0 0 0;
}
.search_dateNo li.mark_area br {
  display: none;
}

/*重要、更新、新着、カスタムマーク*/
.new_ico,
.imp_ico,
.updated_ico {
  background: none;
  color: #fff;
  margin-right: 10px;
  text-align: center;
  position: relative;
  background-color: #000;
  border-radius: 100vh;
  font-size: 0.688em;
  line-height: 22px;
  padding: 2px 10px;
  display: inline-block;
  min-width: 60px;
  height: 22px;
}

.imp_ico {
  background-color: #000;
}

.new_ico {
  background-color: #ef0;
  color: #000;
}

.updated_ico {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

.new_ico:before {
  content: "新着";
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
}

.imp_ico:before {
  content: "重要";
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
}

.updated_ico:before {
  content: "更新";
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
}

.faq_custom_mark {
  text-align: center;
  position: relative;
  margin: 0 10px 0 0;
  border-radius: 100vh;
  font-size: 0.688em;
  line-height: 22px;
  padding: 0 10px;
  display: inline-block;
  min-width: 60px;
  height: 22px;
}

/*文中リンク*/
.okw_main_faq {
  position: relative;
  padding-bottom: 80px !important;
  /*戻るアローボタン*/
}
.okw_main_faq ul.siteLink {
  float: none;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.okw_main_faq .faq_qstInf_col {
  border: none;
  margin: 30px 0 10px;
}
.okw_main_faq .faq_ans_col {
  border: none;
  margin: -3.125em 0 0 4.019em;
  position: relative;
  z-index: 99999;
}
.okw_main_faq .faq_date {
  font-size: 0.875em;
  text-align: right;
}
.okw_main_faq .faq_ansCont_txt {
  margin: 1em 0;
}
.okw_main_faq .faq_addition_col {
  display: none;
}
.okw_main_faq .faq_addition_list {
  border: none !important;
  margin: 0;
  background: #eee !important;
  padding: 5px 10px;
  color: #7C7D7E !important;
  font-size: 12px;
}
.okw_main_faq .siteLink li {
  margin: 0;
  display: inline-block !important;
  position: relative;
  background: #fff;
  color: #333;
  border: solid 2px #333;
  min-width: 16.5em;
  max-width: 100%;
  height: auto;
  border-radius: 100vh;
  font-weight: normal;
  font-size: 1em;
  padding: 0;
  transition: 0.2s cubic-bezier(0.1, 0.28, 0.45, 0.75);
  text-align: center;
}
.okw_main_faq .siteLink li:hover {
  background: #000;
  color: #fff;
}
.okw_main_faq .siteLink li:hover a {
  color: #fff !important;
}
.okw_main_faq .siteLink li::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  position: absolute;
  top: 9px;
  bottom: 0;
  margin: auto 0;
  right: 0;
  left: 1.5em;
  transform: translate(-50%, -50%) rotate(135deg);
}
.okw_main_faq .preLink a {
  padding: 1.021em 2.344em;
  font-size: 1em;
  line-height: 1.5;
}

/*Q回り--------*/
.faq_qstCont_ttl {
  position: relative;
  background: none;
  padding: 4px 0 4px;
  margin: 0 0 0 2.813em;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.666;
}

.icoQ,
.icoK {
  position: relative;
  background: none;
  padding: 4px 0;
  margin: 0;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
}

.icoQ:before,
.icoK:before {
  content: "Q";
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -2.142em;
  color: #fff;
  font-size: 1.313em;
  display: inline-block;
  line-height: calc(1.524em - 2px);
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #000;
  width: 1.524em;
  height: 1.524em;
  text-align: center;
  border: 1px solid #000;
}

.icoK:before {
  content: "?";
}

.faq_qstCont_col {
  margin: 10px 0 30px;
}
.faq_qstCont_col .faq_cate_col {
  display: none;
}

/*A回り--------*/
.faq_ans_ttl {
  position: relative;
  background: none;
  padding: 4px 0 4px;
  margin: 25px 0 0 2.813em;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.666;
}

.icoA,
.icoKA {
  position: relative;
  background: none;
  padding: 4px 0;
  margin: 0;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  text-indent: -9999px;
}

.icoA:before,
.icoKA:before {
  content: "A";
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: -2.142em;
  color: #000;
  font-size: 1.313em;
  display: inline-block;
  line-height: calc(1.524em - 2px);
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #ef0;
  width: 1.524em;
  height: 1.524em;
  text-align: center;
  border: 1px solid #ef0;
  text-indent: 0;
}

.icoKA:before {
  content: "!";
}

.faq_ans_col {
  padding: 0 0 30px;
  margin: -3.125em 0 0 4.019em;
  margin: 0;
}

/*カテゴリー表示などの囲み*/
.faq_cate_col {
  border: none;
  margin: 0;
  background: #eee;
  padding: 5px 10px;
}

.faq_addition_list.not_html,
.faq_addition_list.html,
.faq_addition_list.faq_attachment_file_list {
  border: 1px solid #eee;
  background: #f8f8f8;
}

.faq_addition_col {
  padding: 0;
}

.faq_addition_list.html > dt {
  background: none;
  border-bottom: 1px solid #eee;
  padding: 0 0 5px;
  margin: 0 0 5px;
}

.faq_cate_col,
.faq_cate_col a,
.faq_cate_col a:visited {
  color: #7C7D7E !important;
}

.faq_cate_col dd span,
.faq_cate_col dd a {
  display: inline-block;
  float: none;
}

/*ウィザードFAQ----------------------------*/
.wzd_qstCont_col {
  margin: 10px 0 10px 0;
  border-left: 4px solid #000;
  background: #f8f8f8;
  padding: 10px;
}
.wzd_qstCont_col .wzd_qstCont_txt p span {
  background: #f8f8f8 !important;
}

.wzd_slct_area {
  margin: 0;
  background: none;
  padding: 10px;
}

.wzd_slct_area .chckbx_off {
  color: #000;
  background: url("/usr/file/attachment/btn_navi_off.png") no-repeat left center;
}

.wzd_slct_area .chckbx_on {
  color: #000;
  background: url("/usr/file/attachment/btn_navi_on.png") no-repeat left center;
}

.sa_wizard_list .wzd_bck {
  color: #333;
}

#wizard_list {
  margin-bottom: 60px;
}
#wizard_list .faq_ans_col {
  margin: -2.188em 0 0 4.019em;
  padding: 0;
}

#colorbox #wizard_list .faq_ans_col {
  border-bottom: 1px solid #000;
}

.selecttxt {
  background-image: url("/usr/file/attachment/icon_select.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center left;
  color: #333;
}

.wzd_bck {
  background-image: url("/usr/file/attachment/icon_back.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center left;
}

/*アンケート----------------------------*/
.faq_ans_col {
  padding: 0 0 30px;
  margin: 0;
}

.okw_enquete_area {
  border: none;
  width: 100%;
  background: #eee;
  padding: 30px 35px;
  margin: 0 auto;
}

.questioner_ttl {
  padding: 0 0 5px;
  font-size: 1em;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.questioner_col {
  padding: 15px 0 0;
}

.questioner_txt_col {
  margin: 0 0 15px auto;
}

/*送信後バグ修正*/
#enquete_form_button.questioner_btn.submit_protected {
  background-color: #eee;
  pointer-events: none;
}

/*ボタン*/
.questioner_submit_btn,
.knowledge_vote_button .questioner_submit_btn,
.operator_comment_submit_btn {
  width: auto;
  height: auto;
  margin: 20px 0 0;
  text-align: center;
  font-size: 1rem;
}

.knowledge_vote_button .questioner_submit_btn {
  margin: 10px 0 0;
}

.questioner_btn,
#operator_view_form_button,
#operator_comment_form_button {
  background: none;
  position: relative;
  display: inline-block;
  background: #fff;
  color: #333;
  border: solid 2px #333;
  line-height: 1.7;
  min-width: 16.5em;
  max-width: 100%;
  height: auto;
  border-radius: 100vh !important;
  font-weight: normal;
  font-size: 1em;
  padding: 0.906em 2.344em;
  text-align: center;
  transition: 0.2s cubic-bezier(0.1, 0.28, 0.45, 0.75) !important;
}

.questioner_btn:hover,
#operator_view_form_button:hover,
#operator_comment_form_button:hover {
  background: #000;
  color: #fff;
}

.questioner_btn[disabled],
.questioner_btn[disabled]:hover,
input#operator_view_form_button:disabled,
input#operator_comment_form_button:disabled,
input#operator_view_form_button:disabled:hover,
input#operator_comment_form_button:disabled:hover {
  background-color: #eee !important;
  color: #7C7D7E !important;
  border: 2px solid #f8f8f8 !important;
  opacity: 1;
  cursor: auto;
}

.questioner_btn[disabled],
.questioner_btn[disabled]:hover {
  background-color: #f8f8f8 !important;
}

/*ナレッジメモ----------------------------*/
.operator_comment_txt_col {
  padding: 0;
  margin: 40px 0 8px;
}

.operator_comment_msg {
  margin-bottom: 8px;
}

/*印刷ページ----------------------------*/
body:not([id]) #okw_wrapper {
  border: none;
  margin: 20px auto;
  width: 1024px;
}

body:not([id]) .okw_bread {
  width: 100%;
}

/*マイページ-----------------------------------*/
/*マイページFAQ一覧----*/
.okw_mypage_sort_select select {
  width: auto;
}

/*マイページFAQ詳細----*/
#mypage_show .hd_question_form {
  margin: 0;
  width: 100%;
}

.hd_desc {
  background: no-repeat;
  border: none;
  padding: 0;
  color: #333;
  font-size: 0.875em;
}

.q_contents .q_ttl_br {
  position: relative;
  background: none;
  padding: 5px 0 5px 2em;
  margin: 0;
  color: #000;
  border: none;
  font-size: 1.25em;
}

.q_contents .q_ttl_br:before {
  content: "Q";
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 1.313em;
  display: inline-block;
  line-height: calc(1.524em - 2px);
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #000;
  width: 1.524em;
  height: 1.524em;
  text-align: center;
  border: 1px solid #000;
}

.a_contents .a_ttl_br {
  position: relative;
  background: none;
  padding: 5px 0 5px 2em;
  margin: 0;
  color: #333;
  border: none;
  font-size: 1.25em;
}

.a_contents .a_ttl_br:before {
  content: "A";
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
  color: #000;
  font-size: 1.2em;
  display: inline-block;
  line-height: 1.2;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  border: 1px solid #000;
}

#mypage_show .q_contents .attribute,
#mypage_show .a_contents .attribute,
#mypage_show .m_contents .attribute {
  margin: 0;
  padding: 5px;
  border: 1px solid #eee;
  background: #f8f8f8;
}

.err_msg {
  background: #f8f8f8;
  padding: 20px 30px;
  border: none;
  margin-top: 5px;
}

/*サーベイ-----------------------------------*/
.okw_mrktenqt_contents .me_question_form {
  width: 100%;
}
.okw_mrktenqt_contents .me_question_form .mrktenqt_incident_desc {
  background: none;
  border: none;
  color: #333;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.okw_mrktenqt_contents .me_question_form .mrktenqt_expln {
  padding: 5px 0 10px 0;
}
.okw_mrktenqt_contents .me_question_form .mrktenqt_expln .input_note {
  font-size: 1em;
}
.okw_mrktenqt_contents .me_question_form .me_contents_table {
  border: none;
}
.okw_mrktenqt_contents .me_question_form .mrktenqt_name {
  border: none;
  background: none;
  margin-bottom: 30px;
  padding: 0;
  font-size: 1.125em;
  font-weight: bold;
}
.okw_mrktenqt_contents .me_question_form .me_content {
  border: none;
  margin-bottom: 40px;
}
.okw_mrktenqt_contents .me_question_form .me_content dl {
  display: block;
  background: none;
}
.okw_mrktenqt_contents .me_question_form textarea {
  padding: 20px 30px !important;
  font-size: 1em;
  width: 100%;
  min-height: 290px;
  background-color: #f8f8f8;
  border: none;
}
.okw_mrktenqt_contents .me_question_form:has(input.button_to_link) .me_contents_table {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.okw_mrktenqt_contents .me_question_form:has(input.button_to_link) .me_content {
  padding: 20px 0;
  margin: 0;
  border-top: 1px solid #000;
}
.okw_mrktenqt_contents .me_question_form:has(input.button_to_link) .me_content .me_column_left div {
  font-weight: bold;
}
.okw_mrktenqt_contents .me_finish_msg_area {
  background: #eee;
  margin: 0;
  padding: 30px 35px;
  width: 100%;
  border: none;
}
.okw_mrktenqt_contents .me_finish_msg_area .me_confirm_btn_s {
  margin: 48px 0 0;
}
.okw_mrktenqt_contents .me_finish_msg_area .me_finish_msg_text {
  margin: 0;
  padding: 0;
}
.okw_mrktenqt_contents .me_finish_msg_area .me_finish_msg_mark {
  padding: 0;
  background: none;
  text-align: center;
}

#okw_contents .okw_mrktenqt_contents .me_question_form select {
  min-width: 320px;
  padding: 10px 30px;
  font-size: 1em;
  background-size: 8px auto;
  min-height: 70px;
  border: none;
  background-color: #f8f8f8;
  margin-bottom: 6px;
  background-image: none;
}
#okw_contents .okw_mrktenqt_contents .me_question_form select:focus-visible {
  padding: 9px 29px;
  border: 1px solid #333;
}