/*===========================
MV
===========================*/
#under_mv .mv_title_wrap {
	padding-top: 1.40rem;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 599px) {
	#under_mv .mv_title_wrap {
		padding-top: 0.20rem;
	}
}

#under_mv .page_name {
	font-size: 0.26rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	color: #FFF;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	#under_mv .page_name {
		font-size: 0.14rem;
	}
}

#under_mv .page_name span {
	display: inline-block;
	border: 1px solid #FFF;
	padding: 0.08rem 0.10rem 0.10rem;
}

#under_mv .catch {
	font-size: 0.36rem;
	line-height: 1.675;
	font-weight: 700;
	color: #FFF;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#under_mv .catch {
		font-size: 6vw;
		line-height: 1.55;
		padding-bottom: 0.10rem;
	}
}

/*===========================
共通
===========================*/
.jihi_contents .in {
	max-width: 10.80rem;
	overflow: hidden;
}

.jihi_contents .img_right {
	max-width: 3.00rem;
	float: right;
	padding-left: 0.15rem;
	padding-bottom: 0.15rem;
}
@media screen and (max-width: 599px) {
	.jihi_contents .img_right {
		max-width: 100%;
		float: none;
		padding-left: 0;
		text-align: center;
	}
}


.jihi_contents .img_right .img_box {
	background-color: #FFF;
	padding: 0.30rem;
}

.jihi_contents .title {
	font-size: 0.24rem;
	font-weight: 700;
	color: #17926F;
	padding-bottom: 0.10rem;
	line-height: 1.45;
}
@media screen and (max-width: 599px) {
	.jihi_contents .title {
		font-size: 0.20rem;
	}
}


.jihi_contents .title span {
	font-size: 0.14rem;
	display: inline-block;
	font-weight: 400;
	padding-left: 0.10rem;
}

.jihi_contents .title.pt20 {
	padding-top: 0.20rem;
}

.jihi_contents .title.pt40 {
	padding-top: 0.40rem;
}

.jihi_contents .lead {
	font-size: 0.18rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.85;
	padding-bottom: 0.40rem;
}
@media screen and (max-width: 599px){
	.jihi_contents .lead {
		font-size: 0.16rem;
		text-align: left;
	}
}


.jihi_contents .text {
	font-size: 0.16rem;
	line-height: 1.85;
	padding-bottom: 0.40rem;
}
@media screen and (max-width: 599px) {
	.jihi_contents .text {
		font-size: 0.15rem;
	}
}


.jihi_contents .text.pb0 {
	padding-bottom: 0;
}

.jihi_contents .text.pb20 {
	padding-bottom: 0.20rem;
}

.jihi_contents .text.pt20 {
	padding-top: 0.20rem;
}
.jihi_contents .text.pt40 {
	padding-top: 0.40rem;
}

.jihi_contents .text a {
	color: #17926f;
	font-weight: 500;
}
@media screen and (max-width: 599px){
	.jihi_contents .text a {
/*		display: block;*/
	}
}

.jihi_contents .text a:hover {
	text-decoration: none;
}

.jihi_contents .small_text {
	font-size: 0.14rem;
	line-height: 1.85;
}
@media screen and (max-width: 599px){
	.jihi_contents .small_text {
		margin-top: 0.15rem;
	}
}


.jihi_contents .center {
	text-align: center;
}
@media screen and (max-width: 599px){
	.jihi_contents .center {
		text-align: left;
	}
}


.jihi_contents .right {
	text-align: right;
}

/* 囲み */
.jihi_contents .in .kakomi_wrap {
	background-color: #e7f4f0;
	padding: 0.20rem;
	margin: 0.20rem 0;
	border-radius: 0.10rem;
}

.jihi_contents .in .kakomi_wrap.center {
	text-align: center;
}

.jihi_contents .in .kakomi_wrap .sub_title {
	font-size: 0.20rem;
	border-bottom: 1px solid #17926f;
	color: #17926f;
	font-weight: 700;
	padding-bottom: 0.10rem;
	margin-bottom: 0.10rem;
}
@media screen and (max-width: 599px){
	.jihi_contents .in .kakomi_wrap .sub_title {
		font-size: 0.18rem;
		line-height: 1.5;
	}
}

.jihi_contents .in .kakomi_wrap .kakomi_list span {
	color: #17926f;
	padding-right: 0.06rem;
	display: inline-block;
}

.jihi_contents .in .kakomi_wrap .kakomi_list.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jihi_contents .in .kakomi_wrap .kakomi_list.flex .text {
	width: 50%;
}

.jihi_contents .in .kakomi_wrap .text {
	text-indent: -0.12rem;
	margin-left: 0.3rem;
	padding-bottom: 0;
}
@media screen and (max-width: 599px){
	.jihi_contents .in .kakomi_wrap .text {
		padding-bottom: 0.15rem;
	}
}

