@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
-------------------------------*/
.yobou_frame01 {
	padding: 16px;
	background: #fbeef7;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
}
.yobou_frame02 {
	padding: 16px;
	background: #f0f0f8;
	border-radius: 4px;
}

/*-------------------------------
見出し
-------------------------------*/
.yobou_title01 {
	margin-top: -30px;
	margin-bottom: 20px;
	padding: 2px 20px 1px;
	background: #e97e90;
	border-radius: 30px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	color: #fff;
}
.yobou_title02 {
	margin-bottom: 16px;
	padding: 2px 20px 1px;
	background: #e97e90;
	border-radius: 30px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	color: #fff;
}
.yobou_title03 {
	width: fit-content;
	margin-top: -28px;
	margin-bottom: 16px;
	padding: 2px 30px 1px;
	background: #66b7b8;
	border-radius: 30px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	color: #fff;
}
.yobou_title03.-type01 {
	background: #f6c9d0;
	color: #4d2422;
}
.yobou_title03.-type02 {
	background: #bfd3f6;
	color: #4d2422;
}
.yobou_title04 {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	padding-left: 1em;
	font-weight: bold;
	color: #e97e90;
}
.yobou_title04::before {
	position: absolute;
	z-index: 1;
	content: "";
	left: 0;
	top: 5px;
	width: 14px;
	height: 14px;
	background: #e97e90;
	border-radius: 50%;
}
.yobou_count {
	margin-bottom: 10px;
	padding: 5px;
	background: linear-gradient(#e7899b 50%,#d67684 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;
}
.yobou_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: #e97e90;
}
.yobou_count_title {
	width: calc(100% - (18px + 6px));
	font-weight: bold;
	line-height: 1;
	color: #fff;
}


/*================================
*
治療から予防へ
/yobou/yobou01.html
*
================================*/
#yobou01 {}
#yobou01 .local-nav01 {
	font-weight: bold;
}


/*================================
*
虫歯ができるしくみ
/yobou/yobou02.html
*
================================*/
#yobou02 {}
#yobou02 .local-nav02 {
	font-weight: bold;
}
/*flex box*/
/*-----------------------------*/
/*yobou02_flex01*/
.yobou02_flex01 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	border-top: 2px dotted #cdcdcd;
}
.yobou02_flex01_item {
	position: relative;
	z-index: 1;
	width: 50%;
	padding: 16px;
}
.yobou02_flex01_item:nth-child(1)::before {
	position: absolute;
	z-index: 1;
	content: "";
	right: 0;
	top: 0;
	width: 2px;
	height: 100%;
	border-right: 2px dotted #cdcdcd;
}
.yobou02_flex01_title01 {
	width: fit-content;
	margin: -26px auto 10px;
	padding: 2px 20px 0;
	background: #e97e90;
	border-radius: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	color: #fff;
}
/*yobou02_flex02*/
.yobou02_flex02 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
	gap: 20px 20px;
}
.yobou02_flex02_item {
	position: relative;
	z-index: 1;
	width: calc(100%/2 - 20px/2);
}
/*yobou02_flex03*/
.yobou02_flex03 {
	padding: 10px;
	background: #fff;
	border: 1px solid #cc0001;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 0 40px;
}
/*frame*/
/*-----------------------------*/
.yobou02_frame01 {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #f4b05d;
	border-radius: 4px;
}


/*================================
*
セルフケア
/yobou/yobou03.html
*
================================*/
#yobou03 {}
#yobou03 .local-nav03 {
	font-weight: bold;
}
/*flex box*/
/*-----------------------------*/
/*yobou03_flex01*/
.yobou03_flex01 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 20px;
}
.yobou03_flex01_item {
	width: calc(100%/2 - 20px/2);
}


/*================================
*
プロフェッショナルケア
/yobou/yobou04.html
*
================================*/
#yobou04 {}
#yobou04 .local-nav04 {
	font-weight: bold;
}
/*list*/
/*-----------------------------*/
.yobou04_ul01 {
	padding: 10px;
	background: #fbeef7;
	border: 1px solid #cdcdcd;
	text-align: left;
}
.yobou04_ul01 li {
	display: inline;
}
/*flex box*/
/*-----------------------------*/
/*yobou04_flex01*/
.yobou04_flex01 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 20px;
}
.yobou04_flex01_item {
	width: calc(100%/2 - 20px/2);
}


/*================================
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
	-------------------------------*/
	.yobou_frame01 {}
	.yobou_frame02 {}

	/*-------------------------------
	見出し
	-------------------------------*/
	.yobou_title01 {}
	.yobou_count {}
	.yobou_count_num {}
	.yobou_count_title {}


	/*================================
	*
	治療から予防へ
	/yobou/yobou01.html
	*
	================================*/
	#yobou01 {}


	/*================================
	*
	虫歯ができるしくみ
	/yobou/yobou02.html
	*
	================================*/
	#yobou02 {}
	/*flex box*/
	/*-----------------------------*/
	/*yobou02_flex01*/
	.yobou02_flex01 {}
	.yobou02_flex01_item {
		width: 100%;
	}
	.yobou02_flex01_item:nth-child(1) {
		border-bottom: 2px dotted #cdcdcd;
	}
	.yobou02_flex01_item:nth-child(1)::before {
		content: none;
	}
	.yobou02_flex01_title01 {}
	/*yobou02_flex02*/
	.yobou02_flex02 {}
	.yobou02_flex02_item {
		width: 100%;
	}
	/*yobou02_flex03*/
	.yobou02_flex03 {
		display: block;
	}


	/*================================
	*
	セルフケア
	/yobou/yobou03.html
	*
	================================*/
	#yobou03 {}
	/*flex box*/
	/*-----------------------------*/
	/*yobou03_flex01*/
	.yobou03_flex01 {}
	.yobou03_flex01_item {
		width: 100%;
	}


	/*================================
	*
	プロフェッショナルケア
	/yobou/yobou04.html
	*
	================================*/
	#yobou04 {}
	/*flex box*/
	/*-----------------------------*/
	/*yobou04_flex01*/
	.yobou04_flex01 {}
	.yobou04_flex01_item {
		width: 100%;
	}



}



