﻿

  @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

  body{
	 
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
  }



  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6{
    font-weight: bold;
    line-height: inherit;
  }

  h1{
    color: #252525;
    font-size: 3em;
    line-height: 50px;
  }

  h2{
    color : #353535;
    font-size: 2em;
    padding-bottom : 5px;
  }

  h3{
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a{
    color: #454545;
  }

  p{
    color: #505050;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a{
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus{
    color: #f83d98;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title{
    padding-bottom: 40px;
  }

  .section-title h2{
    margin: 0;
  }

  .section-title h4{
    color: #bfbdbd;
    font-size : 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
  }

  .overlay{
    background : none 0% 0% / auto auto repeat scroll padding-box border-box rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  section{
    position: relative;
    padding : 100px 0px;
  }

  #facility, 
  #menu,
  #news, 
  #house,
  #concept,
  #greeting,
  #history,
  #about,
  #about-us,
  #business,
  #plan,
  #location,
  #traffic,
  #parking,
  #speech,
  #job,
  #ojt,
  #comment,
  #form,
  #privacy,
  #news-release_clinic,
  #menu-consultation,
  #menu-reha,
  #menu-dialysis,
  #menu-endoscope,
  #menu-smoking,
  #menu-driving,
  #menu-vaccine,
  #care,
  #visit{
    text-align: center;
  }

  #google_translate_element{
    text-align: center;
    margin : 20px 0px 0px 0px;
  }

  .news-image img,
  .facility-thumb img{
    width: 100%;
  }
  





  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn{
    background : none 0% 0% / auto auto repeat scroll padding-box border-box #f83d98;
    border: 0;
    color : #f9f9f9;
    font-weight : bold;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
    letter-spacing: 2px;
    border-radius: 0;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner{
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner::before{
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar{
    border : medium none;
    margin-bottom: 0;
    padding : 12px 0px 10px 0px;
  }

  .custom-navbar .navbar-brand{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 60px;
  }

  .custom-navbar .navbar-brand span{
    color: #f83d98;
  }

  .top-nav-collapse{
    background: #ffffff;
  }


  .custom-navbar .navbar-nav.navbar-nav-first{
    text-align: center;
  }

  .custom-navbar .navbar-nav.navbar-nav-first i{
    text-align: center;
    padding: 0px 5px 10px 0px;
  }








  .custom-navbar .navbar-nav.navbar-right li a{
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn{
    display: inline-block;
    margin: 0.2em 0 0 1em;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:hover{
    background: #ffffff;
    color: #f83d98;
    outline: 1px solid;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:focus{
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn a{
    padding: 10px 25px;
  }

  .custom-navbar .nav .section-btn a:hover{
    color: #ffffff;
  }

  #main-nav li a{
    font-size : 14px;
    font-weight: bold;
    color : #f83d98;
    background: #ffffff;
    padding-right: 15px;
    padding-left: 15px;
    text-transform: uppercase;
  }

  #main-nav li a:hover{
    background: transparent;
    color: #ffffff;
    background: #f83d98;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus{
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a{
    background-color: transparent;
    color: #f83d98;
  }

  .custom-navbar .navbar-toggle{
    border: 1px solid #f83d98;
    padding: 10px 10px 20px 10px;
  }

  .custom-navbar .navbar-toggle{
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar{
    background: #252525;
    border-color: transparent;
  }

  @media(min-width:820px) {
    .custom-navbar{
      border-bottom: 0;
      background: 0 0;
      background: #ffffff;
      z-index:99999;
    }

    .custom-navbar.top-nav-collapse{
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 12px 0;
    }

    .top-nav-collapse .navbar-brand{
      color: #ffffff;
    }

    .top-nav-collapse .nav li a{
      color: #ffffff;
    }

    .top-nav-collapse .nav .section-btn a{
      color: #ffffff;
    }



    #main-nav .nav li a{
      font-size : 14px;
      font-weight: bold;
      color : #353535;
      background: #ffffff;
      padding-right: 5px;
      padding-left: 5px;
      text-transform: uppercase;
    }

    #main-nav li a:hover{
      background: transparent;
      color: #f83d98;
      background: #ffffff;
    }


  }



  /*---------------------------------------
      HOME              
  -----------------------------------------*/


  #home{
    margin: 0;
    background : url(../images/bg-topimage1.jpg) center center / auto auto no-repeat scroll padding-box border-box transparent;
    width: 100%;
    height: 700px;
    padding: 0 20px 0 20px;
  }

 #home p{
    color: #505050;
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    line-height: 24px;
  }

  #home h2{
    color: #ffffff;
    text-shadow: 1px 1px 5px #000000;
    text-align: left;
    margin: 0 0 0 0;

  }

  #home h3{
    color : #ffffff;
    font-size: 16px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin: 0;
    text-shadow: 2px 2px 3px #292929;
  }

  #home h4{
    color : #ffffff;
    font-size: 15px;
    text-shadow: 1px 1px 5px #000000;
    letter-spacing: 1px;
    text-align: left;
  }

 #home .first-title-box{
	background: rgba(000,102,255,.5);
        width: 100%;
        height: 120px;
	margin: 100px 0 20px 0;
        padding: 20px 0 0 10px;
	border-radius: 0px;
}


 #home .first-staff-box{
	background : url(../images/fadein-image1.png) 100% ;
        width: 100%;
        height: 400px;
	margin: 0 0 0 0;
	border-radius: 0px;
}


 #home .second-title-box{
	background: rgba(000,102,255,.5);
        width: 100%;
        height: 120px;
	margin: 100px 0 20px 0;
        padding: 20px 0 0 10px;
	border-radius: 0px;
}


 #home .second-staff-box{
	background : url(../images/fadein-image2.png) 100% ;
        width: 100%;
        height: 400px;
	margin: 0 0 0 0;
	border-radius: 0px;
}


 #home .third-title-box{
	background: rgba(000,102,255,.5);
        width: 100%;
        height: 120px;
	margin: 100px 0 20px 0;
        padding: 20px 0 0 10px;
	border-radius: 0px;
}


 #home .third-staff-box{
	background : url(../images/fadein-image3.png) 100% ;
        width: 100%;
        height: 400px;
	margin: 0 0 0 0;
	border-radius: 0px;
}


 #home .four-title-box{
	background: rgba(000,102,255,.5);
        width: 100%;
        height: 120px;
	margin: 100px 0 20px 0;
        padding: 20px 0 0 10px;
	border-radius: 0px;
}


 #home .four-staff-box{
	background : url(../images/fadein-image4.png) 100% ;
        width: 100%;
        height: 400px;
	margin: 0 0 0 0;
	border-radius: 0px;
}


 #home .five-title-box{
	background: rgba(000,102,255,.5);
        width: 100%;
        height: 120px;
	margin: 100px 0 20px 0;
        padding: 20px 0 0 10px;
	border-radius: 0px;
}


 #home .five-staff-box{
	background : url(../images/fadein-image5.png) 100% ;
        width: 100%;
        height: 400px;
	margin: 0 0 0 0;
	border-radius: 0px;
}


 #home .six-title-box{
	background: rgba(000,102,255,.5);
        width: 100%;
        height: 120px;
	margin: 100px 0 20px 0;
        padding: 20px 0 0 10px;
	border-radius: 0px;
}


 #home .six-staff-box{
	background : url(../images/fadein-image6.png) 100% ;
        width: 100%;
        height: 400px;
	margin: 0 0 0 0;
	border-radius: 0px;
}


  #home .overlay{
    background : none 0% 0% / auto auto repeat scroll padding-box border-box rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


  .owl-theme .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    border-color: rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.1);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: rgba(0,0,0,0.1);
    border-color: rgba(0,0,0,0.1);
  }




  @media (min-width: 820px) {


  .owl-theme .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    margin: 60px 5px;
    border-color: rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.1);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: rgba(0,0,0,0.1);
    border-color: rgba(0,0,0,0.1);
  }

  #home{
    margin: 0 0 0 0;
    background : url(../images/bg-topimage1.jpg) center center / auto auto no-repeat scroll padding-box border-box transparent;
    width: 100%;
   height: 700px;
  }

  #home h2{
    color: #ffffff;
    text-shadow: 1px 1px 5px #000000;
    text-align: left;
    padding: 2.0em 0 0 0;

  }

  #home h3{
    color : #ffffff;
    font-size: 15px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin: 0;
    text-shadow: 2px 2px 3px #292929;
  }

  #home h4{
    color : #ffffff;
    font-size: 15px;
    text-shadow: 1px 1px 5px #000000;
    letter-spacing: 1px;
    text-align: left;
  }

 #home .first-title-box{
	background: rgba(000,102,255,.5);
        width: 500px;
        height: 180px;
	margin: 350px 0 80px 0;
        padding: 60px 100px 0 20px;
	border-radius: 0px;
}



 #home .first-staff-box{
	background : rgba(255,255,255,.5) ;
        width: 290px;
        height: 290px;
	margin: 250px 0 0 40px;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 7px -7px 5px 3px rgba(0, 0, 0, 0.1);
        transform: rotate(10deg);
}
 #home .first-staff-box:after{
	background : url(../images/fadein-image1.png) 100% ;
        width: 280px;
        height: 280px;
	margin: 20px 0 0 20px;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 3px -3px 5px 3px rgba(0, 0, 0, 0.2);
        transform: rotate(-15deg);
}


 #home .second-title-box{
	background: rgba(000,102,255,.5);
        width: 500px;
        height: 180px;
	margin: 350px 0 80px 0;
        padding: 60px 100px 0 20px;
	border-radius: 0px;
}



 #home .second-staff-box{
	background : rgba(255,255,255,.5) ;
        width: 290px;
        height: 290px;
	margin: 250px 0 0 40px;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 7px -7px 5px 3px rgba(0, 0, 0, 0.1);
        transform: rotate(10deg);
}
 #home .second-staff-box:after{
	background : url(../images/fadein-image2.png) 100% ;
        width: 280px;
        height: 280px;
	margin: 20px 0 0 20px;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 3px -3px 5px 3px rgba(0, 0, 0, 0.2);
        transform: rotate(-15deg);
}


 #home .third-title-box{
	background: rgba(000,102,255,.5);
        width: 500px;
        height: 180px;
	margin: 350px 0 80px 0;
        padding: 60px 100px 0 20px;
	border-radius: 0px;
}



 #home .third-staff-box{
	background : rgba(255,255,255,.5) ;
        width: 290px;
        height: 290px;
	margin: 250px 0 0 40px;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 7px -7px 5px 3px rgba(0, 0, 0, 0.1);
        transform: rotate(10deg);
}
 #home .third-staff-box:after{
	background : url(../images/fadein-image3.png) 100% ;
        width: 280px;
        height: 280px;
	margin: 20px 0 0 20px;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 3px -3px 5px 3px rgba(0, 0, 0, 0.2);
        transform: rotate(-15deg);
}


 #home .four-title-box{
	background: rgba(000,102,255,.5);
        width: 500px;
        height: 180px;
	margin: 350px 0 80px 0;
        padding: 60px 100px 0 20px;
	border-radius: 0px;
}



 #home .four-staff-box{
	background : rgba(255,255,255,.5) ;
        width: 290px;
        height: 290px;
	margin: 250px 0 0 40px;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 7px -7px 5px 3px rgba(0, 0, 0, 0.1);
        transform: rotate(10deg);
}
 #home .four-staff-box:after{
	background : url(../images/fadein-image4.png) 100% ;
        width: 280px;
        height: 280px;
	margin: 20px 0 0 20px;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 3px -3px 5px 3px rgba(0, 0, 0, 0.2);
        transform: rotate(-15deg);
}


 #home .five-title-box{
	background: rgba(000,102,255,.5);
        width: 500px;
        height: 180px;
	margin: 350px 0 80px 0;
        padding: 60px 100px 0 20px;
	border-radius: 0px;
}



 #home .five-staff-box{
	background : rgba(255,255,255,.5) ;
        width: 290px;
        height: 290px;
	margin: 250px 0 0 40px;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 7px -7px 5px 3px rgba(0, 0, 0, 0.1);
        transform: rotate(10deg);
}
 #home .five-staff-box:after{
	background : url(../images/fadein-image5.png) 100% ;
        width: 280px;
        height: 280px;
	margin: 20px 0 0 20px;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 3px -3px 5px 3px rgba(0, 0, 0, 0.2);
        transform: rotate(-15deg);
}


 #home .six-title-box{
	background: rgba(000,102,255,.5);
        width: 500px;
        height: 180px;
	margin: 350px 0 80px 0;
        padding: 60px 100px 0 20px;
	border-radius: 0px;
}


 #home .six-staff-box{
	background : rgba(255,255,255,.5) ;
        width: 290px;
        height: 290px;
	margin: 250px 0 0 40px;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 7px -7px 5px 3px rgba(0, 0, 0, 0.1);
        transform: rotate(10deg);
}
 #home .six-staff-box:after{
	background : url(../images/fadein-image6.png) 100% ;
        width: 280px;
        height: 280px;
	margin: 20px 0 0 20px;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 3px -3px 5px 3px rgba(0, 0, 0, 0.2);
        transform: rotate(-15deg);
}

  }






  @media (min-width: 1050px) {


  .owl-theme .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    border-color: rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.1);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: rgba(0,0,0,0.1);
    border-color: rgba(0,0,0,0.1);
  }

  #home{
    margin: 0 0 0 0;
    background : url(../images/bg-topimage1.jpg) center center / auto auto no-repeat scroll padding-box border-box transparent;
    width: 100%;
   height: 700px;
  }

  #home h2{
    color: #ffffff;
    text-shadow: 1px 1px 5px #000000;
    text-align: left;
    padding: 2.0em 0 0 0;

  }

  #home h3{
    color : #ffffff;
    font-size: 20px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin: 0;
    text-shadow: 2px 2px 3px #292929;
  }

  #home h4{
    color : #ffffff;
    font-size: 15px;
    text-shadow: 1px 1px 5px #000000;
    letter-spacing: 1px;
    text-align: left;
  }

 #home .first-title-box{
	background: rgba(000,102,255,.5);
        width: 1000px;
        height: 220px;
	margin: 300px 0 150px 0;
        padding: 60px 450px 0 20px;
	border-radius: 0px;
}



 #home .first-staff-box{
	background : rgba(255,255,255,.5) ;
        width: 450px;
        height: 450px;
	margin: 130px 0 0 0;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 7px -7px 5px 3px rgba(0, 0, 0, 0.1);
        transform: rotate(10deg);
}
 #home .first-staff-box:after{
	background : url(../images/fadein-image1.png) 100% ;
        width: 400px;
        height: 400px;
	margin: 50px 0 0 0;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 3px -3px 5px 3px rgba(0, 0, 0, 0.2);
        transform: rotate(-15deg);
}


 #home .second-title-box{
	background: rgba(000,102,255,.5);
        width: 1000px;
        height: 220px;
	margin: 300px 0 150px 0;
        padding: 60px 450px 0 20px;
	border-radius: 0px;
}



 #home .second-staff-box{
	background : rgba(255,255,255,.5) ;
        width: 450px;
        height: 450px;
	margin: 130px 0 0 0;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 7px -7px 5px 3px rgba(0, 0, 0, 0.1);
        transform: rotate(10deg);
}
 #home .second-staff-box:after{
	background : url(../images/fadein-image2.png) 100% ;
        width: 400px;
        height: 400px;
	margin: 50px 0 0 0;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 3px -3px 5px 3px rgba(0, 0, 0, 0.2);
        transform: rotate(-15deg);
}


 #home .third-title-box{
	background: rgba(000,102,255,.5);
        width: 1000px;
        height: 220px;
	margin: 300px 0 150px 0;
        padding: 60px 450px 0 20px;
	border-radius: 0px;
}



 #home .third-staff-box{
	background : rgba(255,255,255,.5) ;
        width: 450px;
        height: 450px;
	margin: 130px 0 0 0;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 7px -7px 5px 3px rgba(0, 0, 0, 0.1);
        transform: rotate(10deg);
}
 #home .third-staff-box:after{
	background : url(../images/fadein-image3.png) 100% ;
        width: 400px;
        height: 400px;
	margin: 50px 0 0 0;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 3px -3px 5px 3px rgba(0, 0, 0, 0.2);
        transform: rotate(-15deg);
}


 #home .four-title-box{
	background: rgba(000,102,255,.5);
        width: 1000px;
        height: 220px;
	margin: 300px 0 150px 0;
        padding: 60px 450px 0 20px;
	border-radius: 0px;
}



 #home .four-staff-box{
	background : rgba(255,255,255,.5) ;
        width: 450px;
        height: 450px;
	margin: 130px 0 0 0;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 7px -7px 5px 3px rgba(0, 0, 0, 0.1);
        transform: rotate(10deg);
}
 #home .four-staff-box:after{
	background : url(../images/fadein-image4.png) 100% ;
        width: 400px;
        height: 400px;
	margin: 50px 0 0 0;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 3px -3px 5px 3px rgba(0, 0, 0, 0.2);
        transform: rotate(-15deg);
}


 #home .five-title-box{
	background: rgba(000,102,255,.5);
        width: 1000px;
        height: 220px;
	margin: 300px 0 150px 0;
        padding: 60px 450px 0 20px;
	border-radius: 0px;
}



 #home .five-staff-box{
	background : rgba(255,255,255,.5) ;
        width: 450px;
        height: 450px;
	margin: 130px 0 0 0;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 7px -7px 5px 3px rgba(0, 0, 0, 0.1);
        transform: rotate(10deg);
}
 #home .five-staff-box:after{
	background : url(../images/fadein-image5.png) 100% ;
        width: 400px;
        height: 400px;
	margin: 50px 0 0 0;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 3px -3px 5px 3px rgba(0, 0, 0, 0.2);
        transform: rotate(-15deg);
}


 #home .six-title-box{
	background: rgba(000,102,255,.5);
        width: 1000px;
        height: 220px;
	margin: 300px 0 150px 0;
        padding: 60px 450px 0 20px;
	border-radius: 0px;
}


 #home .six-staff-box{
	background : rgba(255,255,255,.5) ;
        width: 450px;
        height: 450px;
	margin: 130px 0 0 0;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 7px -7px 5px 3px rgba(0, 0, 0, 0.1);
        transform: rotate(10deg);
}
 #home .six-staff-box:after{
	background : url(../images/fadein-image6.png) 100% ;
        width: 400px;
        height: 400px;
	margin: 50px 0 0 0;
	border-radius: 0px;
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 3px -3px 5px 3px rgba(0, 0, 0, 0.2);
        transform: rotate(-15deg);
}

}









  /*---------------------------------------
     ABOUT               
  -----------------------------------------*/

  #about{
    margin: 0 0 150px 0;
  }







  /*---------------------------------------
      CONTENTS            
  -----------------------------------------*/

  #contents{
    margin: 0 0 0 0;
    background : url(../images/reimei-bg.jpg) center center / auto no-repeat scroll padding-box border-box transparent;
    width: 100%;
   height: 700px;
  }



  #contents h2{
    color: #ffffff;
    text-shadow: 1px 1px 5px #000000;
    text-align: center;
    padding: 2.5em 0 0 0;

  }

  #contents h4{
    color : #ffffff;
    font-size: 15px;
    text-shadow: 1px 1px 5px #000000;
    letter-spacing: 1px;
    text-align: center;
  }