/* 表組み */
.jihi_contents .jihi_table table {
	font-size: 0.16rem;
	width: 100%;
}
@media screen and (max-width: 599px){
	.jihi_contents .jihi_table table {
		font-size: 0.15rem;
	}
}

.jihi_contents .jihi_table.center table {
	text-align: center;
}

.jihi_contents .jihi_table table th {
	text-align: left;
	background-color: #17926f;
	padding: 0.15rem;
	font-weight: 700;
	color: #FFF;
}
@media screen and (max-width: 599px) {
	.jihi_contents .jihi_table table th {
		padding: 0.14rem;
		line-height: 1.5;
	}
}


.jihi_contents .jihi_table.center table th {
	text-align: center;
}

.jihi_contents .jihi_table table td {
	background-color: #FFF;
	padding: 0.15rem;
}
@media screen and (max-width: 599px) {
	.jihi_contents .jihi_table table td {
		line-height: 1.5;
		text-align: left;
	}
}


.jihi_contents .in .mv_wrap {
	padding-bottom: 0.20rem;
}

.jihi_contents .in .col2_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jihi_contents .in .col2_wrap .col2box {
	width: 48%;
	background-color: #FFF;
	border-radius: 0.10rem;
	padding: 0.20rem;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	.jihi_contents .in .col2_wrap .col2box {
		width: 100%;
		margin-bottom: 0.30rem;
	}
}

.jihi_contents .in .col2_wrap .col2box .sub_title {
	text-align: center;
	font-size: 0.18rem;
	padding-bottom: 0.15rem;
	color: #17926f;
	font-weight: 700;
	border-bottom: 1px solid #17926f;
	margin-bottom: 0.10rem;
	line-height: 1.55;
}

.jihi_contents .in .col2_wrap .col2box .text {
	padding-bottom: 0;
}

.jihi_contents .in .jihi_box {
	padding-top: 0.40rem;
	overflow: hidden;
	clear: both;
}


/*ボタン*/
.jihi_contents .in .more_btn {
	max-width: 5.00rem;
	margin: auto;
	padding-bottom: 0.30rem;
}

.jihi_contents .in .more_btn a {
	background: linear-gradient(to right, #9aca67 0%, #49bbbc 84%);
	display: block;
	padding: 0.22rem 0 0.23rem;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	position: relative;
	font-size: 0.20rem;
	letter-spacing: 0.075em;
	font-weight: 700;
}

@media screen and (max-width: 599px) {
	.jihi_contents .in .more_btn a {
		font-size: 0.13rem;
		padding: 0.22rem 0.1rem 0.23rem;
	}
}


.jihi_contents .in.more_btn a span {
	display: inline-block;
	font-size: 0.18rem;
	color: #17926f;
	background: #fff;
	padding: 0.02rem 0.10rem 0.05rem;
	margin-right: 0.10rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	.jihi_contents .in .more_btn a span {
		font-size: 0.12rem;
		padding: 0.02rem;
	}
}

.jihi_contents .in .more_btn a:hover {
	opacity: 0.7;
}

/*===========================
イントロダクション
===========================*/
#introduction {
	padding: 0.70rem 0;
	position: relative;
}
@media screen and (max-width: 599px) {
	#introduction {
		padding: 0.40rem 0;
	}
}


/*===========================
1. 治療計画と医療コンサルティング
===========================*/
#jihi01 {
	padding: 0.70rem 0;
	position: relative;
	background-color: #e7f4f0;
}

#jihi01 .sec_title {
	padding: 1.20rem 0;
	margin-bottom: 0.60rem;
	color: #FFF;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 599px) {
	#jihi01 .sec_title {
		padding: 0;
		margin-bottom: 1.00rem;
		color: #FFF;
		text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	}
}


#jihi01 .sec_title span {
	border-bottom-color: #FFF
}

#jihi01::before {
	content: "";
	width: 100%;
	height: 4.00rem;
	background-image: url(../img/jihi01_mv.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	opacity: 0.7;
}
@media screen and (max-width: 599px) {
	#jihi01::before {
		content: "";
		height: 2.00rem;
	}
}


#jihi01 .in .kakomi_wrap {
	background-color: #FFF;
	margin-top: 0;
}

#jihi01 .in .text.pb20 {
	padding-bottom: 0.20rem;
}

#jihi01 .in .kakomi_wrap .flow_box {
	background-color: #dceec5;
	text-align: center;
	padding: 0.15rem;
	border-radius: 0.06rem;
	font-size: 0.20rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 0.30rem;
	position: relative;
}

#jihi01 .in .kakomi_wrap .flow_box::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.20rem;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.10rem 0.20rem 0 0.20rem;
	border-color: #CCC transparent transparent transparent;
}

#jihi01 .in .kakomi_wrap .flow_box.end {
	background-color: #17926f;
	color: #FFF;
	margin-bottom: 0;
}

#jihi01 .in .kakomi_wrap .flow_box.end::after {
	content: none;
}

