html,
body {
  font-size: 10px;
}

li {
  list-style: none;
}

body {
  background: none;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

/* 以下2025年リニューアル用 */
.wrapper {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  margin: 0 auto;
  max-width: 1000px;
  width: 1000px;
}

.bg-009582 {
  background-color: #009582;
}

.col-009380 {
  color: #009380;
}

.col-009582 {
  color: #009582;
}

.col-06c755 {
  color: #06c755;
}

.col-efae0d {
  color: #efae0d;
}

.sectionCtr {
  min-width: 1000px;
  padding: 0 calc((100% - 1000px) / 2);
  width: 100%;
}

.mainHdr {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}

.mainHdrList {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 2.6rem 0 3rem;
}

.mainHdrList-item {
  background-color: #838383;
  border-radius: .4rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 .45rem;
  padding: 1.3rem;
  position: relative;
}

.mainHdrList-item:not(:last-of-type)::after {
  align-items: center;
  background: url(../img/icon_plus_pc.svg) no-repeat 0 0 / contain;
  color: #fff;
  content: "";
  display: flex;
  height: 2.5rem;
  justify-content: center;
  position: absolute;
  right: -.45rem;
  top: 50%;
  transform: translate(50%, -50%);
  width: 2.5rem;
  z-index: 1;
}

.mainHdr .btn-wrapper {
  background-color: #06c755;
  padding: 3.2rem 0;
}

.btn-line {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.mainHdr .btn-line {
  border: 3px solid #fff;
  border-radius: .4rem;
  box-shadow: 9px 9px 0 -3px #1a8948, 9px 9px 0 0 #fff;
}

.mainHdr .btn-wrapper img {
  width: auto;
}

.howToUse.sectionCtr {
  background-color: #e0ece6;
  padding: 5.2rem 0 13.3rem;
}

.howToUse .sectionTtl {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 6rem;
  text-align: center;
}

.howToUse .sectionTtl-sub {
  display: block;
  font-size: 1.8rem;
}

.howToUse-dtl {
  background-color: #fff;
  margin: 0 auto;
  padding-bottom: 5.3rem;
  width: 90%;
}

.howToUse-dtl-ttl {
  background-color: #06c755;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.7rem 0;
  text-align: center;
}

.howToUse-dtl-txt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 3.3rem auto 4.5rem;
  width: fit-content;
}

.howToUse-dtl-list {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 4.3rem;
}

.howToUse-dtl-list-item {
  margin: 0 4rem;
  position: relative;
}

.howToUse-dtl-list-item:not(:last-of-type)::after {
  background: url(../img/icon_arrow_howToUse_pc.svg) no-repeat 0 0 / contain;
  content: "";
  display: block;
  height: 6rem;
  position: absolute;
  right: -4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
}

.howToUse-dtl-list-item img {
  width: auto;
}

.howToUse-btn {
  margin-bottom: 2.5rem;
}

.howToUse-qr {
  align-items: center;
  background-color: #e0ece6;
  border-radius: .4rem;
  display: flex;
  margin: 0 auto;
  padding: 1.5rem 6rem;
  width: 49.2rem;
}

.howToUse-qr-img {
  border: 1rem solid #fff;
  width: auto;
}

.howToUse-qr-txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 4rem;
}