@charset 'utf-8';
/* Initialize
--------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:before,q:after{content:''}fieldset,img,abbr,acronym{border:0}

/* base
--------------------------------------------------------- */
* {
  font-family: -apple-system, 'BlinkMacSystemFont', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  line-height: 1.5;
}
@font-face {
  font-family: 'robotolight';
  src: url('https://www.senju.com/ja/assets/font/roboto_light_macroman/roboto-light-webfont.eot');
  src: url('https://www.senju.com/ja/assets/font/roboto_light_macroman/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('https://www.senju.com/ja/assets/font/roboto_light_macroman/roboto-light-webfont.woff') format('woff'),
       url('https://www.senju.com/ja/assets/font/roboto_light_macroman/roboto-light-webfont.ttf') format('truetype'),
       url('https://www.senju.com/ja/assets/font/roboto_light_macroman/roboto-light-webfont.svg#robotolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotothin';
  src: url('https://www.senju.com/ja/assets/font/roboto_thin_macroman/roboto-thin-webfont.eot');
  src: url('https://www.senju.com/ja/assets/font/roboto_thin_macroman/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
       url('https://www.senju.com/ja/assets/font/roboto_thin_macroman/roboto-thin-webfont.woff') format('woff'),
       url('https://www.senju.com/ja/assets/font/roboto_thin_macroman/roboto-thin-webfont.ttf') format('truetype'),
       url('https://www.senju.com/ja/assets/font/roboto_thin_macroman/roboto-thin-webfont.svg#robotothin') format('svg');
  font-weight: normal;
  font-style: normal
;}
@font-face {
  font-family: 'robotobold';
  src: url('https://www.senju.com/ja/assets/font/roboto_bold_macroman/roboto-bold-webfont.eot');
  src: url('https://www.senju.com/ja/assets/font/roboto_bold_macroman/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('https://www.senju.com/ja/assets/font/roboto_bold_macroman/roboto-bold-webfont.woff') format('woff'),
       url('https://www.senju.com/ja/assets/font/roboto_bold_macroman/roboto-bold-webfont.ttf') format('truetype'),
       url('https://www.senju.com/ja/assets/font/roboto_bold_macroman/roboto-bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
a {color: #005bac;}
a[target="_blank"] {
  background: url(../png/icon_target_blank.png) 3px 2px no-repeat;
  padding-left: 30px;
  margin: 0 10px;
  }
a[target="_blank"].noblank {
  background: none;
  padding-left: 0;
  margin: 0;
  }
a:hover {
  color: #00C0FF;
  -moz-opacity: 0.73;
  opacity: 0.73;
}
html {height: 100%;}
body {
  font-size: 14px;
  min-height: 100%;
  height: auto;
  color: #484848;
}
h1, h2, h3, h4, h5 {
  color: #005bac;
  font-size: 100%;
  line-height: 1.2;
  clear: both;
}
p {
  font-size: 13px;
  margin-bottom: 20px;
  word-break: normal;
}
strong {
  font-weight: bold;
}
ul, ol {
  margin: 0;
}
a:link,
a:visited,
a:hover,
a:active{
  text-decoration: none;
}
pre {
  padding: 9.5px;
  margin: 0 0 10px;
}
blockquote {
}
blockquote p,
blockquote ul {
}


/* =========================================================
 common
========================================================= */
html,
body {
  width: 100%;
  height: 100%;
  }
body{
  background: url(../png/bg.png) 0 -5px repeat-x;
  color: #010c16;
  }
img {
  vertical-align: bottom;
  border: none;
  /* 20171208 */
  max-width: 100%;
  height: auto;
  }

/* submit */
input[type="submit"] {
	border: none;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	}
input[type="submit"]:hover {
  -moz-opacity: 0.73;
  opacity: 0.73;
	}

.inner:before,
.row:before,
.clearfix:before,
.page-sttl:before,
.inner:after,
.row:after,
.clearfix:after,
.page-sttl:after  {
  content: "";
  display: block;
  overflow: hidden;
  }
.inner:after,
.row:after,
.clearfix:after,
.page-sttl:after {
  clear: both;
  }
.inner,
.row,
.clearfix,
.page-sttl {
  zoom:1;
  }
.odd,
.left {float: left; clear: left;}
.even,
.right {float: right; clear: right;}
.btn {
  background: #005bac;
  width: 220px;
  height: 35px;
	margin: 0 15px 15px;
  border-bottom: 1px solid #003e83;
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 4px;
       border-radius: 4px;
	}
  .btn a:hover {
    text-decoration: none;
    }
.bnr {margin-bottom: 30px;}
.clear {clear: both;}
.ta-c {text-align: center !important;}
.ta-l {text-align: left !important;}
.ta-r {text-align: right !important;}
.bd-b {border-bottom: 1px solid #e3e1da; margin-bottom: 25px !important;}
.bd-t {border-top: 1px solid #e3e1da; padding-top: 20px !important;}
#sidebar .bd-t {border-top: 3px solid #005bac; padding: 0 !important;}
.inner {
  width: 960px;
  margin: 0 auto;
  }
.last {margin: 0 !important;}
.active {display: block !important;}

.pc-only {display: block !important;}
.pc-tablet-only {display: block !important;}
.tablet-only {display: none !important;}
.tablet-sp-only {display: none !important;}
.sp-only {display: none !important;}

/* list-style */
  .arrow li {
    background: url(../png/icon_arrow_right_blue_small.png) 0 6px no-repeat;
    padding-left: 13px;
    margin: 0 0 18px;
    }
  .square li {
    background: url(../png/icon_square_blue.png) 0 6px no-repeat;
    padding-left: 13px;
    margin: 0 0 18px;
    }

  @media screen and (max-width: 640px) {
    .square li {
      width: auto !important;
    }
  }

  .disc {
    margin: 0 20px 30px 20px;
    list-style: disc outside;
    }
    .disc li {
      padding-left: 0 !important;
      }

/* ----- Title ----- */
/* .page-ttl */
.page-ttl,
.page-ttl_02 {
  font-size: 24px;
  padding: 21px 15px 18px;
  border-top: 3px solid #005bac;
  position: relative;
  word-break: normal;
  word-wrap: break-word;
  }

#detail .page-ttl,
#detail .page-ttl_02 {
  font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif; "メイリオ", Meiryo,Arial;
  color: #005bac;
  font-size: 26px;
  padding: 19px 24px 21px;
  }

#detail .page-ttl.new {
  position: relative;
  }
#detail .page-ttl.new::after {
  content: "New";
  position: absolute;
  display: inline-block;
  padding: 5px 8px;
  background-color: #D90000;
  color: #fff;
  font-size: 16px;
  top: 20px;
  right: 24px;
  }
  @media screen and (max-width: 640px) {
    #detail .page-ttl.new::after {
      position: relative;
      padding: 3px 6px;
      font-size: 12px;
      margin-left: 1em;
      top: auto;
      right: auto;
      bottom: 3px;
    }
  }

.page-ttl.logo_type {
  padding-right: 190px !important;
}

.page-ttl_02.logo_type {
  padding-right: 160px !important;
}

/* .cat-logo */
.cat-logo {
	display: block;
  margin-top: 0;
	position: absolute;
	top: 22PX;
	right: 15px;
  line-height: 1;
  max-width: 180px;
	}
  .cat-logo img {vertical-align: middle; height: auto !important;}

@media screen and (max-width: 640px) {
  .cat-logo { max-width: 120px; }
}

/*  .page-sttl  */
.page-sttl-wrap {
  background: #21c8ff;
  position: relative;
  }
.page-sttl-wrap:before {
  content: "";
  background: #10aeff;
  position: absolute;
  top: 50%;
  left: 1px;
  right: 1px;
  bottom: 1px;
  }
  .page-sttl {
    color: #fff;
    font-size: 18px;
    padding: 15px 26px 12px;
    margin-bottom: 21px;
    border-top: 2px solid #005bac;
    border-bottom: 1px solid #e3e1da;
    position: relative;
    z-index: 99;
    }
  #category .page-ttl,
  #category .page-ttl_02 {
    font-family: -apple-system, 'BlinkMacSystemFont', "メイリオ", Meiryo,Arial;
    color: #005bac;
    font-size: 26px;
    padding: 19px 24px 21px;
    border-bottom: 3px solid #e3e1da;
    margin-bottom: 25px;
    }
    .page-sttl a {
      color: #fff;
      }
  #page-nav + .page-sttl {
    border-top: none;
    margin-top: -2px;
    }

/* .section-ttl */
.section-ttl,
.columns-ttl {
  font-size: 16px;
  width: auto;
  padding: 18px 26px 14px;
  margin: 0 0 20px;
  border-top: 3px solid #005bac;
  border-bottom: 1px solid #e3e1da;
  position: relative;
  }
.columns-ttl {
  margin-bottom: 0;
  }
.section-sttl {
  margin-bottom: 12px;
  }
#category .section-sttl {
  color: #005bac;
  font-size: 18px;
  margin: 0 0 20px;
  }
  .section-ttl .ttl-read {
    vertical-align: bottom;
    }
.subcat-ttl {
  color: #005bac;
  font-size: 24px;
  }
.subcat-ttl.new::after {
  content: "New";
  position: relative;
  display: inline-block;
  padding: 3px 5px;
  margin-left: 10px;
  background-color: #D90000;
  color: #fff;
  font-size: 12px;
  bottom: 5px;
  }
  
.ecored-ttl {
  color: #005bac;
  font-size: 30px;
  }

/* .product-date-ttl */
.section-mid-ttl,
.product-date-ttl {
  font-size: 14px;
  padding: 5px 8px 1px;
  margin: 0 0 24px;
  border-left: 4px solid #10aeff;
  }
.section-small-ttl {
  /*padding: 5px 8px 15px 25px;*/
  font-size: 12px;
  line-height: 16px;
  margin: 0 15px 15px;
  padding: 3px 3px 3px 10px;
  color: #333333;
  font-weight: bold;
  border: 1px solid #999;
  clear: both;
  }

/* ribbon */
.ribbon {
  background: #004f96;
  position: relative;
  }
.ribbon:before,
.ribbon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  }
.ribbon:before {
  background: #003e83;
  left: 1px;
  right: 1px;
  bottom: 1px;
  }
.ribbon:after {
  background: url(../png/icon_triangle_right_white_large.png) 0 center no-repeat;
  width: 9px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  }
  .ribbon .cat-ttl,
  .ribbon .side-ttl {
    color: #fff;
    font-size: 16px;
    padding: 13px 30px 11px;
    position: relative;
    z-index: 99;
    }

/* ----- roboto font ----- */
.robotolight {font-family: robotolight,"メイリオ", Meiryo;}
  .section-ttl .robotolight {
    font-size: 30px;
    line-height: 1;
    margin-right: 20px;
      font-style: italic;
      font-weight: bold;
      font-family: "メイリオ", Meiryo;
    }
.robotothin {
  font-family: robotothin;
  color: #00c0ff;
  font-size: 60px;
  }
.robotobold {font-family: robotobold;}

/* ----- .column ----- */
.row {
  border-bottom: 1px solid #e3e1da;
  margin-bottom: 25px;
  }
.column {
  float: left;
  }

/* .col2 */
.col2 {
  margin: 0 -5px;
  }
  .col2 .column {
    width: 290px;
    margin: 0 30px;
    }
  .col2 .column.half {
    width: 50%
    }
#detail .col2 {
  margin: 0 0 12px;
  }
  #detail .col2 .img-wrap {
    max-width: 325px
    }

