@charset "UTF-8";

.treatment_menu {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 gap: 30px 0px;
 width: 950px;
 margin: 0 auto 0 auto;
}
.treatment_menu_inner{
 width: 31%;
 display: block;
 text-decoration: none;
 color: inherit;
 border-radius: 8px;
 box-shadow: 0 2px 6px rgba(0,0,0,0.1);
 padding: 30px;
 background-color: rgba(255,255,255,1.00);
 transition: opacity 0.5s ease, transform 0.3s ease;
 box-sizing: border-box;
}
.treatment_menu_inner:hover {
  opacity: 0.6;
}
.treatment_menu_pic{
 text-align: center;
 margin-bottom: 10px;
 width: 170px;
 margin-right: auto;
 margin-left: auto;
}
.treatment_menu_pic img{
	border-radius: 50%;
}
.treatment_menu_title{
 text-align: center;
 margin-bottom: 10px;
 color: #BAA570;
 font-size: 130%;
 font-weight: bold;
 line-height: 1.4em;
}
.treatment_menu_title span{
	font-size: 70%;
 font-weight: normal;
 line-height: 1.3em;
}
.treatment_menu_txt{
 text-align: center;
}
.treatment_menu_btn {
  margin-top: 10px;
  padding: 10px 16px;
  background: #7FC31C;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  transition: background 0.3s;
}
@media screen and (max-width: 640px) {
.treatment_menu {
 width: 100%;
	gap: 3px 0px;
}
.treatment_menu_inner{
width: 49%;
margin-bottom: 0px;
padding: 20px;
}
.treatment_menu_title{
 margin-bottom: 5px;
 font-size: 110%;
 line-height: 1.3em;
}
.treatment_menu_txt{
 font-size: 90%;
}
}

.access_distant_homen{

}

.access_distant_homen ul{
margin:0;
padding:0;
}

.access_distant_homen li{
display:inline-block;
}

.access_distant_homen li a{
display:block;
padding:10px;
}


.access_distant{
	font-size:14px;
	padding-bottom:20px;
}

.access_distant ul{
margin:10px 0 15px 0;
padding:10px 0;
list-style:none;
border-bottom:1px solid #ccc;
}

.access_distant li{
display:inline-block;
vertical-align:bottom;
border:1px solid #999;
margin:3px;
padding:5px;
}

.access_distant li:last-child{
border:2px solid #7fc31c;
}

.access_distant li.arrow{
border:none;
padding:2px;
}

.access_root{
margin:30px 0;
}


.access_root:after { content: ""; display: block; clear: both; height:0; }

.access_root ul{
list-style:none;
margin:0;
padding:0;
}

.access_root li{
float:left;
/*border-left:1px solid #333;*/
}

.access_root li a{
padding:10px;
display:block;
}

.access_chika_map ul {
margin:0;
padding:0;
}


.access_chika_map li{
	display:inline-block;
	max-width:540px;
	min-width:340px;
}

@media screen and (max-width:640px){
.access_chika_map li{
	display:inherit;
	max-width:inherit;
	min-width:inherit;
	width:auto;
}

}

/* 梅田地下マップ------------ /access/map/index.html */

#annai_map { background-color: #ffffff; text-align: left; margin:10px 0 0 0; padding: 0; }
#annai_map .map_title { font-size:16px; font-weight:bold;}
#annai_map .map_box { margin: 0; padding: 0; line-height: 38px;}
#annai_map .map_box2 { margin: 0; padding: 0; display: inline;}
#annai_map .map_midasi { font-size:16px; font-weight:bold;}
#annai_map .clear { clear: both; height: 1px; width: 1px; margin: 0; padding: 0; line-height: 1px;}
#annai_map .fs-m { font-size: 14px; }
#annai_map img { border-style: none; }


.namba_link{
	font-size:14px;
	border-collapse: collapse;
}

.namba_link th{
	padding:10px;
	border-bottom:1px solid #999;
	border-collapse: collapse;
	vertical-align:top;
	white-space: nowrap;
	font-weight:normal;
	text-align:left;
}

.namba_link td{
	padding:10px;
	border-bottom:1px solid #999;
	border-collapse: collapse;
	vertical-align:top;
}


.sishubyo_sinko{
table-layout : fixed ;
width:100%;
}

.sishubyo_sinko td{
vertical-align:top;
font-size:12px;
line-height:140%;
}

.sishubyo_sinko img{
margin-bottom:15px;
}

.sishubyo_sinko .midasi{
font-size:14px;
font-weight:bold;
text-align:center;
}

.sishubyo_sinko td p{
margin:5px;
}

@media screen and (max-width:640px){
.sishubyo_sinko tr, .sishubyo_sinko th, .sishubyo_sinko td{
	border-collapse: collapse;
	margin: 0;
	display:block;
}

.sishubyo_sinko td{
padding-top:10px;
padding-bottom:20px;
border-bottom:1px solid #999;
}

.sishubyo_sinko .midasi{
font-size:16px;
font-weight:bold;
text-align:left;
}

}

.ireba_shurui .title_s{
margin-top:40px;
}

.ireba_shurui .line_gray{
padding-bottom:20px;
margin-bottom:30px;
}

.ireba_table{
	font-size:14px;
	border-collapse: collapse;
}


.ireba_table td{
	padding:20px 0;
	border-bottom:1px solid #999;
	vertical-align:top;
}

.ireba_table td img{
	margin:20px;
}


.director_table{
	font-size:14px;
	border-collapse: collapse;
	margin-bottom:20px;
}

.director_table td{
	padding:10px;
	vertical-align:top;
}

.director_table td .photo{
	border:1px solid #ccc; 
	padding:8px; 
	background-color:#fff;
	min-width:130px;
}

.director_table td .name{
	font-size:180%;
	line-height:150%;
}

.director_table td .katagaki{
	font-size:140%;
}

.director_table td .name_furigana{
	font-size:12px;
	color:#7fc31c;
}

.director_table td .midasi_keireki{
	background-color:#7fc31c; 
	color:#fff; 
	width:60px; 
	text-align:center; 
	padding:5px;
	margin-bottom:15px;
}

@media screen and (max-width:640px){
.director_table tr, .director_table th, .director_table td{
	border-collapse: collapse;
	margin: 0;
	display:block;
}

.director_table td .photo{
	border:none;
	text-align:center;
}

.director_table td .midasi_keireki{
	width:100%;
}

}

.staff_table{
	font-size:14px;
	border-collapse: collapse;
	margin-bottom:20px;
}

.staff_table td{
	padding:10px;
	vertical-align:top;
}

.staff_table .photo_td{
	width:148px;
}

.staff_table .name_td{
	width:120px;
}

.staff_table td .photo{
	border:1px solid #ccc; 
	padding:8px; 
	background-color:#fff;
}

.staff_table td .name{
	font-size:18px;
}

.staff_table td .name_furigana{
	font-size:12px;
	color:#7fc31c;
}

.certificate_table {
	margin-bottom:20px;
}

.certificate_table td{
	width:220px;
	font-size:11px;
	line-height:120%;
	vertical-align:top;
	padding-bottom:20px;
	text-align:center;
}

.certificate_table_free {
	margin-bottom:20px;
}

.certificate_table_free td{
	vertical-align:top;
	padding:15px;
	text-align:center;
}



/*料金案内ページ*/
.price_box{
	border-bottom:1px dotted #999;
}

.price_box .title_m{
	margin-bottom:10px;
}

.price_box .price01{
width:40%;
display:inline-block;
padding:10px 0;
}

.price_box .price02{
width:58%;
display:inline-block;
padding:10px 0;
}

.price_box ul{
list-style:none;
padding:0;
margin:0;
}

