/* ********************************** 全ページ共通 ********************************** */
body {
  /* 下絵トレース用 */
  /* background-image: url(../images/sitae/ガイド_求人情報_1600px.jpg); */
  /* height: 16000px; */
  /* background-size: 1600px; */

  /* background-size: 600px; */
  /* background-attachment: fixed; */







  background-repeat: no-repeat;
  font-family:  'Noto Sans JP','sans-serif','Hiragino Kaku Gothic Pro','Meiryo';
  width: 100%;
  -webkit-text-size-adjust: 100%; /* さらにSafariで文字サイズが自動縮小されるのを防ぐ */
  font-size: 16px; /* 基本フォントサイズを16pxに設定 = 1em設定 */
}


* {
  /* 全ての要素に対してNoto Sans JPフォントを適用し、文字サイズを1emに統一 */
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1em;
  font-weight: 600;
}

:root {
  --maincolor: #E18000;
  --assortcolor: #DBDBDA;
  --accentcolor: #FFED00;
  --pointcolor: #66BF97;
  --notecolor: #FCF2E5;
  --hovercolor: #FFF8D7;
}

img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  cursor: pointer;
}

li {
  list-style-type: none;
}







/* ********************************** 文字大きさ ********************************** */

.font_60px{
  font-size: 3.75em;
}

.font_46px{
  font-size: 2.875em;
}

.font_32px{
  font-size: 2em;
}

.font_30px{
  font-size: 1.875em;
}

.font_22px{
  font-size: 1.375em;
}

.font_18px{
  font-size: 1.125em;
}

.font_15px,
.font_14px{
  font-size: 0.875em;
}




/* ********************************** レイアウト ********************************** */

/* サイドバーを含めて全幅 */
.outside_wrapper {
  width: 100%;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: auto;
}

/* フロントページのコンテナ（のビフォー要素）にのみ背景を生成 */
.home .outside_wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% - 250px);
  height: 600px;
  background: url(../images/systems/other/top_bg.svg) no-repeat;
  background-position: left 0 top 0;
  background-size: 700px;
  z-index: -1;
}



/* サイドバーを除いたメインコンテンツ幅 */
.container {
  display: block;
  width: calc(100% - 250px);
  position: relative;
}

/* 内側コンテナー内の設定幅（フロントページのコンテンツ内側） */
.inner_contents{
  max-width: 900px;
  margin: 0 auto;
}

/* 内側wrapperの設定幅（フロントページ以外のコンテンツ内側） */
.inner_wrapper{
  padding: 4.5em 2.5em;
  display: flex;
  box-sizing: border-box; /* ここが重要 */
}

.main_contents{
  width: 100%;
}



/* ********************************** パーツの共通設定 ********************************** */
.sub_ttl_boarder{
  padding-bottom: 1em;
  border-bottom: 4px solid var(--maincolor);
  margin-bottom: 1em;
  width: 10em;
  margin: 0 auto 2em auto;
}

.list_title{
  margin: 0 auto;
  padding: 0 2em 2.5em 2em;
  text-align: center;
}

.main_title{
  width: 100%;
  max-width: 360px;
  padding-bottom: 0.8em;
  border-bottom: 7px solid black;
  margin: 0 auto 0.6em auto;
  display: block;
  position: relative;
  text-align: center;
}

.orange_border{
  margin: 3em 0 3em 0;   
  background: url(../images/systems/icon/orange_border.svg) repeat-x;
  height: 1em;
}

.gray_dot_border{
  margin: 3em 0;
  background: url(../images/systems/icon/gray_dot.svg) repeat-x;
  height: 2px;
}

.page_link_btn1 a{
  color: var(--maincolor);
}

.page_link_btn1 a:hover{
  color: var(--pointcolor);
}

.page_link_btn2 a,
.page_link_btn3{
  border-bottom: 1px solid var(--assortcolor);
  padding-bottom: 0.1em;
}

.page_link_btn2 a:hover{
  color: var(--maincolor);
  border-bottom: unset;
}

.kome::before{
  content: "※";
}

.annotation{
  border-bottom: 1px solid red;
  padding-bottom: 0.1em;
}













/* ********************************** グーグルフォント　google_font ********************************** */
.yuji-mai{
  font-family: "Yuji Mai", serif;
}