.title-box{
	background: rgba(000,102,255,.5);
        width: 100%;
        height: 250px;
	margin: 200px 0 0 0;
	padding: 10px 30px 30px 30px;
	border-radius: 0px;
}

  #contents .overlay{
    background : none 0% 0% / auto auto repeat scroll padding-box border-box rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }







 



  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact .section-title{
    padding-bottom: 0;
  }

  #contact .text-success,
  #contact .text-danger{
    display: none;
  }

  #contact .form-control{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  #contact .form-control:hover,
  #contact .form-control:focus{
    border-bottom-color: #c9c9c9;
  }

  #contact input{
    height: 55px;
  }

  #contact button#cf-submit{
    background : none 0% 0% / auto auto repeat scroll padding-box border-box #f83d98;
    border-radius: 0;
    border: 0;
    color : #ffffff;
    font-weight: bold;
    height: 50px;
  }

  #contact button#cf-submit:hover{
    background: #292929;
    color: #ffffff;
  }



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer{
    border-top: 1px solid rgba(0,0,0,0.05);
    padding: 120px 0;
    padding-bottom: 80px;
  }

  footer .section-title{
    padding-bottom: 10px;
  }

  footer h2{
    font-size: 20px;
  }

  footer a{
    color : #353535;
    font-weight: bold;
  }
  footer p{
    color : #353535;
  }

  footer ul{
    list-style: none;
    padding: 0;
  }

  footer li{
    padding: 3px 0;
  }

  footer strong{
    color: #d9d9d9;
  }

  footer address p{
    margin-bottom: 0;
  }

  .footer-info,
  footer .social-icon{
    margin-top: 20px;
  }

  .footer-open-hour{
    background: #f83d98;
    background: url('../images/footer-relatedgroups.jpg') center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin-top: 0;
    padding: 40px 0 40px 20px;
    overflow: hidden;
    position: relative;
    z-index: 22;
    right: 20px;
    bottom: 20px;
  }

  .footer-open-hour::after{
    background: rgba(29,29,29,0.85);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2222;
  }

  .footer-open-hour h2{
    color: #ffffff;
  }

  .footer-open-hour p{
    color: #d9d9d9;
  }

  .footer-open-hour a{
    color: #ffffff;
  }
  .footer-open-hour a:hover{
    color: #f83d98;
  }


  .footer-open-hour strong{
    color: #f9f9f9;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon{
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li{
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a{
    border-radius: 100px;
    color: #f83d98;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover{
    background: #f83d98;
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first.navbar-nav-second{
      margin-left: inherit;
    }
  }


  @media only screen and (max-width: 1200px) {
    .news-info{
      padding-right: 0;
    }

    .news-image{
      position: relative;
    }
  }


  @media only screen and (max-width: 992px) {
    section{
      padding: 60px 0;
    }

    .custom-navbar .section-btn{
      margin-left: 1em;
    }

    .slider .item{
      background-position: center;
    }

    .news-info{
      padding: 0;
    }

    .facility-info{
      margin-bottom: 50px;
    }

    #menu .menu-thumb{
      width: 103%;
    }

    #house{
      background-position: 100% 0 !important;
    }

    #google-map,
    .footer-info{
      margin-bottom: 50px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a{
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  @media only screen and (max-width: 820px) {
    h1{
      font-size: 2.5em;
    }

    h1,h2,h3{
      line-height: normal;
    }

    .custom-navbar{
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .nav li a{
      line-height: normal;
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand{
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a{
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li{
      display: inline-block;
    }

    .custom-navbar .navbar-nav.navbar-right .section-btn{
      display: block !important;
      width: 50%;
      margin: 10px auto 10px auto;
      padding: 10px;
    }

    .custom-navbar .section-btn a{
      color: #ffffff !important;
    }

    .slider .caption{
      padding: 0;
    }

    .menu-thumb .menu-info{
      top: 80%;
    }

    footer{
      padding: 60px 0;
      padding-bottom: 60px;
    }

    .footer-open-hour{
      right: 0;
      bottom: 0;
      margin-top: 30px;
    }
  }


  @media only screen and (max-width: 580px) {
    h1{
      font-size: 2.1em;
    }

    h2{
      font-size: 1.8em;
    }

    .menu-thumb .menu-info{
      top: 60%;
    }
  }




  /*---------------------------------------
      CONCEPT              
  -----------------------------------------*/



  #concept{
    padding-bottom: 0;
  }

  .concept-info{
    padding: 0 6em 5em 0;
  }

  .concept-info .section-title{
    padding-bottom: 20px;
  }

  .concept-image{
    position: absolute;
  }

  /*---------------------------------------
      GREETING             
  -----------------------------------------*/

    #greeting{
    background: #f9f9f9;
  }


    #greeting p{
    color: #505050;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
  }

    #greeting .president{
    color: #505050;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: right;
  }



  /*---------------------------------------
      BUSINESS             
  -----------------------------------------*/


dt{
    margin:0 0 1em 0;
    padding:0;
    border-bottom-width : 0px;
    border-bottom-style : none;
    border-bottom-color : #f83d98;
    font-weight : 700;
    letter-spacing: 2px;
}

dd{
    margin : 0 0 1.5em 0;
    padding:0;
    background-image : none;background-repeat : repeat;background-attachment : scroll;background-position : 0% 0%;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #f83d98;
    text-align: center;
}



  @media(min-width:768px) {



 dd.r-history{
    margin : 0px 0px 0.5em 80px;
    padding:0;
    background-image : none;background-repeat : repeat;background-attachment : scroll;background-position : 0% 0%;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #f83d98;
    text-align: left;
}


dt{
    margin:0;
    padding:0;
    float:left;
    clear : both;
    border-bottom-width : 0px;
    border-bottom-style : none;
    border-bottom-color : #f83d98;
    font-weight : 700;
    letter-spacing: 2px;
}

dd{
    margin : 0px 0px 0.5em 150px;
    padding:0;
    background-image : none;background-repeat : repeat;background-attachment : scroll;background-position : 0% 0%;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #f83d98;
    text-align: left;
}

}



  /*---------------------------------------
      HISTORY             
  -----------------------------------------*/


.space6{
	padding-top: 6em;
}


.space15{
	padding-top: 15em;
}


  /*---------------------------------------
      PLAN             
  -----------------------------------------*/




    #plan{
    background: #f9f9f9;
  }


    #plan i{
	padding-top: 1em;


  }


    #plan .break::before{
  content: "\A";
  white-space: pre;
}





