
/* 画面幅が1600ピクセル以下の場合にスタイルを適用する条件 */
@media screen and ( max-width:1600px){

  /* ********************************** モーダル画面 ********************************** */
  .seen_category_contents {
    grid-template-columns: repeat(4, 1fr);
  }

  /* 最後のliの余白スペースを埋めるための要素 */
  .seen_category_contents::after {
    content: "";
    grid-column: span 4; /* 4列にわたって配置 */
  }

  .category-buttons_wrapper {
    width: 100%;
  }


  .seen_category_contents {
    margin: 2em auto 0 auto;
  }



}










/* 画面幅が1500ピクセル以下の場合にスタイルを適用する条件 */
@media screen and ( max-width:1500px){

   /* ********************************** 全ページ共通 ********************************** */
   aside{
    display: none;
  }

  .outside_wrapper {
    width: 100%;
  }

  .container {
    width: 100%;
  }





  /* ********************************** ハンバーガーメニュー ********************************** */

  #g-nav.panelactive #g-nav-list {
    display: block;
    background-color: var(--maincolor);
  }

  #g-nav .hamburger_contents_box {
    margin: 60px 5% 100px 5%;
  }




  /* ********************************** ヘッダーメニュー（レスポンシブ時に表示） ********************************** */
  .header_menu_bar{
    display: block;
    text-align: center;
    margin-right: 12em;
  }

  .header_menu_bar .header_menu_list{
    display: flex;
    justify-content: center; /* ← 水平方向に中央揃え */
    align-items: center; /* ← 縦方向に中央揃え（必要なら） */
    margin: 0 auto;
    padding-top: 0.5em;
  }

  .header_menu_bar .header_menu_list > li{
    border-right: 1px solid black;
  }

  .header_menu_bar .header_menu_list > li:nth-child(n+4){
    margin-right: 0;
    border-right: unset;
  }

  .header_menu_bar .header_menu_list > li a{
    display: block;
    padding: 0 2em;

  }

  .header_menu_bar .header_menu_list > li a:hover .en_text{
    border-bottom: 2px solid var(--maincolor);
    display: inline-block;
  }

  .header_menu_bar .menu_btn_list{
    color: white;
    text-align: center;
  }



  .header_menu_bar .header_menu_list li .jp_text:before {
    content: "";
    padding-left: 1.5em;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top 5px right 5px;
    width: 1.2em;
    height: 1.2em;
    background-size: 1.2em;
  }

  .header_menu_bar .header_menu_list li:nth-child(1) .jp_text:before {
    background-image: url(../../images/systems/icon/kuma_icon.svg);
    background-position: top 0px right 5px;
  }

  .header_menu_bar .header_menu_list li:nth-child(2) .jp_text:before {
    background-image: url(../../images/systems/icon/speaker_icon.svg);
    background-position: top 4px right 5px;
  }

  .header_menu_bar .header_menu_list li:nth-child(3) .jp_text:before {
    background-image: url(../../images/systems/icon/information_icon.svg); 
    background-size: 1.1em;
    height: 1.4em;
    width: 1.4em;
    background-position: top 5px right 5px
  }

  .header_menu_bar .header_menu_list li:nth-child(4) .jp_text:before {
    background-image: url(../../images/systems/icon/mail_icon_orange.svg);
  }

  .header_menu_bar .en_text{
    margin-top: 0.5em;
    font-size: 0.8em;
    border-bottom: 2px solid transparent;
  }


  /* ここからヘッダーメニュー専用の検索フォームCSSを適応 */
  .header_menu_bar .search_container {
    position: absolute;
    top: 1em;
    left: 0;
    width: min-content;
  }

  #header_menu_search_box{
    position: relative;
    height: 3.5em;
  }

  .header_menu_layout  input[type="text"]{
    position: relative;
    padding: 0.25em 0.5em;
    background-image: url(../../images/systems/icon/search_icon.svg);
    background-repeat: no-repeat;
    background-position: left 0.8em center;
    background-size: 1em;
    padding-left: 2.2em;
    border: 1px solid black;
    border-radius: 1em;
    overflow: hidden;
  }

  .header_menu_layout input:focus-visible{
    background-color: var(--hovercolor);
    border: solid 2px var(--maincolor);
  }


  /* 検索ボタンをデフォルトで非表示 */
  .header_menu_layout .custom_search_btn {
    opacity: 0;
    pointer-events: none; /* クリックできないようにする */
    transition: opacity 0.3s ease-in-out;
  }

  /* 検索フォームに文字が入力されたらボタンを表示 */
  .header_menu_layout .custom_input:not(:placeholder-shown) ~ .custom_search_btn {
    opacity: 1;
    pointer-events: auto; /* クリック可能にする */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: unset;
    border-top-right-radius: 10px; /* 右上を丸くする */
    border-bottom-right-radius: 10px; /* 右下を丸くする */
    color: white;
    background-color: var(--maincolor);
    border: 2px solid var(--maincolor);
    padding: 0 0.75em;
  }

  .header_menu_layout .custom_input:not(:placeholder-shown) ~ .custom_search_btn:hover{
    background-color: black;
    border: 2px solid black;
  }

  









}










