@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* ヘッダー（SP） */
div.l-header__customBtn > button.c-iconBtn[aria-label="検索ボタン"] {
    display: none;
}

/* ヘッダー */
#header .l-container, #fix_header .l-container {
 max-width: 100%;
 height: 100px;
 font-weight: bold;
 padding-left: 2%;
 padding-right: 0;
 background-color: #fff;
}

.c-gnav>.menu-item>a {
 padding: 0 18px;
}

@media screen and (min-width: 960px) {
    .menu-item-108 {
     background-color: #0047bb;
     color: #fff;
     width: 191px;
    }
    
    .c-gnav>.menu-item-108>a .ttl {
     padding-left: 10px;
     position: relative;
    }
    
    .c-gnav>.menu-item-108>a .ttl::before {
     position: absolute;
     content: '';
     display: inline-block;
     width: 20px;
     height: 20px;
     background-image: url(http://sanken.bi-r.jp/wp-content/uploads/2023/01/mail_black.png);
     background-size: contain;
     vertical-align: middle;
     left: 16px;
     top: -3px;
    }
}

/* ヘッダー（my-gnav） */
nav#gnav.l-header__gnav,#fix_header {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  div.my-gnav ul.c-gnav,#fix_header {
    list-style: none;
  }
  div.my-gnav ul.c-gnav li a {
    color: #333;
    font-size: 14px;
  }
  div.my-gnav ul.c-gnav li.my-gnav-li2 a {
    margin-left: 46px;
  }
  div.my-gnav ul.c-gnav li.my-gnav-li3 a {
    margin-left: 46px;
  }
  div.my-gnav ul.c-gnav li.my-gnav-li4 a {
    margin-left: 46px;
	margin-right: 46px;
  }
  div.my-gnav ul.c-gnav li.my-gnav-li1 a, div.my-gnav ul.c-gnav li.my-gnav-li2 a, div.my-gnav ul.c-gnav li.my-gnav-li3 a,div.my-gnav ul.c-gnav li.my-gnav-li4 a {
    position: relative;
  }
  div.my-gnav ul.c-gnav li.my-gnav-li1 a::before {
    position: absolute;
    right: -17px;
    top: 0;
    content: url(http://sanken.bi-r.jp/wp-content/uploads/2023/01/arrow-bk.png);
  }
  div.my-gnav ul.c-gnav li.my-gnav-li2 a::before {
    position: absolute;
    right: -17px;
    top: 0;
    content: url(http://sanken.bi-r.jp/wp-content/uploads/2023/01/arrow-bk.png);
  }
  div.my-gnav ul.c-gnav li.my-gnav-li3 a::before {
    position: absolute;
    right: -17px;
    top: 0;
    content: url(http://sanken.bi-r.jp/wp-content/uploads/2023/01/arrow-bk.png);
  }
  div.my-gnav ul.c-gnav li.my-gnav-li4 a::before {
    position: absolute;
    right: -17px;
    top: 0;
    content: url(http://sanken.bi-r.jp/wp-content/uploads/2023/01/arrow-bk.png);
  }
  .-series .l-header__inner,#fix_header {
    height: 142px;
  }
  .-series-right .w-header,#fix_header {
    height: 70px;
  }
  div.my-gnav ul.c-gnav li a {
    transition: 0.4s;
  }
  div.my-gnav ul.c-gnav li a:hover {
    opacity: 0.8;
  }


  /* ↓ 追記（小板橋） */

  @media screen and (min-width: 960px) {
    div#fix_header {
      display: none;
    }

    header#header {
      position: fixed;
    }
  }

  @media screen and (max-width: 959px) {
    div#fix_header, ul.c-gnav {
      display: none;
    }

    div#sp_menu_bottom div.p-blogParts > ul {
      list-style: none;
      display: flex;
      padding-left: 0;
      font-size: 14px;
    }

    div#sp_menu_bottom div.p-blogParts > ul li {
      margin: 0 8px;
    }
  }
/* ------------------------- 
content header
------------------------- */
div#top_title_area h1.c-pageTitle {
    font-family: monte-stella, sans-serif;
    font-weight: 500;
    font-style: italic;
}
div#top_title_area h1.c-pageTitle small.c-pageTitle__subTitle {
    display: block;
    margin-left: 0;
    font-family: monte-stella, sans-serif;
    font-weight: 500;
    font-style: italic;
}


@media screen and (min-width: 960px) {
    header.l-header {
        box-shadow: unset;
        background: unset;
    }
    div#top_title_area {
        min-height: 56vh;
        margin-top: -106px;
    }
    div#top_title_area h1.c-pageTitle {
        font-family: monte-stella, sans-serif;
        font-weight: 500;
        font-style: italic;
        line-height: 1;
        font-size: 4vw;
        text-align: left !important;  
        position: absolute;
        transform: translateY(-10%);
    }
}



h3.wp-block-heading.item-ttl {
    background-color: #00299f;
    color: #fff;
    padding: 6px 20px;
    border-radius: 6px;
    font-size: clamp(20px, 2vw, 24px);
}

td, th {
    word-break: keep-all;
}