@charset "UTF-8";
/* # =================================================================
   # CATEGORY
   # ================================================================= */
/* # =================================================================
   # 螟画焚
   # ================================================================= */

.ExNavi .ExNavi__body li {
  height: 20px;
}

.Section {
  color: #603811;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 105px; }
  @media only screen and (max-width: 1000px) {
    .Section {
      padding-left: 20px;
      padding-right: 20px; } }

.Section__head {
  text-align: center;
  margin: 42px auto 50px; }
  @media only screen and (max-width: 480px) {
    .Section__head .leadText {
      text-align: left; }
      .Section__head .leadText br.pc {
        display: none; } }

.Section__head > img {
  margin: 0 auto 42px; }

.Section__header {
  color: #603811;
  font-size: 29px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 auto 24px;
  background-position: center top;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  .Section__header.with_underbar {
    border-bottom: none; }
  .Section__header.with_underbar::after {
    content: "";
    display: block;
    width: 420px;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: solid 1px #603811; }
    @media only screen and (max-width: 400px) {
      .Section__header.with_underbar::after {
        width: 100%; } }

.Section__body .leadText {
  text-align: center;
  margin-bottom: 40px; }
  @media only screen and (max-width: 480px) {
    .Section__body .leadText {
      text-align: left; }
      .Section__body .leadText br {
        display: none; } }

/* # =================================================================
   # BREADCRUMBS
   # ================================================================= */
.breadcrumbs {
  font-size: 12px;
  line-height: 1;
  text-align: center; }
  .breadcrumbs li {
    font-size: 12px;
    line-height: 1;
    display: inline; }
    .breadcrumbs li::after {
      content: "\ff1e";
      color: #A87B4F;
      padding-top: 2px;
      padding-left: 0.1em; }
    .breadcrumbs li:last-child::after {
      content: ""; }
    .breadcrumbs li a, .breadcrumbs li span {
      color: #603811;
      line-height: 1; }
    .breadcrumbs li a:hover {
      text-decoration: underline;
      -moz-opacity: 0.8;
      -webkit-opacity: 0.8;
      opacity: 0.8; }

/* # =================================================================
   # ITEM
   # ================================================================= */
.l-tile {
  width: 1036px;
  margin-left: -18px; }
  @media only screen and (max-width: 1000px) {
    .l-tile {
      width: 100%;
      margin-left: auto; } }
  .l-tile::after {
    content: "";
    display: table;
    height: 0;
    clear: both; }
  .l-tile .Item {
    width: 482px;
    margin-left: 18px;
    margin-right: 18px;
    float: left; }
    @media only screen and (max-width: 1000px) {
      .l-tile .Item {
        margin-left: auto;
        margin-right: auto;
        float: none; } }
    @media only screen and (max-width: 520px) {
      .l-tile .Item {
        width: 100%; } }
  .l-tile.wrap3 .Item {
    width: 309px;
    height: auto !important; }

.Item {
  text-align: center;
  margin-bottom: 60px;
  float: left; }
  @media only screen and (max-width: 1000px) {
    .Item {
      margin-left: auto;
      margin-right: auto;
      float: none; } }
  .Item__sub {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-top: solid 1px #A87B4F;
    border-bottom: solid 1px #A87B4F; }
    .Item__sub img {
      width: 100%;
      height: auto;
      display: block; }
  .Item__main {
    width: 100%;
    padding: 20px 30px;
    position: relative; }
    @media only screen and (max-width: 480px) {
      .Item__main {
        padding: 5px 0 20px; } }
    .Item__main h3 {
      font-size: 22px;
      line-height: 1;
      margin: 10px 0 15px; }
      @media only screen and (max-width: 400px) {
        .Item__main h3 {
          line-height: 1.3; } }
      .Item__main h3::after {
        content: "";
        width: 100%;
        height: 15px;
        margin: 0 auto;
        display: block;
        border-bottom: solid 1px #603811; }
      .Item__main h3 .small {
        font-size: 0.7em; }
    .Item__main .subHeader {
      font-size: 13px;
      line-height: 1; }
      @media only screen and (max-width: 400px) {
        .Item__main .subHeader {
          line-height: 1.5; } }
    .Item__main .itemText {
      font-size: 14px; }
      @media only screen and (max-width: 480px) {
        .Item__main .itemText br {
          display: none; } }
    .Item__main .listText {
      font-size: 14px;
      text-align: left; }
  .Item.no_image {
    border: solid 1px #603811; }
    .Item.no_image.has_single_block {
      height: 302px !important;
      margin-bottom: 262px !important;
      display: table; }
      .Item.no_image.has_single_block > div {
        display: table-cell;
        vertical-align: middle; }
      @media only screen and (max-width: 1000px) {
        .Item.no_image.has_single_block {
          margin-bottom: 80px !important; } }
    @media only screen and (max-width: 480px) {
      .Item.no_image .Item__main {
        padding: 20px 15px; } }
    .Item.no_image .Item__main::before {
      content: "";
      width: 91px;
      height: 29px;
      display: block;
      position: absolute;
      right: 15px; }
      @media only screen and (max-width: 480px) {
        .Item.no_image .Item__main::before {
          width: 60px;
          height: 20px;
          background-size: contain !important; } }
    .Item.no_image .Item__main.ico_ori::before {
      background: url(/category/name/images/ico_ori.png) no-repeat center top;
      top: 13px; }
    .Item.no_image .Item__main.ico_printMethod::before {
      background: url(/category/labeltag/images/ico_printMethod.png) no-repeat center top;
      top: 16px; }
    .Item.no_image .Item__main.ico_kakou::before {
      background: url(/category/labeltag/images/ico_kakou.png) no-repeat center top;
      top: 12px; }
  .Item .itemText {
    letter-spacing: 0.07em; }
    @media only screen and (max-width: 480px) {
      .Item .itemText {
        text-align: left; } }

/* # =================================================================
   # CATEGORY  SUBNAVI
   # ================================================================= */
.subNavi {
  text-align: center;
  margin: 42px auto 0; }
  .subNavi li {
    width: 216px;
    height: 38px;
    margin: 0 7px;
    display: inline-block; }
    @media only screen and (max-width: 700px) {
      .subNavi li {
        margin-top: 20px;
        display: inline-block; } }
    .subNavi li a {
      text-indent: -9999px;
      width: 100%;
      height: 100%;
      background-position: center top;
      display: block; }
    .subNavi li a:hover {
      background-position: center bottom; }
    .subNavi li a.current {
      background-position: center bottom;
      pointer-events: none;
      cursor: default; }

/* # =================================================================
   # Ex Navi
   # ================================================================= */
.ExNavi {
  width: 260px;
  height: 280px;
  position: absolute;
  top: 224px;
  z-index: 100; }
  @media only screen and (max-width: 1000px) {
    .ExNavi {
      display: none; } }
  .ExNavi__head {
    font-family: Courier New, Courier, monospace;
    color: #FFFFD2;
    font-size: 16px;
    font-weight: bolder;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: center;
    transform: rotate(-90deg);
    transform-origin: center;
    position: absolute;
    left: -10px;
    top: 130px; }
  .ExNavi__body {
    position: absolute;
    left: 65px;
    top: 20px; }
    .ExNavi__body a {
      color: #fff;
      font-size: 14px;
      line-height: 1.8; }
    .ExNavi__body a:hover {
      text-decoration: underline; }
    .ExNavi__body a.current {
      text-decoration: underline; }

/* # =================================================================
   # BgLayer
   # ================================================================= */
.BgLayer {
  width: 100%;
  background-repeat: repeat-y;
  background-position: center top;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.VisualHeader .l-max1300 {
  position: relative; }

.NavAbove {
  padding-top: 12px; }

.Main {
  margin-bottom: 0;
  padding-bottom: 100px; }

.Section {
  color: #603811;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 50px; }
  .Section__head {
    margin: 42px auto 50px; }
    .Section__head > img {
      margin: 0 auto 42px; }
      @media only screen and (max-width: 480px) {
        .Section__head > img {
          margin-bottom: 20px; } }
  .Section__header {
    margin: 0 auto 30px; }
    @media only screen and (max-width: 480px) {
      .Section__header {
        font-size: 24px; } }
    @media only screen and (max-width: 480px) {
      .Section__header::after {
        width: 100%; } }
  .Section__body .leadText {
    text-align: center;
    margin-bottom: 50px; }

@media only screen and (max-width: 440px) {
  .thermal .Section__head img {
    width: 100%;
    height: auto; } }

.category .l-tile .Item {
  height: 504px; }
  @media only screen and (max-width: 1000px) {
    .category .l-tile .Item {
      height: auto; } }

.C_name .BgLayer {
  background-image: url(/category/name/images/bg_bodyName.png); }
.C_name .ExNavi {
  background-color: rgba(88, 189, 167, 0.8); }
.C_name .subNavi li .name_design {
  background-image: url(/category/name/images/btn_nameDesign.png); }
.C_name .subNavi li .name_express_ori {
  background-image: url(/category/name/images/btn_nameOri.png); }
.C_name .subNavi li .name_express_print {
  background-image: url(/category/name/images/btn_namePrint.png); }

.C_labeltag .BgLayer {
  background-image: url(/category/labeltag/images/bg_bodyLabeltag.png); }
.C_labeltag .ExNavi {
  background-color: rgba(131, 76, 184, 0.8); }
.C_labeltag .subNavi li .labeltag_design {
  background-image: url(/category/labeltag/images/btn_labeltagDesign.png); }
.C_labeltag .subNavi li .labeltag_express {
  background-image: url(/category/labeltag/images/btn_labeltagExpress.png); }

.C_wappen .BgLayer {
  background-image: url(/category/wappen/images/bg_bodyWappen.png); }
.C_wappen .ExNavi {
  background-color: rgba(114, 202, 126, 0.8); }
.C_wappen .subNavi li .wappen_design {
  background-image: url(/category/wappen/images/btn_wappen_design.png); }
.C_wappen .subNavi li .wappen_express {
  background-image: url(/category/wappen/images/btn_wappen_express.png); }

.C_patch .BgLayer {
  background-image: url(/category/patch/images/bg_bodyPatch.png); }
.C_patch .ExNavi {
  background-color: rgba(63, 81, 184, 0.8); }


.sustainability .BgLayer {
  background-image: url(/category/sustainability/images/bg_bodysustainability.png); 
}
.sustainability .ExNavi {
  background-color: rgba(0,146,38,0.8); 
}

.nametag .BgLayer {
  background-image: url(/category/nametag/images/bg_bodynametag.png); 
}
.nametag .ExNavi {
  background-color: rgba(255,194,54,0.8); 
}

.button .BgLayer {
  background-image: url(/category/button/images/bg_bodybutton.png); 
}
.button .ExNavi {
  background-color: rgba(230,112,151,0.8); 
}


.C_patch .subNavi li .patch_design {
  background-image: url(/category/patch/images/btn_patch_design.png); }
.C_patch .subNavi li .patch_express {
  background-image: url(/category/patch/images/btn_patch_express.png); }

.C_package .BgLayer {
  background-image: url(/category/package/images/bg_bodyPackage.png); }
.C_package .ExNavi {
  background-color: rgba(255, 162, 111, 0.8); }
@media only screen and (max-width: 400px) {
  .C_package .ribbonSeal .Section__head img {
    width: 100%; } }

.C_marking .BgLayer {
  background-image: url(/category/marking/images/bg_bodyMarking.png); }
.C_marking .ExNavi {
  background-color: rgba(63, 136, 184, 0.8); }

.C_printing .BgLayer {
  background-image: url(/category/printing/images/bg_bodyPrinting.png); }
.C_printing .ExNavi {
  background-color: rgba(157, 121, 207, 0.8); }
.C_printing .subNavi li .inji_method {
  background-image: url(/category/printing/images/btn_inji_method.png); }
.C_printing .subNavi li .inji_system {
  background-image: url(/category/printing/images/btn_inji_system.png); }

.C_sp_tool .BgLayer {
  background-image: url(/category/sp_tool/images/bg_bodySpTool.png); }
.C_sp_tool .ExNavi {
  background-color: rgba(157, 212, 93, 0.8); }
.C_sp_tool .subNavi li .sp_store {
  background-image: url(/category/sp_tool/images/btn_spStore.png); }
.C_sp_tool .subNavi li .sp_novelty {
  background-image: url(/category/sp_tool/images/btn_spNovelty.png); }

.C_planning .BgLayer {
  background-image: url(/category/planning/images/bg_bodyPlanning.png); }
.C_planning .ExNavi {
  background-color: rgba(40, 205, 192, 0.8); }
.C_planning .Section {
  margin-bottom: 100px; }
  .C_planning .Section__head {
    margin-bottom: 0; }
  .C_planning .Section__header {
    margin-bottom: 42px; }
.C_planning .point .Section__header::after, .C_planning .system .Section__header::after {
  display: none; }
.C_planning .point .Item {
  width: 640px;
  margin: 0 auto 33px;
  display: block;
  float: none; }
  .C_planning .point .Item::after {
    content: "";
    display: table;
    height: 0;
    clear: both; }
  @media only screen and (max-width: 700px) {
    .C_planning .point .Item {
      width: 100%;
      margin-bottom: 40px; } }
  .C_planning .point .Item__main {
    width: 267px;
    margin-left: 27px;
    padding: 0;
    float: left; }
    @media only screen and (max-width: 700px) {
      .C_planning .point .Item__main {
        width: 100%;
        margin: 0 auto 40px;
        float: none; } }
    .C_planning .point .Item__main h3 {
      text-align: left;
      margin-top: 0; }
      @media only screen and (max-width: 700px) {
        .C_planning .point .Item__main h3 {
          text-align: center;
          width: 280px;
          margin-left: auto;
          margin-right: auto; } }
    @media only screen and (max-width: 700px) {
      .C_planning .point .Item__main .listText {
        text-align: center;
        width: 100%; } }
  .C_planning .point .Item__sub {
    width: auto;
    float: left; }
    @media only screen and (max-width: 700px) {
      .C_planning .point .Item__sub {
        max-width: 480px;
        margin: 0 auto 15px;
        float: none; } }
.C_planning .system .l-column {
  width: 1040px;
  max-width: none;
  margin: 0;
  padding-top: 29px;
  position: relative;
  left: -39px; }
  .C_planning .system .l-column::after {
    content: "";
    display: table;
    height: 0;
    clear: both; }
  @media only screen and (max-width: 1000px) {
    .C_planning .system .l-column {
      text-align: center;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      left: auto; } }
  @media only screen and (max-width: 720px) {
    .C_planning .system .l-column {
      width: 100%;
      padding-top: 0; } }
.C_planning .system .Item {
  width: 307px;
  margin-left: 39px;
  margin-bottom: 30px;
  padding: 0;
  display: block;
  float: left; }
  @media only screen and (max-width: 1000px) {
    .C_planning .system .Item {
      margin: 0 20px 30px;
      display: inline-block;
      vertical-align: top;
      float: none; } }
  @media only screen and (max-width: 720px) {
    .C_planning .system .Item {
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (max-width: 370px) {
    .C_planning .system .Item {
      width: 100%; } }
  .C_planning .system .Item::before {
    content: "";
    width: 100%;
    height: 0;
    padding-top: 9.44%;
    display: block;
    background: url(/category/planning/images/border_top.png) no-repeat center top;
    background-size: contain; }
  .C_planning .system .Item::after {
    content: "";
    width: 100%;
    height: 0;
    padding-top: 9.44%;
    display: block;
    background: url(/category/planning/images/border_bottom.png) no-repeat center top;
    background-size: contain; }
  .C_planning .system .Item__main {
    height: 100%;
    height: 150px;
    max-height: 150px;
    padding: 0;
    border-left: solid 2px #A87B4F;
    border-right: solid 2px #A87B4F; }
    .C_planning .system .Item__main h3 {
      font-size: 26px;
      margin-top: 0;
      margin-bottom: 5px;
      position: relative;
      top: -10px; }
    .C_planning .system .Item__main .listText {
      letter-spacing: normal;
      text-align: justify;
      padding: 0 20px; }



      .sustainable_list {
        width: auto;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 50px 120px;
        color: #603811;
        padding-left: 58px;
      }
/*   
      .sustainable_list .inner {
        width: 913px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
      } */
  
      .sustainable_list .list_item {
        display: flex;
        align-items: center;
        width: 380px;
      }
  
      .sustainable_list .item__image {
        width: 150px;
        margin-right: 28px;
      }
  

      .sustainable_list .item__label {
        font-size: 22px;
        margin-bottom: 20px;
        white-space: nowrap;
      }
  
      .sustainable_list .item__body-copy {
        font-size: 16px;
        margin: 0;
        list-style-type: none;
      }

  
      /* 追加スタイル */
      .sustainable_list .item-list {
        display: flex;
        justify-content: center;
      }
  
      .sustainable_list .item-list__inner {
        width: 913px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
      }
  
      .sustainable_list .item-list__item {
        width: 482px;
        margin-bottom: 60px;
      }
  
      .sustainable_list .item-list__image {
        width: 482px;
        height: 300px;
        background-color: gray;
      }
  
      .sustainable_list .item-list__text {
        text-align: center;
      }
  
      .sustainable_list .item-list__label {
        font-size: 22px;
        margin-bottom: 14px;
        border-bottom: 1px solid #000;
        width: 356px;
        margin: 0 auto;
        padding: 14px;
      }
  
      .sustainable_list .item-list__body-copy {
        font-size: 16px;
        margin: 0;
        list-style-type: none;
      }

      .sustainability .point_list {
        width: 360px;
        padding: 30px;
        box-sizing: border-box;
        margin: 42px auto 105px;
        border: solid 1px #603811;
        text-align: left;
      }


      @media only screen and (max-width: 1000px){
        .sustainable_list {
          padding-left: 0;
          display: block;
          width: 380px;
          margin-left: auto;
          margin-right: auto;
        }

        .sustainable_list .list_item {
          margin-bottom: 30px;
        }

        .sustainable_list .list_item:last-child {
          margin-bottom: 0;
        }

        .sustainable_list .item__image {
          width: 120px;
        }

        .sustainable_list .item__body-copy {
          font-size: 14px;
        }

        .sustainable_list .item__label {
          margin-bottom: 7px;
        }
      }