@charset "UTF-8";

/* -------------------------------
	トップページ
-------------------------------- */
#index .kv{
width:100%;
margin:-100px 0 0px 0;
padding:0;
position: relative;
z-index: 1;
}

#index #mainSlide img{
width:100%;
margin-bottom:15px
}
button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-dots{
  text-align: center;
  margin:0 0 0 -20px;}
  
.slide-dots li{
    display: inline-block;
    margin: 0px 15px 0 15px;
	}
	
.slide-dots button{
      position: relative;
      text-indent: -9999px;
	  }
.slide-dots button:before{
        content: url(../images/top/dot1.png);
        font-size: 20px;
        text-indent: 0px;
        position: absolute;
        top: 0;
        left: 0;
		      }
   .slick-active button:before{
         content: url(../images/top/dot2.png);
      }
.slick_container {
    width:100%; /* 任意の値 */
    margin:0 auto; /* 任意の値 */
    position:relative;
}

.slick-prev::before {
   content: url(../images/top/arrow_l.png);
 }
.slick-next::before {
    content: url(../images/top/arrow_r.png);
}
.slick-prev{
z-index:100;
position: absolute;
    left: 0;
	top:40%;
	font-size:0;
  }
.slick-next{
z-index:100;
position: absolute;
top:40%;
    right: 0;
	font-size:0;
}

@media only screen and (max-width: 768px) {
#index #mainSlide img{
width:100%;
margin-bottom:15px
}
#index .slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-prev::before {
   content: url(../images/top/arrow_l_sp.png);
 }
.slick-next::before {
    content: url(../images/top/arrow_r_sp.png);
}
.slick-prev{
        left: 0;
		z-index:50;
                 
    }
     .slick-next{
       right: 0;
	   z-index:50;
    }
}

/* テンプレート */
#index .main{
    margin: 0 auto 0 auto;
    max-width: 1800px;
    width:90%;
}
#index .main .st1{
    font-size: 26px;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: 400;
    color: #000;
}
#index .st2{
    font-size: 30px;

    padding: 0;
    border: none;
    font-weight: 400;
    text-align: center;
    color: #000;
}

@media only screen and (max-width: 768px) {
#index .main .st1{
    font-size: 20px;
}
#index .st2{
    font-size: 24px;
}
}

/* 最新情報 */
#index .wn_mi{
    display: flex;
    margin: 0 0 25px 0;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-end;
}
#index .wn{
    display: flex;
    margin: 0 0 0 0;
}
#index .wn_le{
    width: 100%;
    margin: 0 30px 0 0;
}
#index .wn_ri{
    width: 100%;
    margin: 0 0 0 30px;
}
#index .wnf {
 padding:25px 0 10px 0;
 margin:0;
border-top:1px solid #e0e0e0;
display: flex;
flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
#index .wnf:first-of-type {
border-bottom:none;
}
#index .wnf .day2 {
padding:0;
margin:0;
font-weight:400;
font-size: 16px;
width: 10%;
min-width: 170px;
color: #858585;
}

#index .wnf a {
  background-image: linear-gradient(
    to right,
    #1f91c1,
    #1f91c1 50%,
    #000 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 2px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

#index .wnf a:before{
  content: '';
  background: #1f91c1;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}

#index .wnf a:hover {
 background-position: 0;
}

#index .wnf a:hover::before{
  width: 100%;
}

@media only screen and (max-width: 1500px) {
#index .wn_le{
    margin: 0 1.5vw 0 0;
}
#index .wn_ri{
    margin: 0 0 0 1.5vw;
}
}

@media only screen and (max-width: 1000px) {
#index .wn{
    display: block;
    margin: 0 0 0 0;
}
#index .wn_le{
    width: 100%;
    margin: 0 ;
}
#index .wn_ri{
    width: 100%;
    margin: 0;
}
}

@media only screen and (max-width: 768px) {
#index .wn_mi{
    margin: 0 0 10px 0;
    align-items: center;
}
#index .wnf {
 padding:15px 0 5px 0;
display: block;
}
#index .wnf .day2 {
font-size: 15px;
width: 100%;
min-width: 100%;
}
}

/* 教授挨拶 */
#index .wn2{
    display: flex;
    margin: 70px 0 110px 0;
}
@media only screen and (max-width: 1700px) {
    #index .wn2{
    margin: 70px 0 3vw 0;
} 
}
@media only screen and (max-width: 1500px) {
    #index .wn2 .pc{
    display:none;
} 
    #index .wn2 .md{
    display:block;
} 
}
@media only screen and (max-width: 1000px) {
    #index .wn2{
    display: block;
    margin: 35px 0 30px 0;
}
        #index .wn2 img{
    width: 100%;
} 
}
@media only screen and (max-width: 768px) {
    #index .wn2 .md{
    display:none;
} 
}



/* 臨床 */
#index .clinical_all {
  background: url(../images/top/bg1.jpg) no-repeat top center #fff;
  background-size: cover;
  padding:5.5vw 0 0 0;
margin-bottom: 50px;
}
#index .wn3{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 70px 0;
}
#index .wn3 .cl{
    margin: 0 ;
    width: 31%;
    margin-bottom: 2.5vw;
}
@media only screen and (max-width: 1700px) {
    #index .wn3{
    margin: 0 0 3vw 0;
} 
}

@media only screen and (max-width: 1000px) {
#index .wn3 .cl{
    width: 48%;
}
}
@media only screen and (max-width: 768px) {
#index .clinical_all {
  background-size: cover;
  padding:45px 0 20px 0;
    margin-bottom: 0;
}
}

/* 研究 */
#index .research_all {
  padding:0;
}
#index .wn4{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 120px 0;
}
#index .wn4 .re_l{
    background: url(../images/top/bg2.jpg) no-repeat top center #fff;
    background-size: cover;
    margin: 0 ;
    width: 50%;
    padding: 60px 75px 60px 60px;
}
#index .wn4 .re_r{
    background: url(../images/top/bg3.jpg) no-repeat top center #fff;
    background-size: cover;
    margin: 0 ;
    width: 50%;
    padding: 60px 75px 60px 60px;
}
#index .wn4 .arrow-button06{
    width: 50%;
    margin: 0 0 20px auto;
}
#index .wn4 .arrow-button06:last-child{
    margin: 0 0 0 auto;
}
#index .wn4 .arrow-button06 span{
    font-size: 120%;
}

@media only screen and (max-width: 1700px) {
#index .wn4 .arrow-button06{
    width: 22vw;
}
}

