@charset "UTF-8";
/********************************************************************************

page-implant.css　インプラント治療ページcss

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

/*============================================================
 メインビジュアル
*============================================================*/
#page-implant.page-lower #mainvisual.v2 {
	background-image: url(../images/implant/mainvisual-bg.jpg)
}

/*============================================================
 セクション共通
*============================================================*/
#page-implant .section {

}

/*============================================================
 入れ歯、ブリッジとの違い
*============================================================*/
#page-implant #sec-comparison .data-table table td {
	font-size: 20px;
}

/*============================================================
 ミライズ総合歯科のインプラント
*============================================================*/
#page-implant #sec-detail .block {
	margin-bottom: 48px;
}
#page-implant #sec-detail .block:last-child {
	margin-bottom: 0;
}

/*============================================================
 メリット・デメリット
*============================================================*/
#page-implant #sec-merit ul.disc.lower.grid.col2 {
	grid-template-rows: repeat(2, auto);
}

/*============================================================
 費用
*============================================================*/
#page-implant #sec-cost .data-list .item .label {
	width: 200px;
}
#page-implant #sec-cost .data-list .item .data {
	width: calc(100% - 224px);
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1127px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-implant #mainvisual  {
    }

	/*============================================================
	 入れ歯、ブリッジとの違い
	*============================================================*/
	#page-implant #sec-comparison .data-table table th:first-child {
		width: 146px;
	}

}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-implant #mainvisual  {
    }
	
	/*============================================================
	 入れ歯、ブリッジとの違い
	*============================================================*/
	#page-implant #sec-comparison .data-table table td {
		font-size: 16px;
	}
	#page-implant #sec-comparison .data-table table th:first-child {
		width: 128px;
	}
	
	/*============================================================
	 費用
	*============================================================*/
	#page-implant #sec-cost .data-list .item .label {
		width: 100%;
	}
	#page-implant #sec-cost .data-list .item .data {
		width: 100%;
	}

}