.price_box ul:after { content: ""; display: block; clear: both; height:0; }

.price_box li{
display:inline-block;
vertical-align:middle;
width:48%;
}

.price_box .hiyou{
font-size:18px;
color:#7fc31c;
font-weight:bold;
}


@media screen and (max-width:640px){

.price_box .price01{
width:auto;
display:inherit;
}

.price_box .price02{
width:auto;
display:inherit;
}


}


/*月々○○円～分割画像*/
.lp_bunkatu{
margin-bottom:50px;
}

.lp_bunkatu ul{
margin:0;
padding:0;
list-style:none;
}


.lp_bunkatu {
width:90%;
max-width:850px;
margin:10px auto 30px auto;
}


.lp_bunkatu li{
display:inline-block;
margin:0;
padding:0;
vertical-align:middle;
}

.lp_bunkatu .text{
width:65%;
}

.lp_bunkatu .img{
width:33%;
}

.lp_bunkatu li img{
width:100%;
}


.lp_bunkatu .img img{
border-radius: 50%;
}



@media screen and (max-width:640px){
.lp_bunkatu{
margin:10px auto 20px auto;
width:100%;
}

.lp_bunkatu .text{
width:80%;
}

.lp_bunkatu .img{
width:18%;
}

}

/*分割プラン*/
.bunkatu_ichiran{
padding:10px 0;
}

.bunkatu_ichiran .price{
color:#f3577b;
font-weight:bold;
}


.bunkatu_ichiran .btn{
color:#1f70d5;
border:1px solid #1f85e0;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
padding:5px 10px;
display:inline-block;
background:#f7f9ff;
}

.bunkatu_ichiran .trigger{
margin:0;
font-size:inherit;
font-weight:normal;
}

.bunkatu_ichiran .trigger:before {
	content:"";
	padding-right:0;
}

.bunkatu_ichiran table{
border-collapse:collapse;
margin:10px 0;
table-layout:fixed;
width:75%;
text-align:center;
font-size:90%;
}

.bunkatu_ichiran th{
border:1px solid #dedede;
background:#f5f5f5;
padding:5px;
font-weight:normal;
font-family:inherit;
font-size:inherit;
color:#333;
}

.bunkatu_ichiran td{
border:1px solid #dedede;
padding:5px;
}

.bunkatu_ichiran .price{
text-align:right;
}

.bunkatu_ichiran .price:after{
content:"円";
}

@media screen and (max-width:640px){
.bunkatu_ichiran table{
width:100%;
table-layout:inherit;
}
}

.clinic_setsubi td{
	width:50%;
	padding:0 10px 50px 10px;
	vertical-align:top;
}

.clinic_setsubi img{
	margin-bottom:10px;
}

@media screen and (max-width:640px){
.clinic_setsubi tr, .clinic_setsubi th, .clinic_setsubi td{
	border-collapse: collapse;
	margin: 0;
	display:block;
}

.clinic_setsubi td{
	width:100%;
	padding:0 0 30px 0;
}


}


.time_table{
	border-collapse: collapse;
}

.time_table td{
	border:1px solid #333;
	border-collapse: collapse;
	white-space: nowrap;
	padding:5px 20px;
}

.time_table .time{
	text-align:right;
}

@media screen and (max-width:640px){

.time_table{
	width:100%;
	font-size:13px;
}



.time_table td{
	padding:3px 5px;
}

}

#form_soudan{
	border-collapse: collapse;
	width:100%;
	margin-top:30px;
}

#form_soudan th{
	border-collapse: collapse;
	text-align:left;
	border-bottom:1px solid #ccc;
	padding:10px 10px 10px 20px;
	white-space: nowrap;
	background-color:#f5ffe6;
	line-height:18px;
}

#form_soudan .must{
	vertical-align:bottom;
	margin-left:5px;
}


#form_soudan th p{
	font-size: 12px;
	line-height: 150%;
	font-weight:normal;
	margin:5px 0;
}

#form_soudan td{
	border-collapse: collapse;
	border-bottom:1px solid #ccc;
	padding:10px;
	font-size: 12px;
	line-height: 150%;
	background-color:#f5ffe6;
}

#form_soudan .hissu:after{
content:"必須";
background:#cc0000;
color:#fff;
font-size:11px;
padding:1px 5px;
margin-left:5px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}


/*#form_soudan td textarea{
	width:380px;
	height:150px;	
}*/

#form_soudan .sousin{
	text-align:center;
	background-color:#fff;

}


.btn-sousin{
	background:#7fc31c;
	text-align:center;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	width:98%;
	margin:10px auto;
	clear:both;
	border:none;/*iPhone Safariのinputのsubmitボタン要素解除*/
	-webkit-appearance:button;/*iPhone Safariのinputのsubmitボタン要素解除*/
	padding-top:10px;
	padding-bottom:10px;
	line-height:1.5;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	display:block;
	text-decoration:none;

}

.btn-sousin:hover{
	background:#6da617;
}


@media screen and (max-width:640px){
#form_soudan tr, #form_soudan th, #form_soudan td{
	border-collapse: collapse;
	margin: 0;
	display:block;
}


#form_soudan th{
	padding:10px;
	border-bottom:none;
	white-space:normal;
}

}


/* リンク集 */

.link_table{
border-collapse: collapse;
}

.link_table th{
border:1px solid #999;
padding:10px;
font-size: 14px;
}

.link_table td{
border:1px solid #999;
padding:10px;
font-size: 14px;
}

.link_table .site{
width:200px;
}

.musiba_sinkou{
text-align:center;
margin-bottom:10px;
}

#nayami_btn{
	margin-bottom:40px;
	text-align:center;
}

#nayami_btn:after { content: ""; display: block; clear: both; height:0; }

#nayami_btn ul{
	overflow: hidden;
	width:100%;
	margin:0;
	padding:0;
}

#nayami_btn li {
	float:left;
	width:50%;
	list-style:none;
	margin-bottom:20px;
}

@media screen and (max-width:640px){
#nayami_btn li {
	float:none;
	width:100%;
}

}


/*初診予約ページ--------------*/
.clinic_yoyaku{}


.clinic_yoyaku dl{
border:1px solid #999;
padding:10px 10px 15px 10px;
margin:10px auto 50px auto;
}

.clinic_yoyaku dt{
margin:5px 5px 15px 5px;
}

.clinic_yoyaku dt ul{
list-style:none;
margin:0;
padding:0;
}

.clinic_yoyaku dt li{
display:inline-block;
vertical-align:middle;
font-size:150%;
list-style:none;
margin:0;
padding:0;
}

.clinic_yoyaku dt li.area{
background:#111;
color:#fff;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
text-align:center;
padding:13px 15px 10px 15px;
font-size:180%;
}


.clinic_yoyaku dd{
margin:0 5px;
padding:0;
}


.clinic_yoyaku dd ul{
margin:0 5px 0 0;
padding:0;
display:inline-block;
vertical-align:middle;
list-style:none;
text-align:center;
width:48%;
}

.clinic_yoyaku dd a{
text-decoration:none;
}

.clinic_yoyaku dd li.tel{
padding:20px 0;
text-align:left;
}


.clinic_yoyaku dd li.tel a{
background:url(/images_common/sp-btn-tel-icon_red.png) no-repeat left center;
background-size:50px auto;
padding-left:40px;
font-size:300%;
color:#cc0000;
}


.clinic_yoyaku dd li.net a{
display:block;
background:url(/images_common/sp-btn-yoyaku-icon.png) no-repeat 20px center #00b0f5;
background-size:40px auto;
color:#fff;
text-decoration:none;
border-radius:25px;
-webkit-border-radius:25px;
-moz-border-radius:25px;
line-height:35px;
font-size:150%;
text-align:center;
padding:10px 0;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;/*変化を緩やかに*/
}