.space5{
	padding-bottom: 5em;
}

.space30{
	padding-bottom: 30em;
}




  /*---------------------------------------
      LOCATION             
  -----------------------------------------*/

  #location{
    background: #f9f9f9;
  }


  #location iframe{
   max-width: 100%;
   max-height: 100%;
   width: 1100px;
   height: 600px;
}





  @media(min-width:768px) {



dd.location{
    margin : 0px 0px 0.5em 80px;
    padding:0;
    background-image : none;background-repeat : repeat;background-attachment : scroll;background-position : 0% 0%;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #f83d98;
    text-align: left;
}




}




  /*---------------------------------------
      TRAFFIC             
  -----------------------------------------*/


h3.traffic-icon{
    margin-bottom: 0.5em;
}





  @media(min-width:768px) {



dd.traffic{
    margin : 0px 0px 0.5em 40px;
    padding: 0 0 5px 0;
    background-image : none;background-repeat : repeat;background-attachment : scroll;background-position : 0% 0%;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #f83d98;
    text-align: center;
}



}






  /*---------------------------------------
      PRIVACY             
  -----------------------------------------*/

  #privacy{
    background: #f9f9f9;
  }

  #privacy p{
    text-align: left;
  }















 



/*---------------------------------------
   Care Section              
-----------------------------------------*/



