@charset 'utf-8';

#contents header,
#contents section {
  width: 96em;
  margin: 0 auto;
  border-bottom: 1px solid #CCC;
}

#contents section {
  padding: 6em 12em;
}

#contents section:last-child {
  border-bottom: 0;
}

#contents section a {
  display: inline-block;
  color: #a5a3ad;
}

#contents section:nth-of-type(1) p:last-child,
#contents section:nth-of-type(2) p:last-child {
  margin-bottom: 0;
}

#contents section:nth-of-type(1) p,
#contents section:nth-of-type(1) a {
  margin-bottom: 1.3888em;
  font-size: 1.8em;
  line-height: 1.5;
}

#contents section:nth-of-type(2) p,
#contents section:nth-of-type(2) a {
  margin-bottom: 1.5625em;
  font-size: 1.6em;
  line-height: 1.6875;
}

/* ------------------------------------------------------------

  .device-sp #contents

------------------------------------------------------------ */

.device-sp #contents header,
.device-sp #contents section {
  width: 100%;
  margin: 0;
}

.device-sp #contents section {
  padding: 3em 6.25%;
}

.device-sp #contents section:nth-of-type(1) p:last-child,
.device-sp #contents section:nth-of-type(2) p:last-child {
  margin-bottom: 0;
}

.device-sp #contents section:nth-of-type(1) p,
.device-sp #contents section:nth-of-type(1) a {
  margin-bottom: 1.4285em;
  font-size: 1.4em;
  line-height: 1.5;
}

.device-sp #contents section:nth-of-type(2) p,
.device-sp #contents section:nth-of-type(2) a {
  margin-bottom: 1.6666em;
  font-size: 1.2em;
  line-height: 1.75;
  font-weight: 400;
}