@charset "utf-8";
ul.flow_list{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.flow_list li{
	border: 1px solid #67c3c0;
    border-radius: 10px;
    margin-bottom: 35px;
    padding: 4px 10px;
    position: relative;
		background-color:#FFF;
}
ul.flow_list li::after{bottom: -34px;
    color:#67c3c0;
    content: "▼";
    font-size: 24px !important;
    left: 48%;
    position: absolute;}
ul.flow_list li.last::after{/*最後の▼を外す*/
    content: "";
}
ul.flow_list li h5{
	border-bottom: #67c3c0 1px solid !important;
}
ul.flow_list li h3::first-letter{/*1文字めを大きく*/
    font-family: garamond,times;
    font-size: 2rem;
    font-style: italic;
    letter-spacing: 0.15em;
}

.float-left-img2			{ float: none; margin:auto; display:block; max-width:95%; width:100%; }
.float-right-img2		{ float: none; margin:auto; display:block; max-width:95%; width:100%;  }
.straumann-partners div{width: 100%;}
.straumann-partners img{width: 100%; height: auto;}
.straumann-partners{padding-bottom: 2rem;}
.straumann-partners p{padding: 0 0.5rem;}
.as_h{
	font-size: 1.2rem;
	border-bottom: 2px #ccc solid;
	padding: 1rem 0.5rem 0.5rem;
	margin-bottom: 1rem;
	display: block;
}

@media screen and (min-width : 960px) { /* デスクトップ用CSS */

.float-left-img2		{
	float: left;
	margin-right: 20px;
	margin-bottom:30px;
	margin-top:30px;
	display: block;
	max-width: 200px;
	width: 100%;
}
.float-right-img2			{
	float: right;
	margin-left: 20px;
	display: block;
	max-width: 200px;
	width: 100%;
}
	.straumann-partners > div:nth-child(1){
		width: 30%;
	}
	.straumann-partners > div:nth-child(2){
		width: 70%;
		padding-left: 2rem;
	}
}

/* 銀座追加 */
.sub-menu {
	padding-top: 0.5rem;
	padding-bottom: 2.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}
.sub-menu > div {
	width: calc(50% - 10px);
	margin-bottom: 1rem;
}
.sub-menu a {
	color: #999;
	font-weight: bold;
	letter-spacing: 0.1rem;
	text-indent: 0.1rem;
	display: inline-block;
	width: 100%;
}
.ginza {
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	letter-spacing: 0.1rem;
}
.ginza-dr {
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	background-color: #8ea8b4;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	letter-spacing: 0.1rem;
	text-align: left;
	padding: 1rem;
	color: #fff;
	font-size: 85%;
}
.ginza-dr img {
	vertical-align: top;
}
.ginza-dr ul{
	padding-top: 1rem;
}
.dr-name {
	font-family: YuMincho, 'Yu Mincho', 'MS Mincho', serif;
	font-size: 1.4rem;
}
.katagaki {
	position: relative;
}
.katagaki::after {
	content: '';
	width: 110%;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	bottom: -8px;
	left: calc(50% - 50%);
}
.ginza-link {
	margin-top: 1rem;
	background-color: #fff;
}
.ginza-link a {
	color: #8ea8b4;
	font-weight: bold;
	font-size: 95%;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0.3rem 0.8rem 0.2rem;
	position: relative;
}
.ginza-link a::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #8ea8b4;
	border-right: 2px solid #8ea8b4;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	right: 15px;
	top: 48%;
}

.ginza-att {
	width: 100%;
	text-align: left;
	display: inline-block;
	font-size: 80%;
	letter-spacing: 0.1rem;
}

@media screen and (max-width : 959px) {
	.ginza, .ginza-dr {
		justify-content: center;
	}
	.ginza img {
		padding-top: 2rem;
	}
	.ginza-dr img {
		padding-bottom: 2rem;
	}
}
@media screen and (min-width : 768px) {
	.sub-menu > div {
		width: calc(25% - 20px);
	}
}
@media screen and (min-width : 768px) and (max-width : 959px) {
	.ginza-dr > div:nth-child(2) {
		padding-left: 30px;
	}
}
@media screen and (min-width : 960px) and (max-width : 1199px) {
	.ginza, .ginza-dr {
		letter-spacing: 0;
	}
	.ginza > div:nth-child(1) {
		width: calc(100% - 344px);
		padding-right: 30px
	}
	.ginza > div:nth-child(2) {
		width: 344px;
	}
	.ginza-dr > div:nth-child(1) {
		width: 180px;
	}
	.ginza-dr > div:nth-child(2) {
		width: calc(100% - 180px);
		padding-left: 20px;
	}
}
@media screen and (min-width : 1200px) {
	.sub-menu > div {
		width: calc(25% - 30px);
	}
	.ginza > div:nth-child(1) {
		width: calc(100% - 344px);
		padding-right: 30px
	}
	.ginza > div:nth-child(2) {
		width: 344px;
	}
	.ginza-dr > div:nth-child(1) {
		width: 240px;
	}
	.ginza-dr > div:nth-child(2) {
		width: calc(100% - 240px);
		padding-left: 30px;
	}
}




