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

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

.link_btn {
	font-size: 18px;
}

.lower_inner {
	padding-bottom: 0;
}

.txt {
	font-size: 18px;
}

/* orthodontic_Head_wrap */
.orthodontic_Head_wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.orthodontic_Head {
	background: url(./img/orthodontics_Head01.jpg?11) no-repeat top;
	border: solid 1px #aea287;
	min-height: 320px;
	max-width: 683px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.orthodontic_Head::after {
	content: "";
	border: solid 3px #e9b500;
	border-radius: 6px;
	position: absolute;
	max-width: 100%;
    max-height: 100%;
	top: 7px;
	left: 7px;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
    z-index: -1;

}
.orthodontic_Head_inner {
	width: fit-content;
    text-align: center;
	padding-top: 80px;
	padding-left: 33px;
}

.orthodontic_Head_slash::before {
	content: "＼";
}
.orthodontic_Head_slash::after {
	content: "／";
}
.orthodontic_Head_slash {
	display: flex;
	justify-content: center;
	/* gap: 5px; */
	margin-bottom: 13px;
	font-weight: 500;
}
.orthodontic_Head_color {
	border-radius: 3px;
	background-color: #e9b500;
	max-width: 220px;
	min-height: 25px;
	line-height: 25px;
	margin: 0 auto 13px;
	font-weight: 500;
}
.orthodontic_Head_ttl {
	margin-bottom: 20px;
	font-size: 28px;
	color: #46372d;
	line-height: 1.357;
	font-weight: 500;
}

.orthodontic_Head_eng {
	font-size: 28px;
	font-family: "Mrs Saint Delafield";
	color: #c6aa48;
	line-height: 1.143;

}

#head_Pediatric {
	background-image: url(./img/orthodontics_Head02.jpg?11);
	border-color:#83c5be;
}
#head_Pediatric::after {
	border-color:#83c5be;
}
#head_Pediatric .orthodontic_Head_color {
	background-color: #83c5be;
    max-width: 270px;
}
#head_Pediatric .orthodontic_Head_eng {
	color: #83c5be;
}


/* 小岩ひまわり歯科が選ばれる理由 */


.orthodontic_link_wrap {
	display: flex;
	justify-content: center;
	gap: 25px;
}

.orthodontic_link:hover::after{
	right: 15px;
}
.orthodontic_link:hover{
	opacity: 0.8;
}
.orthodontic_link{
	border-radius: 6px;
	background-color: #e99200;
    max-width: 290px;
    width: 100%;
	position: relative;
	transition: 0.5s;
}

.orthodontic_link::after{
	content: "→";
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	right: 20px;
	top: 40%;
	width: 22px;
	height: 22px;
	line-height: 22px;
	color: #e99200;
	transition: 0.5s;
	text-align: center;
}

.link_Wire {
	background-color: #7b8a68;
}
.link_Wire.orthodontic_link::after{
	color: #7b8a68;
}

.link_Pediatric {
	background-color: #83c5be;
}
.link_Pediatric.orthodontic_link::after{
	color: #83c5be;
}

.orthodontic_link_txt {
	display: grid;
	align-content: center;
    justify-items: center;
	gap: 12px;

    min-height: 90px;
    padding-top: 5px;
	line-height: 1;
	color: #fff;
	font-size: 18px;

}

.orthodontic_link_eng {
	line-height: 1;
	font-size: 28px;
	font-family: "Mrs Saint Delafield";
}

.Reason_circle_wrap {
	position: relative;
}
.Reason_circle span{
	color: #e99200;
	font-weight: bold;
}
.orthodontics_Reason08 .Reason_circle {
	font-size: 18px;
}
.Reason_circle {
	position: absolute;
    top: -20px;
    right: -30px;
	font-size: 15px;
	font-family: "Noto Serif JP";
	color: #46372d;
	line-height: 2.111;
	text-align: center;
	border-radius: 50%;
	background-color: #efe9de;
	width: 95px;
	height: 95px;
	display: grid;
	justify-content: center;
    align-content: center;
	line-height: 1.3;
}


/* 小岩ひまわり歯科の歯列矯正メニュー */