.mochiy-pop-oner{
  font-family: "Mochiy Pop One", sans-serif;
}









/* ********************************** お知らせ／カテゴリ ********************************** */

.news_category{
  margin: 1em 1em 0 0;
  border: 1px solid var(--maincolor);
  padding: 0.3em 1em;
  display: inline-block;
  border-radius: 9999px; 
}

.news_box .csr::before{
  content: "";
  width: 0.9em;
  height: 0.9em;
  background: url(../images/systems/icon/news_icon_csr.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 0.3em;
}

.news_box .recommend::before{
  content: "";
  width: 0.9em;
  height: 0.9em;
  background: url(../images/systems/icon/news_icon_recommend.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 0.3em;
}

.news_box .campaign::before{
  content: "";
  width: 1em;
  height: 0.9em;
  background: url(../images/systems/icon/news_icon_campaign.svg) no-repeat;
  background-size: contain;
  background-position: bottom;
  display: inline-block;
  margin-right: 0.2em;
}

.news_box .media::before{
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/systems/icon/news_icon_media.svg) no-repeat;
  background-size: contain;
  background-position: bottom;
  display: inline-block;
  margin-right: 0.3em;
}

.news_box .release::before{
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/systems/icon/news_icon_release.svg) no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}

.news_box .exhibition::before{
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/systems/icon/news_icon_exhibition.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 0.3em;
}

.news_box .uncategorized::before{
  content: "";
  width: 1em;
  height: 0.9em;
  background: url(../images/systems/icon/news_icon_uncategorized.svg) no-repeat;
  background-size: contain;
  background-position: bottom;
  display: inline-block;
  margin-right: 0.3em;
}

.news_box .webmedia::before{
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/systems/icon/icon_web_media.svg) no-repeat;
  background-size: contain;
  background-position: bottom;
  display: inline-block;
  margin-right: 0.3em;
}

.news_box .socialmedia::before{
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/systems/icon/icon_social_media.svg) no-repeat;
  background-size: contain;
  background-position: bottom;
  display: inline-block;
  margin-right: 0.3em;
}

.news_box .othermedia::before{
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/systems/icon/icon_other.svg) no-repeat;
  background-size: contain;
  background-position: center 8px;
  display: inline-block;
  margin-right: 0.3em;
}

.news_box .tvmedia::before{
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/systems/icon/icon_tv.svg) no-repeat;
  background-size: contain;
  background-position: bottom;
  display: inline-block;
  margin-right: 0.3em;
}

.news_box .radiomedia::before{
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/systems/icon/icon_radio.svg) no-repeat;
  background-size: contain;
  background-position: bottom;
  display: inline-block;
  margin-right: 0.3em;
}

.news_box .admedia::before{
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/systems/icon/icon_ad.svg) no-repeat;
  background-size: contain;
  background-position: bottom;
  display: inline-block;
  margin-right: 0.3em;
}

.news_box .newspaper::before{
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/systems/icon/icon_newspaper.svg) no-repeat;
  background-size: contain;
  background-position: bottom;
  display: inline-block;
  margin-right: 0.4em;
}


.news_box .magazine_media::before{
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/systems/icon/news_icon_media.svg) no-repeat;
  background-size: contain;
  background-position: bottom;
  display: inline-block;
  margin-right: 0.3em;
}



.news_box .news_ttl{
  margin-top: 0.5em;
  line-height: 1.5em;
}

.news_box .news_date{
  font-size: 0.8em;
  font-weight: normal;
  color: #989999;
  margin-top: 2em;
}

