/* Web Production Page */
.web-custom-layout .price-main-title {
	font-size: 32px;
	font-family: "serif";
	margin-bottom: 30px;
}

.web-price-section {
	margin-bottom: 80px;
	border: none;
}

.web-price-section:first-of-type {
	margin-top: 60px;
}

.web-price-header {
	background-color: #f68b8b;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 20px;
	color: #fff;
}

.web-price-header h3 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.web-price-body {
	display: flex;
	padding: 30px 0;
	gap: 5%;
}

.web-info-col,
.web-photo-col {
	flex: 1;
}

.web-desc-text {
	line-height: 1.8;
	margin-bottom: 25px;
	font-size: 15px;
}

.web-plan-label {
	background-color: #fbb9b6;
	color: #fff;
	padding: 4px 15px;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 20px;
	width: 100%;
}

.web-price-value {
	color: #e36b6b;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.web-price-value .price-label {
	font-size: 18px;
}

.web-small-note {
	font-size: 16px;
	color: #333;
	line-height: 1.6;
}

.web-included-outer {
	margin-top: 25px;
}

.included-title {
	border: 1px solid #333;
	padding: 3px 10px;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 10px;
}

.included-list {
	list-style: none;
	padding: 0;
	font-size: 14px;
	line-height: 1.8;
}

.web-recommend-box {
	margin-bottom: 20px;
}

.recommend-title {
	background-color: #fff;
	font-weight: bold;
	border: 1px solid #333;
	margin: 0;
	font-size: 15px;
	padding: 4px;
}

.recommend-list {
	list-style: none;
	padding: 10px 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}

.web-device-img img {
	width: 100%;
	height: auto;
}

.web-link-ref {
	text-align: center;
	font-size: 16px;
	margin-top: 15px;
}

.web-link-ref a {
	color: #e36b6b;
	text-decoration: underline;
}

.web-ref-links dl {
	display: flex;
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
}

.web-ref-links dt {
	white-space: nowrap;
	width: 200px;
}

.web-ref-links dd {
	color: #e36b6b;
}