#care {
    background: #f9f9f9;
  }

#care img {
  width: 100%;
}

#care .about-thumb {
  margin-bottom: 32px;
  position: relative;
  text-align: center;
  width: 400px;
  max-width: 100%;
  margin: 40px auto;
}

#care .about-overlay h3 {
  padding-bottom: 0px;
}

#care .about-overlay {
  background-color: rgba(250,250,250,0.7);
  border-radius: 2px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 140px;
  overflow: hidden;
  transition: height 450ms;
}

#care .about-thumb:hover .about-overlay {
  height: 100%;
  background-color: rgba(250,250,250,0.7);

  color: #222;
  padding-top: 30%;

}

#care .about-thumb:hover h4 {
  color: #1dc9e3;
}

  #care .section-btn:hover{
    background: #ffffff;
    color: #f83d98;
  }


  #care .space3{
	padding-top: 3em;
}


  #care .space6{
	padding-top: 6em;
}







  /*---------------------------------------
      VISIT
  -----------------------------------------*/


  #visit{
    margin: 0;
    background : url(../images/reimei-bg01.jpg) center center / auto auto no-repeat scroll padding-box border-box transparent;
    width: 100%;
    height: 200px;
    padding: 0 20px 0 20px;
  }





  /*---------------------------------------
      CL-ACCESS
  -----------------------------------------*/

  #cl-access {
    position: relative;
    padding : 100px 0px 0px 0px;
  }

  #cl-access .icon-box {
        padding: 35px 0px 10px 0px;
        margin:  -65px auto 50px auto;
        margin-bottom: 2em;
        text-align: center;
        display	:block;
}


  #cl-access .service-box {
	background: #fff;
        max-width: 500px;
        height: 100px;
        padding: 0px auto 10px auto;
        margin:  10px auto 2em auto;
        box-shadow: 3px -3px 10px rgba(0,0,0,0.1);
        border-radius: 5px;
        border: 3px solid  #ddd;
        display	:block;
}


  #cl-access .service-desc {
        text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #666;
	font-size: 18px;
	margin-bottom: 10px;
}


  #cl-access .bg-box-medical{
        background : url(../images/cl_access-top.jpg) 100% 100% no-repeat;
        background-position: left;
        padding: 0px auto 10px auto;
        margin:  10px auto 2em auto;
        max-width: 800px;
        height: 200px;
        padding-top: 50px;
        margin-top: 1em;
        margin-bottom: 5em;
	border: 2px solid #f83d98;
        display	:block;
}


  #cl-access h2{
    color : #353535;
    font-size: 2em;
    padding-bottom : 5px;
  }


  #cl-access h3 {
  margin-top: -35px;
  font-size: 19px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 5px;
}


  #cl-access .fa-map-marker-alt{
    color : #ffffff;
}


  #cl-access .medical{
    color : #f83d98;
}



  #cl-access .facility{
    color : #000099;
}




  #cl-access .medical-i {
  margin-top: -5px;
  display: block;
  font-size: 13px;
  color: #f83d98;
}




  #cl-access .facility-i {
  margin-top: -5px;
  display: block;
  font-size: 13px;
  color: #000099;
}

  #cl-access .space {
        font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding: 5px 30px;
        text-align: left;
        margin: 0 30px 60px 30px;
}




  /*---------------------------------------
      CL-LOCATION
  -----------------------------------------*/

  #cl-location {
    position: relative;
    padding : 60px 0px 0px 0px;
  }

  #cl-location h4 {
        text-align: left;
        border-bottom: solid 2px #f83d98 ;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
	margin-bottom: 10px;
}

  #cl-location .space {
        font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding: 5px 30px;
        text-align: left;
        margin: 0 30px 60px 30px;
}

  #cl-location iframe{
    max-width: 100%;
    display: block;
    margin: 50px auto;
}




  #cl-location dl {
        margin-top: 20px;
}

  #cl-location dt {
    text-align: center;
}

  #cl-location dd{
    margin : 0px 15px 20px 15px;
    padding:0;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #f83d98;
    text-align: center;
}




  @media(min-width:768px) {


  #cl-location dl {
        margin-top: 60px;
}

  #cl-location dt{
    margin : 0px 0px 0.5em 30px;
    padding:0;
    text-align: left;
}

  #cl-location dd.location{
    margin : 10px 0px 2em 100px;
    padding:0;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #f83d98;
    text-align: left;
}

  #cl-location img{
    max-width: 100%;
    display: block;
    margin: 20px auto;
}

}





  /*---------------------------------------
      CL-TRAFFIC
  -----------------------------------------*/

  #cl-traffic {
    position: relative;
    padding : 60px 0px 0px 0px;
  }

  #cl-traffic h4 {
        text-align: left;
        border-bottom: solid 2px #f83d98 ;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
	margin-bottom: 10px;
}

  #cl-traffic .traffic-icon{
    margin-bottom: 0.5em;
}

  #cl-traffic h5 {
        text-align: center;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 15px;
	margin-bottom: 10px;
}

  #cl-traffic p {
        font-size: 15px;
	padding: 5px 10px;
        text-align: left;
        margin-left: 20px;
        margin-right: 20px;
}

  #cl-traffic .strongs {
        font-size: 15px;
        color: #ff0000;
        margin-left: 30px;
        margin-right: 30px;
}

  #cl-traffic .space {
        font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding: 5px 30px;
        text-align: left;
        margin: 0 30px 60px 30px;
}



  #cl-traffic dt{
    margin : 0px 5px 0 0;
    padding:0;
    text-align: left;
}

  #cl-traffic dd{
    margin : 10px 0px 0 35px;
    padding:0;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #f83d98;
    text-align: center;
}

  #cl-traffic img{
    max-width: 100%;
    display: block;
    margin: 20px auto;
}


  @media only screen and (max-width: 820px) {

  #cl-traffic dt{
        text-align: center;
}

  #cl-traffic dd{
    margin : 10px 0 0 0;
    padding:0;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #f83d98;
    text-align: center;
}

}





  /*---------------------------------------
      CL-PARKING
  -----------------------------------------*/

  #cl-parking {
    position: relative;
    padding : 60px 0px 0px 0px;
  }

  #cl-parking h4 {
        text-align: left;
        border-bottom: solid 2px #f83d98 ;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
	margin-bottom: 10px;
}



  #cl-parking p {
        font-size: 15px;
	padding: 5px 10px;
        text-align: left;
        margin-left: 20px;
        margin-right: 20px;
}


  #cl-parking .space {
        font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding: 5px 30px;
        text-align: left;
        margin: 0 30px 100px 30px;
}


  #cl-parking dt{
    margin : 0px 5px 0 0;
    padding:0;
    text-align: left;
}

  #cl-parking dd{
    margin : 10px 0px 0 160px;
    padding:0;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #f83d98;
    text-align: left;
}

  #cl-parking img{
    max-width: 100%;
    display: block;
    margin: 20px auto;
}


  @media only screen and (max-width: 820px) {

  #cl-parking dt{
        text-align: center;
}

  #cl-parking dd{
    margin : 10px 0 0 0;
    padding:0;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #f83d98;
    text-align: left;
}

}





  /*---------------------------------------
      MOVIE
  -----------------------------------------*/

  #menu-movie {
    position: relative;
    padding : 100px 0px 0px 0px;
  }

  #menu-movie .icon-box {
        padding: 35px 0px 10px 0px;
        margin:  -65px auto 50px auto;
        margin-bottom: 2em;
        text-align: center;
        display	:block;
}


  #menu-movie .service-box {
	background: #fff;
        max-width: 500px;
        height: 100px;
        padding: 0px auto 10px auto;
        margin:  10px auto 2em auto;
        box-shadow: 3px -3px 10px rgba(0,0,0,0.1);
        border-radius: 5px;
        border: 3px solid  #ddd;
        display	:block;
}


  #menu-movie .service-desc {
        text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #666;
	font-size: 18px;
	margin-bottom: 10px;
}


  #menu-movie .bg-box-medical{
        background : url(../images/recreation-top.jpg) 100% 100% no-repeat;
        padding: 0px auto 10px auto;
        margin:  10px auto 2em auto;
        max-width: 800px;
        height: 200px;
        padding-top: 50px;
        margin-top: 1em;
        margin-bottom: 5em;
	border: 2px solid #f83d98;
        display	:block;
}


  #menu-movie h2{
    color : #353535;
    font-size: 2em;
    padding-bottom : 5px;
  }


