@charset "utf-8";

/*=========================================================

  ▼使用色

=========================================================*/

/*
ベースカラー:white
メインカラー:#004831
アクセントカラー:
リンク色：#004831
グレー：#D2DAD6 #f5f5f5（濃←→薄）
通常文字色：#141D1D #5F6368 （濃←→薄）
*/



/*----------------------------------------------------
	  header
--------------------------------------------------- */
header {
    background: #004831;
    width: 100%;
    box-sizing: border-box;
}

header .header_block {
    max-width: 1046px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 12px 19px;
}
header .header_logo_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_title {
    background: white;
}
.header_title>div {
    max-width: 1046px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    color: #004831;
    padding: 0.75em 19px;
    font-weight: bold;
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-size: 1.25em;
}

.header_title>div>a {
    display: inline-block;
    color: #004831 !important;
    text-decoration: none !important;
}
/*header下外部リンク*/
#faq_show .outside_link {
    /*display: none;*/
	background: transparent;
}
.outside_link {
    background: #F3F8F6;
    padding: 1em 19px;
}
.outside_link>ul {
    max-width: 1008px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-weight: normal;
    line-height: 1.5;
}
.outside_link>ul>li {
    display: inline-block;
    margin: 0 0 0 25px;
}
.outside_link>ul>li>a{
    color:#004831;
    display: block;
    position: relative;
    padding: 0 0.75em 0 0;
}
.outside_link>ul>li>a:after {
    content: "";
    right: 0;
    top: 0.5em;
    width: 0.4em;
    height: 0.4em;
    border-top: 2px solid #004831;
    border-right: 2px solid #004831;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

/*サービスロゴ-------------------------*/
#service_logo_01 {
    display: flex;
    align-items: center;
}

#service_logo_01 .service_logo {
    margin-right: 15px;
}

#service_logo_02 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
#service_logo_02 .service_logo {
    margin-left: 15px;
}
#service_logo_03 .service_logo {
    margin-bottom: 17.5px;
}
/*----------------------------------------------------
	  footer
--------------------------------------------------- */
footer {
    background: white;
}
footer,
footer *{
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    box-sizing: border-box;
}

.footer_logo_area {
    background: #004831;
    margin: auto;
}
.footer_logo_area .logo_left {
    margin: 7px 0 2px;
}
.footer_text,
dl.footer_code{
    max-width: 1046px;
    width: 100%;
    margin: 0 auto;
    color: #141D1D;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}
dl.footer_code {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 8px;
}

dl.footer_code dt {
    position: relative;
}
dl.footer_code dt::after {
    content: "：";
}
dl.footer_code dd {
    margin-left: 8px;
}
.footer_text {
    padding-top: 50px;
}
.footer_logo_inner {
    max-width: 1046px;
	/*max-width: 1280px;*/
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 19px;
	/*padding: 15px 40px;*/
    box-sizing: border-box;
}

p.footer_copy small {
    font-size: 10px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: -0.1px;
    font-weight: 500;
    display: block;
}


#okw_footer_default {
    padding: 10px;
    box-sizing: border-box;
    background: white;
}


/*topへ戻る*/
.topLink {
    float: none;
    margin: 0;
    padding: 0 0 1em;
    font-size: 1em;
    text-align: center;
	display: none;
}

.topLink a {
    background: white;
    padding: 17.5px;
    height: auto;
    display: inline-block;
    margin: 0 auto;
    line-height: 1;
    border: 2px solid #004831;
    font-weight: bold;
    border-radius: 6px;
    min-width: 250px;
	transition: background .3s, color .3s;
}
#category_index .topLink a {
    display: none;
}
.topLink a:hover {
    background: #004831;
    color: white!important;
    text-decoration: none!important;
}

@media screen and (max-width: 767px) {
	/*header*/
	header .header_block {
		padding: 12.5px 10px;
	}
	header .header_block .logo_left img {
		width: auto;
		height: 26px;
	}

	header .header_block .logo_right img {
		width: auto;
		height: 10px;
	}
	/*header下見出し＆リンク*/
	.header_title>div {
		font-size: 16px;
        padding-right: 10px;
        padding-left: 10px;
	}
	.outside_link {
		padding: 12.5px 0;
	}
	.outside_link>ul {
		display: block;
		text-align: right;
		padding: 0 15px;
		font-size: 14px;
	}
	.outside_link>ul>li:first-child {
        margin: 0 0 2.5px 0;
        display: block;
	}
	/*footer*/
	footer {
		background: #D2DAD6;
	}
	.footer_text, dl.footer_code {
		padding-right: 4.8vw;
		padding-left: 4.8vw;
	}
	.footer_logo_inner {
        flex-direction: column;
        padding: 15px 4.8vw;
	}
	p.footer_copy small {
		margin-top: 10px;
	}
	.logo_left img {
		width: 86px;
	}
}



/*--------------------------------
デフォルト打消し
--------------------------------------*/

/*背景*/
#okw_wrapper{
	background: white;
	line-height: 1.5;
}

#okw_contents, #okw_contents_base, #okw_contents_inner {
	background: white;
    padding: 0;
}
#okw_contents {

}


/*アイコン*/
.icoInf, .icoInfoNews, .icoKeyword, .icoQa, .icoNew, .icoCate, .icoResult, .icoHelpdesk, .icoLogin, .icoHot, .icoFavorite, .icoPickup, .icoCommunity, .icoProf, .icoKey, .icoFaq, .icocate_tree, .icoHdquestion, .icoCreateAccountRequest {
  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{
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
    overflow-x: hidden;
}
#okw_contents * {
	box-sizing: border-box;
	word-wrap: break-word;
	white-space: normal;
	word-break: break-word;
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
#okw_contents textarea {
  white-space: pre-wrap;
    border: 1px solid #D2DAD6;
    background: white;
	padding: 2px 5px;
}
#okw_contents div.calendar * {
    box-sizing: content-box;
}

#okw_contents .faq_attachment_list * {
    white-space: nowrap;
    word-break: normal;
}

body #okw_contents {
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    line-height: 1.5;
    color: #141D1D;
}
#okw_contents textarea, #okw_contents input, #okw_contents select{
	font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	max-width: 100%;
}

#okw_contents input[type="submit"],
#okw_contents input[type="button"],
#okw_contents input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/*プレースホルダー*/
::placeholder {
  color: #aaa;
}
::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}
:-moz-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
 :-ms-input-placeholder {
  color: #aaa;
}

/*プレイスホルダー終わり*/

#okw_contents img {
    max-width: 100%;
	height: auto;
    vertical-align: middle;
}
.colArea {
    margin:0;
}
.colArea>.oneCol, .colArea>.twoCol {
    padding: 2em 0;
}
.twoCol:empty {
    display: none;
}
/*サイト幅*/
#okw_contents_base {
    width: 100%;
    max-width: 1046px;
    padding: 0 19px;
}
#okw_center.okw_side {
    width: calc(100% - 280px);
}
.category_tree,
#okw_side{
	width: 250px;
}

/*2カラム*/
.twoCol {
    width: calc(50% - 10px);
}
/* ------------------------------
     link
------------------------------ */
/* リンク */
#okw_contents a:link {
    color: #004831; /* テキスト色 */
    text-decoration: none; /* テキスト装飾 */
}
/* 訪問済み */
#okw_contents a:visited {
    color: #004831; /* テキスト色 */
    text-decoration: none; /* テキスト装飾 */
}
/* ホバー */
#okw_contents a:hover {
    color: #004831; /* テキスト色 */
    text-decoration: underline; /* テキスト装飾 */
}
/* アクティブ */
#okw_contents a:active {
    color: #004831; /* テキスト色 */
    text-decoration: underline; /* テキスト装飾 */
}

/*パンくず*/
.okw_bread {
    /*width: calc(100% - 210px);*/
	width: 100%;
	position: relative;
    /*top: 5px;*/
}
.okw_bread li {
    font-size: 0.875em;
}
.okw_bread li>* {
    margin: 0 2.5px!important;
    display: inline-block;
}
.okw_bread li>span{
   color: #5F6368;
}
.okw_bread li>span:not(:last-child) {
    position: relative;
    color: transparent;
}