@media only screen and (max-width: 1400px) {
#index .wn4{
    margin: 0 0 7vw 0;
}
#index .wn4 .arrow-button06{
    width: 26vw;
}
}

@media only screen and (max-width: 1100px) {
#index .wn4{
    display: block;
}
#index .wn4 .re_l{
    width: 100%;
    padding: 60px 75px 60px 60px;
}
#index .wn4 .re_r{
    width: 100%;
    padding: 60px 75px 60px 60px;
}
#index .wn4 .arrow-button06{
    width: 50%;
}
}

@media only screen and (max-width: 768px) {
#index .research_all {
  margin-top: 20px;
}
#index .wn4{
    margin: 0 0 35px 0;
}
#index .wn4 .re_l{
    width: 100%;
    padding: 25px 20px 25px 20px;
}
#index .wn4 .re_r{
    width: 100%;
    padding: 25px 20px 25px 20px;
}
#index .wn4 .arrow-button06{
    width: 70%;
    margin: 0 0 10px auto;
}
#index .wn4 .arrow-button06::after {
    right: 15px;
}
}

/* その他 */
#index .wn5{
    display: flex;
    margin: 0 0 110px 0;
}
#index .mid{
    font-size: 26px;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 1700px) {
    #index .wn5{
    margin: 0 0 5vw 0;
} 
}

@media only screen and (max-width: 1000px) {
#index .mid{
    font-size: 22px;
}
#index .wn5 .wn_le{
    width: 100%;
    margin: 0 10px 0 0;
}
#index .wn5 .wn_ri{
    width: 100%;
    margin: 0 0 0 10px;
}
}

@media only screen and (max-width: 768px) {
    #index .wn5{
    display: block;
    margin: 0 0 50px 0;
}
        #index .wn5 img{
    width: 100%;
}
#index .wn5 .wn_le{
    margin: 0 0 30px 0;
}
#index .wn5 .wn_ri{
    margin: 0 0 0 0;
}
#index .mid{
    font-size: 18px;
}
}

/* リンク */
#index .patient_all {
 background-color: #eef2f7;
  padding:50px 0 10px 0;
}
#index .wn6{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
   }
#index .wn6 .cl{
    margin: 0 ;
    width: 31%;
    margin-bottom: 2.5vw;
}

@media only screen and (max-width: 1200px) {
#index .wn6 .cl{
    width: 48.5%;
}
}

@media only screen and (max-width: 768px) {
 #index .patient_all {
  padding:25px 0;
}
#index .wn6{
    justify-content: space-around;
   }
#index .wn6 .cl{
    width: 45%;
}
#index .p-card2__title {
    padding: 0px 5px 0 5px;
}
}


/* バナー */
#index .bn_all {
 background-color: #fff;
  padding:50px 0 40px 0;
    border-bottom: 1px solid #cccccc;
    margin: 0 auto;
}
#index .wn7{
    width: 100%;
    max-width: 1480px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
   }
#index .wn7 .cl{
    margin: 0 1vw;
    width: 100%;
    max-width: 330px;
}
/*#index .wn7 .cl img{
    width: auto;
    max-width: 330px;
}*/

@media only screen and (max-width: 1200px) {
#index .wn7 .cl{
    width: 48.5%;
}
}

@media only screen and (max-width: 768px) {
 #index .bn_all {
  padding:25px 0 10px 0;
}
#index .wn7{
    justify-content: space-around;
    flex-wrap: wrap;
   }
#index .wn7 .cl{
    width: 45%;
    max-width: 45%;
}
 #index .bn_all p {
  font-size: 14px;
     line-height: 1.4;
}
}

/* リンク */
#index .map {
  margin:70px 0;
background-color: #f5f7fa;
display: flex;
}
#index .map .map_txt_all {
width: 50%;
  padding:60px 50px;
}
#index .map .map_txt {
    display: flex;
}
#index .map .map_txt .map_l {
    width: 40%;
    margin-right: 20px;
}
#index .map .map_txt .map_l p {
    font-size: 110%;
    font-weight: 400;
}
#index .map .map_txt .map_r {
    width: 50%;
}
#index .map .t_map {
    width: 50%;
}

@media only screen and (max-width: 1500px) {
#index .map .map_txt {
    display: block;
}
#index .map .map_txt .map_l {
    width: 100%;
    margin-right: 0px;
}
#index .map .map_txt .map_r {
    width: 100%;
}
}

@media only screen and (max-width: 1000px) {
#index .map {
  margin:35px 0;
display: block;
}
#index .map .map_txt_all {
width: 100%;
  padding:30px 20px;
}
#index .map .t_map {
    width: 100%;
    height: 300px;
}
#index .map .map_txt .map_l p {
    font-size: 100%;
}
#index .map .map_txt .map_r p {
    font-size: 14px;
}
}


/* -----------------------------------------------------------------------------
	最新情報
-------------------------------- */
#news .main_v3 {
  background: url(../images/news/main.jpg) right;
}
#news .wn {
width: 100%;
    margin: 100px 0 0px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
#news .wn_l {
width:80%;
margin-right: 70px;
}
#news .wn_l .mi02 {
padding:0;
margin:0 0 60px 0;
border:none;
}
#news .wn_l .wnf {
 padding:25px 0 10px 0;
 margin:0;
border-top:1px solid #e0e0e0;
/*border-bottom:1px solid #e0e0e0;*/
display: flex;
flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
#news .wn_l .wnf:first-of-type {
border-bottom:none;
}
#news .wnf .day2 {
padding:0;
margin:0;
font-weight:400;
font-size: 16px;
width: 10%;
min-width: 170px;
}

#news .wn_l a {
  background-image: linear-gradient(
    to right,
    #1f91c1,
    #1f91c1 50%,
    #000 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 2px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

#news .wn_l a:before{
  content: '';
  background: #1f91c1;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}

#news .wn_l a:hover {
 background-position: 0;
}

#news .wn_l a:hover::before{
  width: 100%;
}

#news .wn_r {
    width: 15%;
    margin: -30px 0 0 0;
}
#news .wn_r .wn_r_box {
 padding:20px 0 10px 0;
 margin:0 0 30px 0;
border-top:3px solid #303d6e;
}
#news .l_t {
    font-size: 18px;
    font-weight: 500;
}
#news .wn_r .wn_r_box a {
 color:#000;
transition: .2s;
}
#news .wn_r .wn_r_box a:hover {
 color:#999;
}

