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

下層ページ用css

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

/*============================================================
 common
*============================================================*/
/* パンくずリスト
---------------------------------------- */
.page-lower #breadcrumb {
	padding: 10px 0;
	background-color: #F9F9F9;
	margin-bottom: 40px;
}
.page-lower #breadcrumb ul li {
    display: inline-block;
}
.page-lower #breadcrumb ul li > * {
	display: inline-block;
	font-size: 14px;
	line-height: 200%;
	text-decoration-line: underline;
	color: #3E3E3E;
	vertical-align: middle;
}
.page-lower #breadcrumb ul li:after {
	content: " ";
	display: inline-block;
	width: 24px;
	height: 28px;
	background-image: url(assets/images/common/icon-arrow-bread.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
	margin: 0 12px;
	vertical-align: middle;
}
.page-lower #breadcrumb ul li:last-child > * {
	text-decoration-line: none;
}
.page-lower #breadcrumb ul li:last-child::after {
	display: none;
}

/* ベース調整
---------------------------------------- */
.page-lower {
	font-size: 14px;
	line-height: 200%;
}
.page-lower .inner {
	width: 1008px;
	padding: 0 24px;
}
.page-lower section p,
.page-lower section ul,
.page-lower section ol,
.page-lower section dl {
	margin-bottom: 24px;
}
.page-lower section.sec-block {
	margin-bottom: 72px;
}
/* 末尾要素のmargin-bottom削除 */
.page-lower section > *:last-child,
.page-lower section .inner > *:last-child {
	margin-bottom: 0 !important;
}

.page-lower h1 {
	font-weight: bold;
	font-size: 40px;
	line-height: 160%;
	color: #73B24D;
}
.page-lower h2 {
	font-weight: bold;
	font-size: 32px;
	line-height: 200%;
	color: #73B24D;
	margin-bottom: 12px;
}
.page-lower h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 200%;
	color: #73B24D;
	margin-bottom: 16px;
}
.page-lower .page-lead {
	margin-bottom: 32px;
}

.page-lower strong.strong-1 {
	font-weight: bold;
	color: #FFB800;
}
.page-lower strong.strong-2 {
	font-weight: bold;
	color: #73B24D;
}

/* ページヘッダー(タイトルエリア)
---------------------------------------- */
.page-lower #page-header {
    padding: 24px 0;
    background-color: #73B24D;
	background-image: url(assets/images/common/bg-page-header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 1032px auto;
}
.page-lower #page-header h1 {
	font-weight: bold;
	font-size: 40px;
	line-height: 160%;
	color: #FFFFFF;
}

/* ポイントエリア
---------------------------------------- */
.page-lower #sec-point {
}
.page-lower #sec-point .title-point {
	padding: 10px 0 0 0;
	background-image: url(assets/images/common/icon-title-point.png);
	background-repeat: no-repeat;
	background-position: left 20px top;
	background-size: 28px auto;
	margin-bottom: 0;
}
.page-lower #sec-point .points-wrap .point {
	margin-bottom: 24px;
}
.page-lower #sec-point .points-wrap .point .box-info {
}
.page-lower #sec-point .points-wrap .point .box-info {
	padding: 20px 0 0 0;
	width: 560px;
}
.page-lower #sec-point .points-wrap .point .box-info h4 {
	background: #F5F3E7;
	border-radius: 8px 0 0 8px;
	padding: 8px 0 8px 16px;
	font-weight: bold;
	font-size: 16px;
	line-height: 200%;
}
.page-lower #sec-point .points-wrap .point .box-info .box-inner {
	padding-right: 48px;
}
.page-lower #sec-point .points-wrap .point .box-info h5 {
	font-weight: bold;
	font-size: 24px;
	line-height: 200%;
	color: #73B24D;
	margin-bottom: 12px;
}

/* まとめ導線エリア
---------------------------------------- */
.page-lower #sec-relation {
	padding: 40px 0;
	background-color: #73B24D;
	color: #fff;
}
.page-lower #sec-relation .inner *:last-child {
	margin-bottom: 0;
}
.page-lower #sec-relation h2 {
	font-weight: bold;
	font-size: 32px;
	line-height: 180%;
	color: #FFFFFF;
	margin-bottom: 24px;
}
.page-lower #sec-relation .parts-btn-wrap {
	margin-bottom: 40px;
}
.page-lower #sec-relation .catch-wrap {
	padding: 20px 32px 32px 32px;
	border-radius: 8px;
	background-color: #FFFFFF;
	margin-bottom: 24px;
	color: #73B24D;
}
.page-lower #sec-relation .catch-wrap .catch {
	font-weight: bold;
	font-size: 24px;
	line-height: 200%;
	margin-bottom: 4px;
}
.page-lower #sec-relation .catch-wrap .lead {
	margin-bottom: 0;
}

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

/* ページヘッダー(タイトルエリア)
---------------------------------------- */
.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;
}