#menu-movie h3 {
  margin-top: -35px;
  font-size: 19px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 5px;
}


#menu-movie .fa-file-video{
    color : #ffffff;
}


#menu-movie .medical{
    color : #f83d98;
}



#menu-movie .facility{
    color : #000099;
}




#menu-movie .medical-i {
  margin-top: -5px;
  display: block;
  font-size: 13px;
  color: #f83d98;
}




#menu-movie .facility-i {
  margin-top: -5px;
  display: block;
  font-size: 13px;
  color: #000099;
}





  /*---------------------------------------
      MOVIE-COMMENT
  -----------------------------------------*/

  #movie-comment {
    position: relative;
    padding : 60px 0px 0px 0px;
  }

  #movie-comment h4 {
        text-align: left;
        border-bottom: solid 2px #f83d98 ;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
	margin-bottom: 10px;
}

  #movie-comment p {
        font-size: 15px;
        line-height: 2.3em;
	padding: 5px 10px;
        text-align: left;
        margin-left: 20px;
        margin-right: 20px;
}

  #movie-comment ul {
        font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding: 5px 30px;
        text-align: left;
        margin-left: 30px;
        margin-right: 30px;
}

  #movie-comment li {
	padding: 5px 0 5px 0;
}


  #movie-comment .space {
        font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding: 5px 30px;
        text-align: left;
        margin: 20px 30px 30px 30px;

}

  #movie-comment img {
    max-width: 100%;
    display: block;
    margin: 10px auto 10px;
}


  @media only screen and (max-width: 820px) {





}



  /*---------------------------------------
      MOVIE-TITLE
  -----------------------------------------*/

  #movie-title {
    position: relative;
    padding : 60px 0px 60px 0px;
	border-bottom: 1px solid #ddd;
  }

  #movie-title h4 {
        text-align: left;
        border-bottom: solid 2px #f83d98;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
	margin-bottom: 10px;
}

  #movie-title h5 {
        text-align: center;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 15px;
	margin-bottom: 10px;
}

  #movie-title p {
        font-size: 15px;
	padding: 20px 5px;
        text-align: left;
        margin-left: 5px;
        margin-right: 5px;
}

  #movie-title ul, ol {
        font-size: 15px;
	border-bottom: 1px solid #ddd;
	margin: 5px 50px;
        position: relative;
}

  #movie-title ul li, ol li {
	color: #f83d98;
	border-left: solid 6px #fa7ab7;
	background: #f8dede;
	margin-bottom: 3px;
	line-height: 1.1;
	padding: 0.4em;
	list-style: none!important;
	font-weight: bold;
}

  #movie-title img {
    max-width: 100%;
    display: block;
    margin: 20px auto 20px;
}


  #movie-title .banner a:hover {
        text-align: center;
	padding: 20px 5px;
        filter: brightness(1.2);
}

  @media only screen and (max-width: 820px) {

  #movie-title ul {
        font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
        text-align: left;
        margin-left: 10px;
        margin-right: 10px;
}


}





  /*---------------------------------------
      R-OVERVIEW
  -----------------------------------------*/

  #r-overview {
    position: relative;
    padding : 60px 0px 0px 0px;
  }

  #r-overview h4 {
        text-align: left;
        border-bottom: solid 2px #f83d98 ;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
	margin-bottom: 10px;
}

  #r-overview h5 {
        text-align: left;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 15px;
	margin-bottom: 10px;
}

  #r-overview h6 {
        text-align: center;
        letter-spacing: 0.1em;
        margin: 5px  30px 10px 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 16px;
}

  #r-overview p {
        font-size: 15px;
	padding: 5px 30px;
        text-align: left;
        margin-left: 20px;
        margin-right: 20px;
}

  #r-overview img {
    max-width: 100%;
    display: block;
    margin: 5px auto 20px;
}

  #r-overview .space {
        font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding: 5px 20px;
        text-align: left;
        margin: 0 10px 50px 10px;
}



  /*---------------------------------------
      R-OUTPAIENT
  -----------------------------------------*/

  #r-outpatient {
    position: relative;
    padding : 60px 0px 0px 0px;
  }

  #r-outpatient h4 {
        text-align: left;
        border-bottom: solid 2px #f83d98 ;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
	margin-bottom: 10px;
}

  #r-outpatient h5 {
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
	margin-bottom: 10px;
}

  #r-outpatient p {
        font-size: 15px;
	padding: 5px 30px;
        text-align: left;
        margin-left: 20px;
        margin-right: 20px;
}

  #r-outpatient img {
    max-width: 100%;
    display: block;
    margin: 5px auto 20px;
}

  #r-outpatient .bg-box-reha{
        background-color : #d9e5ff;
        background-position: center;
        padding: 0px auto 10px auto;
        margin:  0px auto 10px auto;
        max-width: 800px;
        height: 100%;
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 5px;
        display	:block;
        border-radius: 10px;
}

  #r-outpatient ol{
        counter-reset: my-counter;
        list-style: none;
        padding: 0;
        font-size: 18px;
        font-weight: 600;
}

  #r-outpatient li{
        margin-bottom: 30px;
        padding-left: 50px;
        position: relative;
}


  #r-outpatient li:before{
        content: counter(my-counter);
        counter-increment: my-counter;
        background-color : #f83d98;
        color: #fff;
        text-align: center;
        font-weight: 600;
        display	:block;
        float: left;
        line-height: 25px;
        margin-left: -30px;
        height: 25px;
        width: 25px;
        border-radius: 50%; 
}

  #r-outpatient .space {
        font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding: 5px 30px;
        text-align: left;
        margin: 0 20px 60px 20px;

}


  /*---------------------------------------
      R-HEART
  -----------------------------------------*/

  #r-heart {
    position: relative;
    padding : 60px 0px 0px 0px;
  }

  #r-heart h4 {
        text-align: left;
        border-bottom: solid 2px #f83d98 ;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
	margin-bottom: 10px;
}

  #r-heart h5 {
        text-align: left;
        letter-spacing: 0.1em;
        margin: 30px  30px 10px 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 15px;
}

  #r-heart h6 {
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 15px;
	margin-bottom: 5px;
}

  #r-heart p {
        font-size: 15px;
	padding: 5px 30px;
        text-align: left;
        margin-left: 20px;
        margin-right: 20px;
}

  #r-heart img {
    max-width: 100%;
    display: block;
    margin: 5px auto 20px;
}

  #r-heart .bg-box-reha{
        background-color : #d9e5ff;
        background-position: center;
        padding: 0px auto 10px auto;
        margin:  0px auto 10px auto;
        max-width: 800px;
        height: 100%;
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 5px;
        display	:block;
        border-radius: 10px;
}

  #r-heart .space {
        font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding: 5px 30px;
        text-align: left;
        margin: 0 20px 30px 20px;

}

  #r-heart .space2 {
        font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding: 5px 30px;
        text-align: left;
        margin: 0 30px 100px 30px;
}