.news_box .news_date::before{
  content: "";
    width: 1em;
    height: 1em;
    background: url(../images/systems/icon/news_date_icon.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 0.3em;
    vertical-align: bottom;
}

.text_link_btn{
  width: 100%;
  text-align: center;
}

.text_link_btn a{
  padding: 0.5em 1.5em 0.5em 2em;
    border: 4px solid var(--maincolor);
    border-radius: 9999px;
    display: inline-block;
    margin: 3em auto 2.5em auto;
}

.text_link_btn a:hover{
  background-color: var(--maincolor);
  color: white;
  transition: 0.3s; /* ホバー時の変化に0.3秒かける */
}

.text_link_btn a .btn_arrow{
  width: 1.2em;
  display: inline-block;
  margin-left: 0.3em;
  vertical-align: 4px;
  filter: invert(61%) sepia(82%) saturate(4203%) hue-rotate(12deg) brightness(100%) contrast(101%);
}

/* ホバー時にsvgをホワイトに変更 */
.text_link_btn a:hover .btn_arrow{
  filter: invert(100%) sepia(100%) saturate(11%) hue-rotate(209deg) brightness(104%) contrast(101%);
  transition: 0.3s; /* ホバー時の変化に0.3秒かける */
}




/* ********************************** レスポンシブ時(600px以下)のヘッダー ********************************** */
.flont_logo_header{
  display: none;
}





/* ********************************** コピーライト ********************************** */
#copyright_box{
  background-color: var(--maincolor);
  color: white;
  display: block;
}




/* ********************************** ヘッダーメニューバー（ノートPC用にフロントページのみ表示） ********************************** */
.header_menu_bar{
  display: none;
}




/* ********************************** パンくずリスト（フロントページ以外で表示） ********************************** */
.breadcrumbs_bar_wrapper{
  border-bottom: 6px solid var(--maincolor);
}

/* パンくずリストの親要素に対するflex */
.breadcrumbs_bar{
  display: flex;
  justify-content: space-between;
  align-items: end;
  /* height: 85px; */
  margin: 0 2em 0 75px;
  padding: 1em 0;
}

.header_logo{
  width: 120px;
  margin: 0.5em 1.5em 0 0;
}

.breadcrumbs_bar .company_name{
  font-size: 0.7em;
}










.breadcrumbs{
  color: var(--maincolor) ;
  display: inline-block;
  text-align: end;
  height: 1.5em;
  overflow: hidden;
}


.breadcrumbs span a{
  color: var(--maincolor) ;
  display: inline-block;
}

.breadcrumbs span,
.breadcrumbs span a {
  margin: 0 0.2em;
}


.breadcrumbs span a:hover{
  color: black;
}

.breadcrumbs .current-item{
  color: burlywood;
  line-height: 1.5em;
}

.breadcrumbs .news_category{
  border: none;
  padding: unset;
}









/* ********************************** ページネーション（お知らせアーカイブページ） ********************************** */
.pagination{
  margin-top: 3em;
  text-align: center;

}

.pagination span,
.pagination a{
  background-color: #989999;
  padding: 0.5em 1em;
  margin: 0 0.4em 0 0.4em;
  border-radius: 0.5em;
  color: white;
}

.pagination span{
  background-color: var(--maincolor);
}

.pagination a:hover{
  background-color: gainsboro;
  color: var(--maincolor);
}










/* ********************************** 左側サイドバー（製品ページのデザイン） ********************************** */
.left_sidebar{
  width: 250px;
  margin-right: 3em;
  padding: 2em;
  border: 3px solid var(--assortcolor);
  box-sizing: content-box;
  height: fit-content;
}

.sidebar_box{
  width: inherit;
}

.sidebar_ttl{
  font-weight: bold;
  background-color: var(--assortcolor);
  padding: 1em;
  margin-bottom: 1em;
  text-align: center;
}



.left_sidebar .simple_arrow_icon::before{
  content: "";
  display: inline-block;
  width: 1em; /* 必要な幅に調整 */
  height: 1em; /* 必要な高さに調整 */
  background-image: url(../images/systems/icon/simple_arrow_icon_orange.svg);
  background-size: contain; /* 画像を要素内に収める */
  background-repeat: no-repeat; /* 画像を繰り返さない */
  margin-right: 0.2em;
  vertical-align: middle;
  transform: rotate(-90deg);
}

/* 親要素のクリック時に90度回転させる(jsと連動) */
.left_sidebar .rotate::before {
  transform: rotate(0deg); 
  height: 0.8em;
}

.left_sidebar a{
  font-size: 16px;
  width: 100%;
}

.left_sidebar .list_cat_ttl{
  margin: 1.5em 0 1em 0;
  padding-bottom: 1em;
  border-bottom: 2px solid var(--assortcolor);
  cursor: pointer;
}