section.imp_price {
margin: 60px 0;
}

.imp_price_container {
	text-align: left;
	
}

.imp_price_container h2 {
	text-align: center;
}

.imp_price_container h3 span {
	
}

.imp_price_box {
	margin-bottom: 40px;
}



.imp_price_box h4 {
	font-size: 20px;
	color: #222222;
	/* background-color: #f2f2f2; */
	padding: 5px 10px;
	margin-bottom: 2px;
}

.imp_price_box dl {
	margin: 5px auto 20px;
	background-color: aliceblue;
}

.imp_price_box dt {
	padding: 10px;
	font-size: 14px;
	line-height: 1.4;
}

.imp_price_box dt span {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
	
}

.imp_price_box dt small {
	font-size: 11px;

}

.imp_price_box dd {
	display: flex;
  justify-content: center;
  align-items: center;
	padding: 10px;
	font-size: 18px;
}

.plus {
	margin-bottom: -5px;
}

.plus p {
	text-align: center;
	color: #5e8396;
	font-size: 50px;
	font-weight: bold;
}

.imp_price_note_box {

}

.imp_price_note_box ul{
	margin: 50px auto;
	padding: 15px;
	border: 1px #777777 solid;
}

.imp_price_note_box ul li{
	font-size: 12px;
	line-height: 1.6;
}

@media(max-width:767px){
  .imp_price_box dl {
		text-align: center;
	}
	
	.imp_price_box dt {
		width: 100%;
	}
	
	.imp_price_box dt span {
	
		
	}
	
	.imp_price_box dt small {
		
	
	}
	
	.imp_price_box dd {
		width: 100%;
	}
}

.top-implant {
	background-image: url();
  background-color: #FFFFFF;
}
.top-implant-inner {
  background-repeat: no-repeat;
  background-position: top;
}
.top-implant-mid {
  display: none;
}
.top-implant-under {
  display: none;
}

@media (min-width: 960px){
  .top-implant-inner {
    height: calc((600 / 1500) * 100vw);
  }
}
@media (max-width: 639px){
  .top-implant-inner {
    background-image: url("../img/top_mb.webp");
    background-size: 100%;
    height: calc((747 / 640) * 100vw);
  }
}
@media (min-width: 640px){
  .top-implant-inner {
    background-image: url("../img/top_pc.webp");
    background-size: 100%;
    height: calc((600 / 1550) * 100vw);
  }
}

h1{
	margin-bottom: 50px !important;
	margin-top: 50px !important;
}
h2{
	background: none !important;
	color: #67c3c0 !important;
	font-family: YuMincho, 'Yu Mincho', 'MS Mincho', serif !important;
	font-size: 1.7rem !important;
	margin: 100px 0 50px 0 !important;
}
.mb_100{
	margin-bottom: 100px;
}
.h2_img{
	margin-bottom: 2rem;
	transition: 0.5s;
}
.h2_img:hover{
	transform: scale(1.1, 1.1);
	transition: 0.5s all;
}
.cta_box{
	width: 40%;
	border-radius: 10px;
	margin: 80px auto;
}
.cta_box img{
	border-radius: 10px;
	transition: 0.5s;
}
.cta_box img:hover{
	transform: scale(1.2, 1.2);
	transition: 0.5s all;
}
@media screen and (max-width:767px) {
	.cta_box{
		width: 90%;
	}
}
.our_implant{
	margin: 150px 0;
}
.our_implant h3{
	text-align: center;
	border: none;
	margin: 50px 0;
}
.our_implant img{
	margin-bottom: 50px;
}
.implant_makers{
	margin: 100px 0;
}
.each_implant p{
	color: #fff;
}
.each_implant img{
	margin: 20px 0 !important;
}
.osstem{
	background-color: #f16825;
	padding: 30px;
}
.straumann{
	background-color: #207334;
	padding: 30px;
}
.osstem h3{
	text-align: center;
	border-bottom: 1px #fff solid;
	border-left: none;
	color: #fff;
}
.straumann h3{
	text-align: center;
	border-bottom: 1px #fff solid;
	border-left: none;
	color: #fff;
}
.osstem h4{
	color: #fff;
	font-size: 25px;
}
.straumann h4{
	color: #fff;
	font-size: 25px;
}
.straumann .btn2{
	background-color: #fff;
	color: #207334;
	font-weight: 500;
	transition: 0.2s;
}
.straumann .btn2:hover{
	background-color: #207334;
	color: #fff;
}
.each_implant p{
	text-align: start;
}
.implant_submenu img{
	transition: 0.2s;
}
.implant_submenu img:hover{
	transform: scale(1.1, 1.1);
	transition: 0.2s;
}
.implant_submenu a{
	transition: 0.2s;
}
.implant_submenu a:hover{
	color: #67c3c0;
}
.strmn_color{
	color: #207334;
}
.flexb{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.flexb .fleximg{
	width: calc(30% - 10px);
}
.flexb .fleximg img{
	width: 100%;
}
.flexb .flextext{
	width: calc(70% - 10px);
}
.flexb .flextext h3{
	border-bottom: none !important;
	border-left: none !important;
	font-size: 22px !important;
	padding-left: 0;
}
.r_reverse{
	flex-direction: row-reverse !important;
}
.implantb_box{
	padding-top: 50px;
}
.implant_btn{
	background-color: rgb(234, 120, 131);
	color: #fff;
	width: 40%;
	padding: 20px;
	border-radius: 10px;
	margin-top: 20px;
	transition: 0.2s;
}
.implant_btn:hover{
	background-color: #fff;
	color: rgb(234, 120, 131);
	border: rgb(234, 120, 131) 1px solid;
}
.mb_150{
	margin-bottom: 150px;
}
@media screen and (max-width:767px) {
	.flexb .flextext h3{
		text-align: center;
	}
	.flexb{
		display: block;
		margin-bottom: 120px;
	}
	.flexb .fleximg{
		width: 100%;
	}
	.flexb .fleximg img{
		margin-top: 60px;
	}
	.flexb .flextext{
		width: 100%;
	}
}
#difficult-case h2{
	color: #8ea8b4 !important;
}