.Menu_link_flex .orthodontic_link {
	margin: 20px auto -15px;
	background-image: url(./img/Menu_bg01.png?11);
	background-position: center;
	background-repeat: no-repeat;
    width: 98%;
}
.Menu_Wire .orthodontic_link {
	background-image: url(./img/Menu_bg02.png?11);
}
.Menu_Pediatric .orthodontic_link {
	background-image: url(./img/Menu_bg03.png?11);
}

.Menu_link:hover .orthodontic_link::after{
	right: 15px;
}
.Menu_link:hover .orthodontic_link{
	opacity: 0.8;
}
.Menu_link:hover {
	top: -5px;
}
.Menu_link_flex {
	display: flex;
	/* flex-wrap: wrap; */
	gap: 20px;
	margin-bottom: 70px;
}

.Menu_link {
	border: 1px solid #e99200;
	border-radius: 6px;
	background-color: #ffffff;
	transition: 0.5s;
	position: relative;
	top: 0;
	max-width: 320px;
	width: 100%;

}

#Mouthpiece_Recommended .Recommended_bg {
	background-image:
	url(./img/orthodontics_Recommended03.png?11),
	url(./img/orthodontics_Recommended04.png?11);
    margin-top: 60px;
}


/* orthodontics_Doctor_wrap */

.orthodontics_Doctor_wrap {
	background: url(./img/orthodontics_Doctor_bg.png?11);
	position: relative;
	margin-bottom: 60px;
}

.orthodontics_Doctor_txt {
	max-width: 660px;
	padding-top: 40px;
	padding-left: 45px;
	padding-bottom: 50px;
}

.orthodontics_Doctor_ttl {
	border-bottom:  dotted #231815 2px;
	font-size: 22px;
	font-size: clamp(18px, 2.2rem, 22px);

	margin-bottom: 30px;
	padding-bottom: 5px;

}


.orthodontics_Doctor_info::before {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 5px;
	background: url(./img/orthodontics_Doctor01.png?11) bottom no-repeat;
	width: 280px;
	height: 308px;
}
.orthodontics_Doctor_info {
	background-color: #e99a00;
	outline: solid 1px #fff;
	outline-offset: -3px;
	height: 110px;
	width: 250px;
	display: grid;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 15px;
}

.orthodontics_Doctor_name {
	font-size: 26px;
	font-weight: bold;
}

/* 症例紹介 */
.case_ttl_wrap {
	border: solid 1px #705f53;
	display: flex;
	margin-bottom: 40px;
}
.case_ttl_wrap .txt {
    padding: 12px 40px;
    border: solid 1px #705f53;
    flex: 1;
}

.case_ttl {
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100px;
	background-color: #705f53;

}

.case_img_wrap {
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	gap: 40px;
    align-items: center;
    text-align: center;
}

.case_img_arrow {
	font-size: 18px;
	font-weight: 600;
	color: #46372d;
}
.case_img_arrow img{
	margin: 20px auto;

}

.case_info_ttl {
	background-color: #d9d1c3;
	color: #46372d;
	font-size: 18px;
	font-weight: 500;
	outline: solid 1px #fff;
	outline-offset: -3px;
	text-align: center;
	min-height: 60px;
	display: grid;
	align-items: center;
}

.case_info_tbl {
	border: solid 1px #d9d1c3;
	margin-bottom: 60px;
}

.case_info_tbl th {
	width: 30%;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #d9d1c3;
	font-size: 18px;
	color: #46372d;
	font-weight: 500;
}
  
.case_info_tbl td {
	width: 70%;
	vertical-align: middle;
	padding: 25px;
    text-align: left;
	border: solid 1px #d9d1c3;
	line-height: 1.625;
	color: #46372d;
	height: 120px;
}



.Recommended_bg {
	background:
	url(./img/orthodontics_Recommended01.png?11) no-repeat left top,
	url(./img/orthodontics_Recommended02.png?11) no-repeat right top;
}