/*入退所ステップ*/


  #r-heart .step_list h3 {
        text-align: center;
        letter-spacing: 0.3em;
        border-right: ridge 3px #f83d98 ;
        margin: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
        background: none;
}

  #r-heart .step_list sup{
        text-align: center;
        letter-spacing: 0.1em;
        margin-top: 10px;
        margin-left: 2px;
        margin-right: 2px;
        padding: 0px 0px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 10px;
	margin-bottom: 10px;
}

  #r-heart .step_list h5 {
        text-align: center;
        letter-spacing: 0.1em;
        margin-top: 0px;
        margin-left: 0px;
        margin-right:  10px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 15px;
}

  #r-heart .step_list img {
    max-width: 100%;
    position: absolute;
    top: 5em;
    left: 4em;
}

  #r-heart ul.step_list{
    list-style: none;
    padding: 0px 10px;
    margin: 0px 5px;
}

  #r-heart ul.step_list li{
    width: 230px;
    height: 400px;
    writing-mode: vertical-lr;
    float: left;
    border: 5px ridge #ccc;
    border-radius: 10px;
    margin: 0px 15px 20px 15px;
    padding: 0px 10px 0px 0px;
    position: relative;
}

  #r-heart ul.step_list li.double{
    width: 70px;
    height: 400px;
    writing-mode: vertical-lr;
    float: left;
    border: 5px double #ccc;
    border-radius: 10px;
    margin: 0px 15px 20px 15px;
    padding: 0px 10px 0px 0px;
    position: relative;
}

  #r-heart ul.step_list li.double2{
    width: 130px;
    height: 400px;
    border: 5px double #ccc;
    border-radius: 10px;
    margin: 0px 15px 20px 15px;
    padding: 0px 10px 0px 0px;
    position: relative;
}

  #r-heart ul.step_list img{
    max-width: 100%;
    padding: 0px 10px;
    display: block;
    margin: 5px auto;
}

  #r-heart ul.step_list li::after{right: -250px;
    color:#f83d98;
    content: "▼";
    transform: rotate(-90deg);
    font-size: 24px !important;
    top: 45%;
    right: -17%;
    position: absolute;
}

  #r-heart ul.step_list li.double2::after{right: -250px;
    color:#f83d98;
    content: "▼";
    transform: rotate(-90deg);
    font-size: 24px !important;
    top: 45%;
    right: -30%;
    position: absolute;
}

  #r-heart ul.step_list li.last::after{/*最後の▼を外す*/
    text-align: center;
    content: "";
}

  #r-heart ul.step_list li.last{
    width: 230px;
    height: 400px;
    border: 5px ridge #ccc;
    border-radius: 10px;
    margin: 0 15px;
    padding: 0px 10px 0px 0px;
    position: relative;
    text-align: left;
}


  @media only screen and (max-width: 820px) {




  #r-heart h4 {
        text-align: left;
        border-bottom: solid 2px #f83d98 ;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
	margin-bottom: 10px;
}

  #r-heart h5 {
        text-align: center;
        letter-spacing: 0em;
        margin-left: 30px;
        margin-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 15px;
}

  #r-heart p {
        font-size: 15px;
	padding: 5px 10px;
        text-align: left;
        margin-left: 30px;
        margin-right: 30px;
}





