/********************************************************************************

下層ページ用css

********************************************************************************/

/*============================================================
 common
*============================================================*/
/* パンくずリスト
---------------------------------------- */
.page-lower #breadcrumb {
	display: none;
}

/* ベース調整
---------------------------------------- */
.page-lower {
}
.page-lower .inner {
	width: 100%;
	padding: 0 16px;
}
.page-lower section p,
.page-lower section ul,
.page-lower section ol,
.page-lower section dl {
}
.page-lower section.sec-block {
	margin-bottom: 40px;
}
/* 末尾要素のmargin-bottom削除 */
.page-lower section > *:last-child,
.page-lower section .inner > *:last-child {
}

.page-lower h2 {
	font-size: 24px;
}
.page-lower h3 {
}
.page-lower .page-lead {
	margin-bottom: 40px;
}

.page-lower strong.strong-1 {
}
.page-lower strong.strong-2 {
}

/* ページヘッダー(タイトルエリア)
---------------------------------------- */
.page-lower #page-header {
    padding: 16px 0;
	background-image: none;
	margin-bottom: 16px;
}
.page-lower #page-header h1 {
	font-size: 16px;
}

/* ポイントエリア
---------------------------------------- */
.page-lower #sec-point {
}
.page-lower #sec-point .title-point {
}
.page-lower #sec-point .points-wrap .point {
	margin-bottom: 40px;
}
.page-lower #sec-point .points-wrap .point .box-info {
	padding: 0;
	width: 100%;
}
.page-lower #sec-point .points-wrap .point .box-info h4 {
	border-radius: 8px;
	padding: 8px 16px;
	margin-bottom: 12px;
}
.page-lower #sec-point .points-wrap .point .box-info .box-inner {
	padding-right: 0;
}
.page-lower #sec-point .points-wrap .point .box-info h5 {
	font-size: 20px;
	margin-bottom: 16px;
}

/* まとめ導線エリア
---------------------------------------- */
.page-lower #sec-relation {
	padding: 24px 0 40px 0;
}
.page-lower #sec-relation .inner *:last-child {
	margin-bottom: 0;
}
.page-lower #sec-relation h2 {
	font-size: 20px;
	margin-bottom: 12px;
}
.page-lower #sec-relation .parts-btn-wrap {
	margin-bottom: 40px;
}
.page-lower #sec-relation .catch-wrap {
	padding: 20px 16px 32px 16px;
	margin-bottom: 20px;
}
.page-lower #sec-relation .catch-wrap .catch {
	font-size: 20px;
	line-height: 180%;
}
.page-lower #sec-relation .catch-wrap .lead {
}

/*============================================================
 お悩みページ
*============================================================*/

/* ページヘッダー(タイトルエリア)
---------------------------------------- */
.page-lower.page-trouble #page-header {
    padding: 56px 0 48px 0;
    background-color: #F5F3E7;
	background-image: none;
	text-align: center;
}
.page-lower.page-trouble #page-header .header-icon {
	margin-bottom: 8px;
}
.page-lower.page-trouble #page-header .header-icon img {
	width: 160px;
}
.page-lower.page-trouble #page-header h1 {
	font-weight: bold;
	font-size: 32px;
	line-height: 180%;
	color: #222222;
	text-align: center;
}
.page-lower.page-trouble #page-header .clinical-department {
	font-weight: bold;
	font-size: 18px;
	line-height: 200%;
	color: #73B24D;
}
