/**/
.fancybox__container{
    z-index: 9999;
}
.google-sans-flex-topname {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
}
/*TOPスライド*/
.ec-layoutRole__contentTop{
    background-color: #143266;
}
.slick-dotted.slick-slider{
    margin-bottom:0px;
}
.slick-dots{
    bottom: 0px;
}
/* ヘッダー全体 共通 */
.ec-layoutRole__header{
    background-color: #143266;
    border-bottom: solid 1px #aac;
}

.ec-headerNaviRole {
  position: relative;
  background-color: #143266;
}
.ec-headerNav{
    z-index: 999;
    position: relative;
}
.ec-footerRole{
  background-color: #e6dedc;
  border-top: none;
}
.ec-headerNaviRole__left{
position: fixed;
left: 0;
z-index:1000;
}
.ec-headerNaviRole .ec-headerNaviRole__right{
    width: 100%;
}
.ec-headerRole__cart{
    /*width: 100%;*/
    width: 140px;
}
.ec-layoutRole__header .ec-cartNavi__price {
    color: #fff;
}
.ec-cartNavi{
    float: right;
}
.ec-cartNaviNull{
    top: 50px;
}
.clear_cls{
    clear: both;
    width: 100%;
}

.br_sp{ display: none; }

/*TOPスライド*/
.slick-slider {
    margin-bottom: 0;
}

.ec-sliderRole {
    margin-bottom: 0;
}

/*フッター*/
.ec-footerRole .ec-footerRole__inner .cmpany_box_tel img{
    width: 30px;
    height: auto;
}

.cmpany_box_tel p{
    font-size: 20px;
    font-weight: 700;
    color: #555;
    display: flex; align-items: center;
    margin: 0;
    margin-bottom: 10px;
}

.cmpany_box_tel p img{
    margin-right: 10px;
}

.cmpany_box_tel2 p{
    margin: 0;
    font-size: 13px;
    line-height: 1.6em;
    font-weight: 400;
}

/*カテゴリヘッダ*/
.category-header{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.category-header img{
    width: 100%;
}

.privacy_p {
    margin-top: 20px;
}

/* 行ごとに横並び */
.privacy_row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.4em;
    margin-top: 20px;
}

/* 数字部分（1. / 2. / 3.）の箱 */
.privacy_no {
    width: 2em;        /* 数字用の固定幅。2桁までなら 2.5em くらいでもOK */
    flex-shrink: 0;
    text-align: right; /* 「1.」「2.」をきれいに右揃え */
}

/* 本文部分 */
.privacy_row p {
    margin: 0;
    line-height: 1.8;
}

.top_banner_weap .ns-slide{
    padding-top: 0;
}
.top_banner_weap .ns-slider-header{
    padding-bottom: 0;
}
.top_banner_weap .ns-slider-header{
    padding-bottom: 0;
    margin-bottom: 0;
}
.top_banner_weap .ns-slider-arrows{
    top: -28px;
}

