@charset "utf-8";

/* 画像 */
.top_SCform {
  max-width: 100%;
  width: 650px;
}
.wrap-document-p {
  background-color: #fff6f0;
  padding: 30px 10px;
  margin-top: 20px;
}
.document-title {
  color: rgb(250, 151, 85);
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  padding-bottom: 10px;
}
.document-sub {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
.document-list {

}
@media screen and (max-width: 1000px) {
  .document-list {
    
  }
  /* 画像 */
  .top_SCform {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .display-sp {
    display: none;
  }
}
/* 取引ロゴ */
.company_log {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.log_text {
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #4d4d4d;
  border-bottom: 1px solid rgba(230, 230, 230, 0.6);
}
.company_log_imgs {
}
.company_log_imgs img {
  /*width: 85px;*/
}
.company_log_imgs img:not(:last-child) {
  padding-right: 5px;
}
.content_logo {
  width: 70px;
}
.content_logo img {
  /*width: 80px;*/
  width: 64px;
}
@media screen and (max-width: 1000px) {
  .log_text {
    text-align: center;
    margin-left: 0;
  }
  .company_log {
    padding-left: 0;
  }
}