.okw_bread li>span:not(:last-child):after {
    content: "";
    left: 0;
    top: calc(50% - 0.2em);
    width: 0.4em;
    height: 0.4em;
    border-top: 2px solid #5F6368;
    border-right: 2px solid #5F6368;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

/*戻るアローボタン*/
.preLink {
    margin: 0;
    display: inline-block!important;
}

.preLink a,
.preLink button.button_to_link{
    display: inline-block;
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    line-height: 1;
    padding: 5px 0 5px 20px;
    height: auto;
}


.preLink a:before,
.preLink button.button_to_link:after{

}

/*------------------------------------
テーブル
------------------------------------*/
/*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 22px;
  cursor: pointer;
  display: inline-block;
}
#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: 16px;
    height: 16px;
    border: 1px solid #141D1D;
    border-radius: 50%;
    content: '';
    vertical-align: middle;
    color: white;
    cursor: pointer;
    background: white;
    z-index: 0;
}
#okw_contents input[type=radio] + label:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  display: block;
  margin-top: 0;
  width: 10px;
  height: 10px;
  content: '';
  opacity: 0;
  background: #004831;
  border-radius: 50%;
  z-index: 1;
}
#okw_contents input[type=radio]:checked + label:before {
  opacity: 1;
}
#okw_contents input[type=radio]:checked + label {
    color: #004831;
}

/*---*/
#okw_contents input[type=checkbox] + label {
  position: relative;
  padding: 0 0 0 22px;
  cursor: pointer;
  display: inline-block;
}
#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: 1px;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #141D1D;
    content: '';
    vertical-align: middle;
    color: white;
    cursor: pointer;
    background: white;
    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: 6px;
  box-sizing: border-box;
  border-bottom: 2px solid #004831;
  border-left: 2px solid #004831;
  top: 50%;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg) translateY(-50%);
  z-index: 1;
  margin-top: -2px;
}
#okw_contents input[type=checkbox]:checked + label:before {
  opacity: 1;
}
#okw_contents input[type=checkbox]:checked + label {
    color: #004831;
}
#okw_contents #search_category_narrow_down_input input {
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: white url("/usr/file/attachment/khojin_arrow_down.png") no-repeat right 5px center;
	background-size: 20px;
	border: 1px solid #D2DAD6;
	color: #141D1D;
	border-width: 1px;
	padding: 5px 20px 5px 5px;
	margin: 0;
	text-overflow: ellipsis;
    border-radius: 0;
    line-height: 1;
}

.conditions input[type=text] {
    border: 1px solid #D2DAD6;
    padding: 5px;
    line-height: 1;
}
/* ------------------------------
    セレクト
------------------------------ */
#okw_contents select::-ms-expand {
	display: none;
}

#okw_contents select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    background: white url("/usr/file/attachment/khojin_arrow_down.png") no-repeat right 20px center;
    background-size: 15px;
    color: #141D1D;
    padding: 10px 50px 10px 25px;
    line-height: 1;
    border: 1px solid #D2DAD6;
    border-radius: 100px;
}




/*見出し----------------------*/
.ttl_col h2 {
    position: relative;
	font-size: 1.125em;
    margin: 0 0 0.875em;
}

/*〇〇な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: 15px 0 15px 2em;
    margin: 0;
    border-bottom: 1px solid #D2DAD6;
}

.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";
    position: absolute;
    top: calc(50% - 0.75em);
    left: 0;
    color: white;
    font-size: 1em;
    display: inline-block;
    line-height: 1.25;
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    background: #004831;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    border: 1px solid #004831;
    border-radius: 100px;
	font-weight: bold;
}
.faqList li.K_sml:before, 
.qaList li.K_sml:before,
.faq_relate_list li.K_sml:before {
	content: "?";
}

body.lang_size_small .faqList li.Q_sml:before,
body.lang_size_small .qaList li.Q_sml:before,
body.lang_size_small .faq_relate_list li.Q_sml:before{
}
body.lang_size_large .faqList li.Q_sml:before,
body.lang_size_large .qaList li.Q_sml:before,
body.lang_size_large .faq_relate_list li.Q_sml:before{
}


.faqList li.Q_sml a, 
.qaList li.Q_sml a, 
.faq_relate_list li.Q_sml a, 
.faqList li.K_sml a, 
.qaList li.K_sml a,
.faq_relate_list li.K_sml a{
    color: #141D1D!important;
}
/*文字サイズ変更-------------------------------------*/

#fontCol {
	display: none;
}

#okw_sub_header {
    line-height: 1.5;
    /*margin: 0 -500%;*/
    /*padding: 15px 500%;*/
    padding: 15px 0 0;
    margin-bottom: 0;
}
#category_show #okw_sub_header,
#category_search #okw_sub_header {
    /*border-top: 1px solid #D2DAD6;
    border-bottom: 1px solid #D2DAD6;*/
}

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: white;
    background-image: none;
    width: 30px;
    height:30px;
    position:relative;
    border: 1px #004831 solid;
    border-radius: 0;
}
li.fntBig{
    margin: 0;
}
/*通常時の背景色*/

.fntBig a, .fntMid a, .fntSml a {
    color: #141D1D!important;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	line-height: 28px;
}
/*通常時の文字色と形*/

 .fntBig a:hover, .fntMid a:hover, .fntSml a:hover {
	 background-color: #004831;
	 background-image: none;   
	 width: 30px;
	 height:30px;
	 color: white !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: #004831;
	 background-image: none;   
	 width: 30px;
	 height:30px;
	 color: white !important;	 
}
/*on時にhover*/

 li.fntBigOn, li.fntMidOn, li.fntSmlOn {
	 border: 1px #004831 solid;
	 background-image: none;
	 width: 30px;
	 height:30px;
	 text-decoration: none;
	 box-sizing: border-box;
	 background: #004831;
	 border-radius: 0;
}
li.fntBigOn {
    margin: 0;
}
/*on時の背景色*/

.fntBigOn a, .fntMidOn a, .fntSmlOn a {
    color: white!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;
}
/*on時の文字色と形*/


.fntBigOn a:after {
    position: absolute;
    content: "大";
    text-indent: 0;
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
    text-align: center;
}
.fntMidOn a:after {
    position: absolute;
    content: "中";
    text-indent: 0;
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
    text-align: center;
}
.fntSmlOn a:after {
    position: absolute;
    content: "小";
    text-indent: 0;
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
    text-align: center;
}



/*カテゴリツリー----------------------------------------*/
.cate_count {
    display: inline-block;
    font-size: 1em;
    color: inherit;
}

.category_level_0 {
    margin: 0;
	background: transparent;
}
.category_level_0 li,
.category_level_1 li,
.category_level_2 li{
    border-color: #D2DAD6;
}
.category_level_0>li:first-child {
    border: none;
}
.category_level_0>li:last-child {
}

.category_tree {
    background: transparent;
    margin: 0;
    padding: 0;
	font-size: 100%;
    border-radius: 10px;
    border: 1px solid #D2DAD6;
}
.category_tree .ttl_bg {
    border: none;
    width: 100%;
    height: auto;
    position: relative;
    font-size: 1.125em;
    padding: 10px 10px 0.875em;
    background: white;
    margin: 0;
    border-bottom: 1px solid #D2DAD6;
	border-radius: 10px 10px 0 0;
}

.category_tree .ttl_col {
    padding: 0;
}

.cate_pull_inert_bg {
    padding: 15px 35px 15px 10px;
    position: relative;
}
.category_tree a, .category_nofaq {
    margin: 0;
}
.category_select,
.category_none.category_select{
    background: transparent;
}
.category_select a, .category_select a span {
    color: #5F6368;
}
.category_none {
    background: none;
    position: relative;
}
.category_none:after {
    position: absolute;
    top: calc(50% - 5.5px);
    right: 15px;
    display: block;
    content: '';
    width: 9px;
    height: 9px;
    vertical-align: middle;
    margin: 0;
    border-top: 2px solid #004831;
    border-left: 2px solid #004831;
    transform: rotate(135deg);
}
.category_level_1 {
    background: white;
    margin-left: 15px;
}
.category_level_2,
.category_level_3,
.category_level_4{
	background: white;
}
/*＋－*/
.category_close .pm_icon, .category_open .pm_icon {
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    padding: 0 10px;
    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: 20px;
    height: 100%;
}


.category_close>.cate_pull_inert_bg .pm_icon:after,
.category_open>.cate_pull_inert_bg .pm_icon:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    display: block;
    width: 2px;
    height: 20px;
    background: #004831;
    transform: translateY(-50%);
}
.category_open>.cate_pull_inert_bg .pm_icon:after {
	transform: translateY(-50%) rotate(90deg);
	transition: .3s;
}
.category_close>.cate_pull_inert_bg .pm_icon:after{
	transform: translateY(-50%) rotate(0deg);
	transition: .3s;
}

.category_open>.cate_pull_inert_bg .pm_icon:before, 
.category_close>.cate_pull_inert_bg .pm_icon:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 20px;
    height: 2px;
    background: #004831;
    transform: translateY(-50%);
}

/*-------------------------------------
全体カテゴリー一覧サブカテゴリー一覧
--------------------------------------*/

/*検索結果リンク仕様調整---*/
.cateList_area,
.category_tree {
    color: #D2DAD6;
}

/*---*/


