@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:400');

html{ height:100%;}
body {
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	color: #444;
    height:100%;}



html{height: 100%;}
body#Display{height: 100%; margin: 0;}

.Display_Contents{height: 100%; font-size: 2vw; width: 100%;}

.Top_doctor{
    background:#D98B11;
    margin: 0;
    padding: 2vh 5vw;
    box-sizing: border-box;
    height: 100% !important;
     width: 100% !important;
}

.Display_news{
    background:#1DADE5;
    margin: 0;
    padding: 2vh 5vw;
    box-sizing: border-box;
    height: 100% !important;
     width: 100% !important;
}


/*News*/
.Display_news h1{
    text-align: center;
    color: #FFF;
    margin-bottom: 10px;
    font-size: 4.5vw;
    font-weight: bold;
}
.Top_doctor h1{
    text-align: center;
    color: #FFF;
    margin-bottom: 10px;
    font-size: 3vw;
    font-weight: bold;
}


.Entry{
    background: #FFF;
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.25);
    padding: 30px;
    position: relative;
    min-height: 80%;
    box-sizing:border-box;
}

.entry_logo{
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.Entry_ttl h2{
    font-size: 3.6vw;
    font-weight: bold;
    margin-bottom: 5px;}
    
.Entry_ttl h2:before{
    content: '● ';
    color: #1DADE5;
}    
.Entry_txt{
    padding-right: 4.5vw;
    padding-left: 4.5vw;
}   
   
.Entry_txt{
    font-size: 2.6vw;
    line-height: 1.8;
}
.display_doc .Entry_txt{
    font-size: 3.1vw;
    line-height: 1.8;
}
.display_doc .Entry{padding: 60px 30px;}

.Entry_txt p + p{margin-top: 40px;} 


.Doctor_schedule_box{
  background: #FFF;
  border-radius: 20px;
  padding: 30px 70px;
}


table.Doctor_schedule th,
table.Doctor_schedule td{
  text-align: center;
  padding: 1vh 5vw;
  
  vertical-align: middle;
}
table.Doctor_schedule th{
  font-size: 2.5vw;
  font-weight: 700;
  color: #036eb7;
}
table.Doctor_schedule th span{
  font-size: 2vw;
  font-weight: 400;
  vertical-align: 0;
}

table.Doctor_schedule td.Doctor_schedule_item{
  font-size: 2.5vw;
  position: relative;
  box-sizing:  border-box;
  width: 46%;
}

table.Doctor_schedule td.Doctor_schedule_item:after{
  content: '';
  display: block;
  width: 95%;
  height: 1px;
  background: #CCC;
  position: absolute;
  bottom: 0;
  left: 2.5%;
}
table.Doctor_schedule tr:nth-of-type(2) td.Doctor_schedule_item:before{
  content: '';
  display: block;
  width: 95%;
  height: 1px;
  background: #CCC;
  position: absolute;
  top: 0;
  left: 2.5%;
}
table.Doctor_schedule td .closed{
  color: #ef858c;
}


table.Doctor_schedule td.Doctor_schedule_day{
  background: #a0cbed;
  color: #FFF;
  font-weight: 700;
  border:none;
}