@charset "UTF-8";

/* energy top styles */

.sds-list{
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.sds-list th{
  padding: 0 0 15px;
  border-bottom: 1px solid #707070;
  font-weight: normal;
}
.sds-list th span{
  display: block;
  margin: 0 5px 0 0;
  padding: 10px;
  background: #D8D8D8;
  text-align: center;
}
.sds-list td{
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #707070;
}
.sds-list td:last-child{
  padding-right: 0;
  text-align: center;
}
.btn{
  display: inline-block;
  position: relative;
  line-height: inherit;
  min-width: 200px;
  padding: 5px 35px 5px 15px;
  border: 1px solid #707070;
  border-radius: 30px;
  outline: none;
  font-size: 14px;
  text-align: left;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
  color: #3c3c3c;
  text-decoration: none;
}
.btn.btn-pdf::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 17px;
  height: 19px;
  background: url(/jpn/business/sds-list/sds/images/icon-pdf-gry.svg) no-repeat 0 0;
  background-size: 17px 19px;
  transform: translateY(-50%);
}
.btn:hover{
  background: #d2d2d2;
  text-decoration: none;
}
.breadcrumbs_wrap .content_inner {
  width: auto;
  padding: 0 50px;
}

@media screen and (max-width:767px) {
  .sds-list .sds-list-head{
    display: none;
  }
  .sds-list tr{
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    border-top: 1px solid #707070;
    z-index: 0;
  }
  .sds-list tr::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 31%;
    background: #D8D8D8;
    z-index: -1;
  }
  .sds-list td{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
  }
  .sds-list td::before{
    content: attr(data-label);
    flex-shrink: 0;
    width: 31%;
    margin: 0 15px 0 0;
    padding: 0 0 0 10px;
    font-weight: bold;
    box-sizing: border-box;
  }
  .sds-list td:last-child{
    text-align: left;
  }
  .btn{
    min-width: inherit;
    width: 100%;
  }
}
