
/* CSS Document */

@media screen and (max-width:640px) {
body {
    font-size: 14px;
}
body, #mainvisual .inner, header, footer {
    min-width: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

a[href^="tel:"] {
    pointer-events: auto;
}

.main_padding {
    padding-top: 0px;
}

/*============================================================================

	header

============================================================================*/

header {
    display: none;
}



/*============================================================================

	nav

============================================================================*/

.fixed {
    position: fixed;
    width: 100%;
}
.fixed li a {
}
.fixed li {
    display: block;
}
.sp_navi_btn_area {
    position: absolute;
    width: calc(100% - 66px);
    z-index: 1;
    margin-left: 4px;
}
.sp_navi_btn_area li {
    display: block;
    width: calc(100% / 2 ) !important;
    float: left;
    text-align: center;
}
.sp_navi_btn_area li a {
    display: block;
    color: #006cb8;
    height: 54px;
    line-height: 54px;
    margin: 4px;
    border-radius: 5px;
	font-family: ヒラギノ丸ゴ W6 JIS2004 !important;
    /*font-family: 'Noto Sans JP',sans-serif !important;*/
    font-size: 4vw;
    background: #f0f0f0;
    font-weight: 600;
}
.sp_navi_btn_area li svg {
    position: relative;
    font-size: 1.1em !important;
    top: 0px;
    left: -5px;
    color: #fff;
}
.sp_navi_btn_area li i {
    margin-right: 5px;
}
.sp_navi_btn_area li:nth-child(2) i {
    font-size: 1.2em !important;
}
nav {
    display: none;
}
.sp_navi {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    font-size: 18px;
    font-weight: bold;
    z-index: 9998;
    height: 124px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    margin-bottom: 30px;
}
.sp_navi_fixed_area {
    z-index: 999;
}
.sp_navi .header_logo {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    text-align: left;
    height: 62px;
    background: #fff;
}
.sp_navi .header_logo span, .sp_navi .header_logo img {
    display: block;
    margin: auto;
    padding-top: 5px;
}
.sp_navi .header_logo img {
    width: 256px;
    height: 55px;
    z-index: 9999;
    position: relative;
}
.sp_navi dl {
    background-color: rgba(255,255,255,1.0);
}
.sp_navi dl dt {
    position: relative;
    height: 62px;
    font-weight: bold;
    padding: 0 4%;
    font-size: 18px;
    display: block;
    color: #fff;
    line-height: 2;
}
.sp_navi dl dt i {
    position: relative;
    top: 20px;
    font-size: 9px;
    font-style: normal;
    margin-right: 2%;
}
.sp_navi_list {
    display: none;
}
.sp_navi ul {
/*padding:4% 2% 4% 8%;*/

}
.sp_navi_list li {
    display: block;
    width: 100%;
    float: left;
    line-height: 1.4;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
}
.sp_navi_list li i {
    margin-right: 4%;
    color: #ba9275;
    font-size: 11px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: -6px;
}
.sp_navi_list i.fa-facebook-square, .sp_navi ul li i.fa-home {
    font-size: 16px;
}
.sp_navi_list li a, .sp_navi_parent > div {
    display: block;
    position: relative;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
    background: #006cb8;
    border-bottom: solid 1px #FFF;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 500;
    line-height: 50px;
}
.sp_navi_children li a {
    background: #62b0e3 !important;
}
.sp_navi_parent > div::after {
    position: absolute;
    right: 17px;
    font-family: 'Font Awesome 5 free';
    font-weight: bold;
    content: "\f067";
    font-size: 1.0em;
}
.sp_navi_parent_active > div::after {
    position: absolute;
    right: 17px;
    font-family: 'Font Awesome 5 free';
    content: "\f068" !important;
    font-weight: bold;
    font-size: 1.0em;
}
.sp_navi_list li a::after {
    position: absolute;
    right: 20px;
    content: ">";
}
/*ボタンの動き*/
.sp_navi dt a {
    display: block;
    width: 62px;
    height: 62px;
    position: absolute;
    /*top:5px;*/
    right: -5px;
    z-index: 9999999;
    text-align: center;
    background-color: #006cb8;
}
.sp_navi dt a i {
    position: relative;
    top: 25px;
    font-size: 9px;
    font-style: normal;
    color: #FFF;
    font-weight: 600;
}
.sp_navi dt a span {
    display: block;
    background: #FFF;
    width: 33px;
    height: 2px;
    position: absolute;
    left: 12px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.sp_navi dt a span:nth-child(1) {
    top: 14px;
}
.sp_navi dt a span:nth-child(2) {
    margin-top: -8px;
    top: 50%;
}
.sp_navi dt a span:nth-child(3) {
    bottom: 29px;
}
.sp_navi dt a i {
    position: relative;
    left: -2px;
    bottom: 6px;
}
.sp_navi dt a.active {
    background: #006cb8;
}
.sp_navi dt a.active i {
    color: #fff;
}
.sp_navi dt a.active span {
    background: #fff;
}
.sp_navi dt a.active span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(225deg);
    -moz-transform: translateY(8px) rotate(225deg);
    -ms-transform: translateY(8px) rotate(225deg);
    transform: translateY(8px) rotate(225deg);
}
.sp_navi dt a.active span:nth-child(2) {
    opacity: 0;
}
.sp_navi dt a.active span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-225deg);
    -moz-transform: translateY(-8px) rotate(-225deg);
    -ms-transform: translateY(-8px) rotate(-225deg);
    transform: translateY(-8px) rotate(-225deg);
}
/*============================================================================

	#mainvisual

============================================================================*/

