/* CSS Document */

@media screen and (max-width:896px) {
	
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;
}



/*============================================================================

	header

============================================================================*/
h1 {
	position: static;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 11px;
    letter-spacing: 0.07em;
	line-height: 1.4;
}
header {
	display:none;
}



/*============================================================================

	nav

============================================================================*/

nav{
	display:none ;
}
.sp_navi {
	display:block;
	position:fixed;
	top:40px;
	left:0;
	width:100%;
	height:62px;
	font-size:18px;
	font-weight:bold;
	z-index: 9998;
}
.sp_navi .header_logo{
	position: absolute;
	display: table !important;
	text-align: left;
	padding-left:6%;
	height: 100%;
}
.sp_navi .header_logo span,
.sp_navi .header_logo img{
	display:block;
	width: 172px;
	height: 44px;
}
.sp_navi .header_logo a{
	display: table-cell;
	vertical-align:middle;
}
.sp_navi .header_logo img{

	z-index: 9999;
	position:relative;

}
.sp_navi dl{
	background-color: rgba(255,255,255,0.9);
}
.sp_navi dl dt {
	height: 62px;
	font-weight:bold;
	cursor:pointer;
	padding: 0 4%;
	font-size:18px;
	display:block;
	color:#fff;
	line-height: 2;
}
.sp_navi dl dt i{
	margin-right:2%;
}
.sp_navi dl dd {
	display:none;
}
.sp_navi ul{
	padding:4% 2% 4% 8%;
}
.sp_navi ul li {
	display: table;
	width: 50% ;
	float: left ;
	line-height:1.4;
	font-size:15px;
	font-weight:normal;
}
.sp_navi ul li i{
	margin-right: 4%;
	color: #ba9275;
	font-size: 11px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	left: -6px;
}
.sp_navi ul li i,
.sp_navi ul li span{
}
.sp_navi ul li i.fa-facebook-square,.sp_navi ul li i.fa-home{
	font-size:16px;
}
.sp_navi ul li:hover {
}
.sp_navi ul li a {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height: 45px;
	color:#333;
	text-decoration:none;
    font-size: 13px;
}

/*ボタンの動き*/
.sp_navi dt a {
    display: block;
    width: 42px;
    height:42px;
    position: absolute;
    top:9px;
    right: 10px;
    z-index: 9999999;
}
.sp_navi dt a span {
    display: block;
    background: #666;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.sp_navi dt a span:first-child {
    top: 12px;
}
.sp_navi dt a span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
.sp_navi dt a span:last-child {
    bottom: 12px;
}
.sp_navi dt a.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
.sp_navi dt a.active span:nth-child(2) {
    opacity: 0;
}
.sp_navi dt a.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}



/*============================================================================

	#mainvisual

============================================================================*/

#mainvisual{
	background-position: center ;
	background-attachment: scroll ;
	height:200px;
	margin-top:62px;
    background-size: cover;
}
#mainvisual .inner{
	width: 100%;
	height:inherit;
}
/* 下層ページヘッドライン */
#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;
}
.mainvisual_catch{
  top: 42%;
}
.mainvisual_catch h2 img{
  max-width: 320px;
  margin: auto;
}
.mainvisual_open{
	position: absolute;
	top:auto;
	bottom: 50px;
	right: auto;
	left: 20px;
	width: 200px;
	margin: auto;
}
.covid_bnr{
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
  /*left: calc((100% - 180px) / 2);*/
}
/*.covid_bnr img{
  width: calc(600px * 0.3);
  height: calc(300px * 0.3);
  opacity: 1;
  transition:0.1s ease-in-out;
}*/







/*============================================================================

	#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 .inner{
	width:100%;
	padding: 0;
}
.footer_info dl{
	float:none;
	width:100%;
	padding:0 6%;
}
.footer_info dl dt{
	float:none;
	text-align: center;
	margin:0 auto 30px;
}
.footer_info_logo,
.footer_info_logo img{
	width:222px;
	height:148px;
}
.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_navi{
	display:none;
}

.footer_info_map {
    width: 90%;
    margin: 0 auto;
    float: none;
    padding: 20px 0 0;
}
    
.copy{
	margin-top:35px;
}



/*============================================================================

	$top

============================================================================*/