.clinic_yoyaku dd .access{
padding-left:10px;
font-size:80%;
}

.clinic_yoyaku dd .access a{
text-decoration:underline;
}

.clinic_yoyaku dd li.info{
line-height:110%;
text-align:left;
font-size:85%;
}

.clinic_yoyaku dd li.info dl{
border:none;
margin:0;
padding:0;
width:100%;
text-align:left;
}

.clinic_yoyaku dd li.info dt{
display:inline-block;
vertical-align:middle;
margin:0;
padding:0;
width:70%;
}

.clinic_yoyaku dd li.info dd{
display:inline-block;
vertical-align:middle;
margin:0;
padding:0;
width:28%;
}

.clinic_yoyaku dd li.info dd img{
width:100%;
}


.clinic_yoyaku dd li.info p{
margin:3px 0;
padding:0;
line-height:120%;
}



@media screen and (max-width:640px){
.clinic_yoyaku dl{
display:inline-block;
vertical-align:top;
width:100%;
/*text-align:center;*/
margin:10px auto 30px auto;
}


.clinic_yoyaku dt li{
display:inherit;
font-size:130%;
}

.clinic_yoyaku dt li.area{
padding:5px;
margin:5px auto 10px auto;
text-align:center;
}



.clinic_yoyaku dd ul{
display:inherit;
margin:10px auto;
width:auto;
}


.clinic_yoyaku dd li.tel{
display:inline-block;
vertical-align:middle;
padding:0 10px;
text-align:center;
}

.clinic_yoyaku dd li.tel a{
display:block;
vertical-align:middle;
background:url(/images_common/sp-btn-tel-icon.png) no-repeat center 30px #ff4d9e;
background-size:65px auto;
color:#fff;
text-decoration:none;
border-radius:15px;
-webkit-border-radius:15px;
-moz-border-radius:15px;
width:100px;
height:100px;
font-size:100%;
font-weight:bold;
line-height:30px;
padding:0;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;/*変化を緩やかに*/
}


.clinic_yoyaku dd li.net{
display:inline-block;
vertical-align:middle;
padding:0 10px;
}

.clinic_yoyaku dd li.net a{
display:block;
vertical-align:middle;
background:url(/images_common/sp-btn-yoyaku-icon.png) no-repeat center 30px #00b0f5;
background-size:65px auto;
color:#fff;
text-decoration:none;
border-radius:15px;
-webkit-border-radius:15px;
-moz-border-radius:15px;
width:100px;
height:100px;
font-size:100%;
font-weight:bold;
line-height:30px;
padding:0;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;/*変化を緩やかに*/
}

.clinic_yoyaku dd .access{
padding-left:0;
}


.clinic_yoyaku dd li.info dt{
width:auto;
}

.clinic_yoyaku dd li.info dd{
width:auto;
}

.clinic_yoyaku dd li.info dd img{
display:none;
}


}

/*初診予約ページ--------------*/

/*LINEで相談*/

.line_midasi {
	color:#fff;
	font-size:26px;
padding-top:20px;
padding-bottom:20px;
}
.line_midasi {
	background-color: #01c302;
	position: relative;
	width: 100%;
	text-align:center;
}
.line_midasi:after {
	position: absolute;
	top: 100%;
	left:47%;
	content: '';
	width: 0;
	height: 0;
	border:30px solid transparent;
	border-top:20px solid #01c302;
}

.line_midasi_green {
background-color:#01c302;
font-size:26px;
text-align:center;
color:#fff;
padding-top:20px;
padding-bottom:20px;
margin-bottom:0;
}

.w100 {
width:100%; 
text-align:center;

display: block;
clear:both;
}

.w100_main {
width:100%; 
text-align:center;
display: block;
clear:both;
background-color:#ffffcc;
}

.w100_in {
width:950px; 
text-align:left; 
margin:0 auto; 
padding:15px 5px;
}

.midasi_pink {
margin-bottom:20px; 
color:#ff2e99; 
font-size:36px; 
line-height:180%;
}

.txt_nayami {
padding-top:40px; 
padding-left:70px; 
padding-bottom:40px;
font-size:24px; 
line-height:160%;
}
.txt_merit {
padding-left:250px; 
padding-top:60px;
padding-bottom:40px; 
line-height:260%;
}
.txt_merit p {
font-size:28px;
line-height:180%;
}
.mijika {
text-align:center; 
height:199px; 
background:url(/contact/images/line_bg_town.gif) repeat-x center bottom; 
padding-bottom:0;
}
.txt_imasugu {
font-size:24px;
line-height:160%;
text-align:center;
padding-top:60px;
padding-bottom:40px;
}
.img_touroku {
padding-bottom:40px;
text-align:center;
}
.txt_soudan {
font-size:20px;
line-height:140%;
text-align:left;
padding-left:50px;
padding-top:10px;
padding-bottom:0;
}

/*トップページにあった審美・インプラント・矯正分*/
.main_col_box{
margin:20px auto 50px auto;
}
.main_col_box:after { content: ""; display: block; clear: both; height:0; }

.main_col_sinbi {      
float:left;
 width:84px;
 height:84px;
 background-color:#fe8282;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 display:table;
}
.main_col_implant {      
float:left;
 width:84px;
 height:84px;
 background-color:#01b6bd;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 display:table;
}
.main_col_kyousei {      
float:left;
 width:84px;
 height:84px;
 background-color:#fc5cc5;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 display:table;
}

.main_col_info {
 /*padding-top:28px;*/ /* 真ん中にまで文字を下ろす */
display:table-cell;
vertical-align:middle;
} 
.main_col_info p {
 text-align: center;
 color: #fff;
 margin: 0;
font-size:19px; 
font-weight:bold;
line-height:100%;
} 

.main_col_info_implant {
 /*padding-top:28px;*/ /* 文字の縦位置 */
display:table-cell;
vertical-align:middle;
} 
.main_col_info_implant p {
 text-align: center;
 color: #fff;
 margin: 0;
font-size:16px; 
font-weight:bold;
line-height:100%;  
letter-spacing:-2px;
} 
.main_col_midasi {      
float:left;
}
.main_col_midasi p {
 margin: 0;
 padding: 0 0 0 20px;
font-size:26px; 
line-height:140%;  
} 
.main_col_midasi .sinbi {
color:#fb6145;
font-size:30px;
}
.main_col_midasi .implant {
color:#009999;
font-size:30px;
}
.main_col_midasi .kyousei {
color:#db1b62;
font-size:30px;
}

.main_col_img {
margin-right:20px;
}

.main_col_txt {
margin:0;
padding: 5px 0 0 20px;
font-size:18px; 
line-height:140%;
} 



@media screen and (max-width:640px){
.main_col_midasi p {
margin: 0;
padding: 0 0 0 5px;
font-size:20px; 
line-height:140%;  
} 
.main_col_midasi .sinbi {
color:#fb6145;
font-size:24px;
}
.main_col_midasi .implant {
color:#009999;
font-size:24px;
}
.main_col_midasi .kyousei {
color:#db1b62;
font-size:24px;
}
.main_col_txt {
margin: 0;
padding: 5px 0 0 5px;
font-size:16px; 
line-height:140%;
} 
}

/*入れ歯の費用*/
.ireba_hiyou{
border-collapse: collapse;
}

.ireba_hiyou dl{
border-bottom:1px solid #999;
padding:20px 0;
}

.ireba_hiyou dt{
margin:0;
padding:10px 0;
font-size:150%;
color:#FF6600;
font-weight:bold;
}

.ireba_hiyou dt a{
color:#FF6600;
text-decoration:none;
}