.col2 .column:nth-child(2n + 1){
  clear: left;
}

/* .col3 */
.col3 .column {
  width: 30.43478%;
  padding: 0 1.44927% 1.44927%;
  margin-bottom: 25px;
  border-bottom: 1px solid #e3e1da;
}
#products-machine.column,
#products-special-metal.column,
#products-bearing.column {
  /*border-bottom: 1px solid #fff;*/
}
#detail .col3 {
  margin: 0 0 12px;
  }
  #detail .col3 .img-wrap {
    max-width: 215px;
    }

@media screen and (min-width: 769px) {
  .col3 .column:nth-child(3n + 1){
    clear: left;
  }
}


/* .col4 */
.col4 .column {
  width: 22%;
  margin-right: 1.2%;
  }

.col4 .column:nth-child(4n + 1){
  clear: left;
}


/* .col5 */
.col5 .column {
  width: 18.0851%;
  margin: 0 0.94%;
  }

.col5 .column:nth-child(5n + 1){
  clear: left;
}

/* .img-wrap */
.img-wrap {
  text-align: center;
  }
  #article-body .img-wrap img {
    display: inline;
    }
    #article-body .img-wrap img.left-img {
      margin-right: 8px;
      }
    #article-body .img-wrap img.right-img {
      margin-left: 8px;
      }
.left-img .img-wrap {
  margin: 0 20px 20px 0;
  float: left;
  }
.right-img .img-wrap {
  margin: 0 0 20px 20px;
  float: right;
  }
.img-wrap.caption-wrap {
  margin-bottom: 10px;
    }
  .img-wrap.caption-wrap img {
    margin: 0 0 8px;
    }
  .caption {
    color: #00c0ff;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .caption .caption_in {
    font-size: 100%;
    display: inline-block;
    text-align: left;
    margin: 0 !important;
    padding: 0 !important;
  }