#price{
	margin-bottom: 150px;
}

#price .price_box{
	margin: 50px 0;
}
#price .first_box{
	background-color: #f5f7f6;
	padding: 20px;
}
#price .first_box p{
	color: #ea7883;
	font-weight: 700;
	font-size: 35px;
	text-align: center;
}
#price .first_box p span{
	font-size: 15px;
}
#price .first_box ul{
	font-size: 14px;
}
#price .second_box{
	background-color: #f5efe0;
	padding: 30px;
}
#price .second_box p{
	text-align: center;
}
#price .second_box p:first-child{
	color: #5e8396;
	font-weight: 700;
	font-size: 17px;
}
#price .second_box p a{
	color: #5e8396;
}
#price .annotation{
	border: #67c3c0 1px solid;
	padding: 20px;
	font-size: 14px;
	text-align: start;
}
.payment_method{
	margin: 150px 0;
}
.payment_method a{
	background-color: #67c3c0;
	color: #fff;
}
.payment_method .first_box{
	background-color: #f5f7f6;
	padding: 20px;
}
.payment_method .first_box p{
	font-size: 14px !important;
	color: #222 !important;
	font-weight: normal !important;
	text-align: start !important;
}
.payment_method .second_box{
	background-color: #f5efe0;
	padding: 20px;
}
.payment_method .second_box p{
	text-align: start !important;
}
.tokyo_implant{
	margin: 50px 0 150px 0;
}
.tokyo_implant h3{
	text-align: center;
	border: none;
	margin: 20px 0;
	color: #8ea8b4 !important;
}
.tokyo_implant img{
	margin: 50px auto;
	transition: 0.2s;
}
.tokyo_implant img:hover{
	opacity: 0.5;
}
.tokyo_implant a p{
	color: #8ea8b4;
	text-align: center;
	border-bottom: #8ea8b4 1px solid;
	margin-bottom: 20px;
}
#yoyakubt{
	width: 200px !important;
	height: 200px !important;
	right: 66px !important;
}
.de_merit{
	margin: 30px 0;
}
.de_merit th{
	background-color: #67c3c0;
	color: #fff;
	width: 50%;
	padding: 10px;
	vertical-align: middle;
}
.de_merit th:first-child{
	border-right: #fff 1px solid;
}
.de_merit td:first-child{
	border-right: #67c3c0 1px solid;
}
.de_merit td{
	background-color: #fff;
	color: #67c3c0;
	width: 50%;
	padding: 15px;
	border-bottom: #67c3c0 1px solid;
	vertical-align: middle;
	font-size: 14px;
	font-family: lato, "noto-sans-cjk-jp", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.de_merit tr:last-child td{
	border-bottom: none;
}
.implant_specialist{
	color: #ea7883;
}
.strmn_partners{
	color: #207334;
}
.strmn_color{
	color: #207334;
	transition: 0.2s;
}
.strmn_color:hover{
	color: #fff;
	background-color: #207334;
}

.case_photos{
	width: 100%;
}
.case_photos .case_photo{
	width: calc(50% - 15px);
}
.case_photos .case_photo p{
	text-align: center;
	background-color: #777777;
	color: #fff;
	margin: 0 !important;
}
.case_annotation{
	font-size: 12px;
	color: #777777;
}

@media(max-width:767px){
	.case_photos{
		display: block;
	}
	.case_photos .case_photo{
		width: 100%;
		margin-bottom: 20px;
	}
}

.free-counseling ul{
	text-align: start;
	margin: 15px 0;
	font-size: 14px;
}