@charset "utf-8";



/*================================
*
歯周病ページ共通パーツ
*
================================*/

/*-------------------------------
ローカルナビ
-------------------------------*/
.local-nav_group {
	padding: 20px 0;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 10px 20px;
}
.local-nav_group li {}
.local-nav_group .link {
	color: #333;
}

/*-------------------------------
ページネーション
-------------------------------*/
.pagination {
	padding-top: 40px;
	display: flow-root;
}
.pagination .prev {
	float: left;
}
.pagination .next {
	float: right;
}
.pagination a {
	text-decoration: underline;
	color: #333;
}

/*-------------------------------
frame
-------------------------------*/
.shsy_frame01 {
	padding: 16px;
	background: #fed7c8;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
}
.shsy_frame02 {
	padding: 16px;
	background: #ffeeee;
	border-radius: 4px;
}

/*-------------------------------
見出し
-------------------------------*/
.shsy_title01 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	color: #129795;
}
.shsy_title01::before,
.shsy_title01::after {
	content: "";
	height: 2px;
	flex-grow: 1;
	background: #129795;
}
.shsy_title02 {
	position: relative;
	z-index: 1;
	padding-left: 1em;
	font-weight: bold;
}
.shsy_title02::before {
	position: absolute;
	z-index: 1;
	content: "";
	left: 0;
	top: 5px;
	width: 14px;
	height: 14px;
	background: #333;
	border-radius: 50%;
}
.shsy_count {
	margin-bottom: 10px;
	padding: 5px;
	background: linear-gradient(#fd9162 50%,#e67b4f 100%);
	border-radius: 15px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	gap: 6px;
}
.shsy_count_num {
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #ef8259;
}
.shsy_count_title {
	width: calc(100% - (18px + 6px));
	font-weight: bold;
	line-height: 1;
	color: #fff;
}


/*================================
*
歯周病とはどんな病気？
/sisyu/shisyubyo01.html
*
================================*/
#shisyu01 {}
#shisyu01 .local-nav01 {
	font-weight: bold;
}
/*flex box*/
/*-----------------------------*/
.shsy01_flex01 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 20px 20px;
}
.shsy01_flex01_item {
	width: calc(100%/5 - 20px*4/5);
}
/*table*/
/*-----------------------------*/
.shsy01_tbl01 {}
.shsy01_tbl01_th {
	width: 26%;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	color: #cc0001;
	vertical-align: middle;
}
.shsy01_tbl01_td {
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 15px;
	line-height: 1.4;
}


/*================================
*
歯周病の要因と影響
/sisyu/shisyubyo02.html
*
================================*/
#shisyu02 {}
#shisyu02 .local-nav02 {
	font-weight: bold;
}
/*flex box*/
/*-----------------------------*/
.shisyu02_flex01 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 10px;
}
.shisyu02_flex01_item {}
/*table*/
/*-----------------------------*/
.shsy02_tbl01 {}
.shsy02_tbl01_th {
	width: 26%;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	vertical-align: middle;
}
.shsy02_tbl01_td {
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 15px;
	line-height: 1.4;
}


/*================================
*
歯周病の治療・予防
/sisyu/shisyubyo03.html
*
================================*/
#shisyu03 {}
#shisyu03 .local-nav03 {
	font-weight: bold;
}


/*================================
TABLET横 1080px～0px
================================*/
@media screen and (max-width: 1080px) {}


/*================================
TABLET縦 834px～0px
================================*/
@media screen and (max-width: 834px) {}


/*================================
SP表示 667px～0px
================================*/
@media (max-width: 667px) {

	/*-------------------------------
	ローカルナビ
	-------------------------------*/
	.local-nav_group {
		gap: 0 10px;
	}
	.local-nav_group li {}
	.local-nav_group .link {
		font-size: 12px;
	}

	/*-------------------------------
	ページネーション
	-------------------------------*/
	.pagination {}
	.pagination .prev {}
	.pagination .next {}
	.pagination a {}

	/*-------------------------------
	frame
	-------------------------------*/
	.shsy_frame01 {}
	.shsy_frame02 {}

	/*-------------------------------
	scroll_img
	-------------------------------*/
	.scroll_img01 {
		min-width: 440px;
	}

	/*-------------------------------
	見出し
	-------------------------------*/
	.shsy_title01 {}
	.shsy_count {}
	.shsy_count_num {}
	.shsy_count_title {}


	/*================================
	*
	歯周病とはどんな病気？
	/sisyu/shisyubyo01.html
	*
	================================*/
	#shisyu01 {}
	/*flex box*/
	/*-----------------------------*/
	.shsy01_flex01 {
		gap: 10px;
	}
	.shsy01_flex01_item {
		width: calc(100%/2 - 10px/2);
	}
	/*table*/
	/*-----------------------------*/
	.shsy01_tbl01 {
		border-bottom: 1px solid #ccc;
	}
	.shsy01_tbl01_th {
		display: block;
		width: 100%;
	}
	.shsy01_tbl01_td {
		display: block;
		width: 100%;
		border-top: none;
		border-bottom: none;
	}


	/*================================
	*
	歯周病の要因と影響
	/sisyu/shisyubyo02.html
	*
	================================*/
	#shisyu02 {}
	/*flex box*/
	/*-----------------------------*/
	.shisyu02_flex01 {}
	.shisyu02_flex01_item {}
	/*table*/
	/*-----------------------------*/
	.shsy02_tbl01 {
		border-bottom: 1px solid #ccc;
	}
	.shsy02_tbl01_th {
		display: block;
		width: 100%;
	}
	.shsy02_tbl01_td {
		display: block;
		width: 100%;
		border-top: none;
		border-bottom: none;
	}


	/*================================
	*
	歯周病の治療・予防
	/sisyu/shisyubyo03.html
	*
	================================*/
	#shisyu03 {}


}