#mainvisual {
    background-position: center;
    background-attachment: scroll;
    height: 200px;
	margin-top: 110px;
}
#mainvisual .inner {
    width: auto;
    height: inherit;
}
/* 下層ページヘッドライン */
	.mainvisual_headline h1 {
		margin-top: 10px;
		font-size: 27px;
	}
	
#mainvisual h2 {
    font-size: 22px;
}
/* トップページキャッチフレーズ */
.main_catch {
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
}
.main_catch h2 {
    margin-bottom: 10px;
    font-size: 22px;
}
.main_catch p {
    font-size: 15px;
}
.main_open {
    position: absolute;
    top: auto;
    bottom: 50px;
    right: 0;
    left: 0;
    width: 200px;
    margin: auto;
}
    
    
    
    .top_sch .schedule {
    width: 100%;
    margin: 0 auto 30px;
}
    .top_sch{
        display: block;
    }
    .top_sch .tb01{
        width: 100%;
    }
/*============================================================================

	#contents

============================================================================*/
.box1 {
    width: auto;
    margin: 0 6% 80px;
}
.box2 {
    width: auto;
    margin: 0 6% 80px;
}
#contents {
    width: auto;
}
#contents_left {
    width: auto;
    float: none;
    margin-right: 0;
}
#contents_right {
    width: auto;
    padding: 0 6%;
    float: none;
}
/*============================================================================

	footer

============================================================================*/
.footer_info_logo span{
    position: static;
    margin:0 auto 20px;
}
.label{
    font-size: 12px;
}
	.access_list{
		justify-content: center;
		flex-wrap: wrap;
	}
	.access_list li{
		margin: 5px;	
	}
	footer .inner {
		width: auto;
		flex-wrap: wrap;
		padding: 40px 6% 0;
	}
	.footer_info {
		width: 100%;
	}

.footer_info .inner {
    width: 88%;
    padding: 40px 6%;
}
.footer_info dl {
    float: none;
    /*width: 88%;
    padding: 0 6%;*/
}
.footer_info dl dt {
    float: none;
    text-align: center;
    /*margin: 0 auto 30px;*/
}
.footer_info_logo, .footer_info_logo img {
    text-align: center;
    width: 100%;
    height: auto;
}
	.footer_info_logo {
		padding-left: 0px;
	}