#jihi01 .in .kakomi_wrap .flow_box span {
	display: block;
	font-size: 0.15rem;
	font-weight: 400;
}



/*===========================
2. 口腔インプラント
===========================*/
#jihi02 {
	padding: 0.70rem 0;
	position: relative;
}

#jihi02 .sec_title {
	padding: 1.20rem 0;
	margin-bottom: 0.60rem;
	color: #FFF;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 599px){
	#jihi02 .sec_title {
		padding: 0;
		margin-bottom: 1.20rem;
	}
}

#jihi02 .sec_title span {
	border-bottom-color: #FFF
}

#jihi02::before {
	content: "";
	width: 100%;
	height: 4.00rem;
	background-image: url(../img/jihi02_mv.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	opacity: 0.7;
}
@media screen and (max-width: 599px){
	#jihi02::before {
		content: "";
		height: 2rem;
	}
}

/*===========================
3. 顎関節症と口腔顔面痛患者さんに対する自費診療
===========================*/
#jihi03 {
	padding: 0.70rem 0;
	position: relative;
	background-color: #e7f4f0;
}
@media screen and (max-width: 599px){
	#jihi03 {
		padding: 0.50rem 0;
	}
}


#jihi03 .sec_title {
	padding: 0.80rem 0;
	margin-bottom: 1.20rem;
	color: #FFF;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	line-height: 1.45;
}
@media screen and (max-width: 599px){
	#jihi03 .sec_title {
		padding: 0;
		margin-bottom: 1.00rem;
	}
}


#jihi03 .sec_title span {
	border-bottom-color: #FFF
}

#jihi03::before {
	content: "";
	width: 100%;
	height: 4.00rem;
	background-image: url(../img/jihi03_mv.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	opacity: 0.7;
}
@media screen and (max-width: 599px){
	#jihi03::before {
		content: "";
		height: 2rem;
	}
}

#jihi03 .kakomi_wrap {
	background-color: #FFF;
}


/*===========================
4. 自費の再生療法
===========================*/
#jihi04 {
	padding: 0.70rem 0;
	position: relative;
}
@media screen and (max-width: 599px){
	#jihi04 {
		padding: 0.50rem 0;
	}
}

#jihi04 .sec_title {
	padding: 1.20rem 0;
	margin-bottom: 0.60rem;
	color: #FFF;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 599px){
	#jihi04 .sec_title {
		padding: 0.30rem 0;
		margin-bottom: 1.00rem;
	}
}

#jihi04 .sec_title span {
	border-bottom-color: #FFF
}

#jihi04::before {
	content: "";
	width: 100%;
	height: 4.00rem;
	background-image: url(../img/jihi04_mv.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	opacity: 0.7;
}
@media screen and (max-width: 599px){
	#jihi04::before {
		content: "";
		height: 2rem;
	}
}

/*===========================
5. 自費の神経を守る治療
===========================*/
#jihi05 {
	padding: 0.70rem 0;
	position: relative;
	background-color: #e7f4f0;
}
@media screen and (max-width: 599px){
	#jihi04 {
		padding: 0.50rem 0;
	}
}

#jihi05 .sec_title {
	padding: 1.20rem 0;
	margin-bottom: 0.60rem;
	color: #FFF;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 599px){
	#jihi05 .sec_title {
		padding: 0.1rem 0;
		margin-bottom: 1.10rem;
	}
}


#jihi05 .sec_title span {
	border-bottom-color: #FFF
}

#jihi05::before {
	content: "";
	width: 100%;
	height: 4.00rem;
	background-image: url(../img/jihi05_mv.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	opacity: 0.7;
}
@media screen and (max-width: 599px){
	#jihi05::before {
		height: 2.00rem;
	}
}


#jihi05 .kakomi_wrap {
	background-color: #FFF;
}

/*===========================
6. 自費の根の治療
===========================*/
#jihi06 {
	padding: 0.70rem 0;
	position: relative;
}

#jihi06 .sec_title {
	padding: 1.20rem 0;
	margin-bottom: 0.60rem;
	color: #FFF;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 599px){
	#jihi06 .sec_title {
		padding: 0;
		margin-bottom: 1.2rem;
	}
}


#jihi06 .sec_title span {
	border-bottom-color: #FFF
}

#jihi06::before {
	content: "";
	width: 100%;
	height: 4.00rem;
	background-image: url(../img/jihi06_mv.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	opacity: 0.7;
}
@media screen and (max-width: 599px){
	#jihi06::before {
		height: 2.00rem;
	}
}


#jihi06 .sub_title {
	font-size: 0.20rem;
	font-weight: 700;
	padding-bottom: 0.10rem;
}

#jihi06 .jihi_table td {
	background-color: #F2F2F2;
}

#jihi06 .grey_kakomi {
	margin-top: 0.10rem;
	border: 1px solid #CCC;
	padding: 0.30rem;
	text-align: center;
}