/* ---------------------------------------------------------
 header
--------------------------------------------------------- */
#header {
  min-width: 980px;
  position: relative;
  }
  #header .inner {
    position: relative;
    }

    /* ----- #logo ----- */
    #logo {
      width: 450px;
      height: 38px;
      padding: 34px 0 0;
      margin: 0 0 30px;
      overflow: hidden;
      }
      #logo a {
      	background: url(../png/img_logo.png) 0 0 no-repeat;
				text-indent: -9999px;
				height: 38px;
				display: block;
				}

    /* ------ #header-right -----*/
    #header-right {
      width: 455px;
      height: 70px;
      position: absolute;
      top: 0;
      right: 0;
      }

      /* #lunguage */
      #lunguage {
        height: 26px;
        margin: 0 0 18px;
        }
        #en,
        #zh {
          background: #005bac;
          text-align: center;
          height: 26px;
          width: 70px;
          margin-left: 1px;
          float: right;
          }
          #en a,
          #zh a {
            color: #fff;
            font-size: 12px;
            line-height: 26px;
            height: 26px;
            display: block;
            }
          #en a:hover,
          #zh a:hover {
            text-decoration: none;
            }

      /* #sub-nav */
      #sub-nav {
        width: 236px;
        float: left;
        }
        #sub-nav li {
          line-height: 26px;
          height: 26px;
          margin-right: 32px;
          display: inline-block;
          }
          #sub-nav li a {
            background-position: 0 1px;
            background-repeat: no-repeat;
            color: #342d2b;
            font-size: 12px;
            padding-left: 29px;
            }
          #sub-nav li a:hover {
            color: #00C0FF;
            }
          #nav-home a {
            background-image: url(../png/icon_home.png);
            }
          #nav-sitemap a {
            background-image: url(../png/icon_sitemap.png);
            }

      /* #search-form */
      .search-form {
        width: 219px;
        height: 26px;
        float: left;
        }
        .search-form #search-q,
        .search-form #keywords {
          width: 167px;
          padding: 2px;
          border: 1px solid #005bac !important;
          }
        .search-form #btn-search {
          background: #005bac;
          color: #fff;
          font-size: 12px;
          width: 45px;
          height: 26px;
          border: none;
          vertical-align: middle;
          cursor: pointer;
          }
      #sp-search-form {
        background: #292b2e;
        padding: 10px 35px;
        display: none;
        }
        #sp-search-form #searchform {
          border: 1px solid #fff;
          position: relative;
          }
          #sp-search-form .btn-search-wrap {
            text-align: center;
            padding: 10px 0;
            width: 40px;
            display: block;
            float: left;
            }
            #sp-search-form #btn-search {
              vertical-align: middle;
              }
          #sp-search-form #keywords {}
            #sp-search-form #keywords {
              background: #292b2e;
              padding: 11px 0 10px;
              color: #fff;
              border: none;
              }
            #sp-search-form #keywords:focus {
              border: none;
              }

    /* ----- #global-nav -----*/
    #global-nav {
      padding-bottom: 23px;
      position: relative;
      }
      #global-nav .menu {
        width: 840px;
        margin: 0 auto;
        height: 15px;
        border-left: 1px solid #b3b2b1;
        }
      #global-nav .panel {
        position: static;
        }
        .global-nav-item {
          text-align: center;
          line-height: 15;
          width: 200px;
          border-right: 1px solid #b3b2b1;
          float: left;
          }
          #nav-news {
            width: 158px !important;
            }
          .global-nav-item a {
            color: #342b2d;
            font-size: 14px;
            height: 15px;
            display: block;
            }
          .global-nav-item a:hover,
          .global-nav-item.active a {
            color: #00C0FF;
            text-decoration: none;
            }
            #nav-products-cat {
              display: block;
              }


    /* ----- #child-nav ------ */
    .child-nav {
      background: url(../png/bg_global_nav_item.png) 23px 0 repeat-x;
      padding-top: 23px;
      margin-top: -23px;
      top: 38px;
      overflow: hidden;
      position: absolute;
      left: 0;
      right: 0;
      z-index: 9999;
      }
      .child-nav .inner {
        background-image: url(../png/icon_arrow_bottom_white_large.png);
        background-repeat: no-repeat;
        padding: 10px 0 30px;
        /*display: none;*/
        }
      #child-nav-products .inner  {background-position: 140px 0;}
      #child-nav-news .inner      {background-position: px 0;}
      #child-nav-solution .inner  {background-position: 70px 0;}
      #child-nav-csr .inner       {background-position: 350px 0;}
      #child-nav-company .inner   {background-position: 547px 0;}
      #child-nav-careers .inner   {background-position: 707px 0;}
      
      .global-nav-item .child-nav-item {
        font-size: 14px;
        padding: 20px 0 0 16px;
        border-right: none;
        }
        .global-nav-item .child-nav-item a {
          background: url(../png/icon_arrow_right_blue_large.png) 0 4px no-repeat;
          color: #fff;
          font-size: 13px;
          text-align: left !important;
          height: auto;
          padding-left: 16px;
          margin: 0 0 10px -16px;
          }
        .global-nav-item .child-nav.col4 .column {
          width: 22.91666%;
          margin: 0 0 0 2.08333%;
          }
            .global-nav-item .child-nav {
              font-size: 13px;
              margin-bottom: 5px;
              padding-left: 13px;
              }
              .global-nav-item .grandchild-nav-item a {
                background: url(../png/icon_arrow_right_blue_small.png) 0 5px no-repeat;
                padding-left: 13px;
                margin-left: -13px;
                }
              .global-nav-item .grandchild-nav-item.nolink {
                background: url(../png/icon_arrow_right_blue_small.png) 0 5px no-repeat;
                padding-left: 13px;
                margin-left: -13px;
                color: #999999;
                text-align: left !important;
                height: auto;
                padding-left: 16px;
                margin: 0 0 10px -16px;
                }
              .global-nav-item .grandchild-nav {
                padding-left: 13px;
                }

    /* accordion */
    .collapse {
      display: none;
      /*visibility: hidden;*/
      }
    .global-nav-item .grandchild-nav.collapse {
      display: block;
      visibility: visible;
      }
    .collapse.in {
      display: block;
      visibility: visible;
      }
    .collapsing {
      /*position: relative;
      height: 0;
      overflow: hidden;*/
      -webkit-transition: all 0.35s ease;
         -moz-transition: all 0.35s ease;
          -ms-transition: all 0.35s ease;
              transition: all 0.35s ease;
      }


/* ---------------------------------------------------------
 #breadcrumb
--------------------------------------------------------- */
#breadcrumb-wrap {
  min-width: 980px;
  margin: 0 0 18px;
  border-top: 3px solid #005bac;
  border-bottom: 1px solid #e3e1da;
  }
  #breadcrumb {
    width: 960px;
    padding: 7px 0 6px;
    margin: 0 auto;
    }
    #breadcrumb li {
      display: inline-block;
      }
      #breadcrumb li a {
        color: #342d2b;
        font-size: 12px;
        }
      #breadcrumb li a:hover {
        color: #1579d3;
        text-decoration: none;
        }
        #breadcrumb li span {
          background: url(../png/icon_arrow_right_blue_small.png) 0 6px no-repeat;
          font-size: 12px;
          padding: 0 15px;
          }
        #breadcrumb li#bc-home span {
          background: none;
          padding-left: 0;
          }