.footer_info dl dd {
    float: none;
    margin-left: 0;
}
.footer_info_overview_tel {
    padding-bottom: 20px;
}
.footer_info_sche {
    float: none;
    width: 100%;
    font-size: 13.5px;
}
.footer_info_sche p {
    margin: 0;
}
	
.footer_info_tel {
	flex-direction:column;
	text-align: center;
	margin-bottom: 33px;
}
.footer_info_tel li:first-of-type {
	margin-right: 0;
	margin-bottom: 6px;
}
	.footer_info_medi dt {
		width: 56%;
	}
	.footer_info_medi dd ol {
		flex-wrap:wrap;
	}
	.footer_info_medi dd ol li {
		margin-bottom: 10px;
	}
.foot_map {
	width: 100%;
	margin-top: 30px;
}
.foot_bnr {
	width: 100%;
	margin-top: 30px;
}
	
.footer_navi {
    display: none;
}
.copy {
    margin-top: 35px;
}
/*============================================================================

	$top

============================================================================*/

.top_doctor .text {
    width: auto;
}
.top_doctor_img {
    float: none;
    margin-left: 0;
}
.top_doctor_img dt {
    margin-bottom: 17px;
    padding: 0 10%;
    text-align: center;
}
.top_doctor_img dd {
    text-align: center;
}
.top_medical2_list a {
    width: 46%;
    margin-right: 8%;
}
.top_medical2_list a:nth-child(even) {
    margin-right: 0;
}
.top_medical3_list li {
    width: 46%;
    margin-right: 8%;
}
.top_medical3_list li:nth-child(even) {
    margin-right: 0;
}
.top_medical4_list {
    width: auto;
    margin: 0 8%;
}
.top_medical4_list dl {
    float: none;
    width: auto;
    margin-right: 0;
}
.top_concept_txt{
	width: auto;
}
/*============================================================================

	$breadcrumb ぱんくず

============================================================================*/
.breadcrumbs {
	max-width: 100%;
	margin: 0 6% 50px;
}
.breadcrumb {
    width: 92%;
    margin: -10px 4% 40px;
}
.breadcrumb li {
    display: inline-block;
}
/*============================================================================

	$共通

============================================================================*/

#contents {
    padding-bottom: 70px;
}
.box {
    width: auto;
    padding: 0 6% 8%;
}
.text {
    float: none;
    width: auto;
    padding: 0;
    border: none;
}
h2.tit01 {
	line-height: 1.2;
}
h2.tit01::after {
	top: auto;
	bottom: -10px;
}
h3.tit01 {
	padding-bottom: 8px;
}	