/* 初期状態でおもちゃカテゴリーのみ開いた状態にするための CSS */
.sidebar_list_contents1.open {
  display: block; /* 初期状態で表示 */
}

.list_cat_ttl.open {
  border-bottom: none; /* 初期状態でボーダーを消す */
  padding-bottom: 0; /* 初期状態でパディングボトムを消す */
  margin-bottom: 0.75em;
}

.sidebar_list_contents1 ul li,
.sidebar_list_contents2 ul li,
.sidebar_list_contents3 ul li {
  padding-bottom: 0.1em;
  border-bottom: 3px solid transparent;
  margin-bottom: 0.75em;
  padding-left: 1.25em;
  cursor: pointer;
  display: block;
}

.sidebar_list_contents2 ul li,
.sidebar_list_contents3 ul li{
  padding-left: 0;
}

.sidebar_list_contents1 ul li::before,
.sidebar_list_contents2 ul li::before{
  content: "・";
}

.sidebar_list_contents3 ul li::before{
  content: "▷";
  margin-right: 0.4em;
  font-size: 0.8em;
}




/* その他の雑貨の list_cat_ttl に対するスタイル */
.list_cat_ttl.no-border {
  border-bottom: none;
}

.left_sidebar .simple_arrow_icon::before {
  content: "";
  display: inline-block;
  width: 1em; /* 必要な幅に調整 */
  height: 1em; /* 必要な高さに調整 */
  background-image: url(../images/systems/icon/simple_arrow_icon_orange.svg);
  background-size: contain; /* 画像を要素内に収める */
  background-repeat: no-repeat; /* 画像を繰り返さない */
  margin-right: 0.2em;
  vertical-align: middle;
  transform: rotate(-90deg); /* デフォルトで-90度回転 */
}

.left_sidebar .rotate::before {
  transform: rotate(0deg); /* 0度に戻す（回転解除） */
  height: 0.8em;
}


/* 2つ目のメニューには「sidebar_list_contents2」のクラス名を付与して、強制的に表示させる */
.sidebar_list_contents2{
  display: block !important;
}

.sidebar_ttl2 {
  font-weight: bold;
  margin-bottom: 1em;
}

.sidebar_ttl2::before{
  content: "";
  float: left;
  width: 1em;
  height: 2em;
  background-image: url(../images/systems/icon/dot_arrow_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 2px;
  margin-right: 0.3em;
  vertical-align: middle;
}

.left_sidebar .search_box_wrapper{
  margin-top: 2em;
}

.left_sidebar .search_box_wrapper .custom_input{
  width: 100%;
  margin-right: 0;
  border: 3px solid var(--assortcolor);
  margin-bottom: 1em;
}

.left_sidebar .search_box_wrapper .custom_input:focus-visible{
  background-color: var(--hovercolor);
  border: 3px solid var(--maincolor);
  outline: unset;
}

.left_sidebar .search_box_wrapper .custom_select{
  display: none;
}

.left_sidebar .custom_search_btn{
  display: none;
}

.left_sidebar .custom_search_btn2{
  display: block;
  background-color: var(--assortcolor);
  width: 100%;
  border: unset;
  padding: 0.5em;
  border-radius: 999px;
  cursor: pointer;
}

.left_sidebar .custom_search_btn2:hover{
  background-color: var(--maincolor);
  color: white;
}

.sidebar_list_contents3 ul li:nth-child(1),
.sidebar_list_contents3 ul li:nth-child(2){
  display: none;
}









/* ********************************** タクソノミー・検索結果ページ・固定ページ 共通レイアウト ********************************** */

#taxonomy_wrapper .pickup_title::before {
  content: "";
  background: url(../images/systems/icon/pickup_icon.svg);
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  width: 1.2em;
  height: 1.4em;
  margin-right: 0.4em;
}

.tax-item_tag #taxonomy_wrapper .pickup_title::before {
  background: url(../images/systems/icon/tag_icon.svg);
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.3em;
  filter: invert(51%) sepia(20%) saturate(5538%) hue-rotate(12deg) brightness(100%) contrast(101%);
  vertical-align: middle;
}

.category_ttl_wrapper{
  position: relative;
}

.category_ttl{
  position:absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: max-content;
}

.header_ttl_name{
  color: white;
  line-height: 1.25em;
}