/* ---------------------------------------------------------
 #contents
--------------------------------------------------------- */
#contents {
  min-width: 980px;
  margin: 0 auto;
  }


/* #main-visual
--------------------------------------------------------- */
#main-visual {
  text-align: center;
  padding: 20px 0 0;
  margin-bottom: 30px;
  border-top: 1px solid #e3e1da;
  position: relative;
  }
#main #main-visual {
  padding-top: 0;
  margin-bottom: 10px;
  border-top: none;
  }
  #slider-wrap {
    max-width: 960px;
    max-height: 365px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    }

/* bx slider */
.bx-wrapper {
  margin-bottom: 0;
  }
  .bx-wrapper .bx-viewport {
    border: 0;
    left: 0;
    -webkit-box-shadow: none;
       -zom-box-shadow: none;
            box-shadow: none;
    }
    .bx-wrapper img {
      height: auto;
      margin: 0 auto;
      }

  /* .bx_control prev/next */
  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    outline: 0;
    width: 29px;
    height: 55px;
    text-indent: -9999px;
    z-index: 999;
    }
  .bx-wrapper .bx-prev {
    left: 20px;
    background: url(../png/bx_controls_prev.png) no-repeat 0 0;
    }
  .bx-wrapper .bx-next {
    right: 20px;
    background: url(../png/bx_controls_next.png) no-repeat 0 0;
    }
  .bx-wrapper .bx-prev:hover,
  .bx-wrapper .bx-next:hover {
    background-position: 0 0;
    }

/* .bx_control */
.bx-controls.bx-has-pager.bx-has-controls-direction {
  margin: 0 0 10px;
  }
  .bx-wrapper .bx-pager {
    padding-top: 0;
    bottom: -23px;
    }
    .bx-wrapper .bx-pager .bx-pager-item {
      height: 5px;
      }
    .col3 .bx-wrapper .bx-pager .bx-pager-item {
      /*---width: 32.916666%; 3つの場合--*/
	  width: 19.4792%;/*---5つの場合--*/
      margin-left: 0.625%;
      }
    .col4 .bx-wrapper .bx-pager .bx-pager-item {
      width: 24.34782%;
      margin-left: 0.86956%;
      }
	  
	.col9 .bx-wrapper .bx-pager .bx-pager-item {
      width: 8.2%;
      }
	  
    .bx-wrapper .bx-pager .bx-pager-item:first-child {
      margin-left: 0;
      }
    .bx-wrapper .bx-pager.bx-default-pager a {
      background: #bfbfbf;
      width: auto;
      height: 5px;
      margin: 0;
      border-radius: 0;
      }
    .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #00d3b2;
      }

/* .bx-thumb */
.bx-thumb {
  width: 875px;
  height: 57px;
  margin-left: -438px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  }
  .bx-thumb a {
    background: #000;
    width: 125px;
    height: 46px;
    margin: 0 10px;
    display: block;
    float: left;
    }
    .bx-thumb a img {
      opacity: 0.5;
      filter: alpha(opacity=50);
      }
    .bx-thumb a.active img {
      opacity: 1;
      filter: alpha(opacity=100);
      }


/* #main
--------------------------------------------------------- */
#main {
  width: 690px;
  }
.icon-link {
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
  }
  .icon-link a {
    display: block;
    }

/* ----- #solution ----- */
#solution .col4 .column {
  border: 1px solid #EBF4FC;
  overflow: hidden;
  }
#solution .col4 .column:hover {
  border-color: #31ccff;
  }
#solution .col4 {
  background: #ebf4fc;
  padding: 20px 0;
  border-top: 1px solid #e3e1da;
  border-bottom: 1px solid #e3e1da;
  }
  .panel-summary p {
    padding: 15px 18px;
    }

/* ----- #article-body ----- */
#article-body {
  border-top: 3px solid #e3e1da;
  }
  #article-body .section {
    margin-bottom: 30px;
    }
    #article-body .section div,
    #article-body .section p {
      margin-right: 25px;
      margin-left: 25px;
      }
      #article-body .section div p {
        margin-left: 0;
        margin-right: 0;
        }
      #article-body .section .lead {
        padding-left: 0;
        }
      #article-body .section .page-sttl-wrap {
        margin-right: 0;
        margin-left: 0;
        }
      #article-body #product-lead #lead-visual {
        margin: 0;
      }
      #article-body .col2 p,
      #article-body .col2 div,
      #article-body .col3 p,
      #article-body .col3 div {
        margin-right: 0;
        margin-left: 0;
        }
      #article-body .right-img .img-wrap {
        margin: 0 0 20px 20px;
      }
      #article-body .left-img .img-wrap {
        margin: 0 20px 20px 0;
      }

      @media screen and (max-width: 640px) {
        #article-body .right-img .img-wrap {
          float: none !important;
          text-align: center;
          margin: 0 0px 10px 0;
        }
        
        #article-body .left-img .img-wrap {
          float: none !important;
          text-align: center;
          margin: 0 0px 10px 0;
        }
        
        #article-body .right-img .img-wrap img{
          float: none !important;
        }
        
        
      }

      #article-body .section .left {
        max-width: 310px;
        margin-left: 0;
        }
      #article-body .section .right {
        max-width: 310px;
        margin-right: 0;
        }
        #article-body .img-wrap div,
        #article-body .img-wrap p {
          margin-right: 0;
          margin-left: 0;
          }
      #article-body .section .caption {
        margin-bottom: 0;
        }
      #article-body .section .columns,
      #article-body .section .columns-lead,
      #article-body .columns-lead div {
        margin-right: 0;
        margin-left: 0;
        }

      #article-body .section-mid-ttl,
      #article-body .product-date-ttl {
        margin-left: 15px;
        }

  /* #page-nav */
  #page-nav {
    margin: 0 0 2px;
    border-top: none;
    border-bottom: 2px solid #005bac;
    clear: both;
    }
    #article-body #page-nav ul {
      padding: 0 10px;
      margin: 0;
      }
    #article-body #page-nav .square li {
      background: url(../png/icon_page_nav.png) 0 13px no-repeat;
      margin: 0 20px 0 0;
      padding: 11px 0 9px 25px;
      float: left;
      }
      #article-body #page-nav li a {
        padding-left: 25px;
        margin-left: -25px;
        }
    #article-body #page-nav.col-nav ul {
      padding: 10px 10px 0;
      }
    #article-body #page-nav.col-nav .square li {
      background: url(../png/icon_page_nav.png) 0 2px no-repeat;
      padding: 0 0 9px 25px;
      float: none;
      }
  #lead-visual + #page-nav {
    border-top: 3px solid #e3e1da;
    }


