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

/*-------------------------------
見出し
-------------------------------*/
.imp_title01 {
	margin-bottom: 20px;
	border-bottom: 1px dotted #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.imp_title02 {
	margin-bottom: 10px;
	padding: 2px 10px;
	background: #ffe5e4;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #df8c8b;
}
.imp_title03 {
	margin-bottom: 10px;
	padding: 2px 10px;
	background: linear-gradient(#fff 60%,#f0f0f0 100%);
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ccc;
}
.imp_count {
	margin-bottom: 10px;
	padding: 5px;
	background: linear-gradient(#fea346 50%,#ea873e 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;
}
.imp_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: #fea346;
}
.imp_count_title {
	width: calc(100% - (18px + 6px));
	font-weight: bold;
	line-height: 1;
	color: #fff;
}


/*================================
*
インプラントとは？
/implant/implant01.html
*
================================*/
#implant01 {}
#implant01 .local-nav01 {
	font-weight: bold;
}
/*見出し*/
/*-----------------------------*/
.imp01_title01 {
	padding: 16px 10px;
	background: #434214;
	border: 3px solid #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 6px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	color: #fff;
}
/*flex box*/
/*-----------------------------*/
.imp01_flex01 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 20px 20px;
}
.imp01_flex01_item01 {
	width: calc(38% - 20px/2);
}
.imp01_flex01_item02 {
	width: calc(62% - 20px/2);
}
.imp01_flex02 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 40px 40px;
}
.imp01_flex02_item {
	position: relative;
	z-index: 1;
	width: calc(100%/3 - 40px*2/3);
}
.imp01_flex02_item:not(:last-child)::before {
	position: absolute;
	z-index: 1;
	content: "";
	background: url(../common/img/implant/arrow.png)center/24px auto no-repeat;
	width: 40px;
	height: 40px;
	right: -40px;
	top: 60px;
}

/*================================
*
他の治療との違い
/implant/implant02.html
*
================================*/
#implant02 {}
#implant02 .local-nav02 {
	font-weight: bold;
}
/*table*/
/*-----------------------------*/
.imp02_tbl01 {
	min-width: 660px;
}
.imp02_tbl01_th01 {
	padding: 10px;
	background: #d5e2f5;
	border: 1px solid #ccc;
	font-size: 17px;
	text-align: center;
	vertical-align: middle;
}
.imp02_tbl01_th02 {
	width: 18%;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	color: #633419;
	vertical-align: middle;
}
.imp02_tbl01_th02.-type01 {
	background: #ffcccb;
}
.imp02_tbl01_th02.-type02 {
	background: #d5e5ff;
}
.imp02_tbl01_td {
	width: 41%;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 15px;
}

/*================================
*
治療前の注意点（適合と対策）
/implant/implant03.html
*
================================*/
#implant03 {}
#implant03 .local-nav03 {
	font-weight: bold;
}
/*見出し*/
/*-----------------------------*/
.imp03_title01 {
	margin-bottom: 10px;
	width: fit-content;
	min-width: 200px;
	padding: 4px 10px;
	background: #ececec;
	border: 1px solid #fff;
	border-radius: 4px;
	box-shadow: 0 0 6px rgba(0,0,0,0.16);
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	color: #fe6266;
}
.imp03_title02 {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	padding-left: 24px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	color: #f66666;
}
.imp03_title02::before {
	position: absolute;
	z-index: 1;
	content: "";
	left: 0;
	top: 2px;
	width: 14px;
	height: 14px;
	background: #f66666;
	border: 1px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
/*table*/
/*-----------------------------*/
.imp03_tbl01 {
	min-width: 660px;
}
.imp03_tbl01_th01 {
	padding: 10px;
	background: #d5e2f5;
	border: 1px solid #ccc;
	font-size: 17px;
	text-align: center;
	vertical-align: middle;
}
.imp03_tbl01_th02 {
	width: 18%;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.imp03_tbl01_th02 .title {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	color: #55237a;
}
.imp03_tbl01_th02 .text {
	font-size: 13px;
	line-height: 1.4;
}
.imp03_tbl01_td {
	width: 41%;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 14px;
	vertical-align: middle;
}
/*-----------------------------*/
.imp03_border {
	display: flow-root;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

/*================================
*
治療の流れ
/implant/implant04.html
*
================================*/
#implant04 {}
#implant04 .local-nav04 {
	font-weight: bold;
}

/*================================
*
治療中・治療後の注意
/implant/implant05.html
*
================================*/
#implant05 {}
#implant05 .local-nav05 {
	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
	-------------------------------*/
	.imp_frame01 {}


	/*================================
	*
	インプラントとは？
	/implant/implant01.html
	*
	================================*/
	#implant01 {}
	/*見出し*/
	/*-----------------------------*/
	.imp01_title01 {
		padding: 6px 10px;
		font-size: 16px;
	}
	/*flex box*/
	/*-----------------------------*/
	.imp01_flex01 {}
	.imp01_flex01_item01 {
		width: 100%;
	}
	.imp01_flex01_item02 {
		width: 100%;
	}
	.imp01_flex02 {}
	.imp01_flex02_item {
		width: 100%;
	}
	.imp01_flex02_item:not(:last-child)::before {
		right: 50%;
		top: auto;
		bottom: -40px;
		translate: 50%;
		rotate: 90deg;
	}

	/*================================
	*
	他の治療との違い
	/implant/implant02.html
	*
	================================*/
	#implant02 {}
	/*table*/
	/*-----------------------------*/
	.imp02_tbl01 {}
	.imp02_tbl01_th01 {}
	.imp02_tbl01_th02 {}
	.imp02_tbl01_th02.-type01 {}
	.imp02_tbl01_th02.-type02 {}
	.imp02_tbl01_td {}

	/*================================
	*
	治療前の注意点（適合と対策）
	/implant/implant03.html
	*
	================================*/
	#implant03 {}
	/*見出し*/
	/*-----------------------------*/
	.imp03_title01 {
		width: 100%;
	}
	.imp03_title02 {}
	.imp03_title02::before {}
	/*table*/
	/*-----------------------------*/
	.imp03_tbl01 {}
	.imp03_tbl01_th01 {}
	.imp03_tbl01_th02 {}
	.imp03_tbl01_th02 .title {}
	.imp03_tbl01_th02 .text {}
	.imp03_tbl01_td {}
	/*-----------------------------*/
	.imp03_border {}

	/*================================
	*
	治療の流れ
	/implant/implant04.html
	*
	================================*/
	#implant04 {}

	/*================================
	*
	治療中・治療後の注意
	/implant/implant05.html
	*
	================================*/
	#implant05 {}
	
	
}