@media only screen and (max-width: 768px) {
#news .main_v3 {
  background-size:cover;
}
#news .news_navi  {
  margin: 40px 0 0px 0;
  text-align:left;
  width:100%;
 }
#news .news_navi .btn-group{
width:100% !important;
}
#news .wn {
 margin:60px 0 40px 0;
}
#news .wn_l {
width:100%;
margin-right: 0px;
}
#news .wn_l .wnf {
 padding:15px 0 5px 0;
display: block;
}
#news .wnf .day2 {
font-size: 15px;
width: 100%;
min-width: 100%;
}
#news .wn_r {
display: none;
}

 }



/* ----------------------------------------------------------------------------------------------------------------------------
	最新情報　詳細
-------------------------------- */
#news .wn2 {
width:100%;
margin:80px 0 80px 0;
padding:0;
}

#news .wn2 .wn_box {
border-bottom:1px solid #e5e5e5;
margin:0 0 30px 0;
padding:0;
}
#news .day {
line-height:1!important;
padding:0;
margin:0 0 15px 0;
font-size: 14px;
}
#news h3 {
padding:0 0 25px 0;
margin:0 0 5px 0;
font-size: 22px;
font-weight: 400;
color: #021664;
    border-bottom:1px solid #b2b2b2;
}
#news .wbox {
    display: flex;
    margin: 0 0 20px 0;
    text-align: left;
    align-content: center;
    justify-content: flex-start;
    align-items: baseline;
}
#news .lbox {
background-color: #fed000;
color: #000;
padding:5px 15px 4px 15px;
margin:0 30px 0 0;
/*white-space: nowrap;*/
text-align: center;
width: 15%;
min-width: 120px;
    line-height: 1.5;
}
#news .rbox {
padding:0;
width: 85%;
}
#news .wn2 img {
width:100%;
text-align:center;
margin:0 auto 10px auto;
}
#news .wbox02 {
    text-align: center;
    border-top:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    padding: 30px 0;
}
#news .wbox02 a {
    font-size: 14px;
    color: #000;
    transition: .2s;
}
#news .wbox02 a:hover {
    color: #999;
}

@media only screen and (max-width: 1000px) {
#news .wbox {
    display: block;
    margin: 0 0 20px 0;
    width: 100%;
}
#news .lbox {
margin:0 0 10px 0;
text-align: left;
display: inline-block;
width: auto;
min-width: auto;
}
#news .rbox {
padding:0;
width:100%;
}  
}

@media only screen and (max-width: 768px) {
#news h3 {
font-size: 18px;
padding:0 0 15px 0;
margin:0 0 5px 0;
font-weight: 500;
}
#news .wn2 {
margin:40px 0 40px 0;
}
#news .day {
margin:0 0 10px 0;
}
#news .wn2 .txtbox {
text-align:left;
    margin-top: 30px;
}
/*#news .wn2 img {
margin:0 auto!important;
}*/
#news .wbox:last-child {
    margin: 0;
}
#news .wbox02 {
    padding: 15px 0;
}
}


/* -----------------------------------------------------------------------------
	スタッフ
-------------------------------- */
#staff .main_v3 {
  background: url(../images/staff/main.jpg) right;
}
#staff .staff_all {
width: 100%;
    margin: 0 auto;
    background-color: #f4f4f4;
    padding: 100px 0;
}
#staff .staff_all p {
margin: 0;
}
#staff .staff_all .box01 {
width: 100%;
    margin: 0 0 40px 0;
    background-color: #fff;
    padding: 0;
    display: flex;
}
#staff .staff_all .box01 img {
width: 297px;
}
#staff .staff_all .box01 .r_box {
    padding: 50px 60px 20px 80px;
    width: 100%;
}
#staff .staff_all .box01 .r_box .name {
    font-size: 30px !important;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
#staff .staff_all .name2 {
    font-size: 14px !important;
    color: #b0b0b0;
    margin: 0;
    padding: 0;
    line-height: 1;
}
#staff table {
    margin: 20px 0 0 0;
}
#staff table th, table td {
    /*border: 1px solid #fff !important;*/
    border: none !important;;
    background-color: #ffffff;
    vertical-align: top;
    margin: 20px 0 0 0;
    padding: 10px 0;
}
#staff .staff_all .box01 table {
margin: 40px 0 0 0;
}
#staff .staff_all .box02 {
width: 100%;
    margin: 0 0 40px 0;
    background-color: #fff;
    padding: 0;
}
#staff .staff_all .box02 .u_box {
    padding: 25px 20px;
    width: 100%;
}
#staff .staff_all .box02 .u_box .name {
    font-size: 24px !important;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
#staff .staff_all .box02 img {
width: 100%;
}

@media only screen and (max-width: 1300px) {
#staff .staff_all .box01 .r_box {
    padding: 4vw 4vw 4vw 5vw;
} 
}

@media only screen and (max-width: 768px) {
#staff .staff_all {
    padding: 40px 0;
    margin: 10px 0 0 0;
}  
#staff .staff_all .box01 {
    margin: 0 0 20px 0;
    display: block;
}
#staff .staff_all .box01 img {
    width: 100%;
}
#staff .staff_all .box01 .r_box .name {
    font-size: 20px !important;
}
#staff .staff_all .name2 {
    font-size: 13px !important;
}
#staff .staff_all .box01 table {
margin: 15px 0 0 0;
}
#staff table, th, td {
    padding: 2px 0;
}
#staff .staff_all .box02 {
    margin: 0 0 20px 0;
}
#staff .staff_all .box02 img {
    width: 100%;
}
#staff .staff_all .box02 table {
margin: 10px 0 0 0;
}
#staff .staff_all .box02 .u_box .name {
    font-size: 20px !important;
}
}


/* -----------------------------------------------------------------------------
	診療実績・治療症例数
-------------------------------- */
#results .main_v3 {
  background: url(../images/results/main.jpg) right;
}
#results .wn {
width: 100%;
    margin: 100px 0 0px 0;
}
#results .wn h4 {
font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #021664;
}
#results .table_container{
  width: 100%!important;
  overflow: auto;
}
/*#results table, th, td {
    border: 1px #b2b2b2 solid;
    border-collapse: collapse;
    background-color: ffffff;
    line-height: 1.4;
}*/
#results .table_ot{
width:100%;
 border-spacing: 0;
}
#results .table_ot th, .table_ot td {
    border: solid 1px #b2b2b2 !important;
}
#results .table_ot th{
  padding: 10px 10px 0 10px;
  font-weight: 600;
    background-color: #021664;
    color: #fff;
    text-align: center;
}
#results .table_ot td{
  text-align: right;
  padding: 10px 10px 5px 20px;
  }