/* ----- .panel ----- */
  .panel a {display: block;}
  .panel {position: relative;}
  .panel-link {display: block;}
  .panel-summary {
    background: #fff url(../png/icon_panel_arrow.png) right bottom no-repeat;
    min-height: 75px;
    }
    .panel-summary p {
      color: #005bac;
      font-size: 16px;
      padding: 15px;
      }

  /* .cat-nav  */
  .cat-nav {
    padding: 20px 4px 35px;
    }
    .cat-nav .cat-ttl {
      color: #010c16;
      font-size: 18px;
      margin-bottom: 15px;
      position: relative;
      }
    .cat-nav .cat-ttl a {
      color: #010c16;
      }
      .cat-nav .cat-ttl .cat-logo {
        font-size: 14px;
        top: 5px;
        margin-top: 0;
        right: 0;
        }
    .cat-nav-item {
      font-size: 13px;
      margin-bottom: 4px;
      }
    .cat-nav-item.odd,
    .cat-nav-item.even {
      width: 45%;
      padding-right: 5%;
      }
      .cat-nav-item a {
        background: url(../png/icon_arrow_right_blue_small.png) 0 6px no-repeat;
        padding-left: 13px;
        }

/* ----- #products ----- */
  /* .section-nav */
  .section-nav {
    margin-bottom: 24px;
    border-top: 1px solid #e3e1da;
    border-left: 1px solid #e3e1da;
    }
    .section-nav .col3 .column {
      width: 33.33333%;
      padding: 0;
      margin: 0;
      border-bottom: none;
      }
      .section-nav li a {
        color: #005bac;
        font-size: 14px;
        text-align: center;
        border: none;
        border-right: 1px solid #e3e1da;
        display: block;
        position: relative;
        padding: 21px 0 18px;
        }
      .section-nav li a:hover,
      .section-nav li.active a {
        background: #005bac;
        color: #fff;
        }
      .section-nav li.active a:after {
        content: "";
        background: url(../png/icon_triangle_bottom_blue_large.png) 0 0 no-repeat;
        width: 22px;
        height: 12px;
        margin-left: -11px;
        display: block;
        position: absolute;
        bottom: -12px;
        left: 50%;
        }

/* ----- #product-main ----- */
#product-main {
  margin-bottom: 30px;
  }
  #product-main-visual {
    width: 42.02898%;
    margin: 0 4.34782% 0 1.44927%;
    float: left;
    }
  #product-main-content {
    padding-right: 1.44927%;
    }
    #product-ttl {
      font-size: 18px;
      color: #005bac;
      padding-top: 10px;
      margin-bottom: 20px;
      clear: none;
      }
    .product-summry {
      font-size: 13px;
      line-height: 1.6;
      overflow: hidden;
      }

/* ----- #product-main ----- */
#product-main_02 {
  margin-bottom: 30px;
  }
  #product-main-visual_02 {
    width: 42.02898%;
    margin: 0 4.34782% 0 1.44927%;
    float: left;
    }
  #product-main-content_02 {
    padding-right: 1.44927%;
    }
    #product-ttl_02 {
      font-size: 18px;
      color: #005bac;
      padding-top: 10px;
      margin-bottom: 20px;
      clear: none;
      }
    .product-summry_02 {
      font-size: 13px;
      line-height: 1.6;
      overflow: hidden;
      }


/* ----- #product-categories ----- */
#product-categories {}
  #product-categories .cat-ttl-wrap {
    margin-bottom: 30px;
    }
    #product-categories .row {
      background: url(../png/bg_panel_border.png) 5px bottom no-repeat;
      margin-bottom: 22px;
      padding: 20px 0 13px;
      border: none;
      position: relative;
      }
	    #product-categories .row a {
	    	text-decoration: none;
	    	display: block;
	    	}
	    #product-categories.box .row a {
/* 	    	border:solid 1px #e3e1da ;-----*/
	    	border-bottom:none ;
		}
      .category-summary {
	  		background: url(../png/icon_panel_arrow.png) right bottom no-repeat;
        color: #010c16;
        font-size: 13px;
        padding: 24px 10px 24px;
        }
      .category-summary-nolink {
	  		background: url(../png/icon_panel_arrow_nolink.png) right bottom no-repeat;
        color: #010c16;
        font-size: 13px;
        padding: 24px 10px 24px;
        }
      	.category-summary p {
      		margin-bottom: 2px;
      		}
      .subcat-ttl .robotothin {
        line-height: 1;
        display: block;
        position: absolute;
        top: -35px;
        left: -25px;
        }

/* ----- #product-related -----*/
.col2.panel-link {
  margin: 0 0 35px !important;
  }
  
/* ----- 20180611 -----*/
  .col2.panel-link .panel {
    width: 293px;
    border: 1px solid #005bac;
	padding:20px;
    }
	@media screen and (max-width: 768px){
   .col2.panel-link .panel {
    border: 1px solid #005bac;
	padding:20px 0;
    }
	}
	 /* .col2.panel-link .panel a {
	  	background: url(/en/assets/images/common/icon_panel_arrow.png) right bottom no-repeat;
      padding: 20px;
      display: block;
	  	}
	  .col2.panel-link .panel a:hover {
	  	text-decoration: none !important;
	  	}
		*/
    .col2.panel-link .panel .img-wrap {
      margin-bottom: 0 !important;
      }
    .col2.panel-link .panel img {
      margin: 0 !important;
      }
    .col2.panel-link .section-sttl {
      font-size: 16px;
      padding-top: 7px;
      clear: none;
      }
    .panel-link-summary {
    	color: #010c16;
      font-size: 13px;
      line-height: 1.8;
      margin-bottom: 0;
    	}

/* .read-more */
.read-more {
  
  }
  .read-more span {
    color: #005bac;
    font-size: 13px;
    padding: 9px 10px 9px;
	margin:4px 4px 0 0;
    border: 1px solid #005bac;
    display: inline-block;
    line-height: 1;
  }
  
/* ---- 20180611add ----- */

.catalog-area{
}

.read-more02 {
    color: #005bac;
    font-size: 12px;
    padding:5px 10px;
    border: 1px solid #005bac;
    display: inline-block;
    line-height: 1;
	margin:10px 0;
  }

.read-more02 a[target="_blank"]{
	background-image:none;
	padding:0;
	margin:0;
}

@media screen and (max-width: 768px){
.catalog-area{
	text-align:center;
}
.read-more02 {
    color: #005bac;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #005bac;
    display: inline-block;
    line-height: 1;
    margin: 10px 4px;
  }

.read-more02 a[target="_blank"]{
	background-image:none;
	padding:0;
	margin:0;
}

}

/* ---- #detail-related ----- */
#detail-related {
  margin: 0 -15px 35px;
  }
  #detail-related .panel {
    width: 190px;
    margin: 0 15px;
    padding: 15px 10px 20px;
    border-top: 3px solid #005bac;
    border-bottom: 1px solid #005bac;
    float: left;
    }
    #detail-related .section-sttl {
      font-size: 16px;
      }
    #detail-related li {
      margin-bottom: 4px;
      }