/* ワイヤー矯正 */
#Wire_wrap .lower_ttl02 {
	border-color: #7b8a68;
}
#Wire_wrap .lower_ttl01 {
	background-color: #b1bda1;
}
#Wire_wrap .himawari_ttl01 {
	background-color: #7b8a68;
}
#Wire_wrap .services_circle {
	background-color: #7b8a68;
}
#Wire_Recommended .check_lists_org li::before {
	color: #598620;
}
#Wire_Recommended .check_lists_org li span {
    color: #598620;
}

#Wire_Recommended .Recommended_bg {
	background-image: 
	url(./img/orthodontics_Recommended05.png?11),
	url(./img/orthodontics_Recommended06.png?11);
}

.Wire_Case_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-bottom: 40px;
}

.Wire_border {
    padding: 28px 10px;
}

/* 小児矯正 */
#Pediatric_wrap .lower_ttl02 {
	border-color: #83c5be;
}
#Pediatric_wrap .lower_ttl01 {
	background-color: #baddd9;
}
#Pediatric_wrap .himawari_ttl01 {
	background-color: #83c5be;
}
#Pediatric_wrap .services_circle {
	background-color: #7b8a68;
}
#Pediatric_wrap .check_lists_org li::before {
	color: #598620;
}
#Pediatric_wrap .check_lists_org li span {
    color: #598620;
}

#Pediatric_wrap .himawari_none .himawari_ttl01 em{
	font-size: 30px;
}
#Pediatric_wrap .himawari_none .himawari_ttl01{
	background-color: #705f53;
}
#Pediatric_wrap .himawari_none .himawari_ttl01_txt::before {
	content: none;
}

/* 小児矯正のメリット */

.Pediatric_merit_flex {
	display: flex;
    align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 60px;
}

.Pediatric_merit_head {
	max-width: 600px;
	margin: 40px auto 20px;
}

.Pediatric_merit_item {
	max-width: 340px;
    flex: 1;
}

.Pediatric_merit_box .txt {
	font-size: 16px;
	line-height: 1.5;
}

.Pediatric_merit_box +.Pediatric_merit_box {
	margin-top: 20px;
}
.Pediatric_merit_box {
	background-color: #fefbf5;
	border-radius: 6px;
	padding: 30px 40px;
}

.Pediatric_merit_ttl {
	text-align: center;
	font-size: 20px;
	color: #85c05a;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;

}
  
/* 小児矯正の種類 */

.Pediatric_Type {
	background: url(./img/Pediatric_Type_bg.jpg?11);
	border: solid 2px #85c05a;
	border-radius: 10px;
	margin-bottom: 50px;
	position: relative;
}

.Pediatric_Type_ttl {
	background-color: #85c05a;
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;

    line-height: 1.5;
    text-align: center;
    overflow: hidden;
    padding-block: 7px 9px;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;

}


.Pediatric_Type_circle {
	background-color: #ffffff;
	border: solid 2px #85c05a;
	border-radius: 50%;
	color: #46372d;
	display: grid;
    align-items: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	position: absolute;
    top: -20px;
    right: -20px;
	width: 114px;
	height: 114px;

}

.Pediatric_Type_inner {
	padding: 40px;
}

.Pediatric_Type_box {
	background-color: #fff;
	border: solid 2px #85c05a;
    width: 100%;
	padding: 30px 20px;
}


.Pediatric_Type_box_ttl {
	font-size: 20px;
	color: #46372d;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 20px;
}

.Pediatric_Type_p {
	font-size: 16px;
    font-weight: 500;
	margin-top: 20px;
	line-height: 1.5;
}

.Pediatric_Type_inner .lower_flex02_txt .txt {
	font-weight: 500;
	color: #333;
}


.Pediatric_Type_point {
	display: flex;
	gap: 40px;
	align-items: center;
	padding: 7px 40px;
}

.Pediatric_Type_point_p {
	font-size: 20px;
	color: #46372d;
	font-weight: bold;
	line-height: 1.4;
}

.Pediatric_Type_list {
	display: flex;
	gap: 40px;
}
.Pediatric_Type_list li {
	display: flex;
	font-weight: bold;
}
.Pediatric_Type_list li span {
	color: #85c05a;
	padding-right: 5px;
}