h3.tit01, h3.tit02, h3.tit03, h3.tit04, h3.tit05 {
    width: 100%;
    box-sizing: border-box;
    font-size: 21px;
    margin-bottom: 25px;
    text-align: center;
}
.catch_blue_bold,
h4.tit01, h4.tit02, h4.tit04 {
    font-size: 19px;
}
h5.tit01 {
    font-size: 18px;
}
h3.tit02::before {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 57px;
    background-image: url(../images/tit02_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
h3.tit04 span span::before {
    display: none;
}
.nowrap {
    white-space: normal;
}
/* リスト */
.list08 {
    padding: 6%;
}
/* テーブル */
.tb01 {
    white-space: inherit;
}
.tb01 td, .tb01 th {
    padding: 1.5%;
}
.tb01 th {
    width: 85px;
    font-size: 12.5px;
}
.tb01 td {
    font-size: 11px;
}
.tb01 tr:first-of-type td, .tb01 tr:first-of-type th{
    font-size: 3vw;
}
.tb03, .tb03 th {
    white-space: inherit;
}
.tb03.w075par {
    width: 100%;
}
.tb04, .tb04 th {
    white-space: normal;
}
.tb04 th {
    font-size: 13px;
}
.tb04 td, .tb04 th {
    padding: 2%;
}
/* ボタン */
.btn01 a {
    display: block;
}
/* アンカーリンク */
.ank01 {
    width: 88%;
    padding: 0 6%;
}
.ank01 li {
    width: 49%;
    margin-bottom: 3%;
    margin-left: 0;
}
.ank01 li:nth-child(even) {
    margin-left: 2%;
}
.ank02 li {
    float: none;
    width: 100%;
    height: auto !important;
    margin-bottom: 3%;
    margin-left: 0;
}
.ank01 li span {
    font-size: 12.5px;
}
/* 画像右寄せ */
.img_fr {
    float: none;
    margin-left: 0;
    text-align: center;
}
.img_fr img {
    margin-bottom: 15px;
}
/* 画像左寄せ */
.img_fl {
    float: none;
    margin-right: 0;
    text-align: center;
}
.img_fl img {
    margin-bottom: 15px;
}
	
/*============================================================================

	$recruit

============================================================================*/
.recruitpage .catch{
    font-size: 24px;
}
.recruitpage .catch::before{
    left: 0;
    width: 100%;
}
.recruitpage .top_interview_list {
	width: 100%;
    flex-wrap: wrap;
}
.recruitpage .top_interview_list li {
	width: 228px;
	height: 358px;
	margin: 0 auto 30px;
}	
	.faq_wrap dl dt .faq_q {
		padding: 0 0px 0 35px;
	}
/*============================================================================

	$doctor

============================================================================*/

/* ごあいさつ */
.doctor_greet {
}
.doctor_greet .text {
    float: none;
    width: auto;
}
/* 経歴、資格 */
.doctor_carr_sec1 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
}
/*============================================================================

	$clinic

============================================================================*/

/* 医院概要 */
.clinic_sec1 dt {
   width: 30%;
    padding-left: 0;
    padding-right: 14px;
	font-size: 16px;
	 text-align: left;
}
.clinic_sec1 dd {
    width: 70%;
}
	.sch_dd_sp {
		width: 100% !important;
	}
.clinic_sec1 .schedule .tb01 {
    width: 100%;
}
.clinic_sec1 .contact ol {
	flex-wrap: wrap;
}
.clinic_sec1 .contact .fax {
	padding-top: 10px;
}
	.clinic_sec1 .kamoku ol {
	flex-wrap: wrap;
	display: flex;
}
	.clinic_sec1 .kamoku ol li {
		margin-bottom: 10px;
	}
/* 院内スライド */
.clinic_slides1 {
    margin-bottom: 20px;
}
.clinic_slides1 .flexslider {
    float: none;
    width: 100%;
}
.clinic_slides1 .flexslider li div {
    display: block;
    margin-top: 5%;
    margin-left: 0;
    text-align: center;
	background-color: #f0f0f0;
}
.clinic_slides1 .flexslider p {
    display: block;
}
.clinic_slides1 .flex-control-nav.flex-control-thumbs {
    position: absolute;
    right: auto;
    width: auto;
    top: auto;
    bottom: 14%;
    z-index: 2;
}
.clinic_slides1 .flex-control-thumbs li {
    position: relative;
    width: 14.3%;
    margin: 0 0 4% 2%;
}
.clinic_slides1 .flex-control-thumbs img {
    border: 3px solid #e0e0e0;
}
.clinic_slides2 {
    margin-bottom: 0px;
	height: auto;
	min-height: 700px;
}
.clinic_slides2 .flexslider {
    float: none;
    width: 100%;
}
.clinic_slides2 .flexslider li div {
    display: block;
    width: 100%;
    margin-top: 6%;
    margin-left: 0;
    text-align: center;
}
.clinic_slides2 .flexslider p {
    display: block;
}
.clinic_slides2 .flex-control-nav.flex-control-thumbs {
    /*position: absolute;*/
    right: auto;
    width: auto;
    top: auto;
    /*bottom: -17%;*/
    z-index: 2;
}
.clinic_slides2 .flex-control-thumbs {
	justify-content:center;
	margin-top: 60px;
}
.clinic_slides2 .flex-control-thumbs li {
    position: relative;
    width: 14.3%;
    margin: 0 0 4% 2%;
}
.clinic_slides2 .flex-control-thumbs img {
    border: 3px solid #e0e0e0;
}
.clinic_slides3 {
    margin-bottom: 120px;
}
.clinic_slides3 .flexslider {
    float: none;
    width: 100%;
}
.clinic_slides3 .flexslider li div {
    display: block;
    width: 100%;
    margin-top: 7%;
    margin-right: 0;
    margin-left: 0;
}
.clinic_slides3 .flexslider h4 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
}
.clinic_slides3 .flexslider p {
    display: block;
    text-align: center;
    padding: 0;
}
.clinic_slides3 .flex-control-nav.flex-control-thumbs {
    position: absolute;
    right: auto;
    width: auto;
    top: auto;
    bottom: -17%;
    z-index: 2;
}
.clinic_slides3 .flex-control-thumbs li {
    position: relative;
    width: 14.3%;
    margin: 0 0 4% 2%;
}
.clinic_slides3 .flex-control-thumbs img {
    border: 3px solid #e0e0e0;
}
.clinic_slides4 {
    margin-bottom: 120px;
}
.clinic_slides4 .flexslider {
    float: none;
    width: 100%;
}
.clinic_slides4 .flexslider li div {
    display: block;
    position: absolute;
    bottom: auto;
    width: 100%;
    margin-top: 8%;
    margin-right: 0;
    margin-left: 0;
}
.clinic_slides4 .flexslider h4 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
}
.clinic_slides4 .flexslider p {
    display: block;
    text-align: center;
    padding: 0;
}
.clinic_slides4 .flex-control-nav.flex-control-thumbs {
    position: absolute;
    right: auto;
    width: auto;
    top: auto;
    bottom: -15%;
    z-index: 2;
}
.clinic_slides4 .flex-control-thumbs li {
    position: relative;
    width: 14.3%;
    margin: 0 0 4% 2%;
}
.clinic_slides4 .flex-control-thumbs img {
    border: 3px solid #e0e0e0;
}
.clinic_slides5 {
    margin-bottom: 120px;
}
.clinic_slides5 .flexslider {
    float: none;
    width: 100%;
}
.clinic_slides5 .flexslider li div {
    display: block;
    bottom: -19%;
    width: 100%;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0;
}
.clinic_slides5 .flexslider h4 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
}
.clinic_slides5 .flexslider p {
    display: block;
    text-align: center;
    padding: 0;
}
.clinic_slides5 .flex-control-nav.flex-control-thumbs {
    position: absolute;
    right: auto;
    width: auto;
    top: auto;
    bottom: -14%;
    z-index: 2;
}
.clinic_slides5 .flex-control-thumbs li {
    position: relative;
    width: 14.3%;
    margin: 0 0 4% 2%;
}
.clinic_slides5 .flex-control-thumbs img {
    border: 3px solid #e0e0e0;
}
/*============================================================================

	$facilities

============================================================================*/