#results .table_ot .box01{
  width:70%;
  }
#results .wn .mi06 {
    margin: 0 auto 60px auto;
    }
#results .wn .p-card3.-type1 {
    margin: 0 auto;
    width: 35%;
    }

@media only screen and (max-width: 768px) {
#results .main_v3 {
  background-size:cover;
}
#results .wn {
 margin:30px 0 0 0;
}
#results .wn h4 {
font-size: 17px;
}
#results .table_container{
  width: 100%!important;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#results .table_ot{
width:768px;
}
#results .table_ot .box01{
  width:40%;
  }
#results .wn .mi06 {
    margin: 0 auto 30px auto;
    }
#results .wn .p-card3.-type1 {
    width: 100%;
    }
}



/* -----------------------------------------------------------------------------
	関連病院
-------------------------------- */
#hospital .main_v3 {
  background: url(../images/hospital/main.jpg) right;
}
#hospital .wn {
width: 100%;
    margin: 100px 0 100px 0;
}
#hospital h4 {
font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px 0;
}
#hospital .map {
width: 100%;
    height:720px;
    margin: 0 ;
}
#hospital .hos_box01 {
border:1px solid #b2b2b2;
position: relative;
margin-bottom:30px;
}
#hospital .hos_box01 a{
display:block;
width:100%;
height:100%;
text-decoration:none;
}
#hospital .hos_box01 a:hover{
text-decoration:none!important;
background-color:#eef7ff;
}
#hospital .hos_box01 .hos_name {
padding:1em 1em 0.1em 1em;
color: #0066cc;
font-weight:500;
font-size:16px!important;
line-height:1.5!important;
}
#hospital .hos_box01 p {
padding:0 1em 0.5em 1em;
color: #000;
}


@media only screen and (max-width: 768px) {
#hospital .main_v3 {
  background-size:cover;
}
#hospital .wn {
 margin:30px 0 40px 0;
}
#hospital h4 {
font-size: 16px;
}
#hospital .map {
width: 100%;
    height:460px;
    margin: 0 ;
}
#hospital .hos_box01 {
margin-bottom:10px;
}
#hospital .hos_box01 .hos_name {
font-size:16px!important;
line-height:1.5!important;
}
#hospital .hos_box01 .hos_name span {
font-size:15px!important;
}
}


/* -----------------------------------------------------------------------------
	お問い合わせ
-------------------------------- */
#inquiry .main_v3 {
  background: url(../images/inquiry/main.jpg) right;
}
#inquiry .wn {
width: 100%;
    margin: 100px 0 60px 0;
}
#inquiry h3 {
    background-color: #021664;
font-size: 20px;
    font-weight: 400;
    padding: 5px 20px 5px 20px;
    margin: 0 0 30px 0;
    color: #fff;
    text-align: center;
}
#inquiry h4 {
font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px 0;
}
#inquiry .ml {
font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #0066cc;
    text-decoration: underline;
    letter-spacing: 0.1em;
}
#inquiry .box {
    border: 1px solid #b7b7b7;
    padding: 25px;
    margin: 0 ;
    text-align: left;
}
#inquiry .map {
width: 100%;
    height:600px;
    margin: 0 ;
}
#inquiry .map_box {
width: 100%;
    background-color: #f5f7fa;
    padding: 50px;
}

@media only screen and (max-width: 768px) {
#inquiry .main_v3 {
  background-size:cover;
}
#inquiry .wn {
 margin:30px 0 30px 0;
}
#inquiry h3 {
    background-color: #021664;
font-size: 17px;
    padding: 5px 20px 5px 20px;
    margin: 0 0 20px 0;
}
#inquiry h4 {
font-size: 16px;
}
#inquiry .ml {
font-size: 18px;
    margin: 0 0 15px 0;
    letter-spacing: 0;
}
#inquiry .box {
    padding: 15px;

}
#inquiry .box_mg {
    margin: 30px 0 0 0;
}
#inquiry .map {
width: 100%;
    height:300px;
    margin: 0 ;
}
#inquiry .map_box {
    padding: 25px;
}
}


/* ---------------------------------------------------------------------------------------------
	入局を希望される方へ
-------------------------------- */
#applicant .main_v {
  background: url(../images/applicant/main.jpg) no-repeat top center #fff;
    background-size: cover;
}
#applicant .main_v h2 {
background-color: transparent;
    color: #fff;
  text-align:center;
  padding:0px;
  letter-spacing:2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    bottom: auto;
    width: 100%;
}
.applicant_ind{
    margin-top: 80px;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.applicant_ind .applicant_l{
width:100%;
margin-right: 30px;
}
.applicant_ind .applicant_r{
 width:100%; 
margin-left: 30px;
}
#applicant .btn-caponimg {
    min-height: 560px;
}
#applicant .arrow-button04b{
    width: 80%;
   }


@media only screen and (max-width: 1420px) {
    #applicant .btn-caponimg {
    min-height: 34vw;
}
#applicant .arrow-button04b{
    width: 38vw;
    padding: 30px 45px 20px 17px 
   }
}

@media only screen and (max-width: 1000px) {
.applicant_ind{
    display: block;
} 
.applicant_ind .applicant_l{
width:100%;
margin-right: 0px;
margin-bottom: 30px;
    }
.applicant_ind .applicant_r{
 width:100%; 
margin-left: 0px;
}
}

@media only screen and (max-width: 768px) {
#applicant .main_v h2 {
width: 100%;
}
.applicant_ind{
    margin-top: 30px;
}
#applicant .btn-caponimg {
    min-height: 200px;
}  
#applicant .btn-caponimg .bg {
 top:0;
}
#applicant .arrow-button04b{
    padding: 12px 24px 10px 10px;
    width: 80%;
    font-size: 20px;
}
#applicant .arrow-button05{
         min-height: 20vw;  
}
#applicant .arrow-button05 p{
         line-height: 1.6;
}
}

/* ---------------------------------------------------------------------------------------------
	医学生・研修医の皆さんへ
-------------------------------- */
.study_top {
    margin: 70px 0 130px 0;
}
.study_top .txt {
    margin: 0 100px 0 5.5vw;
}
#study .mi06 {
    font-size: 50px;
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 100px;
    }
.study_bottom {
    margin: 0 5.5vw 100px 5.5vw;
}