.cateList_box{
	display: flex;
	margin: 15px 0 0;
	flex-flow: row wrap;
}
/* 1列表示 */
.cateList_1line{
    width:100%;/* 横幅 */
}
/* 2列表示 */
.cateList_2line{
    width:calc(50% - 7.5px);/* 横幅 */
    float:none;
	margin-right: 15px;
}
.cateList_2line:last-of-type {
    margin: 0;
}
/* 3列表示 */
.cateList_3line{
    width:calc(33.3% - 10px);/* 横幅 */
    float:none;
	margin-right: 15px;
}
.cateList_3line:last-of-type {
    margin: 0;
}
/* 4列表示 */
.cateList_4line{
    width: calc(25% - 11.25px);
    float: none;
    margin-right: 15px;
}
.cateList_4line:last-of-type {
    margin: 0;
}

/*カテゴリーアイコン---------------*/
img.cate_icon {
    float: none;
    margin: 0;
	width: 32px;
}
/*アイコン回り込み*/
a.cate_icon_link+.cate_middle,
a.cate_icon_link+.cate_middle+.cate_small,
img.cate_icon+.cate_middle,
img.cate_icon+.cate_middle+.cate_small{
}

/*子要素サブカテゴリー-------------------*/
.cate_small {
    display: block;
    padding: 5px 0 0 0;
    font-size: 0.875em;
	display: none;
}

.cate_middle {
    padding: 0;
}

ul.cate_small>li {
	display: inline-block;
    position: relative;
    padding: 0 0 0 1.25em;
    margin: 0 10px 2.5px 0;
}
ul.cate_small>li:after {
    content: "";
    left: 0;
    top: 0.5em;
    width: 0.4em;
    height: 0.4em;
    border-top: 2px solid #004831;
    border-right: 2px solid #004831;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

/*子要素サブカテゴリー縦並び*/

.cate_small>br {
    display: none;
}

.cate_small>span {
    display: block;
    position: relative;
    padding: 0 0 0 1.25em;
    margin: 0 0 2.5px;
}

.cate_small>span>a {
    display: inline-block;
}

.cate_small>span:after {
    content: "";
    left: 0;
    top: 0.5em;
    width: 0.4em;
    height: 0.4em;
    border-top: 2px solid #004831;
    border-right: 2px solid #004831;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
/*子要素サブカテゴリー横並び*/
.cate_small > li a {
  
}
.cate_small span.cateSepa {
  display: none;
}


/*全体カテゴリー一覧のみの調整*/
.okw_parts_category {
    border: 1px solid #D2DAD6;
    background: white;
    border-radius: 10px;
    padding: 0!important;
    margin-bottom: 5em;
}

.okw_parts_category .ttl_col h2 {
    margin: 0;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    font-size: 1em;
	display: flex;
	justify-content: space-between;
}


.okw_parts_category .ttl_col h2 span.icoCate {
    border-radius: 8px;
    padding: 1.5em 1em;
    display: block;
    width: calc(50% - 2.5px);
    text-align: center;
    font-weight: bold;
    background: #f5f5f5;
    color: #004831;
	cursor: pointer;
}
.okw_parts_category .ttl_col h2 span.icoCate.add_title {

}

.okw_parts_category .ttl_col h2 span.icoCate.add_title>p {
    display: inline-block;
    background: url(/usr/file/attachment/khojin_title_icon.png) no-repeat left center;
    background-size: 24px auto;
    padding-left: 28px;
}

.okw_parts_category .ttl_col h2 span.icoCate.tab-btn-active {
    background: #004831;
    color: #f5f5f5;
}
.okw_parts_category .cateList_area {
background: white;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
    gap: 24px;
    padding: 40px 60px;
    border-radius: 0 0 10px 10px;
}

.okw_parts_category .cateList_box {
    background: #F3F8F6;
    margin: 0;
	border-radius: 6px;
    display: none;
}
.okw_parts_category .cateList_box.tab-contents-active {
    display: flex;
}
.okw_parts_category .cateList_box li.cateList {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    text-align: center;
    box-shadow: 2px 2px 6px -2px #999999;
    border-radius: 6px;
    border: 1px solid white;
    transition:  opacity .3s;
    position: relative;
	height: 98px;
}
.okw_parts_category .cateList_box li.cateList:hover {
    opacity: .6;
}
.okw_parts_category .cateList_box li.cateList .cate_middle {
    padding: 0;
    font-size: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 1.5;
    width: 100%;
}
.okw_parts_category .cateList_box li.cateList .cate_middle a {
    width: 100%;
    text-decoration: none !important;
    padding: 11px 7px;
    height: 100%;
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: center;
    align-items: center;
}
.okw_parts_category a.cate_icon_link+.cate_middle a {
    padding-top: 49px!important;
}
.okw_parts_category img.cate_icon{
    margin: 0;
    position: absolute;
    top: 11px;
    left: calc(50% - 16px);
    z-index: 0;
}

.okw_parts_category a.cate_icon_link {
	display: block;
    width: 100%;
}

.okw_parts_category span.cate_count {
    display: none;
}

/*サブカテゴリー一覧のみの調整*/
.okw_parts_sub_category .ttl_col,
.okw_main_category .ttl_col{
    border-bottom: 2px solid #004831;
    padding: 0 0 5px;
    
}

.okw_parts_sub_category .ttl_col h2,
.okw_main_category .ttl_col h2{
	color: #004831;
    padding: 0;
	margin: 0;
    font-size: 1.25em;
}

.okw_parts_sub_category .cateList_area {
    
}

.okw_parts_sub_category .cateList_area .cateList_box {
    margin: 0;
    display: flex;
}

.okw_parts_sub_category .cateList_area ul.cateList_box li.cateList {
    display: flex;
    background: white;
    border: 1px solid #004831;
    border-radius: 10px;
    padding: 10px 30px 10px 15px;
    margin: 10px 0 0 0;
    font-weight: 400;
    align-items: center;
	transition: background .3s, color .3s;
}
.okw_parts_sub_category .cateList_area ul.cateList_box li.cateList:hover {
    background: #004831;
	color: white;
}
.okw_parts_sub_category .cateList_area ul.cateList_box li.cateList:hover a{
	color: white!important;
}
.okw_parts_sub_category .cateList_area ul.cateList_box li.cateList .cate_middle {
    position: relative;
    width: 100%;
}
.okw_parts_sub_category a.cate_icon_link + .cate_middle, 
.okw_parts_sub_category img.cate_icon + .cate_middle{
	width: calc(100% - 1.5em - 5px);
}
.okw_parts_sub_category .cateList_area ul.cateList_box li.cateList .cate_middle:after {
    content: "";
    right: -12.5px;
    top: calc(50% - 0.2em);
    width: 0.4em;
    height: 0.4em;
    border-top: 2px solid #004831;
    border-right: 2px solid #004831;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.okw_parts_sub_category .cateList_area ul.cateList_box li.cateList:hover .cate_middle:after {
    border-color: white;
}
.okw_parts_sub_category .cateList_area ul.cateList_box li.cateList .cate_middle a {
    text-decoration: none!important;
    font-weight: 400;
    width: 100%;
    display: block;
}
.okw_parts_sub_category img.cate_icon {
    width: 1.5em;
    margin: 0 5px 0 0;
}

/* 2列表示 */
.okw_parts_sub_category .cateList_2line{
    width:calc(50% - 7.5px);/* 横幅 */
    float:none;
	margin-right: 15px!important;
}
.okw_parts_sub_category .cateList_2line:last-of-type {
    margin-right: 0!important;
}
/* 3列表示 */
.okw_parts_sub_category .cateList_3line{
    width:calc(33.3% - 10px);/* 横幅 */
    float:none;
	margin-right: 15px!important;
}
.okw_parts_sub_category .cateList_3line:last-of-type {
    margin-right: 0!important;
}
/* 4列表示 */
.okw_parts_sub_category .cateList_4line{
    width: calc(25% - 11.25px);
    float: none;
    margin-right: 15px!important;
}
.okw_parts_sub_category .cateList_4line:last-of-type {
   margin-right: 0!important;
}
/*キーワード検索-------------------------------------*/

.colArea:has(.oneCol.okw_parts_search) {
    margin: 0 -500%;
    padding: 0 500%;
    background: #F3F8F6;
}
.oneCol.okw_parts_search {
    /*max-width: 900px;*/
    margin: 0 auto;
}
body:not(#category_index) .oneCol.okw_parts_search {
    max-width: none;
}
.okw_parts_search .ttl_col {
    display: none;
}

.search_frmArea,
.twoCol .search_frmArea{
    margin: 0;
}
.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: #004831;
    color: white;
    width: 120px;
    height: 50px;
    margin: 0 0 0 20px;
    line-height: 48px;
    cursor: pointer;
    border-radius: 100px !important;
	letter-spacing: 3px;
    transition: background .3s, color .3s;
	border: 1px solid #004831;
	font-size: 1em;
}

.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{
    color: #004831;
	background: white;
    /*border-color: white;*/
}
.twoCol .search_frmArea .keyword_frmbtn:hover,
.twoCol .search_frmArea .n_keyword_frmbtn:hover,
.twoCol .faq_search_frmArea .keyword_frmbtn:hover,
.twoCol .search_frmArea .keyword_mode .keyword_frmbtn:hover,
.twoCol .search_frmArea .natural_mode .keyword_frmbtn:hover{
    border-color: #004831;
}

/*入力欄*/
.keyword_frm,
.n_keyword_frm {
    height: 50px;
    width: calc(100% - 140px);
    background: white;
    padding: 2px 25px;
    letter-spacing: normal;
    overflow-y: hidden;
    font-size: 100% !important;
    border-radius: 100px;
    border: 1px solid #5F6368;
}
.twoCol .keyword_frm, .twoCol .n_keyword_frm {
    border-color: #D2DAD6;
}

#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;*/
}