/* =====================================================
   PC（768px以上）
===================================================== */
@media only screen and (min-width: 768px) {
.front_page .menu-wrap,
.front_page .search-detail-contents,
.front_page .search_category-menu_tit,
.front_page .cli_ec_left_tel{
    margin-left: 10px;
}
.front_page .ec-layoutRole__mainWithColumn{
    margin-left: 5px;
}
.sp_img{
    display: none;
}
.pc_img{
    display: block;
}
.main_visual .sp_img,
.sub_visual .sp_img{
    display: none;
}
.main_visual .pc_img,
.sub_visual .pc_img{
    display: block;
}
  .ec-layoutRole__header{
    /*margin-bottom: 40px;*/
  }

  .head_logo_sp{
    display: none;
  }
  /* ヘッダー全体 */
  .ec-headerNaviRole {
    max-width: 1200px;
    height: auto;
    padding: 7px 10px 10px;
  }

  .ec-header_logowrap {
    position: absolute;
    z-index: 999;
    max-width: calc(100% - 520px);
    width: 248px;
    height: auto;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }

  .ec-header_logowrap img {
    width: 100%;
  }

  .ec-sliderRole {
    /*max-width: 1200px*/
    /*max-width: 1180px;*/
    width: 100%;
    max-width: 100%;
    /*margin-top: 40px;*/
    padding: 0;
  }
    .front_page .ec-layoutRole__contents{
        margin-top: 50px!important;
    }
  .ec-headerNaviRole_box1 {
    position: relative;
    width: 100%;
    height: 60px;
  }

  /* まとめ：box2 と search の共通リセット */
  .ec-headerNaviRole_box2{
    float:right;
    margin-right: 170px;
  }
  .ec-headerNaviRole_box2,
  .ec-headerNaviRole__search {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0;
  }
  .ec-headerNaviRole .ec-headerNaviRole__right {
    display: block;
    /*width: 480px;*/
  }

  /* カート（PC） */
  .ec-headerRole__cart {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5000;
  }

  .ec-cartNavi {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
  }

  .ec-cartNavi__icon {
    line-height: 0;
  }

  .ec-cartNavi__icon img {
    height: 100%;
    width: auto;
  }

  /* グローバルナビ */
  .ec-headerNav .ec-headerNav__item {
    margin: 0 5px;
  }

  .ec-headerNaviRole_box1 .ec-headerNaviRole__nav {
    /*float: left;*/
    float:right;
    margin-right: 170px;
  }

  .ec-headerNaviRole_box1 .ec-headerRole__cart {
    float: left;
  }

  .ec-headerNav__itemIcon_box {
    text-align: center;
  }

  .ec-headerNav__itemIcon_box .ec-headerNav__itemIcon {
    margin: 0 auto;
    color: #fff;
  }

  .ec-headerNav__itemLink_box {
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .ec-headerNav__itemLink_box .ec-headerNav__itemLink_ex {
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #fff;
  }
@media only screen and (max-width: 960px) {
    .ec-headerNav__itemLink_box .ec-headerNav__itemLink_ex {
        display: none;
    }
}

  /* PCヘッダー検索 */
  .ec-headerSearch {
    width: 480px;
  }

  .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-radius: 0;
    background-color: #333;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-left: 2px solid #ccc;
    box-sizing: border-box;
  }

  .ec-headerSearch .ec-headerSearch__category .ec-select select {
    max-width: 100%;
    color: #ccc;
    height: 34px;
  }

  .ec-headerSearch .ec-headerSearch__keyword {
    border-radius: 0;
    background-color: #fff;
    border: 2px solid #ccc;
  }

  .ec-input .search-name {
    width: 100%;
  }

  /* タグ検索詳細 */
  .search-detail {
    width: 240px;
    background: #6689c7;
    padding: 0 10px;
  }
  .search_category-menu_tit{
    width:240px;
    padding-top: 10px; padding-bottom: 7px;
    border-bottom: solid 1px #fff;
    background:#143266;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
  }
  .search-detail-contents {
    display: inline-block;
    height: auto;
    margin-top: 0;
  }

  .search-detail__button {
    width: 220px;
  }

  /* レイアウト */
  .ec-role {
    max-width: 100%;
  }

  .ec-layoutRole__left{
    margin-left: 10px;
  }

  .ec-layoutRole .ec-layoutRole__left,
  .ec-layoutRole .ec-layoutRole__right {
    display: block;
    width: 260px;
  }

  .ec-layoutRole__mainTop{
    padding-left: 20px;
    padding-right: 20px;
  }

  .ec-layoutRole .ec-layoutRole__contents {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
  }

  .ec-layoutRole .ec-layoutRole__mainWithColumn {
    width: calc(100% - 260px);
    max-width: 932px;
  }
  
   /* フッター（PC） */
    .ec-footer_link_wrap{
        width: 90%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .ec-footer_link1_box,
    .ec-footer_link2_box{
        width: 30%;
        float: right;
        padding-top: 15px;
    }

    .ec-footer_link1_box p,
    .ec-footer_link2_box p{
        font-size: 13px;
        font-weight: 400;
        margin: 0;
        margin-bottom: 20px;
    }

    .ec-footer_link1_box a p,
    .ec-footer_link2_box a p{
        text-decoration: none;
    }

    .ec-footer_link1_box a:link,
    .ec-footer_link2_box a:link{
        color: #555;
    }

    .ec-footer_link1_box a:visited,
    .ec-footer_link2_box a:visited{
        color: #555;
    }
    
    .ec-footer_company_box{
        width: 40%;
        float: left;
    }
    
    .cmpany_box_logo{
        width: 150px;
        margin-bottom: 5px;
    }
 
    .cmpany_box_logo img{
        display: block;
    }

    .ec-footer_link_copy{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 60px;
        background-color:#143266;
        padding-top: 20px;
    }

    .ec-footer_link_copy p{
        font-size: 12px;
        text-align: center;
        color: #fff;
    }
    
    /*レフト-TEL-FAX*/
    .cli_ec_left_tel{
    width: 240px;
    }
    
    .left_tel_tit{
    width: 100%;
    background-color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    }
    
    .left_tel_tit p{
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-align: center;
    }
    
    .left_tel_box{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    }
    
    .left_tel_box img{
    width: 100%;
    }
    
    .left_fax_order_box{
    width: 90%;
    background-color: #dcdcd6;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    }
    
    .left_fax_order_box img{
    width: 100%;
    display: block;
    }
    
    .left_time_box p{
    width: 90%;
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    }
    
    .left_notice_box{
    padding: 10px 15px;
    background-color: #e6e6e6;
    }
    
    .notice_tex1,
    .notice_tex2{
    margin: 0;
    font-size: 12px;
    line-height: 1.6em;
    }
    
    .notice_tex1{
    margin-bottom: 10px;
    }
    
    .notice_tex2{
    color: #a00;
    }
/*カートボタンサイズ*/
.ec-blockBtn--action{
    font-size: 14px;
}
/*商品個別ページ*/
    .ec-sliderItemRole{
    padding-left: 10px;
    }
    
  .ec-layoutRole__left .search-detail-contents .search-detail-wrap {
    max-height: none;     /* 高さ制限を解除 */
    overflow-y: visible;  /* 内側スクロールをやめる */
  }
  .ec-headingTitle{
      font-size: 24px!important;
      font-weight: 700;
  }
  
  /*会社概要*/
.ec-borderedDefs .ec-label{
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 0;
    padding-top: 0;
}
.ec-borderedDefs dl dd{
      font-size: 14px;
      line-height: 1.6em;
      margin-top: 0;
      padding-top: 0;
  }
 .ec-borderedDefs dt {
     padding-top: 0;
 }
}

/* =====================================================
   SP（767px以下）
===================================================== */
@media only screen and (max-width: 767px) {
    .br_sp{ display: block; }
.sp_img{
    display: block;
}
.pc_img{
    display: none;
}
.main_visual .sp_img,
.sub_visual .sp_img{
    display: block;
}
.main_visual .pc_img,
.sub_visual .pc_img{
    display: none;
}
    .ec-header_logowrap{ display: none; }
    .ec-headerNav__itemLink_box{ display: none; }
    .ec-overlayRole{
        z-index: 999;
    }
    
    .ec-layoutRole__mainTop{
        margin-top: 30px;
    }
    
    .ec-sliderRole{
        padding-left: 0;
        padding-right: 0;
    }
    
    .ec-headerNaviRole{
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    
    .ec-headerNaviRole .ec-headerNaviRole__right {
        display: block;
    }
    
    .ec-headerNaviRole_box1 {
        position: relative;
        width: 100%;
        height: 60px;
        border-bottom: solid 1px #aac;
    }
    
    .ec-headerNaviRole__nav{
        float: right;
        padding-right: 80px ;
    }
    
    .ec-headerNaviRole_box1 .ec-headerRole__cart {
        float: left;
    }
    
    .ec-headerRole__cart {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        /*width: 60px;*/
        width: 100%;
    }
    
    .ec-cartNaviWrap {
        position: relative;
    }
    
    .ec-cartNavi {
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        width: auto;
        min-width: 60px;
        height: 44px;
        background: #F8F8F8;
        border-radius: 0;
        padding: 0;
        background-color: transparent;
        white-space: nowrap;
        cursor: pointer;
    }
    
    .ec-cartNaviIsset {
        margin-top: 10px;
        /*min-width: 256px;
        max-width: 256px;*/
        width: 100%;
        margin-top:52px;
    }
    
    .ec-cartNavi__icon {
        line-height: 0;
    }
    
    .ec-cartNavi__icon img {
        height: 100%;
        width: auto;
    }
    
    .ec-headerNav .ec-headerNav__item {
        margin: 0 5px;
        line-height: 60px;
    }
    
    .ec-headerNav .ec-headerNav__itemIcon{
        margin-right: 0;
        margin-left: 0;
        color: #fff;
    }
    
    .ec-cartNavi .ec-cartNavi__badge {
        top: -5px;
    }
    
    .head_logo_sp{
        position: relative;
        width: 100%;
        height: 60px;
        background-color: #143266;
    }
    
    .head_logo_sp img{
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 45%;
        max-width: 200px;
    }
    
    /*フッター*/
    .ec-footerRole{
        padding-top: 20px;
        padding-bottom: 0;
    }
    
    .ec-footer_link_wrap{
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .ec-footer_link1_box,
    .ec-footer_link2_box{
        width: 50%;
        float: right;
    }
    .ec-footer_link1_box p,
    .ec-footer_link2_box p{
        font-size: 13px;
        color: #555;
    }

    .ec-footer_link1_box div,
    .ec-footer_link2_box div{
        /*border-bottom: solid 1px #666;*/
        box-sizing: border-box; 
    }

    .ec-footer_link1_box div a,
    .ec-footer_link2_box div a{
        display:flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .ec-footer_link1_box div a:link,
    .ec-footer_link2_box div a:link,
    .ec-footer_link1_box div a:visited,
    .ec-footer_link2_box div a:visited
    {
        color: #555;
    } 
    .ec-footer_link1_box div{
        /*border-left: solid 1px #666;*/
    }

    .ec-footer_company_box{
        float: none;
        clear: both;
        width: 100%;
    }
    
    .cmpany_box_logo{
        position: relative;
        width: 100%;
        height: 80px;
    }
    
    .cmpany_box_logo img{
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 45%;
        max-width: 200px;
    }
    
    .cmpany_box_tel {
      text-align: center;
    }
    
    .cmpany_box_tel p{
      display: inline-flex;
      align-items: center;
      margin-bottom: 0;
    }

    .cmpany_box_tel p img{
      margin-right: 10px;
    }
    
    .cmpany_box_tel2 p{
        text-align: center;
        margin-bottom: 30px;
    } 
    
    .ec-footer_link_copy{
        text-align: center;
        background-color: #143266;
        padding-top: 15px;
        padding-bottom: 40px;
    }

    .ec-footer_link_copy p{
        font-size: 12px;
        color: #fff;
    }
    
    /*カテゴリヘッダ*/
    .category-header{
        padding-left: 0;
        padding-right: 0;
    }
    /*カテゴリ一覧　商品名*/
    .ec-shelfRole {
        font-size: 14px;
    }
    .ec-select select{
        font-size: 14px;
    }
  /* カートアイコンの見え方を安定させる */
  .ec-cartNavi__icon {
      display: flex;
      align-items: center;
      justify-content: center;
      /* 必要なら明示的に高さを指定してもOK */
      height: 44px;
  }

  .ec-cartNavi__icon img {
      height: 100%;   /* ← 固定値にする */
      width: auto;
      display: block;
  }

  /* 念のため、他要素に埋もれないよう z-index も少し上げておくと安心 */
  .ec-headerRole__cart {
      /*z-index: 2000;*/
      z-index: 998;
  }
/*カートボタンサイズ*/
.ec-blockBtn--action{
    font-size: 12px;
}

/*商品詳細*/
  .ec-headingTitle{
      font-size: 24px!important;
      font-weight: 700;
  }
}

/* ───────── 同じカテゴリの商品（detail 下）用 ───────── */
.ec-relatedCategory {
     margin: 0 auto;
    padding-left: 30px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
}

.ec-relatedCategory .ec-shelfGrid__item {
    width: 25%;
}
.ec-relatedCategory .ec-shelfGrid__item img {
  width: 100%;
  height: auto;
  display: block;
}
.ec-shelfGrid .ec-shelfGrid__item-image{
    margin-bottom: 10px;
}
/*商品スライド*/
.ns-slider-wrapper{
    max-width: 900px;
}
.ns-slider-header{
    padding-right: 10px;
}
.ns-slider-arrows{
    right: 10px;
}

/* スマホ：2 カラム */
@media only screen and (min-width: 768px) {
    .ec-relatedCategory .ec-shelfGrid {
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (max-width: 768px) {
  .ec-relatedCategory .ec-shelfGrid__item {
    margin-bottom: 36px;
    width: 50%;
    display: flex;
    flex-direction: column;
  }
}
/*タグ検索PC*/
.search-detail-wrap{
    padding-top: 20px;
}
.search-detail__wrap h2{
    font-size:14px;
    margin-top:0px;
    margin-bottom:5px;
    text-align: center;
}
/* SP：カテゴリ一覧の子カテゴリを常時展開（ドロワー全体は従来どおり） */
@media (max-width: 767px) {
  .ec-headerCategoryArea__heading p{
      text-align: center;
      color: #143266;
  }
  /* 親カテゴリ配下の子ulを常に表示 */
  .ec-drawerRole .ec-itemNav__nav > li > ul {
    display: block !important;
    height: auto !important;
  }
  /* ▼ 見出し（カテゴリー一覧） */
  .ec-drawerRole .ec-headerCategoryArea__heading {
    background: #7aa61a;
    color: #fff;
    font-weight: 700;
  }

  /* ▼ 親カテゴリ（当店だけのオリジナルアイテム） */
  .ec-drawerRole .ec-itemNav__nav > li:first-child > a {
    background: #7aa61a;
    color: #fff;
    font-weight: 700;
  }

  /* ▼ 子カテゴリ（オリジナル配下） */
  .ec-drawerRole .ec-itemNav__nav > li:first-child ul li > a {
    background: #7aa61a;   /* ← 親と同じ色に */
    color: #fff;
    font-weight: 700;      /* ← 太字に */
  }

  /* ▼ 通常カテゴリ（クリックリーダー以降） */
  .ec-drawerRole .ec-itemNav__nav > li:not(:first-child) > a {
    background: #dfe7a0;
    color: #333;
    font-weight: 600;
  }
}

/* SPドロワー内：visited で背景が変わるのを防ぐ */
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li > ul > li > a:link,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li > ul > li > a:visited,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li > ul > li > a:hover,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li > ul > li > a:active {
  /*background-color: #143266 !important;*/ /* 濃い緑（子カテゴリ） */
  background-color: #6689c7 !important;
  color: #fff !important;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li > a:link,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li > a:visited,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li > a:hover,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li > a:active {
  /*background-color: #bcc1cc !important;*/ /* 薄い緑（トップ階層） */
  background-color: #f7f7f7 !important;
  color: #333 !important;
}

/* 親カテゴリ（当店だけの…）だけ濃緑固定 */
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:first-child > a:link,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:first-child > a:visited,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:first-child > a:hover,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:first-child > a:active {
  /*background-color: #143266 !important;*/
  /*background-color: #6689c7!important;*/
  background-color: #143266!important;
  color: #fff !important;
}

/*top 特長*/
.exfe_wlapper{
    width: 100%;
    margin-bottom: 60px;
}
.exfe_wlapper .ec-sliderRole{
    margin-top: 20px;
}

/*topインフォメーション*/
.ec-newsRole{
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .ec-newsRole__news{
        padding-left: 10px;
        padding-right: 10px;
    }
    .exfe_wlapper{
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*TOP挨拶バナー*/
.greet_banner{
    width: 100%;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.greet_banner img{
    width: 100%;
}
.greet_banner_text{
    width: 100%;
    margin-bottom: 20px;
}
.greet_banner_text h3{
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
    color: #333;
    margin-top: 0;
    margin-bottom: 20px;
}
.greet_banner_text img{
    width: 136px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .greet_banner{
        margin-bottom: 20px;
    }
    .greet_banner_text h3{
        font-size: 16px;
    }
    .greet_banner_text img{
        width: 120px;
    }
}

.ec-newsRole__more a{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .greet_banner{
        padding-left: 20px;
        padding-right: 20px;
    }
    .top_banner_weap{
        margin-bottom: 20px;
    }
    .ec-newsRole__more a{
        width:calc(100% - 20px);
    }
    .front_page .slick-dots{
        /*display: none!important;*/
    }
    .front_page .ec-layoutRole__contents{
        margin-top: 30px;
    }
}

.list_recommend_wrap{
    margin-top: 60px;
}

/*SPメニューボタン*/
.ec-headerNavSP {
    background-color: #fff !important;
    transition: background-color 0.3s;
}
.ec-headerNavSP.is-scrolled {
    background-color: #143266 !important;
}
.ec-headerNavSP.is-scrolled i {
    color: #fff !important;
}
.ec-headerLink__item{
    background-color: #e6dedc !important;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item{
    color: #555;
    font-size: 14px;
}
.ec-itemNav__nav li ul li a,
.ec-itemNav__nav li a{
    font-size: 14px;
}
.ec-drawerRole .ec-headerSearch{
    padding-top: 8px;
    padding-bottom: 8px;
}

@media screen and (max-width: 768px) {
.slick-dots{
    bottom: -20px;
}
  .slick-dots li {
    width: 14px;
    height: 8px;
    margin: 0 1px;
  }

  .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
  }

  .slick-dots li button:before {
    font-size: 5px !important;
    width: 8px;
    height: 8px;
    line-height: 8px;
  }
}

.search-detail__button {
    background: #143266;
}
.search-detail__wrap h2{
    color: #fff;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search{
    background: #fff;
}
/*SP_MENU*/
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
   background: #143266;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading p{
   color: #fff;
}