@media only screen and (max-width: 1600px) {
.study_top {
    margin: 70px 0 7vw 0;
}
.study_top .txt {
    margin: -2vw 4vw 0 5.5vw;
}
#study .mi06 {
    font-size: 3.2vw;
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 5vw;
    }
}
@media only screen and (max-width: 1200px) {
#study .ct_mt20 {
    margin-top:20px;
}
}
@media only screen and (max-width: 1000px) {
.study_top .txt {
    margin: -2vw 1vw 0 5.5vw;
}
}
@media only screen and (max-width: 768px) {
.study_top {
    margin: 20px auto 30px auto;
    width: 92%;
}
.study_top .txt {
    margin: 0 0 0 0;
}
.study_top img {
width:100%;
margin: 30px auto 0 auto;
}
#study .mi06 {
font-size:24px;
margin-bottom: 35px;
}
.study_bottom {
    width: 92%;
    margin: 0 auto 50px auto;
}
}


/* ---------------------------------------------------------------------------------------------
	医学教育（研修医・専修医教育）
-------------------------------- */
.intern_top{
    margin: 70px 0 120px 0;
    display: flex;
}
.intern_top .ph{
    width:920px;
    margin: 0 60px 0 0;
    position: relative;
    }
.intern_top .ph h3{
    position: absolute;
    top:130px; left: 5.5vw;
    font-size: 46px;
    line-height: 1.5;
    color: #021664;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    }
.intern_top .ph h3 span{
    font-size: 60%;
    }
.intern_top .txt{
    width: 33vw;
    }
#intern h4{
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    background-color: #021664;
    padding: 20px;
    margin-bottom: 50px;
    }
#intern h5{
    font-size: 20px;
    line-height: 2;
    color: #021664;
    font-weight: 500;
    margin-bottom: 30px;
    border-bottom: 2px solid #fdd000;
    display: inline-block;
    }
#intern .research_info{
    margin: 0 auto;
    padding: 70px 0;
    background: url(../images/research/top/bg.jpg) no-repeat top center #fff;
  background-size:cover;
       }
#intern  .ml {
font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #0066cc;
    text-decoration: underline;
    letter-spacing: 0.1em;
}
#intern  .box {
    padding: 25px;
    margin: 0 ;
    text-align: left;
    background-color: #fff;
}
#intern .research_info .mt{
    margin: 0 0 20px 0;
    padding: 0;
   font-size: 22px;
    font-weight: 600;
       }
#intern .research_info .mi{
    margin: 0 0 20px 0;
    padding: 0;
   font-size: 18px;
    font-weight: 500;
       }

@media only screen and (max-width: 1600px) {
    .intern_top .ph{
    width:55vw;
    margin: 0 4vw 0 0;
    }
    .intern_top .ph h3{
    top:7vw; left: 5.5vw;
    }
    .intern_top .txt{
    width: 36vw;
    }
}

@media only screen and (max-width: 1440px) {
.intern_top{
    width: 95%;
    margin: 60px 0 100px 0;
}  
}

@media only screen and (max-width: 1000px) {
.intern_top{
  margin: 35px auto 70px auto;
    display: block;
      width: 92%;
}  
.intern_top .ph{
    width: 100%;
    margin: 0 auto 30px 0;
    }
        .intern_top .ph img{
    width:100%;
    }
    .intern_top .txt{
    width: 100%;
    }
}

@media only screen and (max-width: 768px) {
.intern_top{
  margin: 35px auto 50px auto;
}  
.intern_top .ph h3{
    top:10px; left: 5.5vw;
    font-size: 28px;
    line-height: 1;
    }
    #intern h4{
    font-size: 18px;
    line-height: 1.5;
    padding: 15px;
    margin-bottom: 20px;
    }
    #intern h5{
    font-size: 17px;
    line-height: 2;
    margin-bottom: 20px;
    }
    .intern_top .txt img{
    width: 80%;
        margin: 0 auto;
    }
#intern .research_info{
    margin: 0 auto;
    padding: 35px 0;
       }
#intern .ml {
font-size: 18px;
    margin: 0 0 10px 0;
    letter-spacing: 0;
}
#intern .box {
    padding: 15px;

}
#intern .research_info .mt{
    margin: 0 0 20px 0;
    padding: 0;
   font-size: 17px;
       }
#intern .research_info .mi{
    margin: 0 0 10px 0;
    padding: 0;
   font-size:16px;
       }
}


/* ---------------------------------------------------------------------------------------------
	留学について
-------------------------------- */
.goabroad_top{
    margin: 70px 0 120px 0;
    display: flex;
}
.goabroad_top .ph{
    width:920px;
    margin: 0 60px 0 0;
    }
.goabroad_top h3{
    font-size: 46px;
    line-height: 1.5;
    color: #021664;
    font-weight: 400;
    margin:2vw 0 40px 0;
    font-family: 'Noto Serif JP', serif;
    }
.goabroad_top .txt{
    width: 33vw;
    }
.fukidashi{
    padding: 5px 20px;
    background-color: #fdd000;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 1px 0;
}
.st{
    padding: 20px 0;
    border-bottom: 1px solid #b2b2b2;
    border-top: 1px solid #b2b2b2;
    margin-bottom: 55px;
    }
.st h4{
    font-size: 22px;
    color: #021664;
    font-weight: 400;
    }
.st h4 span{
    font-size: 80%;
    }


@media only screen and (max-width: 1600px) {
    .goabroad_top .ph{
    width:55vw;
    margin: 0 4vw 0 0;
    }
    .goabroad_top .txt{
    width: 36vw;
    }
}

@media only screen and (max-width: 1440px) {
.goabroad_top{
    width: 95%;
    margin: 60px 0 100px 0;
}  
}

@media only screen and (max-width: 1000px) {
.goabroad_top{
  margin: 35px auto 70px auto;
    display: block;
      width: 92%;
}  
.goabroad_top .ph{
    width: 100%;
    margin: 0 auto 30px 0;
    }
        .goabroad_top .ph img{
    width:100%;
    }
    .goabroad_top .txt{
    width: 100%;
    }
}

@media only screen and (max-width: 768px) {
.goabroad_top{
  margin: 35px auto 50px auto;
} 
.goabroad_top h3{
    font-size: 28px;
        margin:0 0 20px 0;
        }
.fukidashi{
    padding: 5px 15px;
    font-size: 15px;
}
.st{
    padding: 15px 0;
    margin-bottom: 25px;
    }
.st h4{
    font-size: 19px;
    line-height: 1.5;
    }

}