/*サジェスト---*/
.search_suggest,
.faq_suggest{
	width: calc(100% - 140px);
    top: 2px;
}
.search_suggest>div {
    padding: 5px 25px;
}
/*サジェストリスト---*/
.faq_suggest_category {
    background-size: 15px auto;
    padding-left: 20px;
    display: inline-block;
}
.faq_suggest_title {
    font-size: 0.875em;
    position: relative;
    background: none;
    padding: 5px 0 5px 2em;
    margin: 0;
}
.faq_suggest_title:after{
    content: "Q";
    position: absolute;
    top: 5px;
    left: 0;
    color: white;
    font-size: 1em;
    display: inline-block;
    line-height: 1.25;
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    background: #004831;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    border: 1px solid #004831;
    border-radius: 100px;
	font-weight: bold;
}
.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;
    display: none;
}
.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: #f5f5f5;
    border: 1px solid #D2DAD6;
    top: 24px!important;
    padding-right: 20px;
    cursor: pointer;
	left: 0!important;
	white-space: pre-wrap!important;
}
.search_frmArea .keyword_helpbtn_popup:after {
    content: "\0d7";
    position: absolute;
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-weight: normal;
    font-size: 24px;
    top: 2px;
    right: 6px;
    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;
    white-space: nowrap!important;
}
.search_category_wrapper .combo .combo-text,
.search_category_wrapper .dropdownCheckComboboxWapper{
	/*width: 220px;*/
	width: 300px;
}

.oneCol .search_target {
    margin-top: 0;
}

.search_faq_type, 
.search_switch, 
.search_attribute, 
.search_category_wrapper, 
.twoCol .search_keyword_morph{
    margin-top: 10px;
}

/*キーワード検索不要要素削除＆位置調整*/
.search_target,
.search_faq_type,
.search_attribute,
.search_switch,
body#category_index .search_category_wrapper{
    display: none!important;
}
.oneCol .search_category_wrapper {
    margin-top: 0;
    margin-right: 25px;
    order: -1;
}
.search_category_wrapper>label {
    display: none!important;
}

#okw_contents #search_category_narrow_down_input>input.combo-text {
    border-radius: 100px;
    padding: 10px 50px 10px 25px;
    height: 50px;
    background-position:right 25px center;
    /*width: 220px;*/
    width: 300px;
	border: none;
    border: 1px solid #5F6368;
    cursor: pointer;
}
#okw_contents .twoCol #search_category_narrow_down_input>input.combo-text {
    border: 1px solid #D2DAD6;
}
#okw_contents .twoCol #search_category_narrow_down_input>input.combo-text,
.twoCol .search_category_inner_wrapper{
    width: 100%;
}
#category_show .oneCol form#advanced_search_form,
#category_search .oneCol form#advanced_search_form{
    display: flex;
    align-items: center;
    justify-content: center;
}
#category_show .oneCol .keyword_mode,
#category_show .oneCol .natural_mode,
#category_search .oneCol .keyword_mode,
#category_search .oneCol .natural_mode{
    width: calc(100% - 325px);
}
/*キーワード検索不要要素調整終わり*/

.search_frmArea .search_attribute .attribute_input_wrapper {
    padding: 0;
}
.listTree li{
    /*padding: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 #D2DAD6;
    width: 220px;
    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_center .search_frmArea .search_attribute .attribute_input_wrapper>input[type="text"] ,
#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;
}

#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%;
}

/*詳細検索カテゴリー選択*/
#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 .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;
}

/*----------------------------------------
キーワード検索パーツカテゴリーセレクトボックス周り調整_始まり
----------------------------------------*/
/*開閉アロー非表示*/
.okw_parts_search .dropdownCheckComboboxWapper>ol.listTree .thumb {
    display: none;
}
/*開閉アロー余白なし*/
.okw_parts_search .dropdownCheckComboboxWapper ol.listTree li {
    padding: 5px;
}
.okw_parts_search .dropdownCheckComboboxWapper>ol.listTree>li {
    padding-bottom: 0!important;
}
/*挿入見出し調整*/
li.listTree_ttl {
    background: #f3f8f6 !important;
    padding: 7px 10px !important;
    color: #666 !important;
    margin: 0 -5px !important;
	cursor: default!important;
}
li.listTree_ttl span.listTree_ttl_icon {
    display: inline-block!important;
    background: url("/usr/file/attachment/khojin_title_icon.png") no-repeat left center!important;
    background-size: 24px auto!important;
    padding-left: 28px!important;
}
/*子要素非表示*/
.dropdownCheckComboboxWapper>ol.listTree>li>ol.listTree>li>ol.listTree {
    display: none;
}
/*その他デザイン*/
.okw_parts_search .dropdownCheckComboboxWapper ol.listTree li label[for="listTree-input-search_category_narrow_down-0"] {
    display: block !important;
    padding: 0px 5px 7px !important;
}

.okw_parts_search .search_category_wrapper {
    z-index: 10000000;
}
.okw_parts_search .dropdownCheckComboboxWapper {
	width: 140%;
    max-width: 300px;
    border-radius: 10px;
	border: 1px solid #333;
    font-size: 0.875em;
    margin: 10px 0 0;
}

.okw_parts_search .dropdownCheckComboboxWapper>.listTree {
    border-radius: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 320px;
    padding: 0;
    margin: 0 auto;
    background-color: white;
    border: solid 5px white;
    border-left: none;
    scrollbar-color: #5f6368 white;
    scrollbar-width: auto;
}

/*hover調整*/
.okw_parts_search .dropdownCheckComboboxWapper ol.listTree li>label {
    width: 100%;
}

.okw_parts_search .dropdownCheckComboboxWapper>ol.listTree>li>ol.listTree>li {
    margin: 0 -5px;
    padding: 7px 10px;
	transition: background .3s;
	cursor: pointer;
}
.okw_parts_search .dropdownCheckComboboxWapper>ol.listTree>li>ol.listTree>li:hover {
    background-color: #f3f8f6;
}
/*----------------------------------------
キーワード検索パーツカテゴリーセレクトボックス周り調整_終わり
----------------------------------------*/

/*検索結果対象*/
.attr_search_kw_area, 
.search_target_area,
.synonyms_kw_area {
    margin: 0;
}
/*検索結果ページ番号*/
.pg_col_top {
    margin: 0 0 10px;
    font-size: 14px;
}
.pg_col_top .pg_scr {
    display: none;
}
.pg_col_top p.pg_no {
    color: #5F6368;
    margin: 0;
    width: 100%;
    float: none;
}
.pg_col_down {
    font-size: 0.75em;
	margin: 0;
}
.pg_col_down .pg_no {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    display: none;
}

.pagination {
    display: block;
    width: 100%;
    text-align: center;
	font-size: 1em;
	margin: 20px 0 0;
}