.ireba_hiyou dd{
margin:0;
padding:10px 0;
display:inline-block;
vertical-align:top;
}

.ireba_hiyou dd.image{
width:20%;
}

.ireba_hiyou dd.setumei{
width:78%;
font-size:110%;
}

.ireba_hiyou dd.setumei ul{
margin:0;
padding:0;
list-style:none;
}

.ireba_hiyou dd.setumei li{
margin:0;
padding:0;
display:inline-block;
}

.ireba_hiyou .hiyou{
font-size:120%;
font-weight:bold;
}

.ireba_hiyou .hiyou span{
font-size:50%;
font-weight:normal;
}

.ireba_hiyou .hosho{
color:#ff3568;
font-weight:bold;
}

.ireba_hiyou th{
border-bottom:1px solid #999;
text-align:center;
vertical-align:middle;
padding:10px;
font-weight:bold;
}

.ireba_hiyou td{
border-bottom:1px solid #999;
text-align:left;
vertical-align:middle;
padding:10px;
}

@media screen and (max-width:640px){
.ireba_hiyou dd{
display:inherit;
}
.ireba_hiyou dd.image{
width:auto;
text-align:center;
}
.ireba_hiyou dd.setumei{
width:auto;
}
}

.ireba_smart_tokucho{
	margin:20px 0 10px 0; 
	padding:0;
	list-style:none;
}

.ireba_smart_tokucho li{
padding:7px 0 7px 3px;
/*	font-size:130%;*/
	font-size:120%;
	line-height:130%; 
}

.ireba_smart_tokucho .bango{
color:#FF6600;
font-size:120%;
font-weight:bold;
padding-right:5px;
}

/*入れ歯ページ*/

.ireba_voice{
margin:40px auto;
}

.ireba_voice dl{
display:inline-block;
vertical-align:top;
width:47%;
margin:10px 0;
padding:10px;
border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
background: #f2f2f2;
}

.ireba_voice dt{
float:left;
clear:both;
margin:10px;
padding:10px;
background: #ffcc22;
border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
width:100px;
}

.ireba_voice dt img{
border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
width:100px;
}

.ireba_voice dd{
margin:0;
padding:0;
}

.ireba_voice dd.name{
font-size:115%;
color:#FF6600;
font-weight:bold;
padding:10px 10px 0 10px;
}
.ireba_voice:after { content: ""; display: block; clear: both; height:0; }
.ireba_voice dl:after { content: ""; display: block; clear: both; height:0; }

@media screen and (max-width:640px){
.ireba_voice dl{
display:inherit;
width:auto;
}
.ireba_voice dt{
float:none;
text-align:center;
width:150px;
margin:10px auto;
}
.ireba_voice dt img{
width:150px;
}
.ireba_voice dd{
text-align:center;
}
}



.ireba_susume{
font-size:180%;
text-align:center;
font-weight:bold;
}

@media screen and (max-width:640px){
.ireba_susume{
font-size:170%;
}
}

.ire_switch_s{
	text-align:center;
	font-size:150%;
}

.ire_switch:before {
    content: url(/menu/images/komarigao_illust.png);
}

.ire_switch {
	font-size:180%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width:640px){
.ire_switch_s{
	font-size:115%;
}
.ire_switch {
	font-size:120%;
	display: flex;
	align-items: center;
	justify-content: center;
}
}

.midasi_line_b {
border-top:1px solid #111; 
border-bottom:4px solid #ccc;
padding:10px;
margin:20px 5px;
clear:both;
display: flex;
align-items: center;
justify-content: center;
}

.cancel_m {
	font-weight:bold;
	font-size:120%;
	color:#ff6600;
}


.jump{
width:950px;
margin-left:40px;
margin-bottom:25px;
}

.jump:after,.jump2:after,.yellow_back:after{
	content:"";
	display:block;
	clear:both;
	height:0;
}

.jump2{
width:auto;
text-align:center;
margin-bottom:40px;
}

.jump3{
width:auto;
margin:auto;
text-align:center;
margin-bottom:40px;
}


/*入れ歯ボタン*/
.sinryo_kinzokusho{
width:950px;
list-style:none;
margin:auto;
text-align:center;
}

.ireba_button:after{
	height:20px;
	content:"";
	clear:both;
	display:block;
}

.sinryo_midasi{
margin:auto;
color:#ff6600;
font-size:130%;
font-weight:bold;
padding:3%;
text-align: center;
}

.sinryo_midasi img{
padding-top:3%;
padding-bottom:3%;
}

.sinryo_kinzokusho img{
	width:220px;
	height:220px;
}

.sinryo_kinzokusho a{
width:26.5%;
height:auto;
padding:1%;
margin:2%;
color:#333333;
background:#fffff0;
border:2px solid #ff6600;
border-radius:1em;
text-decoration:none;
float:left;
}

.sinryo_kinzokusho a:hover{
opacity:0.7;
}

@media screen and (max-width:640px){

.ireba_nayamibetu ul {
padding: 0;
margin: 0;
}
.ireba_nayamibetu ul li {
padding: 0;
margin: 10px auto;
list-style-position:outside;
}

.sinryo_kinzokusho{
width:100%;
padding:1%;
margin:1%;
display: flex;
align-items: center;
justify-content: center;
}
.ireba_button:after{
	height:0px;
}
.sinryo_kinzokusho a{
width:100%;
height:100px;
padding:1%;
margin:1%;
}
.sinryo_midasi{
text-align:center;
font-size:140%;
}	
.sinryo_midasi img{
width:80px;
height:80px;
margin-top:-15px;
}
.s_m_text{
margin-top:15px;
display: inline-block;
text-align: left;
}
.s_m_text2{
margin-top:10px;
display: inline-block;
text-align: left;
}	
.sinryo_midasi,.sinryo_kinzokusho img{
float:right;
text-align:left;
}
}

/*金属床入れ歯*/

#title-text{
font-size:160%;
margin-top:70px;
line-height:180%;
}

.title-text{
text-align:center;
font-size:160%;
font-weight:bold;
margin-top:45px;
margin-bottom:-10px;
color:#222222;
}

#title-text2{
text-align:center;
font-size:160%;
font-weight:bold;
margin-top:70px;
}

.kinzokusho1,.kinzokusho2{
width:400px;
float:left;
margin:10px;
font-size:120%;
}

.kinzokusho1 img{
width:75%;
}
.kinzokusho2 img{
width:85%;
}

@media screen and (max-width:640px){
.kinzokusho_merit img {
width:85%;
}
}

.yellow_back{
background:#fafad2;
padding:2%;
}

.cri-le{
float:left;
width:650px;
}

.cri-ri{
float:left;
width:300px;
}

.yellow_back:after{
content:"";
display:block;
clear:both;
height:20px;
}

/*金属床下部見出し*/

.heading {
color:#dc143c; 
margin:40px auto;
font-weight:bold;
font-size:140%;
}

/*--入れ歯の種類--*/
.ireba_type{
display: flex;
justify-content: center;
align-items: center;
}
.ireba_type_in{
width: 100%;
padding: 5px;
box-sizing: border-box;
}
@media screen and (max-width:640px){
.ireba_type{
flex-wrap: wrap;
}
.ireba_type_in{
width: 50%;
}
}

/*LP歯周病*/

#top_inner { width:960px;}
#top_inner:after { content: ""; display: block; clear: both; height:0; }

#top_contents { 
	float:right; 
	background-color:#ffffff;  
	margin:0;
}

#top_mainWrap { width:720px; background-color: #ffffff; margin-left:30px; margin-bottom:20px;}
#top_mainWrap p{ margin:8px 0;}

