/* Top Products */
.top-products {
  padding: 10px 0 10px 0;
  width: 100%;
  color: #000;
  background-color: #fff; }
  .top-products .top-products__container {
    padding: 10px; }
  .top-products .top-products__heading {
    margin: 0 auto 20px auto;
    /*width: 350px;*/
    /*
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/top-products__heading_sp.png");
    background-size: 350px 60px;
    */
    display: block;
    display: block;
    overflow: hidden;
    text-align: center;
    color: #00644b;
    font-size: 3.7rem;
    line-height: 1.4;
    letter-spacing: 2px; }
    .top-products .top-products__container span {
      display: block;
      font-size: 1.8rem;
      letter-spacing: 15px;
    }
  .top-products .top-products__layout {
    margin-bottom: 30px;
    width: 100%; }
  .top-products .top-products__layout-item {
    margin-bottom: 15px;
    box-sizing: border-box;
    background-color: #d9d9d9; }
      .top-products .top-products__layout-item a {
        display: block;
        padding: 20px;
      }
  .top-products .top-products__image {
    width: 100%;
    height: auto; }
  .top-products .top-products__heading2 {
    margin-bottom: 10px;
    color: #00644b;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.3em; }
  .top-products .top-products__paragraph {
    font-size: 1.4rem;
    line-height: 1.3em;
    color: #5f5f5f; }
  .top-products .top-products__list > li {
    margin-bottom: 15px;
    text-align: right; }
    .top-products .top-products__list > li:last-child {
      margin-bottom: 0; }
  .top-products .top-products__link {
    display: block;
    border: solid 2px #595757;
    border-radius: 6px;
    padding: 13px 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.8rem;
    line-height: 1.3em;
    font-weight: bold;
    text-align: left;
    color: #595757;
    background-color: #fff; }
    .top-products .top-products__link.top-products__link--sample {
      position: relative;
      padding-left: 45px; }
      .top-products .top-products__link.top-products__link--sample i {
        position: absolute;
        top: 50%;
        left: 12px;
        margin-top: -13px;
        font-size: 26px;}
    .top-products .top-products__link.top-products__link--contact {
      position: relative;
      padding-left: 45px; }
      .top-products .top-products__link.top-products__link--contact i {
        position: absolute;
        top: 50%;
        left: 12px;
        margin-top: -13px;
        font-size: 24px; }
  .top-products .top-products__link2 {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 1.8rem;
    line-height: 1.3em;
    font-weight: bold;
    text-align: right;
    text-decoration: underline; }
    .top-products .top-products__link2 i {
      font-size: 1.2rem; }
    .top-products .top-products__link2:before_ {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -10px;
      width: 20px;
      height: 20px;
      content: "";
      background-position: center;
      background-image: url("../images/top-products__icon3.png");
      background-size: 20px 20px; }

/* Top Pick Up */
.top-pickup {
  padding: 20px 0 20px 0;
  width: 100%;
  color: #fff;
  background-color: #808080; }
  .top-pickup .top-pickup__heading {
    margin: 0 auto 30px auto;
    /*width: 350px;*/
    /*
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/top-pickup__heading_sp.png");
    background-size: 350px 60px;
    */
    display: block;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 3.7rem;
    line-height: 1.4;
    letter-spacing: 2px; }
    .top-pickup .top-pickup__heading span {
      display: block;
      font-size: 1.8rem;
      letter-spacing: 15px;
    }
  .top-pickup .top-pickup__layout {
    width: 100%;
    margin-bottom: 30px; }
  .top-pickup .top-pickup__layout-item {
    position: relative;
    padding: 40px 20px 20px 20px; }
    .top-pickup .top-pickup__layout-item:after {
      content: " ";
      display: block;
      clear: both; }
  .top-pickup .top-pickup__layout-item:hover{
    opacity: 0.7;
  }
  .top-pickup .top-pickup__layout-item > a:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
    .top-pickup .top-pickup__layout-item:nth-child(6n-5) {
      background-color: #4472C4; }
      .top-pickup .top-pickup__layout-item:nth-child(6n-5) .top-pickup__heading2 {
        color: #4472C4; }
    .top-pickup .top-pickup__layout-item:nth-child(6n-4) {
      background-color: #ED7D31; }
      .top-pickup .top-pickup__layout-item:nth-child(6n-4) .top-pickup__heading2 {
        color: #ED7D31; }
    .top-pickup .top-pickup__layout-item:nth-child(6n-3) {
      background-color: #73961e; }
      .top-pickup .top-pickup__layout-item:nth-child(6n-3) .top-pickup__heading2 {
        color: #73961e; }
    .top-pickup .top-pickup__layout-item:nth-child(6n-2) {
      background-color: #463c50; }
      .top-pickup .top-pickup__layout-item:nth-child(6n-2) .top-pickup__heading2 {
        color: #463c50; }
    .top-pickup .top-pickup__layout-item:nth-child(6n-1) {
      background-color: #9b327d; }
      .top-pickup .top-pickup__layout-item:nth-child(6n-1) .top-pickup__heading2 {
        color: #9b327d; }
    .top-pickup .top-pickup__layout-item:nth-child(6n) {
      background-color: #006480; }
      .top-pickup .top-pickup__layout-item:nth-child(6n) .top-pickup__heading2 {
        color: #006480; }
  .top-pickup .top-pickup__image {
    display: none; }
  .top-pickup .top-pickup__image2 {
    display: block;
    width: 100%;
    height: auto; }
  .top-pickup .top-pickup__box {
    width: 100%; }
  .top-pickup .top-pickup__heading2 {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 0 8px;
    height: 20px;
    font-size: 0.8em;
    line-height: 20px;
    font-weight: bold;
    color: #000;
    background-color: #fff; }
  .top-pickup .top-pickup__heading3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.3em;
    font-weight: bold;
    color: #fff; }
  .top-pickup .top-pickup__paragraph {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.3em;
    color: #fff; }
    .top-pickup .top-pickup__paragraph:after {
      content: " ";
      display: block;
      clear: both; }
  .top-pickup .top-pickup__paragraph-image {
    float: left;
    display: block;
    width: 40%; }
  .top-pickup .top-pickup__paragraph-content {
    float: right;
    display: block;
    width: 60%;
    box-sizing: border-box;
    padding-left: 20px; }
  .top-pickup .top-pickup__link {
    display: block;
    border: solid 2px #fff;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 1.2rem;
    margin: 0 auto;
    width: 160px;
    line-height: 25px;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    color: #fff; }

/* Top Case Study */
.top-casestudy {
  padding: 10px 0 30px 0;
  width: 100%;
  color: #000;
  background-color: #f2f2f2; }
  .top-casestudy .top-casestudy__container {
    padding: 10px; }
  .top-casestudy .top-casestudy__heading {
    margin: 0 auto 30px auto;
    /*width: 350px;*/
    /*
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/top-casestudy__heading_sp.png");
    background-size: 350px 60px;
    */
    display: block;
    overflow: hidden;
    text-align: center;
    color: #333;
    font-size: 3.7rem;
    line-height: 1.4;
    letter-spacing: 2px; }
    .top-casestudy .top-casestudy__heading span {
      display: block;
      font-size: 1.8rem;
      letter-spacing: 10px;
    }
  .top-casestudy .top-casestudy__layout {
    margin-bottom: 20px; }
  .top-casestudy .top-casestudy__layout-item {
    margin-bottom: 20px;
    background-color: #fff; }
    .top-casestudy .top-casestudy__layout-item:last-child {
      margin-bottom: 0; }
  .top-casestudy .top-casestudy__layout2:after {
    content: " ";
    display: block;
    clear: both; }
  .top-casestudy .top-casestudy__layout2-left {
    float: left;
    width: 36%; }
  .top-casestudy .top-casestudy__layout2-right {
    float: right;
    width: 64%;
    padding: 20px;
    box-sizing: border-box; }
  .top-casestudy .top-casestudy__image {
    width: 100%;
    height: auto; }
  .top-casestudy .top-casestudy__heading2 {
    padding: 5px 10px 15px 10px;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5em;
    border-bottom: solid 1px #ccc; }
  .top-casestudy .top-casestudy__paragraph {
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #5f5f5f; }
  .top-casestudy .top-casestudy__box {
    padding: 10px 10px 0 10px; }
  .top-casestudy .top-casestudy__list {
    padding: 20px 10px; }
    .top-casestudy .top-casestudy__list > dt {
      margin-bottom: 5px;
      font-size: 1.4rem;
      line-height: 1.3em;
      font-weight: bold; }
    .top-casestudy .top-casestudy__list > dd {
      margin-bottom: 10px; }
      .top-casestudy .top-casestudy__list > dd:last-child {
        margin-bottom: 0; }
  .top-casestudy .top-casestudy__link {
    display: block;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.53rem;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #000; }
    .top-casestudy .top-casestudy__link.top-casestudy__link--blue {
      background-color: #3282f0; }
    .top-casestudy .top-casestudy__link.top-casestudy__link--pink {
      background-color: #fa73b4; }
    .top-casestudy .top-casestudy__link.top-casestudy__link--sky {
      background-color: #46cdff; }
    .top-casestudy .top-casestudy__link.top-casestudy__link--orange {
      background-color: #fe634b; }
    .top-casestudy .top-casestudy__link.top-casestudy__link--yellow {
      background-color: #ff951e; }
  .top-casestudy .top-casestudy__list2 > li {
    margin-bottom: 10px; }
    .top-casestudy .top-casestudy__list2 > li:last-child {
      margin-bottom: 0; }
  .top-casestudy .top-casestudy__link2 {
    display: block;
    border: solid 2px #595757;
    border-radius: 6px;
    padding: 12px 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.8rem;
    line-height: 1.3em;
    font-weight: bold;
    color: #595757; }
    .top-casestudy .top-casestudy__link2.top-casestudy__link2--list {
      position: relative;
      padding-left: 45px; }
      .top-casestudy .top-casestudy__link2.top-casestudy__link2--list:before {
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -15px;
        width: 30px;
        height: 30px;
        content: "";
        background-position: center;
        background-image: url("../images/top-casestudy__icon.png");
        background-size: 30px 30px; }

/* Top Outsourcing */
.top-outsourcing {
  padding: 20px 0 20px 0;
  width: 100%;
  color: #000;
  background-color: #fff; }
  .top-outsourcing .top-outsourcing__heading {
    margin: 0 auto 10px auto;
    /*width: 350px;*/
    /*
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/top-outsourcing__heading_sp.png");
    background-size: 350px 60px;
    */
    display: block;
    overflow: hidden;
    text-align: center;
    color: #00644b;
    font-size: 3.7rem;
    line-height: 1.4;
    letter-spacing: 2px;}
    .top-outsourcing .top-outsourcing__heading span {
      display: block;
      font-size: 1.8rem;
      letter-spacing: 5px;
    }
  .top-outsourcing .top-outsourcing__layout {
    width: 100%;
    padding: 20px;
    box-sizing: border-box; }
  .top-outsourcing .top-outsourcing__layout-item {
    margin-bottom: 20px;
    box-sizing: border-box;
    border: solid 1px #00644b;
    border-radius: 5px;
    padding: 20px; 
    position: relative;
  }
    .top-outsourcing .top-outsourcing__layout-item:last-child {
      margin-bottom: 0; }
  .top-outsourcing .top-outsourcing__image {
    display: block;
    margin: 0 auto 10px auto;
    width: 100px;
    height: auto; }
  .top-outsourcing .top-outsourcing__heading2 {
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1.3em;
    margin-bottom: 10px;
    color: #00644b; }
  .top-outsourcing .top-outsourcing__paragraph {
    font-size: 1.6rem;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #595757; }
  .top-outsourcing .top-outsourcing__list > li {
    text-align: right;
    margin-bottom: 10px; }
    .top-outsourcing .top-outsourcing__list > li:last-child {
      margin-bottom: 0; }
  .top-outsourcing .top-outsourcing__link {
    display: inline-block;
    padding-left: 20px;
    font-size: 1.6rem;
    line-height: 1.3em;
    font-weight: bold;
    text-decoration: underline; }
  .top-outsourcing .top-outsourcing__link:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
    .top-outsourcing .top-outsourcing__link:before_ {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -10px;
      width: 20px;
      height: 20px;
      content: "";
      background-position: center;
      background-image: url("../images/top-outsourcing__icon2.png");
      background-size: 20px 20px; }
  .top-outsourcing .top-outsourcing__list2 {
    width: 100%;
    margin-bottom: 10px; }
    .top-outsourcing .top-outsourcing__list2 > dt {
      color: #fff;
      padding: 12px 10px 12px 30px;
      font-size: 2rem;
      line-height: 1.3em;
      font-weight: bold;
      background-color: #00644b; }
    .top-outsourcing .top-outsourcing__list2 > dd {
      border-bottom: solid 2px #00644b; }
  .top-outsourcing .top-outsourcing__link2 {
    position: relative;
    display: block;
    padding: 12px 10px 12px 45px;
    font-size: 1.8rem;
    line-height: 1.3em;
    color: #006548; }
    .top-outsourcing .top-outsourcing__link2:before {
      position: absolute;
      top: 50%;
      left: 15px;
      margin-top: -15px;
      width: 30px;
      height: 30px;
      content: "";
      background-position: center;
      background-image: url("../images/top-outsourcing__icon3.png");
      background-size: 30px 30px; }
  .top-outsourcing .top-outsourcing__list3 {
    padding: 20px 20px 30px 20px; }
    .top-outsourcing .top-outsourcing__list3 > li {
      margin-bottom: 10px; }
      .top-outsourcing .top-outsourcing__list3 > li:last-child {
        margin-bottom: 0; }
  .top-outsourcing .top-outsourcing__link3 {
    display: block;
    border: solid 2px #595757;
    border-radius: 5px;
    padding: 12px 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.8rem;
    line-height: 1.3em;
    font-weight: bold;
    color: #595757; }
    .top-outsourcing .top-outsourcing__link3.top-outsourcing__link3--contact {
      position: relative;
      padding-left: 45px; }
      .top-outsourcing .top-outsourcing__link3.top-outsourcing__link3--contact i {
        font-size:  2.4rem;
        position: absolute;
        left: 10px;       
      }
      .top-outsourcing .top-outsourcing__link3.top-outsourcing__link3--contact:before_ {
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -15px;
        width: 30px;
        height: 30px;
        content: "";
        background-position: center;
        background-image: url("../images/top-outsourcing__icon.png");
        background-size: 30px 30px; }

/* Top Others */
.top-others {
  padding: 10px 0;
  width: 100%;
  color: #000;
  background-color: #f2f2f2; }
  .top-others .top-others__container {
    padding: 20px; }
  .top-others .top-others__container-left {
    margin-bottom: 30px; }
  /*
  .top-others .top-others__news-heading {
    width: 262px;
    height: 37px;
    margin-bottom: 10px;
    background-position: left top;
    background-image: url("/images/top-others__heading.png");
    background-size: 262px 37px;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px; }
  */
  .top-others .top-others__news-heading,
  .top-others .top-others__fb-heading {
    line-height: 1;
    color: #2d5041;
    font-weight: bold;
    font-size: 2.8rem;
    margin-bottom: 20px; }
.top-others .top-others__fb-heading{
  background: url(../images/fb.png) no-repeat left center;
  background-size: 22px 22px;
  padding: 0 0 0 27px;
}
    .top-others .top-others__news-heading i {margin-right: 4px;}
    .top-others .top-others__fb-heading i {font-size: 2.6rem;}
  .top-others .top-others__news-box {
    overflow-y: scroll;
    width: 100%;
    height: 300px;
    padding: 25px 20px;
    box-sizing: border-box;
    border: solid 1px #b9b9b9;
    background-color: #fff; }
  .top-others .top-others__news-list {
    margin-bottom: 15px; }
    .top-others .top-others__news-list > dt {
      margin-bottom: 5px;
      font-weight: bold;
      font-size: 1.6rem;
      line-height: 1.3em;
      color: #00644b; }
    .top-others .top-others__news-list > dd {
      font-size: 1.6rem;
      line-height: 1.3em; }
  /*
  .top-others .top-others__fb-heading {
    width: 187px;
    height: 37px;
    margin-bottom: 10px;
    background-position: left top;
    background-image: url("/images/top-others__heading2.png");
    background-size: 187px 37px;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px; }
  */
  .top-others .top-others__fb-box {
    overflow: hidden;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    border: solid 1px #b9b9b9;
    background-color: #fff; }


  .icon__check-square-o,
  .icon__fa-file-text,
  .icon__fa-area-chart {
    margin: 5px 0 20px;
    text-align: center; }
  .icon__check-square-o i {
    color: #01634a;
    font-size: 5rem; }
  .icon__fa-file-text i {
    color: #01634a;
    font-size: 5rem; }
  .icon__fa-area-chart i {
    color: #01634a;
    font-size: 5rem;
    line-height: 1; }