a.next_page,
span.next_page.disabled,
a.previous_page,
span.previous_page.disabled{
    position: relative;
    text-indent: -9999px;
    min-width: 20px !important;
}
a.next_page:after,
span.next_page.disabled:after,
a.previous_page:after,
span.previous_page.disabled:after{
    content: "";
    right: calc(50% - 0.25em);
    top: calc(50% - 0.25em);
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #5F6368;
    border-right: 2px solid #5F6368;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
span.next_page.disabled:after,
span.previous_page.disabled:after{
	border-color: #D2DAD6;
}
a.previous_page:after,
span.previous_page.disabled:after{
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.pagination .current, .pagination a, .pagination span {
    padding: 0;
    font-size: 1em;
    line-height: 32px;
    min-width: 32px;
    height: 32px;
    display: inline-block;
    font-weight: bold;
}
.pagination .current, .pagination a:not([class]) {
    background: #D2DAD6;
    text-decoration: none!important;
    color: #141D1D !important;
    margin: 5px;
    border-radius: 3px;
    transition: background .3s, color .3s;
}
.pagination a:not([class]):hover {
    background: #004831;
    color: white!important;
}

.pagination .current {
    color: white !important;
    background: #004831 !important;
}

a.next_page,
a.previous_page{

}

a.next_page:after,
a.previous_page:after{

}

a.previous_page:after {

}


.pg_scr span.disabled {

}

a.prev_page {

}

a.prev_page:after {

}

a.prev_page.disabled:after {

}


/*お気に入り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: 4em;
}

.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: calc(50% - 0.5em);
    font-size: 0.75em;
    line-height: 1;
}
.faq_dateNo .favorite_message {
    text-align: center;
    padding: 5px 10px;
    width: 120px;
    z-index: 1;
}

/*注目のキーワード------------------------------*/
.colArea:has(.oneCol.okw_parts_search)+.colArea:has(.oneCol.okw_parts_attention_keyword) .oneCol {
    padding-top: 0;
    /*max-width: 900px;*/
    margin: 0 auto;
}

.okw_parts_attention_keyword .ttl_col {
    color: #004831;
    margin: 0 0 15px;
}
.okw_parts_attention_keyword .ttl_col h2{
    font-size: 1em;
    font-weight: normal;
}

.attention_keyword_list {
    margin: 0;
    padding: 0;
    letter-spacing: -.4em;
    display: flex;
    gap: 15px;
    flex-flow: row wrap;
}
.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 {
	transition: background .3s,color .3s;
    display: block;
    padding: 10px 27.5px;
    line-height: 1;
    /*margin: 0 15px 15px 0;*/
    background: #D2DAD6;
    border: none;
    border-radius: 100px;
    color: #141D1D !important;
}
.attention_keyword_list li > a:hover {
	text-decoration: none !important;
    background: #004831;
    color: #D2DAD6 !important;
}
.attention_keyword_list>li:last-child>a {
	margin-right: 0!important;
}
/*Info&News------------------------------*/
.newsList {
    margin: 0;
}

.newsList li {
    background: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 15px;
}

.newsList li .datetime {
    float: none;
    display: block;
    width: 9em;
    margin: 0;
}

.infoTxt {
    float: none;
    display: block;
    width: calc(100% - 9em);
}

.infonews_txt {
    padding: 0;
}
/*中間ページ一覧---------------------------*/
.colArea:has(.oneCol.okw_parts_sub_category) +.colArea .oneCol.okw_main_category {
    padding-top: 0.5em;
}
.okw_main_category .ttl_col {
    display: none;
    margin: 0 0 2.5px;
}
.okw_main_category .ttl_col h2 {
    color: #004831;
    padding: 0;
    margin: 0;
    font-size: 1.25em;
}
.search_list {
    margin: 0;
    width: 100%;
    border-top: none;
}
.search_list_bg1,
.search_list_bg2{
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}


li.search_list_inner {
	border-bottom: 1px solid #D2DAD6;
    padding: 10px 0;
}

li.search_list_inner:hover {
    background-color: transparent;
}

/*Q回り*/
.icoQ_sml,
.icoK_sml{
	position: relative;
	background: none;
	padding: 5px 0 5px 2em;
	margin: 0;
	font-size: 1em;
    font-weight: 500;
}
.icoQ_sml a, .icoK_sml a {
    color: #141D1D!important;
}
.icoQ_sml:before,
.icoK_sml:before{
    content: "Q";
    position: absolute;
    top: 5px;
    left: 0;
    color: white;
    font-size: 1em;
    display: inline-block;
    line-height: 1.25;
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    background: #004831;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    border: 1px solid #004831;
    border-radius: 100px;
	font-weight: bold;
}
.icoK_sml:before{
	content: "?";
}

/*A回り*/
.icoA_sml,
.icoKA_sml{
	position: relative;
	background: none;
	padding: 5px 0 5px 2em;
	margin: 0;
    display: none;
}
.icoA_sml:before,
.icoKA_sml:before{
	content: "A";
	position: absolute;
	top: 5px;
	left: 0;
	color: #004831;
	font-size: 1.2em;
	display: inline-block;
	line-height: 1.2;
	font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	background: white;
	width: 1.2em;
	height: 1.2em;
	text-align: center;
	border: 1px solid #004831;
    border-radius: 100px;
	font-weight: bold;
}

.icoKA_sml:before{
	content: "!";
}

/*A下まわり*/
.search_date_area .search_dateNo {
    width: 100%;
    margin: 0;
	display: none;
}
.faq_attachment_icon {
    display: none;
}
li.category_name {
    margin: 0;
}

li.category_name a {
    display: inline-block;
}

.faq_attachment_list {
    border: 1px solid #D2DAD6;
    background: #f5f5f5;
    padding: 5px;
}

.faq_attachment_list a {
    padding: 0 10px;
}
/* 昇降アイコン ------------*/
.okw_sort_select {
    width: auto;
	margin: 0;
}
.okw_sort_select select#faq_list_sort_select {
    width: auto;
    display: none;
}

/* 昇順アイコン */
.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 #5F6368 transparent;
}

.sort_asc_image_off {
    border-color: transparent transparent #999 transparent;
}
    
.sort_asc_image_off:hover {
    border-color: transparent transparent #5F6368 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: #5F6368 transparent transparent  transparent;
}
    
.sort_desc_image_off {
    border-color: #999 transparent transparent  transparent;
}
    
.sort_desc_image_off:hover {
    border-color: #5F6368 transparent transparent  transparent;
}

.sort_arrow {
    width: 10px;
    margin: 8px 0 0 10px;
	display: none;
}

/* 昇降アイコン終わり ------------*/

/* お問い合わせ ------------------------------------------------*/
.qaList li {
    padding: 0;
    margin: 0;
}
/*ボタン化*/


/*------------------------------
問い合わせフォーム
------------------------------*/

/*送信ボタン*/
.commit_button_block {
    background: none;
    border: none;
}

.hdq_confirm_btn_l,.hdq_confirm_btn_r {
    display: none;
}

.hdq_confirm_btn_c {
    background: #004831;
    color: white;
    line-height: 1;
    height: auto;
    padding: 15px;
    min-width: 180px;
    transition: opacity .3s;
}

.hdq_confirm_btn_c:hover {
    opacity: 0.7;
}

/*入力画面--------------------*/
.HDcolumn_right input {
    border: 1px solid #D2DAD6;
    background: white;
    padding: 2px 5px;
}

/*問い合わせ完了画面--------------------*/
.hdq_finish_msg_mark {
    padding: 0;
    background: none;
}

.hdq_finish_msg_area {
    border: 1px solid #D2DAD6;
    background: #f5f5f5;
}
.hdq_finish_msg_text {
    margin: 0;
    padding: 20px;
}
/* スーパーアシスタント -----------------*/
.hdq_confirm_btn_c a {
    padding: 0;
    float: none;
    color: white!important;
}
.hdq_confirm_btn_c a:hover{
	text-decoration: none!important;
}
.hd_question_form .ttl_col h2 {
    position: relative;
    font-size: 1.25em;
}

.icoQa.kanshinqa {
    float: none;
}

#sa_button {
    float: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
    width: 3.5em;
}
#sa_button #sa_close,#sa_button #sa_open {
    font-size: 0.7em;
    font-weight: bold;
}
.kanshin_qabox {
    padding: 0 15px;
}
.kanshin_qa {
    margin: 0;
    border: 2px solid #D2DAD6;
}

#cboxContent{
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
/* FAQ詳細ページ ---------------------------------*/

.mark_area {
    margin: 2.5px 0 0;
    display: inline-block;
}
.mark_area:empty {
    display: none!important;
}
/*重要、更新、新着、カスタムマーク*/

.new_ico,
.imp_ico,
.updated_ico{
    background: none;
    min-width: 32px;
    color: white;
    font-size: 10px;
    line-height: 16px;
    padding: 0 5px;
    margin-right: 10px;
    text-align: center;
    position: relative;
    height:  16px;
    background-color:#009682;
    border-radius: 0;
}
.imp_ico{
    background-color: #3370E1;
}
.new_ico{
    background-color:#E53C3C;
}

.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 {
	min-width: 32px;
	font-size: 12px;
	line-height:  16px;
	padding: 0 5px;
	text-align: center;
	position: relative;
	height: 16px;
	margin: 0 10px 0 0;
	border-radius: 0;
}

/*文中リンク*/
#faq_question_contents a, 
#faq_answer_contents a, 
#info_news_contents a,
.faq_ansCont_txt a,
.faq_addition_col a,
.wzd_qstCont_col .wzd_qstCont_txt a{

}

/*Q回り--------*/
.faq_qstCont_ttl {
	font-size: 1.25em;
	line-height: 1.5;
	margin: 10px 0 0;
}
.icoQ,
.icoK{
	position: relative;
	background: none;
	padding: 5px 0 5px 2em;
	margin: 0;
	color: #141D1D;
}

.icoQ:before,
.icoK:before{
    content: "Q";
    position: absolute;
    top: 5px;
    left: 0;
    color: white;
    font-size: 0.8em;
    display: inline-block;
    line-height: 1.75;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background: #004831;
    width: 2em;
    height: 2em;
    text-align: center;
    border: 1px solid #004831;
    border-radius: 100px;
	font-weight: bold;
}