#sideWrap { width:200px; float:left; background-color: #fcfcfc; margin:0; padding:0;}
#sideWrap img {vertical-align:bottom; margin-bottom: 15px;}

@media screen and (max-width:640px){
#sideWrap {
	display:none;
}
}

.sishu_txt_l{
font-size:30px;
font-weight:bold;
color:#ff8b02;
}

@media screen and (max-width:640px){
.sishu_txt_l{
font-size:20px;
font-weight:bold;
}
}

/*	歯周病サイドメニュー  */

.sidemenu {
	margin: 0 0 20px 0; 
	padding: 0; 
	list-style-type:none;
	background-color:#fff;
}

.sidemenu li {
	background : url(/lp/img/sisyu/menu_icon.gif) no-repeat left center;
	margin:0;
	padding-left:20px;
	font-size:14px;
	line-height:65px;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}
.sidemenu a {
	display: block;
	text-decoration:none;
	list-style:none;
	color: #333333;
}

.sidemenu a:hover {
	text-decoration:none;
	color: #339900;
}


#wrap03 { 
	width:100%; 
	background-color: #f3f3f3; 
	clear:both;
}

#wrap03 .top_img{ 
	background:url(/lp/img/sisyu/top_sishubyo_img.png) no-repeat top left;
	margin:0 auto;
	width:960px;
	height:320px;
	position:relative;
}

@media screen and (max-width:640px){
#wrap03 .top_img{ 
	display:none;
}
}

#wrap03 .top_img img{ 
	position : absolute;
	bottom:27px;
	right:0px;
}

#wrap04 { 
	width:960px; 
	text-align:left; 
	margin:20px auto 0 auto; 
	padding: 0; 
	background-color: #ffffff;
}

.top_nayami{
	background:url(/lp/img/sisyu/top_nayami.jpg) no-repeat top left;
	width:720px;
	height:706px;
	position:relative;
	margin-bottom:20px;
}

.top_nayami_check{
	position : absolute;
	width:680px;
	height:240px;
	top:105px;
	left:20px;
	font-size:14px;
}

.top_nayami_check ul{
	margin:0;
	padding:0;
	list-style:none;
}

.top_nayami_check li{
	background : url(/lp/img/sisyu/check_icon.gif) no-repeat left 3px;
	padding-left:20px;
	margin:6px 0;
	line-height:160%;
}

.top_nayami_check .check_left{
	float:left;
	width:320px;
	height:240px;
	padding-left:5px;
}

.top_nayami_check .check_right{
	float:right;
	width:345px;
	height:240px;
	padding-right:10px;
}

.top_nayami_check .check_right:after { content: ""; display: block; clear: both; height:0; }

.top_nayami img{
	width:227px;
	height:64px;
	position : absolute;
	bottom:290px;
	right:35px;
}

@media screen and (max-width:640px){
.top_nayami{
	background:#e2e1f1;
	width:auto;
	height:auto;
	position:static;
	padding:7px;
}
.top_nayami_check{
	position:static;
	width:auto;
	height:auto;
	background:#fff;
	padding:15px 7px;
}
.top_nayami_check .check_left{
	float:none;
	width:100%;
	height:auto;
	padding-left:0;
}
.top_nayami_check .check_right{
	float:none;
	width:100%;
	height:auto;
	padding-right:0;
}
.top_nayami img{
	width:auto;
	height:auto;
	position:static;
}
}

.midasi01{
	background:url(/lp/img/sisyu/midasi_bg01.jpg) no-repeat left center;
	padding:75px 0 75px 25px;
	margin:0 auto;
	width:960px;
	/*line-height:180px;*/
	font-size:30px;
	color:#000000;
	letter-spacing: 0.1em;
	text-align:left;
}
@media screen and (max-width:640px){
.midasi01{
	padding:20px 0 15px 5px;
	font-size:24px;
	background-size:100% auto;
	width:100%;
	letter-spacing:normal;
	-webkit-text-shadow:1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff;/*文字の白の囲い*/
    -moz-text-shadow:1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff;
    -ms-text-shadow:1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff;
    -o-text-shadow:1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff;
    text-shadow:1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff;
}
}

.title_ll{
padding:18px 0 15px 5px; 
margin:0 0 20px 0;
font-size:160%;
line-height:1.2;
color:#292929; 
border-top:4px solid #141414;
border-bottom:1px solid #999;
}
.title_l_02{
	background: url(/lp/img/sisyu/title_l_bg.png) no-repeat left center; 
	width:720px;
	font-size:26px;
	color:#000000;
	padding:28px 0 27px 20px;
	margin-bottom:20px;
	clear:both;
}

@media screen and (max-width:640px){
.title_ll{
padding:10px 0 8px 0; 
font-size:24px;
}
.title_l_02{
	background:#fafafa;
	border-top:2px solid #49a50f;
	border-bottom:1px solid #ccc;
	width:100%;
	font-size:22px;
	padding:10px 0 10px 5px;
}
}

.title_m_02{
	background: url(/lp/img/sisyu/title_m_bg.png) no-repeat left center; 
	font-size:20px;
	color:#000000;
	padding:12px 0 10px 30px;
	margin-bottom:15px;
	clear:both;
}
.title_s_02{
	border-bottom:1px dashed #666;
	line-height:25px;
	font-size:18px;
	color:#339900;
	padding:0 0 2px 2px;
	margin-bottom:20px;
	clear:both;
}

.title_ss_02{
	border-left:6px solid #339900;
	line-height:20px;
	font-size:16px;
	color:#000000;
	padding:5px 0 0 10px;
	margin-bottom:15px;
}

.about_check{
	margin:0 0 10px 50px;
	width:670px;
	min-height:183px;
	background : url(/lp/img/sisyu/about_check_bg.jpg) no-repeat right top;
}

.about_check ul{
	margin:0;
	padding:0;
	list-style:none;
}

.about_check li{

	background : url(/lp/img/sisyu/check_icon.gif) no-repeat left 4px;
	padding-left:20px;
	margin:10px 0;
	font-size:16px;
}
@media screen and (max-width:640px){
.about_check{
	margin:auto;
	width:auto;
	min-height:auto;
	background : url(/lp/img/sisyu/about_check_bg.jpg) no-repeat right bottom;
	background-size:60px auto;
}
}

.box_kimidori{
	border:2px solid #49a50f;
	padding:5px 10px;
	margin-top:10px;
	margin-bottom:10px;
    clear: both;
}

.box_pink{
	border:2px solid #d2779f;
	padding:5px 10px;
	margin-top:10px;
	margin-bottom:10px;
    clear: both;
}

.box_blue{
	border:2px solid #88b6d0;
	padding:5px 10px;
	margin-top:10px;
	margin-bottom:10px;
    clear: both;
}


/*小児歯科*/
.child_kangae{
	border:3px solid #ffc133;
	padding:5px 5px 15px 5px;
	margin-bottom:30px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:url(/menu/images/child/child_kangae_bg.gif) repeat top left;
}

.child_kangae .midasi{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}

.child_kangae .midasi li{
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	font-weight:bold;
}

.child_kangae .btn{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}

.child_kangae .btn li{
	display:inline-block;
	margin:8px auto;
	width:45%;
	vertical-align:top;
	border:2px solid #fff;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	box-shadow:2px 2px #ccc;
	text-align:center;
}

.child_kangae .btn li a{
	display:block;
	padding:10px;
	text-decoration:none;
	font-size:18px;
	color:#333;
	font-weight:bold;
}

.child_kangae li.kangae01{
	background:#94d8e4;
}

.child_kangae li.kangae02{
	background:#f2e984;
}

.child_kangae li.kangae03{
	background:#f0c8ee;
}

.child_kangae li.kangae04{
	background:#f8b89b;
}