.header_sub_ttl{
  background-color: black;
  color: white;
  padding: 0.5em 2em;
  margin-bottom: 0.5em;
}

.category_title{
  margin: 1.5em 0 1em 0;
  border-bottom: 2px solid var(--assortcolor);
  padding-bottom: 0.75em;
}

.radio_btn_warapper{
  display: flex;
  margin-bottom: 1.5em;
}

.radio_btn_warapper #online_check{
  margin-left: 1.5em;
}


/* カスタムチェックボックス */
.radio_btn_warapper input{
  -webkit-appearance: none; /* Webkitベースのブラウザ用 */
  -moz-appearance: none; /* Firefox用 */
  appearance: none; /* その他ブラウザ用 */
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.4em;
  border: 1px solid var(--maincolor); /* ボーダーの色と太さ */
  border-radius: 50%; /* 円形にする */
  cursor: pointer;
  position: relative;
  vertical-align: sub;
}

/* チェックされた時のスタイル */
.radio_btn_warapper input:checked {
  background-color: var(--hovercolor); /* チェックされた時の背景色 */
  border: 1px solid var(--maincolor); /* チェックされた時のボーダー */
}

/* チェックマークのスタイル */
.radio_btn_warapper input:checked::before {
  content: '✔'; /* レ点（チェックマーク） */
  color: black; /* レ点の色 */
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.switch_text_wrapper {
  display: flex;
  flex-direction: column; /* 親要素の子要素を縦に並べる */
}

.switch_text_wrapper > li:first-of-type{
  margin-bottom: 1em;
}

.switch_text_box {
  display: flex;
  flex: 1; /* 高さを親要素に合わせる */
}

.switch_text_box > li:first-of-type {
  width: 100%;
  max-width: 120px;
  background-color: var(--notecolor);
  padding: 0.7em 0;
  text-align: center;
  margin-right: 1em;
  height: min-content;
}

.switch_text_box > li:nth-child(2){
  line-height: 1.5em;
}


.item_flex_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3カラムレイアウト */
  gap: 2em; /* gapを2emに設定 */
}

.item_flex_container > li {
  width: 100%;
  position: relative;
  line-height: 1.5em;
  padding-bottom: 4em; /* パディングマージン */
}


/* .new_icon クラスのスタイル */
.new_icon {
  position: absolute;
  left: -1em;
  top: -1.5em;
  display: block;
  width: 4em;
  height: 4em;
  content: url(../images/systems/icon/new_icon.svg);
  transform: rotate(-20deg);
  z-index: 2;
  transform-origin: center bottom;
  animation: Newicon 2s ease-in-out infinite; /* アニメーションを適用 */
}

/* アニメーションの定義 */
@keyframes Newicon {
  0% {
      transform: scale(1) rotate(-20deg);
  }
  50% {
      transform: scale(0.8) rotate(-20deg); /* 50%の時に拡大 */
  }
  100% {
      transform: scale(1) rotate(-20deg); /* 100%の時に元のサイズに戻る */
  }
}


.thumbnail_image_box{
  margin-bottom: 0.5em;
  overflow: hidden;
}

.thumbnail_image_box img{
  border: 4px solid var(--assortcolor);
}

.item_ttl{
  text-align: center;
}

.ttl_line{
  border-bottom: 5px solid var(--notecolor);
  width: 4em;
  margin: 0.9em auto;
}

.item_txt{
  margin-bottom: 0.5em;
}

.more_btn{
  margin-bottom: 1em;
}

