/*-----------------------------------------------------------
	agreement
-----------------------------------------------------------*/
.page-header .subpage-mv:before {
  background-image: url('/agreement/images/mv.jpg');
}

/* SP */
@media screen and (max-width: 768px) {
  .page-header .subpage-mv:before {
    background-image: url('/agreement/images/mv_sp.jpg');
  }
}


.agreement-wrapper {
  margin-bottom: 80px;
}

.agreement {
  width: 95%;
  margin: 0 auto 50px;
  -webkit-font-smoothing: antialiased;
}

.agreement dl {
  margin-bottom: 30px;
}

.agreement dt {
  font-weight: normal;
  font-size: 1.25rem;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.agreement dd {
  margin: 0 0 10px;
}

.agreement dd a {
  color: #b8a978
}

.agreement ul {
  list-style: none;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .agreement-wrapper {
    margin-top: 20px;
  }

  .common-ttl-line {
    margin: 10px auto 20px;
  }

  .agreement {
    width: 90%;
  }
}