/* 医院様専用のCSS */

.main_nav {
   width: 68% 
}
.main_nav li{
    width: 11%;
    padding: 0 1px;
    vertical-align: middle;
}
.main_nav li a{
    font-size: 12px;
}
.schedule_table th,
.schedule_table td{
    padding: 15px 10px;
    font-size: 18px;
}
.service_icons li{
    width: 23%; 
}
.foot_nav li {
    width: 17%;
}
@media print, screen and (max-width: 980px) {
    .mv_img img {
        height: auto;
}
    .slide-menu li {
        width: 100%;
    }
.schedule_table th,
.schedule_table td{
    padding: 15px 3px;
 	font-size: 15px;   
}
.footer_area{
 	padding: 60px 0;   
}
.foot_nav li{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
}
.service_icons li {
    width: 33%;
} 
}
.right_area img,
.left_area img{
width: 100%;
max-width: 525px;
height: auto;
}
@media print, screen and (max-width: 639px) {
.right_area img,
.left_area img{
max-width: 100%;
height: auto;
}
}
/*追従バナー*/
#bottomLink{
display: none;
}
@media screen and (max-width: 768px) {
#bottomLink {
display: block;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
z-index: 100;
height: 50px;
overflow: hidden;
}
#bottomLink a span {
font-size: 14px;
display: inline-block;
}
#bottomLink a {
display: block;
color: #fff;
background: #55b6cb; /*テンプレートに合わせて色を変更*/
text-decoration: none;
font-size: 110%;
line-height: 1.2em;
width:100%;
height: 100%;
float:left;
border-left: 1px solid #fff;
padding: 10px 0px;
}
}

.policy_table{
  width: 100%;
}
.policy_table th,
.policy_table td{
border: 1px solid #000;
padding: 8px 0;
text-align: center;
  background: #fff;
vertical-align: middle;
}
.policy_table th{
background: #5aa6b7;
  color: #fff;
border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
.policy_table th,
.policy_table td{
    font-size: 12px;
}
.policy_table_sp{
    overflow: scroll;
}
.scroll2{
    width: 800px;
}
.content img{
   max-width: 100%;
   height: auto;
}
}