.top_doctor .text{
	width:auto;
}
.top_doctor_img{
    position: static;
	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_schedule {
	margin: 0 auto;
	text-align: center;
}
.top_schedule li {
    line-height: 1.6;
}
.top_schedule table{
	margin-bottom: 0px;
}
.top_news .box1 {
	display: block;
}
.top_news .box1 h4 {
    display: none;
}

img.logo_size {
    position: static;
    width: 70%;
    margin-top: 30px;
}
img.mv_new {
    bottom: 5%;
    right: 3%;
    width: 35%;
}
.top_news .box1 h3 {
    width: 100%;
    position: relative;
    top: 91px;
    font-size: 22px;
}
.top_news_flame {
	position: relative;
    width: 90%;
    float: none;
    top: 78px;
    left: 5%;
    height: 275px;/*180px*/
	padding: 10px;
}
.scroll_area {
    height: 250px;/*146px*/
}
.top_medical_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.top_feature {
    width: 100%;
    height: auto !important;
    padding: 10px 0 0;
}
.top_feature .box1 p.index_p{
    width: 260px;
    font-size: 14px;
}
.top_feature .box1 .top_medical_list h4 {
    display: inline-block !important;
    font-size: 18px !important;
    width: 260px;
    text-align: center;
    line-height: 1.4 !important;
}
.top_feature .box1 .top_medical_list dl:nth-of-type(even) {
    padding: 20px 0 0px;
    height: auto;
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
}
.top_doctor .box1 h3 {
    padding-top: 30px;
    width: 90%;
    position: static;
    margin: 0 auto;
    z-index: 1;
    text-align: center;
    text-align: -webkit-center;
}
.top_doctor .text {
    position: static;
    padding-top: 40px;
    width: 95%;
    margin: 0 auto;
    line-height: 2;
    z-index: 1;
}
.top_doctor .box1 {
    max-width: 1200px;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.top_doctor .btn03 {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 50px;
}
    
    .sp_top_medical_disease_flex{
        display: flex !important;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 95%;
        margin: 0 auto;
    }
    
.top_medical {
    background: url(../images/disease_bg.png) top center no-repeat;
    background-size: cover;
    height: auto;
    padding: 80px 0 0;
}
.top_youtube{
  padding: 80px 0 40px;
}
.top_youtube iframe{
  width: 90%;
  max-width: 560px;
    height: calc(315px * 0.9);
  max-height: 315px;
}

.access_map{
    width: 100%;
    height: auto;
}
.access {
    width: 100%;
}
.clinic {
    width: 100%;
}
.doctor {
    width: 100%;
}
.facilities {
    width: 100%;
}
.medical {
    width: 100%;
}
.medical h4.tit01 span {
    display: inline-block;
    padding: 0.3em 0.6em;
    border-left: solid 5px #0089c9;
    box-sizing: content-box;
}
p.english{
    word-break:break-all;
}
.doctor .doctor_carr .doctor_carr_sec1 {
    width: 100%;
    margin-right: 00px;
    background: url(../images/doctor_carr_sec_bg.png) right bottom no-repeat #e7f3f8;
    background-size: cover;
    height: auto !important;
}
	
.footer_sp{
	display:block;
	position:fixed;
	bottom:0;
	width:100%;
	height:62px;
	z-index:99999998;
	border-top:1px solid #fff;
}
.footer_sp ul li{
	float:left;
	width:40%;
	/*width:75%;*/
	text-align:center;
	line-height:62px;
	box-sizing:border-box;
	border-right:1px solid #fff;
}
/*.footer_sp ul li:nth-child(2){
	width:40%;
	display:none;
}*/
.footer_sp ul li:last-child{
	width:20%;
	border-right:none;
}
.footer_sp ul li a{
	display:block;
	height:inherit;
	box-sizing:border-box;
	padding-left:15px;
	position:relative;
	color:#fff;
	font-family: 'Folk Medium, Meiryo, MS PGothic, sans-serif';
    font-weight: 300;
	font-size:5vmin;
}

.footer_sp ul li.footer_sp_tel a{
	background:#5dcdd5;
}
.footer_sp ul li.footer_sp_tel a:before{
	background:url(../images/footer_sp_tel.png) no-repeat;
	width:18px;
	height:21px;
	position:absolute;
	top:0;
	bottom:0;
	left:15px;
	/*left: 30%;*/
	margin:auto;
	content:"";
}
.footer_sp ul li.footer_sp_access a{
	background:#51b3e5;
	
}
.footer_sp ul li.footer_sp_access a:before{
	background:url(../images/footer_sp_access.png) no-repeat;
	width:18px;
	height:24px;
	position:absolute;
	top:0;
	bottom:0;
	left:15px;
	margin:auto;
	content:"";
}
.footer_sp ul li.pagetop_sp a{
	background:#007abb;
	font-size:3vmin;
	padding-left:0;
	padding-top:15px;
	box-sizing:border-box;
}
.footer_sp ul li.pagetop_sp a:before{
	background:url(../images/pagetop_sp.png) no-repeat;
	width:19px;
	height:16px;
	position:absolute;
	top:15px;
	left:0;
	right:0;
	margin:auto;
	content:"";
}
	
	
	
	
	
.pagetop {
    display: none;
}
    
.news_text .news_title {
    margin-left: 20px;
    font-size: 16px;
    color: #2ab1e5;

}
    
.top_feature .box1 .top_medical_list dl:nth-of-type(even) {
    height: 635px !important;
}
/*============================================================================

	$breadcrumb ぱんくず

============================================================================*/

.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;
}
 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;
}
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:2% 3%;
}
.tb01 th{
width: 105px;
	font-size:12.5px;
}
.tb01 td{
		font-size:11px;
}
.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_flex{
	display: block;
}