/* 画面幅が1400ピクセル以下の場合にスタイルを適用する条件 */
@media screen and ( max-width:1400px){
  
  /* ********************************** 左側サイドバー ********************************** */
  .left_sidebar {
    width: 200px;
    padding: 1.5em;
    margin-right: 2em;
  }






}
































/* 画面幅が1200ピクセル以下の場合にスタイルを適用する条件 */
@media screen and ( max-width:1200px){

  body {
    font-size: 14px; /* 基本フォントサイズを16pxに設定 = 1em設定 */
  }





  /* ********************************** モーダル画面内 ********************************** */
  .modal-content-inner {
    padding: 2em 2em 0.5em 2em;
  }

  .close {
    top: 1em;
    right: 1em;
    width: 50px;
    height: 50px;
  }

  .close .search_icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 6px;
    right: 5px;
  
  
  }

  .category_post_wrapper {
    max-width: 700px;
    width: 85%;
  }

  .seen_category_contents {
    grid-template-columns: repeat(3, 1fr);
  }

  /* 最後のliの余白スペースを埋めるための要素 */
  .seen_category_contents::after {
    content: "";
    grid-column: span 3; /* 3列にわたって配置 */
  }













}











/* 画面幅が1000ピクセル以下の場合にスタイルを適用する条件 */
@media screen and ( max-width:1000px){

  /* ********************************** 検索フォーム ********************************** */
  .search_container {
    position: relative !important;
    width: 100%  !important;
  }

  .search_box_wrapper .custom_input,
  .search_box_wrapper .custom_select,
  .search_box_wrapper .custom-search-button {
    width: calc(100% / 2 - 0.4em)  !important;
    margin-bottom: 1em !important;
  }

  .search_box_wrapper .custom_select#category,
  .search_box_wrapper .custom_select#category3{
    margin-right: 0 !important;
  }

  .search_box_wrapper .custom_search_btn {
    padding: 0.5em 5em;
    display: block;
    margin: 0 auto;
    margin-top: 1em;
  }









  /* ********************************** ヘッダーメニューバー（ノートPC用にフロントページのみ表示） ********************************** */
  .header_menu_bar{
    margin-right: unset;
    background-color: whitesmoke;
    padding: 3px 0;
  }

  .header_menu_bar .header_menu_list {
    justify-content: left;
    padding-left: 100px;
  }

  .header_menu_bar .menu_btn_list {
    padding: 0 0;
  }

  .header_menu_bar .search_container {
    top: 0.7em;
  }

  .home .outside_wrapper::before {
    display: none;
  }









  /* ********************************** 共通パーツ ********************************** */
  .main_title {
    padding-bottom: 0.6em !important;
    margin: 0 auto 0.4em auto !important;
  }

  .inner_wrapper {
    padding: 2em;
  }
  

  .orange_border {
    margin: 2em 0 2em 0;
    height: 0.75em;
  }


















  /* ********************************** ハンバーガーメニュー ********************************** */
  #g-nav .hamburger_contents_box {
    background-position: top 40px center;
    background-size: 80%;
    padding: 40px;
  }

  #g-nav .hamburger_list_btn li a {
    font-size: 0.9em;
  }

  #g-nav .category_list {
    padding-left: unset;
  }

  #g-nav .category_list > li {
    margin-right: unset;
    flex: unset;
    width: 50%;
  }

  #g-nav .hamburger_footer_list_wrapper {
    margin-top: 3em;
  }

  #g-nav .hamburger_contact_list li:last-of-type .contact_sub_ttl{
    margin-top: 2em;
  }

  #g-nav .hamburger_footer_list > li:nth-child(3) {
    flex: 1 0 100%;
    border-left: unset;
    padding-left: unset;
  }









  /* ********************************** 左側サイドバー ********************************** */
  .left_sidebar {
    display: none;
  }

  .not_article .search_header_ttl_name br{
    display: block;
  }

  .search_terms_list_wrapper{
    display: block;
  }

  .search_fieldset2 {
    text-align: center;
  }












  /* ********************************** 404エラーページ ********************************** */
  .error404 .inner_wrapper {
    background-size: 100%;
  }









  /* ********************************** 検索結果画面 ********************************** */
  .search_terms_list {
    width: 100%;
    justify-content: center; /* 親要素内で左右中央に配置 */
    align-items: center;
  }

  .search_terms_list li{
    width: calc(100%/3);
    align-items: stretch; /* 子要素の高さを揃える */
    
  }

  .search_terms_list li:last-of-type{
    margin-right: 0;
  }









  /* ********************************** モーダル画面 ********************************** */

  .modal_wrapper .orange_border {
    margin: 3em 0 ;
  }

  .modal_search_box .seen_category_contents {
    grid-template-columns: repeat(2, 1fr);
  }

  /* 最後のliの余白スペースを埋めるための要素 */
  .modal-content-inner .seen_category_contents::after {
    content: "";
    grid-column: span 2;
  }

  .modal_search_box .seen_category_contents > li {
    height: 200px;
  }

  .modal_search_box .seen_category_contents li .seen_ttl {
    bottom: 1em;
  }

  .modal_search_box .search_box_wrapper .custom_search_btn {
    margin-top: unset;
  }









  /* ********************************** ページネーション（お知らせアーカイブページ） ********************************** */
  .pagination{
    margin-bottom: 4em;
  }










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





  
}




























  






