.plate_treatment {
	display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 13px;
}
.plate_treatment .Pediatric_Type_box{
	max-width: 260px;
    min-height: 324px;
	padding-inline: 15px;
    flex: 1;
}
.plate_treatment .Pediatric_Type_box_ttl{
	max-width: 200px;
	margin-inline: auto;
	padding-bottom: 12px;
	border-bottom: solid 1px #85c05a;
}
.plate_treatment .Pediatric_Type_p{
	letter-spacing: 1px;
	color: #333;
}

/* 矯正相談は初回無料です */

.Consultation_ttl {
	font-size: 22px;
	color: #705f53;
	font-weight: 600;
	line-height: 1.273;
    margin-bottom: 15px;
}

.Consultation_tbl table ,.Consultation_tbl td,.Consultation_tbl th {
	border: 1px solid #d9d1c3;
	border-collapse: collapse;
}

.Consultation_tbl td,.Consultation_tbl th {
	width: 50%;
    padding: 31px 10px;
    vertical-align: middle;
    text-align: center;
}

.Consultation_tbl th p {
	text-align: left;
    min-width: 300px;
    width: fit-content;
    margin: 0 auto;
}
.Consultation_tbl td p {
	text-align: left;
    min-width: 218px;
    width: fit-content;
    margin: 0 auto;
	font-weight: 500;
}
.Consultation_tbl table {
	width: 100%;
}

.Consultation_tbl th {
	background: #f1efec;
	font-size: 18px;
	color: #46372d;
	font-weight: 500;
}
	  

/* 小岩ひまわり歯科の矯正歯科 5つのお約束 */

.Pediatric_Promise_wrap {
	margin-top: 70px;
    /* margin-bottom: 16%; */
    padding-bottom: 100px;
}

.Pediatric_Promise {
	display: flex;
	justify-content: center;
    gap: 35px;
	margin-bottom: 55px;
}

.Pediatric_Promise_item {
	position: relative;
	border: 2px solid #efe9de;
	border-radius: 6px;
	background-color: #ffffff;
	padding: 25px 25px 30px;
	max-width: 310px;
	/* height: 304px; */
}
.Pediatric_Promise_item .txt{
	font-size: 16px;
	line-height: 1.7;
}


.Pediatric_Promise_circle {
	border-radius: 50%;
	background-color: #e99200;
	color: #fff;
	font-size: 30px;
	display: grid;
    line-height: 2.2;
	justify-content: center;
	text-align: center;
	width: 70px;
	height: 70px;
	position: absolute;
    left: -25px;
    top: -25px;
}

.Pediatric_Promise_ttl {
	font-size: 20px;
	color: #46372d;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	margin-bottom: 20px;
}

.Pediatric_Promise_img {
	margin: 0 auto 20px;
	min-height: 80px;
	display: grid;
    justify-content: center;
    align-content: center;
}

.Promise05_txt {
	position: absolute;
    top: 105%;
    left: 0;
    line-height: 1.7;
}


/* contact_bnr */
.section_contact {
    padding: 100px 0;
}
.footer_contact {
}
.contact_bnr{
    background: url("./img/contact_bg.png?11");
    border-radius: 10px;
    display: block;
	padding: 3% 5.5%;
	text-align: center;
	max-width: 800px;
	margin: 0px auto 100px;
}
.contact_bnr h2 {
    margin-bottom: 30px;
}
.contact_bnr .official_btn {
    margin-top: 30px;
}
@media screen and (min-width: 768px) {
    .contact_bnr .columns .column:first-child {
        margin-right: 6.7%;
		display: grid;
		align-content: center;
    }
	.columns {
		display: flex;
	}
}
@media screen and (max-width: 767px) {
	
	.contact_bnr{
		padding: 5%;
	}
	
	.contact_bnr h2 {
		margin-bottom: 4.4%;
	}
    .contact_bnr .columns .column:first-child {
        margin-bottom: 4%;
    }
    .contact_bnr .columns .column a {
		display: block;
		width: fit-content;
		margin: 0 auto;
    }
}

.picture_Merit {
	display: block;
    width: fit-content;
    margin: 0 auto 60px;
	/* margin-bottom: 60px;
    display: block; */
}

