@charset "UTF-8";

.contentpage .m_img_area {
	background-image: url(../images/direct-bridge/m_img@2x.jpg);
}
.com_lead_bg::before{
	background-image: url(../images/direct-bridge/lead_bg@2x.jpg);
}
.com_lead dt span{
	color: #bdb216;
}


/*med_check_box
---------------------------------------------------------*/
.med_check_box {
	border: 1px solid #ccc44d;
}


/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	.med_check_box .med_check_title dt{
		line-height: 1.5;	
	}
}

/*失った歯を補う治療方法には何がある？
---------------------------------------------------------*/
.bridge_list{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 1.2em;
}
.bridge_list li{
	max-width: 392px;
	width: 29.5%;
	background-color: #f2f2f2;
	padding: 1em;
}
.bridge_txt{
	position: relative;
	padding: 2em 1.8em .6em;
}
.bridge_txt h3{
	text-align: center;
	position: absolute;
	top: -1em;
	left: 50%;
	margin: 0;
	transform: translateX(-50%);
	padding: .1em;
	background-color: #b09e64;
	color: #fff;
	font-weight: bold;
	font-size: min(153%, 23px);
	letter-spacing: .11em;
	width: 90%;
	border-radius: 20px;
}

.scroll_txt{
	display: none;
	text-align: center;
	margin-bottom: .8em;
	font-size: 98%;
	letter-spacing: .1em;
	font-weight: bold;
	color: #999999;
}
.table_scroll{
	position: relative;
}