.facilities_equip {
}
.facilities_equip dl {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 6% 10% 10%;
    box-sizing: border-box;
}
.facilities_equip_img {
    float: none;
    width: 100%;
    margin-bottom: 8%;
    margin-left: 0;
    padding: 0 10%;
    box-sizing: border-box;
}
.facilities_equip_img img {
    width: 300px;
}
.facilities_equip2 {
}
.facilities_equip2 dl, .facilities_equip2 dl:nth-child(3n) {
    width: 90%;
    height: auto !important;
    margin: 0 5% 30px;
}
.facilities_equip2 dl:nth-child(even) {
    margin-right: 0;
}
.facilities_equip3 {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}
.facilities_equip3 dl:not(:last-child) {
    margin-bottom: 40px;
}

/*============================================================================

	$access

============================================================================*/





/*============================================================================

	$first

============================================================================*/





/*============================================================================

	$medical

============================================================================*/
	#contents.medical_single #contents_left {
		width: 100%;
	}
	#contents.medical_single {
		overflow: hidden;
	}
	#contents.medical_single #contents_left .box2 {
		width: auto;
    	margin: 0 6% 80px;
	}
	.layout01 dt, .layout01 dd {
		display: block;
	}
    .medical06_felx {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin: 10px auto;
}

.implant_flex p{
     width: 100%;
}
.btn02 a {
    height: auto;
    font-size: 15px;
    line-height: 1.8;
}
.layout01 dt {
    line-height: 1.5;
    font-size: 15px;
	width: 100%;
	padding: 10px 6%;
}
	.layout01 dd {
		padding: 6%;
	}