/* 画面幅が800ピクセル以下の場合にスタイルを適用する条件 */
@media screen and ( max-width:800px){
  /* ********************************** ハンバーガーメニュー ********************************** */

  #g-nav .hamburger_contents_box {
    background-image: unset;
  }

  #g-nav .hamburger_list_btn {
    display: block;
    padding-bottom: unset;
  }

  #g-nav .hamburger_list_btn li{
    display: block;
  }

  #g-nav .hamburger_list_btn li:nth-child(1) {
    margin-bottom: 0.75em;
    margin-right: unset;
  }

  #g-nav .hamburger_list_btn li a{
    width: 100%;
    display: block;
    padding: 0.75em 0;
    text-align: center;
  }

  #g-nav .orange_border {
    margin: 3em 0;
  }

  #g-nav .category_list_wrapper{
    padding-top: unset;
  }


























}











/* 画面幅が600ピクセル以下の場合にスタイルを適用する条件 */
@media screen and ( max-width:600px){
  /* ********************************** 文字大きさ ********************************** */


  .font_46px{
    font-size: 2.5714em; /* 46→36pxに縮小 */
  }

  .font_32px{
    font-size: 2.2857em; /* 32→25pxに縮小 */
  }

  .font_30px{
    font-size: 1.714em; /* 30→24pxに縮小 */
  }

  .font_22px{
    font-size: 1.285em; /* 22→18pxに縮小 */
  }

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










  /* ********************************** 検索フォーム ********************************** */
  .search_box_wrapper .custom_input,
  .search_box_wrapper .custom_select,
  .search_box_wrapper .custom-search-button {
    display: block !important;
    width: 100% !important;
    margin-bottom: 1.5em !important;
  }










  /* ********************************** 検索結果画面 ********************************** */
  .search_terms_list {
    display: block;
  }

  .search_terms_list li {
    margin-bottom: 1em;
    width: 100%;
  }

  .search_terms_list li:last-of-type{
    margin-bottom: 0;
  }


  .not_article .search_header_ttl_name{
    font-size: 2em;
  }

  .not_article .search_header_ttl_name br{
    display: none;
  }

  .search_fieldset1, .search_fieldset2 {
    border: 2px solid var(--assortcolor);
  }

  .search_header_ttl_name {
    margin-bottom: 0.5em;
  }

  .search_memo {
    margin-top: 1.5em;
  }
  









  /* ********************************** 共通レイアウト ********************************** */
  .inner_wrapper {
    padding: 2em 1.5em;
  }








  /* ********************************** 共通パーツ ********************************** */

  /* TOPへ戻る_トクちゃん */
  #page-top {
    right: 1%;
  }

  #page-top a {
    width: 130px;
    height: 90px;
  }

  #page-top.floatAnime a{
    width: 60px;
    height: 140px;
  }



  /* ********************************** 製品_シーン別カテゴリー ********************************** */
  #g-nav .seen_category_contents,
  .post-type-archive-item .seen_category_list_contents{
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em;
  }


  /* 最後のliの余白スペースを埋めるための要素 */
  #g-nav .seen_category_contents::after,
  .post-type-archive-item .seen_category_list_contents::after{
    grid-column: span 2; /* 2列にわたって配置 */
  }



  #g-nav .seen_category_contents > li,
  #section4 .seen_category_contents > li,
  .post-type-archive-item .seen_category_list_contents > li{
    height: 200px;
  }


  #g-nav .seen_category_contents li img,
  #section4 .seen_category_contents li img,
  .post-type-archive-item .seen_category_list_contents li img{
    width: 70px;
  }

  #g-nav .seen_category_contents li:nth-child(1) img,
  #g-nav .seen_category_contents li:nth-child(2) img,
  #g-nav .seen_category_contents li:nth-child(10) img,
  #g-nav .seen_category_contents li:nth-child(11) img,
  #g-nav .seen_category_contents li:nth-child(12) img,
  #section4 .seen_category_contents li:nth-child(1) img,
  #section4 .seen_category_contents li:nth-child(2) img,
  #section4 .seen_category_contents li:nth-child(10) img,
  #section4 .seen_category_contents li:nth-child(11) img,
  #section4 .seen_category_contents li:nth-child(12) img,
  .post-type-archive-item .seen_category_list_contents li:nth-child(1) img,
  .post-type-archive-item .seen_category_list_contents li:nth-child(2) img,
  .post-type-archive-item .seen_category_list_contents li:nth-child(10) img,
  .post-type-archive-item .seen_category_list_contents li:nth-child(11) img,
  .post-type-archive-item .seen_category_list_contents li:nth-child(12) img{
    width: 100px;
  }


  #g-nav .seen_category_contents li:nth-child(3) img,
  #section4 .seen_category_contents li:nth-child(3) img,
  .post-type-archive-item .seen_category_list_contents li:nth-child(3) img{
    width: 80px;
  }


  #g-nav .seen_category_contents li:nth-child(5) img,
  #g-nav .seen_category_contents li:nth-child(8) img,
  #section4 .seen_category_contents li:nth-child(5) img,
  #section4 .seen_category_contents li:nth-child(8) img,
  .post-type-archive-item .seen_category_list_contents li:nth-child(5) img,
  .post-type-archive-item .seen_category_list_contents li:nth-child(8) img{
    width: 100px;
  }

  #g-nav .seen_category_contents li:nth-child(6) img,
  #g-nav .seen_category_contents li:nth-child(7) img,
  #g-nav .seen_category_contents li:nth-child(9) img,
  #section4 .seen_category_contents li:nth-child(6) img,
  #section4 .seen_category_contents li:nth-child(7) img,
  #section4 .seen_category_contents li:nth-child(9) img,
  .post-type-archive-item .seen_category_list_contents li:nth-child(6) img,
  .post-type-archive-item .seen_category_list_contents li:nth-child(7) img,
  .post-type-archive-item .seen_category_list_contents li:nth-child(9) img{
    width: 80px;
  }











  /* ********************************** 製品タクソノミー共通素材 ********************************** */
  .category_ttl {
    width: 100%;
    padding: 3em;
  }

  .radio_btn_warapper {
    display: block;
  }

  .radio_btn_warapper li:first-of-type{
    margin-bottom: 0.75em;
  }

  .radio_btn_warapper #online_check {
    margin-left: unset;
  }

  .radio_btn_warapper input {
    border-radius: 5px;
  }

  .switch_text_box {
    display: block;
  }

  .switch_text_box > li:first-of-type {
    margin-bottom: 1em;
    max-width: unset;
  }



















  /* ********************************** 404エラーページ ********************************** */
  .error404 .main_contents .text {
    text-align: left;
  }

  .error404 .main_contents .text br{
    display: none;
  }

  .error404 .text_link_btn a {
    margin: 2em auto;
  }


















  
  /* ********************************** ハンバーガーメニュー ********************************** */

  .openbtn_wrapper {
    width: 55px;
    height: 72px;
  }

  .openbtn span {
    height: 4px;
  }

  .openbtn span:nth-of-type(2) {
    top: 13px;
  }

  .openbtn span:nth-of-type(3) {
    top: 26px;
  }

  .menu-text {
    top: 53px;
    left: 11px;
  }

  .openbtn {
    width: 35px;
    height: 35px;
    inset: 12px auto auto 9px;
  }






  #g-nav .hamburger_list_btn {
    display: block;
  }

  #g-nav .hamburger_list_btn li a {
    font-size: 0.8em;
    width: 100%;
    display: block;
    padding: 0.5em;
    text-align: center;
  }

  #g-nav .hamburger_list_btn li:nth-child(1) {
    margin: 0 0 1em 0;
  }

  #g-nav .orange_border {
    margin: 1.5em 0;
  }


  #g-nav .hamburger_contents_box {
    padding: 30px;
    border: 6px solid #FFED00;
    background-position: top 170px center;
  }

  #g-nav .logo_header {
    height: 50px;
  }

  #g-nav .logo_header img {
    width: auto;
    height: 30px;
  }

  #g-nav .dot_arrow_icon::before {
    width: 0.85em;
    height: 0.85em;
  }

  #g-nav .category_list {
    display: block;
  }

  #g-nav .category_list > li {
    width: 100%;
  }

  #g-nav .hamburger_footer_list > li:nth-child(1), 
  #g-nav .hamburger_footer_list > li:nth-child(2){
    flex: 1 0 100%;
  }

  #g-nav .hamburger_footer_list > li:nth-child(2){
    border-left: unset;
    padding-left: unset;
  }

  /* レスポンシブ用の用途別リスト（一旦非表示に） */
  #g-nav .seen_category_contents_wrapper{
    display: block;
    text-align: center;
  }


  #g-nav .seen_category_contents > li:last-of-type {
    border: 3px solid var(--assortcolor) !important;
  }

  #g-nav .hamburger_footer_list > li {
    border-top: 3px solid var(--maincolor);
    padding: 2em 0 2em 0;
  }

  #g-nav .hamburger_contact_list {
    display: block;
  }

  #g-nav .hamburger_contact_list .contact_sub_ttl {
    margin: 0 0 1.5em 0;
    display: block;
    width: 100%;
    padding: 0.7em 0 0.9em 0;
    text-align: center;
  }

  #g-nav .hamburger_list_name {
    width: 100%;  
    margin-bottom: 1em;
  }

  #g-nav .hamburger_footer_list,
  #g-nav .hamburger_sns_list {
    justify-content: space-between;
  }

  #g-nav .hamburger_sns_list li:nth-child(n+2) {
    margin-left: 0;
  }









  /* ********************************** レスポンシブ時(600px以下)のヘッダー ********************************** */
  .flont_logo_header{
    display: block;
    display: flex;
    justify-content: center; /* 水平方向の中央揃え */
    align-items: center; /* 垂直方向の中央揃え */
    background-color: white;
    width: 100%;
    height: 80px;
    text-align: center;
  }

  .flont_logo_header img{
    width: auto;
    height: 25px;
  }








  /* ********************************** フッター ********************************** */
  .footer_list{
    display: block;
  }

  .footer_list > li {
    border-top: 1px solid white;
    padding: 2.5em 5%;
  }

  .footer_list > li:first-of-type {
    border-top: none;
  }

  .footer_list > li:nth-child(2),
  .footer_list > li:nth-child(3) {
    border-left: none;
  }

  .footer_list nav li:last-of-type {
    margin-bottom: 0;
  }

  .footer_contact_list{
    display: block;
  }

  .footer_contact_list li:nth-child(1) nav li:last-of-type{
    margin-bottom: 1.4em;
  }

  .footer_contact_list .contact_sub_ttl {
    text-align: center;
  }

  .footer_sns_list {
    flex-wrap: wrap; /* 要素が複数行に折り返されるのを許可 */
  }
  
  .footer_sns_list > li:first-of-type {
    display: block;
    width: 100%;
  }

  .footer_sns_list li:nth-child(n+2) {
    width: 2.5em;
    margin-left: 1.2em;
  }

  .footer_sns_list > li:nth-child(2) {
    margin-left: 0;
  }

  .footer_sns_list .twitter_icon {
    width: 2.2em;
  }

  .footer_sns_list li:last-of-type{
    width: 3em;
  }

  #copyright_box_inner_warapper {
    height: fit-content;
    padding: 1.5em;
  }

  #copyright_box small {
    line-height: 1.5em;
  }

  #copyright_box small br{
    display: block;
  }

  #copyright_box small span{
    display: none;
  }


  /* ********************************** パンくずリスト ********************************** */

  .breadcrumbs_bar_wrapper {
    border-bottom: 4px solid var(--maincolor);
  }

  .breadcrumbs_bar {
    display: block;
    height: auto;
    padding-bottom: 0;
    margin: 0 auto;
    text-align: center;
  }

  .header_logo {
    margin: 0.5em auto 0 auto;
  }

  .breadcrumbs_bar .company_name {
    display: none;
  }

  .breadcrumbs {
    text-align: center;
    margin: 1em;
  }

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

 










  

  


















}









