@charset "utf-8";

/**fee */
.sec-yen {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: var(--space-20);
}

.sec-fee .sec-points {
  align-items: center;
  justify-content: center;
  position: relative;
  column-gap: var(--space-40);
}

.sec-fee .sec-points p {
  max-width: 35.375rem;
}

.sec-fee .yen-img {
  width: 19.6875rem;
  height: 7.9375rem;
}

.sec-fee .ico-fee-img {
  position: absolute;
  right: 4.0625rem;
  bottom: .0625rem;
}

/**Fees Details */
.sec-fee-detail {
  position: relative;
  padding-block: 1.875rem 0;
}

.sec-fee-detail.curved-bg::before {
  height: 242.8125rem;
  border-radius: 12.5rem 0px 0px 0px;
  background: var(--clr-green-100);
}

.sec-fee-detail .sec-rates {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: var(--space-65);
  row-gap: var(--space-40);
}

.sec-shipping-fees {
  padding-block: 5.5rem;
}

.operation-fees {
  display: flex;
  flex-direction: column;
  row-gap: 2.6875rem;
}

.operation-fees .card-body {
  align-items: center;
  justify-content: center;
  row-gap: .8125rem;
}

.card-body .box-txt {
  font-size: var(--fs-60);
  font-weight: 700;
}

.card-body .slash {
  font-weight: 100;
}

.card-body .bg-green-box {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  border-radius: 100vw;
  color: var(--clr-neutral-100);
  font-size: var(--fs-28);
  font-weight: 700;
  text-align: center;
  background-color: var(--clr-primary);
  padding-inline: 2.25rem 2.3125rem;
}

.deliver-fee .card-body {
  padding-bottom: 1.1875rem;
  column-gap: var(--space-40);
  padding-inline: var(--space-30) var(--space-30);
}

.card-body .box-txt.h-underline {
  position: relative;
  z-index: 1;
}

.h-underline::after {
  display: block;
  position: absolute;
  right: -19%;
  bottom: 10%;
  width: 166px;
  height: 13px;
  transform: translateX(-50%);
  content: '';
  z-index: -1;
  background-color: var(--clr-yellow-400);
}

.deliver-fee .cmn-card:last-child .bg-green-box {
  padding-inline: 3.5rem 3.5625rem;
}

.shipping-fee .shipping-fee-detail {
  display: grid;
  grid-template-columns: 419px 1fr;
  column-gap: 5.625rem;
}

.shipping-fee .card-body {
  align-items: start;
  justify-content: start;
  padding-inline: 3.375rem 3.25rem;
  padding-block: 2.875rem 1.25rem;
}

.shipping-fee .card-body .bg-green-box {
  width: 100%;
}

.sec-size .size {
  display: grid;
  line-height: 2;
  font-size: 1.625rem;
  grid-template-columns: auto 153px;
  column-gap: 4.5625rem;
  width: 100%;
}

.sec-size .size:nth-of-type(odd) {
  background-color: var(--clr-neutral-200);
}

.sec-size .size dt {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 45px;
  column-gap: 12px;
}

.sec-size .size dt::before {
  position: absolute;
  top: .9375rem;
  left: .875rem;
  width: 1.1875rem;
  height: .75rem;
  transform: rotate(-45deg);
  content: '';
  border-left: 4px solid var(--clr-primary);
  border-bottom: 4px solid var(--clr-primary);
}

.sec-size .size dd {
  font-weight: 400;
}

.sec-size .excluding-txt {
  padding-top: 10px;
}

.shipping-size .shipping-size-detail {
  display: grid;
  grid-template-columns: auto 461px;
  column-gap: var(--space-60);
}

.shipping-size .box-size a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.75rem;
  max-width: 100%;
  min-height: 7.75rem;
  border-radius: .625rem;
  color: var(--clr-border-300);
  font-size: 1.3125rem;
}

.shipping-size .ship-fee-right.tab-content-wrap img {
  border-radius: .625rem;
}

.tab-ttl-grp .tab-link[aria-selected='true'] {
  border: 3px solid var(--clr-secondary);
  color: var(--clr-neutral-100);
  background-color: var(--clr-primary);
}

.shipping-size .tab-link {
  background-color: var(--clr-border-700);
}

.shipping-size .card-body {
  padding: 2.5625rem 3.75rem 2.5rem 4.6875rem;
}

.card-body .shipping-size-detail .check-ttl {
  font-size: 1.25rem;
  font-weight: 500;
}