/* ----- #product-contact -----*/
#product-contact {
  margin: 0 0 50px;
  }
#product-contact .section-ttl {
  font-size: 20px;
  width: auto;
  padding: 21px 15px 19px;
  border-top: 3px solid #005bac;
  border-bottom: 1px solid #e3e1da;
  }

@media screen and (max-width: 640px) {
  #product-contact .section-ttl {
    font-size: 16px;
  }
}

  #contact-tel {background: url(../png/icon_contact_tel.png) 0 25px no-repeat;}
  #contact-mail {background: url(../png/icon_contact_mail.png) 0 25px no-repeat;}
  #product-contact .section-sttl,
  #product-contact .btn,
  .post-division {
    margin-left: 65px;
    }
  #product-contact .section-sttl {
    font-size: 18px;
    margin-bottom: 7px;
    padding: 26px 0 0;
    }
  .post-division {
    font-size: 13px;
    margin-bottom: 20px;
    }
    #product-contact .btn a {
      color: #fff;
      font-size: 14px;
      text-align: center;
      line-height: 35px;
      height: 35px;
      display: block;
      }
  #contact-mail .section-sttl {
    margin-bottom: 20px;
    }
  #tel-number,
  #fax-number {
    display: inline-block;
    }
    .contact-number p {
      color: #005bac;
      font-size: 18px;
      font-weight: bold;
      padding: 0 15px;
      margin-bottom: 0;
      }
    .contact-number .robotolight {
      font-size: 14px;
      font-weight: normal;
      margin-right: 15px;
      }

  /* ----- #infomation ----- */
  #infomation-wrap {
    background: #ebf4fc;
    margin: 0;
    padding: 10px 0 50px;
    }
    #infomation {
      width: 690px;
      position: relative;
      }

      /* .infomation-news-list */
      .infomation-news-list {
        background: #fff;
        border: 1px solid #98c5ed;
        }
.nav-tabs_wrap {
  overflow:  hidden;
}
        .nav-tabs {
          display: flex;
          display: -webkit-flex;
          flex-wrap: nowrap;
          -webkit-flex-wrap: nowrap;
          background: #ebf4fc;
          margin: 0 -1px 0 0;
          }
.nav-tabs * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.tab {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  width: 25%;
}
        /*.tab {
          float: left;
          }*/
          .tab a {
            color: #98c5ed;
            font-size: 13px;
            text-align: center;
            padding:  15px 0 11px;
            border-right: 1px solid #98c5ed;
            border-bottom: 1px solid #98c5ed;
            display: block;
            height: 100%;
            }
          .tab a:hover,
          .tab.active a {
            background: #fff;
            color: #005bac;
            text-decoration: none;
            -moz-opacity: 1;
                 opacity: 1;
            }
          .tab a:hover {
            cursor: pointer;
            }
          .tab.active a {
            background: #fff url(../png/icon_triangle_bottom_blue_small.png) center 40px no-repeat;
            border-bottom: 1px solid #fff;
            }
          /*#tab-all {
            width: 25%;
            }
          #tab-pr,
          #tab-exhibition,
          #tab-csr,
          #tab-media,
          #tab-award,
          #tab-announcement {
            width: 25%;
            }
          #tab-exhibition a {
            border-right: none;
            }
          #tab-announcement a {
            border-left: 1px solid #98c5ed;
            border-right: none;
            }*/
      #infomation-tab-content {
        padding: 25px 20px 13px;

        }
        .tab-panel{
          display: none;
          }
          .tab-panel .article {
            margin-bottom: 15px;
            border-bottom: 1px solid #98c5ed;
            }
            .tab-panel .article .article-assets {
              width: 260px;
              float: left;
              }
            .tab-panel .article .date,
            .tab-panel .article .cat-label {
              display: inline-block;
              width: 140px;
              }
            .tab-panel .article .date {
              color: #005bac;
              font-size: 12px;
              /*margin-right: 15px;*/
              
              }
            .tab-panel .article .cat-label {
              background-position: 0 0;
              background-repeat: repeat-x;
              color: #fff;
              font-size: 11px;
              text-align: center;
              width: 96px;
              height: 15px;
              }
              .cat-label a.cat-label-text:link {display:block;color: #ffffff;}
              .cat-label a.cat-label-text:visited {color: #ffffff;}
              .cat-label a.cat-label-text:hover {color: #ffffff;}
              .cat-label a.cat-label-text:active {color: #ffffff;}

              #article-body .cat-label a.cat-label-text:link {display:block;color: #ffffff;}
              #article-body .cat-label a.cat-label-text:visited {color: #ffffff;}
              #article-body .cat-label a.cat-label-text:hover {color: #ffffff;}
              #article-body .cat-label a.cat-label-text:active {color: #ffffff;}

              .cat-label.media {background-image: url(../png/bg_news_category_media.png);}
              .cat-label.pr {background-image: url(../png/bg_news_category_press_release.png);}
              .cat-label.exhibition {background-image: url(../png/bg_news_category_exhibition.png);}
              .cat-label.schedule {background-image: url(../png/bg_news_category_exhibition.png);}
              .cat-label.csr {background-image: url(../png/bg_news_category_csr.png);}
              .cat-label.award {background-image: url(../png/bg_news_category_award.png);}
              .cat-label.announcement {background-image: url(../png/bg_news_category_announcement.png);}
              .cat-label.information {background-image: url(../png/bg_news_category_information.png);}
              .cat-label.newsrelease {background-image: url(../png/bg_news_category_announcement.png);}
              .cat-label.event {background-image: url(../png/bg_news_category_event.png);}

            .tab-panel .article p {
              color: #010c16;
              line-height: 1.9;
              font-size: 13px;
              margin-bottom: 15px;
              overflow: hidden;
              }

    /* #infomaion-nav */
    #infomaion-nav {
      position: absolute;
      top: 18px;
      right: 0;
      }
      #infomaion-nav .menu li {
        text-align: center;
        width: 27px;
        height: 30px;
        margin-right: 28px;
        float: left;
        }
        #infomaion-nav .menu li a {
          height: 31px;
          display: block;
          }


/* #product-lead
--------------------------------------------------------- */
#product-lead {
  padding: 0 0 14px;
  }
  #lead-visual {
    text-align: center;
    }
  #article-body #lead-visual img {
    margin: 0 0 0 20px;
    }
  #lead-content {
    padding: 0;
    margin: 0 0 30px;
    border-bottom: 1px solid #e3e1da;
    }


