@charset "UTF-8";

/* upper */
.second-bg::after {
	background-image: url(../../../purchase/img/purchase_main.jpg);
}

/* contents */

.purchase01 p .btn {
  margin-top: 30px;
}

.purchase02 {
  background: var(--gray);
  padding: 0 1em 90px;
}


.purchase02 ol {
  counter-reset: purchaseList;
  max-width: 940px;
  margin: 2em auto 0;
}

.purchase02 li {
  background-color: #fff;
  position: relative;
  padding: 1.9em 3em;
  margin-bottom: 50px;
}

.purchase02 li:last-of-type {
  margin-bottom: 0;
}

.purchase02 h3 {
  color: #0163be;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: .6em;
}

.purchase02 h3::before {
  content: "0" counter(purchaseList) ".";
  margin-right: .3em;
}

.purchase02 .flow {
  font-family: "Noto Sans", sans-serif;
  position: absolute;
  right: 38px;
  top: -26px;
  width: 81px;
  height: 74px;
  background: var(--blue);
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 88%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.purchase02 .flow::before {
  content: "FLOW"
}

.purchase02 .flow::after {
  content: "0" counter(purchaseList);
  counter-increment: purchaseList;
  font-size: 360%;
}

.purchase03 {
  background: url(../../img/bg01.png);
  padding: 1em 0 4.5em;
}

.purchase03 h2 {
  margin-bottom: .8em;
}

.purchase03 ul {
  max-width: 850px;
  margin: 0 auto;
}

.purchase03 li {
  padding-left: .9em;
  position: relative;
  margin-bottom: 1.2em;
}

.purchase03 li:last-of-type {
  margin-bottom: 0;
}

.purchase03 li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-radius: 5000em;
  background-color: #0162bd;
  position: absolute;
  left: 0;
  top: .5em;
}




