.is-hidePcTab {
	display:none;
}

.is-hideSPTab {
	display:block;
}

.business__topTitle {
  font-size: 187.5%;
  line-height: 1.6;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .business__topTitle {
    font-size: 125%;
  }
}
.business__topTitle.icon:before {
  content: "";
  border: 1px solid #00a03c;
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 1px;
  height: 33px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.business__topTitle.icon:after {
  content: "";
  border: 1px solid #00a03c;
  position: absolute;
  right: -15px;
  bottom: 0;
  width: 1px;
  height: 33px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.business__topTitle.icon {
	line-height: unset;
}

.parking-about {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .parking-about {
    padding: 100px 0px;
  }
}
@media screen and (max-width: 768px) {
  .parking-about {
    padding: 50px 0;
  }
}

.business__topNote {
   font-size: 137.5%;
   line-height: 1.6;
   margin-top: 30px;
}

.plan-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 30px;
  text-align: center;
  border: 1px solid #000;
}

.plan-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 29px;
  letter-spacing: 6px;
  text-align: center;
}

.plan-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.plan-item {
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #00a83c;
  color: #00a83c;
  background: #fff;
  text-align: center;
}

.plan-item.is-active {
  color: #fff;
  background: linear-gradient(135deg, #9be000, #00a83c);
  border: none;
}

.plan-note {
  font-size: 16px;
  text-align: left;
  font-weight: 500;
}

.service-reason.service-reason__card {
	padding: 70px 0 43px;
}

.payment-section {
  margin-top: 100px;
  padding: 100px 30px;
  background: -webkit-gradient(linear, left top, right top, from(#e4e5e6), color-stop(#fcf7e3), color-stop(#e2e0d3), color-stop(#ededed), to(#dad7bf));
  background: linear-gradient(to right, #e4e5e6, #fcf7e3, #e2e0d3, #ededed, #dad7bf);
}

.payment-subtitle {
  font-size: 18px;
  margin-bottom: 12px;
}

.payment-title {
  text-align: center;
  font-size: 28px;
  margin: 70px 0 54px;
  font-weight: bold;
  letter-spacing: 5px;
}

.payment-container {
  max-width: 940px;
  margin: 0 auto;
}

.payment-methods {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0 auto;
}

.payment-card {
  position: relative;
  padding: 36px 20px;
  background: transparent;
  border: 1px solid #333;
}

.payment-card.is-recommended {
  border: 1px solid #00a03c;
}

.payment-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 20px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(135deg, #9be000, #00a83c);
  border-radius: 999px;
  font-weight: normal;
  white-space: nowrap;
}

.payment-card-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
}

.payment-card-title span {
  font-size: 18px;
}

.payment-divider {
  margin: 20px 0 32px;
  border: none;
  border-top: 1px solid #333;
}

.payment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.payment-list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}

.payment-list li::before {
  content: "";
  position: absolute;
  background: url(/mt/mt-static/customize/asset/img/common/icon_check.svg) no-repeat left top 2px / contain;
  background-size: 30px;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
}

.payment-card-title-second {
	height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-promo-container {
  max-width: 940px;
  margin: 0 auto;
  padding: 60px 50px;
  border: 3px solid #e60012;
  border-radius: 40px;
  text-align: center;
  background: #fff;
}

.card-promo {
  background: -webkit-gradient(linear, left top, right top, from(#e4e5e6), color-stop(#fcf7e3), color-stop(#e2e0d3), color-stop(#ededed), to(#dad7bf));
  background: linear-gradient(to right, #e4e5e6, #fcf7e3, #e2e0d3, #ededed, #dad7bf);
  padding: 100px 30px;
  margin-bottom: 100px;
}

.card-promo__title {
  color: #e60000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 3px;
}

.card-promo__content {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 48px;
  justify-content: space-between;
}

.card-promo__left {
  position: relative;
  margin-left: 50px;
  margin-top: 40px;
  min-width: 260px;
}

.card-promo__left img {
  position: relative;
  z-index: 2;
  width: 257px;
}

.card-promo__badge {
  position: absolute;
  top: -90px;
  left: -50px;
  width: 110px;
  height: 110px;
  border: 1px solid #e60000;
  border-radius: 50%;
  color: #e60012;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  background: #fff;
  z-index: 1;
}

.card-promo__card {
  width: 260px;
  height: 160px;
  margin: 0 auto;
  border-radius: 12px;
  background: linear-gradient(135deg, #6d0000, #b30000);
  color: #fff;
  position: relative;
}

.card-promo__card-name {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 14px;
}

.card-promo__card-brand {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 18px;
  font-weight: bold;
}

.card-promo__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.card-promo__list li {
  position: relative;
  padding-left: 54px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}

.card-promo__list li::before {
  content: "";
  position: absolute;
  background: url(/service/icon_check_black.svg) no-repeat left top 2px / contain;
  background-size: 30px;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
}

.card-promo__bonus {
  position: relative;
  margin: 64px auto;
  padding: 57px 46px 40px 46px;
  border: 2px solid #e60000;
  max-width: 650px;
  background: -webkit-gradient(linear, left top, right top, from(#e4e5e6), color-stop(#fcf7e3), color-stop(#e2e0d3), color-stop(#ededed), to(#dad7bf));
  background: linear-gradient(to right, #e4e5e6, #fcf7e3, #e2e0d3, #ededed, #dad7bf);
}

.card-promo__ribbon {
  color: #fff;
  font-weight: bold;
}

.card-promo__bonus-text {
  font-size: 20px;
  margin-bottom: 16px;
}

.card-promo__bonus-amount {
  font-size: 28px;
  font-weight: bold;
  color: #000;
}

.card-promo__bonus-amount p {
 color: #e60000;
}

.card-promo__bonus-amount__note {
  color: #e60000;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.6;
}

.card-promo__bonus-amount .price {
  font-size: 58px;
  font-family: hubballi400, sans-serif;
  color: #e60000;
}

.card-promo__bonus-amount .sub-price {
  color: #e60000;
}

.card-promo__note {
  margin: 75px 0 30px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
}

.card-promo__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 420px;
  margin: 0 auto 40px;
}

.card-promo__feature {
  border: 1px solid #e60012;
  border-radius: 12px;
  padding: 24px;
  color: #e60000;
  font-size: 16px;
  box-shadow: 5.657px 5.657px 12px 0px rgba(45, 45, 45, 0.28);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.6;
}

.card-promo__link {
  font-size: 16px;
  line-height: 1.6;
}

.line-container {
    width: 100%;
    max-width: 1200px;
}

.gradient-line {
    height: 2px;
    margin: 40px 0 70px;
    background: linear-gradient(
        to right,
        rgba(230, 0, 0, 0)   0%,
        rgba(230, 0, 0, 1)  15%,
        rgba(230, 0, 0, 1)  85%,
        rgba(230, 0, 0, 0) 100%
    );
}

.line-thick {
    height: 3px;
}




@media (max-width: 768px) {
  .card-promo {
    padding: 60px 24px;
  }

  .card-promo__content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .card-promo__list {
    text-align: left;
  }
}

.container-card__ribbon {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
}

.card-promo__ribbon {
        position: absolute;
    background: url(/service/ribon.png);
    padding: 14px 40px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    top: -28px;
}

@media (max-width: 480px) {
  .payment-methods {
    gap: 24px;
  }

  .payment-card {
    padding: 28px 20px;
  }

  .payment-card-title {
    font-size: 20px;
  }

  .payment-card-title span {
    font-size: 16px;
  }
}


@media (max-width: 1024px) {
  .plan-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .business__topNote {
    grid-template-columns: repeat(3, 1fr);
    font-size: 100%;
  }
  
  .service-reason.service-reason__card {
      padding-top: 0px;
  }

	.plan-title {
		font-size: 16px;
		letter-spacing: 3px;
	}

	.plan-item {
		font-size: 12px;
		height: 74px;
	}
	
	.plan-note {
		font-size: 14px;
	}

	.plan-section.service-reason__inner {
		padding: 30px 16px !important;
		max-width: 560px !important;
		width: calc(100% - 50px)!important;
	}
    
	.payment-container,
	.register-flow-container,
	.card-promo-container {
		max-width: 560px !important;
		width: calc(100% - 40px);
	}

	.card-promo__content {
		flex-direction: column;
	}
	.payment-methods {
		grid-template-columns: repeat(1, 1fr);
		gap: 24px;
	}

	.payment-list li,
	.card-promo__list li {
		font-size: 16px;
		margin-bottom: 16px;
		padding-left: 30px;
	}

	.payment-list li::before,
	.payment-list li::after,
	.card-promo__list li::before,
	.card-promo__list li::after {
		background-size: 20px;
    	width: 24px;
    	height: 24px;
	}

	.card-promo__badge {
	    width: 90px;
    	height: 90px;
		font-size: 14px;
		top: -70px;
    	left: -16px;
	}

	.card-promo__left {
		margin-left: 35px;
    	margin-top: 40px;
	}

	.card-promo__left img {
		width: 210px;
	}

	.payment-card-title {
		font-size: 18px;
	}
	
	.payment-card-title-second {
		height: 60px;
	}

	.payment-card {
		padding: 24px 16px;
	}

	.register-step__text {
		font-size: 16px !important;
	}

	.card-promo-container {
		padding: 40px 16px;
	}

	.gradient-line {
		margin: 20px 0 50px;
	}

	.card-promo {
		margin-bottom: 60px;
	}

	.card-promo__title {
		font-size: 20px;
	}

	.card-promo__list li {
		font-size: 16px;
	}

	.card-promo__ribbon {
		font-size: 16px;
		top: -24px;
        min-width: 212px;
	}

	.card-promo__bonus {
		padding: 47px 16px 30px 16px
	}

	.card-promo__bonus-text {
	    font-size: 14px;	
	}

	.card-promo__bonus-amount,
	.card-promo__bonus-amount__note {
		font-size: 14px;
	}

	.card-promo__note {
	    margin: 45px 0 30px;
    	font-size: 16px;
	}

	.card-promo__feature {
		font-size: 13px;
		padding: 14px 4px;
	}
	
	.payment-title {
		font-size: 22px;
		margin: 40px 0 34px;
	}

	.register-flow-container {
		padding-top: 40px !important;
	}

	.register-steps {
		padding-top: 30px !important;		
		padding-bottom: 50px !important;
	}

	.payment-section {
		padding: 60px 20px;
		margin-top: 70px;
	}

	.register-flow {
		padding: 0 20px !important;
	}

	.register-steps__note {
		font-size: 13px !important;
	}

	.card-promo__bonus-amount .price {
		font-size: 30px;
	}

	.card-promo__features {
		gap: 16px;
	}

	.card-promo__link {
		font-size: 14px;
	}

	.register-step__badge {
    	min-width: 35px !important;
		height: 35px !important;
		font-size: 16px !important;
	}

	.is-hidePcTab {
		display:block;
	}

	.is-hideSPTab {
		display:none;
	}
}

.register-flow {
	padding: 0 30px;
}
.register-steps {
  padding-top: 70px;  
  padding-bottom: 100px;
  background: #fff;
  text-align: center;
}

.register-steps__title {
  display: inline-block;
  padding: 12px 58px;
  background: linear-gradient(90deg, #8fd400, #00a040);
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}

.register-steps__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.register-step {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.register-step__badge {
  min-width: 50px;
  height: 50px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(90deg, #8fd400, #00a040);
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register-step__text {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 22px;
  font-weight: bold;
  text-align: left;
}

.register-step__image {
  width: 100%;
  max-width: 190px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.register-steps__note {
  margin-top: 40px;
  font-size: 16px;
  color: #333;
  text-align: right;
  line-height: 1.6;
}

.register-steps__note-sp {
	display: none;
}

@media (max-width: 768px) {
  .register-steps__list {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .register-steps__title {
    font-size: 20px;
    padding: 10px 24px;
  }

  .register-steps__note-sp {
	display: block;
	font-size: 14px;
	line-height: 1.6;
	text-align: right;
    margin-bottom: 50px;
  }

	.register-steps__note {
		display: none;
	}
}

.register-flow-container {
	max-width: 940px;
   margin: 0 auto;
   padding-top: 100px;
}

.register-step__content {
 display: flex; 
 gap: 10px;
}