/* ---------------------------------------------------------------------------------------------
	女性医師の皆さんへ
-------------------------------- */
#women .mi06 {
    font-size: 50px;
    line-height: 2;
    color: #021664;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    border-bottom: 3px solid #fed100;
    display: inline-block;
    margin: 0 0 100px 0;
}
#women .img1 {
    width: 260px;
    margin: 0 auto;
}
#women .img2 {
    width: 560px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
#women .mi06 {
font-size:28px;
margin: 12vw 0 30px -7vw;
}
#women .img1 {
    width: 60%;
    margin: 5vw auto 0 auto;
}
#women .img2 {
    width: 60%;
    margin: 30px auto 0 auto;
}
}

/* ----------------------------------------------------------------------------------------------------------------------------
	レジデント募集
-------------------------------- */
#resident .main_v3 {
  background: url(../images/resident/main.jpg) no-repeat top center #fff;
    background-size: cover;
}
#resident .clinical_link .mi06{
    margin: 0 auto 40px auto;
   }
#resident .clinical_link{
    margin: 0 auto 50px 0;
    padding: 0;
    border-top: none; 
    text-align: center;
   }
#resident .arrow-button05{
    /* ボタンのCSS */
    padding: 24px 35px;
    width: 100%;
    font-size: 20px;
     min-height: 80px;  
}
#resident .arrow-button05::after{
    width: 8px;
    height: 8px;
    top: 45%;
    right: 2%;
}
#resident h4 {
    background-color: #021664;
font-size: 20px;
    font-weight: 400;
    padding: 5px 20px 5px 20px;
    margin: 0 0 20px 0;
    color: #fff;
    text-align: center;
}
#resident .box {
    border: 1px solid #b7b7b7;
    padding: 25px;
    margin: 0 ;
    text-align: left;
}
@media only screen and (max-width: 768px) {
#resident .main_v3 h2 {
line-height: 1.5;
}
#resident .clinical_link{
     margin: 0 auto 30px 0;
    padding: 0;
   }
#resident .clinical_link .mi06{
    margin: 0 auto 20px auto;
   }
.arrow-button02{
    padding: 5px 10px;
    min-height: 60px;
}
#resident .arrow-button05{
    padding: 12px 15px;
    width: 100%;
    font-size: 17px;
     min-height: 55px;  
}
#resident h4 {
font-size: 17px;
       padding: 5px 10px 5px 10px;
    margin: 0 0 10px 0;
}
#resident .box {
    padding: 12px;
}
.ct_mb25_s{
        margin-bottom: 25px;
    }
}


/* ----------------------------------------------------------------------------------------------------------------------------
	教授挨拶
-------------------------------- */
#greeting .greeting_box {
width: 100%;
    margin: 50px auto 100px auto;
    padding: 0 5.5vw;
    }
#greeting .greeting_box .greeting_box01 {
    text-align: left;
    display: flex;
    background-color: #ededed;
    }
#greeting .greeting_box img {
width: 50%;
    }
#greeting .greeting_box .greeting_box01 .gr_box {
display: flex;
  justify-content: center;
  align-items: center;
    }
#greeting .greeting_box .greeting_box01 .gr_box .child {
margin: 0 0 0 120px;
}
#greeting .greeting_box .greeting_box01 .gr_box .child .mi1 {
font-size: 30px;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 80px;
}
#greeting .greeting_box .greeting_box01 .gr_box .child .mi2 {
font-size: 50px;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 100px;
    line-height: 1.3;
}

@media only screen and (max-width: 1400px) {
#greeting .greeting_box {
    margin: 50px auto 6vw auto;
    }  
}
    
@media only screen and (max-width: 1740px) {
#greeting .greeting_box .greeting_box01 .gr_box .child {
margin: 0 0 0 5.5vw;
}
 #greeting .greeting_box .greeting_box01 .gr_box .child .mi1 {
font-size: 1.7vw;
margin-bottom: 4.5vw;
}
#greeting .greeting_box .greeting_box01 .gr_box .child .mi2 {
font-size: 3vw;
margin-bottom: 5.5vw;
}   
}

@media only screen and (max-width: 768px) {
#greeting .greeting_box {
 margin:30px auto 40px auto;
    padding: 0;
    width: 92%;
}
#greeting .greeting_box .greeting_box01 {
    display: block;
    }
#greeting .greeting_box img {
width: 100%;
    }
#greeting .greeting_box .greeting_box01 .gr_box {
display: block;
    padding: 0 15px 15px 30px;
    }
#greeting .greeting_box .greeting_box01 .gr_box .child {
margin: 0;
}
 #greeting .greeting_box .greeting_box01 .gr_box .child .mi1 {
font-size: 20px;
margin-bottom: 3vw;
}
#greeting .greeting_box .greeting_box01 .gr_box .child .mi2 {
font-size: 26px;
margin-bottom: 7vw;
}
#greeting .greeting_box .greeting_box01 .gr_box .child p {
font-size: 13px;
}
}


/* ---------------------------------------------------------------------------------------------
	研究TOP
-------------------------------- */
#research .main_v2 {
  background: url(../images/research/top/main.jpg) no-repeat top center #fff;
    background-size: cover;
}
.research_top{
    margin-top: 80px;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.research_top .research_l{
width:100%;
margin-right: 30px;
}
.research_top .research_r{
 width:100%; 
margin-left: 30px;
}

@media only screen and (max-width: 1430px) {
#research .arrow-button04{
    width: 25vw;
    padding: 3vw 35px 3vw 25px;
}
}
@media only screen and (max-width: 1000px) {
#research .arrow-button04{
    width: 35vw;
}
}

@media only screen and (max-width: 768px) {
.research_top{
    margin-top: 40px;
    display: block;
} 
.research_top .research_l{
width:100%;
margin-right: 0px;
margin-bottom: 40px;
    }
.research_top .research_r{
 width:100%; 
margin-left: 0px;
}
#research .arrow-button04{
    width: 70%;
}
}