/* #product-date
--------------------------------------------------------- */
#product-date {
  margin-bottom: 50px;
  }

  /* ----- table ----- */
  table {
    width: 100%;
    border-top: 1px solid #e3e1da;
    border-left: 1px solid #e3e1da;
    }
    th, td {
      font-size: 13px;
      vertical-align: top;
      padding: 9px 10px 7px;
      border-bottom: 1px solid #e3e1da;
      border-right: 1px solid #e3e1da;
      }
    .cyan {
      color: #fff;
      background: #10aeff;
      text-align: center;
      }
    .lightblue {
      background: #e4f8fe;
      color: #005bac;
      }
    .purple {
      background: #cfd8ee;
      }
    .blue {
      color: #ffffff;
      background: #336eb4;
      }
    .gray {
      background: #f9f9f7;
      }
    table .btn {
      background: url(../png/btn_more.png) 0 0 no-repeat;
      font-size: 13px;
      color: #fff !important;
      width: 88px;
      height: auto;
      padding: 4px 0 2px;
      border: none;
      border-radius: 0;
      }
  /* table scroll */
  .table-box {
    margin: 0 0 22px;
    }

/* ----- #data-download ----- */
#data-download {
  color: #fff;
  margin-bottom: 30px;
  }
  #data-download a {
    color: #fff !important;
    }
  .data-download-ttl {
    background: #003E83 url(../png/icon_download.png) 18px center no-repeat;
    color: #fff;
    padding: 12px 25px 12px 70px;
    }
    #data-download .robotolight {
      font-size: 23px;
      }
      #data-download .ttl-read {
        font-size: 14px;
        padding-top: 8px;
        display: block !important;
        float: right;
        }
  .data-download-item {
    background: #005bac;
    padding: 16px 25px 0;
    }
    .data-download-item .pdf {
      float: left;
      }
    .data-download-btn {
      font-size: 13px;
      padding-top: 4px;
      display: block;
      float: right;
      }
      .data-download-btn a {
        background: none !important;
        padding: 5px 20px;
        margin: 0 !important;
        border: 1px solid #fff;
        display: block;
        }

/* .pdf */
.pdf {
  background: url(../png/icon_pdf.png) 0 4px no-repeat;
  width: 50%;
  padding: 0 0 20px 53px;
  }
  .pdf p {
    }
    .pdf a {
      color: #005bac;
      font-size: 14px;
      line-height: 1;
      background: none !important;
      margin: 0 !important;
      padding: 0 !important;
      }
      .pdf .file-info {
        font-size: 12px;
        line-height: 1;
        color: #8ec9ff;
        display: block;
        }


/* #columns
--------------------------------------------------------- */
#columns {
  margin: 0 0 30px;
  border-bottom: 1px solid #e3e1da;
  }
  .columns-lead {
    background: #f9f9f7;
    padding: 30px 26px 8px;
    margin: 0 0 36px;
    border-top: 1px solid #fff;
    }


/* #asaid
--------------------------------------------------------- */
  #asaid p {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 10px;
    }
    .rice-symbol {
      color: #005bac;
      padding-right: 10px;
      }


/* #sidebar
--------------------------------------------------------- */
/* ----- #sidebar ----- */
#sidebar {
  width: 245px;
  padding-bottom: 50px;
  }
  #sidebar .section-ttl {
    padding: 20px 7px;
    }
  #side-nav {
    margin-bottom: 15px;
    }
    #side-nav .cat-list {
      border-top: 1px solid #e3e1da;
      }
      #side-nav .cat-list {

        }
        #side-nav .cat-list .nav-item {
          border-bottom: 1px solid #e3e1da;
          border-left: 2px solid #00c0ff;
          }
          #side-nav .cat-list .nav-item a,
          #side-nav .cat-list .nav-item .current {
            background: #fff url(../png/icon_arrow_bottom_blue_small.png) 223px center no-repeat;
            font-size: 14px;
            padding: 13px 37px 12px 15px;
            display: block;
            }
          #side-nav .cat-list .nav-item .current {
            background-color: #00c0ff;
            background-image:  url(../png/icon_arrow_bottom_white_small.png);
            color: #fff;
            }
          #side-nav .cat-list .nav-item .current:hover {
            color: #fff;
            }
      #side-nav .subcat-list {
        display: none;
        }
      #side-nav .current .subcat-list {
        display: block;
        }
        #side-nav .subcat-list .nav-item {
          background: #ebf4fc;
          padding-left: 40px;
          margin-left: -2px;
          border: none;
          border-top: 1px solid #e3e1da;
          overflow: hidden;
          }
          #side-nav .subcat-list .nav-item a {
            background: url(../png/icon_sub_cat.png) 20px center no-repeat;
            color: #3b4751;
            font-size: 13px;
            padding: 10px 15px 10px 42px;
            margin-left: -42px;
            }
          #side-nav .subcat-list .nav-item.nonlink {

            color: #cccccc;
            font-size: 13px;
            padding: 10px 15px 10px 42px;

            }
          #side-nav .subcat-list .nav-item a.current {
            background: #00c0ff url(../png/icon_sub_cat_hover.png) 20px center no-repeat!important;
            color: #fff;
            padding: 10px 15px 10px 42px;
            }
          #side-nav .cat-list .nav-item a:hover,
          #side-nav .subcat-list .nav-item a:hover {
            color: #00C0FF;
            }

/* ----- #download ----- */
#download {
  width: 245px;
  }
  #download .section-ttl {
    width: auto;
    margin: 0;
    padding-right: 5px;
    padding-left: 5px;
    border: none;
    }

/* ----- #quality ----- */
/* .bnr */
.bnr-wrap {
  margin-bottom: 15px;
  }
  .bnr-catalog {
    margin-bottom: 15px;
    }
  .bnr-wrap p {
    text-align: left;
    margin: 0 24px 15px;
    }
  .bnr-item {
    margin-bottom: 15px;
    }
  .bnr-item img{
    width: 100% !important;
    max-width: none;
  }

/*.quality-links*/
.quality-links {
  padding: 10px 0px;
  border-bottom: 1px solid #98c5ed;
  }
.quality-links.last {
  border-bottom: none;
  }
  .quality-links a {
    display: block;
    }
    .quality-link-ttl {
      font-size: 13px;
      color: #005bac;
      width: 240px;
      padding: 5px 0 0; 
/*      float: right; */
      }
    .quality-link-thumb {
      width: 240px;
      height: 90px;
/*      margin-right: 15px; */
/*      float: left; */
        }

/* #quality-slider */
#quality-slider-wrap {
  display: none;
  }