.child_anime{
margin:0;
padding:0;
list-style:none;
text-align:center;
}

.child_anime li{
float:left;
width:25%;
}

.child_anime:after { content: ""; display: block; clear: both; height:0; }

.child_hamigaki{
font-size:12px;
line-height:140%;
border-collapse: collapse;
}
.child_hamigaki th{
background-color:#99ccff;
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
padding:10px;
}
.child_hamigaki td{
padding:10px;
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}

.child_kensin{
margin:0;
padding:0;
}

.child_kensin li{
display:inline-block;
width:23%;
vertical-align:top;
}

.child_kensin li img{
width:auto;
}

.child_kensin li.yoko1{
width:100%;
}

.child_kensin li.yoko2{
width:49%;
}

.child_nomusiba{
margin:30px auto;
}

.child_nomusiba dl{
display:inline-block;
vertical-align:top;
width:32%;
}

.child_nomusiba dt{
text-align:center;
font-weight:bold;
margin:10px 0;
padding:0;
}

.child_nomusiba dd{
text-align:center;
margin:10px 0;
padding:0;
font-size:12px;
}

.child_oyatsu_ataekata{
margin:0 0 20px 0;
padding:0;
list-style:none;
background:url(/menu/images/child/oyatsu_ataekata_bg.png) no-repeat right center;
}

.child_oyatsu_ataekata li{
background:url(/menu/images/child/oyatsu_ataekata.png) no-repeat left center;
padding:7px 0 7px 35px;
}

.child_link_btn{
margin:40px 0;
}

.child_link_btn ul{
margin:20px 0;
padding:0;
list-style:none;
}

.child_link_btn li{
display:inline-block;
vertical-align:top;
width:24%;
font-size:13px;
}

.child_link_btn li a{
display:block;
padding:10px 10px 10px 5px;
background:url(/img/sp-btn-icon.png) no-repeat right center #f16387;
background-size:15px auto;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
text-align:center;
color:#ffffff;
text-decoration:none;
-moz-box-shadow: 1px 1px 2px 2px #e5e5e5;
-webkit-box-shadow: 1px 1px 2px 2px #e5e5e5;
box-shadow: 1px 1px 2px 2px #e5e5e5;
}

.child_link_btn li a:hover{
background:url(/img/sp-btn-icon.png) no-repeat right center #ed537a;
background-size:15px auto;
}

.child_qa_link{
margin:40px 0;
}

.child_qa_link ul{
margin:20px 0;
padding:0;
list-style:none;
}

.child_qa_link li{
margin:10px;
border-bottom:1px dashed #ff8b02;
}

.child_qa_link li a{
display:block;
text-decoration:none;
padding:5px 0;
}

@media screen and (max-width:640px){

/*小児歯科*/
.child_kangae .midasi{
	text-align:left;
}
.child_kangae .midasi li{
	font-size:15px;
}
.child_kangae .midasi li img{
	width:30px;
}
.child_kangae .btn li{
	width:100%;
	text-align:left;
}
.child_kangae .btn li a{
	font-size:18px;
}

.child_kensin li{
display:inherit;
width:auto;
}

.child_kensin li.yoko1, .child_kensin li.yoko2{
width:auto;
}

.child_nomusiba dl{
display:block;
width:100%;
}
.child_nomusiba dt{
font-size:18px;
}
.child_nomusiba dd{
font-size:15px;
}


.child_oyatsu_ataekata{
background:none;
}
.child_link_btn li{
width:48%;
margin:5px;
}
}


/*ポリリン酸ホワイトニング*/
.poririn_whitening_yobou{
margin-bottom:30px;
}

.poririn_whitening_yobou ul{
text-align:center;
margin:30px;
}
.poririn_whitening_yobou li{
display:inline-block;
vertical-align:middle;
border:3px solid #ad9451;
width:28%;
margin:10px;
font-size:130%;
font-weight:bold;
padding:20px 0;
}

.poririn_whitening_yobou .text{
text-align:center;
background:#ad9451;
color:#fff;
font-weight:bold;
padding:20px;
margin:20px;
font-size:150%;
}

@media screen and (max-width:640px){
.poririn_whitening_yobou ul{
margin:30px auto;
}
.poririn_whitening_yobou li{
width:100%;
margin:10px auto;
padding:10px 0;
font-size:110%;
}
.poririn_whitening_yobou .text{
padding:10px;
margin:20px;
font-size:130%;
}
}


.poririn_whitening .font-l{
font-size:180%;
line-height:160%;
}

.poririn_whitening .osusume{
margin:50px auto;
}

.poririn_whitening .osusume .midasi{
font-size:170%;
line-height:160%;
text-align:center;
font-weight:bold;
margin:20px auto;
}

.poririn_whitening .osusume ul{
margin:0;
padding:0;
list-style:none;
}

.poririn_whitening .osusume li{
display:inline-block;
vertical-align:top;
width:32%;
text-align:center;
font-size:95%;
}

.poririn_whitening .tokucho{
margin:50px auto;
}

.poririn_whitening .tokucho .midasi{
font-size:150%;
line-height:160%;
text-align:center;
border-bottom:1px solid #ad9451;
margin:20px auto;
}

.poririn_whitening .tokucho ul{
margin:0;
padding:0;
list-style:none;
}

.poririn_whitening .tokucho li{
display:inline-block;
vertical-align:middle;
text-align:center;
background:url(/menu/images/whitening/poririn_tokucho_bg.png) no-repeat center center;
background-size:300px auto;
width:32%;
}

.poririn_whitening .tokucho li .point{
display: flex;
justify-content: center;
align-items: center;
width:270px;
height:270px;
padding:15px;
font-weight:bold;
font-size:130%;
color:#ad9451;
}

.poririn_whitening .hikaku{
margin:30px auto;
}

.poririn_whitening .hikaku .midasi{
text-align:center;
background:#00adee;
padding:10px 5px;
font-size:150%;
color:#fff;
margin:10px auto;
}

.poririn_whitening .hikaku table{
border:2px solid #666;
border-collapse:collapse;
width:100%;
margin:auto;
}

.poririn_whitening .hikaku th{
border:1px solid #999;
font-weight:normal;
padding:5px;
}

.poririn_whitening .hikaku td{
border:1px solid #999;
font-size:200%;
text-align:center;
padding:10px 5px;
width:180px;
}

.poririn_whitening .hikaku .poririn{
width:250px;
background:#ffffcc;
font-weight:bold;
}

.poririn_whitening .hikaku td.poririn{
font-size:250%;
}

.poririn_whitening .setumei{
border:10px solid #433428;
padding:20px;
margin:40px auto;
background:#fff;
}

.poririn_whitening .setumei .midasi{
font-size:200%;
line-height:110%;
margin:20px auto;
text-align:center;
}

.poririn_whitening .setumei .text{
text-align:center;
background:#ad9451;
color:#fff;
font-weight:bold;
padding:20px;
margin:20px;
font-size:150%;
}

.poririn_whitening .sikumi{
margin:40px auto;
font-size:130%;
}

.poririn_whitening .sikumi .midasi{
font-size:180%;
line-height:110%;
margin:20px auto;
text-align:center;
}


.poririn_whitening .yobou{
margin:30px auto;
}


.poririn_whitening .yobou ul{
margin:0;
padding:0;
list-style:none;
}

.poririn_whitening .yobou li{
display:inline-block;
vertical-align:top;
width:30%;
border:3px solid #00adee;
padding:10px;
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px;
margin:10px auto;
}

