html {
  overflow-y: initial !important;
}

@media screen and (min-width: 798px) {
  body {
    padding-top: 141px;
  }
  header {
    height: 260px;
  }
  header::before {
    background-color: var(--color-whi);
    height: calc(100% - 141px);
  }
  .c-heading-primaryGroup {
    height: 293px;
  }
}
@media screen and (min-width: 798px) {
  .p-beginningGroup {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 797px) {
  .p-beginningGroup {
    font-size: 1.6rem;
  }
  .p-beginningGroup p + p {
    margin-top: 30px;
  }
}

@media screen and (min-width: 798px) {
  .p-systemGroup {
    display: flex;
    margin-top: 93px;
  }
  .p-systemGroup--main {
    font-size: 1.7rem;
    flex: 1;
    margin-left: 37px;
    width: 100%;
  }
  .p-systemGroup--side {
    height: fit-content;
    position: sticky;
    top: 260px;
    width: 170px;
  }
  .p-systemGroup .p-systemSec__inner {
    padding-left: 35px;
  }
}
@media screen and (max-width: 797px) {
  .p-systemGroup {
    display: flex;
    flex-direction: column;
    margin-top: 39px;
  }
  .p-systemGroup--main {
    font-size: 1.6rem;
    margin-top: 80px;
  }
  .p-systemGroup .p-systemSec__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 798px) {
  .p-systemGroup--side__navi li:not(:first-child) {
    margin-top: 30px;
  }
  .p-systemGroup--side__navi li a {
    color: var(--color-primary);
    display: block;
    font-weight: 700;
    padding: 6px 19px;
    text-decoration: none;
  }
  .p-systemGroup--side__navi li a.is-current {
    background-color: var(--color-pale-cornflower-blue);
    border-radius: 7px;
    color: var(--color-strong-azure);
  }
}
@media screen and (max-width: 797px) {
  .p-systemGroup--side__navi {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-systemGroup--side__navi li:not(:first-child) {
    margin-top: 15px;
  }
  .p-systemGroup--side__navi li a {
    background-color: var(--color-pale-cornflower-blue);
    border-radius: 15px;
    color: var(--color-strong-azure);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    min-height: 56px;
    text-decoration: none;
  }
}

section[class^=p-systemSec] section + section {
  margin-top: 80px;
}
@media screen and (min-width: 798px) {
  section[class^=p-systemSec]:not(:first-child) {
    margin-top: 130px;
  }
}
@media screen and (max-width: 797px) {
  section[class^=p-systemSec]:not(:first-child) {
    margin-top: 100px;
  }
}

.p-section01 .clr01 {
  color: var(--color-brilliant-amaranth);
}
.p-section01 .clr02 {
  color: var(--color-strong-azure);
}
@media screen and (min-width: 798px) {
  .p-section01 .p-systemSec__inner {
    padding-right: 26px;
  }
  .p-section01__img {
    margin-top: 87px;
    margin-inline: auto;
    max-width: 878px;
    width: 100%;
  }
}
@media screen and (max-width: 797px) {
  .p-section01__txt {
    margin-left: -20px;
    margin-right: -20px;
  }
  .p-section01__img {
    margin-top: 46px;
  }
}

.p-section02 .p-numberGroup {
  position: relative;
}
.p-section02 .p-numberGroup::before {
  background-color: var(--color-pale-cornflower-blue);
  border-radius: 24px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: -7px;
  width: 100%;
}
.p-section02 .p-numberGroup:first-child::before {
  background-color: transparent;
  height: auto;
  width: auto;
}
.p-section02 .p-numberGroup__textarea {
  position: relative;
}
.p-section02 .p-numberGroup__textarea i {
  color: var(--color-strong-azure);
  font-family: "Overpass", system-ui;
  font-size: 7rem;
  left: -120px;
  line-height: 1;
  position: absolute;
  top: -12px;
}
.p-section02 .p-numberGroup:nth-child(10) .p-numberGroup__txt b {
  color: var(--color-brilliant-amaranth);
}
.p-section02 .p-numberGroup:nth-child(10) .p-numberGroup__rbox {
  border: 3px solid var(--color-brilliant-azure);
  border-radius: 30px;
}
.p-section02 .p-numberGroup__note {
  color: var(--color-brilliant-amaranth);
  font-weight: 700;
  margin-top: 25px;
}
@media screen and (min-width: 798px) {
  .p-section02 .p-numberGroup {
    display: flex;
    justify-content: space-between;
    padding-bottom: 90px;
    padding-left: 118px;
    padding-right: 20px;
    padding-top: 70px;
  }
  .p-section02 .p-numberGroup__img {
    margin-left: 20px;
  }
  .p-section02 .p-numberGroup__heading {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .p-section02 .p-numberGroup__txt {
    margin-top: 22px;
  }
  .p-section02 .p-numberGroup__linktxt {
    margin-top: 40px;
  }
  .p-section02 .p-numberGroup:nth-child(10) {
    display: block;
  }
  .p-section02 .p-numberGroup:nth-child(10) .p-numberGroup__child {
    display: flex;
  }
  .p-section02 .p-numberGroup:nth-child(10) .p-numberGroup__rbox {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
    padding: 47px 36px;
  }
  .p-section02 .p-numberGroup:nth-child(10) .p-numberGroup__rbox .p-numberGroup__item:nth-child(1) {
    flex: 1;
  }
  .p-section02 .p-numberGroup:nth-child(10) .p-numberGroup__rbox .p-numberGroup__item:nth-child(1) p + p {
    margin-top: 20px;
  }
  .p-section02 .p-numberGroup:nth-child(10) .p-numberGroup__rbox .p-numberGroup__item:nth-child(1) i {
    color: var(--color-brilliant-amaranth);
  }
  .p-section02 .p-numberGroup:nth-child(10) .p-numberGroup__rbox .p-numberGroup__item:nth-child(2) {
    display: flex;
    align-items: center;
    margin-left: 47px;
    width: 200px;
  }
  .p-section02 .p-numberGroup__note {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 797px) {
  .p-section02 .p-numberGroup {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .p-section02 .p-numberGroup::before {
    left: -20px;
    width: calc(100% + 40px);
  }
  .p-section02 .p-numberGroup__textarea i {
    display: block;
    margin-bottom: 20px;
    position: initial;
    text-align: center;
  }
  .p-section02 .p-numberGroup__img {
    margin-top: 42px;
  }
  .p-section02 .p-numberGroup__heading {
    font-size: 2.2rem;
    font-weight: 700;
  }
  .p-section02 .p-numberGroup__txt {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 21px;
  }
  .p-section02 .p-numberGroup__linktxt {
    margin-top: 42px;
  }
  .p-section02 .p-numberGroup:nth-child(1) .p-numberGroup__img {
    margin-inline: auto;
    max-width: 161px;
    width: 100%;
  }
  .p-section02 .p-numberGroup:nth-child(2) .p-numberGroup__img {
    margin-inline: auto;
    max-width: 160px;
    width: 100%;
  }
  .p-section02 .p-numberGroup:nth-child(3) .p-numberGroup__img {
    margin-inline: auto;
    max-width: 169px;
    width: 100%;
  }
  .p-section02 .p-numberGroup:nth-child(4) .p-numberGroup__img {
    margin-inline: auto;
    max-width: 319px;
    width: 100%;
  }
  .p-section02 .p-numberGroup:nth-child(5) .p-numberGroup__img {
    margin-inline: auto;
    max-width: 165px;
    width: 100%;
  }
  .p-section02 .p-numberGroup:nth-child(6) .p-numberGroup__img {
    margin-inline: auto;
    max-width: 246px;
    width: 100%;
  }
  .p-section02 .p-numberGroup:nth-child(7) .p-numberGroup__img {
    margin-inline: auto;
    max-width: 144px;
    width: 100%;
  }
  .p-section02 .p-numberGroup:nth-child(8) .p-numberGroup__img {
    margin-inline: auto;
    max-width: 177px;
    width: 100%;
  }
  .p-section02 .p-numberGroup:nth-child(9) .p-numberGroup__img {
    margin-inline: auto;
    max-width: 148px;
    width: 100%;
  }
  .p-section02 .p-numberGroup:nth-child(10) .p-numberGroup__img {
    margin-inline: auto;
    max-width: 103px;
    width: 100%;
  }
  .p-section02 .p-numberGroup:nth-child(10) .p-numberGroup__rbox {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 43px;
    padding: 50px 20px 59px;
  }
  .p-section02 .p-numberGroup:nth-child(10) .p-numberGroup__rbox .p-numberGroup__item:nth-child(1) p + p {
    margin-top: 20px;
  }
  .p-section02 .p-numberGroup:nth-child(10) .p-numberGroup__rbox .p-numberGroup__item:nth-child(1) p span {
    display: inline-block;
    transform: rotate(90deg);
  }
  .p-section02 .p-numberGroup:nth-child(10) .p-numberGroup__rbox .p-numberGroup__item:nth-child(1) p i {
    color: var(--color-brilliant-amaranth);
  }
  .p-section02 .p-numberGroup:nth-child(10) .p-numberGroup__rbox .p-numberGroup__item:nth-child(2) {
    margin-top: 43px;
  }
  .p-section02 .p-numberGroup:nth-child(10) .p-numberGroup__rbox .p-numberGroup__item:nth-child(2) .c-button {
    margin-inline: auto;
  }
  .p-section02 .p-numberGroup__note {
    font-size: 1.8rem;
    margin-inline: -20px;
  }
}

.p-section03 .p-systemSec__txt {
  margin-bottom: 35px;
}
.p-section03 .p-roundedCorners__red .p-mark.yes {
  color: var(--color-brilliant-amaranth);
}
.p-section03 .p-roundedCorners__red .p-mark.yes::before {
  border-color: var(--color-brilliant-amaranth);
}
.p-section03 .p-applyGroup .p-roundedCorners__blue:not(:first-child) {
  margin-top: 16px;
}
.p-section03 .p-applyGroup__item:nth-child(1) {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.p-section03 .p-applyGroup__item:nth-child(2) {
  flex: 1;
  font-size: 1.5rem;
}
.p-section03 .p-applyGroup__address {
  font-size: 1.8rem;
}
.p-section03 .p-applyGroup__phone {
  color: var(--color-strong-azure);
  font-size: 2rem;
}
.p-section03 .p-documentGroup .p-roundedCorners__red .c-list__circle li::before {
  border-color: var(--color-cyanish-black);
}
.p-section03 .p-documentGroup .p-roundedCorners__red .c-list__circle li:not(:first-child) {
  margin-top: 30px;
}
.p-section03 .p-documentGroup .p-roundedCorners__red .c-list__circle li i {
  color: var(--color-brilliant-amaranth);
}
.p-section03 .p-efficacyGroup .p-roundedCorners__blue .c-list__circle {
  font-size: 1.5rem;
}
.p-section03 .p-efficacyGroup .p-roundedCorners__blue .c-list__circle li {
  line-height: 1.8;
}
.p-section03 .p-efficacyGroup .p-roundedCorners__blue .c-list__circle li:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 798px) {
  .p-section03 .p-systemSec__inner {
    padding-right: 0;
  }
  .p-section03 .p-roundedCorners__red,
  .p-section03 .p-roundedCorners__green {
    margin-top: 30px;
    padding: 25px 44px 36px;
  }
  .p-section03 .p-roundedCorners__green .textblock {
    font-size: 1.5rem;
    margin-top: 25px;
  }
  .p-section03 .p-roundedCorners__bg-gray {
    margin-top: 30px;
    padding: 39px 46px 36px 18px;
  }
  .p-section03 .p-roundedCorners__bg-gray .p-conditionsGroup__item:nth-child(1) {
    padding-top: 52px;
  }
  .p-section03 .p-roundedCorners__bg-gray .textblock p:nth-child(n+2) {
    margin-top: 10px;
  }
  .p-section03 .p-conditionsGroup__items {
    display: flex;
    align-items: center;
  }
  .p-section03 .p-conditionsGroup__item {
    display: flex;
  }
  .p-section03 .p-conditionsGroup__item:nth-child(1) {
    display: flex;
    align-items: center;
    padding-top: 60px;
    width: 327px;
  }
  .p-section03 .p-conditionsGroup__item:nth-child(2) {
    justify-content: center;
    flex: 1;
    width: 100%;
  }
  .p-section03 .p-conditionsGroup__item:nth-child(2) .textblock {
    margin-top: 0;
  }
  .p-section03 .p-applyGroup .p-roundedCorners__blue {
    padding: 25px 44px 25px 0;
  }
  .p-section03 .p-applyGroup__items {
    display: flex;
    align-items: center;
    min-height: 153px;
    padding: 34px 65px 28px 18px;
  }
  .p-section03 .p-applyGroup__item:nth-child(1) {
    width: 270px;
  }
  .p-section03 .p-applyGroup__address {
    margin-bottom: 15px;
  }
  .p-section03 .p-applyGroup__phone {
    margin-bottom: 15px;
  }
  .p-section03 .p-inquiryLower--other__txt {
    font-size: 1.7rem;
    margin-bottom: 16px;
  }
  .p-section03 .p-documentGroup .p-roundedCorners__red {
    padding: 37px 47px;
  }
  .p-section03 .p-paymentGroup .c-list__note {
    font-size: 1.5rem;
    margin-top: 40px;
    padding-left: 37px;
  }
  .p-section03 .p-efficacyGroup .p-roundedCorners__blue {
    padding: 45px 37px;
  }
}
@media screen and (max-width: 797px) {
  .p-section03 .p-systemSec__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .p-section03 .p-roundedCorners__red,
  .p-section03 .p-roundedCorners__green {
    padding: 50px 20px;
  }
  .p-section03 .p-roundedCorners__red .p-conditionsGroup__img,
  .p-section03 .p-roundedCorners__green .p-conditionsGroup__img {
    margin-top: 37px;
  }
  .p-section03 .p-roundedCorners__red {
    margin-top: 40px;
  }
  .p-section03 .p-roundedCorners__red .p-conditionsGroup__items {
    margin-top: 60px;
  }
  .p-section03 .p-roundedCorners__green {
    margin-top: 30px;
  }
  .p-section03 .p-roundedCorners__green .p-conditionsGroup__items {
    margin-top: 60px;
  }
  .p-section03 .p-roundedCorners__green .textblock {
    font-size: 1.5rem;
    margin-top: 50px;
  }
  .p-section03 .p-roundedCorners__bg-gray {
    margin-top: 30px;
    padding: 50px 20px;
  }
  .p-section03 .p-roundedCorners__bg-gray .p-conditionsGroup__items {
    margin-top: 60px;
  }
  .p-section03 .p-roundedCorners__bg-gray .textblock {
    margin-top: 50px;
  }
  .p-section03 .p-roundedCorners__bg-gray .textblock p:nth-child(n+2) {
    margin-top: 10px;
  }
  .p-section03 .p-applyGroup__items {
    padding: 40px 20px;
  }
  .p-section03 .p-applyGroup__item:nth-child(2) {
    margin-top: 30px;
  }
  .p-section03 .p-applyGroup__address {
    margin-bottom: 34px;
    text-align: center;
  }
  .p-section03 .p-applyGroup__phone {
    margin-bottom: 20px;
    text-align: center;
  }
  .p-section03 .p-inquiryLower--other__txt {
    font-size: 1.5rem;
    margin-bottom: 16px;
    margin-left: -45px;
    text-align: center;
  }
  .p-section03 .p-documentGroup .p-roundedCorners__red {
    padding: 38px 20px 45px;
  }
  .p-section03 .p-paymentGroup .c-list__note {
    font-size: 1.5rem;
    margin-top: 36px;
    padding-left: 20px;
  }
  .p-section03 .p-efficacyGroup .p-roundedCorners__blue {
    padding: 38px 20px 44px;
  }
}

.p-section04 .p-roundedCorners__blue {
  margin-top: 35px;
}
.p-section04 .p-roundedCorners__blue p + p {
  font-size: 1.5rem;
  margin-top: 25px;
}
.p-section04 .p-premiumGroup .p-roundedCorners__blue p + p {
  color: var(--color-brilliant-amaranth);
}
.p-section04 .p-deductionGroup .p-roundedCorners__blue p:first-child {
  font-size: 1.8rem;
}
@media screen and (min-width: 798px) {
  .p-section04 .p-roundedCorners__blue {
    padding: 38px 50px;
  }
}
@media screen and (max-width: 797px) {
  .p-section04 .p-systemSec__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .p-section04 .p-roundedCorners__blue {
    padding: 40px 20px 55px;
  }
}

.p-section05 .p-systemSec__txt + .c-list__note {
  color: var(--color-brilliant-red);
  margin-top: 20px;
}
.p-section05 .p-increaseGroup .p-roundedCorners__blue {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-section05 .p-increaseGroup .p-increaseGroup__textblock {
  font-size: 1.5rem;
}
.p-section05 .p-claimdocumentsGroup .p-roundedCorners__green2 .c-list__circle li:not(:first-child) {
  margin-top: 10px;
}
.p-section05 .p-claimdocumentsGroup .p-roundedCorners__green2 .c-list__circle li i {
  color: var(--color-brilliant-amaranth);
}
.p-section05 .p-recipientGroup__textblock .c-list__circle {
  font-size: 1.5rem;
}
.p-section05 .p-recipientGroup__textblock .c-list__circle > li:not(:first-child) {
  margin-top: 25px;
}
.p-section05 .p-recipientGroup__textblock .c-list__circle > li:nth-child(1), .p-section05 .p-recipientGroup__textblock .c-list__circle > li:nth-child(2) {
  color: var(--color-brilliant-amaranth);
}
@media screen and (min-width: 798px) {
  .p-section05 .p-roundedCorners__blue {
    min-height: 88px;
    margin-top: 38px;
  }
  .p-section05 .p-roundedCorners__blue p {
    font-size: 2.2rem;
  }
  .p-section05 .p-roundedCorners__blue p i {
    margin-inline: 10px;
  }
  .p-section05 .p-increaseGroup__textblock {
    margin-top: 35px;
    padding-left: 35px;
  }
  .p-section05 .p-increaseGroup__textblock p + p {
    margin-top: 15px;
  }
  .p-section05 .p-claimdocumentsGroup .p-roundedCorners__green2 {
    margin-top: 30px;
    padding: 38px 50px;
  }
  .p-section05 .p-claimdocumentsGroup .p-roundedCorners__green2 li:not(:first-child) {
    margin-top: 10px;
  }
  .p-section05 .p-recipientGroup__textblock {
    margin-top: 31px;
    padding-left: 37px;
  }
}
@media screen and (max-width: 797px) {
  .p-section05 .p-systemSec__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .p-section05 .p-roundedCorners__blue {
    min-height: 108px;
    margin-top: 56px;
  }
  .p-section05 .p-roundedCorners__blue p {
    font-size: 1.7rem;
  }
  .p-section05 .p-roundedCorners__blue p i {
    margin-inline: 2px;
  }
  .p-section05 .p-increaseGroup__textblock {
    margin-top: 42px;
  }
  .p-section05 .p-increaseGroup__textblock p + p {
    margin-top: 25px;
  }
  .p-section05 .p-claimdocumentsGroup .p-roundedCorners__green2 {
    margin-top: 56px;
    padding: 38px 20px 45px;
  }
  .p-section05 .p-claimdocumentsGroup .p-roundedCorners__green2 .c-list__circle li:not(:first-child) {
    margin-top: 20px;
  }
  .p-section05 .p-claimdocumentsGroup .p-roundedCorners__green2 .c-list__circle li i {
    display: block;
  }
  .p-section05 .p-recipientGroup__textblock {
    margin-top: 50px;
    padding-left: 20px;
  }
}

.p-section06 .p-systemSec__txt + .c-list__note {
  color: var(--color-brilliant-red);
  margin-top: 20px;
}
@media screen and (max-width: 797px) {
  .p-section06 .p-systemSec__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-section07 .p-bankList__inner {
  display: flex;
  flex-wrap: wrap;
}
.p-section07 .p-bankList__banner > div {
  background-color: var(--color-whi);
  border: 1px solid var(--color-pale-gray2);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 798px) {
  .p-section07 .p-bankList__text1 {
    display: flex;
    justify-content: space-between;
  }
  .p-section07 .p-bankList__text1 i {
    font-size: 1.5rem;
  }
  .p-section07 .p-bankList__text2 {
    color: var(--color-brilliant-amaranth);
    margin-top: 78px;
  }
  .p-section07 .p-bankList__items {
    margin-top: 28px;
  }
  .p-section07 .p-bankList__inner {
    margin-bottom: -48px;
    margin-inline: -20.5px;
  }
  .p-section07 .p-bankList__item {
    margin-bottom: 48px;
    margin-inline: 22px;
    width: calc(33% - 41px);
  }
  .p-section07 .p-bankList__banner > div {
    min-height: 124px;
  }
  .p-section07 .p-bankList__banner p {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 797px) {
  .p-section07 .p-systemSec__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .p-section07 .p-bankList__text1 i {
    display: block;
    font-size: 1.4rem;
    margin-top: 25px;
    text-align: right;
  }
  .p-section07 .p-bankList__text2 {
    color: var(--color-brilliant-amaranth);
    margin-top: 19px;
  }
  .p-section07 .p-bankList__text2 + .p-bankList__items {
    margin-top: 5px;
  }
  .p-section07 .p-bankList__items {
    margin-top: 28px;
  }
  .p-section07 .p-bankList__inner {
    margin-bottom: -13px;
    margin-inline: -11px;
  }
  .p-section07 .p-bankList__item {
    margin-bottom: 13px;
    margin-inline: 11px;
    width: calc(50% - 22px);
  }
  .p-section07 .p-bankList__banner > div {
    min-height: 69px;
  }
  .p-section07 .p-bankList__banner > div figure {
    text-align: center;
  }
  .p-section07 .p-bankList__banner > div figure img {
    width: 70%;
  }
  .p-section07 .p-bankList__banner p {
    font-size: 1.3rem;
    margin-top: 2px;
  }
}

.p-section08 .p-referenceGroup__items {
  align-items: flex-end;
  margin-top: 20px;
}
.p-section08 .p-referenceGroup .p-referenceGroup--table__items {
  display: flex;
}
.p-section08 .p-referenceGroup .p-referenceGroup--table__item {
  width: 50%;
}
.p-section08 .p-referenceGroup .p-referenceGroup--table__item:nth-child(1) {
  margin-right: 20px;
}
.p-section08 .p-referenceGroup .p-referenceGroup--table__item table {
  background-color: var(--color-whi);
  width: 100%;
}
.p-section08 .p-referenceGroup .p-referenceGroup--table__item table thead th {
  background-color: var(--color-pale-cornflower-blue);
  font-size: 1.6rem;
  padding: 7px;
}
.p-section08 .p-referenceGroup .p-referenceGroup--table__item table tbody th {
  background-color: rgba(var(--color-pale-cornflower-blue-rgb), 0.16);
  font-weight: 400;
}
.p-section08 .p-referenceGroup .p-referenceGroup--table__item table tbody th, .p-section08 .p-referenceGroup .p-referenceGroup--table__item table tbody td {
  font-size: 1.7rem;
  padding: 7px;
  text-align: center;
}
.p-section08 .p-referenceGroup .p-roundedCorners__blue2 .c-list__circle li {
  font-size: 1.5rem;
}
.p-section08 .p-referenceGroup .p-roundedCorners__blue2 .c-list__circle li:not(:first-child) {
  margin-top: 20px;
}
.p-section08 .p-referenceGroup .p-roundedCorners__blue2 .c-list__circle li b {
  color: var(--color-brilliant-amaranth);
}
@media screen and (min-width: 798px) {
  .p-section08 .p-referenceGroup__items {
    display: flex;
    justify-content: space-between;
  }
  .p-section08 .p-referenceGroup__item:nth-child(1) {
    flex: 1;
    margin-right: 48px;
  }
  .p-section08 .p-referenceGroup .p-referenceGroup--table__items {
    display: flex;
  }
  .p-section08 .p-referenceGroup .p-roundedCorners__blue2 {
    padding: 45px 36px;
    max-width: 406px;
    width: 100%;
  }
  .p-section08 .p-referenceGroup .p-referenceGroup__img {
    margin-top: 113px;
  }
}
@media screen and (max-width: 797px) {
  .p-section08 .p-systemSec__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .p-section08 .p-referenceGroup .p-referenceGroup--table__item table thead th {
    font-size: 1.5rem;
  }
  .p-section08 .p-referenceGroup .p-referenceGroup--table__item table tbody th, .p-section08 .p-referenceGroup .p-referenceGroup--table__item table tbody td {
    font-size: 1.6rem;
  }
  .p-section08 .p-referenceGroup__item:nth-child(2) {
    margin-top: 49px;
  }
  .p-section08 .p-referenceGroup .p-roundedCorners__blue2 {
    padding: 40px 20px 25px;
  }
  .p-section08 .p-referenceGroup .p-referenceGroup__img {
    margin-top: 56px;
  }
}
@media screen and (min-width: 798px) {
  .p-section08 .p-estimateGroup__items {
    display: flex;
    margin-top: 45px;
  }
  .p-section08 .p-estimateGroup__item:nth-child(2) {
    margin-left: 90px;
    padding-right: 47px;
    padding-top: 20px;
  }
  .p-section08 .p-estimateGroup__item:nth-child(2) figure img {
    height: auto;
    width: 200px;
  }
  .p-section08 .p-estimateGroup__text {
    margin-top: 50px;
  }
}
@media screen and (max-width: 797px) {
  .p-section08 .p-estimateGroup__items {
    margin-top: 45px;
  }
  .p-section08 .p-estimateGroup__item:nth-child(1) .c-button {
    padding: 0 20px;
  }
  .p-section08 .p-estimateGroup__item:nth-child(2) {
    margin-top: 48px;
  }
  .p-section08 .p-estimateGroup__item:nth-child(2) figure {
    margin-inline: auto;
    max-width: 200px;
    width: 100%;
  }
  .p-section08 .p-estimateGroup__text {
    margin-top: 45px;
  }
}