.Merit_sp {
	display: none;
}

.Merit_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
    gap: 10px;
	margin: 20px auto;
}

.Merit_flex_item {
	background: url(./img/Mouthpiece_Merit_bg01.png?11);
	width: 130px;
	height: 130px;
	display: grid;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 15px;
	color: #46372d;
	font-weight: bold;
	line-height: 1.467;
}
.Merit_flex_item:nth-of-type(2n) {
	background-image: url(./img/Mouthpiece_Merit_bg02.png?11);
}

#Wire_wrap .Merit_flex_item {
	background-image: url(./img/Wire_Merit_bg01.png?11);
}
#Wire_wrap .Merit_flex_item:nth-of-type(2n) {
	background-image: url(./img/Wire_Merit_bg02.png?11);
}

@media (min-width: 1920px) {

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


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

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

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

}
/*================================
ノートPC 1366px～0px
================================*/
@media (max-width: 1366px) {
	.orthodontic_Head_inner {
		padding-block: 15px;
		padding-left: 20px;
	}

	.orthodontic_Head {
		display: grid;
		align-items: center;
		min-height: auto;
		background-size: contain;
        background-position: right;
        padding: 2% 0;
	}

	.orthodontic_Head_slash {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.orthodontic_Head_color {
		margin-bottom: 5px;
		padding: 0 5px;
		max-width: fit-content;
		font-size: 14px;
	}
	#head_Pediatric .orthodontic_Head_color {
		max-width: fit-content;
	}

	.orthodontic_Head_ttl {
		font-size: 24px;
		margin-bottom: 10px;
	}


}
/*================================
TABLET横 1080px～0px
================================*/
@media (max-width: 1080px) {
	.orthodontic_Head {
        padding: 0;
	}
		
	.orthodontic_section {
		width: 96%;
		margin: 0 auto;
	}
	.lower_inner {
		max-width: 1000px;
		width: 100%;
	}
	.Menu_link_flex .orthodontic_link {
		margin: 5px auto -15px;
		width: 98%;
	}

	

	.Menu_link_flex {
		justify-content: center;
		gap: 15px 10px;
	}

	.orthodontics_Doctor_txt {
		width: 66%;
	}

	.Pediatric_Promise {
		flex-wrap: wrap;
		margin-bottom: 40px;
		gap: 35px 25px;
	}

	.Pediatric_Promise_circle {
		line-height: 1.9;
		width: 60px;
		height: 60px;
		left: -18px;
		top: -25px;
	}

	.Pediatric_Type_inner .lower_flex02_ttl {
		font-size: 22px;
	}

	.Pediatric_Type {
		/* margin-top: 30px; */
	}

	.Pediatric_Type_circle {
		top: -25px;
		right: -10px;
	}

	

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

	
	.orthodontic_Head_wrap {
		flex-wrap: wrap;
		gap: 30px;
	}

	.orthodontic_Head::after {
		border-width: 2px;
	}

	.orthodontic_Head_wrap {
		flex-wrap: wrap;
		gap: 20px;
	}
	.orthodontic_Head {
		min-height: 270px;

	}
	.orthodontic_Head_slash {
        font-size: 16px;
        margin-bottom: 10px;
    }
	.orthodontic_Head_color {
		font-size: 16px;
        margin-bottom: 10px;
	}
	.orthodontic_Head_ttl {
		margin-bottom: 20px;
		font-size: 28px;
	}

	.orthodontic_Head_inner {
		/* width: 100%;
        padding-top: 50%;
        padding-bottom: 20px; */
	}

		
	#MFT .lower_flex02 + .lower_flex02 {
		gap: 30px;
	}


	.orthodontics_Doctor_txt {
		width: 60%;
	}

	.Pediatric_merit_ttl {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.Pediatric_merit_flex {
		gap: 10px;
	}

	.Pediatric_merit_box {
		padding: 20px;
	}

	
	.Pediatric_Type_point_p {
		text-align: center;
		width: 100%;
	}

	.Pediatric_Type_list {
		flex-direction: column;
		gap: 0;
	}
	.Pediatric_Type_point {
		gap: 10px;
		flex-wrap: wrap;
		justify-content: center;
	}
}
/*================================
SP表示 700px～0px
================================*/
@media (max-width: 700px) {

	.orthodontic_link_wrap {
		gap: 15px;
		flex-wrap: wrap;
	}

	.Menu_link_flex {
		flex-wrap: wrap;
	}
	.Menu_link_flex .orthodontic_link {
		margin-top: 10px;
	}


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

	.section_ttl02 {
		font-size: 22px;
	}

	.orthodontics_Doctor_txt {
        width: 100%;
        padding: 20px;
    }

	.orthodontics_Doctor_info {
		position: relative;
		margin: 300px auto 20px;
	}

	.case_ttl_wrap {
		flex-wrap: wrap;
	}
	.case_ttl {
		width: 100%;
	}
	.case_ttl {
		width: 100%;
	}

	.case_img_arrow p {
		font-size: 14px;
	}
	.case_img_wrap {
		gap: 10px;
	}

	.case_info_tbl,.case_info_tbl tbody ,.case_info_tbl tr {
		display: block;
	}

	.case_info_tbl th {
		width: 100%;
		display: block;
	}
	  
	.case_info_tbl td {
		padding: 10px 7px;
		width: 100%;
		display: block;
		height: auto;
	}

	.Pediatric_Type_inner {
		padding: 20px;
	}

	.plate_treatment {
		flex-wrap: wrap;
		justify-content: center;
	}

	.plate_treatment .Pediatric_Type_box {
		max-width: 100%;
		min-height: auto;
		flex: auto;
	}

	.plate_treatment_img {
        transform: rotate(90deg);
	}
	.Pediatric_Type_inner .lower_flex02_ttl br{
		display: none;
    }

	.Pediatric_Type_circle {
		position: relative;
		top: 5px;
        right: 5px;
        margin-left: auto;
        margin-bottom: -60px;
	}

	.Pediatric_merit_flex {
		flex-wrap: wrap;
		justify-content: center;
		gap: 0;
	}

	.Pediatric_merit_item {
		max-width: 100%;
		flex: auto;
        order: -1;
	}
	.Pediatric_merit_box {
		margin-bottom: 20px;
        max-width: 100%;
	}


	.Merit_sp {
		display: block;
	}

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

	.orthodontic_Head {
        background-size: 130%;
        background-position: bottom;
        align-items: start;
		min-height: auto;
	}
	.orthodontic_Head_inner {
		padding-bottom: 65%;
        padding-left: 0;
        width: 100%;
    }
	.orthodontic_Head_slash {
        /* font-size: 12px; */
    }
	.orthodontic_Head_color {
        /* font-size: 12px; */
    }

	#head_Pediatric {
		background-image: url(./img/orthodontics_Head02_sp.jpg?11);
	}

	.orthodontic_Head_slash {
		font-size: 14px;
	}
	.orthodontic_Head_ttl {
		font-size: 24px;
		/* font-size: 20px; */
	}
	.orthodontic_Head_eng {
		font-size: 24px;
	}

	.orthodontic_link_txt {
		min-height: auto;
        padding: 10px 0 5px;
	}


	.link_btn::after {
		right: 10px;
	}
	.link_btn:hover::after {
		right: 15px;
	}


	.Wire_Case {
		width: 46%;
	}
	.txt {
		font-size: 16px;
	}

	.picture_Merit {
		max-width: 80%;
	}

	.Pediatric_step img {
		max-width: 529px;
	}

	.Pediatric_Promise_wrap {
		padding-bottom: 50px;
	}


	.Consultation_tbl table p {
		text-align: center;
		width: 100%;
		min-width: auto;
        font-size: 16px;
	}
	.Consultation_tbl tbody, .Consultation_tbl tr {
		display: contents;
	}
	.Consultation_tbl td, .Consultation_tbl th {
		padding: 10px;
	}
	.Consultation_tbl table, .Consultation_tbl td, .Consultation_tbl th {
		display: block;
		width: 100%;
	}

	.Pediatric_Promise_circle {
        line-height: 1.5;
		width: 50px;
        height: 50px;
        left: -5px;
        top: -20px;
	}

	

}



