@charset "utf-8";

.device-pc #contents {
  width: 48em;
  margin: 0 auto;
  padding: 6.4em 0 9.6em;
}

.device-pc #contents .pc {
  display: block;
}

.device-pc #contents .sp {
  display: none;
}

.device-pc #contents header {
  margin-bottom: 3.2em;
  padding-bottom: 3.2em;
  border-bottom: 1px solid #d2d1d6;
}

.device-pc #contents header h2 span {
  letter-spacing: .1em;
  line-height: 1.5;
}

.device-pc #contents p {
  margin-bottom: 2em;
  font-size: 1.4em;
  letter-spacing: .1em;
}

.device-pc #contents p:last-child {
  margin: 4em 0 0;
  font-weight: bold;
  text-align: right;
}

.device-pc #contents a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24em;
  height: 4em;
  margin: 2.8em 0;
  border-radius: .4em;
  background-color: #1e1a33;
  color: #fff;
}

.device-pc #contents a span {
  font-size: 1.4em;
  font-weight: bold;
}

.device-pc #contents a span.mdi-arrow-right {
  font-size: 2.1em;
  font-weight: normal;
}

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

.device-sp #contents {
  padding-top: 24px;
  padding-bottom: 32px;
}

.device-sp #contents .pc {
  display: none;
}

.device-sp #contents .sp {
  display: block;
}

.device-sp #contents header {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d2d1d6;
}

.device-sp #contents header h2 span {
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 1.5;
}

.device-sp #contents p {
  margin-bottom: 24px;
  font-size: 14px;
  letter-spacing: .1em;
}

.device-sp #contents p:last-child {
  margin-bottom: 0;
  font-weight: bold;
  text-align: right;
}

.device-sp #contents a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 40px;
  margin: 24px 0;
  border-radius: 4px;
  background-color: #1e1a33;
  color: #fff;
}

.device-sp #contents a span {
  font-size: 14px;
  font-weight: bold;
}

.device-sp #contents a span.mdi-arrow-right {
  font-size: 21px;
  font-weight: normal;
}

#contents a.btn-primary span {
  line-height: inherit;
  vertical-align: inherit;
}