/*入退所ステップ*/

  #r-heart ul.step_list{
    list-style: none;
    padding: 0px 5px;
    margin: 0px 5px;
}

  #r-heart .step_list h3 {
        text-align: center;
        letter-spacing: 0em;
        border-right: 0px;
        border-bottom: ridge 3px #f83d98 ;
        margin: 20px 25px 5px 25px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
        background: none;
}

  #r-heart .step_list h5 {
        text-align: center;
        letter-spacing: 0em;
        margin-left: 0px;
        margin-right: 0px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 15px;
}

  #r-heart .step_list img {
    max-width: 100%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
}

  #r-heart .step_list .double2 p {
        text-align: left;
        letter-spacing: 0em;
        margin-top: 0px;
        margin-left: 35px;
        margin-right: 0px;
        padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 15px;
}

  #r-heart ul.step_list li{
    width: 100%;
    height: 320px;
    writing-mode: horizontal-tb;
    text-align: center;
    border: 5px ridge #ccc;
    border-radius: 10px;
    margin: 15px 0px;
    padding: 0px 5px 0px 5px;
    position: relative;
}

  #r-heart ul.step_list li.double{
    width: 100%;
    height: 120px;
    writing-mode: horizontal-tb;
    text-align: center;
    border: 5px double #ccc;
    border-radius: 10px;
    margin: 15px 0px;
    padding: 0px 5px 0px 5px;
    position: relative;
}

  #r-heart ul.step_list li.double2{
    width: 100%;
    height: 160px;
    border: 5px double #ccc;
    border-radius: 10px;
    margin: 15px auto;
    padding: 0px auto;
    position: relative;
}




  #r-heart ul.step_list li::after{bottom: -34px;
    color:#f83d98;
    content: "▼";
    transform: rotate(0deg);
    font-size: 24px !important;
    top: 100%;
    right: 45%;
    position: absolute;
}

  #r-heart ul.step_list li.double2::after{bottom: -34px;
    color:#f83d98;
    content: "▼";
    transform: rotate(0deg);
    font-size: 24px !important;
    top: 100%;
    right: 45%;
    position: absolute;
}

  #r-heart ul.step_list li.last::after{/*最後の▼を外す*/
    text-align: center;
    content: "";
}

  #r-heart ul.step_list li.last{
    width: 100%;
    height: 320px;
    border: 5px ridge #ccc;
    border-radius: 10px;
    margin: 10px 0;
    padding: 0px 10px 10px;
    position: relative;
    text-align: left;
}
}



  /*---------------------------------------
      R-HOSPITAL
  -----------------------------------------*/


  #r-hospital {
    position: relative;
    padding : 60px 0px 0px 0px;
  }

  #r-hospital h3 {
        text-align: center;
        margin: 5px 0px 5px 5px;
        padding: 5px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
        line-height: 1.2em;
	color: #fff;
        background: #fa7ab7;
}



  #r-hospital h4 {
        border-bottom: solid 2px #f83d98 ;
        margin-top: 0px;
        margin-left: 30px;
        margin-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
	margin-bottom: 0px;
}

  #r-hospital h5 {
        text-align: left;
        letter-spacing: 0.1em;
        margin: 15px  30px 10px 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 15px;
}

  #r-hospital h2 {
        text-align: center;
        letter-spacing: 0.1em;
        margin: 15px  20px 10px 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
}

  #r-hospital h6 {
        text-align: center;
        letter-spacing: 0.1em;
        margin: 5px  30px 10px 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 16px;
}

  #r-hospital p {
        font-size: 15px;
	padding: 5px 30px;
        text-align: left;
        margin-left: 20px;
        margin-right: 20px;
}


  #r-hospital .double2 p {
	font-weight: 700;
	color: #353535;
	font-size: 15px;
        padding: 60px 0px 0px 0px;
        margin-left: 5px;
        margin-right: 5px;
        line-height: 1.2em;
}

  #r-hospital p.note {
        font-size: 15px;
	margin: 0px 20px;
        text-align: left;
        line-height: 0.5em;
}


  #r-hospital td {
        font-size: 15px;
	padding: 5px 20px;
        text-align: center;
        font-weight: 700;
}


  #r-hospital img {
    max-width: 100%;
    display: block;
    margin: 5px auto 20px;
}

  #r-hospital td img {
    max-width: 100%;
    display: block;
    margin: 5px auto;
}

  #r-hospital i {
        font-size: 30px;
}


  #r-hospital .service-box {
	background: #fff;
        width: 100%;
        height: 100%;
        padding: 10px auto 10px auto;
        margin:  30px auto 2em auto;
        box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
        border: 2px solid  #fa7ab7;
        display	:block;
}



  #r-hospital .space {
        font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding: 5px 30px;
        text-align: left;
        margin: 0 10px 50px 10px;
}



/*入退所ステップ*/


  #r-hospital .step_list h3 {
        text-align: center;
        letter-spacing: 0.3em;
        border-right: ridge 3px #f83d98 ;
        margin: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
        background: none;
}

  #r-hospital .step_list sup{
        text-align: center;
        letter-spacing: 0.1em;
        margin-top: 10px;
        margin-left: 2px;
        margin-right: 2px;
        padding: 0px 0px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 10px;
	margin-bottom: 10px;
}

  #r-hospital .step_list h5 {
        text-align: center;
        letter-spacing: 0.1em;
        margin-top: 0px;
        margin-left: 0px;
        margin-right:  30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 15px;
}



  #r-hospital ul.step_list{
    list-style: none;
    padding: 0px 10px;
    margin: 0px 5px;
}

  #r-hospital ul.step_list li{
    width: 70px;
    height: 400px;
    writing-mode: vertical-lr;
    float: left;
    border: 5px ridge #ccc;
    border-radius: 10px;
    margin: 0px 15px 20px 15px;
    padding: 0px 10px 0px 0px;
    position: relative;
}

  #r-hospital ul.step_list li.double{
    width: 70px;
    height: 400px;
    writing-mode: vertical-lr;
    float: left;
    border: 5px double #ccc;
    border-radius: 10px;
    margin: 0px 15px 20px 15px;
    padding: 0px 10px 0px 0px;
    position: relative;
}

  #r-hospital ul.step_list li.double2{
    width: 130px;
    height: 400px;
    border: 5px double #ccc;
    border-radius: 10px;
    margin: 0px 15px 20px 15px;
    padding: 0px 10px 0px 0px;
    position: relative;
}

  #r-hospital ul.step_list img{
    max-width: 100%;
    padding: 0px 10px;
    display: block;
    margin: 5px auto;
}

  #r-hospital ul.step_list li::after{right: -250px;
    color:#f83d98;
    content: "▼";
    transform: rotate(-90deg);
    font-size: 24px !important;
    top: 45%;
    right: -60%;
    position: absolute;
}

  #r-hospital ul.step_list li.double2::after{right: -250px;
    color:#f83d98;
    content: "▼";
    transform: rotate(-90deg);
    font-size: 24px !important;
    top: 45%;
    right: -30%;
    position: absolute;
}

  #r-hospital ul.step_list li.last::after{/*最後の▼を外す*/
    text-align: center;
    content: "";
}

  #r-hospital ul.step_list li.last{
    width: 70px;
    height: 400px;
    border: 5px ridge #ccc;
    border-radius: 10px;
    margin: 0 15px;
    padding: 0px 10px 0px 0px;
    position: relative;
    text-align: left;
}





  @media only screen and (max-width: 820px) {




  #r-hospital h4 {
        text-align: left;
        border-bottom: solid 2px #f83d98 ;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
	margin-bottom: 10px;
}

  #r-hospital h5 {
        text-align: center;
        letter-spacing: 0em;
        margin-left: 30px;
        margin-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 15px;
}

  #r-hospital p {
        font-size: 15px;
	padding: 5px 10px;
        text-align: left;
        margin-left: 30px;
        margin-right: 30px;
}

  #r-hospital p.note {
        font-size: 15px;
	padding: 5px 10px;
        text-align: left;
        margin-left: 10px;
        margin-right: 10px;
        line-height: 1.2em;
}


  #r-hospital .space {
        font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding: 5px 30px;
        text-align: left;
        margin: 0 30px 60px 30px;
}



