/* ==================================
  既存CSS上書き
================================== */
a, a:link, a:visited {
  color:#222200 !important;
}

.ttl_col {
  background:none !important;
}
.ttl_bg {
  background:none !important;
}
.ttl_col h2 {
  font-size:120%;
  font-weight:normal;
}

.icoInf, .icoInfoNews, .icoKeyword, .icoQa, .icoNew, .icoCate, .icoResult, .icoHelpdesk, .icoLogin, .icoHot, .icoFavorite, .icoPickup, .icoCommunity, .icoProf, .icoKey, .icoFaq {
    background:none !important;
    padding: 6px 0 0 0px;
}

#okw_contents_base {
    max-width: 1560px;
    min-width: 1280px;
}


.faq_form_list input[type="radio"] {
  display: none; /* こちらはdisplay:noneでもOK */
}

.faq_form_list label {
  position: relative;
  padding-left: 30px;
  padding-bottom: 5px;
  cursor: pointer;
  display: inline-block;
  color: #333;
}

.faq_form_list label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}

.faq_form_list label::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #007bff;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.faq_form_list input[type="radio"]:checked + label::before {
  border-color: #007bff; /* 選択時に枠線の色を変更 */
}

.faq_form_list input[type="radio"]:checked + label::after {
  opacity: 1;
  transform: scale(1); /* 選択時に表示 */
}

.faq_relate_list li.Q_sml {
    background-image: url(https://faq.as-1.co.jp/usr/file/attachment/faq_q.png);
    padding: 5px 10px 5px 55px;
    margin: 10px 0;
}

.faq_list_bg2 {
    background-color: #fff;
}

.icoQ_sml {
    background: transparent url(https://faq.as-1.co.jp/usr/file/attachment/faq_q.png) no-repeat scroll 0% 40%;
    padding: 0 0 0 42px;
}

.icoA_sml {
    background: transparent url(https://faq.as-1.co.jp/usr/file/attachment/faq_a.png) no-repeat scroll 0% 10%;
    padding: 0 0 0 42px;
    line-height:32px;
}

.search_qattl {
    line-height: 32px;
}


.faqList li.Q_sml {
    background: transparent url(https://faq.as-1.co.jp/usr/file/attachment/faq_q.png) no-repeat scroll left center;
}
.faqList li {
    padding: 0 0 0 42px;
    line-height: 32px;
}

.qaList li.Q_sml {
    background: transparent url(https://faq.as-1.co.jp/usr/file/attachment/faq_q.png) no-repeat scroll left center;
}
.qaList li {
    padding: 0 0 0 42px;
    line-height:32px;
}

.search_list_bg2 {
    background-color: #fafafa;
}

#okw_contents input {
    font-family: "Noto Sans JP", sans-serif;
    max-width: 100%;
}
.keyword_frm, .n_keyword_frm {
    height: 40px;
    width: calc(80% - 10px);
    margin-right: 10px;
    background: white;
    padding: 2px 5px;
    line-height: 34px;
    letter-spacing: normal;
    overflow-y: hidden;
    font-size: 100% !important;
    border-width: 1px;
    border-color: #ccc;
}

.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: linear-gradient(#d30305, #bf0023);
    color: #fff;
    transition: opacity .3s;
    width: 19%;
    height: 46px;
    margin: 0;
    line-height: 40px;
    cursor: pointer;
    border-radius: 8px;
    border-radius: clamp(4px, 1cqmin, 12px) !important;
}

.search_suggest {
    max-height: 200px;
    width: 80%;
}

.search_suggest div {
    padding: 12px;
}

.attention_keyword_list li {
  font-size:
}

.attention_keyword_list li {
    font-size: 80%;
}

.attention_keyword_list li a {
    padding: 5px 10px;
    background: #eee;
    border-radius: 50px;
    color: #222200;
}

.attention_keyword_list li span {
    display:none;
}

.okw_parts_attention_keyword .ttl_col {
    display: none;
}

.attention_keyword_list {
    padding: 0px 18px;
}

/* ==================================
  オリジナル部分
================================== */
#okw_contents {
  background:none;
}
#faq_question_contents{
  display: none !important;
}

.Header {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 20px;
  grid-template-rows: 48px;
  place-items:center;
  border-bottom:1px solid #eee;
}

.logo {
  padding-left:8px;
  position:relative;
}

.logo:after {
    content: "\3054\5229\7528\30AC\30A4\30C9";
    /* line-height: 32px; */
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: -120px;
    top: 2px;
}

.Header span {
    align-items: center;
    justify-content: center;
}

.Header__List {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  column-gap: 2px;
  justify-self: end;
  width: 100%;
  max-width: 480px;
  height: 100%;
  a {
    display: grid;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
  }
}

.faq_ans_ttl {
  display:none;
}

.icoQ {
  background:none;
  font-size:32px;
}

.questioner_txt_col {
  display:none;
}

.popularFaQ {
  margin-top:48px;
}

.popularFaQ  h2 {
  font-size:120%;
  padding: 6px 0 10px 5px;
}

.popularFaQ  ul {
  border:1px solid #ececec;
  border-radius:5px;
  padding:12px;
  float:left;
  margin: 0 12px;
}

.popularFaQ ul li {
  display:inline-block;
  width:40%;
  background: url('https://secure.okbiz.jp//asone/usr/file/attachment/chevron-double-right.svg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-position: left;
  padding-left:32px;
  margin-bottom:8px;

}

.cate_middle a {
    font-weight: normal;
    display: block;
    max-width: 100%;
    border: 1px solid #ccc;
    padding: 24px 12px;

    background: url('https://secure.okbiz.jp//asone/usr/file/attachment/chevron-down.svg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-position: right 15px center;

}

footer {
  text-align:center;
  font-size:80%;
  border-top:1px solid #eee;
  padding-top:6px;
}