/* ---------------------------------------------------------------------------------------------
	基礎研究TOP
-------------------------------- */
#ips .arrow-button03b{
    /* ボタンのCSS */
    background: url(../images/research/basic/btn1.jpg) no-repeat top left #fff;
    background-size:cover;
}
@media only screen and (max-width: 768px) {
#ips .arrow-button03b{
    background: url(../images/research/basic/btn1.jpg) no-repeat top center #fff;
    background-size:cover;
}
}
#pathogenesis .arrow-button03b{
    /* ボタンのCSS */
    background: url(../images/research/basic/btn2.jpg) no-repeat top left #fff;
    background-size:cover;
}
@media only screen and (max-width: 768px) {
#pathogenesis .arrow-button03b{
    background: url(../images/research/basic/btn2.jpg) no-repeat top center #fff;
    background-size:cover;
}
}
#ai .arrow-button03b{
    /* ボタンのCSS */
    background: url(../images/research/basic/btn3.jpg) no-repeat top left #fff;
    background-size:cover;
}
@media only screen and (max-width: 768px) {
#ai .arrow-button03b{
    background: url(../images/research/basic/btn3.jpg) no-repeat top center #fff;
    background-size:cover;
}
}
#quality_outcome .arrow-button03b{
    /* ボタンのCSS */
    background: url(../images/research/statistics/btn1.jpg) no-repeat top left #fff;
    background-size:cover;
}
@media only screen and (max-width: 768px) {
#quality_outcome .arrow-button03b{
    background: url(../images/research/statistics/btn1.jpg) no-repeat top center #fff;
    background-size:cover;
}
}
#arrhythmia .arrow-button03b{
    /* ボタンのCSS */
    background: url(../images/research/statistics/btn2.jpg) no-repeat top left #fff;
    background-size:cover;
}
@media only screen and (max-width: 768px) {
#arrhythmia .arrow-button03b{
    background: url(../images/research/statistics/btn2.jpg) no-repeat top center #fff;
    background-size:cover;
}
}
#catheter .arrow-button03b{
    /* ボタンのCSS */
    background: url(../images/research/statistics/btn3.jpg) no-repeat top left #fff;
    background-size:cover;
}
@media only screen and (max-width: 768px) {
#catheter .arrow-button03b{
    background: url(../images/research/statistics/btn3.jpg) no-repeat top center #fff;
    background-size:cover;
}
}


/* ---------------------------------------------------------------------------------------------
	研究詳細
-------------------------------- */
#basic .main_v2 {
  background: url(../images/research/basic/main.jpg) no-repeat top center #fff;
    background-size: cover;
}
#pathogenesis .main_v4 {
  background: url(../images/research/basic/pathogenesis/main.jpg) no-repeat top center #fff;
    background-size:cover;
}
#ai .main_v4 {
  background: url(../images/research/basic/ai/main.jpg) no-repeat top center #fff;
    background-size:cover;
}
#statistics .main_v2 {
  background: url(../images/research/statistics/main.jpg) no-repeat top center #fff;
    background-size: cover;
}
#quality_outcome .main_v4 {
  background: url(../images/research/statistics/quality_outcome/main.jpg) no-repeat top center #fff;
    background-size:cover;
}
#catheter .main_v4 {
  background: url(../images/research/statistics/catheter/main.jpg) no-repeat top center #fff;
    background-size:cover;
}
#arrhythmia .main_v4 {
  background: url(../images/research/statistics/arrhythmia/main.jpg) no-repeat top center #fff;
    background-size:cover;
}
.research_navi{
    margin:60px auto 50px auto;
    text-align: center;
}
.research_link{
    margin: 0 auto;
    padding: 50px 0 50px 0;
    border-top: 1px solid #cfcfcf;
       }
.research_info{
    margin: 0 auto;
    padding: 70px 0;
    background: url(../images/research/top/bg.jpg) no-repeat top center #fff;
  background-size:cover;
       }
.research_info_txt{
    margin: 0 0 0 30px;
    padding: 0;
          }
.research_info h4{
    margin: 0 0 20px 0;
    padding: 0;
   font-size: 20px;
    font-weight: 600;
       }
.research_info_txt .arrow-button02_s{
    margin: 30px 0 0 0;
    float: right;
    width: 50%;
          }
#arrhythmia .img01 {
width:250px;
    margin: 0 0 60px 60px;
}
#catheter .img01 {
width:565px;
    margin: 0 0 60px 60px;
}
#catheter .img02 {
width:362px;
    margin: 0 0 60px 60px;
}


@media only screen and (max-width: 1400px) {
#arrhythmia .img01 {
width:22vw;
}
#catheter .img01 {
width:40vw;
}
#catheter .img02 {
width:30vw;
}
}
@media only screen and (max-width: 768px) {
#arrhythmia .img01 {
width:35vw;
margin: 0 0 20px 20px;
}  
#catheter .img01 {
width:45vw;
margin: 0 0 20px 20px;
}
#catheter .img02 {
width:35vw;
margin: 0 0 20px 20px;
}
}

@media only screen and (max-width: 1100px) {
.research_info_txt .arrow-button02_s{
    width: 100%;
          }  
}

@media only screen and (max-width: 768px) {
.research_navi{
    margin:30px auto 20px auto;
} 
.research_navi p{
    font-size: 14px;
} 
.research_link{
    padding: 25px 0 25px 0;
   }
.research_info{
    margin: 0 auto;
    padding: 35px 0;
       }
.research_info_txt{
    margin: 20px 0 0 0;
    padding: 0;
          }
.research_info h4{
    margin: 0 0 20px 0;
    padding: 0;
   font-size:17px;
       }
.research_info_txt .arrow-button02_s{
    margin: 20px 0 0 0;
    float: right;
    width: 100%;
          }
}


/* ---------------------------------------------------------------------------------------------
	臨床TOP
-------------------------------- */
#clinical .main_v {
  background: url(../images/clinical/top/main.jpg) no-repeat top center #fff;
    background-size: cover;
}
#clinical .main_v h2 {
  padding:60px 5.5vw 20px 5.5vw;

}
.clinical_ind{
    margin-top: 80px;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.clinical_ind .clinical_l{
width:100%;
margin-right: 30px;
}
.clinical_ind .clinical_r{
 width:100%; 
margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
.clinical_ind{
    display: block;
} 
.clinical_ind .clinical_l{
width:100%;
margin-right: 0px;
margin-bottom: 30px;
    }
.clinical_ind .clinical_r{
 width:100%; 
margin-left: 0px;
}
.arrow-button04b{
    padding: 12px 24px 10px 10px;
    width: 80%;
}
}

@media only screen and (max-width: 768px) {
.clinical_ind{
    margin-top: 30px;
} 
}

/* ---------------------------------------------------------------------------------------------
	臨床
-------------------------------- */
#intervention .main_v {
  background: url(../images/clinical/intervention/main.jpg) no-repeat top center #fff;
    background-size: cover;
}
#arrhythmia .main_v {
  background: url(../images/clinical/arrhythmia/main.jpg) no-repeat top center #fff;