/* ---------------------------------------------------------
 #footer
--------------------------------------------------------- */
#footer {
  background: url(../png/bg_sitemap.png) 0 0 repeat-x;
  min-width: 960px
  }

    /* ----- #footer-sitemap ----- */
    #footer-sitemap {
      height: 370px;
      }
      #footer-sitemap a {
        color: #fff;
        padding-left: 21px;
        margin-left: -21px;
        }
      .sitemap-ttl {
        color: #fff;
        font-size: 13px;
        padding: 30px 0 13px 21px;
        border-bottom: 1px solid #1f2023;
        }
        .sitemap-ttl a {
          background: url(../png/icon_circle_white.png) 3px center no-repeat;
          }
      #footer-sitemap .menu {
        border-top: 1px solid #393c40;
        padding: 13px 0 0;
        }
        #footer-sitemap li {
          font-size: 12px;
          padding-left: 21px;
          margin: 0 0 13px;
          }
        #footer-sitemap li a {
          background: url(../png/icon_triangle_right_white_small.png) 7px center no-repeat;
          }

    /* ----- #footer-nav ----- */
    #footer-nav {
      width: 50%;
      height: 58px;
      float: left;

      }
      #footer-nav .menu {
        padding: 20px 0 0 5px;
        }
      #footer-nav .menu li {
        font-size: 12px;
        margin-right: 33px;
        padding-left: 12px;
        display: inline-block;
        }
        #footer-nav .menu li a {
          background: url(../png/icon_square_blue.png) 0 center no-repeat;
          padding-left: 12px;
          margin-left: -12px;
          }

    /* ----- #copyright ----- */
    #copyright {
      text-align: right;
      line-height: 58px;
      width: 50%;
      height: 58px;
      float: left;
      }
      .copyright {
        color: #3b3c3f;
        font-size: 12px;
        padding: 20px 0 0 5px;
        }

/*-------------------

2017.12.08追加

---------------------*/

.photo-list-wrap{
  margin: 30px 0;
}

.photo-list-wrap:first-child{
  margin-top: 0;
}

.photo-list-wrap:last-child{
  margin-bottom: 0;
}

.photo-list-wrap .photo-list {
  letter-spacing: -0.4em;
  margin: 0 -30px -30px 0 !important;
  padding: 0 !important;
}

.photo-list-wrap .photo-list *{
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
}

.photo-list-wrap .photo-list > li{
  display: inline-block;
  letter-spacing: normal;
  width: 50%;
  padding: 0 30px 30px 0 !important;
  margin: 0 !important;
}


.photo-list-wrap .photo-list img{
  max-width: none;
  width: 100%;
  margin: 0 !important;
}

@media all and (max-width: 640px) {
  .photo-list-wrap{
    margin: 15px 0;
  }
  .photo-list-wrap .photo-list {
    margin: 0 -15px -15px 0 !important;
  }
  .photo-list-wrap .photo-list > li{
    padding: 0 15px 15px 0 !important;
  }
}


/*-------------------

2018.09.25追加

---------------------*/

/* ----- .section_b ----- */
  .section_b {
    margin-bottom: 30px;
    }
    .section_b div,
    .section_b p {
      margin-right: 25px;
      margin-left: 25px;
      }
      .section_b div p {
        margin-left: 0;
        margin-right: 0;
        }
      .section_b .lead {
        padding-left: 0;
        }
      .section_b .page-sttl-wrap {
        margin-right: 0;
        margin-left: 0;
        }


/*-------------------

2018.10.11追加

---------------------*/

/* ----- .col3_b ----- */

.odd_02,
.left_02 {
  float: left;
  clear: left;
  margin-left: 10px !important;
}

.even_02,
.right_02 {
  float: right;
  clear: right;
  margin-right: 10px !important;
}

.section_b dl{
  width: 90%;
  margin-right: 25px;
  margin-left: 25px;
}

.section_b dt{
  display: block;
  clear: left;
  float: left;
}

.section_b dd{
  display: block;
  float: left;
}

.list_01 dl{
  width: 94%;
}

.list_01 dt{
  width: 28%;
  display: block;
  clear: left;
  float: left;
}

.list_01 dd{
  width: 72%; 
  display: block;
  float: left;
}

.tenjikai .col3 .column {
  padding-bottom: 10px;
  border-bottom: none!important;
}
.col3 {
  margin: 0 0 12px;
  }
  .col3 .img-wrap_02 {
    max-width: 230px;
    }

@media screen and (min-width: 769px) {
.tenjikai .column {
  padding-bottom: 10px;
  border-bottom: none!important;
}
}
@media screen and (max-width: 769px) {
.odd_02,
.left_02,
.even_02,
.right_02 {
  text-align: center!important;
  width: 100%!important;
  margin:0 auto 10px 0 !important; 
}

.tenjikai .column {
  padding-bottom: 10px!important;
  border-bottom: none!important;
}

.tenjikai .img-wrap_02 {
  width: 100%!important;
  text-align: center!important;
  margin:0 auto -20px 0 !important; 
}

}

@media screen and (max-width: 640px) {
.tenjikai .col3 {
  margin:-10px;
  }
.tenjikai .col3 .column {
  padding-bottom: 10px!important;
  border-bottom: none!important;
}

}

/*-------------------

日本語カタログ差し替え追加

---------------------*/
.mt0{margin-top:0px !important}
.mb0{margin-bottom:0px !important}
.mt5{margin-top:5px !important}
.mb5{margin-bottom:5px !important}
.mt10{margin-top:10px !important}
.mb10{margin-bottom:10px !important}
.mt15{margin-top:15px !important}
.mb15{margin-bottom:15px !important}
.mt20{margin-top:20px !important}
.mb20{margin-bottom:20px !important}
.mt25{margin-top:25px !important}
.mb25{margin-bottom:25px !important}
.mt30{margin-top:30px !important}
.mb30{margin-bottom:30px !important}
.ml0{margin-left:0px !important}
.mr0{margin-right:0px !important}
.ml5{margin-left:5px !important}
.mr5{margin-right:5px !important}
.ml10{margin-left:10px !important}
.mr10{margin-right:10px !important}
.ml15{margin-left:15px !important}
.mr15{margin-right:15px !important}
.ml20{margin-left:20px !important}
.mr20{margin-right:20px !important}
.ml25{margin-left:25px !important}
.mr25{margin-right:25px !important}
.ml30{margin-left:30px !important}
.mr30{margin-right:30px !important}

.txt_center{
  text-align: center;
}

.pre_structure {
    float: left;
    clear: left;
    margin-right: 10px !important;
    margin-bottom: 20px !important;
    width: 250px !important;
}

.pre_structure_txt {
    float: right;
    clear: right;
    width: 370px;
    margin-right: 10px !important;
}

.img_preform_icon_custom {
  text-align: center;
  width: 400px !important;
}

.f_cored_dl a[target="_blank"] {
  background-image: none;
  margin-left: -30px;
}

@media screen and (max-width: 769px) {
.pre_structure_wrap img {
  text-align: center!important;
}
.pre_structure {
  text-align: center!important;
  width: 100%!important;
  margin:0 auto 20px 0 !important; 
}
.pre_structure_txt {
  text-align: left!important;
  width: 96%!important;
  margin:0 10px 20px 10px !important; 
}

}

/* .col4_b */
.col4_b .column {
  width: 125px;
  margin-left: -5px !important;
  }

.col4_b .column:nth-child(4n + 1){
  clear: left;
}

.linenone a {
  text-decoration: none;
}



#lead-visual .promotion-word_02 {
    display: table-cell;
    vertical-align: middle;
    }