/* 画面幅が500ピクセル以下の場合にスタイルを適用する条件 */
@media screen and ( max-width:500px){

  /* ********************************** 検索フォーム ********************************** */
  .search_box_wrapper .custom_input,
  .search_box_wrapper .custom_select,
  .search_box_wrapper .custom-search-button {
    width: 100% !important;
  }




  

  /* ********************************** ハンバーガーメニュー ********************************** */

  #g-nav .hamburger_contents_box {
    padding: 25px;
  }

  #g-nav .seen_category_contents,
  .post-type-archive-item .seen_category_list_contents{
    gap: 1em;
  }
  

  #g-nav .orange_border {
    margin: 3em 0;
  }

  #g-nav .seen_category_contents > li,
  #section4 .seen_category_contents > li {
    height: 150px;
  }

  .seen_category_contents li .seen_ttl{
    bottom: 1em;
  }

  .seen_category_contents li img {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: auto;
    filter: invert(61%) sepia(82%) saturate(4203%) hue-rotate(12deg) brightness(100%) contrast(101%);
  }

  #g-nav .seen_category_contents li:nth-child(1) img,
  #g-nav .seen_category_contents li:nth-child(2) img,
  #g-nav .seen_category_contents li:nth-child(10) img,
  #g-nav .seen_category_contents li:nth-child(12) img,
  #section4 .seen_category_contents li:nth-child(1) img,
  #section4 .seen_category_contents li:nth-child(2) img,
  #section4 .seen_category_contents li:nth-child(10) img,
  #section4 .seen_category_contents li:nth-child(11) img,
  #section4 .seen_category_contents li:nth-child(12) img,
  #g-nav .seen_category_contents li:nth-child(5) img,
  #g-nav .seen_category_contents li:nth-child(8) img,
  #section4 .seen_category_contents li:nth-child(5) img,
  #section4 .seen_category_contents li:nth-child(8) img {
    width: 85px;
  }

  #g-nav .seen_category_contents li:nth-child(11) img,
  .seen_category_contents li:nth-child(11) img{
    width: 75px;
  }

  .seen_category_contents li:nth-child(4) img,
  .seen_category_contents li:nth-child(6) img,
  .seen_category_contents li:nth-child(10) img {
    top: 45%;
  }

  .seen_category_contents li:nth-child(1) img,
  .seen_category_contents li:nth-child(9) img,
  .seen_category_contents li:nth-child(11) img{
    top: 35%;
  }

  #g-nav .hamburger_contact_list .contact_sub_ttl {
    border-radius: 999px;
  }

  #g-nav .hamburger_footer_list_wrapper {
    margin-top: 2em;
  }

  #g-nav .category_list .hamburger_list_contents li a,
  #g-nav .hamburger_footer_list nav li a {
    padding-bottom: 0.2em;
  }

  #g-nav .hamburger_list_name {
    margin-bottom: 0.8em;
  }

  #g-nav .dot_arrow_icon::before {
    margin-right: 0.3em;
  }

  .seen_category_contents li .seen_ttl br{
    display: block;
  }




  














}










/* 画面幅が400ピクセル以下の場合にスタイルを適用する条件 */
@media screen and ( max-width:400px){

  /* ********************************** ハンバーガーメニュー ********************************** */
  #g-nav .hamburger_sns_list li:nth-child(n+2) {
    width: 2.5em;
  }



  /* ********************************** ページネーション（お知らせアーカイブページ） ********************************** */
  .pagination .nextpostslink,
  .pagination .previouspostslink{
    display: none;
  }

}





