.content .box_buyer {
  max-width: 1100px;
  margin: 0 auto;
}
.content .box_buyer .box_head {
  margin: 0 0 70px;
}
.content .box_buyer .box_head h1 {
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 50px;
}
.content .box_buyer .box_head h1 span {
  font-size: 1.786rem;
}
.content .box_buyer .box_files {
  max-width: 660px;
  margin: 0 auto;
}
.content .box_buyer .box_files ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 7px 0;
}
.content .box_buyer .box_files ul li {
  background: #aaaaaa;
  border: solid 1px #c9c9c9;
  display: table-cell;
  padding: 12px 0 12px 10px;
  position: relative;
}
.content .box_buyer .box_files ul li:after {
  content: url(../img/buyer/pc_ico_pdf.png);
  position: absolute;
  right: 8%;
  top: 30%;
}
.content .box_buyer .box_files ul li a {
  color: #fff;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.143rem;
}

@media screen and (max-width: 768px) {
  .content .box_buyer {
    max-width: 100%;
    margin: auto;
    padding: 0 10px;
  }
  .content .box_buyer .box_head {
    margin: 0 0 35px;
  }
  .content .box_buyer .box_head h1 {
    border-top: solid 1px #d0d0cf;
    border-bottom: solid 1px #d0d0cf;
    display: block;
    line-height: 1;
    margin: 0 0 20px;
    padding: 1.071rem 0;
    text-align: center;
  }
  .content .box_buyer .box_head h1 span {
    background: none;
    font-size: 1.143rem;
    padding: 0;
  }
  .content .box_buyer .box_files {
    max-width: 100%;
  }
  .content .box_buyer .box_files ul {
    display: block;
    border-spacing: 0;
  }
  .content .box_buyer .box_files ul li {
    display: block;
    margin: 0 0 14px;
    width: 100%;
  }
}

/*# sourceMappingURL=buyer.css.map */
