@charset 'utf-8';
main header,
main section {
  width: 96em;
  margin: 0 auto;
  border-bottom: 1px solid #CCC;
}

main section {
  padding: 6em 12em;
}

main section:last-child {
  border-bottom: 0;
}

main section a {
  display: inline-block;
}

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

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

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

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

  .device-sp main

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

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

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

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

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

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