.layout01 dt em {
    display: block;
    margin-right: 0;
    font-size: 28px;
    text-align: center;
}
/* layout10 */
	.layout10 .flow_box{
		justify-content: space-between;
		padding: 6%;
	}
	.layout10 .flow_box .number{
		width: 42px;
		height: 42px;
		margin-right: 0;
		font-size: 20px;
	}
	.layout10 .flow_box .layout10_box{
		width: 80%;
	}
	.layout10 .flow_box .layout10_text .title{
		font-size: 14px;
		line-height: 1.4;
	}
	.layout10 .flow_box .layout10_text .title span{
		display: block;
		padding-bottom: 8px;
		font-weight: bold;
	}
	.layout10 .flow_box .layout10_text .title span::after{
		display: none;
	}
	.course_ablation::before{
		display: none;
	}
    .layout10_box_left {
    position: relative;
    width: 100%;
        order: 2;
}
    .layout10_box_right {
    position: relative;
    width: 100%;
    order: 1;
}
    


.medical_flex2,
.medical_flex3{
    display: block;
}
.medical_flex2 .item,
.medical_flex3 .item{
   width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.medical_flex2 .item img,
.medical_flex3 .item img{
   max-width: 300px;
    margin: 0 auto;
}
    
    .mb50{
        margin-bottom: 50px!important;
    }
/*============================================================================

	.under_doctor

============================================================================*/
	.main_padding {
		padding-top: 0;
	}
	.under_doctor {
		top: 0px;
    	display: block;
		position: relative;
	}
	/* .under_doctor::before {
        content: "";
        position: absolute;
        top: 110px;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0 0% 0;
        background: url(../images/top_doctor_bg.jpg) no-repeat center center;
        background-color: #e5f5ff;
        background-size: cover;
	} */
	.under_doctor_wrap {
		padding-bottom: 0;
	}
	.under_doctor_wrap .box2 {
		width: auto;
	}
	.under_doctor_wrap .doctor01 {
		margin-bottom: 60px;
	}
	.under_doctor_wrap .doctor02 {
		margin-bottom: 60px;
	}
	.under_doctor_wrap .doctor01::before, .under_doctor_wrap .doctor02::before {
		width: 100%;
		height: calc(100% - 60px);
	}
	.under_doctor_wrap .doctor01 .inner, .under_doctor_wrap .doctor02 .inner {
		flex-direction: column-reverse;
    	width: 100%;
	}
	.under_doctor_wrap .top_doctor_text {
		width: 100%;
		padding: 30px 8% 44px;
	}
	
	.under_doctor_wrap .doctor01 .top_doctor_text {
		padding: 30px 6% 44px;
	}
	.under_doctor_wrap .doctor02 .top_doctor_text {
		padding: 30px 6% 44px;
	}
	.under_doctor_wrap .doctor03 .top_doctor_text {
		padding: 30px 6% 44px;
	}
	
	.under_doctor_wrap .top_doctor_text h3 {
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 30px;
		line-height: 1.2;
	}
	.under_doctor_wrap .doctor01 .inner figure, .under_doctor_wrap .doctor02 .inner figure {
		width: 80%;
    	margin: 0 auto;
	}
	.doctor_carr {
		width: 88%;
		padding-bottom: 30px;
	}
	.doctor_carr .doctor_carr_sec1 h3 {
		text-align: left;
	}
	.under_doctor_wrap::before {
		/* width: 400%;
		left: -330px;
    	height: 110%;
    	top: 0;
 		background-size: auto;
		display: none; */
        top: 110px;
        left: 0;
	}
	.under_doctor_wrap::after {
		bottom: -46px;
		right: -28px;
		width: 177px;
		height: 231px;
		background-size: contain;
		z-index: -2;
	}
	.under_doctor_wrap .about_implant {
		padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../images/about_implant_bg_sp.jpg);
	}
  .under_doctor_wrap .doctor01.under_doctor_doctor01-last {
    margin-bottom: 0;
  }
  .under_doctor_wrap .doctor_carr {
    margin: 0px auto 0;
	}
  .under_doctor_wrap .top_doctor_text p.top_doctor_name span {
    display: block;
    margin-bottom: 14px;
  }
	
