@charset "utf-8";

/* PC */
.sec-agree {
  margin: 84px 0 117px;
}

.sec-agree .l-inner {
  padding: 0 20px;
}

.sec-agree .cmn-detail-blk {
  margin-bottom: 47.7px;
}

.sec-agree .complaint-list dd:not(:last-child) {
  padding-bottom: 26px;
}

.sec-agree .complaint-list dt:nth-child(3),
.sec-agree .complaint-list dt:nth-child(5) {
  padding-bottom: 27px;
}

.sec-agree .corp-info {
  padding-top: 29px;
  text-align: right;
}

/* IPad */
@media only screen and (min-width:768px) and (max-width:1280px) {

  .sec-agree {
    margin: 6.563vw 0 9.141vw;
  }

  .sec-agree .l-inner {
    padding: 0 1.563vw;
  }

  .sec-agree .cmn-detail-blk {
    margin-bottom: 3.727vw;
  }

  .sec-agree .corp-info {
    padding-top: 2.266vw;
  }
}

/* SP */
@media all and (max-width:767.9px) {

  .sec-agree {
    margin: 13.763vw 0 26.141vw;
  }

  .sec-agree .l-inner {
    padding: 0 5.333vw;
  }

  .sec-agree .cmn-detail-blk {
    margin-bottom: 10.167vw;
  }

  .sec-agree .corp-info {
    line-height: 1.62;
    padding-top: 16vw;
  }

  .sec-agree .cmn-detail-txt {
    line-height: 1.62;
  }
}