.agreement {
  margin-top: 60px;
  padding: 0 15px;
}

.agreement-title {
  margin-bottom: 90px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .agreement-title {
    margin-bottom: 70px;
  }
}

.agreement-title h1 {
  margin-bottom: 15px;
  font-size: 2em;
}

.agreement-section {
  margin-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .agreement-section {
    margin-bottom: 75px;
  }
}

.agreement-section h2 {
  position: relative;
  margin-bottom: 35px;
  font-size: 1.667em;
}

.agreement-section h2 span {
  background: #ffffff;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  z-index: 5;
}

.agreement-section h2::after {
  background: #ebebeb;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
}

.agreement-section p {
  margin-bottom: 15px;
}

.agreement-article {
  margin-bottom: 15px;
}

.agreement-article h3 {
  margin-bottom: 15px;
  font-size: 1.3em;
}

.company-info {
  margin-bottom: 100px;
  padding: 0 20px;
}

.info-contents {
  width: 50%;
  margin: 0 auto;
  padding: 15px;
  border: solid 1px #ddc499;
}

@media screen and (max-width: 479px) {
  .info-contents {
    width: 100%;
  }
}

.info-title {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 10px;
  padding-top: 20px;
  border-bottom: 4px solid #ddc499;
  font-size: 1.55em;
  font-weight: 500;
  line-height: 1.35;
}

@media screen and (max-width: 767px) {
  .info-title {
    font-size: 1.3em;
  }
}

.info-title::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #6f5337;
  bottom: -4px;
  width: 10%;
}