.icoK:before{
	content: "?";
}

.faq_qstCont_col {
    margin: 15px 0;
}

/*Q上非表示*/
.faq_qstInf_col {
    /*display: none;*/
    margin: 0;
    border-bottom: none;
    color: #5F6368;
}
.faq_qstInf_col ul.siteLink {
    display: none;
}
.faq_qstInf_col .faq_dateNo {
    margin-right: 0;
    float: none;
}

.faq_qstInf_col .faq_dateNo li.faq_print {
    display: none;
}
/*A回り--------*/
.faq_ans_ttl {
	/*font-size: 1.25em;
	line-height: 1.5;
	margin: 0;
	background: none;*/
	font-size: 0;
    line-height: 1;
    margin: 0 0 15px;
    height: 1px;
    padding: 0;
    background: #D2DAD6;
}

.icoA,
.icoKA{
	position: relative;
	background: none;
	padding: 5px 0 5px 2em;
	margin: 0;
	color: #141D1D;
    display: none;
}

.icoA:before,
.icoKA:before{
	content: "A";
    position: absolute;
    top: 5px;
    left: 0;
    color: #004831;
    font-size: 1.2em;
    display: inline-block;
    line-height: 1.2;
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    background: white;
    width: 1.2em;
    height: 1.2em;
    text-align: center;
    border: 1px solid #004831;
    border-radius: 100px;
	font-weight: bold;
}
.icoKA:before{
	content: "!";
}
.faq_ans_col {
    padding: 0;
    border: none;
}
.faq_ans_col>.faq_ansCont_txt{
    background: #F3F8F6;
    padding: 15px;
    border: 1px solid #004831!important;
    border-radius: 6px;
	position: relative;
	margin: 0 0 0 5em;
}
.faq_ans_col>.faq_ansCont_txt:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 3.125em;/*画像の幅*/
  height: 3.125em;/*画像の高さ*/
  background-image: url(/usr/file/attachment/khojin_faq_a_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  left: -5.5em;
  top: 0;
}
.faq_ans_col>.faq_ansCont_txt:after {
    content: '';
    display: inline-block;
    width: 1.875em;
    height: 1.75em;
    background-image: url(/usr/file/attachment/khojin_faq_a_arrow_l.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    left: -1.7em;
    top: 0.5em;
    font-size: 16px;
    visibility: visible;
}
/*カテゴリー表示などの囲み*/
.faq_cate_col {
    border: 1px solid #D2DAD6;
    margin: 0;
    background: #f5f5f5;
    display: none;
}

.faq_addition_list.not_html, 
.faq_addition_list.html, 
.faq_addition_list.faq_attachment_file_list {
    border: 1px solid #D2DAD6;
    background: white;
}

.faq_addition_col {
    padding: 0;
	margin: 1em 0 0 5em;
}

.faq_addition_list.html > dt {
    background: none;
    border-bottom: 1px solid #D2DAD6;
    padding: 0 0 5px;
    margin: 0 0 5px;
}
.faq_cate_col, .faq_cate_col a, .faq_cate_col a:visited {
    color: #5F6368!important;
}
.faq_cate_col dd span, .faq_cate_col dd a {
    display: inline-block;
    float: none;
}


/*フォーム属性個別調整*/
.faq_addition_list {
    border: none!important;
    padding: 0;
}
.faq_addition_list > dt {
    display: none;
}
.faq_addition_list .faq_ansCont_txt img {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 1em;
}
.faq_addition_list.html > dd > p {
    margin-bottom: 5px;
}
/*ウィザードFAQ----------------------------*/
.wzd_qstCont_col {
	margin: 20px 0 10px;
    border-left: none;
    background: white;
    padding: 0;
}

.wzd_slct_area {
    margin: 0;
    background: none;
	padding: 0;
	overflow: unset;
}
.wzd_slct_area div {
    overflow: unset;
}
.wzd_slct_area .chckbx_off, .wzd_slct_area .chckbx_on {
    padding: 10px;
    background: none;
    display: block;
    box-shadow: 2px 2px 6px -2px #999999;
    text-align: center;
    border-radius: 6px;
    margin: 10px 0;
    transition: box-shadow .3s,background-color .3s,color .3s;
    text-decoration: none!important;
    color: #004831!important;
}

.wzd_slct_area .chckbx_on,
.wzd_slct_area .chckbx_off:hover, 
.wzd_slct_area .chckbx_on:hover {
    background-color: #004831;
    color: white!important;
}
#wizard_list .faq_ans_ttl {
    margin-top: 20px;
}
.selecttxt {
    margin: 0;
    padding: 0;
    background: none;
}
a.wzd_bck {
	margin: 0;
    padding: 0;
    background: none;
    display: inline-block;
    font-size: 0.725em;
    float: none;
}

#wizard_list {
    background: white!important;
}
.wzd_qstCont_txt {
    float: none;
}
.wzd_qstCont_col.clearfix:after {
    content: none;
}
.wzd_qstCont_col .wzd_qstCont_txt+span {
    display: block;
    /*min-width: 120px;*/
	text-align: right;
}
.wzd_qstCont_col {
    /*display: flex;
    justify-content: space-between;
    align-items: flex-end;*/
}

/*アンケート----------------------------*/

.okw_enquete_area {
    border: 1px solid #D2DAD6;
    width: 70%;
    padding: 20px;
}

.questioner_ttl {
    padding: 0 0 5px;
    font-size: 1em;
    margin: 0;
    border-bottom: 1px solid #D2DAD6;
}

.questioner_col {
    padding: 15px 0 0;
}

.questioner_txt_col {
    margin: 0 0 15px auto;
}
/*送信後バグ修正*/
#enquete_form_button.questioner_btn.submit_protected {
background-color: #D2DAD6;
pointer-events: none;
}

/*ナレッジメモ----------------------------*/
.knowledge_vote_button {
    margin: 30px 0 0;
}
.questioner_submit_btn, 
.knowledge_vote_button .questioner_submit_btn {
    width: auto;
    height: auto;
}

#operator_view_form_button.submit_protected, 
#operator_comment_form_button.submit_protected,
#operator_view_form_button.submit_protected:hover, 
#operator_comment_form_button.submit_protected:hover{
	color: white;
	cursor: default;
	background: #004831;
}
.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{
	color: #D2DAD6;
    background-color: #eee!important;
	opacity: 1;
}
.questioner_btn,
#operator_view_form_button, 
#operator_comment_form_button{
    text-align: center;
    background: #004831;
    color: white;
    width: auto;
    height: auto;
    min-width: 129px;
    cursor: pointer;
    font-size: 0.9375rem;
    border-radius: 6px !important;
    font-weight: bold;
    padding: 14px;
    line-height: 1;
	transition: opacity .3s;
}

.questioner_btn:hover,
#operator_view_form_button:hover, 
#operator_comment_form_button:hover{
	background: #004831;
	opacity: 0.7;
}
.knowledge_vote_button .questioner_submit_btn,
.operator_comment_submit_btn{
    text-align: center;
}

.operator_comment_txt_col {
    padding: 0;
    margin: 10px 0 20px;
}
textarea#faq_comment {
    margin: 2.5px 0;
}
/*印刷ページ----------------------------*/

body:not([id]) #okw_wrapper {
    border: none;
    margin: 20px auto;
    width: 1046px;
}


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: #141D1D;
    font-size: 0.875em;
}
.q_contents .q_ttl_br {
    position: relative;
    background: none;
    padding: 5px 0 5px 2em;
    margin: 0;
    color: #004831;
    border: none;
    font-size: 1.25em;
}

.q_contents .q_ttl_br:before{
    content: "Q";
    position: absolute;
    top: 5px;
    left: 0;
    color: white;
    font-size: 1em;
    display: inline-block;
    line-height: 1.25;
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    background: #004831;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    border: 1px solid #004831;
    border-radius: 100px;
	font-weight: bold;
}

.a_contents .a_ttl_br {
    position: relative;
    background: none;
    padding: 5px 0 5px 2em;
    margin: 0;
    color: #141D1D;
    border: none;
    font-size: 1.25em;
}

.a_contents .a_ttl_br:before{
	content: "A";
    position: absolute;
    top: 5px;
    left: 0;
    color: #004831;
    font-size: 1.2em;
    display: inline-block;
    line-height: 1.2;
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    background: white;
    width: 1.2em;
    height: 1.2em;
    text-align: center;
    border: 1px solid #004831;
    border-radius: 100px;
	font-weight: bold;
}

.hd_question_form .content_txt {
    margin: 10px 0;
    padding: 0;
}

#mypage_show .q_contents .attribute, #mypage_show .a_contents .attribute, #mypage_show .m_contents .attribute {
    margin: 0;
    padding: 5px;
    border: 1px solid #D2DAD6;
    background: #f5f5f5;
}