.more_btn::before{
  content: "";
  display: inline-block;
  background-image: url(../images/systems/icon/dot_arrow_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  vertical-align: -2px;
  margin-right: 0.25em;
}

.item_category4 ul{
  display: grid;
  gap: 0.75em;
  grid-template-columns: repeat(2, 1fr); /* 2カラムレイアウト */
}

.item_category4 ul li{
  border: 5px solid var(--notecolor);
  padding: 0.25em 0.5em;
  text-align: center;
}






/* 切り替えタグの表示設定_OEMのタグを持っている投稿を初期状態で非表示に */
.oem {
  display: none; /* OEMアイテムを初期状態で非表示 */
}














/* ********************************** 検索結果ページのレイアウト ********************************** */

.search_ttl_box{
  text-align: center;
}

.search_header_sub_ttl{
  background-color: var(--notecolor);
  padding: 0.5em 2em;
  display: inline-block;
  margin-bottom: 1em;
} 

.search_header_ttl_name{
  margin-bottom: 1em;
  line-height: 1.25em;
}


.search_fieldset{
  border: 3px solid var(--assortcolor);
  padding: 0.8em 1em 1.4em 1em;
  text-align: center;
  padding-top: 1.2em;
}

.search_fieldset p{
  text-align: left;
}

.search_legend_title {
  background-color: white;
  padding: 0 1em;
}



.search_terms_list_wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_terms_list{
  display: flex;
}

.search_terms_list br{
  display: none;
}

.search_terms_list li{
  padding: 0.3em 1.4em;
  border: 3px solid var(--maincolor);
  background-color: var(--hovercolor);
  border-radius: 999px;
  margin-right: 0.5em;
  line-height: initial;

}

.search_terms_list li:nth-child(1)::before{
  content: 'カテゴリ：';
}

.search_terms_list li:nth-child(2)::before{
  content: '用途：';
}

.search_terms_list li:nth-child(3)::before{
  content: 'シーズン：';
}

.search_memo{
  margin-top: 2em;
  padding-left: 1em;
  line-height: 1.75em;
}

.search_memo li{
  list-style: "※";
}

.search .gray_dot_border {
  margin: 1.5em 0;
}










/* 検索結果ページで、検索結果がなかった場合 */
.search .not_article{
  text-align: center;
}

/* 検索結果ページで、検索結果がなかった場合 */
.archive .not_article{
  text-align: center;
}

.not_article .comment{
  max-width: 420px;
  border-radius: 1em;
  border: 5px solid var(--notecolor);
  padding: 1.5em 3em;
  margin: 0 auto;
  position: relative;
}

.not_article .search_header_ttl_name br{
  display: none;
}



.not_article .comment .hukidashi{
  position: absolute;
  bottom: -15px;
  width: 20px;
  left: 50%; /* 親要素の左端から50% */
  transform: translateX(-50%); /* 要素の幅の半分だけ左に移動 */
}

.not_article .no_item_img{
  max-width: 120px;
  margin-top: 20px;
}

.not_article .modal_search_box{
  display: unset;
}

.not_article .modal_search_box li:first-of-type {
  background-color: unset;
  width: 100%;
}

.not_article  .search_title{
  background-color: unset;
  border: unset;
  padding: 0;
}

.not_article .sub_ttl_boarder {
  padding-bottom: 1em;
  border-bottom: 4px solid var(--maincolor);
  margin-bottom: 1em;
  width: 10em;
  margin: 0 auto 1.5em auto;
}

.not_article .search_box_wrapper .custom_input {
  width: 20%;
}










/* ********************************** 404エラーページ ********************************** */
.error404 .inner_wrapper {
  text-align: center;
  background: url(../images/systems/other/error_bg.svg) no-repeat bottom center / 90%;
  background-position: center calc(100% + 15px); /* ボトムを -50px に調整 */
}



.error404  .illust{
  max-width: 120px;
  margin: 40px auto 20px auto;
}

.error404  .sub_ttl_boarder {
  padding-bottom: 1em;
  border-bottom: 7px solid #F1B1CD;
  margin-bottom: 1em;
  width: 10em;
  margin: 1em auto 2em auto;
  position: relative;
}

.error404  .sub_ttl_boarder::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 50%;
  border-bottom: 7px solid #B30080;
}

.error404 .main_contents .text{
  line-height: 1.75em;
}

.error404 .text_link_btn a {
  margin: 2.5em auto 2.5em auto;
  background-color: var(--maincolor);
  color: white;
  border: transparent 3px solid;
}

.error404 .text_link_btn a:hover{
  background-color: white;
  color: var(--maincolor);
  border: 3px solid var(--maincolor);
}

.error404 .text_link_btn a:hover .home_btn{
  filter: invert(61%) sepia(82%) saturate(4203%) hue-rotate(12deg) brightness(100%) contrast(101%);
}

.error404 .text_link_btn a .home_btn{
  width: 1.2em;
  display: inline-block;
  margin-right: 0.3em;
}












