@media screen and (max-width:640px){
.poririn_whitening .font-l{
font-size:140%;
}
.poririn_whitening .osusume li{
text-align:left;
width:48%;
}
.poririn_whitening .tokucho li{
display:inherit;
width:300px;
}
.poririn_whitening .hikaku .midasi{
text-align:left;
}
.poririn_whitening .hikaku th{
font-size:13px;
line-height:100%;
text-align:left;
}
.poririn_whitening .hikaku td{
font-size:15px;
line-height:100%;
padding:1px;
width:auto;
width:20%;
}
.poririn_whitening .hikaku .poririn{
width:35%;
}
.poririn_whitening .hikaku td.poririn{
font-size:17px;
}
.poririn_whitening .setumei{
border:5px solid #433428;
padding:10px;
margin:25px auto;
}
.poririn_whitening .setumei .midasi{
font-size:160%;
text-align:left;
}
.poririn_whitening .setumei .text{
padding:10px;
margin:20px;
font-size:130%;
}
.poririn_whitening .sikumi{
margin:25px auto;
}
.poririn_whitening .sikumi .midasi{
font-size:130%;
}
.poririn_whitening .yobou li{
display:inherit;
width:auto;
}
}

/*料金表など--ホワイトニング価格表に使用20190924--*/

table.spec{
width:100%;
border-collapse:collapse;
margin:5px 0 30px 0;
line-height:150%;
}

table.spec th{
/*font-size:12px;
line-height:150%;*/
border:solid 1px #999999;
padding:10px;
font-weight:bold;
background-color:#F0EDE4;
text-align:center;
}
table.spec td{
/*font-size:12px;
line-height:150%;*/
border:solid 1px #999999;
padding:10px;
}
table.spec td.item{
font-weight:bold;
background-color:#F0EDE4;
}
table.spec td.btn{
border:none;
text-align:center;
}

table.spec .cate td{
line-height:150%;
border-style:none;
padding:10px;
white-space: nowrap;
}

table.spec .midasi{
font-size:130%;
font-weight:bold;
}

table.spec .midasi a{
text-decoration:none;
color:#222;
}

table.spec .ryokin{
font-size:130%;
font-weight:bold;
color:#f3577b;
}

table.spec .text{
font-size:90%;
line-height:120%;
}

table.spec p{
margin:10px auto;
}

/*ノンクラスプデンチャーの症例写真*/
.flx_bg {
	background-color: #fafad2;
	border-radius: 16px;
	padding: 20px;
	margin: 40px auto 20px auto;
}
.shorei_flx3 {
     width: 80%;
     margin: 20px auto;
 }
 .shorei_flx3 img {
     width: 100%;
 }
 .shorei_flx3 .flexbox {
     display: flex;
 }
 .shorei_flx3 .box1 {
     width: 47%;
     margin: auto 5px;
 }
 .shorei_flx3 .box2 {
     width: 7%;
     margin: auto 5px;
 }
 .shorei_flx3 .box3 {
     width: 47%;
     margin: auto 5px;
 }
.shorei_flx3 i {
	color: #00cccb;
}
 @media screen and (max-width: 640px) {
	 .flx_bg {
	background-color: #fafad2;
	border-radius: 16px;
	padding: 10px;
	margin: 20px auto;	 
}
	 .shorei_flx3 {
     width: 80%;
     margin: 40px auto;
 }
     .shorei_flx3 .flexbox {
         display: block;
     }
     .shorei_flx3 .flexbox .box1 {
         width: 100%;
         margin: 0 auto;
     }
     .shorei_flx3 .flexbox .box2 {
         width: 100%;
         margin: 4px auto;
     }
	 .shorei_flx3 .flexbox .box3 {
         width: 100%;
         margin: 0 auto;
     }
 }

/*--------虫歯LP20200907修正---------*/
.musiba_menu_box_wrap {
	width: 1200px;
	margin: 30px auto;
} 
.musiba_menu_box {
 display:flex;
 padding: 40px 20px 20px 20px;		
}
.musiba_menu_box .box01 {
 width: 70%;
 margin: 1%;
}
.musiba_menu_box .box02 {
 width: 30%;
 margin: 1%;
}

.musiba_menu_box p {
	font-size: 28px;
	font-weight: bold;
}

@media screen and (max-width:640px){
.musiba_menu_box {
 display:flex;
 flex-wrap:wrap-reverse;	
 margin: 30px auto;
}
.musiba_menu_box .box01,.musiba_menu_box .box02 {
 width: 100%;
 border-radius: 2%;	
 padding: 0;
}
.musiba_menu_box p {
	font-size: 20px;
	font-weight: bold;
}	
}


/*↓20201228 sinbi.html用↓*/
/**/
.fc49 {
	color: #494949;
}

.rad2 img {
	border-radius: 2%;
}

.radius {
	border-radius: 50%;
}

.txt_pink {
	color: #D85C8A;
}

.txt_blue {
	color: #3d96bf;
}

/**/
.bg_white {
	width: 100%;
	background-color: #fff;
	padding: 50px 0;
}

/**/
.kyousei_menu {
	margin: 20px 0 40px 0;
}

@media screen and (max-width: 640px) {
.kyousei_menu {
	margin: 0px 0 18px 0;
}
}

/**/
.feature_title_01 {
    font-size: 26px;
    font-weight: 600;
    color: #414141;
    letter-spacing: 0.2em;
    padding: 20px 0 0 0;
    line-height: 1.5em;
	margin: 0;
}
@media all and (max-width: 640px){
.feature_title_01 {
    font-size: 20px;
    font-weight: 600;
    color: #414141;
    letter-spacing: 0.1em;
    padding: 12px 10px 0 10px;
    line-height: 1.5em;
}
}

/*ストライプ下線の見出し*/
.midasi_dot {
  position: relative;
  	font-size: 22px;
    font-weight: 600;
    color: #414141;
    letter-spacing: 0.2em;
	padding: 20px 0 10px 5px;
	margin: 12px 8px 20px 0;
    clear: both;
}

.midasi_dot:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #88b6d0, #88b6d0 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #88b6d0, #88b6d0 2px, #fff 2px, #fff 4px);
}

@media all and (max-width: 640px){
	.midasi_dot {
    position: relative;
	font-size: 16px;
    font-weight: 600;
    color: #414141;
    letter-spacing: 0.1em;
    padding: 14px 0 8px 0;
    line-height: 1.4em;
	margin: 18px 6px 10px 6px;	
	}
}

/*PC2並び、スマホ1並び、左70右30*/
.contents_70_30 {
     width: 100%;
     max-width: 1200px;
     margin: auto;
 }
 .contents_70_30 .flexbox {
     display: flex;
	 margin-top: 20px;
 }
 .contents_70_30 .box1 {
     width: 65%;
     margin: auto;
 }
 .contents_70_30 .box2 {
     width: 35%;
     margin: auto .5rem;
 }
 @media screen and (max-width: 640px) {
      .contents_70_30 .flexbox {
         display: block;
	     margin-top: 0px;		  
     }
      .contents_70_30 .box1 {
         width: 100%;
         margin: 0 auto;
     }
      .contents_70_30 .box2 {
         width: 100%;
         margin: 0 auto;
     }
 }

/**/
.maru_border {
	border-radius: 50%;
	padding: 10px;
	border: dashed 1px #B3E6EB;
}

/*ピンクのマーカー*/
.txtbg_pnk {
    background: #ffd6df;
}