/*トップページのみ調整*/
#category_index #okw_wrapper,
#category_index #okw_contents,
#category_index #okw_contents_base, 
#category_index #okw_contents_inner {
    background: #F3F8F6;
}
#category_index #okw_sub_header {
    display: none;
}



/*---------------------------------------------------
カスタムパーツ
-------------------------------------------------------*/









/*---------------------------------------------------
カスタムパーツ
-------------------------------------------------------*/
/*お問い合わせリンク*//*FAQトップへ*/
.oneCol.okw_parts_usr_3 {
    padding-top: 0!important;
}
.custom_btn_wrap {
    display: flex;
    justify-content: center;
}

.custom_btn {
    margin: 0 10px;
}
.custom_btn #helpdesk_btn,
.custom_btn #faq_top_btn{
    text-align: center;
}
.custom_btn #helpdesk_btn a,
.custom_btn #faq_top_btn a{
    background: no-repeat;
    padding: 17.5px;
    height: auto;
    display: inline-block;
    margin: 0 auto;
    line-height: 1;
    border: 2px solid #004831;
    font-weight: bold;
    border-radius: 6px;
    min-width: 250px;
    transition: background .3s, color .3s;
    text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.custom_btn #helpdesk_btn a:hover,
.custom_btn #faq_top_btn a:hover,
.custom_btn #helpdesk_btn a:active,
.custom_btn #faq_top_btn a:active{
    background: #004831;
    color: white!important;
    text-decoration: none!important;
}

/*個人情報の取り扱いについてエリア*/
#cookie_notice_bottom_slide .main_area {
    max-width: 1000px;
    width: 100%;
    padding: 4px 10px 5px;
    box-sizing: border-box;
}
#cookie_notice_bottom_slide .text_area {
    width: calc(100% - 139px);
}

/*動画iframe*/
*:has(>iframe) {
  width: 100%;
  height: 100%;
}

iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