.table-wrap{
	margin-bottom: 1.6em;
}
.table-wrap table{
	min-width: 1180px;
	margin-inline: auto;
}
.table-wrap table th, .table-wrap table td{
	white-space: nowrap;
}
.direct_table {
	max-width: 1200px;
	text-align: center;
}
.direct_table .blank{
	border: none;
  	background: transparent;
}
.direct_table th, .direct_table td{
	width: 200px;
	height: 95px;
	font-weight: bold;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.direct_table th{
	background-color: rgba(199, 190, 58, 0.3);
	font-size: min(126%, 19px);
	letter-spacing: .11em;
	line-height: 1.4;
	border-bottom: none;
}
.direct_table th:nth-of-type(2){
	background-color: #cdc54e;
	color: #fff;
}
.direct_table th:last-of-type{
	border-right: none;
}
.direct_table td{
	font-size: min(126%, 19px);
	letter-spacing: .11em;
	line-height: 1.6;
	color: #999999;
	background-color: rgba(199, 190, 58, 0.1);
}
.direct_table td:first-of-type{
	font-size: min(113%, 17px);
	background-color: #cdc54e;
	color: #fff;
	border-right: none;
	border-bottom:  1px solid #fff;
}
.direct_table td:nth-of-type(2){
	color: #c7be3a;
	background-color: #fff;
}
.direct_table .table_tax{
	line-height: 1.4;
}
.direct_table .table_tax span{
	font-size: min(106%, 16px);
}
.direct_table  .table_mini td:nth-last-of-type(-n+5){
	font-size: min(106%, 16px);
}
.direct_table td:last-of-type{
	border-right: none;
}

.different_box{
	background-color: #f2f2f2;
	max-width: 1200px;
	padding: min(3.6vw, 55px) min(5.3vw, 80px);
}
.different_txt{
	text-align: center;
	margin-bottom: 2.6em;
}
.different_txt dt{
	font-size: min(186%, 28px);
	color: #455f8d;
	border-bottom: 1px solid rgba(113, 113, 113, 0.3);
	margin-bottom: 1.1em;
	padding-bottom: 1.1em;
	line-height: 1.4;
	letter-spacing: .11em;
}
.different_group{
	display: flex;
	gap: 4%;
}
.different_list{
	background-color: #fff;
	max-width: 500px;
	width: 48%;
	padding: 2.6em 2.4%;
}
.different_list dt{
	color: #455f8d;
	font-size: min(133%, 20px);
	line-height: 2;
	letter-spacing: .11em;
	text-align: center;
	margin-bottom: 1em;
}
.different_list dd{
	display: flex;
	align-items: start;
	margin-bottom: .6em;
}
.different_list dd:last-of-type{
	margin-bottom: 0;
}
.different_list dd p:first-of-type{
	background-color: rgba(69, 95, 141, 0.15);
	border-radius: 12.5px;
	width: 18%;
	height: 25px;
	text-align: center;
	line-height: 2.1;
	padding: 0 0 .2em;
	margin-right: 1.1em;
}
.different_list dd p:last-of-type{
	width: 70%;
	line-height: 1.9;
}
.different_list dd p span{
	color: #b09e64;
	font-weight: bold;
}

.suggest{
	text-align: center;
    font-weight: bold;
    font-size: 120%;
    letter-spacing: 0.15em;
    line-height: 2.2em;
    color: #0c4676;
	border-bottom: 1px solid #999999;
	margin-bottom: min(4vw, 60px);
	padding-bottom: min(5.3vw, 80px);
}

.contact_txt{
	text-align: center;
	font-weight: bold;
	font-size: min(153%, 23px);
	margin-bottom: .8em;
	position: relative;
}
.contact_txt::before, .contact_txt::after{
	content: "";
	position: absolute;
	border: 1px solid #333333;
	width: 36px;
	rotate: 65deg;
   transform-origin: left center;
}
.contact_txt::before{
	bottom: 1.1em;
	left: 26%;
}
.contact_txt::after{
	rotate: -245deg;
	bottom: 1.1em;
	right: 23%;
}
.med_box .com_contact_box{
	background: none;
}


/* PC 調整 (Portrait)
------------------------------------------*/
@media only screen and (min-width: 959px) and (max-width: 1180px) {
	.bridge_list li{
		width: 28.5%;
		padding: .8em;
	}
	.bridge_txt{
		padding: 2em .3em .3em;
	}
	.bridge_txt h3{
		padding: .1em;
		font-size: 120%;
		letter-spacing: .11em;
	}

	.contact_txt{
		font-size: 125%;
	}
	.contact_txt::before, .contact_txt::after{
		width: 1.4em;
	}
}

/* PC 調整 (Portrait)
------------------------------------------*/
@media only screen and (min-width: 959px) and (max-width: 1240px) {
	.scroll_txt{
		display: block;
	}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.bridge_list li{
		width: 28%;
		padding: .8em;
	}
	.bridge_txt{
		padding: 2em .3em .3em;
	}
	.bridge_txt h3{
		padding: .1em;
		font-size: 100%;
		letter-spacing: .1em;
		width: 92%;
	}
	
	.scroll_txt{
		display: block;
	}
	.table-wrap table{
		min-width: 800px;
	}
	.direct_table th, .direct_table td{
		width: auto;
		height: 70px;
		padding: 0 .4em;
	}
	.direct_table th{
		font-size: 110%;
		letter-spacing: .06em;
		line-height: 1.3;
	}
	.direct_table td{
		font-size: 110%;
		letter-spacing: .06em;
		line-height: 1.3;
	}
	.direct_table td:first-of-type{
		font-size: 98%;
		letter-spacing: .06em;
		line-height: 1.3;
	}
	.direct_table .table_tax span{
		font-size: 92%;
	}
	.direct_table td img{
		width: 22px;
	}
	.direct_table  .table_mini td:nth-last-of-type(-n+5){
		font-size: 92%;
	}
	
	
	.different_box{
		padding: 4vw 2vw;
	}
	.different_txt{
		margin-bottom: 2em;
	}
	.different_txt dt{
		font-size: 160%;
		margin-bottom:.8em;
		padding-bottom:.8em;
	}
	.different_group{
		gap: 2%;
	}
	.different_list{
		padding: 1em 1.6%;
	}
	.different_list dt{
		font-size: 120%;
		margin-bottom: .6em;
	}
	.different_list dd{
		margin-bottom: .6em;
	}
	.different_list dd p:last-of-type{
		width: 76%;
		line-height: 1.7;
	}
	
	.suggest{
		font-size: 115%;
        letter-spacing: 0.1em;
        line-height: 2.1em;
	}
	
	.contact_txt{
		font-size: 120%;
	}
	.contact_txt::before, .contact_txt::after{
		width: 1.2em;
	}
	.contact_txt::before{
		left: 20%;
	}
	.contact_txt::after{
		right: 17.5%;
	}
}

/* Tablet 調整 (Portrait)
------------------------------------------*/
@media only screen and (min-width: 855px) and (max-width: 959px) {
	.scroll_txt{
		display: none;
	}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	.bridge_list{
		display: block;
	}
	.bridge_list li{
		width: 70%;
		padding: 1em;
		margin: 0 auto 1em;
	}
	.bridge_txt{
		padding: 1.4em .1em 0;
	}
	.bridge_txt h3{
	    padding: .05em;
        font-size: 93%;
        letter-spacing: .04em;
        width: 90%;
	}
	.bridge_list li div img{
		width: 100%;
	}

	.scroll_txt{
		display: block;
		font-size: 85%;
		letter-spacing: .06em;
		margin-bottom: .5em;
	}
	.table_scroll{
		width: 90%;
		margin-inline: 5%;
	}
	.table-wrap table{
		min-width: 400px;
	}
	.direct_table th, .direct_table td{
		width: auto;
		height: 50px;
		padding: 0 .3em;
	}
	.direct_table th{
		font-size: 93%;
		letter-spacing: .1em;
		line-height: 1.3;
		letter-spacing: .05em;
	}
	.direct_table td{
		font-size: 93%;
		line-height: 1.4;
		letter-spacing: .05em;
	}
	.direct_table td:first-of-type{
		font-size: 93%;
		letter-spacing: .1em;
		line-height: 1.4;
		letter-spacing: .05em;
	}
	.direct_table .table_tax span{
		font-size: 88%;
	}

	.direct_table td img{
		width: 20px;
	}


	.direct_table  .table_mini td:nth-last-of-type(-n+5){
		font-size: 88%;
	}


	.different_box{
		padding: 7% 5.3vw;
	}
	.different_txt{
		margin-bottom: 1em;
	}
	.different_txt dt{
		font-size: 130%;
		margin-bottom: .8em;
		padding-bottom: .8em;
	}
	.different_group{
		display: block;
	}
	.different_list{
		width: 95%;
		padding: 1em 2.5%;
		margin-bottom: 1em;
		max-width: 100%;
	}
	.different_list:last-of-type{
		margin-bottom: 0;
	}
	.different_list dt{
		font-size: 110%;
		margin-bottom: .6em;
	}
	.different_list dd{
		margin-bottom: .4em;
		font-size: 88%;
		justify-content: center;
	}
	.different_list dd p:first-of-type{
		width: 18%;
		height: 1.6em;
		padding: 0 0 .35em;
		margin-right: 1em;
	}
	.different_list dd p:last-of-type{
		width: 70%;
		line-height: 1.6;
	}

	.suggest{
		font-size: 95%;
        letter-spacing: 0.06em;
        line-height: 1.6;
		margin-bottom: 2em;
		padding-bottom: 2em;
	}

	.contact_txt{
		font-size: 100%;
		line-height: 1.5;
	}
	.contact_txt::before, .contact_txt::after{
		width: 2.6em;
	}
	.contact_txt::before{
		left: 15%;
		bottom: 2.4em;
	}
	.contact_txt::after{
		right: 3%;
		bottom: 2.4em;
	}
}

/* Mobile 調整 (Portrait)
------------------------------------------*/
@media only screen and (min-width: 400px) and (max-width: 767px) {
	.direct_table th, .direct_table td{
		height: 3.4em;
	}
}




/*ダイレクトブリッジとは
---------------------------------------------------------*/
.med_merit_box{
	margin-top: min(4vw ,60px);
}
.med_merit_box .demerit_box{
	height: 304px;
}

.med_frame_box{
	background:rgba(199,190,58,0.1);
	margin-top: 60px;
}
 .med_frame_box h3{
background: -moz-linear-gradient(top, rgba(199,190,58,1) 0%, rgba(199,190,58,0.8) 100%);
background: -webkit-linear-gradient(top, rgba(199,190,58,1) 0%,rgba(199,190,58,0.8) 100%);
background: linear-gradient(to bottom, rgba(199,190,58,1) 0%,rgba(199,190,58,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7be3a', endColorstr='#ccc7be3a',GradientType=0 );
}
 .med_frame_box .med_frame_list > li dt::before{
	color:#6280bc;
}
 .med_frame_box .pickup_box{
	border-top:2px solid #c7be3a;
}
 .med_frame_box .pickup_box h4{
	color:#c7be3a;
}
 .med_frame_box .pickup_box .flt_l{
	width:69%;
}
 .med_frame_box .pickup_box .flt_r{
	width:28%;
	max-width:255px;
}

.risk_cannot_box{
	margin-top: 80px;
	background: #0C4676;
	color: #fff;
	padding: 80px 3%;
	box-sizing: border-box;
}
.risk_cannot_box .inbox{
	max-width: 1125px;
	margin: 0 auto;
}
.risk_cannot_box .inbox dl{
	max-width: 920px;
	width: 94%;
	margin: 0 auto;
}
.risk_cannot_box .inbox dt{
	font-size: 110%;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.8em;
}
.risk_cannot_box .inbox dd li{
	padding-left: 1em;
	text-indent: -1em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.med_merit_box .merit_box, .med_merit_box .demerit_box{
		height: 328px;
	}

	.med_frame_box{
		margin-top: 40px;
	}		

	.risk_cannot_box{
		margin-top: 50px;
		padding: 4% 3% 5%;
	}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	.med_merit_box .demerit_box{
		height: auto;
	}
	.med_frame_box{
		margin-top: 8%;
	}	
	.med_frame_box .pickup_box .flt_l{
		width:100%;
		float: none;
	}
	.med_frame_box .pickup_box .flt_r{
		width:60%;
		margin: 5% auto 0 auto;
		float: none;
	}

	.risk_cannot_box{
		margin-top: 10%;
	}
	.risk_cannot_box{
		margin-top:10%;
		padding: 6% 5%;
	}
	.risk_cannot_box .inbox dt{
		letter-spacing: 0.1em;
		margin-bottom: 0.6em;
	}
}



/*当院のダイレクトブリッジの特徴
---------------------------------------------------------*/
.amidex_box{
	margin-bottom: min(5.3vw, 80px);
}
.amidex_title{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: center;
	color: #333333;
	font-weight: bold;
	font-size: min(153%, 23px);
	line-height: 1.7;
	letter-spacing: .11em;
	margin: 2.6em auto;
	padding: .6em 0;
}

.box03 .flow{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.box03 .flow1-4{
	margin-bottom: min(3.3vw, 50px);
}
.box03 .flow5-7{
	margin-right: 26.3%;
}
.box03 .flow::before{
	position: absolute;
	content: "";
	background: #f2f2f2;
	width: 100%;
	height: 4px;
	left: 0;
	right: 0;
	margin: auto;
	top:calc(50% + 21px);
	transform: translateY(-50%);
}
.box03 .flow li{
	max-width: 360px;
	width: 21%;
	padding: 0 3% 50px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.box03 .flow5-7 li{
	width: 28.8%;
}
.box03 .flow li::before{
	position: absolute;
	content: "";
	background: #f2f2f2;
	width: 100%;
	height: calc(100% - 15px);
	left: 0;
	bottom: 0;
	z-index: -1;
}
.use_amidex{
	right: -20%;
    top: -10%;
    width: 35%;
    max-width: 90px;
    transform: translate(-30%, 20%);
	position: absolute;
    z-index: 1;
}
.box03 .flow li dl{
	max-width: 280px;
	margin: 0 auto;
}
.box03 .flow li dl dt{
	font-size: 154%;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	text-align: center;
	color: #b09e64;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.box03 .flow li div{
	max-width: 43px;
	margin: 0 auto 50px;
	text-align: center;
}

.box03 .contact_txt::before{
	left: 36%;
}
.box03 .contact_txt::after{
	right: 33.5%;
}

/* PC 調整 (Portrait)
------------------------------------------*/
@media only screen and (min-width: 959px) and (max-width: 1210px) {
	.box03 .flow li{
		width: 22%;
		padding: 0 3% 50px;
	}
	.box03 .flow5-7 li{
		width: 29.8%;
	}
	.box03 .flow li dl dt{
		font-size: 130%;
	}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.amidex_title{
		font-size: 130%;
		margin: 2.6em auto 1.6em;
	}

	.box03 .flow{
		margin-bottom: 4%;
	}
	.box03 .flow::before{
		top:calc(50% + 15px);
	}
	.box03 .flow li{
		width: 22%;
		padding: 0 2% 5%;
	}
	.box03 .flow5-7 li{
		width: 29.8%;
	}
	.box03 .flow li::before{
		height: calc(100% - 15px);
	}
	.use_amidex{
		right: -18%;
		top: -8%;
	}
	.box03 .flow li dl{
		max-width: 100%;
	}
	.box03 .flow li dl dt{
		font-size: 110%;
	}
	.box03 .flow li div{
		max-width: 30px;
		margin: 0 auto 5%;
	}
	.box03 .flow li div img{
		max-height: 25.6px;
	}

	.box03 .contact_txt::before{
		left: 35%;
	}
	.box03 .contact_txt::after{
		right: 32.5%;
	}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	.amidex_title{
		font-size: 130%;
		line-height: 1.5;
		letter-spacing: .1em;
		margin: 1.8em auto 0;
		padding: .6em 0;
	}
	.amidex_flow{
		position: relative;
	}
	.amidex_flow::before{
		position: absolute;
		content: "";
		background: #f2f2f2;
		left: 0;
		right: 0;
		margin: auto;
		width: 2vw;
		height: calc(100% - 5vw);
		top:5vw;
		transform: translateY(0)
	}
	
	.box03 .flow{
		display: block;
		margin-bottom: 6%;
	}
	.box03 .flow1-4{
		margin-bottom: 6%;
	}
	.box03 .flow5-7 {
		margin-right: 0;
	}
	.box03 .flow::before{
		width: 0;
		height: 0;
	}
	.box03 .flow li{
		max-width: 100%;
		width:100%;
		padding: 0 5% 7%;
		margin-top: 10%;
		border-bottom: 2vw solid #fff;
	}
	.box03 .flow5-7 li{
		width: 100%;
	}
	.box03 .flow li::before{
		height: calc(100% - 5vw);
	}
	.box03 .flow li::after{
		position: absolute;
		content: "";
		background: #fff;
		width: 100%;
		height: 7vw;
		left: 0;
		right: 0;
		margin: auto;
		top:-2vw;
		z-index: -1;
	}
	.use_amidex{
		right: -7%;
		top: -12%;
		width: 20%;
	}
	.box03 .flow li dl{
		max-width: 100%;
	}
	.box03 .flow li dl dt{
		font-size: 130%;
		letter-spacing: 0.05em;
		line-height: 1.5em;
		text-align: center;
		font-weight: bold;
		margin-bottom: 0.5em;
	}
	.box03 .flow li div{
		max-width: 10vw;
		width: 10vw;
		margin: 0 auto 6%;
		text-align: center;
	}
	.box03 .flow li div img{
		height: 30px;
	}
	
	.box03 .contact_txt::before, .box03 .contact_txt::after{
		width: 17px;
	}
	.box03 .contact_txt::before{
		bottom: 1.1em;
		left: 23%;
	}
	.box03 .contact_txt::after{
		bottom: 1.1em;
		right: 17%;
	}
}

/* Mobile 調整 (Portrait)
------------------------------------------*/
@media only screen and (min-width: 550px) and (max-width: 767px) {
	.use_amidex{
		max-width: 120px;
	}
	.use_amidex img{
		width: 100%;
	}
}



/*症例集
---------------------------------------------------------*/
.box04 .case_box{
	margin-bottom: 20px;
}
.box04 .case_box > dl > dd table{
	margin-bottom: 0;
}
.box04 .case_box > dl > dd table td{
	letter-spacing: .12em;
}

.case_box > dl > dd .before_after_img > li.arrow{
	margin-top: 250px;
}

.box04 .risk_cannot_box{
	padding: 32px 3%;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.box04 .case_box{
		margin-bottom: 10px;
	}
	.case_box > dl > dd .before_after_img > li div{
		width: 80%;
		margin-inline: auto;
	}
	.case_box > dl > dd .before_after_img > li.arrow{
		/* margin-top: min(29vw, 245px); */
		margin-top: max(22vw, 175px);
	}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	.box04 .case_box{
		margin-bottom: 3%;
	}

	.box04 .case_box > dl > dd table td{
		letter-spacing: .1em;
	}
	.case_box > dl > dd .before_after_img > li div{
		width: 80%;
		margin-inline: auto;
	}
	.case_box > dl > dd .before_after_img > li.arrow{
		margin-top: 2vw;
	}

}

/*治療の流れ
---------------------------------------------------------*/
.med_flow_index{
	border-top: 1px solid #c7be3a;
	border-bottom: 1px solid #c7be3a;
	background-color: rgba(199, 190, 58, 0.1);
	text-align: center;
	color: #c7be3a;
	font-weight: bold;
	font-size: min(166%, 25px);
	line-height: 1.6;
	letter-spacing: .11em;
	margin: 2.6em auto;
	padding: .6em 0;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.med_flow_index{
		font-size: 130%;
		margin: 2.6em auto 1.6em;
	}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	.med_flow_index{
		font-size: 120%;
		line-height: 1.5;
		letter-spacing: .1em;
		margin: 1.8em auto 1.6em;
		padding: .6em 0;
	}
}

/*よくある質問
---------------------------------------------------------*/
.med_qa_box li{
	border-bottom: 1px solid rgba(199, 190, 58, 0.5);
}
.med_qa_box li dt {
	background-image: url(../images/direct-bridge/icon_q.svg);
}
