.p-entryFlow__title {
  margin-top: 63px;
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0c3b2c;
  text-align: center;
}
.p-entryFlow__list {
  display: grid;
  gap: 25px;
  align-items: center;
  justify-content: center;
}
.p-entryFlow__list:not(._fixwdWidth) {
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
}
.p-entryFlow__list._fixwdWidth {
  grid-template-columns: repeat(auto-fit, minmax(100px, 162px));
}
.p-entryFlow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 130px;
  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: 44px;
  height: 25px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  content: counter(item);
  background: #4e7254;
  border-radius: 20px;
}
.p-entryFlow__item::after {
  position: absolute;
  right: -21px;
  display: block;
  width: 16px;
  height: 16px;
  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(:last-child)::after {
  content: "";
}
.p-entryFlow__itemName {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.5;
}
.p-entryFlow__more {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  margin-top: 80px;
}

.p-ruleHeader {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 56px;
}
.p-ruleHeader__title {
  font-size: 24px;
  font-size: 1.5rem;
}
.p-ruleHeader__title:not(:last-child) {
  margin-bottom: 42px;
}
.p-ruleHeader__detail {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}
.p-ruleHeader__detailName {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 34px;
  font-size: 16px;
  font-size: 1rem;
  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 a:hover {
  text-decoration: underline;
}
.p-ruleNav__body, .p-ruleNav__group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.p-ruleNav__body {
  box-sizing: content-box;
  width: calc(100% - 40px);
  max-width: 1100px;
  padding-top: 12px;
  padding-bottom: 12px;
  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: 30px;
  padding: 0 18px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #4e7254;
  background: #fff;
  border-radius: 20px;
}
.p-ruleNav__index {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
.p-ruleNav__indexItem {
  position: relative;
  display: flex;
  gap: 4px;
  align-items: center;
}
.p-ruleNav__indexItem svg {
  width: 12px;
  height: 7px;
  fill: #fff;
}

.p-ruleBox__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 216px;
  height: 46px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto 27px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  background: #4e7254;
  border-radius: 30px;
}
.p-ruleBox__detail {
  display: grid;
  grid-template-columns: 210px 1fr;
}
.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: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.p-ruleBox__detail dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  width: 82.6%;
}

.p-price {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.p-price__title {
  padding-bottom: 6px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}
.p-price__description {
  padding-bottom: 20px;
}
.p-price__subTitle {
  padding-bottom: 14px;
  font-size: 22px;
  font-size: 1.375rem;
}
.p-price__block:not([class*="-03"]) {
  padding-bottom: 40px;
}
.p-price__block[class*=_rrLarge] {
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
.p-price__block[class*=_rrSmall] {
  padding-left: 20px;
}
.p-price__block._rrLarge-01 {
  order: 1;
}
.p-price__block._rrSmall-01 {
  order: 2;
}
.p-price__block._rrLarge-02 {
  order: 3;
}
.p-price__block._rrSmall-02 {
  order: 4;
}
.p-price__block._rrLarge-03 {
  order: 5;
}
.p-price__block._rrSmall-03 {
  order: 6;
}