/**/
.midasi_s_center {
	display: inline;
	font-size: 26px;
	letter-spacing: 0.15em;
	line-height: 150%;
    background: linear-gradient(transparent 70%, #fcfc92 70%);	
}

.midasi_s_center span {
	font-size: 160%;
	padding: 0 8px;
}

 @media screen and (max-width: 640px) {
.midasi_s_center {
	display: inline;
	font-size: 22px;
	letter-spacing: 0.15em;
	line-height: 150%;
    background: linear-gradient(transparent 70%, #fcfc92 70%);	
}
.midasi_s_center span {
	font-size: 150%;
	padding: 0 4px;
}	 
 }

/**/
.flex_48_48 {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
}

.flex_48_48 .item {
	width: 49%;
}
@media screen and (max-width:640px){
.flex_48_48 {
	width: 100%;
	margin: 0 auto;
	padding: 0 8px;
}
.flex_48_48 .item {
	width: 100%;
	margin: 8px auto;
}
}

/**/
.about_cerec_bg {
	background-color: #fffce3;
	padding: 20px;
	border-radius: 2%;
	box-sizing: border-box;
}

.midasi_cerec {
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-bottom: 4px;
	border-bottom: solid 1px #D85C8A;
}

/**/
.table_merit_demerit {
	border-collapse: collapse;
	border: solid 1px #ccc;
	width: 100%;
}

.table_merit_demerit th,.table_merit_demerit td {
	padding: 12px;
}

.table_merit_demerit .merit {
	background-color: #f7b7ce;
	text-align: center;
}

.table_merit_demerit .demerit {
	background-color: #bedfeb;
	text-align: center;
}

/**/
.bottom_space {
	margin-bottom: 100px;
}
@media screen and (max-width:640px){
.bottom_space {
	margin-bottom: 40px;
}
}

/*当院の特徴new(トップページと同じスタイル)*/
.tokucho_midasi{
line-height:130%;
font-size:/*190%*/130%;
font-family:"游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
font-weight: bold;
/*margin-top:50px;*/
clear:both;
}

.point{
margin:0 auto 15px auto;
padding:10px;
/*border:dotted 1px #999999;*/
width:30%;
display: inline-block;
vertical-align: top;
color: #6b5640;
font-size:14px;
min-height: 460px;
}

.point:after { content: ""; display: block; clear: both; height:0; }

.point .point_more{
background: #816f5c;
text-align: center;
color: #fff;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
margin: 20px auto 5px auto;
}

.point .point_more a{
color: #fff;
display: block;
padding: 5px;
background: url(/images/sp-link-arrow_white.png) no-repeat right center;
background-size: 20px auto;
text-decoration: none;
}
.point .trigger{
  padding:5px;
  font-size:110%;
}

.point .trigger:before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width:25px;/*画像の幅*/
  height:25px;/*画像の高さ*/
  background-image: url(/images/sp-link-arrow_down02.png);
  background-repeat:no-repeat;
  background-size: contain;
  vertical-align:middle;
  margin-right:5px;
}

.point .trigger:hover{
  background-color:#fddca9;
}

.point p {
	font-size: 14px;
}

@media screen and (max-width:640px){
.tokucho_midasi{
font-size:/*120%*/21px;
margin-top:10px;
margin-bottom:10px;
}
.point{
width:auto;
min-height:inherit;
font-size: 15px;
border:dotted 1px #999999;
}
}

/**/
.flex_feature_kyousei {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
}
.flex_feature_kyousei .box_feature_kyousei {
  width: 18%;
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #494949;	
}
.flex_feature_kyousei .box_feature_kyousei img {
	border-radius: 4px;
}
@media screen and (max-width:640px) {
.flex_feature_kyousei {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    /*background-color: blue;*/
  }
.flex_feature_kyousei .box_feature_kyousei {
    width: 49%;
    margin: 0;
  }
}

/*pmtc*/
.flex_pmtc_case {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 20px auto;	
}
.flex_pmtc_case .box1 {
  width: 44%;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.flex_pmtc_case .box2 {
  width: 10%;
transform: rotate( 90deg );	
	color: #E49CAF;
	font-size: 48px;
align-self: center;
}
@media screen and (max-width: 640px) {
  .flex_pmtc_case {
  flex-wrap: wrap;
    align-items: center;
  margin: 20px auto;
  }
  .flex_pmtc_case .box1 {
    width: 75%;
    text-align: center;
    font-size: 14px;
  }
  .flex_pmtc_case .box2 {
    width: 30%;
	font-size: 30px;
	transform: rotate( 180deg );  
  }
}

/**/
.flex_pmtc3 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 20px auto;	
}
.flex_pmtc3 .box3 {
  width: 32%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .flex_pmtc3 {
  flex-wrap: wrap;
  margin: 16px auto;
  }
  .flex_pmtc3 .box3 {
    width: 75%;
    padding: 8px 0;  
  }
}

/*アンチエイジング*/

/*比較表*/
.hikaku_table {
border-collapse: collapse;
}
.hikaku_table th{
border-bottom: 1px solid #999;
padding: 10px;
}
.hikaku_table td{
border-bottom: 1px solid #999;
padding: 10px;
}

/*流れ*/
.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_design01 ul {
  padding: 0;
}

.flow_design01 li {
  list-style-type: none;
}

.flow_design01 dd {
  margin-left: 0;
}

.flow01 > li {
  position: relative;
  list-style: none;
}

.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #c35f8a; /* ← ピンク系に変更 */
  border-radius: 10px;
  position: relative;
  background: #fff;
}

.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.flow01 > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #c35f8a; /* 矢印外側（ボーダー色と同じ） */
}

.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff; /* 矢印内側（背景と同じ） */
}

.flow01 > li dl dt {
  font-size: 1.2em;
  font-weight: 600;
  flex-basis: 35%;
  margin-right: 2vw;
  text-align: center;
}

.flow01 > li dl dt .icon01 {
  font-size: 0.6em;
  color: #fff;
  background: #c35f8a; /* ← ピンク系に変更 */
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

@media(max-width: 650px) {
  .flow01 > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .flow01 > li dl {
    display: block;
    padding: 10px 15px;
  }

  .flow01 > li dl dt {
    margin-right: 0;
  }

  .flow01 > li dl dt .icon01 {
    font-size: .7em;
  }
}

.a_qa {
    padding: 0px;
    margin: 0px;
}
.a_qa_area {
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 60px;
	border-radius: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-color: #F9F8F3;
}
.a_question {
	font-size: 110%;
	font-weight: bold;
	color: #ec765f;
	background-image: url(/images/q.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.a_answer_area {
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
gap:40px;
}
.a_answer_pic {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 300px;
}
.a_answer {
	margin: 0px;
	background-image: url(/images/a.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	width: 66%;
}
.a_answer ul{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.a_answer ul li{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.a_answer_text {
	margin: 0px;
	padding: 0px;
}
@media screen and (max-width: 640px) {
.a_qa_area {
	padding: 30px;
}
.a_answer_area {
 flex-direction: column;
	gap:0px;
}
.a_answer_pic {
 order: 2;
 margin-top: 20px;
}
.a_answer {
 order: 1;
 width: 100%;
}

}

.btm_non {
	margin-bottom: 0px !important;	
}

.case_area {
 padding: 30px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 60px;
 margin-left: 0px;
 background-color: #F7F7F5;
 border: 1px solid #C3B78E;
}
.case_pic {
 padding: 0px;
 text-align: center;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 25px;
 margin-left: 0px;
}
.case_table {
  width: 100%;
  border-collapse: collapse;
}
.case_table th,
.case_table td {
 text-align: left;
 padding: 15px 20px 15px 20px;
 border: 1px solid #ccc;
 vertical-align: top;
 background-color: #FFFFFF;
}
.case_table th {
  width: 25%;   /* 左列（項目名）の幅を固定 */
  background-color: #f9f9f9;
}
@media screen and (max-width: 640px) {
.case_area {
 padding: 20px;
 margin-bottom: 40px;
}
.case_pic {
 margin-bottom: 20px;
}
.case_table th,
.case_table td {
 font-size: 90%;
}
.case_table th {
  width: 30%;
}

}
