@charset "utf-8";
/*================================
ここから全サイズ適用
================================*/
.anchor-link {
	display: block;
	padding-top: 50px;
	margin-top: -50px;
}
.section_ttl02_wrap {
    min-height: 90px;
	margin-bottom: 20px;
	min-height: 90px;
    display: grid;
    align-items: center;
}

.services_flex {
	gap: 10px 31px;
}

.section_ttl {
	font-size: 28px;
	position: relative;
	display: flex;
	gap: 25px;
    padding: 15px 0;
	min-height: auto;
}

.lower_inner {
	padding-bottom: 0;
}

.link_btn {
	font-size: 18px;
}
.txt {
	font-size: 18px;
}

/* なぜお口の中に金属があるとよくないの？ */
.ceramic_Why_ttl {
	font-size: 26px;
	color: #e99200;
	font-weight: 600;
	line-height: 1.462;
	padding-bottom: 10px;
	border-bottom: dashed 2px #e99200;
	margin-bottom: 30px;
    width: fit-content;

}

/* 当院のセラミック素材の種類 */
.ceramic_Type_ttl {
	color: #e99200;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.462;
    margin-bottom: 10px;
}
.ceramic_Type_flex {
	display: flex;
	margin-top: 30px;
	gap: 20px 40px;
}

.ceramic_Type_p {
	font-size: 18px;
	margin-bottom: 5px;
}

.ceramic_Type_flex .check_lists_org {
	padding-left: 5px;
}

.ceramic_Type_flex .check_lists_org li{
	font-size: 16px;
}

/* こんな方にオススメです */
#ceramic_Recommended .Recommended_bg {
	background-image: url(./img/ceramic_Recommended01.png),
	url(./img/ceramic_Recommended02.png);
    max-width: 1140px;
	/* background-position: left 30px top,right top; */
}
.Recommended_txt span {
    color: #d45c1a;
}
.Recommended_txt {
    max-width: 290px;
}
#ceramic_Recommended + .max_w_1000 {
    max-width: 1010px !important;
    width: 98%;
}

.Direct_Bonding_border {
	max-width: 100%;
	width: 100%;
	margin-bottom: 40px;
}
.Direct_Bonding_border .check_lists_org{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    padding-left: 10%;
}
.Direct_Bonding_border .check_lists_org li {
	width: 50%;
}

.Direct_Bonding_border .check_lists_org li span {
    color: #ab683c;
}

/* 国産にこだわった技工物 */

.Dental_Prosthesis {
	background-color: #ffffff;
	border: solid 2px #d4c9b7;
	border-radius: 20px;
	padding: 40px 20px;
	margin-bottom: 70px;
}

.Dental_Prosthesis_ttl {
	border-bottom: solid 1px #233cad;
	color: #233cad;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.167;
	text-align: center;
	max-width: 500px;
	width: 96%;
	margin: 0 auto 30px;
	padding-bottom: 10px;
}


@media (min-width: 1920px) {

}
@media (min-width: 1600px) {

	#ceramic_Recommended .Recommended_bg {
		background-position: left 30px top, right top;
	}

}
@media (min-width: 1366px) {

}
@media (max-width: 1920px) {

}
@media (max-width: 1600px) {

}
/*================================
ノートPC 1366px～0px
================================*/
@media (max-width: 1366px) {


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


	#ceramic_Recommended .Recommended_bg {
		background-position-y: bottom,bottom;
        padding-bottom: 48%;
	}



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

	.himawari_ttl01 {
		font-size: 22px;
	}

	.services_flex_ttl {
		text-align: center;
	}

	.ceramic_Why_ttl {
		font-size: 22px;
		margin-bottom: 0;
	}

	.ceramic_Type_ttl {
		margin-bottom: 0;
	}
	.ceramic_Type_flex {
		margin-block: 10px;
		flex-wrap: wrap;
	}

	#ceramic_Type .services_flex_img {
        order: 0;
    }

	#ceramic_Type .services_flex .txt {
		width: fit-content;
    }

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

	.section_ttl02_wrap {
		min-height: 70px;
		margin-bottom: 40px;
	}

	.section_ttl02 {
		font-size: 22px;
	}

	.Direct_Bonding_border .check_lists_org {
		padding: 0;
		display: block;
		width: fit-content;
		margin: 0 auto;
	}
	.Direct_Bonding_border .check_lists_org li {
		width: 100%;
        font-size: 16px;
	}

	.Direct_Bonding_border  {
		padding: 20px;
	}


	#ceramic_Recommended .Recommended_bg {
        padding-bottom: 64%;
        background-size: 40%;
        background-position-x: 10%, 90%;
    }

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

	.link_btn::after {
		right: 10px;
	}
	.link_btn:hover::after {
		right: 15px;
	}
	.txt {
		font-size: 16px;
	}

    .himawari_ttl01 {
        font-size: 19px;
        padding-inline: 5px;
    }


}