.price-simulation .card-body p {
  font-weight: 500;
  text-align: center;
}

.price-simulation .card-body .sub-ttl {
  font-size: var(--fs-34);
  font-weight: 700;
}

.price-simulation .card-body .sub-ttl.price-simulation-ttl {
  padding: 30px 1.875rem 2.375rem 1.875rem;
}

.operation-fees .price-simulation .card-body {
  align-items: start;
  justify-content: start;
  padding-bottom: 40px;
}

.price-simulation .shipping-cost .sub-ttl:first-child {
  border-radius: 100vw;
  padding-inline: 1.25rem;
  background-color: var(--clr-green-100);
  display: inline-block;
  line-height: 1.8;
  min-width: 36.0625rem;
}

.optional-plans {
  position: relative;
  top: 0;
  padding-bottom: 4.0625rem;
}

.plan-tab {
  padding-top: 40px;
  background-color: var(--clr-green-100);
}

.pricing-container {
  max-width: 1088px;
}

.pricing-tabs {
  display: none;
  text-align: center;
}

.tab-btn {
  border: 4px solid var(--clr-border-400);
  background: #f9f9f9;
  cursor: pointer;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.tab-btn.active {
  border-color: var(--clr-border-400);
  color: var(--clr-neutral-100);
  padding-block: 21px;
}


.tab-btn.personal-tab.active {
  background-color: var(--clr-orange-400);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.tab-btn.professional-tab.active {
  background-color: var(--clr-primary);
}

.tab-btn.professional-tab {
  border-color: var(--clr-border-400);
  transform: scaleX(1.07);
}

.tab-btn.business-tab.active {
  background-color: var(--clr-secondary);
}

.sec-optional-plans {
  padding-top: 4.375rem;
}

.pricing-table {
  display: flex;
  /* grid-template-columns: 214px repeat(3, 1fr); */
}

.pricing-table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pricing {
  display: flex;
}

.blank-header {
  min-width: 214px;
  max-width: 100%;
}

.plan-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 284px;
  max-width: 100%;
  line-height: 1.3;
  color: var(--clr-border-400);
  font-size: 1.1875rem;
  font-weight: 700;
  text-align: center;
}

.personal-plan-header {
  background-color: var(--clr-orange-400);
}

.plan-card {
  min-width: 284px;
  max-width: 100%;
  line-height: 1.35;
  border: 3px solid var(--clr-border-400);
  border-radius: 1.125rem;
  color: var(--clr-neutral-100);
  font-size: 1.375rem;
  text-align: center;
  border-bottom: unset;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  padding-block: .6875rem var(--space-15);
}

.plan-card:not(:last-child) {
  margin-right: 10px;
}

.pricing-plan {
  min-width: 284px;
  border: 3px solid var(--clr-border-400);
  border-radius: 1.125rem;
  border-top: unset;
  border-bottom-left-radius: 1.125rem;
  border-bottom-right-radius: 1.125rem;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-top: unset;
}

.pricing-plan:not(:last-child) {
  margin-right: 10px;
}

.pricing-plan ul li:first-child {
  line-height: 1;
  font-weight: 900;
  padding-block: 1rem 1.0625rem;
}

.default-plan ul li:first-child {
  line-height: 1;
  padding-block: 1rem 1.625rem;
}

.pricing-plan ul li:not(:first-child) {
  font-size: var(--fs-18);
  font-weight: 500;
}

.default-plan ul li {
  min-width: 214px;
  font-size: var(--fs-20);
}

.pricing-plan ul li {
  text-align: left;
  padding-block: 10px;
}

.pricing-plan ul li:nth-child(6n),
.default-plan ul li:nth-child(6n) {
  height: 100px;
}

.pricing-plan ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.default-plan ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.default-plan {
  min-width: 214px;
  max-width: 100%;
}

.default-plan ul li:nth-of-type(even),
.pricing-plan ul li:nth-of-type(even) {
  background-color: var(--clr-neutral-200);
}

.default-plan ul li:nth-of-type(even){
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.default-plan ul li,
.pricing-plan ul li {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 72px;
  max-height: 100%;
  line-height: 1.35;
  white-space: normal;
}

.default-plan ul li {
  justify-content: center;
}

.pricing-plan ul li:not(:first-child) {
  position: relative;
  padding-left: 64px;
  gap: 20px;
}

.pricing-plan ul li svg {
  display: flex;
}

.pricing-plan ul li:first-child {
  justify-content: center;
}

.pricing-plan ul li:not(:first-child) span {
  position: relative;
}

.pricing-plan ul li:not(:first-child) span:before {
  display: flex;
  position: absolute;
  top: 0;
  right: calc(100% + 25px);
  width: 1.1875rem;
  height: .75rem;
  transform: rotate(-45deg);
  content: '';
  align-self: flex-start;
}

.pricing-plan.personal ul li:not(:first-child) span:before {
  border-left: 4px solid var(--clr-orange-400);
  border-bottom: 4px solid var(--clr-orange-400);
}

.pricing-plan.professional ul li:not(:first-child) span:before {
  border-left: 4px solid var(--clr-primary);
  border-bottom: 4px solid var(--clr-primary);
}

.pricing-plan.business ul li:not(:first-child) span:before {
  border-left: 4px solid var(--clr-secondary);
  border-bottom: 4px solid var(--clr-secondary);
}

.pricing-plan ul li:last-child,
.default-plan ul li:last-child {
  padding-bottom: 1.25rem;
}

.optional-plan {
  padding-top: 1.5625rem;
  font-size: 1.625rem;
  margin-inline: auto;
  text-align: center;
}

/* below 1180px */
@media (max-width: 73.75em) {
  .sec-fee-detail.curved-bg::before {
    height: 100%;
  }

	.shipping-fee .shipping-fee-detail {
    display: grid;
    grid-template-columns: 43% 1fr;
    column-gap: 2.5rem;
	width: 100%;
  }

	.shipping-fee .sec-size {
		margin-left: auto;
	}
}

/* below 1160px */
@media (max-width: 72.5em) {
  .plan-header {
    min-width: 24.483vw;
    font-size: 1.379vw;
  }

  .plan-card:not(:last-child) {
    margin-right: 0.862vw;
  }

  .plan-card {
    min-width: 24.483vw;
    font-size: 1.897vw;
    padding-block: 0.948vw 1.293vw;
  }

  .default-plan {
    min-width: 18.449vw;
  }

  .default-plan ul li:first-child {
    padding-block: 1.38vw 1.38vw;
  }

  .default-plan ul li {
    min-width: 18.449vw;
    font-size: 1.724vw;
  }

  .pricing-plan ul li:first-child {
    font-size: 2.586vw;
    padding-block: 1.38vw 1.465vw;
  }

  .default-plan {
    min-width: 18.449vw;
  }

  .pricing-plan {
    min-width: 24.483vw;
  }

  .pricing-plan:not(:last-child) {
    margin-right: 0.862vw;
  }

  .blank-header {
    min-width: 18.448vw;
  }

  .pricing-plan ul li:not(:first-child) {
    padding-left: 5.517vw;
    font-size: 1.552vw;
    gap: 1.724vw;
  }
}

/* below 1100px */
@media (max-width: 68.75em) {
	.sec-size .size {
    font-size: 2.364vw;
    grid-template-columns: auto 13.909vw;
    column-gap: 3.636vw;
  }

  .sec-fee .ico-fee-img {
    right: 1.818vw;
    bottom: 1.818vw;
  }

	.sec-size .size dt {
    padding-left: 4.091vw;
    column-gap: 1.091vw;
  }

	.sec-size .size dt::before {
    top: 1.364vw;
    left: 1.273vw;
    width: 1.727vw;
    height: 1.091vw;
    border-left: 0.364vw solid var(--clr-primary);
    border-bottom: 0.364vw solid var(--clr-primary);
  }

	.sec-size .excluding-txt {
		font-size: 1.636vw;
	}

	.shipping-fee .shipping-fee-detail {
    display: grid;
    grid-template-columns: 45% 1fr;
    column-gap: 3.636vw;
    width: 100%;
  }
}

/* below 1024px */
@media (max-width: 64em) {

  .sec-yen {
    column-gap: 1.953vw;
  }

  .sec-fee .equal {
    width: 2.246vw;
    height: 0.684vw;
  }

  .sec-fee {
    padding-top: 13.333vw;
  }

  .sec-fee .sec-points {
    column-gap: 3.906vw;
  }

  .sec-fee .sec-points p {
    max-width: 55.273vw;
    font-size: 1.953vw;
  }

  .sec-fee .ico-fee-img {
    right: 0;
    bottom: 3.636vw;
  }

  .sec-shipping-fees {
    padding-block: 8vw;
  }

  .sec-rates p {
    font-size: 2.051vw;
  }

  .sec-fee-detail .sec-rates {
    column-gap: 6.348vw;
    row-gap: 3.906vw;
  }

  .deliver-fee {
    padding-top: 7.813vw;
  }

  .deliver-fee.col-gap-48 {
    column-gap: 4.688vw;
  }

  .card-body .box-txt {
    font-size: 5.859vw;
  }

  .card-body .bg-green-box {
    font-size: 2.734vw;
    padding-inline: 2.93vw 2.93vw;
  }

  .deliver-fee .card-body {
    padding-bottom: 1.855vw;
    column-gap: 3.906vw;
    padding-inline: 2.93vw;
  }

  .operation-fees .card-body {
    row-gap: 1.27vw;
  }

  .deliver-fee .cmn-card:last-child .bg-green-box {
    padding-inline: 3.906vw;
  }

  .h-underline::after {
    width: 16.211vw;
    height: 1.27vw;
  }

  .shipping-fee .card-body {
    display: block;
    align-items: center;
    justify-content: center;
    padding-inline: 5.273vw 5.078vw;
    padding-block: 4.492vw 1.953vw;
  }

  .shipping-fee .shipping-fee-detail {
    display: flex;
    flex-direction: column;
    row-gap: 3.906vw;
  }

  .sec-size .size {
    font-size: 2.539vw;
    grid-template-columns: auto 19.531vw;
    column-gap: 2.5rem;
  }

  .sec-size .size dt {
    padding-left: 4.395vw;
    column-gap: 1.172vw;
  }

  .sec-size .size dt::before {
    top: 1.465vw;
    left: 1.367vw;
    width: 1.855vw;
    height: 1.172vw;
  }

  .shipping-size .card-body {
    padding: 4.004vw 5.859vw 3.906vw 7.324vw;
  }

  .shipping-size .shipping-size-detail {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    row-gap: 3.906vw;
  }

  .card-body .shipping-size-detail .check-ttl {
    font-size: 20px;
  }

  .shipping-size .box-size a {
    width: 17.188vw;
    max-width: 100%;
    min-height: 17.188vw;
    border-radius: 1.367vw;
    font-size: 2.832vw;
  }

  .sec-box-sixe.col-gap-10 {
     column-gap: 3.906vw;
  }

  .price-simulation .card-body .sub-ttl {
    font-size: 3.32vw;
  }

  .price-simulation .shipping-cost .sub-ttl:first-child {
    padding-inline: 1.953vw;
  }

  .price-simulation .card-body .sub-ttl {
    font-size: 3.32vw;
  }

  .plan-header {
    min-width: 24.483vw;
    font-size: 1.563vw;
  }

  .default-plan ul li {
    font-size: 1.953vw;
  }

  .pricing-plan ul li:first-child {
    font-size: 2.93vw;
  }

  .optional-plan {
    padding-top: 2.441vw;
    font-size: 2.539vw;
  }

  .sec-fee-detail.curved-bg::before {
    height: 100%;
    border-radius: 19.531vw 0 0 0;
  }

  .pricing-plan ul li:not(:first-child) span:before {
    right: calc(100% + 0.977vw);
    width: 1.855vw;
    height: 1.172vw;
  }

  .pricing-plan ul li {
    padding-block: 0.977vw;
  }

	.pricing-plan ul li:nth-child(6n),
	.default-plan ul li:nth-child(6n) {
      height: 9.766vw;
  }

	.pricing-plan.business ul li:not(:first-child) span:before {
    border-left: 0.391vw solid var(--clr-secondary);
    border-bottom: 0.391vw solid var(--clr-secondary);
  }

	.pricing-plan.personal ul li:not(:first-child) span:before {
    border-left: 0.391vw solid var(--clr-orange-400);
    border-bottom: 0.391vw solid var(--clr-orange-400);
  }

	.pricing-plan.professional ul li:not(:first-child) span:before {
    border-left: 0.391vw solid var(--clr-primary);
    border-bottom: 0.391vw solid var(--clr-primary);
  }

	.sec-size .excluding-txt {
      font-size: 1.758vw;
    }

		.shipping-fee .sec-size {
      margin-left: unset;
    }
}

/* below 768px */
@media (max-width: 48em) {
  .pricing-plan {
    display: none;
  }

  .pricing-tabs {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }

  .pricing-plan.active {
    display: block;
  }

  .sp-plan-header {
    display: none;
  }

  .default-plan ul li:nth-of-type(even) {
    border-top-left-radius: 2.933vw;
    border-bottom-left-radius: 2.933vw;
  }

  .sp-plan-header.active {
    display: block;
  }

  .sp-plan-header.business.active {
    text-align: end;
  }

  .tab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clr-neutral-100);
    font-size: 4.267vw;
    font-weight: 900;
    background-color: var(--clr-border-700);
    padding-block: 0.533vw;
    padding-inline: 0;
  }

  .sp-pricing.pcnone {
    display: flex;
  }

  .sp-plan-header.personal {
    flex: 0 0 29.067vw;
  }

  .sp-plan-header.professional {
    flex: 1 0 29.067vw;
  }

  .sp-plan-header.business {
    flex: 1 0 29.067vw;
  }


  .personal-tab {
    flex: 1 0 29.067vw;
  }

  .professional-tab {
    flex: 1 0 29.067vw;
  }

  .business-tab {
    flex: 1 0 29.067vw;
  }

  .sp-plan-header {
    color: var(--clr-border-400);
    font-size: 3.467vw;
    font-weight: 700;
    text-align: center;
  }

  .default-plan ul li {
    min-width: 28.533vw;
    font-size: 3.733vw;
  }

  .pricing-plan ul li:not(:first-child) {
    font-size: 3.467vw;
  }

  .pricing-plan ul li:first-child {
    font-size: 5.6vw;
  }

  .sec-fee .sec-points {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .sec-fee .sec-points p {
    max-width: 92vw;
    font-size: 4.267vw;
    text-align: left;
  }

  .sec-fee .ico-fee-img {
    position: unset;
  }

  .sec-fee .yen-img {
    width: 63.733vw;
    height: 27.2vw;
  }

  .sec-fee .sec-wrap {
    width: 100%;
  }

  .sec-fee .ico-fee-img img {
    width: 34.133vw;
    height: 47.733vw;
  }

  .sec-rates p {
    font-size: 4.267vw;
  }

  .btn.btn-bg-blue {
    min-width: 92vw;
    height: unset;
    font-size: 4vw;
    padding-block: 2.4vw;
  }

  .sec-fee-detail.curved-bg::before {
    border-radius: 13.333vw 0px 0px 0px;
  }

  .sec-shipping-fees .sec-ttl {
    margin-bottom: 4vw;
  }

  .btn.btn-bg-blue:after {
    right: 5.333vw;
  }

  .sec-fee-detail .sec-rates {
    row-gap: 8.533vw;
  }

  .sec-fee-detail {
    padding-block: 11.733vw 0;
  }

  .sec-fee .sec-ttl {
    margin-bottom: 4.667vw;
  }

  .sec-shipping-fees {
    padding-block: 18vw 17.067vw;
  }

  .deliver-fee {
    padding-top: 11.333vw;
  }

  .deliver-fee .card-body {
    padding-bottom: 6vw;
    padding-inline: 5.333vw;
  }

  .delivery-img-01 {
    padding-top: 4.667vw;
  }

  .delivery-img-01 img {
    width: 49.2vw;
    height: 13.467vw;
  }

  .delivery-img-02 {
    padding-top: 2.667vw;
  }

  .delivery-img-02 img {
    width: 30.933vw;
    height: 18.133vw;
  }

  .card-body .box-txt {
    font-size: 10.4vw;
  }

  .card-body .bg-green-box {
    font-size: 4.8vw;
    padding-inline: 6.667vw 6.933vw;
  }

  .deliver-fee.col-gap-48 {
    row-gap: 10.667vw;
  }

  .deliver-fee .cmn-card:last-child .bg-green-box {
    padding-inline: 10.4vw 10.267vw;
  }

  .operation-fees {
    row-gap: 10.667vw;
  }

  .shipping-fee .card-body {
    display: block;
    padding-inline: 5.2vw 5.067vw;
    padding-block: 33.69px 14.648px;
  }

  .shipping-fee .card-body .bg-green-box {
    width: 68.667vw;
    max-width: 100%;
  }

  .sec-size {
    margin-top: 5.333vw;
  }

  .ship-fee-img img {
    width: 165px;
    height: 114.998px;
  }

  .sec-size .size {
    font-size: 4.267vw;
    grid-template-columns: auto 16vw;
    column-gap: 5.333vw;
  }

  .sec-size .size dt::before {
    top: 3.2vw;
    left: 2vw;
    width: 3.2vw;
    height: 2vw;
		border-left: 0.667vw solid var(--clr-primary);
    border-bottom: 0.667vw solid var(--clr-primary);
  }

  .sec-size .size dt {
    padding-left: 7.6vw;
    column-gap: 2vw;
  }

  .sec-size .excluding-txt {
    padding-top: 1.333vw;
    font-size: 3.733vw;
  }

  .h-underline::after {
    width: 28.933vw;
    height: 2.267vw;
  }

  .shipping-size .card-body {
    padding: 4.267vw 1.733vw 4.4vw 1.867vw;
  }

  .card-body .shipping-size-detail .check-ttl {
    font-size: 3.733vw;
    text-align: left;
  }

  .sec-box-sixe.grid-3-col {
    grid-template-columns: repeat(3, 1fr);
     !important column-gap: 5.333vw;
  }

  .sec-box-sixe.col-gap-10 {
    column-gap: 5.333vw;
  }

  .shipping-size .box-size a {
    width: 23.467vw;
    max-width: 100%;
    min-height: 23.467vw;
    border-radius: 1.867vw;
    font-size: 4vw;
  }

  .tab-ttl-grp.row-gap-25 {
    row-gap: 4.933vw;
  }

  .shipping-size .ship-fee-right.tab-content-wrap img {
    width: 81.6vw;
    height: 52vw;
    border-radius: 12.998px;
  }

  .shipping-size .shipping-size-detail {
    align-items: start;
    justify-content: start;
    row-gap: 4.933vw;
  }

  .price-simulation .card-body .sub-ttl {
    font-size: 4.933vw;
  }

  .price-simulation .shipping-cost .sub-ttl:first-child {
    min-width: 84.133vw;
    max-width: 100%;
    padding-inline: 0.667vw 4vw;
    padding-block: 1.067vw;
    line-height: 1.3;
  }

  .pricing-plan ul li:not(:first-child) {
    padding-left: 10.933vw;
    font-size: 3.467vw;
    gap: 2.533vw;
  }

  .pricing-plan ul li:not(:first-child):before {
    top: 5.333vw;
    left: 4.8vw;
    width: 3.467vw;
    height: 2.133vw;
  }

  .default-plan {
    min-width: 39.733vw;
    border-left: 3px solid var(--clr-border-400);
    border-bottom: 3px solid var(--clr-border-400);
    border-bottom-left-radius: 18px;
    flex-grow: 1;
  }

  .pricing-plan {
    min-width: unset;
    border-bottom-left-radius: unset;
    flex-grow: 1;
  }

  .pricing-plan:not(:last-child) {
    margin-right: 0;
  }

  .default-plan ul li,
  .pricing-plan ul li {
    height: 13.333vw;
  }

  .pricing-plan ul li:nth-child(6n),
  .default-plan ul li:nth-child(6n) {
    height: 18.667vw;
  }

  .shipping-cost {
    padding-top: 70px;
  }

  .price-simulation .card-body .sub-ttl.price-simulation-ttl {
    padding: 30px 1.875rem 50px 1.875rem;
  }

  .optional-plan {
    padding-top: 4vw;
    font-size: 4.267vw;
    padding-left: 0;
  }

  .sec-fee-detail.curved-bg::before {
    height: 100%;
  }

  .sec-optional-plans {
    padding-top: 16vw;
  }

  .sec-optional-plans .sec-ttl {
    margin-bottom: 5.333vw;
  }

  .operation-fees .price-simulation .card-body {
      padding-inline: 3.6vw 2.667vw;
      padding-bottom: 6.667vw;
  }

  .pricing-plan ul li:not(:first-child) span:before {
    right: calc(100% + 2.667vw);
    width: 3.6vw;
    height: 2.267vw;
  }

  .pricing-plan.personal ul li:not(:first-child) span:before {
    border-left: 0.8vw solid var(--clr-orange-400);
    border-bottom: 0.8vw solid var(--clr-orange-400);
  }

  .pricing-plan.professional ul li:not(:first-child) span:before {
    border-left: 0.8vw solid var(--clr-primary);
    border-bottom: 0.8vw solid var(--clr-primary);
  }

  .pricing-plan.business ul li:not(:first-child) span:before {
    border-left: 0.8vw solid var(--clr-secondary);
    border-bottom: 0.8vw solid var(--clr-secondary);
  }

  .sec-shipping-fees .sec-ttl svg {
    width: 76vw;
    height: 27.733vw;
  }

  .sec-optional-plans .sec-ttl svg {
    width: 80.533vw;
    height: 27.2vw;
  }

  .sec-fee .sec-ttl svg {
    width: 80.933vw;
    height: 16.8vw;
  }

	.shipping-fee .sec-size {
    margin-left: unset;
  }
}