/*-------------------------------------------------
レスポンシブ
--------------------------------------------------------*/
/*サイドツリーある時のみの調整*/
@media screen and (max-width: 950px) {
	#okw_center.okw_side .twoCol {

	}
	#okw_center.okw_side .cateList_2line, 
	#okw_center.okw_side .cateList_3line, 
	#okw_center.okw_side .cateList_4line {

	}
}
/*スマホ用*/
@media screen and (max-width: 767px) {
	/* リンクホバー */
	#okw_contents a:hover {
		text-decoration: none; /* テキスト装飾 */
	}
	/*フォントサイズリセット*/
	body.lang_size_large, .lang_size_large textarea, .lang_size_large .login_txt, .lang_size_large .keyword_frm, body.lang_size_medium, .lang_size_medium .login_txt, .lang_size_medium .keyword_frm, .lang_size_medium textarea, body.lang_size_small, .lang_size_small textarea, .lang_size_small .login_txt, .lang_size_small .keyword_frm {
	font-size: 100%;
	}


	/*コンテンツアキ*/
	#okw_contents_base {
		padding: 0 15px;
	}
	.colArea>.oneCol, .colArea>.twoCol {
		padding: 1em 0;
	}

	/*見出し*/
	.ttl_col h2 {
	}

	.ttl_col h2:before {
	}
	/*ショルダー*/
	.category_tree, #okw_side {
		width: 100%;
	}
	/*ショルダー非表示時のメイン幅*/
	#okw_center.okw_side {
		width: 100%;
	}
	/*2columnを1列*/
	.twoCol {
		width: 100%;
	}
	.twoCol:last-child {
	}
	/*大中小ボタン非表示&パンくず*/
	#category_index #okw_sub_header {
		display: none;
	}
	#okw_sub_header {
		margin: 0 -15px;
		padding: 15px 15px 0;
	}
	#fontCol {
		
	}
	.okw_bread {
		width: 100%;
	}
	/*#category_show #okw_sub_header, #category_search #okw_sub_header {
		margin: 10px 0;
	}*/

	/*キーワード検索----------------*/
	.colArea:has(.oneCol.okw_parts_search) {
		margin: 0 -15px;
		padding: 0 15px;
	}
	.search_keyword_morph {
		float: none;
		display: block;
		width: 100%;
	}
	#advanced_search_form, #keyword_form, #natural_sentence_form {
		max-width: 100%!important;
	}
	#n_search_description.search_description, #keyword_form .search_description, .oneCol .keyword_mode .search_description, .keyword_mode .search_description, .search_description, .oneCol .search_description {
		margin: 0 0 10px;
	}
	.search_target {
		float: none;
		margin: 0;
	}
	.search_target select, .search_faq_type select, .search_attribute select, .search_category_inner_wrapper, .k_search_attribute_select div, .search_category_wrapper .combo .combo-text, .search_category_wrapper .dropdownCheckComboboxWapper{
		min-width: unset;
		width: 100%;
		display: block;
	}
    .okw_parts_search .dropdownCheckComboboxWapper {
        max-width: unset;
    }
	#advanced_search_form #keyword_search_attribute_input {
		float: none;
		margin-right: 0;
	}
	#okw_contents .oneCol .search_frmArea .search_attribute .conditions .condition {
	width: 100%!important;
	}
	.search_target > label, .search_faq_type > label, .search_category_wrapper > label, #keyword_search_attribute_input > label, .k_search_attribute_select label {
		display: block;
		width: auto;
		top: 0;
	}

	.search_frmArea .keyword_frmbtn, .search_frmArea .n_keyword_frmbtn, .search_frmArea .keyword_mode .keyword_frmbtn, .search_frmArea .natural_mode .keyword_frmbtn{

	}

	.keyword_frm, 
	.n_keyword_frm{

	}

	.search_suggest, .faq_suggest{
		width:100%;
	}
	#okw_side .search_frmArea, 
	#okw_side .faq_search_frmArea {
	}

	#okw_side .okw_parts_search .ttl_col {
		display: block;
	}
	
	.search_frmArea .keyword_helpbtn_popup {
	}
	#okw_side .search_frmArea .keyword_helpbtn_popup{
	}
	
	.search_frmArea .search_attribute .attribute_input_wrapper input[type=text] {

	}

	#keyword_form .search_attribute .search_attribute_input .combo-text, 
	.search_frmArea #keyword_form .search_attribute .attribute_input_wrapper>select, 
	.search_frmArea #natural_sentence_form .search_attribute .attribute_input_wrapper>select, 
	#keyword_form .search_attribute .dropdownCheckComboboxWapper {
		left: 0!important;
	}
	#okw_contents .search_frmArea .search_attribute .conditions .condition {
		width: 100%!important;
	}
	
	
	/*キーワード検索不要要素削除＆位置調整*/
	#category_show .oneCol form#advanced_search_form, 
	#category_search .oneCol form#advanced_search_form {
		flex-direction: column;
	}

	#category_show .oneCol .search_category_wrapper,
	#category_search .oneCol .search_category_wrapper{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	#category_show .oneCol #search_category_narrow_down_input>input.combo-text,
	#category_search .oneCol #search_category_narrow_down_input>input.combo-text{
		width: 100%;
	}

	#category_show .oneCol .keyword_mode, 
	#category_show .oneCol .natural_mode, 
	#category_search .oneCol .keyword_mode, 
	#category_search .oneCol .natural_mode {
		width: 100%;
	}
	#category_index .oneCol input.keyword_frmbtn,
	#category_show .oneCol input.keyword_frmbtn,
	#category_search .oneCol input.keyword_frmbtn{
		display: none;
	}

	#category_index .oneCol .keyword_frm, 
	.n_keyword_frm,
	#category_show .oneCol .keyword_frm, 
	.n_keyword_frm,
	#category_search .oneCol .keyword_frm, 
	.n_keyword_frm{
		width: 100%;
        float: none;
	}

	/*キーワード検索不要要素調整終わり*/
	
	/*検索結果ページ番号*/
	.pg_col_top .pg_no, 
	.pg_col_top .pg_scr {
		/*display: none;*/
		width: 100%;
		margin: 0 0 10px;
	}

	.pg_col_top {
	    margin:0 0 10px;
	}

	.pg_col_down {
	}
	
	.synonyms_kw_area+.pg_col_top,
	.ttl_col+.pg_col_top {
		
	}

	.pg_col_top {
		display: block;
	}
	
	
	/*注目のキーワード------------*/
	#okw_side .okw_parts_attention_keyword .ttl_col h2 {
		padding: 20px 0 0;
	}
	.attention_keyword_list>li:nth-of-type(n+6) {
		display: none;
	}

	/*全体カテゴリー一覧パーツサブカテゴリー一覧パーツ------------*/
	li.cateList {

	}
	.cate_middle {

	}
	.cate_small {

	}
	ul.cate_small>li {
		display: block;
	}
	a.cate_icon_link + .cate_middle, 
	img.cate_icon + .cate_middle {

	}

	a.cate_icon_link+.cate_middle+.cate_small, img.cate_icon+.cate_middle+.cate_small {
	}
	/*縦並び--*/
	.cateList_2line, .cateList_3line, .cateList_4line {
		width: 100%;
		margin-right: 0;
	}
	.cateList_2line:not(:first-child), .cateList_3line:not(:first-child), .cateList_4line:not(:first-child){
		margin-top: 15px!important;
	}
	
	/*カテゴリーアイコン*/
	img.cate_icon {

	}

	a.cate_icon_link {

	}

	
	
	/*サブカテゴリー------------*/
	/*縦並び*/
	.cate_small > li {
		display: block;
	}
	.cate_small > li span.cateSepa{
		display: none;
	}
	.cate_small > li:not(:first-child) {
	}
	.cate_small > li a,
	.custom_search_not_a{
		margin: 0 5px 5px 0;
		display: block;
	}
	/*全体カテゴリー一覧のみの調整*/
	.okw_parts_category{
		margin-bottom:0;
	}
	.okw_parts_category .ttl_col h2 span.icoCate {
        padding: 10px 15px;
        width: 50%;
	}
	.okw_parts_category .ttl_col h2,
	.okw_parts_category .cateList_area {

	}
	.okw_parts_category .cateList_area {
		gap: 15px;
	    padding: 20px;
		grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
	}
	
	.colArea:has(.oneCol.okw_parts_category) {
		margin: 0 -15px;
		padding: 15px;
		background: white;
	}
	/*サブカテゴリー一覧のみの調整*/
	.okw_parts_sub_category .cateList_area ul.cateList_box li.cateList {
		padding: 5px 30px 5px 15px;
	}
	.okw_parts_sub_category .cateList_area .cateList_box {
		display: block;
	}
	.okw_parts_sub_category .cateList_2line,
	.okw_parts_sub_category .cateList_3line,
	.okw_parts_sub_category .cateList_4line{
		width:100%;
		margin-right: 0!important;
        margin-top: 10px !important;
	}
	/*info&newsを縦並び*/
	.newsList li .datetime, .infoTxt {
		width: 100% !important;
	}
	.newsList li .datetime {
		margin: 0 0 5px;
	}
	/*一覧表示*/
	.okw_parts_favorite_faq .list, .okw_parts_pickup_faq .list, .okw_parts_mypage_list .list {}
	
    /*中間ページ一覧件数表示回り*/
	.pg_no {}
	.okw_sort_select {}
    
	li.category_name>a {
		display: inline-block;
		border: none;
		padding: 3px;
		line-height: 1.5;
		margin: 0 0 3px;
		background: #EEEEEE;
		color: #141D1D!important;
	}
	/*中間ページページネーション*/
	.pagination {
	}

	.pagination * {
	}
	.pagination > a:not(:last-child):not(:first-child),
	.pagination span.gap{
	}
	.pagination em.current {
	}
	.pagination a.previous_page,
	.pagination a.next_page,
	.pagination span.previous_page.disabled,
	.pagination span.next_page.disabled,
	.pg_scr a.prev_page,
	.pg_scr a.prev_page.disabled,
	.pg_scr span.disabled{
	}
	.pagination span.previous_page.disabled,
	.pagination span.next_page.disabled,
	.pg_scr span.disabled{
	}
	.pagination span.previous_page.disabled,
	.pagination a.previous_page {
	}
	
    /*中間ページ昇順降順ボタン化*/
	.sort_arrow {
		width: auto;
		float: none;
		margin: 0 0 0 0;
		padding: 0px 0 0 10px;
	}

	.sort_arrow .sort_asc_image_off,
	.sort_arrow .sort_desc_image_on,
	.sort_arrow .sort_asc_image_on, 
	.sort_arrow .sort_desc_image_off {
		background: #004831;
		height: 25px;
		width: 25px;
		margin: 0!important;
		position: relative;
		border-radius: 50px;
		border: 1px solid #004831;
	}


	.sort_arrow .sort_desc_image_off,
	.sort_arrow .sort_desc_image_on{
		margin: 0 0 0 5px!important;
	}

	.sort_arrow .sort_desc_image_off,
	.sort_arrow .sort_asc_image_off{
		color: #aaa!important;
		background: #f5f5f5;
		border-color: #aaa;
	}
	.sort_asc_image_on:before,
	.sort_desc_image_off:before,
	.sort_asc_image_off:before,
	.sort_desc_image_on:before{
		content: "▲";
		color: white;
		position: absolute;
		font-size: 12px;
		line-height: 1;
		left: 5.5px;
		top: 5px;
		font-weight: normal;
	}
	.sort_desc_image_off:before{
		content: "▼";
		color: #aaa;
	}

	.sort_desc_image_on:before{
		content: "▼";
	}
	.sort_asc_image_off:before{
		color: #aaa;
	}
	
	/*FAQ詳細ページQA回り*/
	.faq_qstCont_ttl,.faq_qstCont_col,.faq_ans_ttl {
		margin-left: 0;
		margin-right: 0;
	}

	.icoQ, .icoK {}
	.icoQ:before, .icoK:before {}
	
	.faq_cate_col {
	}
	.faq_cate_col a {
		margin: 0 0 2.5px;
		text-decoration: underline!important;
	}
	/*A下文章*/
	.faq_ans_col>.faq_ansCont_txt {
        margin: 80px 0 0 0;
	}
	.faq_ans_col>.faq_ansCont_txt:before {
		left: 0;
		top: -65px;
	}

	.faq_ans_col>.faq_ansCont_txt:after {
		background-image: url(/usr/file/attachment/khojin_faq_a_arrow_t.png);
		top: -13px;
		left: 16px;
		width: 20px;
		height: 15px;
	}

	.faq_addition_col {
		margin-left: 0;
	}
	/*ウィザード*/
	.wzd_qstCont_col, .wzd_slct_area {

	}
	.okw_side .wzd_bck {

	}
	/*FAQ詳細ページお気に入りボタンまわり位置*/
	li.faq_favorite {

	}
	ul.faq_dateNo.flo_r {
		margin: 0;
	}
	li.faq_date {
		margin: 0;
	}
	.icoFavorite_mark_on a, 
	.icoFavorite_mark_off a {
		text-decoration: underline!important;
	}
	/*戻るボタン---*/
	#faq_show .faq_qstInf_col .siteLink {
	}

	#faq_show ul.faq_dateNo {
		width: 100%;
        text-align: right;
	}

	#faq_show .faq_qstInf_col {
		/*display: block;*/
	}


	/*戻るボタン終わり---*/
	
	li.faq_no {
		margin-right: 5px;
	}
    
	/*印刷非表示*/
	.faq_dateNo li.faq_print {
		display: none;
	}
	/*アンケート----------------------------*/
	.okw_enquete_area {
		width: 100%;
	}

	.faq_form_list {
		float: none;
		width: 100%;
	}

	.questioner_txt_col {
		width: 100%;
		margin: 15px 0 0;
	}
	/*問い合わせフォーム*/
	.HDcontent dl, .create_account_request_content dl {
		display: block;
	}

	.HDcolumn_left, .create_account_request_left,
	.HDcolumn_right, .create_account_request_right{
		display: block!important;
		width: 100%;
		max-width: 100%;
	}

	.hd_question_form, .create_account_request_form {
		width: 100%;
		padding: 0;
	}
	.hdq_finish_msg_area {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	.hdq_finish_msg_text {
		margin: 20px;
	}
	
	/*---------------------------------------------------
	カスタムパーツ
	-------------------------------------------------------*/
	/*お問い合わせリンク*//*FAQトップへ*/

	.custom_btn_wrap {
		display: block;
	}

	.custom_btn {
		margin: 0;
	}

	.custom_btn+.custom_btn {
		margin: 1em 0 0;
	}
	
	.custom_btn #helpdesk_btn a,
	.custom_btn #faq_top_btn a {
		transition: unset;
	}
	/*個人情報の取り扱いについてエリア*/
	#cookie_notice_bottom_slide .text_area {
		width: 100%;
		margin: 0;
	}
	#cookie_notice_bottom_slide .main_area {
		display: block;
	}

	#cookie_notice_bottom_slide ul.btn_area {
		text-align: right;
	}
}

.faq_addition_col .faq_ansCont_txt h2 {
    color: #004831;
    border-bottom: 2px solid #B3C8C2;
    margin: 0.83em 0;
    font-weight: bold;
}

#faq_answer_contents a:link {
    text-decoration: underline;
}

.return_button {
    background: #D2DAD6;
    text-decoration: none !important;
    color: #141D1D !important;
    padding: 2.5px 5px 5px;
    border-radius: 3px;
    transition: background .3s, color .3s;
}

.return_button:hover {
    background: #004831 !important;
    text-decoration: none !important;
    color: white !important;
    padding: 2.5px 5px 5px;
    border-radius: 3px;
    transition: background .3s, color .3s;
}

.mail_address {
     text-decoration: none !important;
}