background-size: cover;
}
#echo .main_v {
  background: url(../images/clinical/echo/main.jpg) no-repeat top center #fff;
background-size: cover;
}
#pulmonary .main_v {
  background: url(../images/clinical/pulmonary/main.jpg) no-repeat top center #fff;
background-size: cover;
}
#cardiomyopathy .main_v {
  background: url(../images/clinical/cardiomyopathy/main.jpg) no-repeat top center #fff;
background-size: cover;
}
#heartdisease .main_v {
  background: url(../images/clinical/heartdisease/main.jpg) no-repeat top center #fff;
background-size: cover;
}

@media only screen and (max-width: 768px) {
#intervention .main_v {
  background: url(../images/clinical/intervention/main_sp.jpg) no-repeat top center #fff;
    background-size: cover;
}
#arrhythmia .main_v {
  background: url(../images/clinical/arrhythmia/main_sp.jpg) no-repeat top center #fff;
background-size: cover;
}
#echo .main_v {
  background: url(../images/clinical/echo/main.jpg) no-repeat top left #fff;
background-size: cover;
}  
#pulmonary .main_v {
  background: url(../images/clinical/pulmonary/main_sp.jpg) no-repeat top center #fff;
background-size: cover;
}
#cardiomyopathy .main_v {
  background: url(../images/clinical/cardiomyopathy/main.jpg) no-repeat top left #fff;
background-size: cover;
}
#heartdisease .main_v {
  background: url(../images/clinical/heartdisease/main_sp.jpg) no-repeat top center #fff;
background-size: cover;
}
}

.clinical_top{
    margin: 70px 0 120px 0;
    display: flex;
}
.clinical_top .ph{
    margin: 0 90px 0 0;
    }
.clinical_top .ph img{
    width:690px;
    }
.clinical_top .txt{
    width: 43vw;
    }
.clinical_navi{
    margin-bottom: 70px;
}

@media only screen and (max-width: 1440px) {
.clinical_top{
    width: 95%;
    margin: 60px 0 100px 0;
}  
.clinical_top .ph{
    margin: 0 4vw 0 0;
    }
}
@media only screen and (max-width: 1300px) {
.clinical_top{
    margin: 60px 0 80px 0;
}  
.clinical_top .ph img{
    width:40vw;
    }
.clinical_top .txt{
    width: 50vw;
    }
}
.clinical_link{
    margin: 0 auto;
    padding: 50px 0 20px 0;
    border-top: 1px solid #cfcfcf; 
   }
@media only screen and (max-width: 768px) {
  .clinical_top{
    margin: 35px auto 40px auto;
    display: block;
      width: 92%;
}  
.clinical_top .ph{
    width: 100%;
    margin: 0 auto 20px 0;
    }
    .clinical_top .ph img{
    width:100%;
    }
.clinical_top .txt{
    width: 100%;
    }
.clinical_navi{
    margin-bottom: 35px;
}
.clinical_link{
    padding: 25px 0 12px 0;
   }
}

/* ---------------------------------------------------------------------------------------------
	臨床：肺高血圧症表
-------------------------------- */
#pulmonary .table_container{
  width: 100%!important;
  overflow: auto;
}
#pulmonary .table_cl{
width:100%;
border:1px solid #fff!important; 
border-collapse:collapse;
}
#pulmonary .table_cl th {
border: 1px #fff solid!important;
padding: 0.5em 1em;
text-align: left;
vertical-align: middle;
font-size:16px!important;
background-color: #303d6e;
color: #fff;
}
#pulmonary .table_cl td {
font-size:16px!important;
border: 1px #fff solid!important;
padding: 1em 1em;
line-height:1.7!important;
}
#pulmonary .cl1 {
background-color:#d7f0fb;
vertical-align:middle;
}
#pulmonary .cl2 {
background-color:#e7f6fd;
vertical-align:middle;
}
#pulmonary .cl3 {
background-color:#f8f8f8;
vertical-align:middle;
}
#pulmonary .img01 {
width:610px;
    margin: 0 0 60px 60px;
}

@media only screen and (max-width: 1400px) {
#pulmonary .img01 {
width:40vw;
}    
}
    
@media only screen and (max-width: 768px) {
#pulmonary .table_cl{
width:768px;
}
#pulmonary .table_cl th {
padding: 5px 5px;
font-size:15px!important;
}
#pulmonary .table_cl td {
font-size:15px!important;
padding: 5px;
}
#pulmonary .img01 {
width:100%;
margin: 0 0 30px 0;
}   
}


/* ----------------------------------------------------------------------------------------------------------------------------
	診療を希望される方へ
-------------------------------- */
#patient .main_v3 {
  background: url(../images/patient/main.jpg) right;
}
#patient .wn {
width: 100%;
    text-align: center;
    margin: 100px auto 30px auto;
    padding-bottom: 100px;
    border-bottom: 1px solid #cccccc;
    }
#patient .wn .mi06 {
    margin: 0 auto 60px auto;
    }
.patient_link {
    margin: 0 auto 60px auto;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #cfcfcf;
}



@media only screen and (max-width: 768px) {
#patient .main_v3 {
    background: url(../images/patient/main.jpg) center;
  background-size:cover;
}
    #patient .wn {
 margin:40px 0 15px 0;
        padding-bottom: 50px;
}
#patient .wn .mi06 {
    margin: 0 auto 30px auto;
    }
.patient_link {
    margin: 0 auto 30px auto;
    padding: 0 0 5px 0;
}
}


/* -------------------------------
	サイトマップ
-------------------------------- */
#sitemap .link {
    margin-bottom: 60px;
}

#sitemap .link ul li {
	font-size: 16px;
	text-align: left;
	line-height:1.8;
    margin-bottom: 10px;
}
#sitemap .link ul li .sub {
    padding: 0 0 0 10px;
}
#sitemap .link a:link { color: #000; transition: .2s;}
#sitemap .link  a:visited { color: #000; }
#sitemap .link  a:hover { color: #999; text-decoration:none; }
#sitemap .link  a:active { color: #999; text-decoration:none; }

@media (max-width: 768px) {	
#sitemap .link ul li {
padding-left: 1.8em;
	font-size: 15px !important;
	text-align: left;
	line-height:1.8 !important;
	border-bottom:1px solid #e0e0e0;
	padding:5px 0;
}

#sitemap .link ul li a{
	display:block;
	color:#fff;
height:100%;
width:100%;
}
}