.img_flex p:first-child{
	margin-right: 0;
}

.img_flex img{
	width: 100%;
}
  .img_flex02 p{
    width: 100%;
  }
/*============================================================================

	$doctor

============================================================================*/

/* ごあいさつ */
.doctor_greet{
}
.doctor_greet .text{
	float:none;
	width:auto;
}

/* 経歴、資格 */
.doctor_carr_sec1{
	float:none;
	width:auto;
	margin-right:0;
	margin-bottom:30px;
}


/*============================================================================

	$clinic

============================================================================*/

/* 医院概要 */
.clinic_sec1 dt{
	width:30%;
}
.clinic_sec1 dd{
	width:70%;
}
.clinic_sec1 .schedule .tb01{
	width:100%;
}

/* 院内スライド */
.clinic_slides1 {
	margin-bottom:20px;
}
.clinic_slides1 .flexslider{
	float:none;
	width:100%;
    margin-bottom: 24%;
}
.clinic_slides1 .flexslider li div{
	display:block;
	margin-top:33%;
	margin-left:0;
	text-align:center;
}
.clinic_slides1 .flexslider p{
	display:block;
}
.clinic_slides1 .flex-control-nav.flex-control-thumbs{
	position: absolute;
	right: auto;
	width: auto;
	top:auto;
	bottom: 8%;
	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:90px;
}
.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 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%;
	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{
}
.facilities_equip3 dl{
	width:90%;
	height:auto !important;
	margin:0 5% 30px;
}

.facilities_equip3 dl:nth-child(even){
	margin-right:0;
}
.facilities_equip3 dl,
.facilities_equip3 dl:nth-child(3n){
	width: 100%;
    height: auto !important;
    margin: 0 auto 20px;
}




/*============================================================================

	$access

============================================================================*/





/*============================================================================

	$first

============================================================================*/





/*============================================================================

	$medical

============================================================================*/

.layout01 dt{
	line-height:1.5;
	font-size: 15px;
}
.layout01 dt em{
	display:block;
	margin-right:0;
	font-size: 28px;
	text-align:center;
}



/*============================================================================

	$news

============================================================================*/




/*============================================================================

	共通オリジナル

============================================================================*/
    .img_center{
        display: block;
        margin: 0 auto;
    }
    .sp_img_60{
        display: block;
        width: 60%;
    }

.lp_bnr{
  padding-top: 10px;
  padding-bottom: 10px;
}
.lp_bnr p{
  width: 300px;
  margin: 0 auto 10px;
}
.lp_bnr p:last-of-type {
	margin-bottom: 0;
}



}

@media screen and (max-width:640px) {
  .doctor_time iframe{
  height: 275px;
}
}


@media screen and (max-width:320px) {
	
.main_open{
	position: absolute;
	top:auto;
	bottom: 50px;
	right: 0;
	left: 0;
	width: 50%;
	margin: auto;
}

/*============================================================================

	.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:2% 20% 2%;
}
.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 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;
}



/* layout09 */
.layout09 .flow_box {
  justify-content: space-between;
  padding: 6%;
}

.layout09 .flow_box::before {
  display: none;
}

.layout09 .flow_box .number {
  width: 42px;
  height: 42px;
  margin-right: 0;
  font-size: 20px;
}

.layout09 .flow_box .layout09_box {
  width: 80%;
}

.layout09 .flow_box .layout09_text .title {
  font-size: 14px;
  line-height: 1.4;
}

.layout09 .flow_box .layout09_text .title span {
  display: block;
  padding-bottom: 8px;
  font-weight: bold;
}

.layout09 .flow_box .layout09_text .title span::after {
  display: none;
}

.course_ablation::before {
  display: none;
}


}




/* タブレット（iPad Pro） */
@media screen and (min-width:897px) and (max-width:1079px) {
    body, #mainvisual .inner, header, footer {
    min-width: 100%;
}
.top_feature .box1 .top_medical_list dl{
    padding: 20px 0 0;
    background: url(../images/features_bg2.png) top center no-repeat;
    height: 605px;
    display: block;
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    text-align: center;
}    
    .top_medical_list dl dt img{
        display: block;
        width: 100%;
        margin: 0 auto;
    }   
    
    
}
