.subs-page {
		color: #333;
		font-size: 16px;
		line-height: 1.6;
	}
	.subs-page section {
		max-width: 1060px;
		margin-left: auto;
		margin-right: auto;
	}
	.subs-page a {
		text-decoration: none;
	}

	/* hero */
	.subs-hero {
		text-align: center;
	}
	.subs-hero__ttl {
		font-size: 30px;
		font-weight: bold;
		color: #222;
		line-height: 1.5;
		letter-spacing: -0.01em;
		padding-top: 54px;
		padding-bottom: 24px;
		color: #007fb1;
		background-color: #E7F3F9;
	}

	.subs-hero__cards {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin-bottom: 85px;
		padding-bottom: 35px;
		background-color: #E7F3F9;
	}
	.subs-hero__card {
		flex: 1 1 260px;
		max-width: 300px;
		background: #fff;
		border-radius: 30px;
		padding: 24px 18px;
		font-size: 15px;
		font-weight: bold;
		color: #006D98;
		line-height: 1.7;
	}

	.subs-hero__cards::after {
		content: '';
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 74px;
		background-color: #E7F3F9;
		clip-path: polygon(50% 100%, 0 0, 100% 0);
	}

	/* intro */
	.subs-intro {
		position: relative;
		text-align: center;
	}
	.subs-intro__icon {
		position: absolute;
		top: -170px;
		left: 51.5%;
		width: 60px;
		margin: 0 auto 20px;
		transform: translateX(-50%);
	}
	.subs-intro__icon svg {
		width: 100%;
		height: auto;
	}
	.subs-intro__ttl {
		margin-top: 140px;
		font-size: 26px;
		font-weight: bold;
		line-height: 1.6;
		color: #006098;
		letter-spacing: -0.01em;
	}

	/* features */
	section.subs-features {
		display: flex;
		flex-wrap: nowrap;
		gap: 20px;
		max-width: 900px;
		margin-top: 40px;
	}
	.subs-features__list {
		width: 50%;
		padding: 30px;
		border: 2px solid #1BAB19;
		background: #F5FDF5;
		border-radius: 12px;
	}
	.subs-features__list li {
		position: relative;
		font-size: 18px;
		color: #535353;
		font-weight: 700;
		padding: 8px 0 8px 0;
		vertical-align: baseline;
	}
	.subs-features__list li::before {
		content: "";
		display: inline-block;
		width: 31px;
		height: 31px;
		background-image: url('../img/online-subscription/icon-check.png');
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
		margin-right: 8px;
		transform: translateY(-2px);
	}
	.subs-features__visual {
		width: 50%;
		margin: 0 auto;
		border-radius: 8px;
		overflow: hidden;
	}

	/* steps */

	.subs-steps {
		margin-top: 55px;
	}

	.subs-steps__head {
		position: relative;
		text-align: center;
		margin: 80px 0 30px;
	}

	.subs-steps__head::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
		border-top: 1px dashed #0073A8;
	}

	.subs-steps__head span {
		position: relative;
		display: inline-block;
		border: 1px solid #0073A8;
		background: #FFF;
		border-radius: 25px;
		padding: 6px 30px;
		font-weight: bold;
		font-size: 20px;
		color: #0073A8;
		z-index: 1;
	}
	.subs-steps__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 18px;
		list-style: none;
		margin: 0 0 20px;
		padding: 0;
	}
	.subs-steps__list li.item {
		flex: 1 1 200px;
		max-width: 230px;
		border-radius: 8px;
		padding: 14px 10px 26px;
		text-align: center;
		color: #fff;
		position: relative;
	}
	.subs-steps__list li.arrow {
		display: block;
		width: 18px;
		height: 18px;
		align-self: center;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		transform: translateX(2px);
	}
	.subs-steps__list--buy li {
		background: #007fb1;
	}
	.subs-steps__list--buy li + li::before {
		border-left: 8px solid #007fb1;
	}
	.subs-steps__list--after li {
		background: #008C99;
	}

	.subs-steps__list--after li.item {
		min-width: 300px;
	}

	.subs-steps__num {
		display: block;
		width: fit-content;
		margin: 8px auto 16px;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 0.05em;
	}
	.subs-steps__num::after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #FFF;
	}
	.subs-steps__txt {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 3em;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.5;
	}
	.subs-steps__notes {
		max-width: 660px;
		margin: 25px auto 0;
		font-size: 13px;
		color: #666;
		line-height: 1.8;
	}

	/* products */
	.subs-products {
		max-width: 1120px;
		margin-top: 80px;
	}
	.subs-products__ttl {
		font-size: 22px;
		font-weight: bold;
		color: #222;
		border-left: solid 4px #007fb1;
		padding-left: 14px;
		margin-bottom: 30px;
	}
	.subs-products__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin-top: 30px;
	}
	.subs-product {
		flex: 1 1 300px;
		max-width: 340px;
		border: 1px solid #ddd;
		border-radius: 10px;
		padding: 40px 36px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		box-shadow: 0 2px 6px rgba(0,0,0,0.06);
	}
	.subs-product__name {
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		color: #222;
		line-height: 1.4;
		margin-bottom: 14px;
	}
	.subs-product__name span {
		color: #0073A8;
	}
	.subs-product__name span small {
		font-size: 16px;
	}
	.subs-product__price {
		text-align: center;
		border-radius: 6px;
		padding: 8px 6px;
		font-size: 32px;
		font-weight: bold;
		letter-spacing: -0.01em;
		color: #0073A8;
		margin-bottom: 16px;
		vertical-align: middle;
	}
	.subs-product__price-label {
		display: inline-block;
		background: #007fb1;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		border-radius: 4px;
		padding: 8px 12px;
		vertical-align: middle;
	}
	.subs-product__stack {
		display: flex;
		flex-direction: column;
		gap: 6px;
		margin-bottom: 6px;
	}
	.subs-product__pill {
		background: #fff;
		border: 1px solid #C2C2C2;
		color: #007fb1;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		border-radius: 4px;
		padding: 10px;
	}
	.subs-product__plus {
		display: block;
		text-align: center;
		color: #007fb1;
		font-size: 32px;
		font-weight: bold;
		line-height: 0;
		margin: 10px 0 20px;
	}
	.subs-product__features {
		flex: 1;
		background: #f7f7f7;
		border-radius: 6px;
		padding: 14px 16px;
		font-size: 14px;
		line-height: 1.9;
		margin-bottom: 18px;
		list-style: none;
	}
	.subs-product__features li {
		padding-left: 1em;
		text-indent: -1em;
	}
	.subs-product__features li::before {
		content: "・";
	}
	.subs-product__btn {
		display: block;
		text-align: center;
		border: solid 2px #007fb1;
		color: #007fb1;
		font-size: 17px;
		padding: 6px;
	}

	.subs-products__notes {
		margin-top: 30px;
		margin-bottom: 80px;
		font-size: 13px;
		color: #666;
		line-height: 1.8;
	}

	@media screen and (max-width: 767px) {
		.subs-hero__ttl {
			padding-top: 8%;
			font-size: 21px;
		}
		.subs-hero__card {
			max-width: 92%;
			flex-basis: 100%;
		}
		.subs-intro__ttl {
			font-size: 20px;
		}
		.subs-features {
			flex-direction: column;
			margin-top: 0!important;
			padding: 3%;
		}
		.subs-features__list {
			width: 100%;
			padding: 4%;
		}
		.subs-features__visual {
			width: 100%;
		}
		.subs-features__list li {
			font-size: 16px;
		}
		.subs-steps {
			margin-top: 4%;
		}
		.subs-steps__head {
			margin-top: 4%;
		}
		.subs-steps__list {
			flex-direction: column;
			align-items: center;
			gap: 14px;
		}
		.subs-steps__list li.item {
			width: 100%;
			max-width: 280px;
			flex: 1 1 auto;
		}
		.subs-steps__list li.arrow {
			transform: rotate(90deg);
		}
		.subs-products__list {
			justify-content: center;
		}
		.subs-product {
			max-width: 100%;
			flex-basis: 100%;
			padding: 10% 4%;
		}
		.subs-steps__txt {
			min-height: auto;
		}
	}