/*============================================================================

	.under_medical

============================================================================*/

	.under_medical_list {
		flex-wrap: wrap;
		border: 2px solid #f0f0f0;
		padding: 40px 0;
	}
	.under_medical_list .icon {
		margin: 0px auto 16px;
	}
	.under_medical_list .about {
		margin: 0 auto;
	}
	.under_medical_list .about .btn02 a {
		line-height: 1.4;
    	border-radius: 50px;
		padding: 10px 28px 10px 24px;
		font-size: 15px;
		height: auto;
	}
/*============================================================================

	$news

============================================================================*/




/*============================================================================

	.layout

============================================================================*/

.layout02 dl {
    float: none;
    width: auto;
    height: auto !important;
    margin-right: 0;
    padding: 7%;
}
.layout03 dt, .layout03 dd {
    display: block;
}
.layout03 dt, .layout03 dd:nth-child(2), .layout03 dd:nth-child(3) {
    width: auto;
}
.layout03 dt {
    padding: 6% 20% 6%;
}
.layout03 dt img {
    /*margin-top: 10px;*/
}
.layout03 dt, .layout03 dd {
    display: block;
}
.layout03 dd {
    padding: 5% 6% 2%;
}
.layout03 dd h5 {
    font-size: 17px;
    text-align: center;
}
.layout03 dd h5 span {
    font-size: 26px;
}
.layout04 dt, .layout04 dd {
    display: block;
}
.layout04 dt, .layout04 dd:nth-child(2), .layout04 dd:nth-child(3) {
    width: auto;
}
.layout04 dt {
    padding: 0 15% 2%;
}
.layout05 dt, .layout05 dd {
    display: block;
}
.layout05 dd {
    padding: 5% 6% 2%;
}
.layout05 dd h5 {
    font-size: 17px;
}
.layout05 dd h5 span {
    font-size: 26px;
}
	
	.layout05 dd .layout_tit02 {
		font-size: 17px;
	}
	
.layout05 dt, .layout05 dd:nth-child(2), .layout05 dd:nth-child(3) {
    width: auto;
}
.layout05 dt {
    padding: 6% 15%
}
.layout05 dd:nth-child(3) {
    border: none;
}
.layout06 dt, .layout06 dd {
    display: block;
}
.layout06 dt {
    line-height: 1.5;
    font-size: 16px;
}
.layout06 dt em {
    display: block;
    margin-right: 0;
    line-height: 1;
}
.layout06 dd {
    padding: 3% 6% 2%;
}
.layout06 dd h5 {
    font-size: 15px;
}
.layout06 dd h5 span {
    font-size: 26px;
}
.layout06 dt, .layout06 dd:nth-child(2), .layout06 dd:nth-child(3) {
    width: auto;
}
.layout06 dt {
    padding: 6% 15%
}
.layout06 dd:nth-child(3) {
    border-left: none;
}
.layout08 dl {
    float: none;
    width: auto;
    height: auto !important;
    margin-right: 0;
    padding: 7%;
}
.layout08 dl::before {
    display: none;
}






}

@media screen and (max-width:320px) {
.main_open {
    position: absolute;
    top: auto;
    bottom: 50px;
    right: 0;
    left: 0;
    width: 50%;
    margin: auto;
}

}
