.p-entryFlow__title {
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0c3b2c;
  text-align: center;
}
.p-entryFlow__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  align-items: center;
  justify-content: center;
}
.p-entryFlow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 40px) / 3);
  height: 100px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #0c3b2c;
  text-align: center;
  counter-increment: item;
  background: #fafcfb;
  border: 2px solid #b5c4bf;
  border-radius: 4px;
}
.p-entryFlow__item::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  content: counter(item);
  background: #4e7254;
  border-radius: 20px;
}
.p-entryFlow__item::after {
  position: absolute;
  right: -19px;
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("/common/img/global/icon__arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% auto;
}
.p-entryFlow__item:not(:nth-child(3n)):not(:last-child)::after {
  content: "";
}
.p-entryFlow__itemName {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 6px;
  font-weight: 600;
  line-height: 1.375;
}
.p-entryFlow__more {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 40px;
}

.p-ruleHeader {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 30px;
}
.p-ruleHeader__title {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-ruleHeader__title:not(:last-child) {
  margin-bottom: 16px;
}
.p-ruleHeader__detail {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.p-ruleHeader__detailName {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 26px;
  line-height: 1;
  color: #fff;
  background: #0c3b2c;
  border-radius: 20px;
}
.p-ruleHeader__detailContent {
  font-weight: 700;
}

.p-ruleBody {
  position: relative;
}

.p-ruleNav {
  color: #fff;
  background: #4e7254;
}
.p-ruleNav a {
  color: #fff;
  text-decoration: none;
}
.p-ruleNav__body, .p-ruleNav__group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.p-ruleNav__body {
  box-sizing: content-box;
  width: calc(100% - 40px);
  max-width: 1100px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
}
._small .p-ruleNav__body {
  max-width: 818px;
}
.p-ruleNav__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 14px;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  color: #4e7254;
  background: #fff;
  border-radius: 20px;
}
.p-ruleNav__index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}
.p-ruleNav__indexItem {
  position: relative;
  display: flex;
  gap: 3px;
  align-items: center;
}
.p-ruleNav__indexItem svg {
  width: 8px;
  height: 5px;
  fill: #fff;
}

.p-ruleBox {
  display: flex;
  flex-direction: column;
}
.p-ruleBox__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 32px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto 20px;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  background: #4e7254;
  border-radius: 30px;
}
.p-ruleBox__detail:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.p-ruleBox__detail > dt {
  padding: 10px;
  font-weight: 600;
  color: #4e7254;
  background: #f0f4f2;
}
.p-ruleBox__detail > dd {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
.p-ruleBox__detail dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  width: 82.6%;
}

.p-price__title {
  padding-bottom: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}
.p-price__description {
  padding-bottom: 12px;
}
.p-price__subTitle {
  padding-bottom: 14px;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-price__block {
  padding-bottom: 30px;
}