@charset "utf-8";
/*
Theme Name: marukyosanso
*/

/* 安全データシート SDS /////////////////////////////////////////////////*/
main.sdsContent {
  width: 100%;
  background: #f5f5f5 url(../img/bg.svg) repeat-y center top;
  background-size: 2890px;
  padding: 30px 0 80px 0;
  overflow: hidden;
  color: #000;
}
.sds {
  max-width: 880px;
  width: 90%;
  margin: 50px auto 65px;
  padding: 0 10px;
}
.sds h1 {
  font-size: 45px;
  font-weight: 600;
}
.sdsList {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.sdsList ul:nth-child(2) {
  margin-right: 60px;
}
.sdsList ul li {
  font-size: 15px;
  line-height: 2;
}
.sdsList ul li:before {
  content:  "";
  width:  10px;
  height:  10px;
  margin-right: 5px;
  display:  inline-block;
  background-color: #75197e;
  border-radius:  50%;
}
.sdsList ul li a {
  color: #000;
}
.contact-btn {
  text-align: center;
}
.contact-btn a {
  font-size: 17px;
  padding: 12px 20px;
  border: #000 solid 1px;
  border-radius: 26px;
  background: #fff;
  color: #000;
  font-weight: 500;
}

/* 取引関連会社 /////////////////////////////////////////////////*/
.tradingCo {
  max-width: 880px;
  width: 90%;
  margin: 75px auto 25px;
  border: #75197C solid 0.1rem;
  border-radius: 15px;
  padding: 45px 10px 10px;
}
.tradingCo h2 {
  max-width: 760px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 600;
  border: none;
  display: block;
  padding: 0;
}
.tradingCo ul {
  max-width: 760px;
  margin: 15px auto 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tradingCo ul li {
  font-size: 15px;
  line-height: 2;
  min-width: 252px;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}
.tradingCo ul li a {
  color: #000;
  text-decoration: underline;
}
.tradingCo p.right {
  text-align: right;
  font-size: 12px;
  margin-right: 30px;
}


@media screen and (max-width: 880px) {

  /* 安全データシート SDS /////////////////////////////////////////////////*/
  main.sdsContent {
    background: #f5f5f5 url(../img/bg_sp.svg) repeat-y center top;
    background-size: 100%;
    background-position-y: 50rem;
    padding: 80rem 0 80rem 0;
  }
  .sds {
    width: 85%;
    margin: 25rem auto 50rem;
  }
  .sds h1 {
    font-size: 20rem;
  }
  .sdsList {
    margin-top: 25rem;
    display: block;
  }
  .sdsList ul:nth-child(2) {
    margin-right: 0;
  }
  .sdsList ul li {
    font-size: 15rem;
    line-height: 1.4;
    margin-bottom: 14rem;
    text-indent: -13rem;
    padding-left: 13rem;
  }
  .sdsList ul li:before {
    width:  10rem;
    height:  10rem;
    margin-right: 3rem;
  }
  .contact-btn a {
    width: 250rem;
    font-size: 15rem;
    line-height: 1.3;
    padding: 8rem 0;
    border-radius: 40rem;
    display: block;
    margin: 0 auto;
  }

  /* 取引関連会社 /////////////////////////////////////////////////*/
  .tradingCo {
    width: 85%;
    margin: 50rem auto 0;
    border: #75197C solid 1.3rem;
    border-radius: 20rem;
    padding: 40rem 0 15rem;
  }
  .tradingCo h2 {
    width: 85%;
    margin: 0 auto;
    font-size: 22rem;
    padding: 0;
  }
  .tradingCo ul {
    width: 85%;
    margin: 20rem auto 10rem;
    display: block;
  }
  .tradingCo ul li {
    font-size: 15rem;
    min-width: auto;
    margin-bottom: 8rem;
  }
  .tradingCo p.right {
    font-size: 12rem;
    margin-right: 5%;
  }

}