/*入退所ステップ*/

  #r-hospital ul.step_list{
    list-style: none;
    padding: 0px 5px;
    margin: 0px 5px;
}

  #r-hospital .step_list h3 {
        text-align: center;
        letter-spacing: 0em;
        border-right: 0px;
        border-bottom: ridge 3px #f83d98 ;
        margin: 20px 25px 5px 25px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
        background: none;
}

  #r-hospital .step_list h5 {
        text-align: center;
        letter-spacing: 0em;
        margin-left: 0px;
        margin-right: 0px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 15px;
}

  #r-hospital .step_list .double2 p {
        text-align: left;
        letter-spacing: 0em;
        margin-top: 0px;
        margin-left: 35px;
        margin-right: 0px;
        padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 15px;
}

  #r-hospital ul.step_list li{
    width: 100%;
    height: 100px;
    writing-mode: horizontal-tb;
    text-align: center;
    border: 5px ridge #ccc;
    border-radius: 10px;
    margin: 15px 0px;
    padding: 0px 5px 0px 5px;
    position: relative;
}

  #r-hospital ul.step_list li.double{
    width: 100%;
    height: 120px;
    writing-mode: horizontal-tb;
    text-align: center;
    border: 5px double #ccc;
    border-radius: 10px;
    margin: 15px 0px;
    padding: 0px 5px 0px 5px;
    position: relative;
}

  #r-hospital ul.step_list li.double2{
    width: 100%;
    height: 160px;
    border: 5px double #ccc;
    border-radius: 10px;
    margin: 15px auto;
    padding: 0px auto;
    position: relative;
}

  #r-hospital ul.step_list img{
    max-width: 100%;
    padding: 0px 10px;
    display: block;
    margin: 5px auto;
}

  #r-hospital ul.step_list li::after{bottom: -34px;
    color:#f83d98;
    content: "▼";
    transform: rotate(0deg);
    font-size: 24px !important;
    top: 100%;
    right: 45%;
    position: absolute;
}

  #r-hospital ul.step_list li.double2::after{bottom: -34px;
    color:#f83d98;
    content: "▼";
    transform: rotate(0deg);
    font-size: 24px !important;
    top: 100%;
    right: 45%;
    position: absolute;
}

  #r-hospital ul.step_list li.last::after{/*最後の▼を外す*/
    text-align: center;
    content: "";
}

  #r-hospital ul.step_list li.last{
    width: 100%;
    height: 100px;
    border: 5px ridge #ccc;
    border-radius: 10px;
    margin: 10px 0;
    padding: 0px 10px 10px;
    position: relative;
    text-align: left;
}
}



  /*---------------------------------------
      R-CONTINUE
  -----------------------------------------*/


  #r-continue {
    position: relative;
    padding : 60px 0px 0px 0px;
  }

  #r-continue h3 {
        text-align: center;
        margin: 5px 0px 5px 5px;
        padding: 5px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
        line-height: 1.2em;
	color: #fff;
        background: #fa7ab7;
}



  #r-continue h4 {
        border-bottom: solid 2px #f83d98 ;
        margin-top: 0px;
        margin-left: 30px;
        margin-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
	margin-bottom: 0px;
}

  #r-continue h5 {
        text-align: left;
        letter-spacing: 0.1em;
        margin: 15px  30px 10px 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 15px;
}

  #r-continue h2 {
        text-align: center;
        letter-spacing: 0.1em;
        margin: 15px  20px 10px 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
}

  #r-continue h6 {
        text-align: center;
        letter-spacing: 0.1em;
        margin: 5px  30px 10px 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 16px;
}

  #r-continue p {
        font-size: 15px;
	padding: 5px 20px;
        text-align: left;
        margin-left: 20px;
        margin-right: 20px;
}

  #r-continue img {
    max-width: 100%;
    display: block;
    margin: 5px auto 20px;
}

  #r-continue i {
        font-size: 30px;
}


  #r-continue .service-box {
	background: #fff;
        width: 100%;
        height: 100%;
        padding: 10px auto 10px auto;
        margin:  30px auto 2em auto;
        box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
        border: 2px solid  #fa7ab7;
        display	:block;
}


  #r-continue .space {
        font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding: 5px 30px;
        text-align: left;
        margin: 0 10px 100px 10px;
}


  @media only screen and (max-width: 820px) {


  #r-continue h4 {
        text-align: left;
        border-bottom: solid 2px #f83d98 ;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
	margin-bottom: 10px;
}

  #r-continue h5 {
        text-align: center;
        letter-spacing: 0em;
        margin-left: 30px;
        margin-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 15px;
}

  #r-continue p {
        font-size: 15px;
	padding: 5px 10px;
        text-align: left;
        margin-left: 30px;
        margin-right: 30px;
}

  #r-continue img {
    max-width: 100%;
    display: block;
    margin: 5px auto;
    padding: 5px 10px;
}


  #r-continue .space {
        font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding: 5px 30px;
        text-align: left;
        margin: 0 30px 50px 30px;
}
}



  /*---------------------------------------
      R-DISEASE
  -----------------------------------------*/

  #r-disease {
    position: relative;
    padding : 60px 0px 0px 0px;
  }

  #r-disease h4 {
        text-align: left;
        border-bottom: solid 2px #f83d98 ;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 18px;
	margin-bottom: 10px;
}

  #r-disease h5 {
        text-align: center;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
	font-size: 15px;
	margin-bottom: 10px;
}

  #r-disease p {
        font-size: 15px;
	padding: 5px 30px;
        text-align: left;
        margin-left: 20px;
        margin-right: 20px;
}

  #r-disease  ul {
        font-size: 15px;
        display: table;
        padding: 0;
        margin: 0 15px;

}

  #r-disease  li {
	padding: 10px 0px;
        text-align: left;
        line-height: 25px;
}



  #r-disease .space {
        font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
        text-align: left;
        margin: 0 20px 50px 20px;
}


  #r-disease dl {
        margin-top: 20px;
}

  #r-disease dt {
    margin-left: 50px;
    text-align: center;
}

  #r-disease dd{
    margin : 0px 150px 20px 150px;
    padding:0;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #f83d98;
    text-align: center;
}















