/* Main navigation destination page headings */
#right.design_contents .content_wrap > h1.title,
body#print .nsp-print-page > h1.title,
#right.question_contents .content_wrap > h1.title,
.howto-modern #howto-title,
#right.birth-delivery .delivery-hero h1 {
	box-sizing: border-box;
	width: auto;
	height: auto;
	min-height: 0;
	color: #102f46;
	font-family: "BIZ UDPGothic", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
	text-indent: 0;
}

#right.design_contents .content_wrap > h1.title,
body#print .nsp-print-page > h1.title,
#right.question_contents .content_wrap > h1.title {
	display: block;
	width: 100%;
	margin: 0 0 24px;
	padding: 22px 24px 18px;
	border: 0;
	border-top: 5px solid #008f83;
	border-bottom: 1px solid #cfdee5;
	background: #f3f8fa;
	background-image: none;
	color: #102f46;
}

.howto-modern #howto-title,
#right.birth-delivery .delivery-hero h1 {
	margin: 0 0 8px;
	padding: 0;
	border: 0;
	background: transparent;
}

@media screen and (max-width: 750px) {
	#right.design_contents .content_wrap > h1.title,
	body#print .nsp-print-page > h1.title,
	#right.question_contents .content_wrap > h1.title,
	.howto-modern #howto-title,
	#right.birth-delivery .delivery-hero h1 {
		font-size: 23px;
		line-height: 1.4;
	}

	#right.design_contents .content_wrap > h1.title,
	body#print .nsp-print-page > h1.title,
	#right.question_contents .content_wrap > h1.title {
		margin-bottom: 20px;
		padding: 18px 15px 15px;
	}
}
